:root{--bg-main: #0f1216;--bg-panel: #161a1f;--bg-elevated: #1c2128;--bg-sidebar: #161a1f;--text: #d3d9e0;--text-muted: #8b949e;--text-heading: #e8ecf1;--link: #58a6ff;--link-hover: #79b8ff;--border: #252b33;--border-strong: #373e47;--code-bg: rgba(110, 118, 129, .18);--callout-warn-bg: rgba(210, 153, 34, .1);--callout-warn-border: #d29922;--callout-info-bg: rgba(56, 139, 253, .1);--callout-info-border: #388bfd;--content-max: 720px;--sidebar-width: 200px;--topbar-height: 52px;--radius: 6px}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;background:var(--bg-main);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;line-height:1.6;font-size:1rem;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:0}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}a:focus-visible{outline:2px solid var(--link);outline-offset:2px}h1,h2,h3{color:var(--text-heading);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.3}h1{font-size:1.75rem;margin-top:0}h2{font-size:1.35rem}h3{font-size:1.15rem}.lead{font-size:1.05rem;color:var(--text)}p{margin:0 0 1em}ul,ol{margin:0 0 1em;padding-left:1.5em}code{font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:.9em;background:var(--code-bg);padding:.15em .4em;border-radius:4px}.app{height:100vh;min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative;z-index:1;overflow:hidden}.top-bar{width:100%;flex-shrink:0}.body-wrap{display:flex;flex:1;min-height:0}.main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg-main)}.content-frame{flex:1;min-height:0;overflow-y:auto}.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);flex-shrink:0;background:var(--bg-sidebar);border-right:1px solid var(--border);padding:1rem 0;overflow-y:auto}.sidebar-nav{list-style:none;margin:0;padding:0}.sidebar-nav a{display:block;padding:.5rem 1rem;color:var(--text);text-decoration:none;font-size:.9375rem;border-left:2px solid transparent;margin-left:0}.sidebar-nav a:hover{background:var(--border);color:var(--text-heading);text-decoration:none}.sidebar-nav a.active{background:var(--border);color:var(--link);font-weight:500;border-left-color:var(--link)}.content{flex:1;padding:1.5rem 2rem 2.5rem;max-width:var(--content-max);margin:0 auto;width:100%;min-height:50vh}.top-bar.site-header{height:var(--topbar-height);background:var(--bg-sidebar);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 1.5rem;gap:.75rem}.site-header .server-status{margin-left:auto;font-size:.8125rem;font-weight:500;display:inline-flex;align-items:center;gap:.35rem}.server-status.loading{color:var(--text-muted)}.server-status.online{color:#3fb950}.server-status.offline{color:var(--text-muted)}.server-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.server-status.offline .server-status-dot{background:var(--text-muted)}.site-header img{width:36px;height:36px;border-radius:var(--radius)}.site-header h1{margin:0;font-size:1.25rem;font-weight:600}.banner{width:100%;height:28vh;min-height:200px;max-height:280px;overflow:hidden;position:relative;background:var(--bg-main)}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1;pointer-events:none}.banner-track{display:flex;height:100%;width:max-content;animation:banner-scroll 90s linear infinite}.banner-track img{height:100%;width:auto;min-width:100vw;object-fit:cover;filter:blur(24px);transform:scale(1.1)}@keyframes banner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.btn{display:inline-block;padding:.5rem 1rem;font-size:.95rem;font-weight:500;color:var(--bg-main);background:var(--link);border:none;border-radius:var(--radius);cursor:pointer;text-decoration:none;font-family:inherit}.btn:hover{background:var(--link-hover);text-decoration:none;color:var(--bg-main)}.btn:focus-visible{outline:2px solid var(--link);outline-offset:2px}.btn-outline{background:transparent;color:var(--link);border:1px solid var(--border-strong)}.btn-outline:hover{background:var(--border);color:var(--text-heading)}.cta-block{margin-top:1.75rem;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cta-title{margin-top:0;margin-bottom:.5rem;font-size:1.15rem}.cta-ip{margin-bottom:.75rem;font-size:1rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.cta-hint{margin:0;font-size:.875rem;color:var(--text-muted)}.callout{padding:.75rem 1rem;border-radius:var(--radius);border-left:4px solid;margin:1rem 0}.callout.warning{background:var(--callout-warn-bg);border-color:var(--callout-warn-border)}.callout.info{background:var(--callout-info-bg);border-color:var(--callout-info-border)}.steps-callout{padding:1rem 1.25rem}.steps-callout .steps-list{margin:0;padding-left:1.5rem}.steps-callout .steps-list li{margin-bottom:.5em}.steps-callout .steps-list li:last-child{margin-bottom:0}.text-muted{color:var(--text-muted)}.changelog-list{list-style:none;padding:0;margin:1rem 0 0}.changelog-entry{padding:.75rem 0;border-bottom:1px solid var(--border)}.changelog-entry:last-child{border-bottom:none}.changelog-date{font-size:.875rem;color:var(--text-muted);font-weight:500;display:block;margin-bottom:.35rem}.changelog-items{margin:0;padding-left:1.25rem}.changelog-items li{margin-bottom:.25em}.faq-list{margin:1rem 0 0}.faq-item{margin-bottom:1rem}.faq-q{font-weight:600;color:var(--text-heading);margin:0 0 .35em;font-size:1rem}.faq-a{margin:0 0 0 1em;padding-left:.5em;border-left:2px solid var(--border);color:var(--text);line-height:1.55}.copy-ip{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-elevated);border:1px solid var(--border-strong);padding:.5rem .9rem;border-radius:var(--radius);font-family:ui-monospace,Cascadia Mono,Segoe UI Mono,monospace;font-size:1rem;color:var(--text-heading)}.copy-ip code{background:transparent;padding:0;color:inherit}.copy-ip button{background:var(--link);border:none;color:var(--bg-main);padding:.35rem .65rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500}.copy-ip button:hover{background:var(--link-hover)}.discord-container{margin:1rem 0;padding:.5rem 0;max-width:400px}.discord-container iframe{width:100%;height:500px;border:none;border-radius:var(--radius)}.rules-list{list-style:none;padding:0;margin:1rem 0 0}.rules-list li{padding:.6rem 0;border-bottom:1px solid var(--border);display:flex;gap:.75rem;align-items:flex-start}.rules-list li:last-child{border-bottom:none}.rules-list .rule-num{flex-shrink:0;color:var(--text-muted);font-size:.875rem;font-weight:600}.rules-list .rule-title{font-weight:600;color:var(--text-heading);margin-bottom:.15em;font-size:1rem}.rules-list .rule-desc{margin:0;font-size:.9375rem;color:var(--text);line-height:1.5}.footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border);background:var(--bg-panel);font-size:.9375rem;color:var(--text);flex-shrink:0}.footer a{color:var(--link)}@media (max-width: 768px){.sidebar{width:160px;min-width:160px}.content{padding:1rem 1.25rem}}
