:root{--ink:#0c1721;--muted:#607080;--line:#dce4e8;--paper:#f5f7f5;--white:#fff;--green:#1bd890;--deep:#063d35;--blue:#5865f2;--shadow:0 24px 70px rgba(8,33,35,.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 70% 0,rgba(27,216,144,.13),transparent 32rem),var(--paper);min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{height:76px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.03em;font-size:19px}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:var(--ink);color:var(--green);font-weight:900}.site-header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650}.site-header nav>a:not(.button):hover{color:#08735f}.button{border:0;border-radius:12px;padding:13px 19px;background:var(--ink);color:#fff;font-weight:750;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px rgba(12,23,33,.13);transition:transform .16s,box-shadow .16s}.button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(12,23,33,.2)}.button:disabled{opacity:.55;cursor:wait}.button-small{padding:10px 14px;border-radius:10px}.button.discord{background:var(--blue)}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.button.light{background:var(--green);color:var(--deep)}.button.full{width:100%}.nav-account{padding:9px 13px;border:1px solid var(--line);border-radius:10px;background:#fff}.hero{max-width:1184px;margin:64px auto 44px;padding:72px 70px;background:linear-gradient(135deg,#072a28,#0a5042);border-radius:34px;color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero:after{content:"";position:absolute;width:360px;height:360px;right:-70px;top:-130px;border:70px solid rgba(27,216,144,.15);border-radius:50%}.eyebrow,.label{color:#0aa77a;font-weight:850;font-size:11px;letter-spacing:.15em}.hero .eyebrow{color:#62edbd}.hero h1,.page-head h1,.legal h1,.account-head h1{font-size:clamp(44px,6vw,78px);line-height:.97;letter-spacing:-.065em;margin:24px 0;max-width:850px}.hero h1 span{color:var(--green)}.hero-copy{font-size:19px;line-height:1.65;color:#c8ddd8;max-width:660px}.hero-actions{display:flex;gap:12px;margin-top:34px}.trust-row{display:flex;gap:28px;color:#99bab2;font-size:12px;text-transform:uppercase;letter-spacing:.09em;margin-top:52px}.trust-row span:before{content:"●";color:var(--green);margin-right:9px}.product-band{max-width:1080px;margin:-72px auto 70px;padding:28px 34px;background:#fff;border-radius:22px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:35px;position:relative}.product-band h2{margin:7px 0 4px;font-size:23px}.product-band p{margin:0;color:var(--muted)}.price{display:flex;flex-direction:column}.price strong{font-size:26px;letter-spacing:-.04em}.price span{font-size:12px;color:var(--muted)}.steps{max-width:1184px;margin:0 auto 100px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{background:#fff;padding:30px;border:1px solid var(--line);border-radius:20px}.steps b{color:#0ba67b}.steps h3{font-size:19px;margin:24px 0 10px}.steps p{color:var(--muted);line-height:1.6;margin:0}.page-head,.legal,.account-head,.dashboard-section{max-width:1184px;margin-left:auto;margin-right:auto}.page-head{padding:75px 24px 40px}.page-head h1{font-size:58px}.page-head p{color:var(--muted);font-size:18px}.shop-grid{max-width:1184px;margin:0 auto 100px;padding:0 24px;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}.product-detail,.checkout-card,.order-card,.wallet,.table-wrap,.empty{background:#fff;border:1px solid var(--line);border-radius:22px}.product-detail{padding:38px}.product-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:18px;background:var(--deep);color:var(--green);font-weight:900;font-size:22px}.product-detail h2{font-size:30px;letter-spacing:-.04em}.feature-list{padding:0;list-style:none;display:grid;gap:15px}.feature-list li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#dff9ed;color:#08765c;font-weight:900;margin-right:12px}.notice{margin-top:30px;padding:20px;border-radius:15px;background:#f0f7f4}.notice p{color:var(--muted);line-height:1.5;margin-bottom:0}.checkout-card{padding:30px;box-shadow:var(--shadow);position:sticky;top:20px}.checkout-card label{display:grid;gap:8px;font-weight:750}.checkout-card label>span{font-size:12px;color:var(--muted);font-weight:500}.checkout-card input[type=number],dialog input{width:100%;border:1px solid var(--line);border-radius:11px;padding:13px;background:#fbfcfb}.checkout-card fieldset{border:0;padding:0;margin:25px 0}.checkout-card legend{font-weight:750;margin-bottom:10px}.choice{grid-template-columns:auto 1fr!important;align-items:center;padding:14px;border:1px solid var(--line);border-radius:12px;margin:8px 0}.choice span{display:flex;flex-direction:column;font-size:14px!important;color:var(--ink)!important}.choice small{font-weight:500;color:var(--muted)}.checkout-total{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-top:1px solid var(--line)}.checkout-total strong{font-size:25px}.form-status{min-height:20px;color:#a13b36;font-size:13px;margin-bottom:0}.legal{background:#fff;border:1px solid var(--line);border-radius:26px;padding:58px;margin-top:60px;margin-bottom:100px}.legal h1{font-size:54px}.legal p{font-size:17px;color:#415260;line-height:1.8;max-width:850px}.account-head{padding:65px 24px 35px;display:flex;align-items:end;justify-content:space-between;gap:30px}.account-head h1{font-size:50px}.account-head p{color:var(--muted)}.wallet{padding:24px;min-width:270px;display:flex;flex-direction:column}.wallet span{font-size:12px;color:var(--muted)}.wallet strong{font-size:28px;margin:7px 0}.text-button{border:0;background:none;color:#08735f;font-weight:750;padding:4px 0;cursor:pointer;text-align:left}.dashboard-section{padding:20px 24px 35px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-title h2{font-size:30px;margin:6px 0 0}.order-card{overflow:hidden;margin-bottom:20px}.order-top{padding:24px 26px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.order-top h3{margin:7px 0}.order-meta{display:flex;flex-direction:column;text-align:right;font-size:12px;color:var(--muted)}.order-meta b{color:var(--ink);font-size:15px}.table-wrap{overflow:auto;border-radius:0;border:0}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:14px 17px;text-align:left;border-bottom:1px solid #e8edef;white-space:nowrap}th{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.secret{display:inline-block;max-width:160px;overflow:hidden;text-overflow:ellipsis}.status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf0f1;color:var(--muted);font-size:11px;font-weight:800}.status.green{background:#dcfaed;color:#087458}.order-actions{padding:18px 24px;display:flex;justify-content:flex-end;gap:10px}.warranty-form>.form-status{padding:0 24px 14px;text-align:right}.empty{padding:45px;text-align:center}.empty p{color:var(--muted)}dialog{border:0;border-radius:22px;padding:0;box-shadow:var(--shadow);width:min(440px,calc(100% - 30px))}dialog::backdrop{background:rgba(7,23,30,.55);backdrop-filter:blur(5px)}.dialog-card{padding:32px;position:relative}.dialog-card h2{font-size:30px}.dialog-card label{display:grid;gap:10px;margin:24px 0}.dialog-close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:26px;color:var(--muted);cursor:pointer}.logout-form{max-width:1136px;margin:0 auto 70px;padding:0 24px}footer{max-width:1184px;margin:50px auto 0;padding:40px 24px 55px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.footer-links{display:flex;gap:22px;flex-wrap:wrap}code{font-family:"SFMono-Regular",Consolas,monospace}@media(max-width:820px){.site-header nav>a:not(.button):not(.nav-account){display:none}.site-header{padding:0 18px}.hero{margin:25px 14px 40px;padding:48px 28px;border-radius:25px}.hero h1{font-size:47px}.trust-row{flex-direction:column;gap:10px}.product-band{margin:-65px 25px 55px;grid-template-columns:1fr;gap:16px}.steps{grid-template-columns:1fr;padding:0 15px}.shop-grid{grid-template-columns:1fr}.checkout-card{position:static}.account-head{align-items:stretch;flex-direction:column}.wallet{width:100%}.order-top{flex-direction:column}.order-meta{text-align:left}.order-actions{flex-direction:column}.legal{margin:25px 15px 70px;padding:32px 25px}.legal h1{font-size:40px}footer{flex-direction:column;gap:25px}.hero-actions{flex-direction:column}.site-header nav{gap:10px}}
