:root{--primary:#3b82f6;--primary-light:#60a5fa;--secondary:#4ecdc4;--secondary-light:#81e6d9;--dark:#1e1e1e;--dark-light:#2d3748;--light:#f9fafb;--text-dark:#1f2937;--text-light:#f3f4f6;--error:#ef4444;--success:#10b981}*{box-sizing:border-box;margin:0;padding:0}html{background:#0b0c1e;width:100%;height:100%;overflow:hidden}body,#root{-webkit-overflow-scrolling:touch;background:#0b0c1e;width:100%;height:100%;overflow:auto}body{color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.glass{-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #ffffff4d;box-shadow:0 4px 30px #0000001a}.glass-dark{-webkit-backdrop-filter:blur(16px);background:#1e1e1eb3;border:1px solid #ffffff1a;box-shadow:0 4px 30px #0000004d}.bg-gradient{background:linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%)}.bg-gradient-dark{background:linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%)}.btn{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-primary{background-color:var(--primary);color:#fff}.btn-secondary{background-color:var(--secondary);color:#fff}.btn-outline{border:1px solid var(--text-dark);color:var(--text-dark);background-color:#0000}.input-group{background:#fff;border:1px solid #d1d5db;border-radius:.75rem;align-items:center;padding:0 1rem;transition:border-color .2s;display:flex}.input-group:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f633}.input-group svg{color:#9ca3af;width:1.25rem;height:1.25rem}.input-field{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;padding:.875rem .75rem;font-size:1rem}.w-full{width:100%}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.text-center{text-align:center}.content-loader{flex:1;justify-content:center;align-items:center;min-height:200px;display:flex}.content-spinner{border:3px solid #00b4ff26;border-top-color:#00b8ff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.mh-header{-webkit-backdrop-filter:blur(12px);z-index:100;background:#080c1ef2;border-bottom:1px solid #00b4ff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:none;position:sticky;top:0}.mh-left{cursor:pointer;align-items:center;gap:8px;display:flex}.mh-logo{object-fit:contain;width:32px;height:32px}.mh-brand{background:linear-gradient(135deg,#00b8ff,#b44aff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Orbitron,sans-serif;font-size:.85rem;font-weight:800}.mh-menuBtn{color:#c8dcffb3;cursor:pointer;background:#00b4ff0f;border:1px solid #00b4ff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.mh-menuBtn:hover{color:#80d0ff;background:#00b4ff1a}.mh-badge{color:#fff;background:#ff1744;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}@media (max-width:768px){.mh-header{display:flex}}.btb-bar{padding:6px 8px;padding-bottom:max(6px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);z-index:100;background:#080c1ef2;border-top:1px solid #00b4ff0f;flex-shrink:0;justify-content:space-around;align-items:center;display:none}.btb-item{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;min-width:52px;padding:4px 8px;transition:all .2s;display:flex;position:relative}.btb-iconWrap{justify-content:center;align-items:center;display:flex;position:relative}.btb-icon{font-size:1.2rem;transition:transform .2s}.btb-item.active .btb-icon{transform:scale(1.15)}.btb-indicator{background:linear-gradient(90deg,#00b8ff,#4ecdc4);border-radius:2px;width:16px;height:3px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #00b4ff66}.btb-badge{color:#fff;background:#ff1744;border-radius:7px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:8px;font-weight:800;line-height:1;display:flex;position:absolute;top:-4px;right:-8px}.btb-label{color:#8caadc73;font-size:.55rem;font-weight:600;transition:color .2s}.btb-item.active .btb-label{color:#80d0ff;font-weight:700}.btb-item:hover .btb-label{color:#c8dcff99}@media (max-width:768px){.btb-bar{display:flex}}.sidebar-layout{--dash-neon-blue:#00b8ff;--dash-neon-purple:#b44aff;--dash-neon-pink:#ff2d95;--dash-neon-gold:gold;--dash-neon-green:#0f8;--dash-card-radius:14px}.sidebar-layout[data-theme=dark]{--layout-bg:#0b0c1e;--text-primary:#e2e8f0;--text-muted:#64748b;--text-dim:#8caadc73;--border-subtle:#ffffff0d;--border-glass:#00b8ff14;--border-glass-light:#00b4ff12;--card-bg:#0a122d8c;--glass-bg:#00b8ff0f;--glass-bg-strong:#00b8ff1a;--nav-color:#64748b;--nav-hover-bg:#00b8ff0f;--nav-hover-color:#e2e8f0;--nav-active-bg:#00b8ff1a;--nav-active-color:#00b8ff;--escape-card-bg:#0a122d8c;--escape-card-border:#00b4ff12;--escape-color:#d0e0ff;--escape-desc:#8caadc80;--escape-btn-bg:#00b4ff0f;--escape-btn-border:#00b4ff1a;--escape-btn-color:#80d0ff;--md-bg:linear-gradient(180deg, #0a0e20fa, #080c1cfc);--md-border:#00b4ff14;--md-item-color:#8caadc8c;--md-item-hover-bg:#00b4ff0f;--md-item-hover-color:#c8dcffb3;--md-item-active-bg:#00b4ff14;--md-item-active-border:#00b4ff1f;--md-item-active-color:#80d0ff;--bubble-bg:radial-gradient(circle at 30% 30%, #00b4ff26, #0078ff0f);--bubble-border:#00b4ff14}.sidebar-layout[data-theme=light]{--layout-bg:#f0f2f5;--text-primary:#1e293b;--text-muted:#64748b;--text-dim:#64748b73;--border-subtle:#0000000f;--border-glass:#00000014;--border-glass-light:#0000000f;--card-bg:#fff;--glass-bg:#00b4ff0f;--glass-bg-strong:#00b4ff1a;--nav-color:#334155;--nav-hover-bg:#0000000a;--nav-hover-color:#0f172a;--nav-active-bg:#00b4ff14;--nav-active-color:#2563eb;--escape-card-bg:#fff;--escape-card-border:#00000014;--escape-color:#1e293b;--escape-desc:#64748b99;--escape-btn-bg:#00b4ff14;--escape-btn-border:#00b4ff26;--escape-btn-color:#2563eb;--md-bg:linear-gradient(180deg, #fffffffa, #f5f7fafc);--md-border:#00000014;--md-item-color:#64748b99;--md-item-hover-bg:#0000000a;--md-item-hover-color:#1e293b;--md-item-active-bg:#00b4ff14;--md-item-active-border:#00b4ff26;--md-item-active-color:#2563eb;--bubble-bg:radial-gradient(circle at 30% 30%, #00b4ff14, #0078ff08);--bubble-border:#00b4ff0d}.sidebar-layout{height:100vh;color:var(--text-primary);background:var(--layout-bg);font-family:Inter,sans-serif;display:flex;overflow:hidden}.sidebar{background:var(--sidebar-bg,#0c0e1ef2);border-right:1px solid var(--border-glass);flex-direction:column;flex-shrink:0;gap:8px;width:200px;padding:20px 16px;transition:width .25s,padding .25s;display:flex;overflow-y:auto}.sidebar.collapsed{width:90px;padding:14px 8px}.sidebar.collapsed .sidebar-logo{border-bottom:none;justify-content:center;margin-bottom:4px;padding:0}.sidebar.collapsed .logo-image{filter:drop-shadow(0 0 12px #00b8ff33);background:#00b8ff0a;border:1px solid #00b8ff14;border-radius:10px;width:68px;height:68px;padding:4px}.sidebar.collapsed .logo-text,.sidebar.collapsed .nav-label,.sidebar.collapsed .escape-card{display:none}.sidebar.collapsed .nav-item{justify-content:center;gap:0;padding:12px 0}.sidebar.collapsed .nav-icon{width:auto;font-size:1.5rem}.sidebar-header{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;min-height:64px;margin-bottom:12px;padding-bottom:16px;display:flex}.sidebar.collapsed .sidebar-header{border-bottom:none;flex-direction:column;gap:8px;min-height:auto;margin-bottom:4px;padding-bottom:0}.ls-toggle{color:#8caadc80;cursor:pointer;z-index:5;background:#080e23cc;border:1px solid #00b4ff26;border-right:none;border-radius:50% 0 0 50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:.6rem;transition:all .2s;display:flex;position:absolute;top:60px;right:0}.ls-toggle:hover{color:#80d0ff;background:#080e2de6;border-color:#00b4ff59}.sidebar.collapsed .ls-toggle{right:-1px}[data-theme=light] .ls-toggle{color:#334155;background:#f5f7faf2;border-color:#0000001f}[data-theme=light] .ls-toggle:hover{color:#2563eb;background:#fff}.sidebar{position:relative}[data-theme=light] .sidebar{background:#fffffff2}.sidebar::-webkit-scrollbar{background:0 0;width:0}.sidebar{scrollbar-width:none}.sidebar::-webkit-scrollbar-thumb{background:0 0}.sidebar-logo{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.sidebar.collapsed .sidebar-logo{flex-direction:column;flex:none;gap:4px}.logo-image{object-fit:contain;flex-shrink:0;width:64px;height:64px}.logo-text{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1.1;overflow:hidden}.logo-text b{font-size:.7rem}.logo-brain{background:linear-gradient(135deg, var(--dash-neon-blue), var(--dash-neon-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Orbitron,sans-serif;font-size:1.4rem;font-weight:900;display:block}.logo-text small{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.6rem}.logo-text b{color:var(--dash-neon-gold);display:block}.sidebar-nav{flex-direction:column;flex:1;gap:2px;display:flex}.nav-item{color:var(--nav-color);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .18s;display:flex}.nav-item:hover{background:var(--nav-hover-bg);color:var(--nav-hover-color)}.nav-item.active{background:var(--nav-active-bg);color:var(--nav-active-color)}.nav-icon{text-align:center;flex-shrink:0;width:24px;font-size:1.15rem}.sidebar button:focus-visible{outline-offset:2px;outline:2px solid #00b8ff99}.sidebar .nav-item:focus-visible{outline-offset:2px;outline:2px solid #00b8ff99}.ls-toggle:focus-visible{outline-offset:2px;outline:2px solid #00b8ff99}.escape-btn:focus-visible{outline-offset:2px;outline:2px solid #00b8ff99}.sidebar-layout[data-theme=light] .sidebar button:focus-visible{outline-color:#2563eb99}.sidebar-layout[data-theme=light] .sidebar .nav-item:focus-visible{outline-color:#2563eb99}.sidebar-layout[data-theme=light] .ls-toggle:focus-visible{outline-color:#2563eb99}.sidebar-layout[data-theme=light] .escape-btn:focus-visible{outline-color:#2563eb99}.escape-card{background:var(--escape-card-bg);border:1px solid var(--escape-card-border);border-radius:12px;flex-shrink:0;gap:12px;margin-top:auto;padding:16px;display:flex;position:relative;overflow:hidden}.escape-card:before{content:"";background:linear-gradient(90deg, transparent, var(--border-glass), transparent);pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.escape-card-left{flex-shrink:0}.escape-card-img{object-fit:cover;border:1px solid var(--border-glass-light);border-radius:8px;width:56px;height:56px;transition:border-color .2s}.escape-card:hover .escape-card-img{border-color:#00b4ff33}.escape-card-right{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.escape-card-title{color:var(--escape-color);letter-spacing:.03em;font-family:Orbitron,sans-serif;font-size:.65rem;font-weight:700}.escape-card-desc{color:var(--escape-desc);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.58rem;line-height:1.35;display:-webkit-box;overflow:hidden}.escape-btn{background:var(--escape-btn-bg);border:1px solid var(--escape-btn-border);color:var(--escape-btn-color);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;border-radius:6px;align-self:flex-start;align-items:center;gap:4px;margin-top:2px;padding:4px 10px;font-family:inherit;font-size:.58rem;font-weight:700;transition:all .2s;display:inline-flex}.escape-btn:hover{background:#00b4ff1a;border-color:#00b4ff33;transform:translate(2px);box-shadow:0 2px 10px #00b4ff0f}.sidebar-content{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.sidebar-outlet{z-index:1;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow-y:auto}.sidebar-bubbles{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.sb{opacity:0;background:var(--bubble-bg);border:1px solid var(--bubble-border);border-radius:50%;animation:linear infinite sb-rise;position:absolute;bottom:-80px}.sb-1{width:50px;height:50px;animation-duration:14s;animation-delay:0s;left:5%}.sb-2{width:35px;height:35px;animation-duration:18s;animation-delay:3s;left:18%}.sb-3{width:65px;height:65px;animation-duration:12s;animation-delay:1s;left:35%}.sb-4{width:25px;height:25px;animation-duration:20s;animation-delay:5s;left:50%}.sb-5{width:45px;height:45px;animation-duration:15s;animation-delay:2s;left:65%}.sb-6{width:55px;height:55px;animation-duration:13s;animation-delay:4s;left:80%}.sb-7{width:30px;height:30px;animation-duration:17s;animation-delay:6s;left:28%}.sb-8{width:40px;height:40px;animation-duration:16s;animation-delay:2.5s;left:72%}@keyframes sb-rise{0%{opacity:0;bottom:-80px;transform:translate(0)scale(.6)}6%{opacity:.6}50%{opacity:.35}94%{opacity:.05}to{opacity:0;bottom:110%;transform:translate(40px)scale(1)}}.md-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);background:#0009;animation:.2s md-fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes md-fadeIn{0%{opacity:0}to{opacity:1}}.md-drawer{background:var(--md-bg);border-left:1px solid var(--md-border);flex-direction:column;width:260px;max-width:80vw;height:100%;animation:.25s md-slideIn;display:flex;position:absolute;top:0;right:0}@keyframes md-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.md-header{border-bottom:1px solid var(--md-border);justify-content:space-between;align-items:center;padding:16px;display:flex}.md-logoWrap{align-items:center;gap:10px;display:flex}.md-logo{object-fit:contain;width:36px;height:36px}.md-brand{color:var(--text-primary);font-size:.85rem;font-weight:700}.md-close{color:#ff6b6b99;cursor:pointer;background:#ff6b6b14;border:1px solid #ff6b6b1f;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.md-close:hover{color:#ff6b6b;background:#ff6b6b1f}.md-items{flex-direction:column;gap:4px;padding:12px;display:flex}.md-item{color:var(--md-item-color);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.md-item:hover{background:var(--md-item-hover-bg);color:var(--md-item-hover-color)}.md-item.active{background:var(--md-item-active-bg);border-color:var(--md-item-active-border);color:var(--md-item-active-color)}.md-itemIcon{text-align:center;width:24px;font-size:1.1rem}.md-itemLabel{flex:1}.md-itemBadge{color:#fff;background:#ff1744;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;line-height:1;display:flex}@media (max-width:768px){.sidebar-layout{height:100vh;flex-direction:column;height:100dvh}.sidebar{display:none}.sidebar-content{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}}.watchad-overlay{z-index:9999;-webkit-user-select:none;user-select:none;background:#000;flex-direction:column;font-family:Inter,Segoe UI,sans-serif;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.watchad-video{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.watchad-video-bg{background:radial-gradient(at 20%,#ff643240 0%,#0000 50%),radial-gradient(at 80% 30%,#3296ff33 0%,#0000 50%),radial-gradient(at 50% 80%,#ffc83226 0%,#0000 50%);animation:3s ease-in-out infinite watchad-pulse;position:absolute;top:-40%;bottom:-40%;left:-40%;right:-40%}@keyframes watchad-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.watchad-shape{opacity:.15;border-radius:50%;position:absolute}.watchad-shape-1{background:#f63;width:120px;height:120px;animation:4s ease-in-out infinite watchad-float1;top:15%;left:10%}.watchad-shape-2{background:#39f;width:80px;height:80px;animation:3.5s ease-in-out infinite watchad-float2;bottom:20%;right:15%}.watchad-shape-3{background:#fc3;width:60px;height:60px;animation:5s ease-in-out infinite watchad-float1;top:40%;right:25%}@keyframes watchad-float1{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}@keyframes watchad-float2{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(-8deg)}}.watchad-brand{text-align:center;z-index:2;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.watchad-brand-icon{filter:drop-shadow(0 0 20px #00b8ff4d);margin-bottom:8px;font-size:48px}.watchad-brand-name{color:#fff;letter-spacing:2px;text-transform:uppercase;text-shadow:0 0 30px #00000080;font-size:18px;font-weight:800}.watchad-brand-tagline{color:#fff6;letter-spacing:1px;margin-top:4px;font-size:11px}.watchad-topbar{z-index:3;background:linear-gradient(#0006 0%,#0000 100%);justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:absolute;top:0;left:0;right:0}.watchad-sponsored{color:#ffffff80;letter-spacing:1px;text-transform:uppercase;font-size:10px;font-weight:600}.watchad-sound-toggle{cursor:pointer;color:#fff9;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.watchad-skip{color:#ffffffb3;cursor:pointer;z-index:3;background:#00000080;border:1px solid #ffffff1a;border-radius:6px;padding:8px 16px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s;position:absolute;bottom:16px;right:16px}.watchad-skip:hover{background:#000000b3}.watchad-bottom{background:#0a0a0a;border-top:1px solid #ffffff0a;padding:10px 14px}.watchad-progress-track{background:#ffffff0f;border-radius:2px;width:100%;height:3px;margin-bottom:8px;overflow:hidden}.watchad-progress-fill{background:linear-gradient(90deg,#00b8ff,#08c);border-radius:2px;height:100%;transition:width .3s linear}.watchad-footer{justify-content:space-between;align-items:center;display:flex}.watchad-reward{color:#ffffff40;align-items:center;gap:4px;font-size:10px;display:flex}.watchad-timer{color:#ffffff59;font-size:12px;font-weight:600}.em-overlay{-webkit-backdrop-filter:blur(6px);z-index:9990;background:#0000008c;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out em-fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.em-modal{background:#131a33;border:1px solid #00b8ff33;border-radius:18px;width:100%;max-width:400px;animation:.3s cubic-bezier(.16,1,.3,1) em-modalEnter;overflow:hidden;box-shadow:0 20px 60px #00000080}.em-head{text-align:center;background:linear-gradient(160deg,#00b8ff1f 0%,#0000 60%);padding:28px 24px 20px;position:relative}.em-icon{background:#00b8ff26;border:2px solid #00b8ff59;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 12px;font-size:30px;display:flex}.em-title{color:#fff;margin:0;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:800}.em-sub{color:#ffffffa6;margin:6px 0 0;font-size:12.5px;line-height:1.5}.em-actions{flex-direction:column;gap:10px;padding:20px 20px 12px;display:flex}.em-option{cursor:pointer;text-align:left;background:#00b8ff0f;border:1.5px solid #00b8ff40;border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px;font-family:inherit;transition:all .15s;display:flex}.em-option:hover{background:#00b8ff1f;border-color:#00b8ff;transform:translateY(-1px)}.em-optionAd{background:linear-gradient(135deg,#ffc1071f,#00b8ff0f);border-color:#ffc1074d}.em-optionAd:hover{border-color:#ffc107}.em-optionStore{background:linear-gradient(135deg,#00b8ff1f,#3b82f60f)}.em-optionIcon{background:#00b8ff33;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.em-optionAd .em-optionIcon{background:#ffc10733}.em-optionText{flex:1}.em-optionLabel{color:#fff;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700}.em-optionDesc{color:#ffffff8c;margin-top:2px;font-size:11px}.em-optionArrow{color:#00b8ff;font-size:16px}.em-close{cursor:pointer;color:#ffffff73;background:0 0;border:none;margin:4px auto 16px;padding:4px;font-size:26px;line-height:1;transition:opacity .15s;display:block}.em-close:hover{opacity:.7}.em-toast{z-index:10000;color:#fff;background:linear-gradient(135deg,#00b8ff,#09c);border-radius:12px;padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;animation:.2s ease-out em-fadeIn;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00b8ff4d}@keyframes em-modalEnter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes em-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fr-overlay{-webkit-backdrop-filter:blur(10px);z-index:9995;background:#050814cc;justify-content:center;align-items:center;padding:24px;animation:.3s ease-out fr-fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.fr-card{text-align:center;background:linear-gradient(170deg,#141b3a 0%,#0d1229 100%);border:1px solid #00b8ff33;border-radius:22px;width:100%;max-width:400px;padding:34px 28px 26px;animation:.4s cubic-bezier(.16,1,.3,1) fr-cardEnter;box-shadow:0 24px 80px #0009}.fr-icon{background:#ffffff0f;border:2px solid #00b8ff4d;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;font-size:38px;display:flex}.fr-logo{object-fit:contain;filter:drop-shadow(0 8px 30px #00b8ff4d);width:90px;height:90px;margin:0 auto 18px}.fr-title{color:#fff;margin:0 0 10px;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:800;line-height:1.25}.fr-body{color:#ffffffb8;margin:0 0 22px;font-size:13.5px;line-height:1.65}.fr-dots{justify-content:center;align-items:center;gap:8px;margin-bottom:22px;display:flex}.fr-dot{background:#ffffff2e;border-radius:50%;width:8px;height:8px;transition:all .25s}.fr-dot-active{border-radius:6px;width:24px}.fr-dot-done{background:#4ecdc4}.fr-actions{justify-content:center;align-items:center;gap:12px;display:flex}.fr-skip{color:#ffffff73;cursor:pointer;background:0 0;border:none;padding:12px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:opacity .15s}.fr-skip:hover{opacity:.8;color:#ffffffb3}.fr-next{color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;max-width:220px;padding:13px 22px;font-family:Inter,sans-serif;font-size:14px;font-weight:800;transition:all .2s;box-shadow:0 6px 24px #00b8ff59}.fr-next:hover{filter:brightness(1.1);transform:translateY(-1px)}@keyframes fr-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fr-cardEnter{0%{opacity:0;transform:translateY(24px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.consent-banner{z-index:100000;-webkit-backdrop-filter:blur(20px);background:#0a0c1ef7;border-top:1px solid #00b8ff26;padding:16px 24px;animation:.4s consentSlideUp;position:fixed;bottom:0;left:0;right:0}@keyframes consentSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.consent-content{justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}.consent-text{flex:1;align-items:center;gap:12px;display:flex}.consent-icon{flex-shrink:0;font-size:24px}.consent-text p{color:#fffc;margin:0;font-size:14px;line-height:1.5}.consent-actions{flex-shrink:0;gap:10px;display:flex}.consent-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.consent-btn-accept{color:#fff;background:linear-gradient(135deg,#3b82f6,#00b8ff)}.consent-btn-accept:hover{transform:translateY(-1px);box-shadow:0 4px 15px #3b82f666}.consent-btn-deny{color:#fffc;background:#ffffff14;border:1px solid #ffffff1f}.consent-btn-deny:hover{background:#ffffff1f}.consent-btn-manage{color:#60a5fa;background:0 0;border:1px solid #60a5fa4d}.consent-btn-manage:hover{background:#60a5fa1a}.consent-overlay{z-index:100001;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s consentFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes consentFadeIn{0%{opacity:0}to{opacity:1}}.consent-modal{background:#12142a;border:1px solid #00b8ff26;border-radius:16px;width:100%;max-width:500px;max-height:80vh;animation:.25s consentScaleIn;overflow-y:auto}@keyframes consentScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.consent-modal-header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.consent-modal-header h3{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:18px}.consent-modal-close{color:#fff9;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.consent-modal-close:hover{color:#fff;background:#ffffff1f}.consent-modal-body{padding:16px 24px}.consent-modal-desc{color:#ffffff80;margin:0 0 16px;font-size:13px;line-height:1.5}.consent-option{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.consent-option:last-child{border-bottom:none}.consent-option-info{flex-direction:column;gap:2px;display:flex}.consent-option-label{color:#fff;font-size:14px;font-weight:600}.consent-option-desc{color:#ffffff73;font-size:12px}.consent-toggle{cursor:pointer;border:none;border-radius:6px;padding:6px 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:all .2s}.consent-toggle-always{color:#60a5fa;cursor:default;background:#3b82f626}.consent-toggle-on{color:#10b981;background:#10b98126}.consent-toggle-on:hover{background:#10b98140}.consent-toggle-off{color:#ffffff80;background:#ffffff14}.consent-toggle-off:hover{background:#ffffff1f}.consent-modal-footer{padding:0 24px 20px}.consent-btn-save{color:#fff;background:linear-gradient(135deg,#3b82f6,#00b8ff);width:100%}.consent-btn-save:hover{transform:translateY(-1px);box-shadow:0 4px 15px #3b82f666}@media (max-width:600px){.consent-content{text-align:center;flex-direction:column}.consent-text{flex-direction:column;gap:8px}.consent-actions{flex-direction:column;width:100%}.consent-btn{text-align:center;width:100%}}
