html,body,#root{width:100%;min-width:0;height:100%;margin:0;padding:0}body{background:#050507;overflow-x:hidden}.login-page{--bg:#050507;--panel:#0c0c11f0;--panel-soft:#ffffff06;--border:#ffffff1c;--text:#f7f7fb;--muted:#8b8b97;--subtle:#676773;--pink:#ff2865;--purple:#a82cff;background:radial-gradient(circle at 7% 7%, #ff145621, transparent 25%), radial-gradient(circle at 96% 92%, #8e23ff1f, transparent 27%), var(--bg);width:100%;height:100vh;min-height:100vh;color:var(--text);flex-direction:column;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.login-page.login-light{--bg:#f5f6fa;--panel:#fffffff0;--panel-soft:#00000006;--border:#14141e1f;--text:#171722;--muted:#646474;--subtle:#858592;background:radial-gradient(circle at 5% 5%, #ff14561a, transparent 25%), radial-gradient(circle at 96% 95%, #8e23ff1a, transparent 27%), var(--bg)}.login-background-glow{z-index:0;pointer-events:none;filter:blur(90px);opacity:.35;border-radius:50%;position:absolute}.login-glow-one{background:#ff145638;width:360px;height:360px;top:-180px;left:-180px}.login-glow-two{background:#8e23ff2e;width:420px;height:420px;bottom:-220px;right:-220px}.login-theme-toggle{z-index:20;border:1px solid var(--border);color:var(--muted);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14141bc7;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:10px;display:inline-flex;position:absolute;top:14px;right:18px}.login-light .login-theme-toggle{background:#ffffffc7}.login-theme-toggle:hover{color:var(--text);border-color:#ff286559}.login-main{z-index:2;flex:auto;grid-template-columns:minmax(0,1fr) minmax(440px,510px) minmax(205px,250px);align-items:center;gap:30px;width:min(1280px,100% - 64px);min-height:0;margin:0 auto;padding:38px 0 20px;display:grid;position:relative}.login-hero{text-align:center;min-width:0}.login-brand{text-align:left;align-items:center;gap:11px;margin-bottom:18px;display:inline-flex}.login-logo{color:#fff;background:linear-gradient(135deg,#ff245f,#a52cff);border-radius:12px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:25px;font-weight:900;display:grid;box-shadow:0 12px 35px #ff1e5f38}.login-brand-text{flex-direction:column;line-height:1;display:flex}.login-brand-text h1{color:var(--text);letter-spacing:1px;margin:0;font-size:25px;font-weight:850}.login-brand-text span{color:var(--pink);letter-spacing:2.7px;margin-top:5px;font-size:8px;font-weight:800}.login-badge{border:1px solid var(--border);width:fit-content;color:var(--muted);background:#ffffff06;border-radius:999px;align-items:center;gap:7px;margin-bottom:30px;margin-left:auto;margin-right:auto;padding:7px 11px;font-size:9px;display:flex}.login-badge svg{color:var(--pink)}.login-hero-label{text-align:center;color:var(--pink);letter-spacing:1.8px;margin-bottom:10px;font-size:10px;font-weight:800}.login-hero-title{max-width:560px;color:var(--text);letter-spacing:-2.8px;margin:0 auto;font-size:clamp(44px,4.2vw,62px);font-weight:900;line-height:.94}.login-hero-title span{color:var(--pink);background:linear-gradient(90deg,#ff2365,#a82cff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.login-hero-description{max-width:500px;color:var(--muted);margin:18px auto 22px;font-size:12px;line-height:1.55}.login-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;width:min(100%,440px);margin-left:auto;margin-right:auto;display:grid}.login-stat{border:1px solid var(--border);background:linear-gradient(145deg, #ff1e6009, transparent 60%), var(--panel-soft);border-radius:14px;flex-direction:column;justify-content:center;min-width:0;min-height:92px;padding:12px 11px 10px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.login-stat:hover{border-color:#ff1e6047;transform:translateY(-2px);box-shadow:0 10px 30px #ff1e6014}.login-stat svg{color:var(--pink);margin-bottom:7px}.login-stat strong{color:var(--text);letter-spacing:-.02em;font-size:20px;font-weight:800;line-height:1}.login-stat span{color:var(--text);margin-top:5px;font-size:9px;font-weight:600;line-height:1.15}.login-stat small{color:var(--subtle);margin-top:3px;font-size:8px;line-height:1.15}.login-card{border:1px solid var(--border);background:linear-gradient(145deg, #ff1e600b, transparent 45%), var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:17px;width:100%;min-width:0;padding:24px;box-shadow:0 25px 70px #0000004d}.login-card-header{text-align:center;flex-direction:column;align-items:center;gap:9px;margin-bottom:18px;display:flex}.login-security-icon{width:42px;height:42px;color:var(--pink);background:#ff1e6014;border:1px solid #ff1e6059;border-radius:12px;flex:0 0 42px;place-items:center;display:grid}.login-card-header-text{width:100%}.login-welcome{color:var(--pink);margin-bottom:4px;font-size:9px;font-weight:700;display:block}.login-card-header h2{color:var(--text);margin:0;font-size:18px;line-height:1.15}.login-access-types{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:17px;display:grid}.login-access{text-align:left;border:1px solid var(--border);background:var(--panel-soft);min-width:0;min-height:65px;color:var(--text);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:11px;display:flex}.login-access.active{border-color:var(--pink);background:linear-gradient(135deg,#ff1e6021,#b42cff0d)}.login-access svg{color:var(--subtle);flex:0 0 20px}.login-access.active svg{color:var(--pink)}.login-access strong,.login-access span{display:block}.login-access strong{font-size:10px}.login-access span{color:var(--subtle);margin-top:4px;font-size:8px;line-height:1.35}.login-divider{color:var(--subtle);align-items:center;gap:10px;margin-bottom:15px;font-size:8px;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--border);flex:1;height:1px}.login-form-group{margin-bottom:12px}.login-form-group label,.login-label-row label{color:var(--muted);margin-bottom:6px;font-size:9px;font-weight:600;display:block}.login-label-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.login-forgot{color:var(--pink);cursor:pointer;background:0 0;border:0;padding:0;font-size:8px}.login-input-wrapper{border:1px solid var(--border);background:var(--panel-soft);border-radius:9px;align-items:center;gap:9px;width:100%;height:42px;padding:0 12px;display:flex}.login-input-wrapper:focus-within{border-color:#ff2865b3;box-shadow:0 0 0 3px #ff286512}.login-input-wrapper svg{color:var(--subtle);flex:0 0 17px}.login-input-wrapper input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:11px}.login-input-wrapper input::placeholder{color:var(--subtle)}.login-remember{color:var(--subtle);cursor:pointer;align-items:center;gap:8px;margin:1px 0 13px;font-size:8px;display:flex}.login-remember input{width:12px;height:12px;accent-color:var(--pink)}.login-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff235e,#b32cff);border:0;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;height:43px;font-size:11px;font-weight:800;display:flex;box-shadow:0 15px 35px #ff1f602e}.login-button:disabled{opacity:.65;cursor:not-allowed}.login-create-account{color:var(--subtle);justify-content:center;gap:5px;margin-top:13px;font-size:8px;display:flex}.login-create-account button{color:var(--pink);cursor:pointer;background:0 0;border:0;padding:0;font-size:8px}.login-error{color:#f87171;background:#ef444414;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:7px;margin-bottom:12px;padding:9px 10px;font-size:9px;display:flex}.login-side-info{flex-direction:column;gap:22px;min-width:0;display:flex}.login-side-item{align-items:flex-start;gap:12px;display:flex}.login-side-icon{background:#ffffff06;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.login-side-icon-pink{color:#ff386d;border:1px solid #ff386d38;box-shadow:0 0 22px #ff28651a}.login-side-icon-blue{color:#5cd6ff;border:1px solid #5cd6ff33;box-shadow:0 0 22px #5cd6ff14}.login-side-icon-purple{color:#a98aff;border:1px solid #a98aff33;box-shadow:0 0 22px #a98aff14}.login-side-item strong{color:var(--text);margin:1px 0 5px;font-size:10px;display:block}.login-side-item span{color:var(--muted);font-size:8px;line-height:1.5;display:block}.login-support{border:1px solid var(--border);background:var(--panel-soft);border-radius:12px;padding:15px}.login-support-icon{border:1px solid var(--border);width:31px;height:31px;color:var(--muted);border-radius:9px;place-items:center;margin-bottom:10px;display:grid}.login-support strong{color:var(--text);font-size:10px;display:block}.login-support>span{color:var(--muted);margin:5px 0 10px;font-size:8px;line-height:1.45;display:block}.login-support button{border:1px solid var(--border);width:100%;min-height:30px;color:var(--text);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;gap:5px;font-size:8px;display:flex}.login-bottom{z-index:3;flex:none;width:min(1280px,100% - 64px);margin:0 auto;padding:0 0 10px;position:relative}.login-features{border:1px solid var(--border);background:#0a0a0ecc;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;min-height:62px;display:grid;overflow:hidden}.login-light .login-features{background:#fffc}.login-feature{border-right:1px solid var(--border);align-items:center;gap:10px;min-width:0;min-height:62px;padding:9px 16px;display:flex}.login-feature:last-child{border-right:0}.login-feature-icon{color:#a88cff;background:#5b41be14;border:1px solid #785aff33;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.login-feature-blue{color:#66d9ff;background:#28a0c812;border-color:#50d2ff33}.login-feature strong,.login-feature span{display:block}.login-feature strong{color:var(--text);margin-bottom:3px;font-size:9px}.login-feature span{max-width:180px;color:var(--muted);font-size:7px;line-height:1.35}.login-footer{grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:43px;padding-top:7px;display:grid}.login-footer-brand{flex-direction:column;line-height:1;display:flex}.login-footer-brand strong{color:var(--muted);letter-spacing:2px;font-size:13px}.login-footer-brand span{color:var(--pink);letter-spacing:2.2px;margin-top:4px;font-size:6px;font-weight:800}.login-footer p{min-width:0;color:var(--muted);text-align:center;margin:0;font-size:7px}.login-footer-links{white-space:nowrap;justify-content:flex-end;align-items:center;gap:16px;display:flex}.login-footer-links button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:8px}.login-footer-links button:hover{color:var(--text)}.login-space{z-index:0;pointer-events:none;opacity:1;background:radial-gradient(at 18% 45%,#48146e29,#0000 34%),radial-gradient(at 74% 18%,#ff1c5d1a,#0000 30%),radial-gradient(at 78% 82%,#461ca01f,#0000 34%);position:absolute;inset:0;overflow:hidden}.login-space:before{content:"";opacity:.28;background:radial-gradient(circle at 20% 30%,#ffffffbf 0 1px,#0000 1.5px) 0 0/170px 170px,radial-gradient(circle at 70% 65%,#b496ffa6 0 1px,#0000 1.5px) 0 0/230px 230px,radial-gradient(circle at 45% 80%,#ff5a968c 0 1px,#0000 1.5px) 0 0/310px 310px;animation:55s linear infinite adteycSpaceDrift;position:absolute;inset:-20%}.login-space-stars{will-change:transform;background-repeat:repeat;position:absolute;inset:-10%}.login-space-stars-one{opacity:.2;background-image:radial-gradient(circle,#ffffffd9 0 1px,#0000 1.4px),radial-gradient(circle,#ff508c8c 0 1px,#0000 1.4px);background-position:12px 22px,70px 110px;background-size:145px 145px,215px 215px;animation:75s linear infinite adteycStarsOne}.login-space-stars-two{opacity:.14;background-image:radial-gradient(circle,#967dffcc 0 1px,#0000 1.5px),radial-gradient(circle,#5ad2ffb3 0 1px,#0000 1.5px);background-position:120px 40px,30px 170px;background-size:255px 255px,335px 335px;animation:105s linear infinite reverse adteycStarsTwo}.login-space-nebula{filter:blur(70px);mix-blend-mode:screen;will-change:transform, opacity;border-radius:50%;position:absolute}.login-space-nebula-one{background:radial-gradient(#ff186724,#6923d214 42%,#0000 72%);width:42vw;min-width:360px;height:22vw;min-height:190px;animation:18s ease-in-out infinite alternate adteycNebulaOne;top:18vh;left:-8vw;transform:rotate(-18deg)}.login-space-nebula-two{background:radial-gradient(#5626ff24,#28b4ff0b 42%,#0000 72%);width:38vw;min-width:330px;height:25vw;min-height:220px;animation:22s ease-in-out infinite alternate adteycNebulaTwo;bottom:0;right:-9vw;transform:rotate(20deg)}.login-space-orbit{transform-style:preserve-3d;border:1px solid #be64ff21;border-radius:50%;position:absolute;box-shadow:0 0 22px #b446ff0d}.login-space-orbit-one{width:480px;height:145px;animation:16s ease-in-out infinite alternate adteycOrbitOne;top:12%;left:-110px;transform:rotate(-18deg)}.login-space-orbit-two{border-color:#50c8ff1a;width:350px;height:105px;animation:19s ease-in-out infinite alternate adteycOrbitTwo;bottom:14%;right:-80px;transform:rotate(18deg)}.login-space-core{filter:blur(4px);background:radial-gradient(circle,#ff1c600e,#912dff06 42%,#0000 72%);border-radius:50%;width:240px;height:240px;animation:7s ease-in-out infinite adteycCorePulse;position:absolute;top:27%;left:25%}.login-main,.login-bottom{z-index:2}@keyframes adteycSpaceDrift{0%{transform:translate(0,0)scale(1)}to{transform:translate(-80px,55px)scale(1.04)}}@keyframes adteycStarsOne{0%{transform:translate(0,0)}to{transform:translate(-110px,75px)}}@keyframes adteycStarsTwo{0%{transform:translate(0,0)scale(1)}to{transform:translate(95px,-65px)scale(1.03)}}@keyframes adteycNebulaOne{0%{opacity:.78;transform:translate(0,0)rotate(-18deg)scale(1)}to{opacity:1;transform:translate(45px,-20px)rotate(-12deg)scale(1.08)}}@keyframes adteycNebulaTwo{0%{opacity:.72;transform:translate(0,0)rotate(20deg)scale(1)}to{opacity:1;transform:translate(-45px,25px)rotate(27deg)scale(1.08)}}@keyframes adteycOrbitOne{0%{transform:translate(0,0)rotate(-18deg)scale(1)}to{transform:translate(45px,18px)rotate(-11deg)scale(1.05)}}@keyframes adteycOrbitTwo{0%{transform:translate(0,0)rotate(18deg)scale(1)}to{transform:translate(-40px,-18px)rotate(11deg)scale(1.05)}}@keyframes adteycCorePulse{0%,to{opacity:.55;transform:scale(.92)}50%{opacity:.95;transform:scale(1.08)}}.login-light .login-space{opacity:.34}.login-light .login-space-nebula{mix-blend-mode:multiply;opacity:.22}@media (prefers-reduced-motion:reduce){.login-space *,.login-space:before{animation:none!important}}@media (width>=1101px) and (height<=820px){.login-main{gap:24px;padding-top:26px;padding-bottom:14px}.login-brand{margin-bottom:13px}.login-badge{margin-bottom:21px}.login-hero-title{font-size:clamp(40px,3.8vw,55px)}.login-hero-description{margin:14px 0 17px}.login-stat{min-height:72px;padding:10px}.login-card{padding:21px}.login-card-header{margin-bottom:15px}.login-access-types{margin-bottom:13px}.login-access{min-height:58px}.login-form-group{margin-bottom:10px}.login-input-wrapper{height:39px}.login-remember{margin-bottom:10px}.login-button{height:40px}.login-side-info{gap:17px}.login-support{padding:12px}.login-feature,.login-features{min-height:56px}.login-feature{padding-top:7px;padding-bottom:7px}.login-footer{min-height:36px}}@media (width<=1100px){.login-page{height:auto;min-height:100vh;overflow:auto}.login-theme-toggle{position:fixed}.login-main{grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:34px;width:min(900px,100% - 40px);padding:55px 0 35px}.login-side-info{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.login-support{grid-column:1/-1}.login-bottom{width:min(900px,100% - 40px);padding-bottom:22px}.login-features{grid-template-columns:repeat(2,minmax(0,1fr))}.login-feature:nth-child(2){border-right:0}.login-feature:nth-child(-n+2){border-bottom:1px solid var(--border)}.login-footer{text-align:center;grid-template-columns:1fr;justify-items:center;gap:12px;padding:18px 0 0}.login-footer-links{white-space:normal;flex-wrap:wrap;justify-content:center}}@media (width<=700px){.login-page{overflow:auto}.login-theme-toggle{top:10px;right:10px}.login-main{grid-template-columns:1fr;gap:28px;width:calc(100% - 24px);padding:64px 0 28px}.login-hero{text-align:center}.login-brand{text-align:left;margin-bottom:14px}.login-badge{margin-bottom:22px}.login-hero-title{font-size:clamp(42px,13vw,58px)}.login-hero-description{font-size:12px}.login-stats{width:100%}.login-card{padding:20px}.login-side-info{grid-template-columns:1fr;display:grid}.login-support{grid-column:auto}.login-bottom{width:calc(100% - 24px)}.login-features{grid-template-columns:1fr}.login-feature{border-right:0;border-bottom:1px solid var(--border)}.login-feature:last-child{border-bottom:0}}@media (width<=460px){.login-main{width:calc(100% - 18px)}.login-access-types{grid-template-columns:1fr}.login-stats{gap:7px}.login-stat{padding:10px}.login-stat strong{font-size:12px}.login-bottom{width:calc(100% - 18px)}}.support-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;justify-content:center;align-items:center;padding:20px;animation:.2s supportOverlayIn;display:flex;position:fixed;inset:0}.support-modal{background:radial-gradient(circle at 100% 0,#ec48991f,#0000 35%),radial-gradient(circle at 0 100%,#7c3aed1f,#0000 35%),#0d101b;border:1px solid #ffffff1a;border-radius:22px;width:100%;max-width:430px;padding:30px;animation:.25s supportModalIn;position:relative;box-shadow:0 30px 90px #0000008c}.support-modal-close{color:#ffffffa6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:22px;line-height:1;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.support-modal-close:hover{color:#fff;background:#ffffff17;transform:rotate(90deg)}.support-modal-icon{color:#f472b6;background:#ec48991a;border:1px solid #ec489940;border-radius:15px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:flex;box-shadow:0 10px 30px #ec48991f}.support-modal-header{margin-bottom:22px}.support-modal-header>span{color:#f472b6;letter-spacing:.16em;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.support-modal-header h2{color:#fff;margin:0;font-size:22px;line-height:1.25}.support-modal-header p{color:#ffffff80;margin:8px 0 0;font-size:13px;line-height:1.5}.support-contact{color:#fff;text-align:left;cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:13px;align-items:center;gap:13px;width:100%;margin-bottom:10px;padding:13px;transition:all .2s;display:flex}.support-contact:hover{background:#ffffff0f;border-color:#ec489959;transform:translateY(-1px)}.support-contact-icon{color:#fff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex}.support-whatsapp .support-contact-icon{color:#4ade80;background:#22c55e26}.support-telegram .support-contact-icon{color:#60a5fa;background:#3b82f626}.support-email .support-contact-icon{color:#c084fc;background:#a855f726}.support-contact-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.support-contact-info strong{color:#ffffffe6;font-size:13px}.support-contact-info span{color:#ffffff6b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.support-contact>svg{color:#ffffff59;flex-shrink:0;transition:all .2s}.support-contact:hover>svg{color:#fff;transform:translate(3px)}.support-modal-footer{color:#ffffff4d;border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:6px;margin-top:20px;padding-top:16px;font-size:10px;display:flex}.support-modal-footer svg{color:#60a5fa99}@keyframes supportOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes supportModalIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=520px){.support-modal{border-radius:18px;padding:24px}.support-modal-header h2{font-size:20px}.support-contact{padding:11px}}.login-password-toggle{color:inherit;cursor:pointer;opacity:.68;background:0 0;border:0;justify-content:center;align-items:center;padding:5px;transition:all .2s;display:flex}.login-password-toggle:hover:not(:disabled){opacity:1}.login-password-toggle:disabled{cursor:not-allowed;opacity:.35}.login-security-note{color:#1e232dad;align-items:center;gap:7px;margin-top:12px;margin-bottom:2px;font-size:11px;line-height:1.4;display:flex}.login-security-note svg{color:#ff3158;flex-shrink:0}.login-dark .login-security-note{color:#ffffff85}@media (width<=900px){.login-main{grid-template-columns:1fr}.login-hero,.login-side-info{width:100%;max-width:720px;margin:0 auto}.login-side-info{display:none}.login-card{width:100%;max-width:720px;margin:0 auto}}@media (width<=640px){.login-page{padding:20px 12px 28px}.login-main{gap:20px}.login-hero{text-align:center}.login-brand,.login-badge{justify-content:center}.login-hero-title{font-size:clamp(36px,10vw,56px);line-height:.98}.login-hero-description{max-width:520px;margin-left:auto;margin-right:auto}.login-stats{grid-template-columns:1fr;gap:10px}.login-card{border-radius:18px;padding:22px 18px}.login-card-header{gap:11px}.login-card-header-text h2{font-size:22px}.login-access-types{grid-template-columns:1fr}.login-access{min-height:72px}.login-input-wrapper,.login-button{min-height:54px}.login-features{grid-template-columns:1fr 1fr}.login-feature{padding:14px}.login-footer{text-align:center;flex-direction:column;gap:10px}.login-footer-links{flex-wrap:wrap;justify-content:center}.login-theme-toggle{top:12px;right:12px}}@media (width<=420px){.login-card{padding:18px 14px}.login-access{padding:12px}.login-hero-title{font-size:38px}.login-features{grid-template-columns:1fr}.login-security-note{font-size:10px}}.login-page-shell{height:auto;min-height:100svh;overflow:hidden auto}.login-main-content{flex:none;min-height:max(0px,100svh - 118px)}.login-bottom-section{flex:none}@media (width>=1101px) and (height<=860px){.login-main-content{min-height:auto;padding-top:28px;padding-bottom:24px}.login-card{padding:20px}.login-card-header{margin-bottom:14px}.login-access-types{margin-bottom:12px}.login-access{min-height:56px;padding:10px}.login-form-group{margin-bottom:9px}.login-input-wrapper{height:39px}.login-remember{margin-bottom:9px}.login-button{height:40px}.login-create-account{margin-top:10px}.login-side-info{gap:15px}.login-bottom-section{padding-bottom:8px}}@media (width>=901px) and (width<=1300px){.login-main-content{grid-template-columns:minmax(0,1fr) minmax(420px,500px) minmax(190px,225px);gap:22px;width:min(1180px,100% - 44px)}.login-bottom-section{width:min(1180px,100% - 44px)}}@media (width<=1100px){.login-page-shell{height:auto;min-height:100svh}.login-main-content{flex:none;min-height:auto}}@media (width<=700px){.login-page-shell{min-height:100svh;overflow:hidden auto}.login-main-content{gap:18px;width:calc(100% - 24px);min-height:auto;padding:62px 0 18px}.login-hero{width:100%}.login-brand{margin-bottom:12px}.login-logo{border-radius:11px;flex-basis:42px;width:42px;height:42px;font-size:23px}.login-brand-text h1{font-size:23px}.login-badge{margin-bottom:16px;padding:6px 10px}.login-hero-label{margin-bottom:8px;font-size:9px}.login-hero-title{letter-spacing:-1.8px;max-width:500px;font-size:clamp(32px,9.8vw,48px);line-height:.98}.login-hero-description{max-width:500px;margin:12px auto 15px;font-size:11px;line-height:1.45}.login-stats{grid-template-columns:1fr;gap:7px;width:min(100%,480px)}.login-stat{justify-content:center;min-height:64px;padding:9px 12px}.login-stat svg{margin-bottom:4px}.login-stat strong{font-size:13px}.login-stat span{margin-top:3px;font-size:8px}.login-stat small{margin-top:2px;font-size:7px}.login-card{border-radius:17px;width:100%;max-width:560px;margin:0 auto;padding:19px 16px}.login-card-header{gap:8px;margin-bottom:15px}.login-security-icon{flex-basis:40px;width:40px;height:40px}.login-card-header h2,.login-card-header-text h2{font-size:19px}.login-card-header p{font-size:8px}.login-access-types{grid-template-columns:1fr;gap:7px;margin-bottom:13px}.login-access{min-height:58px;padding:9px 10px}.login-access strong{font-size:9px}.login-access span{margin-top:3px;font-size:7px}.login-divider{margin-bottom:12px}.login-form-group{margin-bottom:10px}.login-input-wrapper{height:46px;min-height:46px}.login-input-wrapper input{font-size:11px}.login-remember{margin:1px 0 11px}.login-button{height:46px;min-height:46px}.login-security-note{margin-top:10px;font-size:10px}.login-create-account{margin-top:11px}.login-bottom-section{width:calc(100% - 24px);padding-bottom:8px}.login-features{grid-template-columns:1fr;min-height:0}.login-feature,.login-features{min-height:0}.login-feature{border-right:0;border-bottom:1px solid var(--border);gap:10px;min-height:58px;padding:9px 12px}.login-feature:last-child{border-bottom:0}.login-feature-icon{border-radius:8px;flex-basis:30px;width:30px;height:30px}.login-feature strong{margin-bottom:2px;font-size:8px}.login-feature span{max-width:none;font-size:7px}.login-footer{text-align:center;grid-template-columns:1fr;justify-items:center;gap:8px;min-height:0;padding:12px 0 4px}.login-footer-brand{align-items:center}.login-footer-brand strong{font-size:12px}.login-footer-links{white-space:normal;flex-wrap:wrap;justify-content:center;gap:10px 14px}.login-footer-links button,.login-footer p{font-size:7px}}@media (width<=420px){.login-main-content{gap:15px;width:calc(100% - 18px);padding-top:58px}.login-theme-toggle{padding:7px 10px;font-size:9px;top:9px;right:9px}.login-brand{margin-bottom:10px}.login-logo{flex-basis:38px;width:38px;height:38px;font-size:21px}.login-brand-text h1{font-size:21px}.login-brand-text span{font-size:7px}.login-badge{margin-bottom:13px;font-size:8px}.login-hero-title{letter-spacing:-1.4px;font-size:clamp(29px,9.4vw,38px)}.login-hero-description{margin-top:10px;margin-bottom:12px;font-size:10px}.login-stat{min-height:60px;padding:8px 10px}.login-card{border-radius:16px;padding:17px 13px}.login-card-header{margin-bottom:13px}.login-security-icon{flex-basis:38px;width:38px;height:38px}.login-card-header h2,.login-card-header-text h2{font-size:18px}.login-access{min-height:54px}.login-input-wrapper,.login-button{height:44px;min-height:44px}.login-feature{min-height:55px;padding:8px 10px}.login-bottom-section{width:calc(100% - 18px)}.login-footer{padding-top:10px}}.login-page-shell .login-space,.login-page-shell .login-background-glow{max-width:100%}.register-page{--bg:#050507;--panel:#0c0c11f0;--panel-soft:#ffffff06;--border:#ffffff1c;--text:#f7f7fb;--muted:#8b8b97;--subtle:#676773;--pink:#ff2865;--purple:#a82cff;background:radial-gradient(circle at 7% 7%, #ff145621, transparent 25%), radial-gradient(circle at 96% 92%, #8e23ff1f, transparent 27%), var(--bg);width:100%;min-height:100vh;color:var(--text);flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.register-background-glow{pointer-events:none;filter:blur(90px);opacity:.35;border-radius:50%;position:absolute}.register-glow-one{background:#ff145638;width:360px;height:360px;top:-180px;left:-180px}.register-glow-two{background:#8e23ff2e;width:420px;height:420px;bottom:-220px;right:-220px}.register-container{z-index:2;width:100%;max-width:510px;position:relative}.register-brand{justify-content:center;align-items:center;gap:11px;margin-bottom:18px;display:flex}.register-logo{color:#fff;background:linear-gradient(135deg,#ff245f,#a52cff);border-radius:12px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:25px;font-weight:900;display:grid;box-shadow:0 12px 35px #ff1e5f38}.register-brand div:last-child{flex-direction:column;line-height:1;display:flex}.register-brand strong{color:var(--text);letter-spacing:1px;font-size:25px;font-weight:850}.register-brand span{color:var(--pink);letter-spacing:2.7px;margin-top:5px;font-size:8px;font-weight:800}.register-card{border:1px solid var(--border);background:linear-gradient(145deg, #ff1e600b, transparent 45%), var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:17px;width:100%;padding:24px;box-shadow:0 25px 70px #0000004d}.register-header{align-items:center;gap:14px;margin-bottom:22px;display:flex}.register-security-icon{width:42px;height:42px;color:var(--pink);background:#ff1e6014;border:1px solid #ff1e6059;border-radius:12px;flex:0 0 42px;place-items:center;display:grid}.register-header>div:last-child>span{color:var(--pink);letter-spacing:.16em;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.register-header h1{color:var(--text);margin:0;font-size:22px;line-height:1.15}.register-header p{color:var(--subtle);margin:5px 0 0;font-size:10px}.register-form-group{margin-bottom:13px}.register-form-group label{color:var(--muted);margin-bottom:6px;font-size:9px;font-weight:600;display:block}.register-input-wrapper{border:1px solid var(--border);background:var(--panel-soft);border-radius:9px;align-items:center;gap:9px;width:100%;height:42px;padding:0 12px;transition:border-color .18s,box-shadow .18s;display:flex}.register-input-wrapper:focus-within{border-color:#ff2865b3;box-shadow:0 0 0 3px #ff286512}.register-input-wrapper svg{color:var(--subtle);flex:0 0 17px}.register-input-wrapper input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:11px}.register-input-wrapper input::placeholder{color:var(--subtle)}.register-message{border-radius:8px;align-items:center;gap:7px;margin-bottom:12px;padding:9px 10px;font-size:9px;display:flex}.register-error{color:#f87171;background:#ef444414;border:1px solid #ef444433}.register-success{color:#4ade80;background:#22c55e14;border:1px solid #22c55e33}.register-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff235e,#b32cff);border:0;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;height:43px;margin-top:5px;font-size:11px;font-weight:800;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 15px 35px #ff1f602e}.register-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 40px #ff1f6040}.register-button:disabled{opacity:.65;cursor:not-allowed}.register-back{color:var(--subtle);justify-content:center;align-items:center;gap:7px;margin-top:15px;font-size:9px;text-decoration:none;transition:color .18s;display:flex}.register-back:hover{color:var(--text)}.register-footer{color:var(--subtle);justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:0 4px;font-size:8px;display:flex}.register-page.register-light{--bg:#f5f6fa;--panel:#fffffff0;--panel-soft:#00000006;--border:#14141e1f;--text:#171722;--muted:#646474;--subtle:#858592;background:radial-gradient(circle at 5% 5%, #ff14561a, transparent 25%), radial-gradient(circle at 96% 95%, #8e23ff1a, transparent 27%), var(--bg)}.register-light .register-card{box-shadow:0 25px 70px #0000001a}.register-light .register-input-wrapper input{color:var(--text)}@media (width<=560px){.register-page{padding:20px 14px}.register-card{padding:20px}.register-header h1{font-size:20px}.register-footer{flex-direction:column;align-items:center}}.reset-page{color:#fff;background:radial-gradient(circle at 20% 20%,#ff315829,#0000 32%),radial-gradient(circle at 80% 80%,#ec48991f,#0000 32%),#070b14;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex;position:relative;overflow:hidden}.reset-glow{filter:blur(90px);pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute}.reset-glow-one{background:#ff315838;top:-180px;left:-120px}.reset-glow-two{background:#ec48992e;bottom:-180px;right:-150px}.reset-container{z-index:2;width:100%;max-width:500px;position:relative}.reset-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:24px;display:flex}.reset-logo{color:#fff;background:linear-gradient(135deg,#ff3158,#e11d48);border-radius:13px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;font-weight:900;display:flex;box-shadow:0 10px 30px #ff315847}.reset-brand-text{flex-direction:column;line-height:1;display:flex}.reset-brand-text strong{color:#fff;letter-spacing:.08em;font-size:20px}.reset-brand-text span{color:#ffffff8c;letter-spacing:.22em;margin-top:4px;font-size:9px}.reset-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c121fe0;border:1px solid #ffffff17;border-radius:22px;padding:30px;box-shadow:0 30px 80px #00000059}.reset-header{align-items:flex-start;gap:14px;margin-bottom:26px;display:flex}.reset-security-icon{color:#ff6b88;background:#ff31581f;border:1px solid #ff315833;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.reset-header>div:last-child>span{color:#ff5276;letter-spacing:.16em;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.reset-header h1{color:#fff;margin:0;font-size:25px;line-height:1.2}.reset-header p{color:#ffffff80;margin:7px 0 0;font-size:13px}.reset-form-group{margin-bottom:18px}.reset-form-group label{color:#ffffffc7;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.reset-input-wrapper{background:#ffffff09;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:11px;min-height:50px;padding:0 14px;transition:all .2s;display:flex}.reset-input-wrapper:focus-within{border-color:#ff3158b3;box-shadow:0 0 0 3px #ff31581a}.reset-input-wrapper svg{color:#fff6;flex-shrink:0}.reset-input-wrapper input{color:#fff;background:0 0;border:0;outline:0;width:100%;font-size:14px}.reset-input-wrapper input::placeholder{color:#ffffff4d}.reset-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff3158,#e11d48);border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;margin-top:5px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 12px 28px #ff315838}.reset-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 34px #ff31584d}.reset-button:disabled{opacity:.6;cursor:not-allowed}.reset-message{border-radius:11px;align-items:flex-start;gap:9px;margin-bottom:18px;padding:12px 13px;font-size:13px;line-height:1.45;display:flex}.reset-error{color:#fca5a5;background:#ef444414;border:1px solid #ef444433}.reset-success{color:#86efac;background:#22c55e14;border:1px solid #22c55e33}.reset-back{color:#ffffff85;justify-content:center;align-items:center;gap:7px;margin-top:22px;font-size:13px;text-decoration:none;transition:all .2s;display:flex}.reset-back:hover{color:#ff5276}.reset-footer{color:#ffffff52;justify-content:space-between;gap:20px;margin-top:18px;padding:0 4px;font-size:10px;display:flex}@media (width<=560px){.reset-page{padding:20px 14px}.reset-card{padding:22px}.reset-header h1{font-size:22px}.reset-footer{flex-direction:column;align-items:center}}.forgot-page{color:#fff;background:radial-gradient(circle at 20% 20%,#3b82f61f,#0000 32%),radial-gradient(circle at 80% 80%,#8b5cf61f,#0000 32%),#070b14;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex;position:relative;overflow:hidden}.forgot-glow{filter:blur(90px);pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute}.forgot-glow-one{background:#3b82f62e;top:-180px;left:-120px}.forgot-glow-two{background:#8b5cf62e;bottom:-180px;right:-150px}.forgot-logo{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:13px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;font-weight:900;display:flex;box-shadow:0 10px 30px #2563eb47}.forgot-brand-text strong{color:#fff;letter-spacing:.08em;font-size:20px}.forgot-brand-text span{color:#ffffff8c;letter-spacing:.22em;margin-top:4px;font-size:9px}.forgot-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c121fe0;border:1px solid #ffffff17;border-radius:22px;padding:30px;box-shadow:0 30px 80px #00000059}.forgot-security-icon{color:#93c5fd;background:#3b82f61f;border:1px solid #60a5fa26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.forgot-input-wrapper{background:#ffffff09;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:11px;min-height:50px;padding:0 14px;transition:all .2s;display:flex}.forgot-input-wrapper svg{color:#fff6;flex-shrink:0}.forgot-input-wrapper input{color:#fff;background:0 0;border:0;outline:0;width:100%;font-size:14px}.forgot-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;margin-top:5px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 12px 28px #2563eb38}.forgot-message{border-radius:11px;align-items:flex-start;gap:9px;margin-bottom:18px;padding:12px 13px;font-size:13px;line-height:1.45;display:flex}.forgot-footer{color:#ffffff52;justify-content:space-between;gap:20px;margin-top:18px;padding:0 4px;font-size:10px;display:flex}@media (width<=560px){.forgot-page{padding:20px 14px}.forgot-card{padding:22px}.forgot-header h1{font-size:22px}.forgot-footer{flex-direction:column;align-items:center}}*,:before,:after{box-sizing:border-box}.forgot-page{--bg:#050507;--panel:#0c0c11f0;--panel-soft:#ffffff06;--border:#ffffff1c;--text:#f7f7fb;--muted:#8b8b97;--subtle:#676773;--pink:#ff2865;--purple:#a82cff;background:radial-gradient(circle at 7% 7%, #ff145621, transparent 25%), radial-gradient(circle at 96% 92%, #8e23ff1f, transparent 27%), var(--bg);width:100%;min-height:100vh;color:var(--text);flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.forgot-glow{pointer-events:none;filter:blur(90px);opacity:.35;border-radius:50%;position:absolute}.forgot-glow-one{background:#ff145638;width:360px;height:360px;top:-180px;left:-180px}.forgot-glow-two{background:#8e23ff2e;width:420px;height:420px;bottom:-220px;right:-220px}.forgot-container{z-index:2;width:100%;max-width:510px;position:relative}.forgot-brand{justify-content:center;align-items:center;gap:11px;margin-bottom:18px;display:flex}.forgot-logo{color:#fff;background:linear-gradient(135deg,#ff245f,#a52cff);border-radius:12px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:25px;font-weight:900;display:grid;box-shadow:0 12px 35px #ff1e5f38}.forgot-brand-text{flex-direction:column;line-height:1;display:flex}.forgot-brand-text strong{color:var(--text);letter-spacing:1px;font-size:25px;font-weight:850}.forgot-brand-text span{color:var(--pink);letter-spacing:2.7px;margin-top:5px;font-size:8px;font-weight:800}.forgot-card{border:1px solid var(--border);background:linear-gradient(145deg, #ff1e600b, transparent 45%), var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:17px;width:100%;padding:24px;box-shadow:0 25px 70px #0000004d}.forgot-header{align-items:center;gap:14px;margin-bottom:22px;display:flex}.forgot-security-icon{width:42px;height:42px;color:var(--pink);background:#ff1e6014;border:1px solid #ff1e6059;border-radius:12px;flex:0 0 42px;place-items:center;display:grid}.forgot-header>div:last-child>span{color:var(--pink);letter-spacing:.16em;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.forgot-header h1{color:var(--text);margin:0;font-size:22px;line-height:1.15}.forgot-header p{color:var(--subtle);margin:5px 0 0;font-size:10px}.forgot-form-group{margin-bottom:13px}.forgot-form-group label{color:var(--muted);margin-bottom:6px;font-size:9px;font-weight:600;display:block}.forgot-input-wrapper{border:1px solid var(--border);background:var(--panel-soft);border-radius:9px;align-items:center;gap:9px;width:100%;height:42px;padding:0 12px;transition:border-color .18s,box-shadow .18s;display:flex}.forgot-input-wrapper:focus-within{border-color:#ff2865b3;box-shadow:0 0 0 3px #ff286512}.forgot-input-wrapper svg{color:var(--subtle);flex:0 0 17px}.forgot-input-wrapper input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:11px}.forgot-input-wrapper input::placeholder{color:var(--subtle)}.forgot-message{border-radius:8px;align-items:center;gap:7px;margin-bottom:12px;padding:9px 10px;font-size:9px;display:flex}.forgot-error{color:#f87171;background:#ef444414;border:1px solid #ef444433}.forgot-success{color:#4ade80;background:#22c55e14;border:1px solid #22c55e33}.forgot-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff235e,#b32cff);border:0;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;height:43px;margin-top:5px;font-size:11px;font-weight:800;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 15px 35px #ff1f602e}.forgot-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 40px #ff1f6040}.forgot-button:disabled{opacity:.65;cursor:not-allowed}.forgot-back{color:var(--subtle);justify-content:center;align-items:center;gap:7px;margin-top:15px;font-size:9px;text-decoration:none;transition:color .18s;display:flex}.forgot-back:hover{color:var(--text)}.forgot-footer{color:var(--subtle);justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:0 4px;font-size:8px;display:flex}.forgot-page.forgot-light{--bg:#f5f6fa;--panel:#fffffff0;--panel-soft:#00000006;--border:#14141e1f;--text:#171722;--muted:#646474;--subtle:#858592;background:radial-gradient(circle at 5% 5%, #ff14561a, transparent 25%), radial-gradient(circle at 96% 95%, #8e23ff1a, transparent 27%), var(--bg)}.forgot-light .forgot-card{box-shadow:0 25px 70px #0000001a}@media (width<=560px){.forgot-page{padding:20px 14px}.forgot-card{padding:20px}.forgot-header h1{font-size:20px}.forgot-footer{flex-direction:column;align-items:center}}.profile-page{--profile-primary:#f52b57;--profile-primary-2:#ff416b;--profile-primary-soft:#f52b5714;--profile-primary-border:#f52b572e;--profile-bg:#f6f7fa;--profile-card:#fff;--profile-card-soft:#fbfcfe;--profile-border:#e3e7ee;--profile-text:#111827;--profile-text-soft:#64748b;--profile-text-muted:#94a3b8;--profile-success:#12a66a;--profile-success-soft:#12a66a1a;box-sizing:border-box;width:100%;max-width:1280px;color:var(--profile-text);margin:0 auto;padding:22px 26px 34px}.profile-page.is-theme-dark{--profile-bg:#0d1016;--profile-card:#12161d;--profile-card-soft:#151a22;--profile-border:#ffffff14;--profile-text:#f5f7fa;--profile-text-soft:#aeb7c5;--profile-text-muted:#778191;--profile-primary-soft:#f52b571f;--profile-primary-border:#f52b5740;--profile-success-soft:#12a66a21}.profile-page button{font-family:inherit}.profile-header-pro{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px;display:flex}.profile-breadcrumb-pro{color:var(--profile-text-muted);align-items:center;gap:5px;margin-bottom:5px;font-size:10px;display:flex}.profile-breadcrumb-pro span{color:var(--profile-primary);letter-spacing:.09em;font-weight:800}.profile-breadcrumb-pro strong{color:var(--profile-text-soft);font-weight:600}.profile-header-pro h1{letter-spacing:-.035em;color:var(--profile-text);margin:0;font-size:28px;font-weight:850;line-height:1.1}.profile-header-pro p{color:var(--profile-text-soft);margin:5px 0 0;font-size:12px}.profile-member-date{color:var(--profile-text-muted);align-items:center;gap:9px;display:flex}.profile-member-date svg{color:var(--profile-text-soft)}.profile-member-date div{flex-direction:column;gap:2px;display:flex}.profile-member-date span{font-size:10px}.profile-member-date strong{color:var(--profile-text);font-size:11px}.profile-protection-banner{border:1px solid var(--profile-primary-border);background:linear-gradient(90deg, var(--profile-primary-soft), transparent 72%), var(--profile-card);box-sizing:border-box;border-radius:13px;justify-content:space-between;align-items:center;gap:22px;margin-bottom:12px;padding:14px 16px;display:flex}.profile-protection-left{align-items:center;gap:12px;min-width:0;display:flex}.profile-protection-icon{width:48px;height:48px;color:var(--profile-primary);background:var(--profile-primary-soft);border-radius:50%;flex:0 0 48px;place-items:center;display:grid}.profile-protection-left strong{color:var(--profile-text);margin-bottom:3px;font-size:14px;font-weight:850;display:block}.profile-protection-left p{max-width:700px;color:var(--profile-text-soft);margin:0;font-size:10px;line-height:1.45}.profile-security-meter{border:1px solid var(--profile-border);background:var(--profile-card-soft);border-radius:10px;align-items:center;gap:9px;min-width:230px;padding:9px 12px;display:flex}.profile-security-meter-icon{width:31px;height:31px;color:var(--profile-success);background:var(--profile-success-soft);border-radius:50%;flex:0 0 31px;place-items:center;display:grid}.profile-security-meter-content{flex:1;min-width:0}.profile-security-meter-content>span{color:var(--profile-text-soft);margin-bottom:5px;font-size:9px;font-weight:700;display:block}.profile-security-meter-row{align-items:center;gap:7px;display:flex}.profile-security-track{background:var(--profile-border);border-radius:99px;flex:1;height:5px;overflow:hidden}.profile-security-fill{border-radius:inherit;background:var(--profile-success);width:88%;height:100%}.profile-security-meter-row strong{color:var(--profile-success);font-size:9px}.profile-message-pro{border-radius:10px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;font-size:11px;display:flex}.profile-message-pro span{flex:1}.profile-message-pro button{color:inherit;cursor:pointer;background:0 0;border:0}.profile-error{color:#c23636;background:#dc262614;border:1px solid #dc26262e}.profile-success{color:var(--profile-success);background:var(--profile-success-soft);border:1px solid #12a66a2e}.profile-main-grid{grid-template-columns:minmax(0,1.3fr) minmax(205px,.72fr) minmax(0,1.35fr);align-items:stretch;gap:12px;margin-bottom:12px;display:grid}.profile-pro-card{border:1px solid var(--profile-border);background:var(--profile-card);box-sizing:border-box;border-radius:13px;min-width:0;box-shadow:0 3px 12px #0f172a06}.profile-card-heading{align-items:center;gap:9px;display:flex}.profile-card-heading-between{justify-content:space-between}.profile-card-heading-group{align-items:center;gap:9px;min-width:0;display:flex}.profile-card-heading-icon{width:31px;height:31px;color:var(--profile-primary);background:var(--profile-primary-soft);border-radius:9px;flex:0 0 31px;place-items:center;display:grid}.profile-card-heading h2{color:var(--profile-text);margin:0;font-size:12px;font-weight:850;line-height:1.2}.profile-card-heading p{color:var(--profile-text-soft);margin:2px 0 0;font-size:9px;line-height:1.35}.profile-info-card,.profile-security-card,.profile-preferences-card,.profile-account-zone,.profile-sessions-card{padding:13px}.profile-info-list{margin-top:8px}.profile-info-row{border-top:1px solid var(--profile-border);grid-template-columns:18px 110px minmax(0,1fr);align-items:center;gap:7px;min-height:30px;display:grid}.profile-info-row svg{color:var(--profile-text-soft)}.profile-info-row span:not(.profile-status-pill){color:var(--profile-text-soft);font-size:9px}.profile-info-row strong{min-width:0;color:var(--profile-text);text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;font-weight:700;overflow:hidden}.profile-status-pill{background:var(--profile-success-soft);border-radius:99px;align-items:center;gap:5px;width:max-content;padding:3px 7px;display:inline-flex;color:var(--profile-success)!important;font-size:8.5px!important}.profile-status-pill span,.profile-active-line span,.profile-security-good span{background:currentColor;border-radius:50%;flex:0 0 5px;width:5px;height:5px}.profile-identity-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:13px;display:flex}.profile-avatar-pro{color:#fff;background:var(--profile-primary);border-radius:50%;place-items:center;width:62px;height:62px;margin-bottom:7px;font-size:23px;font-weight:850;display:grid;position:relative;box-shadow:0 10px 25px #f52b572e}.profile-avatar-camera{border:2px solid var(--profile-card);width:20px;height:20px;color:var(--profile-text);background:var(--profile-card-soft);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:0;right:-2px}.profile-identity-name{color:var(--profile-text);font-size:13px;font-weight:850}.profile-role-pill{color:var(--profile-primary);background:var(--profile-primary-soft);border-radius:99px;margin-top:4px;padding:3px 7px;font-size:8px;font-weight:800}.profile-active-line{color:var(--profile-success);align-items:center;gap:5px;margin-top:5px;font-size:8.5px;font-weight:700;display:inline-flex}.profile-identity-member{color:var(--profile-text-muted);align-items:center;gap:4px;margin:6px 0 9px;font-size:8px;display:inline-flex}.profile-primary-button,.profile-danger-wide,.profile-refresh-button-pro,.profile-revoke-button-pro,.profile-revoke-all-pro button,.profile-zone-row button,.profile-text-button{font:inherit;cursor:pointer;border:0}.profile-primary-button{color:#fff;background:var(--profile-primary);border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 10px;font-size:9.5px;font-weight:800;display:inline-flex;box-shadow:0 7px 16px #f52b5724}.profile-primary-button:hover{background:var(--profile-primary-2)}.profile-text-button{border:1px solid var(--profile-border);color:var(--profile-text-soft);background:var(--profile-card-soft);border-radius:7px;align-items:center;gap:5px;padding:6px 8px;font-size:8.5px;display:inline-flex}.profile-text-button:hover:not(:disabled){color:var(--profile-primary);border-color:var(--profile-primary-border)}.profile-text-button:disabled{opacity:.55;cursor:not-allowed}.profile-security-list{margin-top:8px}.profile-security-row{border-top:1px solid var(--profile-border);grid-template-columns:18px minmax(100px,1fr) auto auto;align-items:center;gap:6px;min-height:28px;display:grid}.profile-security-row svg{color:var(--profile-text-soft)}.profile-security-row>span{color:var(--profile-text-soft);font-size:8.5px}.profile-security-row>strong{color:var(--profile-text);font-size:8.5px;font-weight:750}.profile-security-row>button{color:var(--profile-text-soft);cursor:pointer;background:0 0;border:0;font-size:8px}.profile-security-row>button:hover{color:var(--profile-primary)}.profile-security-action-muted{font-weight:700;color:var(--profile-success)!important}.profile-security-good{align-items:center;gap:5px;display:inline-flex;color:var(--profile-success)!important}.profile-danger-wide{color:#fff;background:var(--profile-primary);border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:8px;padding:8px 10px;font-size:9px;font-weight:800;display:inline-flex}.profile-danger-wide:hover{background:var(--profile-primary-2)}.profile-bottom-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.55fr);gap:12px;margin-bottom:12px;display:grid}.profile-preference-list,.profile-zone-list{margin-top:8px}.profile-preference-row{border-top:1px solid var(--profile-border);grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:37px;display:grid}.profile-preference-icon{width:25px;height:25px;color:var(--profile-text-soft);background:var(--profile-card-soft);border-radius:7px;place-items:center;font-size:13px;display:grid}.profile-preference-row>div:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.profile-preference-row strong{color:var(--profile-text);font-size:9px}.profile-preference-row span{color:var(--profile-text-soft);white-space:nowrap;text-overflow:ellipsis;font-size:7.8px;overflow:hidden}.profile-preference-row>b{border:1px solid var(--profile-border);color:var(--profile-text-soft);background:var(--profile-card-soft);border-radius:6px;padding:4px 7px;font-size:7.8px}.profile-preference-row>b.profile-preference-on{color:var(--profile-success);background:var(--profile-success-soft);border-color:#12a66a26}.profile-zone-row{border-top:1px solid var(--profile-border);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:41px;display:grid}.profile-zone-icon{width:27px;height:27px;color:var(--profile-primary);background:var(--profile-primary-soft);border-radius:7px;place-items:center;display:grid}.profile-zone-row>div:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.profile-zone-row strong{color:var(--profile-text);font-size:9px}.profile-zone-row span{color:var(--profile-text-soft);font-size:7.8px}.profile-zone-row button{border:1px solid var(--profile-primary-border);min-width:96px;color:var(--profile-primary);background:0 0;border-radius:7px;padding:7px 9px;font-size:8px;font-weight:750}.profile-zone-row button:hover:not(:disabled){background:var(--profile-primary-soft)}.profile-zone-row button:disabled{opacity:.45;cursor:not-allowed}.profile-zone-safe{color:var(--profile-success);background:var(--profile-success-soft);border-radius:7px;align-items:center;gap:6px;margin-top:7px;padding:7px 8px;font-size:8px;display:flex}.profile-sessions-card{scroll-margin-top:18px}.profile-sessions-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-refresh-button-pro{border:1px solid var(--profile-border);color:var(--profile-text-soft);background:var(--profile-card-soft);border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:7px 9px;font-size:8.5px;display:inline-flex}.profile-refresh-button-pro:hover:not(:disabled){color:var(--profile-primary);border-color:var(--profile-primary-border)}.profile-refresh-button-pro:disabled{opacity:.55;cursor:not-allowed}.profile-session-list-pro{flex-direction:column;gap:7px;margin-top:10px;display:flex}.profile-session-pro{border:1px solid var(--profile-border);background:var(--profile-card-soft);border-radius:9px;grid-template-columns:minmax(190px,.85fr) minmax(320px,1.5fr) auto;align-items:center;gap:13px;padding:9px 10px;transition:border-color .18s,transform .18s;display:grid}.profile-session-pro:hover{transform:translateY(-1px)}.profile-session-pro.is-current{border-color:var(--profile-primary-border);box-shadow:0 0 0 1px #f52b5708}.profile-session-device-pro{align-items:center;gap:9px;min-width:0;display:flex}.profile-device-icon-pro{width:36px;height:36px;color:var(--profile-primary);background:var(--profile-primary-soft);border-radius:9px;flex:0 0 36px;place-items:center;display:grid}.profile-session-title-pro{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.profile-session-title-pro strong{color:var(--profile-text);font-size:9.5px}.profile-session-title-pro span{color:var(--profile-primary);background:var(--profile-primary-soft);border-radius:99px;padding:3px 5px;font-size:7px;font-weight:800}.profile-session-device-pro small{color:var(--profile-text-soft);margin-top:2px;font-size:8px;display:block}.profile-session-meta-pro{grid-template-columns:repeat(3,minmax(100px,1fr));gap:10px;display:grid}.profile-session-meta-pro div{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-session-meta-pro small{color:var(--profile-text-muted);font-size:7px}.profile-session-meta-pro strong{color:var(--profile-text);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.profile-revoke-button-pro{color:#dc2626;background:0 0;border:1px solid #dc262629;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:78px;padding:7px 8px;font-size:8px;font-weight:750;display:inline-flex}.profile-revoke-button-pro:hover:not(:disabled){background:#dc26260f;border-color:#dc262647}.profile-revoke-button-pro:disabled{opacity:.5;cursor:not-allowed}.profile-revoke-all-pro{border:1px solid var(--profile-primary-border);background:var(--profile-primary-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-top:9px;padding:9px 10px;display:flex}.profile-revoke-all-pro div{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-revoke-all-pro strong{color:var(--profile-text);font-size:8.5px}.profile-revoke-all-pro span{color:var(--profile-text-soft);font-size:7.8px}.profile-revoke-all-pro button{color:#fff;background:var(--profile-primary);border-radius:7px;flex:none;padding:7px 9px;font-size:8px;font-weight:800}.profile-empty-pro{border:1px dashed var(--profile-border);min-height:105px;color:var(--profile-text-soft);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:9px;display:flex}.profile-modal-overlay-pro{z-index:5000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f172a8f;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-modal-pro{border:1px solid var(--profile-border);width:min(430px,100%);color:var(--profile-text);background:var(--profile-card);text-align:center;border-radius:18px;padding:24px;position:relative;box-shadow:0 25px 70px #00000040}.profile-modal-close-pro{border:1px solid var(--profile-border);width:31px;height:31px;color:var(--profile-text-soft);background:var(--profile-card-soft);cursor:pointer;border-radius:9px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.profile-modal-icon-pro{border:1px solid var(--profile-primary-border);width:55px;height:55px;color:var(--profile-primary);background:var(--profile-primary-soft);border-radius:15px;place-items:center;margin:2px auto 12px;display:grid}.profile-modal-pro h2{margin:0;font-size:18px;font-weight:850}.profile-modal-pro p{max-width:350px;color:var(--profile-text-soft);margin:7px auto 18px;font-size:11px;line-height:1.5}.profile-modal-actions-pro{grid-template-columns:1fr 1.3fr;gap:8px;display:grid}.profile-modal-actions-pro button{cursor:pointer;border-radius:9px;min-height:39px;font-size:10px;font-weight:800}.profile-modal-cancel-pro{border:1px solid var(--profile-border);color:var(--profile-text);background:var(--profile-card-soft)}.profile-modal-confirm-pro{color:#fff;background:var(--profile-primary);border:0;justify-content:center;align-items:center;gap:6px;display:inline-flex;box-shadow:0 8px 20px #f52b5729}.profile-modal-confirm-pro:hover:not(:disabled){background:var(--profile-primary-2)}.profile-modal-actions-pro button:disabled{opacity:.55;cursor:not-allowed}.profile-spin{animation:.9s linear infinite profile-spin}@keyframes profile-spin{to{transform:rotate(360deg)}}@media (width<=1120px){.profile-main-grid{grid-template-columns:minmax(0,1.2fr) minmax(190px,.75fr)}.profile-security-card{grid-column:1/-1}.profile-bottom-grid{grid-template-columns:1fr}}@media (width<=820px){.profile-page{padding:16px}.profile-header-pro,.profile-protection-banner,.profile-sessions-heading,.profile-revoke-all-pro{flex-direction:column;align-items:flex-start}.profile-member-date{align-self:flex-end}.profile-security-meter{box-sizing:border-box;width:100%}.profile-main-grid{grid-template-columns:1fr}.profile-security-card{grid-column:auto}.profile-session-pro{grid-template-columns:1fr}.profile-session-meta-pro{grid-template-columns:repeat(3,1fr)}.profile-revoke-button-pro{width:100%}}@media (width<=560px){.profile-header-pro h1{font-size:24px}.profile-member-date{align-self:flex-start}.profile-info-row{grid-template-columns:18px 1fr}.profile-info-row strong,.profile-status-pill{grid-column:2}.profile-security-row{grid-template-columns:18px 1fr auto}.profile-security-row>strong{grid-column:2}.profile-security-row>button,.profile-security-row>.profile-security-action-muted,.profile-security-row>svg:last-child{grid-column:3}.profile-preference-row,.profile-zone-row{grid-template-columns:27px 1fr}.profile-preference-row>b,.profile-zone-row button{grid-column:2;justify-self:start}.profile-session-meta-pro{grid-template-columns:1fr;gap:5px}.profile-modal-actions-pro{grid-template-columns:1fr}}.store-admin-page{box-sizing:border-box;width:100%;max-width:1280px;color:var(--text-primary,#17181b);margin:0 auto;padding:32px}.store-admin-page *{box-sizing:border-box}.store-admin-page button,.store-admin-page input,.store-admin-page select,.store-admin-page textarea{font-family:inherit}.store-admin-header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:26px;display:flex}.store-admin-title-block{min-width:0}.store-admin-eyebrow,.store-section-kicker{color:#ff3158;letter-spacing:.18em;text-transform:uppercase;align-items:center;font-size:9px;font-weight:900;display:inline-flex}.store-admin-header h1{color:var(--text-primary,#17181b);letter-spacing:-.035em;margin:7px 0 5px;font-size:32px;font-weight:850;line-height:1.08}.store-admin-header h1 span{color:#ff3158}.store-admin-header p{color:var(--text-secondary,#737784);margin:0;font-size:12px;line-height:1.6}.store-admin-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.store-admin-primary,.store-admin-secondary{cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:10px;font-weight:800;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex}.store-admin-primary{color:#fff;background:#ff3158;border:1px solid #ff3158;box-shadow:0 8px 22px #ff315829}.store-admin-primary:hover{transform:translateY(-1px);box-shadow:0 11px 26px #ff315838}.store-admin-primary.small,.store-admin-secondary.small{min-height:34px;padding:0 11px}.store-admin-secondary{border:1px solid var(--border-color,#e5e7eb);color:var(--text-primary,#17181b);background:var(--card-bg,#fff)}.store-admin-secondary:hover{color:#ff3158;background:#ff315806;border-color:#ff315847}.store-admin-primary:disabled,.store-admin-secondary:disabled{opacity:.55;cursor:not-allowed;transform:none}.store-admin-alert{border-radius:11px;align-items:center;gap:11px;margin-bottom:18px;padding:11px 13px;font-size:10px;display:flex}.store-admin-alert>div{flex-direction:column;flex:1;gap:2px;display:flex}.store-admin-alert strong{font-size:10px}.store-admin-alert span{line-height:1.4}.store-admin-alert button{width:27px;height:27px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.store-admin-alert.error{color:#b42318;background:#ef444412;border:1px solid #ef444424}.store-admin-alert.success{color:#16794f;background:#2bb67312;border:1px solid #2bb67324}.store-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:13px;display:grid}.store-kpi-card{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:15px;align-items:center;gap:12px;min-height:92px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 20px #14192306}.store-kpi-card:after{content:"";background:#ff315809;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-32px;right:-22px}.store-kpi-icon{color:#ff3158;background:#ff315814;border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.store-kpi-icon.success{color:#2bb673;background:#2bb67317}.store-kpi-icon.warning{color:#d99a18;background:#e4a11b1a}.store-kpi-icon.accent{color:#6d5dfc;background:#6d5dfc17}.store-kpi-card>div:last-child{flex-direction:column;min-width:0;display:flex}.store-kpi-card span{color:var(--text-secondary,#737784);font-size:9px;font-weight:650}.store-kpi-card strong{color:var(--text-primary,#17181b);letter-spacing:-.025em;margin-top:2px;font-size:20px;line-height:1.15}.store-kpi-card small{color:var(--text-secondary,#737784);margin-top:3px;font-size:8px}.store-health-bar{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:15px;margin-bottom:20px;padding:17px 19px}.store-health-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px;display:flex}.store-health-heading h2{color:var(--text-primary,#17181b);letter-spacing:-.01em;margin:4px 0 0;font-size:14px}.store-link-button{color:#ff3158;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:9px;font-weight:800;display:inline-flex}.rotate-270{transform:rotate(-90deg)}.store-health-items{border-top:1px solid var(--border-color,#e5e7eb);grid-template-columns:repeat(4,1fr);padding-top:13px;display:grid}.store-health-item{border-right:1px solid var(--border-color,#e5e7eb);align-items:center;gap:9px;padding:0 15px;display:flex}.store-health-item:first-child{padding-left:0}.store-health-item:last-child{border-right:0}.store-health-item .dot{border-radius:50%;flex:0 0 7px;width:7px;height:7px}.dot.success{background:#2bb673;box-shadow:0 0 0 4px #2bb67317}.dot.warning{background:#e4a11b;box-shadow:0 0 0 4px #e4a11b17}.dot.accent{background:#ff3158;box-shadow:0 0 0 4px #ff315814}.dot.muted{background:#8d8f99;box-shadow:0 0 0 4px #8d8f9914}.store-health-item div{align-items:baseline;gap:5px;display:flex}.store-health-item strong{color:var(--text-primary,#17181b);font-size:14px}.store-health-item span:not(.dot){color:var(--text-secondary,#737784);font-size:9px}.store-admin-panel{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:16px;margin-bottom:20px;padding:19px;box-shadow:0 5px 24px #14192305}.store-admin-panel-header{justify-content:space-between;align-items:flex-end;gap:15px;margin-bottom:17px;display:flex}.store-admin-panel-header h2{color:var(--text-primary,#17181b);letter-spacing:-.02em;margin:4px 0 3px;font-size:17px;line-height:1.2}.store-admin-panel-header p{color:var(--text-secondary,#737784);margin:0;font-size:9px;line-height:1.5}.store-toolbar{align-items:center;gap:8px;margin-bottom:15px;display:flex}.store-toolbar.inventory{margin-bottom:13px}.store-search,.store-select-wrap{border:1px solid var(--border-color,#e5e7eb);min-height:35px;color:var(--text-secondary,#737784);background:var(--card-secondary-bg,#fafafa);border-radius:9px;align-items:center;display:flex}.store-search{flex:1;gap:7px;padding:0 10px}.store-search input,.store-select-wrap select{width:100%;min-width:0;color:var(--text-primary,#17181b);background:0 0;border:0;outline:0;font-size:9px}.store-search input::placeholder{color:#a0a3ad}.store-select-wrap{gap:7px;min-width:190px;padding:0 9px}.store-select-wrap select{cursor:pointer}.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.store-product-card{border:1px solid var(--border-color,#e5e7eb);background:var(--card-secondary-bg,#fafafa);border-radius:14px;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.store-product-card:hover{border-color:#ff31582e;transform:translateY(-2px);box-shadow:0 13px 30px #191e2811}.store-product-visual{background:linear-gradient(135deg,#ff315821,#ff315806);height:148px;position:relative;overflow:hidden}.store-product-visual>img{object-fit:cover;width:100%;height:100%;display:block}.store-product-placeholder{color:#ff3158;background:radial-gradient(circle at 50% 35%,#ff315829,#0000 55%);place-items:center;width:100%;height:100%;display:grid}.store-product-gradient{pointer-events:none;background:linear-gradient(#00000005 20%,#00000075 100%);position:absolute;inset:0}.store-product-badges{justify-content:space-between;align-items:center;gap:7px;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.store-category-badge,.store-live-badge,.store-off-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:7px;align-items:center;gap:5px;padding:5px 7px;font-size:8px;font-weight:800;display:inline-flex}.store-category-badge{color:#fff;background:#00000052}.store-live-badge{color:#d9ffe9;background:#14643e7a}.store-off-badge{color:#ffe2e6;background:#6414247a}.store-live-badge>span,.store-off-badge>span{border-radius:50%;width:5px;height:5px}.store-live-badge>span{background:#55db95}.store-off-badge>span{background:#ff6d84}.store-product-content{padding:13px}.store-product-heading{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.store-product-heading h3{color:var(--text-primary,#17181b);margin:0 0 3px;font-size:13px;line-height:1.2}.store-product-heading span{color:var(--text-secondary,#737784);font-size:8px}.store-product-heading>strong{color:#ff3158;white-space:nowrap;letter-spacing:-.02em;font-size:16px}.store-product-content>p{min-height:29px;color:var(--text-secondary,#737784);margin:9px 0 12px;font-size:9px;line-height:1.5}.store-product-stock{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:9px;grid-template-columns:repeat(3,1fr);margin-bottom:11px;display:grid}.store-product-stock>div{border-right:1px solid var(--border-color,#e5e7eb);padding:8px}.store-product-stock>div:last-child{border-right:0}.store-product-stock span,.store-product-stock strong{display:block}.store-product-stock span{color:var(--text-secondary,#737784);font-size:7px}.store-product-stock strong{color:var(--text-primary,#17181b);margin-top:2px;font-size:12px}.store-product-actions{align-items:center;gap:6px;display:flex}.store-action-main{color:#ff3158;cursor:pointer;background:#ff31580e;border:1px solid #ff31582e;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:5px;height:32px;font-size:8px;font-weight:800;transition:all .18s;display:inline-flex}.store-action-main:hover{background:#ff31581a}.store-action-icon{border:1px solid var(--border-color,#e5e7eb);width:32px;height:32px;color:var(--text-secondary,#737784);background:var(--card-bg,#fff);cursor:pointer;border-radius:8px;place-items:center;display:grid}.store-action-icon:hover{color:#ff3158;border-color:#ff315833}.store-action-icon.danger:hover{color:#dc2626;border-color:#dc262629}.store-action-icon:disabled{opacity:.45;cursor:not-allowed}.store-inventory-table-wrapper{border:1px solid var(--border-color,#e5e7eb);border-radius:11px;overflow-x:auto}.store-inventory-table{border-collapse:collapse;width:100%;min-width:720px}.store-inventory-table th{text-align:left;color:var(--text-secondary,#737784);background:var(--card-secondary-bg,#fafafa);letter-spacing:.08em;padding:10px 11px;font-size:7px;font-weight:900}.store-inventory-table td{color:var(--text-primary,#17181b);border-top:1px solid var(--border-color,#e5e7eb);vertical-align:middle;padding:10px 11px;font-size:9px}.store-inventory-table tbody tr{transition:background .15s}.store-inventory-table tbody tr:hover{background:#ff315805}.inventory-product{align-items:center;gap:8px;min-width:150px;display:flex}.inventory-product-icon{border:1px solid var(--border-color,#e5e7eb);color:#ff3158;background:#ff31580d;border-radius:8px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid;overflow:hidden}.inventory-product-icon.large{flex-basis:34px;width:34px;height:34px}.inventory-product-icon img{object-fit:cover;width:100%;height:100%}.inventory-product div:last-child{min-width:0}.inventory-product strong,.inventory-product span{display:block}.inventory-product strong{max-width:160px;color:var(--text-primary,#17181b);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.inventory-product span{color:var(--text-secondary,#737784);margin-top:2px;font-size:7px}.inventory-email{color:var(--text-primary,#17181b);font-size:8px}.inventory-profile,.inventory-date{color:var(--text-secondary,#737784);font-size:8px}.inventory-status{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:5px 7px;font-size:7px;font-weight:800;display:inline-flex}.inventory-status>span{border-radius:50%;width:5px;height:5px}.inventory-status.success{color:#198754;background:#2bb67317}.inventory-status.success>span{background:#2bb673}.inventory-status.warning{color:#a46e05;background:#e4a11b1a}.inventory-status.warning>span{background:#e4a11b}.inventory-status.accent{color:#d32c4c;background:#ff315814}.inventory-status.accent>span{background:#ff3158}.inventory-status.muted{color:#737784;background:#73778417}.inventory-status.muted>span{background:#8d8f99}.inventory-row-actions{justify-content:flex-end;align-items:center;gap:5px;display:flex}.inventory-more,.inventory-delete{cursor:pointer;border-radius:7px;place-items:center;width:29px;height:29px;display:grid}.inventory-more{border:1px solid var(--border-color,#e5e7eb);color:var(--text-secondary,#737784);background:var(--card-bg,#fff)}.inventory-delete{color:#d93b54;background:#ff31580b;border:0}.inventory-delete:hover{background:#ff315817}.inventory-delete:disabled{opacity:.4;cursor:not-allowed}.inventory-status-menu{position:relative}.inventory-status-dropdown{z-index:30;border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);opacity:0;visibility:hidden;border-radius:9px;min-width:135px;padding:5px;transition:all .15s;position:absolute;top:calc(100% + 6px);right:0;transform:translateY(-4px);box-shadow:0 12px 30px #1419231f}.inventory-status-menu:hover .inventory-status-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.inventory-status-dropdown button{width:100%;color:var(--text-primary,#17181b);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:7px 8px;font-size:8px;font-weight:700;display:flex}.inventory-status-dropdown button:hover{background:var(--card-secondary-bg,#fafafa)}.inventory-status-dropdown button:disabled{opacity:.35;cursor:not-allowed}.status-mini{border-radius:50%;width:6px;height:6px}.status-mini.success{background:#2bb673}.status-mini.warning{background:#e4a11b}.status-mini.accent{background:#ff3158}.status-mini.muted{background:#8d8f99}.store-filter-empty{color:var(--text-secondary,#737784);text-align:center;padding:16px;font-size:9px}.store-sales-preview{overflow:hidden}.store-sales-list{border:1px solid var(--border-color,#e5e7eb);border-radius:11px;overflow:hidden}.store-sale-row{border-bottom:1px solid var(--border-color,#e5e7eb);grid-template-columns:31px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.store-sale-row:last-child{border-bottom:0}.store-sale-row.detailed{grid-template-columns:31px minmax(0,1fr) 145px auto}.store-sale-icon{color:#6d5dfc;background:#6d5dfc14;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.store-sale-info{min-width:0}.store-sale-info strong,.store-sale-info span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.store-sale-info strong{color:var(--text-primary,#17181b);font-size:9px}.store-sale-info span{color:var(--text-secondary,#737784);margin-top:2px;font-size:8px}.store-sale-date,.store-sale-meta{color:var(--text-secondary,#737784);text-align:right;font-size:8px}.store-sale-meta span{display:block}.store-sale-meta span:last-child{color:#ff3158;text-transform:capitalize;margin-top:3px;font-weight:700}.store-sale-amount{color:#ff3158;font-size:10px}.store-sales-empty{min-height:130px;color:var(--text-secondary,#737784);justify-content:center;align-items:center;gap:8px;font-size:9px;display:flex}.store-admin-empty{min-height:260px;color:var(--text-secondary,#737784);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:25px;display:flex}.store-admin-empty.compact{min-height:155px}.store-empty-icon{color:#ff3158;background:#ff31580e;border:1px solid #ff31581f;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:3px;display:grid}.store-admin-empty strong{color:var(--text-primary,#17181b);font-size:11px}.store-admin-empty span{max-width:320px;font-size:9px;line-height:1.5}.store-admin-empty .store-admin-primary{margin-top:5px}.store-admin-loading{min-height:480px;color:var(--text-secondary,#737784);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.store-loading-orb{color:#ff3158;background:#ff315812;border-radius:14px;place-items:center;width:46px;height:46px;margin-bottom:5px;animation:1.5s ease-in-out infinite storePulse;display:grid}.store-admin-loading strong{color:var(--text-primary,#17181b);font-size:11px}.store-admin-loading span{font-size:9px}.store-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0b0d1294;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.store-modal{background:var(--card-bg,#fff);border:1px solid #ffffff85;border-radius:18px;width:100%;max-width:520px;max-height:92vh;padding:21px;overflow-y:auto;box-shadow:0 28px 70px #0003}.store-product-modal{max-width:610px}.store-inventory-modal{max-width:760px}.store-sales-modal{max-width:780px}.store-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:17px;display:flex}.store-modal-header h2{color:var(--text-primary,#17181b);letter-spacing:-.025em;margin:4px 0 3px;font-size:19px;line-height:1.15}.store-modal-header p{color:var(--text-secondary,#737784);margin:0;font-size:9px}.store-modal-close{border:1px solid var(--border-color,#e5e7eb);width:31px;height:31px;color:var(--text-secondary,#737784);background:var(--card-secondary-bg,#fafafa);cursor:pointer;border-radius:8px;flex:0 0 31px;place-items:center;display:grid}.store-modal-close:hover{color:#ff3158;border-color:#ff31582e}.store-form-preview{background:#ff315809;border:1px solid #ff31581a;border-radius:11px;align-items:center;gap:11px;margin-bottom:16px;padding:10px;display:flex}.store-form-preview-image{color:#ff3158;background:#ff315812;border-radius:10px;flex:0 0 46px;place-items:center;width:46px;height:46px;display:grid;overflow:hidden}.store-form-preview-image img{object-fit:cover;width:100%;height:100%}.store-form-preview>div:last-child{flex-direction:column;gap:2px;display:flex}.store-form-preview span{color:#ff3158;letter-spacing:.12em;font-size:7px;font-weight:900}.store-form-preview strong{color:var(--text-primary,#17181b);font-size:10px}.store-form-preview small{color:var(--text-secondary,#737784);font-size:8px}.store-form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.store-field{flex-direction:column;gap:5px;min-width:0;display:flex}.store-field.wide{grid-column:1/-1}.store-field>span{color:var(--text-primary,#17181b);font-size:8px;font-weight:800}.store-field input,.store-field textarea,.store-field select{border:1px solid var(--border-color,#e5e7eb);width:100%;min-height:35px;color:var(--text-primary,#17181b);background:var(--card-secondary-bg,#fafafa);border-radius:8px;outline:0;padding:8px 9px;font-size:9px;transition:all .15s}.store-field textarea{resize:vertical;min-height:72px;line-height:1.5}.store-field input::placeholder,.store-field textarea::placeholder{color:#a0a3ad}.store-field input:focus,.store-field textarea:focus,.store-field select:focus{background:var(--card-bg,#fff);border-color:#ff315880;box-shadow:0 0 0 3px #ff31580f}.store-input-prefix,.store-input-suffix{position:relative}.store-input-prefix>span{color:#ff3158;font-size:10px;font-weight:800;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.store-input-prefix input{padding-left:22px}.store-input-suffix>span{color:var(--text-secondary,#737784);font-size:8px;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.store-input-suffix input{padding-right:35px}.store-toggle-row{border:1px solid var(--border-color,#e5e7eb);background:var(--card-secondary-bg,#fafafa);border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin-top:13px;padding:11px;display:flex}.store-toggle-row>div{flex-direction:column;gap:3px;display:flex}.store-toggle-row strong{color:var(--text-primary,#17181b);font-size:9px}.store-toggle-row span{color:var(--text-secondary,#737784);font-size:8px}.store-toggle{cursor:pointer;background:#d5d7dc;border:0;border-radius:999px;flex:0 0 37px;width:37px;height:21px;padding:0;position:relative}.store-toggle span{background:#fff;border-radius:50%;width:15px;height:15px;transition:all .18s;position:absolute;top:3px;left:3px}.store-toggle.active{background:#2bb673}.store-toggle.active span{transform:translate(16px)}.store-account-security{color:#198754;background:#2bb6730e;border:1px solid #2bb6731f;border-radius:10px;align-items:center;gap:9px;margin-bottom:14px;padding:10px;display:flex}.store-account-security>div{flex-direction:column;gap:2px;display:flex}.store-account-security strong{font-size:9px}.store-account-security span{color:#5f806f;font-size:8px}.store-inventory-modal-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:13px;display:grid}.store-inventory-modal-stats>div{border:1px solid var(--border-color,#e5e7eb);background:var(--card-secondary-bg,#fafafa);border-radius:9px;padding:10px}.store-inventory-modal-stats span,.store-inventory-modal-stats strong{display:block}.store-inventory-modal-stats span{color:var(--text-secondary,#737784);font-size:7px}.store-inventory-modal-stats strong{color:var(--text-primary,#17181b);margin-top:3px;font-size:15px}.store-modal-inventory-list{border:1px solid var(--border-color,#e5e7eb);border-radius:10px;max-height:390px;overflow-y:auto}.store-modal-account-row{border-bottom:1px solid var(--border-color,#e5e7eb);align-items:center;gap:9px;padding:9px 10px;display:flex}.store-modal-account-row:last-child{border-bottom:0}.store-modal-account-main{flex:1;min-width:0}.store-modal-account-main strong,.store-modal-account-main span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.store-modal-account-main strong{color:var(--text-primary,#17181b);font-size:9px}.store-modal-account-main span{color:var(--text-secondary,#737784);margin-top:2px;font-size:7px}.store-modal-account-actions{gap:3px;display:flex}.store-modal-account-actions button{border:1px solid var(--border-color,#e5e7eb);width:27px;height:27px;color:var(--text-secondary,#737784);background:var(--card-bg,#fff);cursor:pointer;border-radius:7px;place-items:center;display:grid}.store-modal-account-actions button:hover{color:#ff3158}.store-modal-account-actions button.danger:hover{color:#dc2626}.store-modal-account-actions button:disabled{opacity:.35;cursor:not-allowed}.store-sales-summary-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:13px;display:grid}.store-sales-summary-grid>div{border:1px solid var(--border-color,#e5e7eb);background:var(--card-secondary-bg,#fafafa);border-radius:10px;padding:11px}.store-sales-summary-grid span,.store-sales-summary-grid strong{display:block}.store-sales-summary-grid span{color:var(--text-secondary,#737784);font-size:7px}.store-sales-summary-grid strong{color:var(--text-primary,#17181b);margin-top:3px;font-size:15px}.store-sales-history{border:1px solid var(--border-color,#e5e7eb);border-radius:10px;max-height:430px;overflow-y:auto}.store-modal-actions{justify-content:flex-end;gap:7px;margin-top:17px;display:flex}.store-modal-cancel,.store-modal-save{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 12px;font-size:9px;font-weight:800;display:inline-flex}.store-modal-cancel{border:1px solid var(--border-color,#e5e7eb);color:var(--text-primary,#17181b);background:var(--card-bg,#fff)}.store-modal-save{color:#fff;background:#ff3158;border:1px solid #ff3158;box-shadow:0 7px 18px #ff315829}.store-modal-save:disabled{opacity:.55;cursor:not-allowed}.store-spin{animation:.8s linear infinite storeSpin}@keyframes storeSpin{to{transform:rotate(360deg)}}@keyframes storePulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@media (width<=1050px){.store-kpi-grid,.store-product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.store-admin-page{padding:18px}.store-admin-header{flex-direction:column;align-items:stretch}.store-admin-header-actions{width:100%}.store-admin-header-actions>button{flex:1}.store-kpi-grid,.store-product-grid{grid-template-columns:1fr}.store-health-items{grid-template-columns:1fr 1fr;gap:12px 0}.store-health-item:nth-child(2){border-right:0}.store-health-item:nth-child(3),.store-health-item:nth-child(4){padding-top:4px}.store-toolbar{flex-direction:column;align-items:stretch}.store-select-wrap{width:100%}.store-admin-panel{padding:14px}.store-admin-panel-header{flex-direction:column;align-items:stretch}.store-form-grid{grid-template-columns:1fr}.store-field.wide{grid-column:auto}.store-modal-overlay{align-items:flex-end;padding:0}.store-modal{border-radius:18px 18px 0 0;max-height:94vh;padding:17px}.store-inventory-modal-stats,.store-sales-summary-grid{grid-template-columns:1fr 1fr}.store-modal-account-row{flex-wrap:wrap}.store-modal-account-main{min-width:calc(100% - 50px)}.store-modal-account-row>.inventory-status{margin-left:43px}.store-sale-row,.store-sale-row.detailed{grid-template-columns:30px minmax(0,1fr) auto}.store-sale-date,.store-sale-meta{display:none}}@media (width<=480px){.store-admin-page{padding:13px}.store-admin-header h1{font-size:27px}.store-admin-header-actions{grid-template-columns:1fr 1fr;display:grid}.store-admin-header-actions .store-admin-primary{grid-column:1/-1}.store-kpi-grid{gap:8px}.store-health-items{grid-template-columns:1fr}.store-health-item{border-right:0;padding:5px 0!important}.store-product-visual{height:155px}.store-inventory-modal-stats,.store-sales-summary-grid{grid-template-columns:1fr}}.shop-page{width:100%;max-width:1180px;margin:0 auto;padding:30px}.shop-header{justify-content:space-between;align-items:center;gap:25px;margin-bottom:28px;display:flex}.shop-eyebrow{color:#ff3158;letter-spacing:.16em;font-size:10px;font-weight:800}.shop-header h1{color:var(--text-primary,#17181b);margin:6px 0;font-size:30px}.shop-header p{max-width:620px;color:var(--text-secondary,#737784);margin:0;font-size:13px;line-height:1.6}.shop-wallet-card{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:14px;align-items:center;gap:12px;min-width:210px;padding:15px 18px;display:flex}.shop-wallet-icon{color:#ff3158;background:#ff31581a;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.shop-wallet-card span{color:var(--text-secondary,#737784);margin-bottom:3px;font-size:10px;display:block}.shop-wallet-card strong{color:var(--text-primary,#17181b);font-size:20px}.shop-error{color:#dc2626;background:#ef444414;border:1px solid #ef444433;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 14px;font-size:12px;display:flex}.shop-error button{color:inherit;cursor:pointer;background:0 0;border:0}.shop-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.shop-section-header h2{color:var(--text-primary,#17181b);margin:0 0 4px;font-size:19px}.shop-section-header span{color:var(--text-secondary,#737784);font-size:11px}.shop-section-header>svg{color:#ff3158}.shop-product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.shop-product-card{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:16px;overflow:hidden}.shop-product-image{color:#ff3158;background:linear-gradient(135deg,#ff315821,#ff315805);justify-content:center;align-items:center;height:145px;display:flex;overflow:hidden}.shop-product-image img{object-fit:cover;width:100%;height:100%}.shop-product-body{padding:17px}.shop-product-title{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.shop-product-title h3{color:var(--text-primary,#17181b);margin:0 0 3px;font-size:15px}.shop-product-title span{color:var(--text-secondary,#737784);font-size:10px}.shop-product-title>strong{color:#ff3158;font-size:20px}.shop-product-body p{min-height:34px;color:var(--text-secondary,#737784);margin:12px 0;font-size:11px;line-height:1.5}.shop-product-meta{color:var(--text-secondary,#737784);justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px;font-size:10px;display:flex}.shop-product-meta span{align-items:center;gap:5px;display:inline-flex}.shop-buy-button{color:#fff;cursor:pointer;background:#ff3158;border:0;border-radius:10px;width:100%;padding:11px 14px;font-size:11px;font-weight:700}.shop-buy-button:disabled{cursor:not-allowed;opacity:.45}.shop-empty,.shop-loading{border:1px solid var(--border-color,#e5e7eb);min-height:240px;color:var(--text-secondary,#737784);background:var(--card-bg,#fff);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.shop-empty strong{color:var(--text-primary,#17181b);font-size:13px}.shop-empty span{font-size:11px}.shop-modal-overlay{z-index:2000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.shop-modal{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:17px;width:100%;max-width:460px;padding:24px}.shop-modal-header{justify-content:space-between;gap:15px;display:flex}.shop-modal-header span{color:#ff3158;letter-spacing:.15em;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.shop-modal-header h2{color:var(--text-primary,#17181b);margin:0;font-size:20px}.shop-modal-header button{border:1px solid var(--border-color,#e5e7eb);width:32px;height:32px;color:var(--text-secondary,#737784);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:flex}.shop-confirm-card{background:#ff31580a;border-radius:12px;margin:20px 0;padding:15px}.shop-confirm-card>div{border-bottom:1px solid var(--border-color,#e5e7eb);justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.shop-confirm-card>div:last-child{border-bottom:0}.shop-confirm-card span{color:var(--text-secondary,#737784);font-size:11px}.shop-confirm-card strong{color:var(--text-primary,#17181b);font-size:12px}.shop-confirm-total strong{color:#ff3158}.shop-modal-actions{gap:9px;display:flex}.shop-cancel-button,.shop-confirm-button{cursor:pointer;border-radius:9px;flex:1;padding:11px;font-size:11px;font-weight:700}.shop-cancel-button{border:1px solid var(--border-color,#e5e7eb);color:var(--text-primary,#17181b);background:0 0}.shop-confirm-button{color:#fff;background:#ff3158;border:0}.shop-confirm-button:disabled{opacity:.5;cursor:not-allowed}.shop-full-button{width:100%}.shop-success-icon{color:#2bb673;background:#2bb6731a;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 15px;display:flex}.shop-modal>h2{text-align:center;color:var(--text-primary,#17181b);margin:0}.shop-modal>p{color:var(--text-secondary,#737784);text-align:center;margin:7px 0 20px;font-size:11px}.shop-result-account{background:var(--card-secondary-bg,#fafafa);border-radius:12px;margin-bottom:16px;padding:15px}.shop-result-account>div{border-bottom:1px solid var(--border-color,#e5e7eb);padding:9px 0}.shop-result-account>div:last-child{border-bottom:0}.shop-result-account span{color:var(--text-secondary,#737784);margin-bottom:3px;font-size:9px;display:block}.shop-result-account strong{color:var(--text-primary,#17181b);word-break:break-word;font-size:11px}@media (width<=760px){.shop-page{padding:18px}.shop-header{flex-direction:column;align-items:stretch}.shop-wallet-card{box-sizing:border-box;width:100%}.shop-product-grid{grid-template-columns:1fr}}.shop-buy-button{justify-content:center;align-items:center;gap:6px;display:flex}.shop-buy-button.disabled{cursor:not-allowed;opacity:.55;background:#a9abb2}.shop-insufficient-message{color:#b06a00;text-align:center;margin-top:8px;font-size:10px;line-height:1.4}.wallet-page{width:100%;max-width:1180px;margin:0 auto;padding:30px}.wallet-header{justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px;display:flex}.wallet-eyebrow{color:#ff3158;letter-spacing:.15em;font-size:10px;font-weight:800}.wallet-header h1{color:var(--text-primary,#17181b);margin:6px 0;font-size:30px}.wallet-header p{color:var(--text-secondary,#737784);margin:0;font-size:13px}.wallet-balance-card{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:14px;align-items:center;gap:12px;min-width:215px;padding:16px 18px;display:flex}.wallet-balance-icon{color:#ff3158;background:#ff31581a;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.wallet-balance-card span{color:var(--text-secondary,#737784);margin-bottom:3px;font-size:10px;display:block}.wallet-balance-card strong{color:var(--text-primary,#17181b);font-size:21px}.wallet-alert{border-radius:10px;margin-bottom:18px;padding:12px 14px;font-size:12px}.wallet-alert.error{color:#b42318;background:#ef444414;border:1px solid #ef44442e}.wallet-alert.success{color:#16794f;background:#2bb6731a;border:1px solid #2bb6732e}.wallet-summary-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px;display:grid}.wallet-summary-card{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:14px;padding:18px}.wallet-summary-card span{color:var(--text-secondary,#737784);margin-bottom:7px;font-size:10px;display:block}.wallet-summary-card strong{color:var(--text-primary,#17181b);font-size:20px}.wallet-highlight{color:#ff3158!important}.wallet-content-grid{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.wallet-panel{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:16px;margin-bottom:18px;padding:20px}.wallet-panel-header{color:#ff3158;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.wallet-panel-header h2{color:var(--text-primary,#17181b);margin:0 0 4px;font-size:18px}.wallet-panel-header span{color:var(--text-secondary,#737784);font-size:11px}.wallet-payment-guide{box-sizing:border-box;width:100%;color:var(--text-primary,#17181b);text-align:left;cursor:pointer;background:linear-gradient(135deg,#ff31580e,#ffffffb8);border:1px solid #ff31582e;border-radius:12px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;margin:0 0 15px;padding:11px 12px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:grid}.wallet-payment-guide:hover{border-color:#ff315861;transform:translateY(-1px);box-shadow:0 8px 20px #ff315814}.wallet-payment-guide-icon{color:#ff3158;background:#ff31581a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.wallet-payment-guide-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.wallet-payment-guide-copy strong{font-size:11px;font-weight:800}.wallet-payment-guide-copy small{color:var(--text-secondary,#737784);font-size:9px;line-height:1.4}.wallet-payment-guide-action{color:#ff3158;white-space:nowrap;align-items:center;gap:5px;font-size:10px;font-weight:800;display:inline-flex}.wallet-payment-guide-action svg{transition:transform .18s}.wallet-payment-guide:hover .wallet-payment-guide-action svg{transform:translateY(2px)}.wallet-quick-amounts{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:15px;display:grid}.wallet-quick-amounts button{border:1px solid var(--border-color,#e5e7eb);color:var(--text-primary,#17181b);background:var(--card-secondary-bg,#fafafa);cursor:pointer;border-radius:9px;padding:9px;font-size:11px;font-weight:700}.wallet-quick-amounts button:hover{color:#ff3158;border-color:#ff3158}.wallet-recharge-form{flex-direction:column;gap:12px;display:flex}.wallet-recharge-form label{color:var(--text-primary,#17181b);flex-direction:column;gap:6px;font-size:11px;font-weight:600;display:flex}.wallet-recharge-form input,.wallet-recharge-form textarea{box-sizing:border-box;border:1px solid var(--border-color,#e5e7eb);width:100%;color:var(--text-primary,#17181b);background:var(--card-secondary-bg,#fafafa);border-radius:9px;outline:none;padding:10px 11px;font-size:12px}.wallet-recharge-form textarea{resize:vertical;min-height:80px}.wallet-recharge-form input:focus,.wallet-recharge-form textarea:focus{border-color:#ff3158}.wallet-primary-button{color:#fff;cursor:pointer;background:#ff3158;border:0;border-radius:9px;padding:11px;font-size:11px;font-weight:700}.wallet-primary-button:disabled{opacity:.55;cursor:not-allowed}.wallet-list{flex-direction:column;gap:8px;display:flex}.wallet-recharge-item{border:1px solid var(--border-color,#e5e7eb);border-radius:10px;justify-content:space-between;align-items:center;gap:15px;padding:12px;display:flex}.wallet-recharge-item strong{color:var(--text-primary,#17181b);font-size:12px;display:block}.wallet-recharge-item span{color:var(--text-secondary,#737784);font-size:9px}.wallet-status{border-radius:999px;padding:5px 8px;font-weight:700;font-size:9px!important}.wallet-status.pending{color:#9a6700;background:#e4a11b1a}.wallet-status.approved{color:#16794f;background:#2bb6731a}.wallet-status.rejected{color:#c62828;background:#ef44441a}.wallet-transactions{flex-direction:column;display:flex}.wallet-transaction{border-bottom:1px solid var(--border-color,#e5e7eb);align-items:center;gap:12px;padding:13px 4px;display:flex}.wallet-transaction:last-child{border-bottom:0}.wallet-transaction-icon{color:#ff3158;background:#ff315814;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.wallet-transaction-info{flex:1}.wallet-transaction-info strong{color:var(--text-primary,#17181b);font-size:11px;display:block}.wallet-transaction-info span{color:var(--text-secondary,#737784);margin-top:3px;font-size:9px;display:block}.wallet-amount{font-size:12px}.wallet-amount.positive{color:#1b8f61}.wallet-amount.negative{color:#d92d20}.wallet-empty,.wallet-loading{min-height:130px;color:var(--text-secondary,#737784);justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.wallet-spin{animation:1s linear infinite wallet-spin}@keyframes wallet-spin{to{transform:rotate(360deg)}}@media (width<=850px){.wallet-header{flex-direction:column;align-items:stretch}.wallet-summary-grid,.wallet-content-grid{grid-template-columns:1fr}}@media (width<=600px){.wallet-page{padding:18px}.wallet-quick-amounts{grid-template-columns:repeat(2,1fr)}}.wallet-banks-panel{overflow:hidden}.wallet-banks-header{margin-bottom:16px}.wallet-banks-header>svg{color:#ff3158}.wallet-banks-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.wallet-bank-card{border:1px solid var(--border-color,#e5e7eb);background:var(--card-secondary-bg,#fafafa);border-radius:13px;transition:border-color .18s,box-shadow .18s,background .18s;overflow:hidden}.wallet-bank-card:hover,.wallet-bank-card.is-open{border-color:#ff315847;box-shadow:0 8px 24px #1118270f}.wallet-bank-trigger{width:100%;min-height:70px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:11px 13px;display:grid}.wallet-bank-logo{box-sizing:border-box;border:1px solid color-mix(in srgb, var(--bank-accent) 42%, var(--border-color,#e5e7eb));width:42px;height:42px;color:var(--bank-accent);background:color-mix(in srgb, var(--bank-accent) 12%, var(--card-bg,#fff));letter-spacing:-.02em;border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.wallet-bank-name-wrap{flex-direction:column;gap:3px;min-width:0;display:flex}.wallet-bank-name-wrap strong{color:var(--text-primary,#17181b);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.wallet-bank-name-wrap small{color:var(--text-secondary,#737784);font-size:9px}.wallet-bank-chevron{color:var(--text-secondary,#737784);transition:transform .18s,color .18s}.wallet-bank-card.is-open .wallet-bank-chevron{color:#ff3158;transform:rotate(180deg)}.wallet-bank-details{border-top:1px solid var(--border-color,#e5e7eb);padding:0 13px 13px 69px}.wallet-bank-detail{flex-direction:column;gap:3px;padding-top:10px;display:flex}.wallet-bank-detail span{color:var(--text-secondary,#737784);font-size:9px}.wallet-bank-detail strong{color:var(--text-primary,#17181b);font-size:11px}.wallet-bank-account-row{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:10px;position:relative}.wallet-copy-button{border:1px solid var(--border-color,#e5e7eb);width:30px;height:30px;color:var(--text-secondary,#737784);background:var(--card-bg,#fff);cursor:pointer;border-radius:8px;flex:0 0 30px;justify-content:center;align-items:center;display:flex}.wallet-copy-button:hover{color:#ff3158;border-color:#ff315859}.wallet-bank-note{color:var(--text-secondary,#737784);background:#ff31580d;border:1px solid #ff315824;border-radius:9px;margin-top:11px;padding:9px 10px;font-size:9px;line-height:1.45}.wallet-bank-note strong{color:#ff3158}.wallet-bank-empty{min-height:54px;color:var(--text-secondary,#737784);align-items:center;gap:9px;padding-top:11px;display:flex}.wallet-bank-empty>svg{color:#ff3158;flex:none}.wallet-bank-empty div{flex-direction:column;gap:2px;display:flex}.wallet-bank-empty strong{color:var(--text-primary,#17181b);font-size:10px}.wallet-bank-empty span{font-size:9px;line-height:1.4}.wallet-other-methods-panel{scroll-margin-top:24px}.wallet-other-methods-panel .wallet-bank-logo{border-radius:12px}#wallet-banks{scroll-margin-top:24px}@media (width<=820px){.wallet-banks-grid{grid-template-columns:1fr}}@media (width<=620px){.wallet-payment-guide{grid-template-columns:38px minmax(0,1fr)}.wallet-payment-guide-action{grid-column:2;justify-self:start}.wallet-page{padding:20px 14px}.wallet-header{flex-direction:column;align-items:flex-start}.wallet-balance-card{box-sizing:border-box;width:100%}.wallet-summary-grid,.wallet-content-grid{grid-template-columns:1fr}.wallet-bank-details{padding-left:13px}}.wallet-bank-trigger{grid-template-columns:44px minmax(0,1fr) auto 20px;gap:10px}.wallet-bank-card.is-selected{background:linear-gradient(135deg, #ff31580e, var(--card-secondary-bg,#fafafa));border-color:#ff31586b;box-shadow:0 8px 24px #ff315812}.wallet-bank-selected{box-sizing:border-box;color:#ff3158;white-space:nowrap;background:#ff315812;border:1px solid #ff31582e;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:24px;padding:0 8px;font-size:9px;font-weight:800;display:inline-flex}.wallet-bank-selected svg{flex:none}.wallet-bank-card.is-selected .wallet-bank-logo{color:#ff3158;background:#ff315814;border-color:#ff315861}.wallet-bank-card.is-selected .wallet-bank-name-wrap strong{color:#ff3158}@media (width<=560px){.wallet-bank-trigger{grid-template-columns:42px minmax(0,1fr) 20px}.wallet-bank-selected{grid-area:2/2;justify-self:start;margin-top:-2px}}.app-shell.theme-dark .wallet-page,.app-shell.theme-dark .wallet-header h1,.app-shell.theme-dark .wallet-summary-card strong,.app-shell.theme-dark .wallet-panel-header h2,.app-shell.theme-dark .wallet-recharge-item strong,.app-shell.theme-dark .wallet-transaction-info strong,.app-shell.theme-dark .wallet-bank-name-wrap strong,.app-shell.theme-dark .wallet-bank-detail strong,.app-shell.theme-dark .wallet-bank-empty strong,.app-shell.theme-dark .wallet-balance-card strong{color:#f5f7fb}.app-shell.theme-dark .wallet-header p,.app-shell.theme-dark .wallet-balance-card span,.app-shell.theme-dark .wallet-summary-card span,.app-shell.theme-dark .wallet-panel-header span,.app-shell.theme-dark .wallet-recharge-item span,.app-shell.theme-dark .wallet-transaction-info span,.app-shell.theme-dark .wallet-bank-name-wrap small,.app-shell.theme-dark .wallet-bank-detail span,.app-shell.theme-dark .wallet-bank-empty,.app-shell.theme-dark .wallet-payment-guide-copy small,.app-shell.theme-dark .wallet-empty,.app-shell.theme-dark .wallet-loading{color:#8f96a5}.app-shell.theme-dark .wallet-balance-card,.app-shell.theme-dark .wallet-summary-card,.app-shell.theme-dark .wallet-panel{background:#15181d;border-color:#292e38}.app-shell.theme-dark .wallet-balance-card:hover,.app-shell.theme-dark .wallet-summary-card:hover{border-color:#ff315840}.app-shell.theme-dark .wallet-payment-guide{color:#f5f7fb;background:linear-gradient(135deg,#ff315817,#ffffff05);border-color:#ff315838}.app-shell.theme-dark .wallet-payment-guide:hover{background:linear-gradient(135deg,#ff31581f,#ffffff06);border-color:#ff31586b}.app-shell.theme-dark .wallet-payment-warning{color:#f5f7fb;background:#f59e0b13!important;border-color:#f59e0b4d!important}.app-shell.theme-dark .wallet-quick-amounts button,.app-shell.theme-dark .wallet-recharge-form input,.app-shell.theme-dark .wallet-recharge-form textarea{color:#f5f7fb;background:#0f1217;border-color:#2d333e}.app-shell.theme-dark .wallet-recharge-form input::placeholder,.app-shell.theme-dark .wallet-recharge-form textarea::placeholder{color:#687080}.app-shell.theme-dark .wallet-quick-amounts button:hover{background:#ff315812}.app-shell.theme-dark .wallet-recharge-item{background:#111419;border-color:#2a303a}.app-shell.theme-dark .wallet-bank-card{background:#111419;border-color:#292e38}.app-shell.theme-dark .wallet-bank-card:hover,.app-shell.theme-dark .wallet-bank-card.is-open{border-color:#ff315852;box-shadow:0 8px 24px #0000003d}.app-shell.theme-dark .wallet-bank-logo{background:color-mix(in srgb, var(--bank-accent) 12%, #15181d)}.app-shell.theme-dark .wallet-bank-details{border-color:#292e38}.app-shell.theme-dark .wallet-copy-button{color:#8f96a5;background:#15181d;border-color:#2d333e}.app-shell.theme-dark .wallet-copy-button:hover{color:#ff3158;background:#ff31580f;border-color:#ff315861}.app-shell.theme-dark .wallet-bank-card.is-selected{background:linear-gradient(135deg,#ff315817,#111419);border-color:#ff315873}.app-shell.theme-dark .wallet-bank-note{color:#8f96a5;background:#ff31580f}.app-shell.theme-dark .wallet-transaction{border-color:#292e38}.app-shell.theme-dark .wallet-alert.error{color:#ff8b86;background:#ef44441a;border-color:#ef44443d}.app-shell.theme-dark .wallet-alert.success{color:#73ddb0;background:#2bb6731a;border-color:#2bb67338}.app-shell.theme-dark .wallet-status.pending{color:#f7c96b;background:#e4a11b1f}.app-shell.theme-dark .wallet-status.approved{color:#73ddb0;background:#2bb6731f}.app-shell.theme-dark .wallet-status.rejected{color:#ff8b86;background:#ef44441f}.app-shell.theme-dark .wallet-bank-empty{color:#8f96a5}.app-shell.theme-dark .wallet-bank-selected{background:#ff315817}.app-shell.theme-dark .wallet-amount.positive{color:#73ddb0}.app-shell.theme-dark .wallet-amount.negative{color:#ff8b86}.app-shell.theme-dark .wallet-recharge-form input[type=file]{color:#9aa2b1}.app-shell.theme-dark .wallet-recharge-form input[type=file]::file-selector-button{color:#e8ebf1;cursor:pointer;background:#1a1e25;border:1px solid #303642;border-radius:7px;margin-right:10px;padding:7px 10px}.app-shell.theme-dark .wallet-recharge-form input[type=file]::file-selector-button:hover{color:#ff3158;border-color:#ff315866}.wallet-admin-page{width:100%;max-width:1180px;margin:0 auto;padding:30px}.wallet-admin-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.wallet-admin-header>div>span{color:#ff3158;letter-spacing:.15em;font-size:10px;font-weight:800}.wallet-admin-header h1{color:var(--text-primary,#17181b);margin:6px 0;font-size:30px}.wallet-admin-header p{color:var(--text-secondary,#737784);margin:0;font-size:13px}.wallet-admin-refresh{border:1px solid var(--border-color,#e5e7eb);color:var(--text-primary,#17181b);background:var(--card-bg,#fff);cursor:pointer;border-radius:9px;align-items:center;gap:7px;padding:10px 13px;font-size:11px;font-weight:700;display:inline-flex}.wallet-admin-alert{border-radius:10px;margin-bottom:18px;padding:12px 14px;font-size:12px}.wallet-admin-alert.error{color:#b42318;background:#ef444414;border:1px solid #ef44442e}.wallet-admin-alert.success{color:#16794f;background:#2bb6731a;border:1px solid #2bb6732e}.wallet-admin-summary{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;display:grid}.wallet-admin-summary>div{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);color:#ff3158;border-radius:14px;align-items:center;gap:10px;padding:18px;display:flex}.wallet-admin-summary span{color:var(--text-secondary,#737784);font-size:10px}.wallet-admin-summary strong{color:var(--text-primary,#17181b);margin-left:auto;font-size:18px}.wallet-admin-panel{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);border-radius:16px;padding:20px}.wallet-admin-panel-header{margin-bottom:18px}.wallet-admin-panel-header h2{color:var(--text-primary,#17181b);margin:0 0 4px;font-size:18px}.wallet-admin-panel-header span{color:var(--text-secondary,#737784);font-size:11px}.wallet-admin-table-wrapper{overflow-x:auto}.wallet-admin-table{border-collapse:collapse;width:100%}.wallet-admin-table th{text-align:left;color:var(--text-secondary,#737784);padding:11px 10px;font-size:9px;font-weight:700}.wallet-admin-table td{border-top:1px solid var(--border-color,#e5e7eb);color:var(--text-primary,#17181b);padding:13px 10px;font-size:10px}.wallet-admin-amount{color:#ff3158;font-size:12px}.wallet-admin-actions{gap:6px;display:flex}.wallet-admin-actions button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:7px 9px;font-size:9px;font-weight:700;display:inline-flex}.wallet-admin-actions button:disabled{opacity:.5;cursor:not-allowed}.wallet-admin-actions .approve{color:#fff;background:#2bb673;border:0}.wallet-admin-actions .reject{color:#c62828;background:#ef44440f;border:1px solid #ef444433}.wallet-admin-empty{min-height:220px;color:var(--text-secondary,#737784);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.wallet-admin-empty strong{color:var(--text-primary,#17181b);font-size:13px}@media (width<=760px){.wallet-admin-page{padding:18px}.wallet-admin-header{flex-direction:column;align-items:stretch}.wallet-admin-summary{grid-template-columns:1fr}}html,body,#root{min-height:100%;margin:0}body{color:#1b1c21;background:#f7f7f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{border:0}.dashboard{width:100%;max-width:1500px;margin:0 auto;padding:28px 30px 45px}.page-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px;display:flex}.page-header h1{color:#17181d;letter-spacing:-1px;margin:0;font-size:30px;font-weight:800}.page-header-actions{align-items:center;display:flex}.live-status{color:#3d4149;background:#22c55e0b;border:1px solid #22c55e29;border-radius:11px;align-items:center;gap:8px;padding:10px 13px;font-size:11px;font-weight:700;display:inline-flex}.live-status span{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #22c55e17}.dashboard-error{color:#dc2626!important}.stat-card{background:#fff;border:1px solid #14161e12;border-radius:16px;min-height:145px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden;box-shadow:0 7px 25px #14161e0b}.stat-card:hover{border-color:#ff2d552e;transform:translateY(-2px);box-shadow:0 12px 30px #14161e12}.stat-card:after{content:"";background:#ff2d5509;border-radius:50%;width:125px;height:125px;position:absolute;bottom:-55px;right:-45px}.stat-card-top{z-index:1;align-items:center;gap:10px;display:flex;position:relative}.stat-icon{color:#ff2d55;background:#ff2d5514;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.stat-label{color:#747780;font-size:11px;font-weight:700}.stat-card-bottom{z-index:1;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:22px;display:flex;position:relative}.stat-card-bottom strong{color:#17181d;letter-spacing:-1.2px;font-size:31px;font-weight:800;line-height:1}.panel{background:#fff;border:1px solid #14161e12;border-radius:16px;min-width:0;padding:20px;overflow:hidden;box-shadow:0 7px 25px #14161e0a}.panel-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.panel-header h2{color:#202126;letter-spacing:-.2px;margin:0;font-size:15px;font-weight:800}.panel-action{color:#e72a4f;cursor:pointer;background:#ff2d550b;border:1px solid #ff2d5526;border-radius:8px;flex-shrink:0;padding:7px 10px;font-size:10px;font-weight:700;transition:all .18s}.table-wrapper table{border-collapse:collapse;width:100%}.table-wrapper th{color:#999ca4;text-align:left;text-transform:uppercase;letter-spacing:.55px;white-space:nowrap;border-bottom:1px solid #14161e12;padding:11px 12px;font-size:8px;font-weight:800}.table-wrapper td{color:#666a73;white-space:nowrap;border-bottom:1px solid #14161e0e;padding:14px 12px;font-size:10px}.table-wrapper tbody tr{transition:background .15s}.table-wrapper tbody tr:hover{background:#fafafb}.table-wrapper tbody tr:last-child td{border-bottom:0}.email-cell{color:#292b31;text-overflow:ellipsis;max-width:235px;font-size:10px;font-weight:700;overflow:hidden}.service-name{color:#575b64;font-weight:600}.status-badge{color:#dc2626;background:#ef444414;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:8px;font-weight:800;display:inline-flex}.table-menu{color:#9da0a8;cursor:pointer;background:0 0;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.table-menu:hover{color:#555960;background:#f3f3f5}.expiration-chart{justify-content:center;align-items:center;gap:34px;min-height:230px;display:flex}.donut-chart{background:conic-gradient(#ff3158 0deg 120deg,#ff9f43 120deg 205deg,#ffd166 205deg 275deg,#ececf0 275deg 360deg);border-radius:50%;flex-shrink:0;place-items:center;width:145px;height:145px;display:grid}.donut-inner{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:108px;height:108px;display:flex}.donut-inner strong{color:#17181d;font-size:28px;font-weight:800;line-height:1}.donut-inner span{color:#999ca4;margin-top:6px;font-size:9px}.chart-legend{flex-direction:column;gap:18px;min-width:115px;display:flex}.chart-legend>div{color:#777b84;grid-template-columns:8px 1fr auto;align-items:center;gap:7px;font-size:9px;display:grid}.chart-legend strong{color:#292b31;font-size:10px}.activity-panel{min-height:330px}.activity-panel>div[style]{max-height:430px;padding-right:3px;overflow-y:auto}.activity-panel>div[style]>div{background:#fbfbfc;transition:border-color .18s,background .18s;border:1px solid #14161e12!important}.activity-panel>div[style]>div:hover{background:#fff;border-color:#ff2d5521!important}.activity-panel>div[style] strong{color:#292b31}.activity-number{color:#17181d;letter-spacing:-1.5px;font-size:43px;font-weight:800;line-height:1}.activity-growth{color:#16a34a;align-items:center;gap:4px;margin-top:11px;font-size:10px;font-weight:700;display:flex}.fake-chart{border-bottom:1px solid #ececf0;align-items:flex-end;gap:7px;height:105px;margin-top:28px;padding-top:10px;display:flex}.fake-chart span{opacity:.78;background:linear-gradient(#ff718a,#ff2d55);border-radius:5px 5px 0 0;flex:1;min-width:6px}.system-list{flex-direction:column;display:flex}.system-item{border-bottom:1px solid #14161e0f;justify-content:space-between;align-items:center;gap:15px;padding:15px 0;display:flex}.system-item-info strong,.system-item-info span{display:block}.system-item-info strong{color:#303239;font-size:10px}.activity-panel>div[style]::-webkit-scrollbar{width:5px}.activity-panel>div[style]::-webkit-scrollbar-track{background:0 0}.activity-panel>div[style]::-webkit-scrollbar-thumb{background:#dedee3;border-radius:10px}@media (width<=1250px){.dashboard-grid{grid-template-columns:1fr}.bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.system-panel{grid-column:span 2}}@media (width<=900px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bottom-grid{grid-template-columns:1fr}.system-panel{grid-column:auto}.page-header{flex-direction:column;align-items:flex-start}.live-status{width:fit-content}}@media (width<=600px){.dashboard{padding:20px 14px 35px}.page-header h1{font-size:25px}.stats-grid{grid-template-columns:1fr}.expiration-chart{flex-direction:column;gap:20px;padding:10px 0 20px}.panel{padding:16px}.table-wrapper{margin:0 -4px}.activity-number{font-size:36px}}.notification-button{border:1px solid var(--border-color,#e5e7eb);background:var(--card-bg,#fff);width:40px;height:40px;color:var(--text-secondary,#64748b);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;padding:0;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:flex;position:relative}.notification-button:hover{color:#ff3155;background:#ff31550a;border-color:#ff315540;transform:translateY(-1px)}.notification-dot{background:#ff3155;border:2px solid #fff;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite notificationPulse;position:absolute;top:6px;right:6px;box-shadow:0 0 0 2px #ff315514}@keyframes notificationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.theme-dark .notification-dot{border-color:#0b0c0f}.notification-dropdown{z-index:9999;background:#fff;border:1px solid #e7e9ee;border-radius:17px;width:390px;animation:.18s ease-out adteycNotificationIn;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 24px 60px #0f172a29,0 5px 18px #0f172a0f}@keyframes adteycNotificationIn{0%{opacity:0;transform:translateY(-8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.notification-dropdown-header{background:#fff;border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.notification-dropdown-header>div:first-child{flex-direction:column;gap:4px;display:flex}.notification-dropdown-header strong{color:#111827;letter-spacing:-.15px;margin:0;font-size:14px;font-weight:750;line-height:1.3}.notification-dropdown-header span{color:#8b93a1;margin:0;font-size:11px;line-height:1.3}.notification-header-icon{color:#ff3155;background:#ff315514;border-radius:10px;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.notification-dropdown-body{background:#fff;width:100%;max-height:360px;overflow-y:auto}.notification-preview{appearance:none;text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:0;border-bottom:1px solid #f0f1f3;outline:none;align-items:flex-start;gap:12px;width:100%;margin:0;padding:14px 18px;font-family:inherit;transition:background-color .18s;display:flex}.notification-preview-icon{color:#ff3155;background:#ff315514;border-radius:10px;flex:0 0 35px;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.notification-preview-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.notification-preview-content strong{color:#111827;margin:0;font-size:12px;font-weight:700;line-height:1.35;display:block}.notification-preview-content p{color:#737b8c;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.notification-preview-content span{color:#a0a6b1;margin-top:2px;font-size:9px}.notification-preview.expired .notification-preview-icon{color:#ef4444;background:#ef444414}.notification-preview.expires_today .notification-preview-icon,.notification-preview.expires_soon .notification-preview-icon{color:#f59e0b;background:#f59e0b17}.notification-preview.expires_this_week .notification-preview-icon{color:#ff3155;background:#ff315514}.notification-dropdown-empty{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:185px;padding:25px 20px;display:flex}.notification-empty-icon{color:#8c95a5;background:#f4f5f7;border-radius:13px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:5px;display:flex}.notification-dropdown-empty strong{color:#111827;margin:0;font-size:12px;font-weight:700}.notification-dropdown-empty span{color:#8b93a1;max-width:260px;margin:0;font-size:11px;line-height:1.45}@keyframes adteycNotificationSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notification-dropdown-footer{appearance:none;color:#ff3155;cursor:pointer;box-sizing:border-box;background:#fff;border:0;border-top:1px solid #eef0f3;outline:none;justify-content:center;align-items:center;gap:7px;width:100%;margin:0;padding:13px 16px;font-family:inherit;font-size:11px;font-weight:700;transition:background-color .18s,color .18s;display:flex}.notification-dropdown-footer:hover{color:#e9274b;background:#fff7f8}.theme-dark .notification-button{color:#9ba3b2;background:#111318;border-color:#292d35}.theme-dark .notification-button:hover,.theme-dark .notification-button.active{color:#ff3155;background:#ff315514;border-color:#ff31554d}.theme-dark .notification-dropdown{background:#111318;border-color:#292d35;box-shadow:0 25px 65px #0000008c}.theme-dark .notification-dropdown-header{background:#111318;border-color:#292d35}.theme-dark .notification-dropdown-header strong{color:#f5f7fa}.theme-dark .notification-dropdown-header span{color:#8f97a7}.theme-dark .notification-header-icon{color:#ff3155;background:#ff31551a}.theme-dark .notification-dropdown-body{background:#111318}.theme-dark .notification-preview{background:0 0;border-color:#292d35}.theme-dark .notification-preview:hover{background:#17191f}.theme-dark .notification-preview-content strong{color:#f1f3f6}.theme-dark .notification-preview-content p{color:#9299a8}.theme-dark .notification-preview-content span{color:#737b89}.theme-dark .notification-preview-icon{color:#ff5573;background:#ff315517}.theme-dark .notification-preview.expired .notification-preview-icon{color:#f87171;background:#ef44441c}.theme-dark .notification-preview.expires_today .notification-preview-icon,.theme-dark .notification-preview.expires_soon .notification-preview-icon{color:#fbbf24;background:#f59e0b1c}.theme-dark .notification-empty-icon{color:#8f97a8;background:#1b1e25}.theme-dark .notification-dropdown-empty strong{color:#f1f3f6}.theme-dark .notification-dropdown-empty span{color:#9299a8}.theme-dark .notification-dropdown-footer{color:#ff5573;background:#111318;border-color:#292d35}.theme-dark .notification-dropdown-footer:hover{color:#ff6b86;background:#17191f}.theme-dark .notification-dropdown-body::-webkit-scrollbar-thumb{background:#363a44}@media (width<=600px){.notification-dropdown{border-radius:15px;width:auto;max-width:none;position:fixed;top:68px;left:12px;right:12px}}.topbar{box-sizing:border-box;-webkit-backdrop-filter:blur(18px);z-index:1200;background:#fffffff5;border-bottom:1px solid #e8ebef;justify-content:space-between;align-items:center;gap:20px;width:100%;height:72px;min-height:72px;padding:0 28px;display:flex;position:sticky;top:0;overflow:visible}.topbar-left{align-items:center;min-width:0;display:flex}.breadcrumb{white-space:nowrap;align-items:center;gap:9px;min-width:0;display:flex}.breadcrumb span:first-child{color:#ff3155;font-size:12px;font-weight:800}.breadcrumb-separator{color:#9aa1ad;font-size:12px}.breadcrumb strong{color:#697180;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:500;overflow:hidden}.topbar-right{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex;overflow:visible}.top-search-wrapper{z-index:1300;flex:0 0 220px;align-items:center;width:220px;display:flex;position:relative}.top-search-wrapper .top-search{box-sizing:border-box;color:#7d8795;width:100%;min-width:0;height:40px;box-shadow:none;background:#fff;border:1px solid #e0e4ea;border-radius:10px;align-items:center;padding:0 9px;display:flex;position:relative}.top-search-wrapper .top-search:focus-within,.top-search-wrapper.open .top-search{border-color:#ff315547;box-shadow:0 6px 20px #0f172a0f}.top-search-wrapper .top-search>svg{color:#8992a0;flex:none}.top-search input{color:#202735;width:100%;min-width:0;height:100%;margin:0 8px;padding:0;font-size:12px;box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important}.search-shortcut{box-sizing:border-box;color:#9aa2ae;background:#fafbfc;border:1px solid #e1e5ea;border-radius:5px;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:10px;line-height:1;display:grid}.theme-toggle,.icon-button{color:#687385;cursor:pointer;background:#fff;border:1px solid #e0e4ea;border-radius:10px;flex:0 0 40px;place-items:center;width:40px;height:40px;padding:0;transition:color .18s,border-color .18s,background .18s,transform .18s;display:grid;position:relative}.theme-toggle:hover,.icon-button:hover{color:#ff3155;background:#fff8fa;border-color:#ff315547}.top-profile-wrapper{z-index:1400;align-items:center;display:flex;position:relative}.top-profile{color:#202735;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:9px;min-width:0;padding:4px 5px 4px 7px;transition:background .18s,border-color .18s;display:flex}.top-avatar{color:#fff;background:#252832;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:grid}.top-profile-info{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.top-profile-info strong{color:#182033;text-overflow:ellipsis;white-space:nowrap;max-width:115px;font-size:12px;font-weight:700;line-height:1.2;overflow:hidden}.top-profile-info span{color:#8a93a3;margin-top:2px;font-size:9px;line-height:1.2}.top-profile-chevron{color:#697386;flex:none;transition:transform .18s}.profile-dropdown-avatar{color:#fff;background:#252832;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.profile-dropdown-header strong{color:#182033;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.2;overflow:hidden}.profile-dropdown-header span{color:#8a93a3;font-size:10px;line-height:1.2}.profile-dropdown-item{color:#253149;text-align:left;cursor:pointer;appearance:none;border-radius:10px;align-items:center;gap:11px;width:100%;min-height:40px;margin:0;padding:10px 8px;font-size:13px;font-weight:600;background:0 0!important;border:0!important;display:flex!important}.profile-dropdown-item:hover,.profile-dropdown-item:focus-visible{background:#f7f8fa!important}.profile-dropdown-item svg{flex:none}.profile-dropdown-logout{color:#ff3155!important}.search-quick-menu{box-sizing:border-box;z-index:99999;background:#fff;border:1px solid #e4e7ec;border-radius:16px;width:325px;max-width:calc(100vw - 24px);margin:0;padding:0;display:block;position:absolute;top:calc(100% + 10px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 18px 45px #0f172a24,0 4px 14px #0f172a0d}.search-quick-title{box-sizing:border-box;color:#7b8494;letter-spacing:.08em;width:100%;padding:15px 16px 10px;font-size:10px;font-weight:800;line-height:1.2;display:block}.search-quick-list{box-sizing:border-box;width:100%;padding:0 8px 8px;display:block}.search-quick-item{color:#152033;text-align:left;white-space:normal;cursor:pointer;appearance:none;box-sizing:border-box;border-radius:11px;align-items:center;gap:12px;width:100%;min-width:0;min-height:54px;margin:0;padding:10px 8px;font-family:inherit;font-size:13px;font-weight:600;line-height:1.2;box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important;display:flex!important}.search-quick-item:hover,.search-quick-item:focus-visible{background:#f7f8fa!important}.search-quick-icon{color:#253149;box-sizing:border-box;background:#f1f3f6;border:0;border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;min-width:34px;max-width:34px;height:34px;padding:0;display:flex}.search-quick-icon svg{width:18px;height:18px;display:block}.search-quick-text{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.search-quick-text strong{color:#152033;margin:0;padding:0;font-size:13px;font-weight:700;line-height:1.2;display:block}.search-quick-text small{color:#8a93a3;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;padding:0;font-size:10px;line-height:1.25;display:block;overflow:hidden}.search-no-results{color:#8a93a3;text-align:center;padding:18px 10px;font-size:12px;line-height:1.4;display:block}.search-quick-footer{box-sizing:border-box;color:#8a93a3;border-top:1px solid #edf0f3;width:100%;padding:10px 16px;font-size:9px;line-height:1.3;display:block}.app-shell.theme-dark .topbar{background:#0d0f13f5;border-bottom-color:#292d35}.app-shell.theme-dark .top-search-wrapper .top-search{color:#c9ced8;background:#15181e;border-color:#30353f}.app-shell.theme-dark .search-shortcut,.app-shell.theme-dark .search-quick-icon{color:#858d9b;background:#1b1e25;border-color:#30353f}.app-shell.theme-dark .theme-toggle,.app-shell.theme-dark .icon-button{color:#aab2c0;background:#15181e;border-color:#30353f}.app-shell.theme-dark .theme-toggle:hover,.app-shell.theme-dark .icon-button:hover{color:#ff5573;background:#1b1e25;border-color:#ff315559}.app-shell.theme-dark .top-profile:hover,.app-shell.theme-dark .top-profile.active{background:#191c22;border-color:#2c313b}.app-shell.theme-dark .top-profile-info strong,.app-shell.theme-dark .profile-dropdown-header strong,.app-shell.theme-dark .profile-dropdown-item,.app-shell.theme-dark .search-quick-text strong{color:#eef1f6}.app-shell.theme-dark .top-profile-info span,.app-shell.theme-dark .top-profile-chevron,.app-shell.theme-dark .profile-dropdown-header span,.app-shell.theme-dark .search-quick-title,.app-shell.theme-dark .search-quick-text small,.app-shell.theme-dark .search-quick-footer,.app-shell.theme-dark .search-no-results{color:#929baa}.app-shell.theme-dark .search-quick-menu,.app-shell.theme-dark .profile-dropdown{background:#171a21;border-color:#2c313b;box-shadow:0 20px 55px #00000073}.app-shell.theme-dark .search-quick-item:hover,.app-shell.theme-dark .search-quick-item:focus-visible,.app-shell.theme-dark .profile-dropdown-item:hover,.app-shell.theme-dark .profile-dropdown-item:focus-visible{background:#20242d!important}.app-shell.theme-dark .profile-dropdown-divider,.app-shell.theme-dark .search-quick-footer{background:0 0;border-color:#2c313b}@media (width<=900px){.topbar{padding:0 18px}.breadcrumb strong{max-width:180px}.top-profile-info{display:none}}@media (width<=700px){.topbar{gap:10px}.topbar-left{display:none}.topbar-right{width:100%}.top-search-wrapper{flex:auto;width:220px;max-width:220px}.search-quick-menu{width:auto;max-width:none;position:fixed;top:68px;left:12px;right:12px;transform:none}}@media (width<=480px){.topbar{padding:0 10px}.top-search-wrapper{flex:0 0 42px;width:42px}.top-search-wrapper .top-search{padding:0 9px}.top-search input,.search-shortcut{display:none}.top-search-wrapper.open{flex:220px;width:220px}.top-search-wrapper.open .top-search input{display:block}.profile-dropdown{width:235px;right:0}}.top-profile-wrapper{align-items:center;display:flex;position:relative}.top-profile{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:9px;padding:4px 6px 4px 7px;display:flex}.top-profile:hover,.top-profile.active{background:#f7f8fa;border-color:#e8ebef}.top-profile-chevron{flex:none;transition:transform .18s}.top-profile-chevron.open{transform:rotate(180deg)}.profile-dropdown{box-sizing:border-box!important;z-index:99999!important;background:#fff!important;border:1px solid #e4e7ec!important;border-radius:16px!important;width:250px!important;padding:10px!important;position:absolute!important;top:calc(100% + 10px)!important;right:0!important;box-shadow:0 18px 45px #0f172a26!important}.profile-dropdown-header{align-items:center!important;gap:10px!important;padding:5px 5px 12px!important;display:flex!important}.profile-dropdown-avatar{color:#fff!important;background:#252832!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;font-size:13px!important;font-weight:700!important;display:flex!important}.profile-dropdown-header>div:last-child{flex-direction:column!important;gap:3px!important;min-width:0!important;display:flex!important}.profile-dropdown-header strong{color:#182033!important;font-size:13px!important;font-weight:700!important;display:block!important}.profile-dropdown-header span{color:#8a93a3!important;font-size:10px!important;display:block!important}.profile-dropdown-divider{background:#edf0f3!important;height:1px!important;margin:0 2px 6px!important}.profile-dropdown-item{color:#253149!important;text-align:left!important;cursor:pointer!important;appearance:none!important;width:100%!important;min-height:40px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:10px!important;align-items:center!important;gap:11px!important;margin:0!important;padding:10px 9px!important;font-family:inherit!important;font-size:13px!important;font-weight:600!important;display:flex!important}.profile-dropdown-item:hover,.profile-dropdown-item:focus-visible{background:#f7f8fa!important;outline:none!important}.profile-dropdown-item svg{flex:0 0 17px!important;width:17px!important;height:17px!important}.profile-dropdown-logout{color:#ff3155!important;margin-top:3px!important}.theme-dark .top-profile:hover,.theme-dark .top-profile.active{background:#191c22;border-color:#2c313b}.theme-dark .profile-dropdown{background:#171a21!important;border-color:#2c313b!important}.theme-dark .profile-dropdown-header strong{color:#eef1f6!important}.theme-dark .profile-dropdown-header span{color:#929baa!important}.theme-dark .profile-dropdown-divider{background:#2c313b!important}.theme-dark .profile-dropdown-item{color:#eef1f6!important}.theme-dark .profile-dropdown-item:hover,.theme-dark .profile-dropdown-item:focus-visible{background:#20242d!important}.theme-dark .profile-dropdown-logout{color:#ff5573!important}@media (width<=600px){.profile-dropdown{width:235px!important;right:0!important}}#root .topbar .top-profile-wrapper{z-index:1400!important;align-items:center!important;display:flex!important;position:relative!important}#root .topbar .top-profile-wrapper .profile-dropdown{box-sizing:border-box!important;z-index:99999!important;background:#fff!important;border:1px solid #e4e7ec!important;border-radius:16px!important;width:248px!important;min-width:248px!important;max-width:248px!important;margin:0!important;padding:12px!important;display:block!important;position:absolute!important;top:calc(100% + 10px)!important;right:0!important;overflow:hidden!important;box-shadow:0 18px 45px #0f172a26,0 4px 14px #0f172a0d!important}#root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header{box-sizing:border-box!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:48px!important;margin:0!important;padding:4px 4px 12px!important;display:flex!important}#root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-avatar{color:#fff!important;background:#252832!important;border:0!important;border-radius:50%!important;flex:0 0 36px!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;font-size:13px!important;font-weight:700!important;line-height:1!important;display:flex!important}#root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header>div:last-child{flex-direction:column!important;flex:auto!important;align-items:flex-start!important;gap:2px!important;min-width:0!important;display:flex!important}#root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header strong{color:#182033!important;text-overflow:ellipsis!important;white-space:nowrap!important;width:100%!important;margin:0!important;padding:0!important;font-size:13px!important;font-weight:700!important;line-height:1.2!important;display:block!important;overflow:hidden!important}#root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header span{color:#8a93a3!important;margin:0!important;padding:0!important;font-size:10px!important;line-height:1.2!important;display:block!important}#root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-divider{background:#edf0f3!important;border:0!important;width:100%!important;height:1px!important;margin:0 0 6px!important;padding:0!important}#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item{box-sizing:border-box!important;color:#253149!important;text-align:left!important;cursor:pointer!important;appearance:none!important;width:100%!important;min-width:0!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:0 0!important;border:0 #0000!important;border-radius:10px!important;outline:0!important;justify-content:flex-start!important;align-items:center!important;gap:11px!important;margin:0!important;padding:10px 8px!important;font-family:inherit!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important;text-decoration:none!important;display:flex!important}#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:before,#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:after{content:none!important;display:none!important}#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item svg{color:currentColor!important;stroke:currentColor!important;flex:0 0 17px!important;width:17px!important;min-width:17px!important;max-width:17px!important;height:17px!important;display:block!important}#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item span{color:inherit!important;font:inherit!important;margin:0!important;padding:0!important;line-height:1.2!important;display:inline-block!important}#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:hover,#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:focus,#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:focus-visible{color:#253149!important;box-shadow:none!important;background:#f7f8fa!important;outline:none!important}#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item.profile-dropdown-logout,#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-logout{color:#ff3155!important;margin-top:3px!important}#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item.profile-dropdown-logout:hover,#root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-logout:hover{color:#ff3155!important;background:#fff7f8!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown{background:#171a21!important;border-color:#2c313b!important;box-shadow:0 20px 55px #00000073!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header strong,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header strong{color:#eef1f6!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header span,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header span{color:#929baa!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-divider,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-divider{background:#2c313b!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item{color:#eef1f6!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:hover,.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:focus-visible,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:hover,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:focus-visible{color:#eef1f6!important;background:#20242d!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item.profile-dropdown-logout,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item.profile-dropdown-logout{color:#ff5573!important}@media (width<=600px){#root .topbar .top-profile-wrapper .profile-dropdown{width:235px!important;min-width:235px!important;max-width:235px!important;right:0!important}}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu{box-sizing:border-box!important;z-index:99999!important;background:#fff!important;border:1px solid #e4e7ec!important;border-radius:16px!important;width:248px!important;min-width:248px!important;max-width:248px!important;margin:0!important;padding:12px!important;display:block!important;position:absolute!important;top:calc(100% + 10px)!important;right:0!important;overflow:hidden!important;box-shadow:0 18px 45px #0f172a26,0 4px 14px #0f172a0d!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu .profile-dropdown-header{box-sizing:border-box!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:48px!important;margin:0!important;padding:4px 4px 12px!important;display:flex!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu .profile-dropdown-divider{background:#edf0f3!important;border:0!important;width:100%!important;height:1px!important;margin:0 0 6px!important;padding:0!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item{box-sizing:border-box!important;color:#253149!important;text-align:left!important;cursor:pointer!important;appearance:none!important;width:100%!important;min-width:0!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:0 0!important;border:0 #0000!important;border-radius:10px!important;outline:0!important;justify-content:flex-start!important;align-items:center!important;gap:11px!important;margin:0!important;padding:10px 8px!important;font-family:inherit!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important;text-decoration:none!important;display:flex!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:before,#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:after{content:none!important;display:none!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item svg{color:currentColor!important;stroke:currentColor!important;flex:0 0 17px!important;width:17px!important;min-width:17px!important;max-width:17px!important;height:17px!important;display:block!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item span{color:inherit!important;font:inherit!important;margin:0!important;padding:0!important;line-height:1.2!important;display:inline-block!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:hover,#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:focus,#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:focus-visible{color:#253149!important;box-shadow:none!important;background:#f7f8fa!important;outline:none!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item.profile-dropdown-logout{color:#ff3155!important;margin-top:3px!important}#root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item.profile-dropdown-logout:hover{color:#ff3155!important;background:#fff7f8!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu{background:#171a21!important;border-color:#2c313b!important;box-shadow:0 20px 55px #00000073!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu .profile-dropdown-header strong,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu .profile-dropdown-header strong{color:#eef1f6!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu .profile-dropdown-header span,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu .profile-dropdown-header span{color:#929baa!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu .profile-dropdown-divider,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu .profile-dropdown-divider{background:#2c313b!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item{color:#eef1f6!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:hover,.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:focus-visible,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:hover,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item:focus-visible{color:#eef1f6!important;background:#20242d!important}.app-shell.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item.profile-dropdown-logout,.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown.client-menu button.profile-dropdown-item.profile-dropdown-logout{color:#ff5573!important}@media (width<=600px){#root .topbar .top-profile-wrapper .profile-dropdown.client-menu{width:235px!important;min-width:235px!important;max-width:235px!important;right:0!important}}html.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown,body.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown,#root .app-shell.theme-dark .topbar .top-profile-wrapper .profile-dropdown,.theme-dark .topbar .top-profile-wrapper .profile-dropdown{color:#eef1f6!important;background:#171a21!important;border:1px solid #2c313b!important;box-shadow:0 20px 55px #00000073!important}html.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header strong,body.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header strong,#root .app-shell.theme-dark .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header strong,.theme-dark .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header strong{color:#eef1f6!important}html.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header span,body.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header span,#root .app-shell.theme-dark .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header span,.theme-dark .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-header span{color:#929baa!important}html.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-divider,body.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-divider,#root .app-shell.theme-dark .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-divider,.theme-dark .topbar .top-profile-wrapper .profile-dropdown .profile-dropdown-divider{background:#2c313b!important}html.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item,body.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item,#root .app-shell.theme-dark .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item,.theme-dark .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item{color:#eef1f6!important;background:0 0!important;border:0!important}html.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:hover,body.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:hover,#root .app-shell.theme-dark .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:hover,.theme-dark .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item:hover{color:#fff!important;background:#20242d!important}html.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item.profile-dropdown-logout,body.theme-dark #root .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item.profile-dropdown-logout,#root .app-shell.theme-dark .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item.profile-dropdown-logout,.theme-dark .topbar .top-profile-wrapper .profile-dropdown button.profile-dropdown-item.profile-dropdown-logout{color:#ff5573!important}.app-shell,.app-shell>*,.app-shell .main-content,.app-shell .page-content{min-width:0;max-width:100%}.app-shell img,.app-shell svg,.app-shell video,.app-shell canvas{max-width:100%}.app-shell *,.app-shell :before,.app-shell :after{min-width:0}@media (width<=700px){.app-shell{width:100%;max-width:100%;overflow-x:hidden}.app-shell .main-content,.app-shell .page-content{width:100%;max-width:100%}}:root{color:#f5f5f5;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#070708;--bg-soft:#0d0d10;--panel:#111114;--panel-light:#151519;--border:#ffffff12;--border-red:#ff2d5540;--text:#f5f5f7;--text-soft:#a2a2ab;--text-muted:#6f6f78;--red:#ff3158;--red-dark:#c91f40;--red-glow:#ff31582e;--green:#32d583;--orange:#ff9f43;--yellow:#ffd166;--sidebar-width:250px;background:#070708;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{background:radial-gradient(circle at 85% 10%, #ff31580f, transparent 30%), var(--bg);color:var(--text)}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{background:var(--bg);min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);border-right:1px solid var(--border);z-index:9999;background:linear-gradient(#0c0c10 0%,#08080b 100%);flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{border-bottom:1px solid var(--border);align-items:center;gap:12px;height:82px;padding:0 24px;display:flex}.brand-logo,.login-logo{background:linear-gradient(145deg,#ff4266,#b91337);border-radius:12px;place-items:center;width:40px;height:40px;font-size:21px;font-weight:900;display:grid;box-shadow:0 0 28px #ff315840}.brand-name{letter-spacing:.5px;font-size:17px;font-weight:800}.brand-subtitle{color:var(--red);letter-spacing:2px;margin-top:2px;font-size:9px;font-weight:800}.sidebar-user{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:18px 20px;display:flex}.user-avatar,.top-avatar{background:linear-gradient(145deg,#36363d,#1c1c21);border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;place-items:center;font-weight:800;display:grid}.user-avatar{width:38px;height:38px}.user-info{flex-direction:column;min-width:0;display:flex}.user-info strong{font-size:13px}.user-info span{color:var(--text-muted);margin-top:3px;font-size:11px}.admin-icon{color:var(--red);margin-left:auto}.sidebar-nav{flex:1;padding:20px 13px;overflow-y:auto}.nav-section-title{color:#55555e;letter-spacing:1.5px;padding:8px 12px;font-size:9px;font-weight:800}.settings-title{margin-top:20px}.nav-item{color:#898991;border-radius:9px;align-items:center;gap:12px;width:100%;margin:3px 0;padding:11px 12px;font-size:13px;font-weight:500;transition:color .2s,background .2s,transform .2s;display:flex;position:relative}.nav-item:hover{color:#fff;background:#ffffff0b}.nav-item.active{color:#fff;background:linear-gradient(90deg,#ff31582b,#ff31580b);border:1px solid #ff315824}.nav-item.active:before{content:"";background:var(--red);width:3px;height:24px;box-shadow:0 0 14px var(--red);border-radius:0 5px 5px 0;position:absolute;left:-13px}.nav-item.active svg{color:var(--red)}.sidebar-footer{border-top:1px solid var(--border);padding:15px}.logout-button{color:#85858e;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;display:flex}.logout-button:hover{color:#fff;background:#ffffff0a}.sidebar-version{color:#4e4e55;text-align:center;padding:12px 5px 0;font-size:9px}.main-area{width:calc(100% - var(--sidebar-width));min-height:100vh;margin-left:var(--sidebar-width)}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:50;background:#08080be0;justify-content:space-between;align-items:center;height:72px;padding:0 30px;display:flex;position:sticky;top:0}.breadcrumb{align-items:center;gap:9px;font-size:12px;display:flex}.breadcrumb span:first-child{color:var(--red);font-weight:700}.breadcrumb-separator{color:#4c4c52}.breadcrumb strong{color:#85858d;font-weight:500}.topbar-right{align-items:center;gap:13px;display:flex}.top-search{border:1px solid var(--border);color:#6f6f77;background:#ffffff06;border-radius:8px;align-items:center;width:220px;padding:8px 10px;display:flex}.top-search input{color:#fff;background:0 0;border:0;outline:none;width:100%;margin:0 8px;font-size:12px}.top-search input::placeholder{color:#606069}.search-shortcut{border:1px solid var(--border);color:#66666e;border-radius:5px;place-items:center;width:20px;height:20px;font-size:11px;display:grid}.icon-button{border:1px solid var(--border);color:#9999a1;background:#111114;border-radius:9px;place-items:center;width:38px;height:38px;display:grid;position:relative}.icon-button:hover{color:#fff;border-color:var(--border-red)}.notification-dot{background:var(--red);width:6px;height:6px;box-shadow:0 0 8px var(--red);border-radius:50%;position:absolute;top:7px;right:7px}.top-profile{color:#fff;background:0 0;border:0;align-items:center;gap:9px;padding:4px 7px;display:flex}.top-avatar{width:34px;height:34px;font-size:12px}.top-profile-info{flex-direction:column;align-items:flex-start;display:flex}.top-profile-info strong{font-size:12px}.top-profile-info span{color:#65656e;margin-top:2px;font-size:9px}.page-content{max-width:1800px;margin:auto;padding:30px}.page-header{justify-content:space-between;align-items:flex-end;margin-bottom:25px;display:flex}.page-header h1{letter-spacing:-.8px;margin:0;font-size:27px}.page-header p{color:var(--text-muted);margin:6px 0 0;font-size:12px}.live-status{color:#78cda0;background:#32d5830b;border:1px solid #32d5831f;border-radius:7px;align-items:center;gap:7px;padding:7px 11px;font-size:10px;display:flex}.live-status span{background:var(--green);width:6px;height:6px;box-shadow:0 0 8px var(--green);border-radius:50%}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:15px;display:grid}.stat-card{border:1px solid var(--border);background:linear-gradient(145deg,#ffffff09,#ffffff03);border-radius:12px;padding:19px;transition:border-color .2s,transform .2s}.stat-card:hover{border-color:var(--border-red);transform:translateY(-2px)}.stat-card-top{align-items:center;gap:10px;display:flex}.stat-icon{background:var(--red-glow);width:34px;height:34px;color:var(--red);border-radius:8px;place-items:center;display:grid}.stat-label{color:#85858d;font-size:11px}.stat-card-bottom{justify-content:space-between;align-items:flex-end;margin-top:17px;display:flex}.stat-card-bottom strong{letter-spacing:-1px;font-size:27px;line-height:1}.stat-change{align-items:center;gap:2px;font-size:10px;font-weight:700;display:flex}.stat-change.positive{color:var(--green)}.stat-change.negative{color:var(--red)}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:15px;margin-bottom:15px;display:grid}.panel{border:1px solid var(--border);background:linear-gradient(145deg,#ffffff07,#ffffff02);border-radius:12px;min-width:0;overflow:hidden}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:19px;display:flex}.panel-header h2{margin:0;font-size:13px}.panel-header p{color:#62626b;margin:5px 0 0;font-size:10px}.panel-action{border:1px solid var(--border-red);color:#e95a77;background:#ff31580f;border-radius:6px;padding:6px 9px;font-size:10px}.panel-action:hover{background:#ff31581f}.table-wrapper{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:11px}th{color:#575760;text-align:left;text-transform:uppercase;letter-spacing:.5px;padding:11px 15px;font-size:9px;font-weight:700}td{color:#9999a1;border-top:1px solid #ffffff0b;padding:13px 15px}tr:hover td{background:#ffffff05}.email-cell{color:#dddde2;font-weight:600}.service-name{color:#aaaab2}.status-badge{border-radius:5px;align-items:center;gap:4px;padding:4px 7px;font-size:9px;font-weight:700;display:inline-flex}.status-badge.active{color:#49cf8a;background:#32d58317}.table-menu{border:1px solid var(--border);color:#707078;background:0 0;border-radius:6px;place-items:center;width:27px;height:27px;display:grid}.table-menu:hover{color:#fff}.expiration-chart{justify-content:center;align-items:center;gap:30px;padding:35px 20px;display:flex}.donut-chart{background:conic-gradient(var(--red) 0deg 80deg, var(--orange) 80deg 150deg, var(--yellow) 150deg 260deg, #303039 260deg 360deg);border-radius:50%;place-items:center;width:150px;height:150px;display:grid;position:relative}.donut-chart:before{content:"";background:#101013;border-radius:50%;width:105px;height:105px;position:absolute}.donut-inner{flex-direction:column;align-items:center;display:flex;position:relative}.donut-inner strong{font-size:25px}.donut-inner span{color:#64646d;font-size:9px}.chart-legend{flex-direction:column;gap:13px;display:flex}.chart-legend div{color:#7e7e87;grid-template-columns:8px 75px 30px;align-items:center;gap:7px;font-size:10px;display:grid}.chart-legend strong{color:#dddde2;text-align:right}.legend-dot{border-radius:50%;width:7px;height:7px}.legend-dot.red{background:var(--red)}.legend-dot.orange{background:var(--orange)}.legend-dot.yellow{background:var(--yellow)}.bottom-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px;display:grid}.activity-panel{padding-bottom:18px}.activity-panel .panel-header{border-bottom:0}.activity-number{padding:0 20px;font-size:34px;font-weight:800}.activity-growth{color:var(--green);align-items:center;gap:3px;padding:5px 20px;font-size:10px;font-weight:700;display:flex}.fake-chart{border-bottom:1px solid var(--border);align-items:flex-end;gap:8px;height:85px;margin:18px 20px 0;padding-top:10px;display:flex}.fake-chart span{background:linear-gradient(180deg, var(--red), #ff315826);opacity:.8;border-radius:4px 4px 0 0;flex:1;min-height:5px}.system-list{padding:4px 19px 18px}.system-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 0;display:flex}.system-item:last-child{border-bottom:0}.system-item-info{align-items:center;gap:11px;display:flex}.system-item-info>svg{color:var(--green)}.system-item-info div{flex-direction:column;display:flex}.system-item-info strong{font-size:11px}.system-item-info span{color:#606069;margin-top:3px;font-size:9px}.system-online{color:var(--green);background:#32d58314;border-radius:5px;padding:4px 7px;font-size:8px;font-weight:700}.page-placeholder{background:#ff315804;border:1px dashed #ff315833;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:500px;display:flex}.page-placeholder h1{margin:0;font-size:25px}.page-placeholder p{color:var(--text-muted)}.login-page{background:radial-gradient(circle at 50% 0,#ff31581f,#0000 35%),#060608;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-glow{filter:blur(100px);opacity:.12;pointer-events:none;border-radius:50%;width:350px;height:350px;position:absolute}.glow-one{background:var(--red);top:-180px;left:-100px}.glow-two{background:#8b102b;bottom:-150px;right:-150px}.login-container{width:100%;max-width:440px;padding:30px 20px;position:relative}.login-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:25px;display:flex}.login-brand h1{letter-spacing:1px;margin:0;font-size:21px}.login-brand span{color:var(--red);letter-spacing:3px;font-size:9px;font-weight:800}.login-card{border:1px solid var(--border);background:linear-gradient(145deg,#ffffff0b,#ffffff04);border-radius:15px;padding:28px;box-shadow:0 30px 100px #00000080}.login-card-header{align-items:center;gap:13px;margin-bottom:28px;display:flex}.login-security-icon{background:var(--red-glow);width:42px;height:42px;color:var(--red);border-radius:10px;place-items:center;display:grid}.login-card h2{margin:0;font-size:18px}.login-card-header p{color:#6e6e77;margin:5px 0 0;font-size:10px}.form-group{margin-bottom:18px}.form-group label{color:#a2a2aa;margin-bottom:7px;font-size:11px;font-weight:600;display:block}.form-label-row{justify-content:space-between;align-items:center;display:flex}.form-label-row label{margin-bottom:7px}.forgot-password{color:var(--red);background:0 0;border:0;margin-bottom:7px;font-size:9px}.input-wrapper{border:1px solid var(--border);color:#5f5f68;background:#00000038;border-radius:8px;align-items:center;gap:9px;height:44px;padding:0 12px;transition:border .2s;display:flex}.input-wrapper:focus-within{border-color:#ff315880;box-shadow:0 0 0 3px #ff31580f}.input-wrapper input{color:#fff;background:0 0;border:0;outline:0;width:100%;font-size:12px}.remember-me{color:#777780;align-items:center;gap:7px;margin:3px 0 20px;font-size:10px;display:flex}.remember-me input{accent-color:var(--red)}.login-button{color:#fff;background:linear-gradient(135deg,#ff3b61,#d41f42);border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:45px;font-size:12px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 25px #ff315826}.login-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px #ff315840}.login-footer{color:#48484f;text-align:center;margin:18px 0 0;font-size:9px}@media (width<=1100px){:root{--sidebar-width:220px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (width<=800px){:root{--sidebar-width:270px}.sidebar{display:flex}.main-area{width:100%;margin-left:0}.top-search{display:none}.page-content{padding:20px 15px}.topbar{padding:0 15px}.bottom-grid{grid-template-columns:1fr}}@media (width<=550px){.stats-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.top-profile-info{display:none}.expiration-chart{flex-direction:column}.login-card{padding:22px}}.mobile-menu-button{color:#fff;cursor:pointer;z-index:1200;background:#141418f2;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:none;position:fixed;top:14px;left:14px;box-shadow:0 8px 25px #00000059}.mobile-menu-button:hover{background:#28282dfa;transform:translateY(-1px)}.mobile-sidebar-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;display:none}.sidebar-overlay{display:none}@media (width<=768px){.mobile-menu-button{top:14px!important;left:14px!important}.sidebar .sidebar-brand{padding-left:24px;padding-right:18px}.mobile-menu-button{justify-content:center;align-items:center;width:42px;height:42px;top:14px;left:14px;z-index:10001!important;display:flex!important;position:fixed!important}.sidebar-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000000a6;inset:0;z-index:9998!important;display:block!important;position:fixed!important}.sidebar{z-index:9999!important;width:270px!important;height:100vh!important;transition:transform .25s!important;position:fixed!important;top:0!important;left:0!important;transform:translate(-100%)!important}.sidebar.sidebar-mobile-open{transform:translate(0)!important}.mobile-sidebar-close{z-index:10000;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;display:flex!important}.main-area{width:100%!important;margin-left:0!important}.page-content{width:100%!important;padding-left:16px!important;padding-right:16px!important}.main-area>.topbar{padding-left:68px!important}}.accounts-mobile-list{display:none}@media (width<=800px){.accounts-table-desktop{display:none!important}.accounts-mobile-list{flex-direction:column;gap:12px;padding:14px;display:flex}.account-mobile-card{box-sizing:border-box;border:1px solid var(--border);background:linear-gradient(#0d0d11 0%,#09090c 100%);border-radius:14px;width:100%;padding:15px;box-shadow:0 8px 24px #00000038}.account-mobile-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:15px;display:flex}.account-mobile-email{color:#f2f2f5;align-items:center;gap:9px;min-width:0;font-size:13px;font-weight:600;display:flex}.account-mobile-email svg{color:#ff3158;flex:none}.account-mobile-email span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.account-mobile-info{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.account-mobile-info>div{background:#ffffff09;border:1px solid #ffffff0d;border-radius:10px;min-width:0;padding:10px}.account-mobile-info span{color:#777780;margin-bottom:5px;font-size:10px;display:block}.account-mobile-info strong{color:#d7d7dc;text-overflow:ellipsis;align-items:center;gap:5px;min-width:0;font-size:11px;display:flex;overflow:hidden}.account-mobile-assigned{color:#a2a2ab!important}.account-mobile-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.account-mobile-actions .table-menu{justify-content:center;height:40px;width:100%!important;font-size:10px!important}.accounts-mobile-empty{text-align:center;color:#777780;padding:40px 15px;font-size:12px}.users-page .panel{box-sizing:border-box;width:100%}.users-page .panel-header{flex-direction:column;align-items:stretch;gap:14px;display:flex}.users-page .panel-header .top-search{box-sizing:border-box;width:100%!important}.users-page .stats-grid{grid-template-columns:1fr!important}}.theme-toggle{border:1px solid var(--border);background:var(--panel);width:38px;height:38px;color:var(--text-soft);cursor:pointer;border-radius:9px;place-items:center;transition:background .2s,color .2s,border-color .2s,transform .2s;display:grid}.theme-toggle:hover{color:var(--red);border-color:var(--border-red);transform:translateY(-1px)}.app-shell.theme-dark{--bg:#070708;--bg-soft:#0d0d10;--panel:#111114;--panel-light:#151519;--border:#ffffff12;--text:#f5f5f7;--text-soft:#a2a2ab;--text-muted:#6f6f78}.app-shell.theme-light{--bg:#f4f5f8;--bg-soft:#fff;--panel:#fff;--panel-light:#f8f9fc;--border:#0f172a1a;--border-red:#ff315840;--text:#17171c;--text-soft:#5f626b;--text-muted:#858891;--red:#ef2850;--red-dark:#c91f40;--red-glow:#ef28501a;background:var(--bg);color:var(--text)}.app-shell.theme-light,.app-shell.theme-light .main-area,.app-shell.theme-light .page-content{background:var(--bg)}.app-shell.theme-light .sidebar{background:linear-gradient(#fff 0%,#f7f8fb 100%);border-right-color:#0f172a17}.app-shell.theme-light .sidebar-brand,.app-shell.theme-light .sidebar-user,.app-shell.theme-light .sidebar-footer{border-color:#0f172a14}.app-shell.theme-light .nav-section-title{color:#9296a0}.app-shell.theme-light .nav-item{color:#656974}.app-shell.theme-light .nav-item:hover{color:#202127;background:#0f172a0b}.app-shell.theme-light .nav-item.active{color:#1d1e23;background:linear-gradient(90deg,#ef28501a,#ef285006);border-color:#ef285024}.app-shell.theme-light .logout-button{color:#666a73}.app-shell.theme-light .logout-button:hover{color:#202127;background:#0f172a0b}.app-shell.theme-light .topbar{background:#ffffffe6;border-bottom-color:#0f172a14}.app-shell.theme-light .breadcrumb strong{color:#777b85}.app-shell.theme-light .top-search{background:#0f172a06;border-color:#0f172a1a}.app-shell.theme-light .top-search input{color:#202127}.app-shell.theme-light .top-search input::placeholder{color:#999da7}.app-shell.theme-light .search-shortcut{color:#999da7;border-color:#0f172a1a}.app-shell.theme-light .icon-button,.app-shell.theme-light .theme-toggle{color:#666a73;background:#fff;border-color:#0f172a1a}.app-shell.theme-light .icon-button:hover,.app-shell.theme-light .theme-toggle:hover{color:var(--red);border-color:var(--border-red)}.app-shell.theme-light .top-profile{color:#202127}.app-shell.theme-light .top-profile-info span{color:#858891}.app-shell.theme-light .stat-card,.app-shell.theme-light .panel{background:linear-gradient(145deg,#fff,#fafbfc);border-color:#0f172a14}.app-shell.theme-light .stat-label{color:#777b85}.app-shell.theme-light .panel-header p,.app-shell.theme-light th{color:#858891}.app-shell.theme-light td{color:#626670;border-top-color:#0f172a0f}.app-shell.theme-light tr:hover td{background:#0f172a06}.app-shell.theme-light .email-cell{color:#292b31}.app-shell.theme-light .service-name{color:#666a73}.app-shell.theme-light .donut-chart:before{background:#fff}.app-shell.theme-light .donut-inner span{color:#858891}.app-shell.theme-light .chart-legend div{color:#777b85}.app-shell.theme-light .chart-legend strong{color:#292b31}.app-shell.theme-light .system-item-info span{color:#858891}.app-shell.theme-light .mobile-menu-button{color:#292b31;background:#fffffff2;border-color:#0f172a1a}.my-accounts-page{width:100%;max-width:1400px;margin:0 auto;padding:10px 4px 40px}.my-accounts-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.page-eyebrow{letter-spacing:.14em;opacity:.55;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.my-accounts-header h1{margin:0;font-size:32px;line-height:1.1}.my-accounts-header p{opacity:.65;margin:9px 0 0}.accounts-refresh-button,.account-retry-button{cursor:pointer;background:0 0;border:1px solid #80808038;border-radius:12px;align-items:center;gap:8px;padding:10px 15px;font-weight:700;display:inline-flex}.my-accounts-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:20px;display:grid}.my-account-card{background:#8080800b;border:1px solid #80808029;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000f}.my-account-card-header{border-bottom:1px solid #8080801f;align-items:center;gap:13px;padding:20px;display:flex}.service-icon{background:#8080801f;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:19px;font-weight:900;display:flex}.service-info{flex:1;min-width:0}.service-info h2{margin:0;font-size:17px}.service-info span{opacity:.55;margin-top:3px;font-size:12px;display:block}.account-status{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.account-status.active{color:#16a34a;background:#22c55e1f}.account-status.warning{color:#d97706;background:#f59e0b21}.account-status.expired,.account-status.inactive{color:#dc2626;background:#ef44441f}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.my-account-data{padding:19px 20px}.account-data-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.account-data-row:last-child{margin-bottom:0}.data-icon{background:#80808017;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.account-data-row span{opacity:.55;margin-bottom:3px;font-size:11px;display:block}.account-data-row strong{word-break:break-word;font-size:13px}.password-field{align-items:center;gap:9px;display:flex}.password-field button{cursor:pointer;opacity:.65;background:0 0;border:0;justify-content:center;align-items:center;padding:3px;display:flex}.account-dates{border-top:1px solid #8080801f;border-bottom:1px solid #8080801f;grid-template-columns:1fr 1fr;gap:1px;display:grid}.account-dates>div{background:#80808006;padding:15px 20px}.account-dates>div+div{border-left:1px solid #8080801f}.account-dates span{opacity:.55;align-items:center;gap:5px;margin-bottom:5px;font-size:11px;display:flex}.account-dates strong{font-size:13px}.my-account-card-footer{justify-content:space-between;align-items:center;gap:15px;padding:17px 20px;display:flex}.renewal-info span{opacity:.55;margin-bottom:3px;font-size:11px;display:block}.renewal-info strong{font-size:14px}.renew-account-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:11px;align-items:center;gap:7px;padding:10px 14px;font-size:12px;font-weight:800;display:inline-flex}.theme-light .renew-account-button{background:#111827}.theme-dark .renew-account-button{color:#111827;background:#fff}.empty-accounts,.accounts-loading,.accounts-error{text-align:center;border:1px dashed #80808040;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:40px;display:flex}.empty-accounts-icon{background:#80808017;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;display:flex}.empty-accounts h2,.accounts-error h2{margin:0 0 8px}.empty-accounts p,.accounts-error p{opacity:.6;max-width:450px;margin:0}.accounts-loading{border:0;flex-direction:row;gap:10px;min-height:220px}.loading-spin{animation:1s linear infinite adteyc-spin}@keyframes adteyc-spin{to{transform:rotate(360deg)}}.account-retry-button{margin-top:18px}@media (width<=700px){.my-accounts-header{flex-direction:column;align-items:flex-start}.my-accounts-header h1{font-size:27px}.my-accounts-grid{grid-template-columns:1fr}.my-account-card-header{flex-wrap:wrap}.account-status{margin-left:auto}}.app-shell.theme-light .my-accounts-page{color:#17171c}.app-shell.theme-light .my-account-card{background:#fff;border-color:#0f172a1a;box-shadow:0 10px 30px #0f172a0f}.app-shell.theme-light .my-account-card-header{border-bottom-color:#0f172a14}.app-shell.theme-light .service-icon{color:#17171c;background:#f1f3f7}.app-shell.theme-light .service-info h2{color:#17171c}.app-shell.theme-light .service-info span{color:#6f7480}.app-shell.theme-light .my-account-data{background:#fff}.app-shell.theme-light .data-icon{color:#ef2850;background:#f4f5f8}.app-shell.theme-light .account-data-row span{color:#777b85}.app-shell.theme-light .account-data-row strong{color:#292b31}.app-shell.theme-light .account-dates{border-top-color:#0f172a14;border-bottom-color:#0f172a14}.app-shell.theme-light .account-dates>div{background:#f8f9fb}.app-shell.theme-light .account-dates>div+div{border-left-color:#0f172a14}.app-shell.theme-light .account-dates span{color:#777b85}.app-shell.theme-light .account-dates strong{color:#292b31}.app-shell.theme-light .my-account-card-footer{background:#fff}.app-shell.theme-light .renewal-info span{color:#777b85}.app-shell.theme-light .renewal-info strong{color:#292b31}.app-shell.theme-light .renew-account-button{color:#fff;background:#111827}.app-shell.theme-dark .my-account-card{background:#111114;border-color:#ffffff14}.app-shell.theme-dark .my-account-card-header{border-bottom-color:#ffffff12}.app-shell.theme-dark .service-icon{color:#fff;background:#1c1c22}.app-shell.theme-dark .account-dates>div{background:#151519}.app-shell.theme-dark .account-dates>div+div{border-left-color:#ffffff12}.app-shell.theme-dark .renew-account-button{color:#111827;background:#fff}.app-shell.theme-dark{--dark-bg:#08090b;--dark-surface:#101216;--dark-surface-2:#15181d;--dark-surface-3:#1a1d23;--dark-border:#ffffff13;--dark-border-soft:#ffffff0d;--dark-text:#f4f5f7;--dark-text-soft:#b1b6c0;--dark-text-muted:#7f8793;--dark-hover:#ffffff0b;background:var(--dark-bg);color:var(--dark-text)}.app-shell.theme-dark,.app-shell.theme-dark .main-area,.app-shell.theme-dark .page-content{background:var(--dark-bg);color:var(--dark-text)}.app-shell.theme-dark .topbar{border-bottom:1px solid var(--dark-border);color:var(--dark-text);background:#08090bf0}.app-shell.theme-dark .breadcrumb strong{color:#9ca3af}.app-shell.theme-dark .breadcrumb-separator{color:#454b55}.app-shell.theme-dark .top-search{border-color:var(--dark-border);color:#858b96;background:#ffffff06}.app-shell.theme-dark .top-search:focus-within{border-color:#ff315873;box-shadow:0 0 0 3px #ff315814}.app-shell.theme-dark .top-search input{color:#f4f5f7}.app-shell.theme-dark .top-search input::placeholder{color:#686f7a}.app-shell.theme-dark .search-shortcut{border-color:var(--dark-border);color:#6f7681}.app-shell.theme-dark .theme-toggle{background:var(--dark-surface);border-color:var(--dark-border);color:#b7bec8;box-shadow:0 3px 12px #0003}.app-shell.theme-dark .theme-toggle:hover{background:var(--dark-surface-3);color:#ff3158;border-color:#ff315866;transform:translateY(-1px);box-shadow:0 6px 18px #00000047}.app-shell.theme-dark .theme-toggle:active{transform:scale(.95)}.app-shell.theme-dark .icon-button{background:var(--dark-surface);border-color:var(--dark-border);color:#a1a8b2}.app-shell.theme-dark .icon-button:hover{background:var(--dark-surface-3);color:#fff;border-color:#ff315866}.app-shell.theme-dark .top-profile{color:#f2f4f7}.app-shell.theme-dark .top-profile:hover{color:#fff}.app-shell.theme-dark .top-profile-info strong{color:#f4f5f7}.app-shell.theme-dark .top-profile-info span{color:#858d98}.app-shell.theme-dark .sidebar{border-right-color:var(--dark-border);background:linear-gradient(#0a0b0e 0%,#08090b 100%)}.app-shell.theme-dark .sidebar-user,.app-shell.theme-dark .sidebar-brand,.app-shell.theme-dark .sidebar-footer{border-color:var(--dark-border)}.app-shell.theme-dark .nav-section-title{color:#737b87}.app-shell.theme-dark .nav-item{color:#969da8}.app-shell.theme-dark .nav-item:hover{color:#f1f3f5;background:var(--dark-hover)}.app-shell.theme-dark .nav-item.active{color:#fff;background:linear-gradient(90deg,#ff31581f,#ff315806);border-color:#ff31582e}.app-shell.theme-dark .logout-button{color:#858d98}.app-shell.theme-dark .logout-button:hover{color:#fff;background:var(--dark-hover)}.app-shell.theme-dark .card,.app-shell.theme-dark .panel,.app-shell.theme-dark .stat-card,.app-shell.theme-dark .dashboard-card,.app-shell.theme-dark .content-card{background:var(--dark-surface);border-color:var(--dark-border);color:var(--dark-text)}.app-shell.theme-dark h1,.app-shell.theme-dark h2,.app-shell.theme-dark h3,.app-shell.theme-dark h4,.app-shell.theme-dark strong{color:var(--dark-text)}.app-shell.theme-dark p{color:var(--dark-text-soft)}.app-shell.theme-dark input,.app-shell.theme-dark select,.app-shell.theme-dark textarea{border-color:var(--dark-border);color:#f4f5f7;background:#111419}.app-shell.theme-dark input::placeholder,.app-shell.theme-dark textarea::placeholder{color:#68707b}.app-shell.theme-dark input:focus,.app-shell.theme-dark select:focus,.app-shell.theme-dark textarea:focus{border-color:#ff315873;outline:none;box-shadow:0 0 0 3px #ff315814}.app-shell.theme-dark table{color:var(--dark-text)}.app-shell.theme-dark th{color:#858d98;border-color:var(--dark-border)}.app-shell.theme-dark td{color:#d6dae0;border-color:var(--dark-border-soft)}.app-shell.theme-dark tbody tr:hover{background:#ffffff06}.app-shell.theme-dark hr{border-color:var(--dark-border)}.app-shell.theme-dark button:not(.theme-toggle):not(.icon-button){transition:background .2s,border-color .2s,color .2s,transform .2s}.app-shell.theme-dark ::-webkit-scrollbar{width:8px;height:8px}.app-shell.theme-dark ::-webkit-scrollbar-track{background:#08090b}.app-shell.theme-dark ::-webkit-scrollbar-thumb{background:#292d34;border-radius:10px}.app-shell.theme-dark ::-webkit-scrollbar-thumb:hover{background:#3a4049}.app-shell,.app-shell *{transition:background-color .18s,border-color .18s,color .18s}.app-shell svg,.app-shell img{transition:none}.app-shell.theme-light .theme-toggle{color:#666a73;background:#fff;border-color:#0f172a1a}.app-shell.theme-light .theme-toggle:hover{color:var(--red);border-color:var(--border-red);background:#fafafa;box-shadow:0 5px 15px #0f172a14}.app-shell button:focus-visible,.app-shell input:focus-visible,.app-shell select:focus-visible,.app-shell textarea:focus-visible{outline-offset:2px;outline:2px solid #ff31588c}.notification-wrapper{align-items:center;display:flex;position:relative}.notification-button{cursor:pointer;transition:color .18s,border-color .18s,background .18s,box-shadow .18s}.notification-button.active{color:#fff;background:#ff315814;border-color:#ff31586b;box-shadow:0 0 0 3px #ff31580f}.notification-dropdown{z-index:1000;color:#17181d;background:#fff;border:1px solid #14161e1a;border-radius:16px;width:390px;max-width:calc(100vw - 30px);animation:.16s ease-out notification-dropdown-in;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 18px 55px #0f172a29,0 4px 16px #0f172a12}@keyframes notification-dropdown-in{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.notification-dropdown-header{background:#fff;border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:16px 16px 14px;display:flex}.notification-dropdown-header>div{flex-direction:column;gap:4px;min-width:0;display:flex}.notification-dropdown-header strong{color:#17181d;font-size:14px;font-weight:800;line-height:1.2}.notification-dropdown-header span{color:#9297a1;font-size:11px;font-weight:500;line-height:1.2}.notification-refresh{color:#747b86;cursor:pointer;background:#fafbfc;border:1px solid #e5e8ed;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;transition:color .18s,border-color .18s,background .18s,transform .18s;display:grid}.notification-refresh:hover:not(:disabled){color:var(--red);background:#ff31580a;border-color:#ff31583d}.notification-refresh:disabled{opacity:.55;cursor:default}.notification-loading{animation:.8s linear infinite notification-spin}@keyframes notification-spin{to{transform:rotate(360deg)}}.notification-dropdown-empty{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:180px;padding:28px 22px;display:flex}.notification-empty-icon{color:#9aa1ad;background:#f8f9fb;border:1px solid #edf0f4;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:6px;display:grid}.notification-dropdown-empty strong{color:#252830;font-size:13px;font-weight:800}.notification-dropdown-empty span{color:#9aa0aa;max-width:250px;font-size:11px;line-height:1.5}.notification-dropdown-body{overscroll-behavior:contain;max-height:335px;overflow-y:auto}.notification-dropdown-body::-webkit-scrollbar{width:5px}.notification-dropdown-body::-webkit-scrollbar-track{background:0 0}.notification-dropdown-body::-webkit-scrollbar-thumb{background:#d8dce3;border-radius:10px}.notification-dropdown-body{scrollbar-width:thin;scrollbar-color:#d8dce3 transparent}.notification-preview{width:100%;min-height:82px;color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f0f2f5;grid-template-columns:34px minmax(0,1fr) 16px;align-items:start;gap:11px;padding:13px 14px;transition:background .16s;display:grid}.notification-preview:last-child{border-bottom:0}.notification-preview:hover{background:#fafbfc}.notification-preview-icon{width:34px;height:34px;color:var(--red);background:#ff31580f;border:1px solid #ff31581f;border-radius:10px;place-items:center;display:grid}.notification-preview-content{min-width:0;padding-top:1px}.notification-preview-content strong{color:#22252c;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:12px;font-weight:800;line-height:1.25;display:block;overflow:hidden}.notification-preview-content p{color:#6f7580;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.notification-preview-content small{color:#a0a5ae;margin-top:5px;font-size:9px;font-weight:500;line-height:1.2;display:block}.notification-preview-arrow{color:#a2a7b0;align-self:center;transition:color .16s,transform .16s}.notification-preview:hover .notification-preview-arrow{color:var(--red);transform:translate(2px)}.notification-preview.expired .notification-preview-icon{color:#dc2626;background:#dc26260f;border-color:#dc26261f}.notification-preview.expires_today .notification-preview-icon{color:#ea580c;background:#ea580c0f;border-color:#ea580c1f}.notification-preview.expires_soon .notification-preview-icon{color:#d97706;background:#d977060f;border-color:#d977061f}.notification-preview.expires_this_week .notification-preview-icon{color:var(--red);background:#ff31580f;border-color:#ff31581f}.notification-dropdown-footer{width:100%;min-height:48px;color:var(--red);cursor:pointer;background:#fff;border-top:1px solid #edf0f4;justify-content:center;align-items:center;gap:7px;padding:0 16px;font-size:11px;font-weight:800;transition:background .16s;display:flex}.notification-dropdown-footer:hover{background:#ff315809}.app-shell.theme-dark .notification-dropdown{color:#fff;background:#111216;border-color:#ffffff17;box-shadow:0 20px 60px #0000006b,0 5px 18px #00000040}.app-shell.theme-dark .notification-dropdown-header,.app-shell.theme-dark .notification-dropdown-empty,.app-shell.theme-dark .notification-preview,.app-shell.theme-dark .notification-dropdown-footer{background:#111216}.app-shell.theme-dark .notification-dropdown-header,.app-shell.theme-dark .notification-dropdown-footer,.app-shell.theme-dark .notification-preview{border-color:#ffffff12}.app-shell.theme-dark .notification-dropdown-header strong,.app-shell.theme-dark .notification-dropdown-empty strong,.app-shell.theme-dark .notification-preview-content strong{color:#f5f5f7}.app-shell.theme-dark .notification-dropdown-header span,.app-shell.theme-dark .notification-dropdown-empty span,.app-shell.theme-dark .notification-preview-content p,.app-shell.theme-dark .notification-preview-content small{color:#858993}.app-shell.theme-dark .notification-empty-icon{color:#858993;background:#181a20;border-color:#ffffff12}.app-shell.theme-dark .notification-refresh{color:#999da7;background:#181a20;border-color:#ffffff14}.app-shell.theme-dark .notification-refresh:hover:not(:disabled){color:var(--red);background:#ff315814;border-color:#ff31584d}.app-shell.theme-dark .notification-preview:hover,.app-shell.theme-dark .notification-dropdown-footer:hover{background:#ffffff06}.app-shell.theme-dark .notification-dropdown-body::-webkit-scrollbar-thumb{background:#363a44}.app-shell.theme-dark .notification-dropdown-body{scrollbar-color:#363a44 transparent}@media (width<=700px){.notification-dropdown{width:auto;max-width:none;position:fixed;top:68px;left:12px;right:12px}}@media (width<=480px){.notification-dropdown{top:64px}.notification-dropdown-header{padding:14px}.notification-preview{grid-template-columns:32px minmax(0,1fr) 14px;gap:9px;padding:12px}.notification-preview-icon{width:32px;height:32px}}.app-shell .top-search input:focus-visible{outline-offset:0;box-shadow:none;outline:none}.top-search-wrapper{flex-shrink:0;position:relative}.top-search-wrapper .top-search{z-index:10001;position:relative}.search-dropdown{z-index:10000;background:#fff;border:1px solid #14172014;border-radius:15px;width:325px;padding:12px 12px 10px;animation:.16s ease-out adteycSearchIn;position:absolute;top:calc(100% + 9px);right:0;overflow:hidden;box-shadow:0 20px 45px #0f172a21,0 4px 12px #0f172a0d}@keyframes adteycSearchIn{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.search-dropdown-title{color:#858b98;letter-spacing:.9px;padding:4px 6px 9px;font-size:10px;font-weight:800}.search-results{flex-direction:column;gap:4px;display:flex}.search-result{color:#182033;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:9px 6px;transition:background .15s,transform .15s;display:flex}.search-result:hover{background:#f6f7f9;transform:translate(1px)}.search-result-icon{color:#1d2738;background:#f1f2f5;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:16px;display:grid}.search-result-text{flex-direction:column;gap:2px;min-width:0;display:flex}.search-result-text strong{color:#172033;font-size:12px;font-weight:750;line-height:1.25}.search-result-text small{color:#8b93a1;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.3;overflow:hidden}.search-no-results{text-align:center;flex-direction:column;gap:4px;padding:20px 8px;display:flex}.search-no-results strong{color:#303744;font-size:12px}.search-no-results span{color:#9299a6;font-size:10px}.search-dropdown-footer{color:#9aa1ad;border-top:1px solid #eceef2;margin-top:7px;padding:9px 6px 2px;font-size:9px}.app-shell.theme-light .search-dropdown{background:#fff;border-color:#0f172a14}.app-shell.theme-light .search-result:hover{background:#f7f7f9}.app-shell.theme-light .search-result-icon{color:#263044;background:#f2f3f6}.app-shell.theme-light .search-result-text strong{color:#172033}.app-shell.theme-light .search-dropdown-footer{border-top-color:#eceef2}.theme-dark .search-dropdown,.app-shell.theme-dark .search-dropdown{background:#111318;border-color:#292d35;box-shadow:0 24px 55px #00000057,0 5px 18px #00000038}.theme-dark .search-dropdown-title,.app-shell.theme-dark .search-dropdown-title{color:#858c9a}.theme-dark .search-result,.app-shell.theme-dark .search-result{color:#f1f3f7}.theme-dark .search-result:hover,.app-shell.theme-dark .search-result:hover{background:#191c22}.theme-dark .search-result-icon,.app-shell.theme-dark .search-result-icon{color:#e8ebf0;background:#1b1e25}.theme-dark .search-result-text strong,.app-shell.theme-dark .search-result-text strong{color:#f1f3f7}.theme-dark .search-result-text small,.app-shell.theme-dark .search-result-text small{color:#8f96a5}.theme-dark .search-dropdown-footer,.app-shell.theme-dark .search-dropdown-footer{color:#858c9a;border-top-color:#292d35}.theme-dark .search-no-results strong,.app-shell.theme-dark .search-no-results strong{color:#e7eaf0}@media (width<=900px){.search-dropdown{width:310px}}@media (width<=600px){.top-search-wrapper{display:none}}html,body,#root{width:100%;max-width:100%}html{overflow-x:hidden}body{min-width:0;overflow-x:hidden}#root{min-width:0}img,svg,video,canvas{max-width:100%}
