.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#08080ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar-container{max-width:1100px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar-brand .brand-text{font-size:1.25rem;font-weight:600;color:var(--accent)}.navbar-nav{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-muted);font-size:.9rem;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--text)}.navbar-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:5px}.navbar-toggle span{width:22px;height:2px;background:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 1.25rem;height:42px;font-size:.9rem;font-weight:500;border-radius:6px;transition:color .15s,background .15s;border:none}.btn-primary{background:var(--accent);color:#fff;border:1px solid transparent}.btn-primary:hover{background:var(--accent-dim)}.btn-outline{background:transparent;color:var(--accent);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text)}.btn-secondary{background:#ffffff14;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:#ffffff1f;border-color:var(--text-muted)}.btn-sm{padding:0 .875rem;height:42px;font-size:.85rem}.btn-full{width:100%}@media(max-width:768px){.navbar-nav{position:fixed;top:56px;left:0;right:0;background:var(--bg-card);flex-direction:column;padding:1.5rem;gap:.5rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .2s;border-bottom:1px solid var(--border)}.navbar-nav.open{transform:translateY(0);opacity:1;pointer-events:auto}.navbar-toggle{display:flex}.btn-outline.btn-sm,.btn-ghost.btn-sm{display:none}}.footer{background:var(--bg-card);border-top:1px solid var(--border);margin-top:auto}.footer-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:1.5rem}.footer-logo{font-size:1.125rem;font-weight:600;color:var(--accent);display:inline-block;margin-bottom:.5rem}.footer-brand p{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem;max-width:260px}.footer-social a{color:var(--text-muted);transition:color .15s}.footer-social a:hover{color:var(--accent)}.footer-links h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}.footer-links a{display:block;color:var(--text);font-size:.875rem;margin-bottom:.375rem}.footer-bottom{padding-top:1.5rem;border-top:1px solid var(--border)}.footer-bottom p{color:var(--text-muted);font-size:.8rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}main{padding-top:56px}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0;pointer-events:none}.hero-bg img,.hero-bg video{width:100%;height:100%;object-fit:cover;filter:blur(12px) brightness(.7);transform:scale(1.05)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#08080a4d,#08080ad9);pointer-events:none}.hero-content{position:relative;text-align:center;z-index:1;display:flex;flex-direction:column;align-items:center}.hero-logo{width:clamp(140px,25vw,220px);height:auto;margin-bottom:.75rem;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.hero-badge-wrap{display:flex;justify-content:center;width:100%;margin-bottom:1rem}.hero-badge{display:inline-block;padding:.25rem .75rem;background:#d946ef26;border:1px solid var(--accent);border-radius:4px;font-size:.75rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.08em}.hero-subtitle{font-size:1rem;color:var(--text-muted);max-width:420px;margin:0 auto 1.5rem;line-height:1.6}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-actions .btn{min-width:145px;min-height:42px}.features{background:var(--bg)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:1.5rem}.feature-card h3{font-size:1rem;font-weight:600;margin-bottom:.375rem}.feature-card p{color:var(--text-muted);font-size:.875rem}.voting{background:var(--bg-card)}.vote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem}.vote-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:6px;color:var(--text);transition:border-color .15s}.vote-card:hover{border-color:var(--accent)}.vote-name{flex:1;font-size:.9rem;font-weight:500}.vote-arrow{color:var(--text-muted);font-size:.9rem}.cta{background:var(--bg);text-align:center}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem}.ip-box{display:inline-flex;align-items:center;gap:1rem;height:42px;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:0 1.25rem}.server-ip{font-family:IBM Plex Mono,monospace;font-size:1.1rem;color:var(--accent)}.cta-discord{min-width:200px}.page-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;text-align:center;margin-bottom:.375rem}.page-subtitle{color:var(--text-muted);font-size:.95rem;text-align:center;max-width:480px;margin:0 auto 2rem}.rules-list{max-width:600px;margin:0 auto}.rules-section-title{font-size:1rem;font-weight:600;margin:1.5rem 0 .75rem}.rules-section-title:first-child{margin-top:0}.rules-bullets{list-style:none}.rules-bullets li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:var(--text-muted);font-size:.9rem}.rules-bullets li:before{content:"•";position:absolute;left:0;color:var(--accent)}.punishment-grid{display:flex;flex-direction:column;gap:.5rem}.punishment-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem}.punishment-offense{color:var(--text-muted);min-width:180px}.punishment-arrow{color:var(--accent)}.punishment-result{color:var(--text);font-weight:500}.rules-footer{text-align:center;font-size:.85rem;color:var(--text-muted);margin-top:2rem}.updates-list{max-width:600px;margin:0 auto}.update-card{display:block;margin-bottom:.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:inherit;text-decoration:none;transition:border-color .15s;overflow:hidden}.update-card-cover{width:100%;height:140px;overflow:hidden}.update-card-cover img{width:100%;height:100%;object-fit:cover;display:block}.update-card-body{padding:1.5rem}.update-card:hover{border-color:var(--accent)}.update-card-date{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.375rem}.update-card-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.update-card-excerpt{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.update-card-link{font-size:.85rem;color:var(--accent)}.updates-empty{text-align:center;color:var(--text-muted);font-size:.95rem}.update-post-page{position:relative;max-width:640px;margin:0 auto}.update-post-cover{width:100%;margin:0 0 1.5rem;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.update-post-cover img{width:100%;height:auto;display:block;vertical-align:top}.update-post-back{display:inline-block;font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.update-post-back:hover{color:var(--accent)}.update-post-date{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.375rem}.update-post-title{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.update-post-content p{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin-bottom:1rem}.update-post-content p:last-child{margin-bottom:0}.bug-hunting-content{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;max-width:800px;margin:0 auto}.bug-info-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:1.25rem;height:fit-content}.bug-info-card h3{font-size:.95rem;margin-bottom:.75rem}.bug-info-card ul{list-style:none;margin-bottom:.75rem}.bug-info-card li{padding:.3rem 0 .3rem 1rem;position:relative;color:var(--text-muted);font-size:.875rem}.bug-info-card li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:.8rem}.bug-tip{font-size:.85rem;color:var(--text-muted)}.bug-form{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.625rem .875rem;background:var(--bg);border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:inherit;font-size:.9rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-error{padding:.75rem;background:#d946ef1a;border:1px solid var(--accent);border-radius:4px;color:var(--accent);font-size:.9rem;margin-bottom:1rem}.form-success{text-align:center;padding:1.5rem}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--accent);color:#fff;font-size:1.5rem;font-weight:600;border-radius:50%;margin-bottom:.75rem}.form-success h3{font-size:1rem;margin-bottom:.25rem}.form-success p{color:var(--text-muted);font-size:.9rem}@media(max-width:768px){.bug-hunting-content,.form-row{grid-template-columns:1fr}}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:2rem}.step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:1.5rem}.step-number{width:36px;height:36px;background:var(--accent);color:#fff;font-weight:600;font-size:1rem;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.step-card h3{font-size:.95rem;margin-bottom:.25rem}.step-card p{color:var(--text-muted);font-size:.875rem}.ip-reminder{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:1.5rem;margin-bottom:2rem}.ip-reminder h3{font-size:.9rem;margin-bottom:.375rem}.ip-reminder code{display:block;font-family:IBM Plex Mono,monospace;font-size:1.25rem;color:var(--accent);margin:.375rem 0 .75rem}.ip-reminder p{color:var(--text-muted);font-size:.875rem}.faq-section{max-width:600px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;overflow:hidden}.faq-item summary{padding:.875rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--accent)}.faq-item[open] summary:after{content:"−"}.faq-item p{padding:0 1rem 1rem;color:var(--text-muted);font-size:.875rem}:root{--bg: #08080a;--bg-card: #0e0e12;--bg-elevated: #141418;--accent: #d946ef;--accent-dim: #c026d3;--accent-muted: #a21caf;--text: #fafafa;--text-muted: #a1a1aa;--border: #27272a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dim)}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-bottom:.25rem}.section-subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem}@media(max-width:768px){.section{padding:2.5rem 0}}
