:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-dark);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow-x:hidden}#root{min-height:100%}.notification-bell{position:relative;display:flex;align-items:center}.notification-bell-btn{position:relative;background:none;border:none;cursor:pointer;padding:.4rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.notification-bell-btn:hover{background:#ffffff0d}.notification-bell-btn svg{width:22px;height:22px;fill:none;stroke:#a0a0b8;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s}.notification-bell-btn:hover svg{stroke:#e0e0f0}.notification-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;background:#ff4757;color:#fff;font-size:.6rem;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;pointer-events:none}.notification-dropdown{position:absolute;top:calc(100% + 10px);right:-8px;width:340px;max-height:420px;background:#12121efa;border:1px solid rgba(42,42,62,.6);border-radius:12px;box-shadow:0 12px 40px #00000080;z-index:1100;display:flex;flex-direction:column;overflow:hidden}.notification-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid rgba(42,42,62,.5)}.notification-dropdown-title{font-size:.85rem;font-weight:700;color:#e0e0f0}.notification-mark-all-btn{background:none;border:none;color:#667eea;font-size:.75rem;font-weight:600;cursor:pointer;padding:.2rem .5rem;border-radius:6px;transition:background .15s,color .15s}.notification-mark-all-btn:hover{background:#667eea26;color:#a78bfa}.notification-list{flex:1;overflow-y:auto;padding:.25rem 0}.notification-list::-webkit-scrollbar{width:4px}.notification-list::-webkit-scrollbar-track{background:transparent}.notification-list::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:4px}.notification-item{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem 1rem;cursor:pointer;transition:background .15s;border:none;background:none;width:100%;text-align:left}.notification-item:hover{background:#667eea14}.notification-item.unread{background:#667eea0d}.notification-item-icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;background:#667eea26}.notification-item-icon.milestone{background:#ffb74d26}.notification-item-icon.rank_up{background:#66ea8026}.notification-item-icon.follow{background:#a78bfa26}.notification-item-body{flex:1;min-width:0}.notification-item-text{font-size:.8rem;color:#d0d0e0;line-height:1.35;margin:0}.notification-item.unread .notification-item-text{color:#f0f0ff;font-weight:500}.notification-item-time{font-size:.7rem;color:#666680;margin-top:.2rem}.notification-unread-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#667eea;margin-top:6px}.notification-empty{padding:2rem 1rem;text-align:center;color:#666680;font-size:.8rem}@media(max-width:480px){.notification-dropdown{width:calc(100vw - 2rem);max-width:340px;right:-8px}}@media(max-width:360px){.notification-dropdown{right:-4px;width:calc(100vw - 1rem)}}.header{position:fixed;top:0;left:0;right:0;height:56px;background:#0a0a0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(42,42,62,.5);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:1000}.header-logo{font-size:1.1rem;font-weight:800;background:linear-gradient(135deg,#667eea,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;flex-shrink:0}.header-beta-badge{font-size:.5rem;font-weight:700;color:var(--accent-primary);border:1px solid var(--accent-primary);padding:.1rem .35rem;border-radius:4px;margin-left:.4rem;letter-spacing:.08em;vertical-align:super;-webkit-text-fill-color:var(--accent-primary);background:none;background-clip:unset;-webkit-background-clip:unset}.header-nav{display:flex;align-items:center;gap:1.5rem;margin-left:auto;margin-right:1.5rem}.header-nav-link{color:#a0a0b8;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}.header-nav-link:hover{color:var(--text-primary)}.header-demo-btn{padding:.35rem .9rem;border-radius:8px;border:1px solid rgba(102,126,234,.45);color:var(--accent-secondary);text-decoration:none;font-size:.85rem;font-weight:600;transition:border-color .2s,background .2s,color .2s}.header-demo-btn:hover{border-color:var(--accent-primary);background:#667eea1a;color:#c4b5fd}.header-right{display:flex;align-items:center;gap:1rem}.header-signin{padding:.4rem 1.2rem;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-size:.85rem;font-weight:600;transition:transform .2s,box-shadow .2s}@media(hover:hover){.header-signin:hover{transform:translateY(-1px);box-shadow:0 2px 12px #667eea4d}}.header-user{position:relative;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.3rem .5rem;border-radius:8px;transition:background .2s}.header-user:hover{background:#ffffff0d}.header-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid var(--accent-primary)}.header-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#fff}.header-username{font-size:.85rem;font-weight:600;color:var(--text-primary)}.header-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#12121afa;border:1px solid var(--border-color);border-radius:10px;padding:.5rem;min-width:160px;box-shadow:0 8px 32px #0006}.header-dropdown-item{display:block;width:100%;padding:.5rem .75rem;border:none;background:none;color:var(--text-primary);font-size:.85rem;text-align:left;cursor:pointer;border-radius:6px;text-decoration:none;transition:background .15s}.header-dropdown-item:hover{background:#667eea26}.header-dropdown-item.danger{color:#ff6b6b}.header-dropdown-item.upgrade{color:var(--accent-secondary)}.header-pro-badge{font-size:.6rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#a78bfa);padding:.1rem .4rem;border-radius:4px;letter-spacing:.05em;text-transform:uppercase}.header-spacer{height:56px}.header-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.hamburger-line{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .3s,opacity .3s;transform-origin:center}.hamburger-line.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay,.mobile-menu{display:none}@media(max-width:768px){.header-nav,.header-desktop-only{display:none}.header-hamburger{display:flex}.mobile-menu-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:998}.mobile-menu{display:block;position:fixed;top:56px;left:0;right:0;background:#0e0e16fa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(42,42,62,.5);z-index:999;max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-menu.open{max-height:80vh;overflow-y:auto}.mobile-menu-nav{display:flex;flex-direction:column;padding:1rem 1.5rem 1.5rem}.mobile-menu-user{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;margin-bottom:.5rem;border-bottom:1px solid rgba(42,42,62,.5)}.mobile-menu-name{font-size:.95rem;font-weight:700;color:var(--text-primary)}.mobile-menu-link{display:block;padding:.75rem 0;color:var(--text-primary);text-decoration:none;font-size:.95rem;font-weight:500;border:none;background:none;text-align:left;cursor:pointer;width:100%;transition:color .2s}.mobile-menu-link:hover,.mobile-menu-link:active{color:var(--accent-primary)}.mobile-menu-link.upgrade{color:var(--accent-secondary)}.mobile-menu-link.danger{color:#ff6b6b}.mobile-menu-divider{height:1px;background:#2a2a3e80;margin:.5rem 0}.mobile-menu-signin{display:block;text-align:center;padding:.75rem 1rem;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;margin-top:.25rem}}.footer{padding:1.5rem 1rem;text-align:center;background:#0a0a0fe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(42,42,62,.5);z-index:1000}.footer-links{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-bottom:.75rem}.footer-link{color:#6b6b80;text-decoration:none;font-size:.75rem;transition:color .2s}.footer-link:hover{color:#a0a0b8}.footer-dot{width:3px;height:3px;border-radius:50%;background:#3a3a4e}.footer-copy{color:#4a4a5e;font-size:.7rem;margin:0}@media(max-width:480px){.footer{padding:.6rem .5rem}.footer-links{flex-wrap:wrap;gap:.4rem .5rem;justify-content:center}.footer-link{font-size:.68rem}.footer-dot{display:none}.footer-copy{font-size:.7rem}}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:10000;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{pointer-events:auto;padding:.75rem 1.25rem;border-radius:10px;background:#12121ef5;border:1px solid rgba(42,42,62,.6);box-shadow:0 8px 32px #0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;animation:toast-slide-in .3s ease-out;max-width:320px}.toast--info{border-left:3px solid #667eea}.toast--success{border-left:3px solid #4ade80}.toast--error{border-left:3px solid #ff6b6b}.toast-message{font-size:.85rem;font-weight:500;color:#e1e1e6;line-height:1.4}@keyframes toast-slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media(max-width:480px){.toast-container{bottom:1rem;right:.75rem;left:.75rem}.toast{max-width:100%}}.home{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:56px 2rem 60px;background:linear-gradient(135deg,#0a0a0f,#1a1a2e,#16213e);position:relative;overflow:hidden}@media(max-width:600px){.home:has(input:focus) .home-heading{display:none}.home:has(input:focus){align-items:flex-start;padding-top:4rem}}.home:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(102,126,234,.08) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 6s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.3);opacity:1}}.home-content{text-align:center;max-width:480px;width:100%;position:relative;z-index:1;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#a78bfa,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.02em}.home-subtitle{color:#7a7a95;font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem}.home-platform-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.25rem}.home-platform-btn{padding:.5rem 1.25rem;border:1px solid var(--border-color);border-radius:10px;background:#12121a99;color:#666;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .25s ease}.home-platform-btn.active{border-color:var(--accent-primary);color:var(--accent-primary);background:#667eea14}.home-platform-btn:not(.active):hover{color:#aaa;border-color:#444}.home-riot-inputs{display:flex;gap:.5rem;align-items:stretch;width:100%}.home-riot-inputs .home-input{flex:1;min-width:0}.home-region-select{padding:.75rem .5rem;border-radius:14px;border:1px solid var(--border-color);background:#0c0c12e6;color:var(--text-primary);font-size:.85rem;font-weight:600;outline:none;cursor:pointer;min-width:70px;transition:border-color .2s}.home-region-select:focus{border-color:var(--accent-primary)}.home-region-select option{background:#12121a;color:var(--text-primary)}.home-mode-toggle{display:flex;justify-content:center;gap:0;margin-bottom:1.5rem;background:#12121acc;border:1px solid #1e1e2e;border-radius:12px;padding:4px;width:fit-content;margin-left:auto;margin-right:auto}.home-mode-btn{padding:.55rem 1.5rem;border:none;border-radius:9px;background:transparent;color:#666;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .25s ease}.home-mode-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px #667eea4d}.home-mode-btn:not(.active):hover{color:#aaa}.home-compare-inputs{display:flex;flex-direction:column;gap:.65rem;align-items:center}.home-vs{color:var(--accent-primary);font-weight:800;font-size:.85rem;letter-spacing:.1em}.home-form{display:flex;flex-direction:column;gap:.85rem}.home-input{padding:1rem 1.25rem;border-radius:14px;border:1px solid var(--border-color);background:#0c0c12e6;color:var(--text-primary);font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.home-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #667eea26}.home-input::placeholder{color:#444}.home-button{padding:1rem;border-radius:14px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s,box-shadow .2s;letter-spacing:.01em}@media(hover:hover){.home-button:hover{opacity:.9;box-shadow:0 4px 20px #667eea4d}}.home-button:active{transform:scale(.98)}.home-error{color:#ef4444;font-size:.85rem;margin-top:.5rem;padding:.5rem .75rem;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px}.home-hint{margin-top:2rem;color:#444;font-size:.8rem;line-height:1.7}.home-hint strong{color:#666}.home-demo-link{margin-top:1rem;font-size:.9rem;text-align:center}.home-demo-link a{color:var(--accent-primary);text-decoration:none;opacity:1;font-weight:500}@media(hover:hover){.home-demo-link a:hover{text-decoration:underline}}.home-tracking-tagline{margin-top:2.5rem;color:#3a3a4a;font-size:.78rem;line-height:1.6;max-width:420px;margin-left:auto;margin-right:auto}.wow-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#12121ab3;border:1px solid rgba(102,126,234,.2);border-radius:16px;padding:1.75rem 2rem;width:100%}.wow-cta-features{list-style:none;padding:0;margin:0;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;text-align:left}.wow-cta-features li{color:#a0a0b8;font-size:.82rem;padding-left:1.1rem;position:relative}.wow-cta-features li:before{content:"✓";color:var(--accent-primary);font-weight:700;position:absolute;left:0}.wow-cta-desc{color:#7a7a95;font-size:.88rem;line-height:1.6;text-align:center;margin:0}.wow-cta-btn{display:block;text-decoration:none;text-align:center;width:100%}.wow-cta-signin{color:#555;font-size:.82rem;margin:0}.wow-cta-signin a{color:var(--accent-primary);text-decoration:none}.wow-cta-signin a:hover{text-decoration:underline}.demo-btn{display:block;width:100%;padding:.65rem;border-radius:14px;border:1px solid rgba(102,126,234,.3);background:transparent;color:var(--accent-primary);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:.85rem;letter-spacing:.02em}.demo-btn:hover{background:#667eea14;border-color:#667eea99}.home-profile-bar{display:flex;align-items:center;gap:.65rem;padding:.6rem 1rem;background:#667eea14;border:1px solid rgba(102,126,234,.2);border-radius:10px;text-decoration:none;margin-bottom:1.75rem;transition:background .18s,border-color .18s}.home-profile-bar:hover{background:#667eea24;border-color:#667eea59}.home-profile-bar-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.home-profile-bar-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff;flex-shrink:0}.home-profile-bar-name{color:#c9d0f0;font-size:.85rem;font-weight:600}.home-profile-bar-cta{margin-left:auto;color:var(--accent-primary);font-size:.82rem;font-weight:500}@media(max-width:480px){.home{padding:56px 1rem 40px}.home-title{font-size:2.25rem}.home-subtitle{font-size:.9rem;margin-bottom:1.5rem}.home-platform-tabs{gap:.35rem}.home-platform-btn{padding:.4rem .85rem;font-size:.78rem}.home-mode-btn{padding:.45rem 1rem;font-size:.78rem}.home-input{padding:.85rem 1rem;font-size:.9rem}.home-button{padding:.85rem;font-size:.95rem}.home-hint{font-size:.72rem}.wow-cta{padding:1.25rem 1rem}.wow-cta-features{grid-template-columns:1fr}}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0f,#1a1a2e,#16213e);padding:2rem}.login-card{width:100%;max-width:420px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem 2rem}.login-title{font-size:1.8rem;font-weight:800;text-align:center;background:linear-gradient(135deg,#667eea,#a78bfa,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.login-subtitle{text-align:center;color:#7a7a95;font-size:.9rem;margin-bottom:2rem}.login-oauth-buttons{display:flex;flex-direction:row;gap:.5rem;margin-bottom:1.5rem}.login-oauth-btn{display:flex;align-items:center;justify-content:center;flex:1 1 0;gap:.5rem;padding:.625rem .5rem;min-height:44px;border-radius:10px;border:1px solid var(--border-color);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;color:var(--text-primary);white-space:nowrap}.login-oauth-btn.discord{background:#5865f2;border-color:#5865f2}@media(hover:hover){.login-oauth-btn.discord:hover{background:#4752c4;transform:translateY(-1px)}}.login-oauth-btn.steam{background:#1b2838;border-color:#2a475e}@media(hover:hover){.login-oauth-btn.steam:hover{background:#2a475e;transform:translateY(-1px)}}.login-oauth-btn.google{background:#fff;border-color:#dadce0;color:#3c4043}@media(hover:hover){.login-oauth-btn.google:hover{background:#f7f8f8;transform:translateY(-1px)}}.login-oauth-btn.apple{background:#000;border-color:#000;color:#fff}@media(hover:hover){.login-oauth-btn.apple:hover{background:#1a1a1a;transform:translateY(-1px)}}.login-oauth-icon{width:18px;height:18px;flex-shrink:0}.login-divider{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;color:#555;font-size:.85rem}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.login-form{display:flex;flex-direction:column;gap:.75rem}.login-input{padding:.75rem 1rem;border-radius:10px;border:1px solid var(--border-color);background:#0a0a0fcc;color:var(--text-primary);font-size:.95rem;outline:none;transition:border-color .2s}.login-input:focus{border-color:var(--accent-primary)}.login-submit{padding:.75rem 1rem;border-radius:10px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.25rem}@media(hover:hover){.login-submit:hover{transform:translateY(-1px);box-shadow:0 4px 20px #667eea4d}}.login-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-error{color:#ff6b6b;font-size:.85rem;text-align:center;margin-top:.5rem}.login-footer{text-align:center;margin-top:1.5rem;font-size:.85rem;color:#7a7a95}.login-footer a{color:var(--accent-primary);text-decoration:none}.login-footer a:hover{text-decoration:underline}.login-checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#7a7a95}.login-checkbox-row input[type=checkbox]{accent-color:var(--accent-primary)}.login-legal{text-align:center;font-size:.75rem;color:#555;margin-top:1rem}.login-legal a{color:var(--accent-primary);text-decoration:none}@media(max-width:479px){.login-oauth-buttons{flex-wrap:wrap}.login-oauth-btn{flex:1 1 calc(50% - .25rem)}.login-oauth-btn:last-child{flex:1 1 100%}}@media(max-width:375px){.login-card{padding:1.5rem 1rem}.login-title{font-size:1.5rem}.login-subtitle{font-size:.85rem;margin-bottom:1.5rem}.login-oauth-btn{font-size:.75rem;padding:.5rem .4rem}}.faq-page{min-height:100vh;background:var(--bg-dark);color:var(--text-primary);padding:3rem 2rem}.faq-container{max-width:720px;margin:0 auto}.faq-title{font-size:2rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.faq-subtitle{color:#7a7a95;font-size:.95rem;margin-bottom:3rem}.faq-subtitle a{color:var(--accent-primary);text-decoration:none}.faq-subtitle a:hover{text-decoration:underline}.faq-section{margin-bottom:2.5rem}.faq-category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin-bottom:.75rem}.faq-list{border:1px solid #1e1e2e;border-radius:.75rem;overflow:hidden}.faq-item{border-bottom:1px solid #1e1e2e}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#10101a;border:none;cursor:pointer;color:var(--text-primary);font-size:.95rem;font-weight:500;text-align:left;transition:background .15s}.faq-question:hover{background:#14141f}.faq-chevron{width:1rem;height:1rem;flex-shrink:0;color:#7a7a95;transition:transform .2s}.faq-item--open .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:.875rem 1.25rem 1rem;background:#0d0d17;color:#c0c0cc;font-size:.9rem;line-height:1.7;border-top:1px solid #1e1e2e}.faq-footer{display:flex;gap:.75rem;align-items:center;justify-content:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #1e1e2e;color:#7a7a95;font-size:.85rem}.faq-footer a{color:#7a7a95;text-decoration:none}.faq-footer a:hover{color:var(--text-primary)}@media(max-width:600px){.faq-page{padding:1.5rem 1rem}.faq-title{font-size:1.5rem}.faq-subtitle{margin-bottom:2rem}.faq-section{margin-bottom:1.5rem}.faq-question{padding:.75rem 1rem;font-size:.9rem}.faq-answer{padding:.75rem 1rem;font-size:.85rem;word-wrap:break-word;overflow-wrap:break-word}.faq-footer{margin-top:2rem;padding-top:1.25rem}}.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-dark);color:var(--text-primary);text-align:center;padding:2rem}.not-found-skull{width:180px;margin-bottom:1.5rem;animation:skullFloat 3s ease-in-out infinite}.skull-svg{width:100%;height:auto;filter:drop-shadow(0 0 20px rgba(102,126,234,.3))}.skull-eye-glow{animation:eyePulse 2s ease-in-out infinite}.not-found-title{font-size:5rem;font-weight:900;background:linear-gradient(135deg,#667eea,#a78bfa,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1}.not-found-text{font-size:1.2rem;color:#999;margin:.75rem 0 .25rem}.not-found-subtext{font-size:.9rem;color:#666;margin:0 0 2rem}.not-found-link{display:inline-block;padding:.7rem 2rem;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;transition:transform .2s,box-shadow .2s}@media(hover:hover){.not-found-link:hover{transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}}@keyframes skullFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes eyePulse{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:480px){.not-found{padding:1.5rem}.not-found-skull{width:120px}.not-found-title{font-size:3rem}.not-found-text{font-size:1rem}}:root{--bg-dark: #0a0a0f;--bg-mid: #1a1a2e;--bg-light: #16213e;--accent-primary: #667eea;--accent-secondary: #a78bfa;--text-primary: #e1e1e6;--text-muted: #7a7a95;--text-muted-light: #8888a0;--border-color: #2a2a3e;--card-bg: rgba(18, 18, 26, .95);--danger: #ff6b6b;--success: #4ade80;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,[role=button]:focus-visible,[role=tab]:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.page-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.page-loading:after{content:"";width:32px;height:32px;border:3px solid rgba(139,92,246,.2);border-top-color:#8b5cf6;border-radius:50%;animation:page-spin .6s linear infinite}@keyframes page-spin{to{transform:rotate(360deg)}}
