:root{--bg:#060607;--red:#e8262e;--red-light:#ee363c;--card-bg:#ffffff09;--card-border:#ffffff17;--icon-bg:#17171a;--text-gray:#9a9aa3;--text-gray-dim:#86868f;--font:"Poppins", "Segoe UI", sans-serif}.login-container{width:100%;height:100dvh;font-family:var(--font);background:radial-gradient(circle at 12% 8%, #c81e2329, transparent 38%), radial-gradient(circle at 88% 55%, #c81e231f, transparent 42%), var(--bg);color:#fff;-webkit-font-smoothing:antialiased;flex-direction:column;justify-content:center;display:flex;overflow:hidden}.brand-panel{flex-shrink:0;justify-content:center;align-items:center;min-height:auto;padding:16px 20px 8px;display:flex;position:relative}.decor{pointer-events:none;z-index:0;position:absolute}.decor-ring{background:conic-gradient(from 210deg,#7a1216,#22070a 35%,#93171b 55%,#170405 80%,#7a1216);border-radius:50%;width:clamp(84px,22vw,150px);height:clamp(84px,22vw,150px);top:-28px;left:-28px}.decor-ring:after{content:"";background:var(--bg);border-radius:50%;position:absolute;inset:15%}.decor-sphere{background:radial-gradient(circle at 32% 26%,#ff6b6f 0%,#c81e2c 38%,#560c11 78%,#240407 100%);border-radius:50%;box-shadow:0 10px 24px #0000008c}.decor-sphere-1{width:clamp(16px,4.5vw,30px);height:clamp(16px,4.5vw,30px);top:64%;left:8%}.decor-sphere-2{width:clamp(13px,3.5vw,24px);height:clamp(13px,3.5vw,24px);top:14%;right:13%}.decor-u{opacity:.5;width:clamp(120px,35vw,220px);height:clamp(150px,45vw,275px);bottom:0;right:-10px;transform:rotate(-8deg)}.decor-u svg{filter:drop-shadow(0 18px 30px #0009);width:100%;height:100%;overflow:visible}.decor-icon{opacity:.4;width:clamp(30px,6vw,75px);height:clamp(30px,6vw,75px)}.decor-icon svg{filter:drop-shadow(0 12px 24px #00000080);width:100%;height:100%;overflow:visible}.decor-icon-1{top:12%;left:10%;transform:rotate(-15deg)}.decor-icon-2{bottom:20%;left:20%;transform:rotate(15deg)}.decor-icon-3{top:25%;right:15%;transform:rotate(10deg)}.decor-swoosh{opacity:.2;width:130%;height:140px;top:46%;left:-15%}.brand-logo{z-index:1;align-items:center;gap:10px;display:flex;position:relative}.shield-logo{width:48px;height:auto}.shield-flag{fill:var(--red)}.brand-text{flex-direction:column;font-weight:800;line-height:1.02;display:flex}.brand-text .line1{color:#fff;font-size:clamp(1.4rem,5.5vw,2.3rem)}.brand-text .line2{color:var(--red);font-size:clamp(1.4rem,5.5vw,2.3rem)}.login-panel{z-index:1;flex-direction:column;flex-shrink:1;justify-content:center;align-items:center;max-height:100%;padding:0 16px 16px;display:flex;position:relative;overflow-y:auto}.login-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(24px);border-radius:20px;width:100%;max-width:440px;padding:16px;box-shadow:0 24px 60px #00000080}.card-title{text-align:center;letter-spacing:-.01em;margin-bottom:4px;font-size:clamp(1.05rem,5vw,1.4rem);font-weight:700}.card-title .accent{color:var(--red)}.card-subtitle{text-align:center;color:var(--text-gray);margin-bottom:16px;font-size:.75rem;font-weight:400;line-height:1.5}.discord-btn{background:linear-gradient(180deg, var(--red-light), var(--red) 60%);cursor:pointer;width:100%;font-family:var(--font);border:none;border-radius:18px;align-items:center;gap:clamp(8px,3vw,14px);padding:12px clamp(12px,4vw,18px);transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 10px 22px #e8262e47}.discord-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px #e8262e5c}.discord-btn:active{transform:translateY(0)}.discord-btn:focus-visible{outline-offset:3px;outline:2px solid #fff}.discord-icon{background:#141313;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.discord-icon svg{fill:#fff;width:18px;height:18px}.discord-btn-text{text-align:left;color:#17110f;white-space:nowrap;flex:1;font-size:clamp(.75rem,3.8vw,.98rem);font-weight:700}.chevron-icon{color:#17110f;flex-shrink:0;width:16px;height:16px}.divider{color:var(--text-gray);align-items:center;gap:14px;margin:16px 0 12px;font-size:.75rem;display:flex}.divider:before,.divider:after{content:"";background:#ffffff1f;flex:1;height:1px}.features{flex-direction:column;gap:12px;list-style:none;display:flex}.feature{align-items:flex-start;gap:10px;display:flex}.feature-icon{background:var(--icon-bg);width:34px;height:34px;color:var(--red);border:1px solid #ffffff0f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-icon svg{width:16px;height:16px}.feature-body strong{margin-bottom:2px;font-size:.8rem;font-weight:600;display:block}.feature-body p{color:var(--text-gray-dim);font-size:.7rem;font-weight:400;line-height:1.4}.footer-text{text-align:center;width:100%;max-width:440px;color:var(--text-gray);margin-top:16px;font-size:.75rem;line-height:1.6}.signup-link{color:var(--red);align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}.signup-link:hover{text-decoration:underline}.signup-link svg{width:12px;height:12px}@media (max-height:750px) and (max-width:899px){.brand-logo{gap:6px}.shield-logo{width:36px}.brand-text .line1,.brand-text .line2{font-size:1.2rem}.brand-panel{padding:10px 20px 4px}.decor-u,.decor-ring,.decor-icon{transform:scale(.7)}.login-panel{padding:0 12px 12px}.login-card{padding:12px}.card-title{margin-bottom:2px;font-size:.95rem}.card-subtitle{margin-bottom:10px;font-size:.7rem}.discord-btn{padding:8px 12px}.discord-icon{width:26px;height:26px}.discord-btn-text{font-size:.8rem}.divider{margin:10px 0 8px}.features{gap:8px}.feature-icon{width:28px;height:28px}.feature-body strong{font-size:.75rem}.feature-body p{font-size:.65rem}.footer-text{margin-top:10px}}@media (max-height:600px) and (max-width:899px){.features,.divider,.brand-panel{display:none!important}.login-container{justify-content:center}}@media (min-width:900px){.login-container{grid-template-columns:1.05fr 1fr;display:grid}.brand-panel{min-height:100vh;padding:0 40px}.decor-u{width:336px;height:420px;bottom:20px;right:20px}.decor-ring{width:230px;height:230px;top:-70px;left:-70px}.decor-ring:after{inset:36px}.login-panel{min-height:100vh;padding:40px 56px}}@media (min-width:1200px){.brand-logo{gap:28px}.shield-logo{width:128px}.brand-text .line1,.brand-text .line2{font-size:5.2rem;line-height:.98}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
