:root{--bg:#090c11;--surface:#10151c;--surface-2:#151b24;--line:#28313d;--text:#f7f8fb;--muted:#9aa5b4;--blue:#3187ff;--green:#48d585;--yellow:#ffbf2f;--pink:#f4008d;--radius:8px;--max:1360px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit;letter-spacing:0}.site-header{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(32px,calc((100vw - var(--max))/2));position:relative;z-index:10;background:rgba(9,12,17,.96)}.brand{display:flex;align-items:center;gap:12px;font-weight:750}.brand img{width:38px;height:38px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:38px;color:#c7ced8;font-size:14px}.site-header nav>a:not(.button):hover{color:#fff}.button{min-height:48px;padding:0 19px;border:1px solid var(--line);border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:12px;color:#fff;background:#121820;font-weight:700;cursor:pointer}.button:hover{background:#1a222d}.button-small{min-height:42px;padding:0 16px;font-size:14px}.button-rainbow{position:relative;border-color:transparent;background:linear-gradient(var(--surface),var(--surface)) padding-box,linear-gradient(90deg,var(--pink),var(--yellow),#54e871,var(--blue)) border-box;border:2px solid transparent;justify-content:space-between;min-width:390px}.button-rainbow:hover{background:linear-gradient(#1a2029,#1a2029) padding-box,linear-gradient(90deg,var(--pink),var(--yellow),#54e871,var(--blue)) border-box}.button-primary{background:#2478f2;border-color:#3d8cff}.button-primary:hover{background:#3285ff}.button-quiet{background:#151b24}.hero{max-width:var(--max);margin:0 auto;min-height:638px;padding:70px 32px 64px;display:grid;grid-template-columns:.78fr 1.22fr;gap:72px;align-items:center}.hero-copy{align-self:center}.hero-logo{width:190px;height:190px;object-fit:contain;margin:0 0 22px}.hero h1{font-size:clamp(52px,5.1vw,76px);line-height:1.02;margin:0 0 16px;font-weight:800}.hero-copy>p:not(.admin-note){font-size:20px;color:var(--muted);margin:0 0 30px}.hero-actions{display:flex;align-items:flex-start;gap:14px;flex-direction:column}.admin-note{font-size:12px;color:#778393;margin:16px 0 0;max-width:390px;line-height:1.5}.product-preview{height:500px;border:1px solid #34404f;border-radius:var(--radius);background:var(--surface);display:grid;grid-template-columns:180px 1fr;grid-template-rows:44px 1fr;overflow:hidden;box-shadow:0 22px 70px rgba(0,0,0,.32)}.preview-top{grid-column:1/-1;border-bottom:1px solid #252e3a;display:flex;align-items:center;padding:0 14px;gap:7px;font-size:11px;color:#727e8e}.preview-top i{width:9px;height:9px;border-radius:50%;background:#f05a63}.preview-top i:nth-child(2){background:#f4bd4d}.preview-top i:nth-child(3){background:#43c96b}.preview-top span{margin-left:8px}.product-preview aside{border-right:1px solid #252e3a;padding:16px 12px;display:flex;flex-direction:column;gap:4px;background:#11161d}.preview-brand{display:flex;align-items:center;gap:8px;font-size:11px;margin-bottom:20px}.preview-brand img{width:26px;height:26px}.product-preview aside label{font-size:9px;color:#697688;font-weight:800;margin:0 6px 7px}.server-select{border:1px solid #2d3744;border-radius:5px;padding:9px;font-size:10px;margin-bottom:13px}.server-select span{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);margin-right:6px}.product-preview aside>a{font-size:10px;color:#8d98a7;padding:8px;border-radius:4px}.product-preview aside>a.active{background:#222b36;color:#fff}.preview-content{padding:20px 16px}.preview-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.preview-heading h2{font-size:17px;margin:0 0 4px}.preview-heading p{font-size:9px;color:var(--muted);margin:0}.preview-heading button{font-size:9px;border:1px solid #303b48;border-radius:4px;background:#252e39;color:#fff;padding:9px}.settings-group{border:1px solid #2a3440;border-radius:5px}.settings-group h3{font-size:11px;margin:0;padding:12px;border-bottom:1px solid #26303b}.setting-row{padding:10px 12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #232c36}.setting-row:last-child{border-bottom:0}.setting-row strong{font-size:10px;display:block}.setting-row small{font-size:8px;color:#7f8b9b}.toggle{width:28px;height:16px;border-radius:10px;background:#313b47;position:relative}.toggle:after{content:"";position:absolute;width:12px;height:12px;background:#fff;border-radius:50%;top:2px;left:2px}.toggle.on{background:#277df4}.toggle.on:after{left:14px}.channel-group{margin-top:12px;padding-bottom:10px}.fake-select{margin:10px 12px 0;border:1px solid #2b3541;border-radius:4px;padding:9px;font-size:9px;color:#b2bac5;display:flex;justify-content:space-between}.security{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:72px max(32px,calc((100vw - var(--max))/2));background:#0b1016}.security-intro{display:grid;grid-template-columns:92px 1fr;gap:34px;max-width:900px;align-items:center}.shield{width:76px;height:86px;clip-path:polygon(50% 0,95% 18%,88% 72%,50% 100%,12% 72%,5% 18%);background:linear-gradient(145deg,var(--pink),var(--yellow),var(--green),var(--blue));display:grid;place-items:center;color:#071019;font-size:32px;font-weight:900}.security h2{font-size:34px;margin:0 0 10px}.security-intro p{color:var(--muted);font-size:17px;line-height:1.6;margin:0}.security-list{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;border-top:1px solid var(--line)}.security-list article{padding:30px 38px 0 0}.security-list article+article{border-left:1px solid var(--line);padding-left:38px}.security-list span{color:#699cff;font-size:12px;font-weight:800}.security-list h3{font-size:17px;margin:12px 0 8px}.security-list p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}footer{max-width:var(--max);margin:0 auto;height:86px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;color:#9da7b4;font-size:13px}footer .brand img{width:30px;height:30px}
.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.dashboard-sidebar{border-right:1px solid var(--line);background:#0d1117;padding:26px 18px;display:flex;flex-direction:column}.dashboard-sidebar>.brand{padding:0 8px;margin-bottom:32px}.user-box{border:1px solid var(--line);border-radius:var(--radius);padding:14px;margin-bottom:28px;display:flex;flex-direction:column}.user-box small{color:var(--muted);margin-top:3px}.dashboard-sidebar nav{display:flex;flex-direction:column;gap:5px}.dashboard-sidebar nav>label{font-size:10px;font-weight:800;color:#687587;margin:0 10px 9px}.guild-link{min-height:45px;padding:7px 9px;border-radius:6px;display:flex;align-items:center;gap:10px;color:#aab4c1;font-size:14px}.guild-link:hover,.guild-link.active{background:#1a222d;color:#fff}.guild-link img,.guild-link>span{width:30px;height:30px;border-radius:50%;background:#242e3a;display:grid;place-items:center}.logout-form{margin-top:auto}.logout-form button{width:100%}.dashboard-main{padding:60px clamp(28px,6vw,90px);max-width:1100px;width:100%;margin:0 auto}.dashboard-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:38px}.dashboard-heading p{font-size:11px;color:#6d9fff;font-weight:800;margin:0 0 9px}.dashboard-heading h1{font-size:38px;margin:0 0 8px}.dashboard-heading span{color:var(--muted)}.save-message{border:1px solid #256e4a;background:#10291e;color:#62dda0;padding:10px 14px;border-radius:6px;font-size:13px}.real-settings{border-top:1px solid var(--line)}.real-settings section{display:grid;grid-template-columns:250px 1fr;column-gap:55px;padding:34px 0;border-bottom:1px solid var(--line)}.section-title h2{font-size:17px;margin:0 0 7px}.section-title p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}.switch-row{grid-column:2;display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #202833;cursor:pointer}.switch-row:last-child{border-bottom:0}.switch-row span{display:flex;flex-direction:column;gap:4px}.switch-row small{color:var(--muted)}.switch-row input{position:absolute;opacity:0;pointer-events:none}.switch-row i{width:42px;height:24px;background:#2d3743;border-radius:12px;position:relative;transition:.2s}.switch-row i:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;left:3px;top:3px;transition:.2s}.switch-row input:checked+i{background:#2478f2}.switch-row input:checked+i:after{transform:translateX(18px)}.switch-row input:focus-visible+i{outline:2px solid #fff;outline-offset:3px}.select-label{grid-column:2;font-size:12px;font-weight:700;margin-bottom:8px}.real-settings select{grid-column:2;background:#10161e;color:#fff;border:1px solid #34404d;border-radius:6px;min-height:45px;padding:0 12px}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px;padding:28px 0}.form-actions>a{font-size:13px;color:var(--muted)}.empty-state,.setup-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:660px;margin:0 auto;padding:40px}.empty-state{min-height:70vh}.empty-state h1,.setup-page h1{font-size:42px;margin:18px 0 10px}.empty-state p,.setup-page p{color:var(--muted);line-height:1.6;margin:0 0 26px}.setup-page img{width:140px;height:140px}
@media(max-width:1000px){.hero{grid-template-columns:1fr;padding-top:48px}.hero-copy{text-align:center}.hero-logo{width:160px;height:160px}.hero-actions{align-items:center}.admin-note{margin-left:auto!important;margin-right:auto!important}.product-preview{max-width:760px;width:100%;margin:0 auto}.security-list{grid-template-columns:1fr}.security-list article+article{border-left:0;padding-left:0}.security-list article{border-top:1px solid var(--line);padding:24px 0}.dashboard-shell{grid-template-columns:220px 1fr}.real-settings section{grid-template-columns:1fr}.switch-row,.select-label,.real-settings select{grid-column:1}.section-title{margin-bottom:18px}}
@media(max-width:720px){.site-header{height:68px;padding:0 18px}.brand span{font-size:14px}.site-header nav>a:not(.button){display:none}.site-header nav{gap:0}.hero{padding:42px 18px 54px;gap:52px}.hero h1{font-size:48px}.hero-copy>p:not(.admin-note){font-size:17px}.button-rainbow{min-width:0;width:100%;font-size:14px}.hero-actions{width:100%}.product-preview{height:410px;grid-template-columns:1fr}.product-preview aside{display:none}.preview-content{padding:14px}.security{padding:54px 20px}.security-intro{grid-template-columns:1fr}.security h2{font-size:28px}.security-list{margin-top:38px}.dashboard-shell{display:block}.dashboard-sidebar{border-right:0;border-bottom:1px solid var(--line);padding:16px}.dashboard-sidebar>.brand,.user-box,.logout-form{display:none}.dashboard-sidebar nav{display:flex;flex-direction:row;overflow-x:auto}.dashboard-sidebar nav>label{display:none}.guild-link{flex:0 0 auto}.dashboard-main{padding:38px 20px}.dashboard-heading{display:block}.save-message{display:inline-block;margin-top:18px}.real-settings section{padding:26px 0}.form-actions{align-items:stretch;flex-direction:column-reverse}.form-actions .button{width:100%}footer{padding:0 20px}.empty-state,.setup-page{padding:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.hero{grid-template-columns:40% 60%;gap:52px}.hero h1{font-size:clamp(48px,4.4vw,64px);white-space:nowrap}.button-logo{width:24px;height:24px;object-fit:contain;flex:0 0 auto}
@media(max-width:1000px){.hero{grid-template-columns:1fr}.hero h1{white-space:normal}}
