:root{--mng-primary:#00afe9;--mng-primary-dark:#0083cf;--mng-secondary:#040018;--mng-navy:#0f2557;--mng-teal:#005a8e;--mng-blue:#0085d2;--mng-light:#f2f5ff;--mng-info:#e8edff;--mng-border:#e4e8f3;--mng-text:#131524;--mng-muted:#7e8398;--grad-hero:linear-gradient(105.06deg,#005a8e 23.46%,#0085d2 97.71%);--grad-cta:linear-gradient(92deg,#0083cf,#170096);--grad-cyan:linear-gradient(135deg,#21c1f3,#0083cf);--r-card:0 26px 26px 26px;--r-card-lg:0 52px 52px 52px;--r-notch-br:22px 22px 0 22px;--r-pill:999px;--r-input:16px;--sh-sm:0 1px 2px rgba(4,0,24,.04),0 4px 12px -4px rgba(4,0,24,.08);--sh-md:0 2px 6px rgba(4,0,24,.05),0 18px 40px -16px rgba(13,37,87,.18);--sh-hero:0 24px 60px -20px rgba(0,90,142,.55);--sh-pop:0 10px 30px -8px rgba(0,131,207,.45)}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}html{-webkit-text-size-adjust:100%}body{font-family:Urbanist,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:500;color:var(--mng-text);background:radial-gradient(1200px 600px at 10% -5%,rgba(0,175,233,.12),transparent 60%),radial-gradient(900px 600px at 110% 8%,rgba(23,0,150,.1),transparent 55%),#e8ecf7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app-shell{max-width:480px;margin:0 auto;height:100dvh;background:var(--mng-light);display:flex;flex-direction:column;position:relative;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.app-shell>main{flex:1 0 auto;display:flex;flex-direction:column;min-height:100%}@media (min-width:540px){body{padding:24px 0}.app-shell{height:calc(100dvh - 48px);border-radius:30px;box-shadow:0 40px 90px -30px rgba(13,37,87,.45),inset 0 0 0 1px rgba(255,255,255,.6)}}h1,h2,h3,h4{font-weight:800;line-height:1.04;color:var(--mng-text);letter-spacing:-.02em}h1{font-size:30px}h2{font-size:23px}h3{font-size:18px;font-weight:700}a{color:var(--mng-primary-dark)}.eyebrow{font-size:11.5px;font-weight:700;letter-spacing:2.4px;text-transform:uppercase;color:var(--mng-primary)}.muted,.section-title{color:var(--mng-muted)}.section-title{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin:2px 2px -2px}.screen{flex:1 1;padding:20px 18px 28px;display:flex;flex-direction:column;gap:15px}.screen.has-tabbar{padding-bottom:96px}.spacer{flex:1 1;min-height:8px}.center{justify-content:center}.center,.row{display:flex;align-items:center}.row{justify-content:space-between;gap:12px}.stack{display:flex;flex-direction:column;gap:12px}.divider{height:1px;background:var(--mng-border);border:none;margin:4px 0}.screen>*{animation:rise .5s cubic-bezier(.2,.7,.2,1) both}.screen>:first-child{animation-delay:.02s}.screen>:nth-child(2){animation-delay:.07s}.screen>:nth-child(3){animation-delay:.12s}.screen>:nth-child(4){animation-delay:.17s}.screen>:nth-child(5){animation-delay:.22s}.screen>:nth-child(6){animation-delay:.27s}.screen>:nth-child(n+7){animation-delay:.3s}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.screen>*{animation:none}}.hero{position:relative;background:var(--grad-hero);color:#fff;border-radius:0 0 var(--r-card-lg);padding:26px 22px 34px;overflow:hidden;isolation:isolate;box-shadow:var(--sh-hero)}.hero:before{width:260px;height:260px;right:-70px;top:-110px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.22),rgba(255,255,255,0) 70%)}.hero:after,.hero:before{content:"";position:absolute;z-index:-1;border-radius:50%}.hero:after{width:150px;height:150px;right:-36px;bottom:-64px;background:radial-gradient(circle,rgba(0,175,233,.55),rgba(0,175,233,0) 70%)}.hero h1{color:#fff;margin-top:8px}.hero .eyebrow{color:rgba(255,255,255,.82)}.hero-triangle{position:absolute;z-index:-1;right:22px;top:24px;width:0;height:0;opacity:.5;border-left:34px solid transparent;border-bottom:52px solid rgba(255,255,255,.14)}.ghost-btn{display:inline-flex;align-items:center;gap:6px;border:none;background:rgba(255,255,255,.18);color:#fff;border-radius:999px;padding:7px 15px;font:inherit;font-size:12.5px;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s}.ghost-btn:hover{background:rgba(255,255,255,.3)}.topbar{display:flex;align-items:center;gap:12px;padding:15px 18px;background:#fff;border-radius:0 0 24px 24px;box-shadow:0 6px 22px rgba(4,0,24,.07);position:-webkit-sticky;position:sticky;top:0;z-index:20}.topbar .logo-img{height:26px;width:auto;display:block}.topbar .spacer{flex:1 1}.iconbtn{border:none;background:var(--mng-light);color:var(--mng-secondary);width:38px;height:38px;border-radius:12px;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,transform .1s}.iconbtn:hover{background:var(--mng-info)}.iconbtn:active{transform:scale(.94)}.logo-img.is-light{filter:brightness(0) invert(1)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:15px;padding:15px 26px;border-radius:var(--r-pill);text-transform:uppercase;letter-spacing:.4px;transition:transform .12s ease,box-shadow .2s ease,filter .2s ease;-webkit-tap-highlight-color:transparent}.btn:active{transform:translateY(1px) scale(.99)}.btn-block{width:100%}.btn:disabled{opacity:.55;cursor:default}.btn-primary{background:var(--grad-cta);color:#fff;box-shadow:var(--sh-pop)}.btn-primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 14px 34px -8px rgba(0,131,207,.6)}.btn-dark{background:var(--mng-secondary);color:#fff;box-shadow:0 10px 26px -10px rgba(4,0,24,.6)}.btn-dark:hover:not(:disabled){background:#0c0830}.btn-cyan{background:var(--grad-cyan);color:#fff;box-shadow:var(--sh-pop)}.btn-ghost{background:#fff;color:var(--mng-secondary);box-shadow:var(--sh-sm)}.btn-arrow{width:52px;height:52px;flex:none;border:none;cursor:pointer;border-radius:var(--r-notch-br);background:var(--grad-cyan);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:20px;box-shadow:var(--sh-pop);transition:transform .15s ease}.btn-arrow:hover{transform:translateY(-2px) rotate(-6deg)}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:12.5px;font-weight:700;color:var(--mng-secondary);letter-spacing:.2px}.input,select.input,textarea.input{width:100%;border:1.5px solid var(--mng-border);border-radius:var(--r-input);padding:15px 16px;font-family:inherit;font-size:16px;font-weight:600;background:#fff;color:var(--mng-text);outline:none;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:#aeb3c6;font-weight:500}.input:focus{border-color:var(--mng-primary);box-shadow:0 0 0 4px rgba(0,175,233,.15)}.card{background:#fff;border-radius:var(--r-card);padding:17px;box-shadow:var(--sh-md);border:1px solid rgba(4,0,24,.04);display:flex;flex-direction:column;gap:9px}.card h3{font-size:17px}a.card{text-decoration:none;color:inherit;transition:transform .14s ease,box-shadow .2s ease}a.card:hover{transform:translateY(-2px);box-shadow:0 22px 46px -18px rgba(13,37,87,.28)}.card-link__icon{width:44px;height:44px;flex:none;border-radius:14px;background:var(--mng-info);color:var(--mng-primary-dark);display:inline-flex;align-items:center;justify-content:center;font-size:20px}.feature-card{position:relative;overflow:hidden;isolation:isolate;background:var(--mng-secondary);color:#fff;border-radius:var(--r-card);padding:20px;box-shadow:0 20px 44px -18px rgba(4,0,24,.7)}.feature-card:after{content:"";position:absolute;z-index:-1;width:180px;height:180px;border-radius:50%;right:-60px;top:-70px;background:radial-gradient(circle,rgba(0,175,233,.5),transparent 70%)}.feature-card .label{font-size:12.5px;color:rgba(255,255,255,.7);font-weight:600}.feature-card .big{font-size:30px;font-weight:800;letter-spacing:-.02em;margin-top:2px}.stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.stat{background:#fff;border-radius:var(--r-notch-br);padding:14px 15px;box-shadow:var(--sh-sm);border:1px solid rgba(4,0,24,.04);display:flex;flex-direction:column;gap:5px}.stat .label{font-size:11.5px;color:var(--mng-muted);font-weight:600;line-height:1.25}.stat .value{font-size:19px;font-weight:800;color:var(--mng-secondary);letter-spacing:-.02em}.stat--accent{background:var(--mng-info)}.stat--accent .value{color:var(--mng-primary-dark)}.stat--span{grid-column:1/-1}.gauge-wrap{display:flex;align-items:center;gap:18px}.gauge{--pct:70;--size:116px;width:var(--size);height:var(--size);flex:none;border-radius:50%;background:conic-gradient(var(--mng-primary) calc(var(--pct) * 1%),rgba(255,255,255,.18) 0);display:grid;place-items:center;position:relative}.gauge:before{content:"";position:absolute;inset:12px;border-radius:50%;background:var(--mng-secondary)}.gauge__txt{position:relative;text-align:center;color:#fff;line-height:1}.gauge__txt b{font-size:26px;font-weight:800}.gauge__txt span{display:block;font-size:10px;color:rgba(255,255,255,.6);margin-top:3px;letter-spacing:1px}.list{display:flex;flex-direction:column;gap:11px}.txrow{justify-content:space-between;background:#fff;border-radius:14px;padding:13px 15px;box-shadow:var(--sh-sm);border:1px solid rgba(4,0,24,.04)}.txrow,.txrow__main{display:flex;align-items:center;gap:12px}.txrow__main{min-width:0}.txrow__dot{width:9px;height:9px;border-radius:50%;background:var(--mng-primary);flex:none}.txrow__amt{font-weight:800;color:var(--mng-secondary);white-space:nowrap}.txrow__sub{font-size:12px;color:var(--mng-muted)}.pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:5px 11px;border-radius:999px;background:var(--mng-info);color:var(--mng-primary-dark);letter-spacing:.2px}.pill--ok{background:#e3f7ec;color:#18794e}.pill--warn{background:#fdf2dc;color:#a66a00}.pill--danger{background:#fde6e6;color:#c02b2b}.pill--muted{background:#eef0f6;color:var(--mng-muted)}.pill:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.pill--nodot:before{display:none}.tabbar{position:-webkit-sticky;position:sticky;bottom:0;z-index:30;margin-top:auto;justify-content:space-around;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--mng-border);padding:8px 6px calc(8px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;box-shadow:0 -6px 24px rgba(4,0,24,.06)}.tabbar,.tabbar a{display:flex;align-items:center}.tabbar a{flex:1 1;flex-direction:column;gap:3px;text-decoration:none;color:var(--mng-muted);font-size:10.5px;font-weight:700;padding:4px 2px;border-radius:12px;transition:color .15s}.tabbar a .ic{font-size:20px;line-height:1}.tabbar a.active{color:var(--mng-primary-dark)}.error{color:#dc3545;font-size:14px;font-weight:600}.skeleton{color:var(--mng-muted);font-weight:600}.badge-count{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--mng-primary);color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}html[data-view=web] body{display:grid;grid-template-columns:252px 1fr;min-height:100vh;padding:0;background:#eef1f8}.web-sidebar{display:none}html[data-view=web] .web-sidebar{display:flex;flex-direction:column;gap:6px;position:-webkit-sticky;position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--mng-border);padding:22px 16px;box-shadow:2px 0 24px rgba(4,0,24,.04)}html[data-view=web] .web-sidebar__logo{padding:4px 8px 18px}html[data-view=web] .web-sidebar__nav{display:flex;flex-direction:column;gap:4px}html[data-view=web] .web-sidebar__nav a{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:13px;color:var(--mng-muted);text-decoration:none;font-weight:700;font-size:14.5px;transition:background .14s,color .14s}html[data-view=web] .web-sidebar__nav a .ic{display:inline-flex}html[data-view=web] .web-sidebar__nav a:hover{background:var(--mng-light);color:var(--mng-secondary)}html[data-view=web] .web-sidebar__nav a.active{background:var(--mng-info);color:var(--mng-primary-dark)}html[data-view=web] .web-sidebar__foot{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding-top:14px;border-top:1px solid var(--mng-border)}html[data-view=web] .web-sidebar__user{display:flex;align-items:center;gap:9px;color:var(--mng-secondary);font-weight:700;font-size:13.5px;padding:0 6px}html[data-view=web] .web-sidebar__user .nm{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-view=web] .web-sidebar__logout{display:inline-flex;align-items:center;gap:8px;justify-content:center;border:none;cursor:pointer;font:inherit;font-weight:700;font-size:13.5px;background:var(--mng-light);color:var(--mng-secondary);padding:10px;border-radius:12px}html[data-view=web] .web-sidebar__logout:hover{background:var(--mng-info)}html[data-view=web] .app-shell{max-width:none;margin:0;flex:1 1 auto;height:auto;min-height:0;border-radius:0;box-shadow:none;background:transparent}html[data-view=web] .tabbar,html[data-view=web] .topbar{display:none}.web-main{display:contents}html[data-view=web] .web-main{display:flex;grid-column:2;flex-direction:column;height:100vh;min-width:0;overflow:hidden}.web-topbar{display:none}html[data-view=web] .web-topbar{display:flex;align-items:center;justify-content:space-between;flex:none;height:62px;padding:0 26px;background:#fff;border-bottom:1px solid var(--mng-border);position:relative;z-index:40}html[data-view=web] .web-topbar__title{font-size:18px;font-weight:800;letter-spacing:-.01em;color:var(--mng-secondary)}.web-topbar__right{display:flex;align-items:center;gap:12px}.wt-iconbtn,.wt-menu{position:relative}.wt-iconbtn{border:none;background:var(--mng-light);color:var(--mng-secondary);width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.wt-iconbtn:hover{background:var(--mng-info)}.wt-dot{position:absolute;top:8px;right:9px;width:8px;height:8px;border-radius:50%;background:var(--mng-primary);border:2px solid #fff}.wt-avatar{border:none;cursor:pointer;width:40px;height:40px;border-radius:50%;background:var(--grad-cta);color:#fff;font-weight:800;font-size:14px;letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center}.wt-avatar--lg{width:46px;height:46px;font-size:16px;flex:none}.wt-dd{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--mng-border);border-radius:16px;box-shadow:var(--sh-md);z-index:60;overflow:hidden;animation:qaUp .18s ease}.wt-dd--bell{width:322px;max-height:384px;overflow-y:auto}.wt-dd--avatar{width:244px}.wt-dd__head{padding:13px 16px;font-weight:800;font-size:12px;letter-spacing:.6px;text-transform:uppercase;color:var(--mng-muted);border-bottom:1px solid var(--mng-border)}.wt-dd__empty{padding:18px 16px;color:var(--mng-muted);font-size:13.5px}.wt-noti{padding:12px 16px;border-bottom:1px solid var(--mng-border)}.wt-noti.unread{background:var(--mng-info)}.wt-noti__t{font-weight:700;font-size:13.5px;color:var(--mng-secondary)}.wt-noti__m{font-size:12.5px;color:var(--mng-muted);margin-top:2px;line-height:1.4}.wt-dd__foot{display:block;text-align:center;padding:12px;font-weight:700;font-size:13px;color:var(--mng-primary-dark);text-decoration:none}.wt-dd__foot:hover{background:var(--mng-light)}.wt-prof{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--mng-border)}.wt-prof__txt{display:flex;flex-direction:column;min-width:0}.wt-prof__txt b{font-size:14px;color:var(--mng-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wt-prof__txt .muted{font-size:12px}.wt-logout{display:flex;align-items:center;gap:9px;width:100%;border:none;background:#fff;color:#c02b2b;font:inherit;font-weight:700;font-size:14px;padding:13px 16px;cursor:pointer}.wt-logout:hover{background:#fde6e6}html[data-view=web] .web-dash{max-width:1240px;margin:0 auto;width:100%;padding:26px 30px 42px;display:flex;flex-direction:column;gap:18px}.web-dash__head h1{font-size:26px}.web-kpis{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px}.web-kpi{background:#fff;border:1px solid var(--mng-border);border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--sh-sm)}.web-kpi__ic{width:38px;height:38px;border-radius:11px;background:var(--mng-info);color:var(--mng-primary-dark);display:inline-flex;align-items:center;justify-content:center;margin-bottom:2px}.web-kpi__label{font-size:11.5px;color:var(--mng-muted);font-weight:600;line-height:1.3}.web-kpi__value{font-size:20px;font-weight:800;color:var(--mng-secondary);letter-spacing:-.02em}.web-kpi--accent{background:var(--grad-hero);border:none;box-shadow:var(--sh-hero)}.web-kpi--accent .web-kpi__ic{background:rgba(255,255,255,.18);color:#fff}.web-kpi--accent .web-kpi__label{color:rgba(255,255,255,.8)}.web-kpi--accent .web-kpi__value{color:#fff}.web-dash__grid{grid-template-columns:1.08fr 1fr;align-items:start}.web-panel h3{font-size:16px;margin-bottom:4px}.web-bar{display:flex;flex-direction:column;gap:5px;margin-top:8px}.web-bar__top{display:flex;justify-content:space-between;align-items:baseline;font-size:13px}.web-bar__top span{color:var(--mng-muted)}.web-bar__top b{color:var(--mng-secondary);font-weight:700}.web-bar__track{height:9px;border-radius:999px;background:var(--mng-light);overflow:hidden}.web-bar__track span{display:block;height:100%;border-radius:999px;background:var(--grad-cyan)}.web-actions{display:flex;flex-direction:column;gap:6px}.web-action{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--mng-text);padding:11px 12px;border-radius:13px;transition:background .14s}.web-action:hover{background:var(--mng-light)}.web-action__txt{flex:1 1;min-width:0;display:flex;flex-direction:column}.web-action__txt b{font-size:14px;color:var(--mng-secondary)}.web-action__txt .muted{font-size:12px}@media (max-width:1180px){.web-kpis{grid-template-columns:repeat(3,1fr)}.web-dash__grid{grid-template-columns:1fr}}@media (max-width:720px){.web-kpis{grid-template-columns:repeat(2,1fr)}}html[data-view=web] .web-divider{display:flex;align-items:center;gap:14px;margin:4px 0 0}html[data-view=web] .web-divider:after,html[data-view=web] .web-divider:before{content:"";flex:1 1;height:1px;background:var(--mng-border)}html[data-view=web] .web-divider span{font-size:11px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;color:var(--mng-muted);white-space:nowrap}html[data-view=web] .web-dash .card{border-color:var(--mng-border);box-shadow:var(--sh-sm)}html[data-view=mobile],html[data-view=mobile] body{overflow-x:clip;max-width:100%}.detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.detail-head .btn{flex:none}.detail-tabs{display:flex;gap:4px;border-bottom:1px solid var(--mng-border);margin:4px 0 2px}.detail-tab{flex:1 1;background:transparent;font:inherit;font-weight:700;font-size:13.5px;color:var(--mng-muted);padding:11px 8px;cursor:pointer;border:none;border-bottom:2.5px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color .15s,border-color .15s}.detail-tab.active{color:var(--mng-primary-dark);border-bottom-color:var(--mng-primary)}.detail-tab:hover:not(.active){color:var(--mng-secondary)}.eksik-kart{border-color:#f3d9b0}.eksik-kart__head{display:flex;align-items:center;gap:11px}.eksik-kart__head h3{font-size:15px}.eksik-kart__ic{width:36px;height:36px;border-radius:10px;background:#fff5e9;color:#c0792b}.eksik-kart__count,.eksik-kart__ic{flex:none;display:inline-flex;align-items:center;justify-content:center}.eksik-kart__count{min-width:26px;height:26px;padding:0 8px;border-radius:999px;background:#f3a64b;color:#fff;font-weight:800;font-size:13px}.eksik-list{display:flex;flex-direction:column;margin-top:4px}.eksik-row{display:flex;align-items:center;gap:10px;padding:11px 6px;text-decoration:none;color:var(--mng-text);border-top:1px solid var(--mng-border);border-radius:8px;transition:background .14s}.eksik-row:first-child{border-top:none}.eksik-row:hover{background:var(--mng-light)}.eksik-row__main{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:5px}.eksik-row__main b{font-size:13.5px;color:var(--mng-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eksik-chips{display:flex;flex-wrap:wrap;gap:4px}.eksik-chip{font-size:10.5px;font-weight:600;color:var(--mng-muted);background:var(--mng-light);border-radius:6px;padding:2px 7px;white-space:nowrap}.eksik-chip--more{color:var(--mng-primary-dark)}.eksik-row__count{flex:none;font-weight:800;font-size:12.5px;color:#c0792b;background:#fff5e9;border-radius:999px;padding:4px 10px;white-space:nowrap}.qa-row{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;z-index:90;grid-gap:0;gap:0;background:#fff;border-top:1px solid var(--mng-border);padding:8px 6px calc(8px + env(safe-area-inset-bottom));margin:0;box-shadow:0 -4px 20px rgba(4,0,24,.07)}.qa-btn{border:none;background:transparent;border-radius:12px;padding:8px 4px;gap:5px;font-size:10.5px}.qa-btn,.qa-btn:hover{box-shadow:none}.qa-btn .qa-ic{width:34px;height:34px}.auth__form-inner{padding-bottom:96px}html[data-view=web] .qa-row{position:static;transform:none;max-width:none;width:auto;background:transparent;border-top:none;box-shadow:none;padding:0;margin-top:16px;gap:8px}html[data-view=web] .qa-btn{border:1px solid var(--mng-border);padding:12px 4px;font-size:11px}html[data-view=web] .qa-btn:hover{box-shadow:var(--sh-sm)}html[data-view=web] .qa-btn .qa-ic{width:38px;height:38px}::-webkit-scrollbar:horizontal{height:0;display:none}.web-sidebar{scrollbar-width:none}.web-sidebar::-webkit-scrollbar{display:none}html[data-view=web] .screen{max-width:1180px;margin:0 auto;width:100%;padding:28px 32px 44px;gap:18px}html[data-view=web] .screen.has-tabbar{padding-bottom:44px}html[data-view=web] .stats{grid-template-columns:repeat(4,1fr)}html[data-view=web] .hero{border-radius:var(--r-card)}html[data-view=web] .web-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;align-items:start}html[data-view=web] .web-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}html[data-view=web] .web-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:var(--r-card);overflow:hidden;box-shadow:var(--sh-md)}html[data-view=web] .web-table td,html[data-view=web] .web-table th{text-align:left;padding:13px 16px;font-size:14px}html[data-view=web] .web-table thead th{background:var(--mng-light);color:var(--mng-muted);font-weight:800;font-size:11.5px;letter-spacing:1.2px;text-transform:uppercase}html[data-view=web] .web-table tbody tr{border-top:1px solid var(--mng-border)}html[data-view=web] .web-table tbody tr:hover{background:#f7f9ff}.web-only{display:none}html[data-view=web] .web-only{display:block}html[data-view=web] .mobile-only{display:none}@media (max-width:1100px){html[data-view=web] .stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){html[data-view=web] body{grid-template-columns:1fr}html[data-view=web] .web-sidebar{position:-webkit-sticky;position:sticky;top:0;height:auto;flex-direction:row;align-items:center;overflow-x:auto;border-right:none;border-bottom:1px solid var(--mng-border);padding:10px 14px;z-index:40}html[data-view=web] .web-sidebar__nav{flex-direction:row}html[data-view=web] .web-sidebar__logo{padding:4px 10px 4px 4px}html[data-view=web] .web-sidebar__foot{margin:0 0 0 auto;flex-direction:row;border:none;padding:0}html[data-view=web] .web-sidebar__user{display:none}html[data-view=web] .app-shell{height:auto;min-height:calc(100vh - 64px)}html[data-view=web] .web-grid-2,html[data-view=web] .web-grid-3{grid-template-columns:1fr}}.splash{position:absolute;inset:0;z-index:100;background:var(--grad-hero);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;overflow:hidden;isolation:isolate}.splash:before{width:320px;height:320px;right:-90px;top:-120px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.18),transparent 70%)}.splash:after,.splash:before{content:"";position:absolute;z-index:-1;border-radius:50%}.splash:after{width:180px;height:180px;left:-50px;bottom:-60px;background:radial-gradient(circle,rgba(0,175,233,.5),transparent 70%)}.splash__inner{display:flex;flex-direction:column;align-items:center;gap:14px;animation:splashIn .7s cubic-bezier(.2,.7,.2,1) both}.splash__tag{font-size:13.5px;font-weight:600;color:rgba(255,255,255,.82);letter-spacing:.2px;text-align:center}.splash__dots{position:absolute;bottom:calc(50px + env(safe-area-inset-bottom));display:flex;gap:7px}.splash__dots span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.6);animation:splashPulse 1s ease-in-out infinite}.splash__dots span:nth-child(2){animation-delay:.15s}.splash__dots span:nth-child(3){animation-delay:.3s}@keyframes splashIn{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:none}}@keyframes splashPulse{0%,to{opacity:.3;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}.onb{inset:0;z-index:100;background:var(--mng-light);display:flex;flex-direction:column}.onb,.onb__skip{position:absolute}.onb__skip{top:calc(14px + env(safe-area-inset-top));right:16px;z-index:3;border:none;background:rgba(255,255,255,.72);color:var(--mng-secondary);font:inherit;font-weight:700;font-size:13px;padding:7px 14px;border-radius:999px;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:var(--sh-sm)}.onb__media{position:relative;height:46%;min-height:230px;overflow:hidden;border-radius:0 0 34px 34px;flex:none}.onb__media img{width:100%;height:100%;object-fit:cover;display:block;animation:onbImg .5s ease both}.onb__media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,transparent 62%,var(--mng-light) 100%)}.onb__media--contain{background:linear-gradient(160deg,#eaf2fb,#d7e7f6)}.onb__media--contain img{width:auto;max-width:78%;height:88%;margin:0 auto;object-fit:contain}.onb__body{flex:1 1;padding:24px 24px 6px;display:flex;flex-direction:column;gap:10px;animation:onbBody .45s ease both}.onb__body h1{font-size:25px;line-height:1.12}.onb__desc{font-size:14.5px;color:var(--mng-muted);font-weight:500;line-height:1.55}.onb__foot{padding:8px 24px calc(26px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:18px}.onb__dots{display:flex;gap:8px;justify-content:center}.onb__dots span{width:8px;height:8px;border-radius:999px;background:var(--mng-border);transition:width .25s,background .25s}.onb__dots span.on{width:22px;background:var(--mng-primary)}@keyframes onbImg{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:none}}@keyframes onbBody{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.auth{display:flex;flex-direction:column;min-height:100dvh}.auth__banner{position:relative;overflow:hidden;isolation:isolate;min-height:232px;flex:none;display:flex;align-items:flex-end;border-radius:0 0 34px 34px;color:#fff}.auth__banner-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:72% center;z-index:-2}.auth__banner:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,rgba(0,90,142,.9),rgba(4,0,24,.66))}.auth__banner-content{padding:22px 22px 26px}.auth__banner-title{color:#fff;font-size:21px;line-height:1.18;margin-top:16px;max-width:18ch}.auth__banner-sub{color:rgba(255,255,255,.84);font-size:13.5px;font-weight:500;line-height:1.5;margin-top:8px;max-width:32ch}.auth__banner-note{display:none}.auth__form,.auth__form-inner{flex:1 1;display:flex;flex-direction:column}.auth__form-inner{padding:22px 18px 26px}.auth__head{margin-bottom:16px}.auth__head h1{font-size:26px}.auth__head .muted{font-size:14px;margin-top:4px}.auth__tabs{display:flex;gap:5px;background:var(--mng-light);padding:5px;border-radius:15px;margin-bottom:14px}.auth__tabs button{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:none;background:transparent;color:var(--mng-muted);font:inherit;font-weight:700;font-size:14px;padding:11px 8px;border-radius:11px;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.auth__tabs button.active{background:#fff;color:var(--mng-secondary);box-shadow:var(--sh-sm)}.auth__card{gap:15px;padding:18px}.auth__demo{text-align:center;font-size:12.5px;margin-top:10px}.auth__demo b{color:var(--mng-secondary)}.auth__foot{text-align:center;font-size:11.5px;letter-spacing:.3px;margin-top:auto;padding-top:18px}html[data-view=web] .auth{position:fixed;inset:0;z-index:60;display:grid;grid-template-columns:minmax(400px,42%) 1fr}html[data-view=web] .auth__form{order:1;height:100vh;overflow-y:auto;align-items:center;justify-content:center;background:#fff}html[data-view=web] .auth__form-inner{flex:none;width:100%;max-width:400px;padding:40px 38px}html[data-view=web] .auth__foot{margin-top:28px}html[data-view=web] .auth__banner{order:2;min-height:0;height:100vh;border-radius:0}html[data-view=web] .auth__banner-content{padding:48px 46px}html[data-view=web] .auth__banner-title{font-size:30px}html[data-view=web] .auth__banner-sub{font-size:15px}html[data-view=web] .auth__banner-note{display:block;color:rgba(255,255,255,.6);font-size:12px;font-weight:600;margin-top:18px}@media (max-width:820px){html[data-view=web] .auth{position:static;display:flex;flex-direction:column}html[data-view=web] .auth__banner{order:0;height:auto;min-height:220px;border-radius:0 0 34px 34px}html[data-view=web] .auth__form{order:0;height:auto}}.qa-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-top:16px}.qa-btn{display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid var(--mng-border);background:#fff;color:var(--mng-secondary);font:inherit;font-weight:700;font-size:11px;padding:12px 4px;border-radius:14px;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s}.qa-btn:hover{background:var(--mng-light);box-shadow:var(--sh-sm)}.qa-btn:active{transform:scale(.96)}.qa-ic{width:38px;height:38px;border-radius:11px;background:var(--mng-info);color:var(--mng-primary-dark);display:inline-flex;align-items:center;flex:none}.qa-ic,.qa-overlay{justify-content:center}.qa-overlay{position:fixed;inset:0;z-index:200;background:rgba(4,0,24,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-end;animation:qaFade .2s ease}.qa-sheet{background:#fff;width:100%;max-width:460px;max-height:86vh;overflow-y:auto;border-radius:26px 26px 0 0;box-shadow:0 -10px 40px rgba(4,0,24,.3);animation:qaUp .26s cubic-bezier(.2,.7,.2,1)}.qa-sheet__head{position:-webkit-sticky;position:sticky;top:0;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:18px 20px 12px;border-bottom:1px solid var(--mng-border)}.qa-sheet__head h3{font-size:17px}.qa-close{border:none;background:var(--mng-light);width:32px;height:32px;border-radius:10px;font-size:15px;cursor:pointer;color:var(--mng-secondary)}.qa-sheet__body{padding:18px 20px 26px}@keyframes qaFade{0%{opacity:0}to{opacity:1}}@keyframes qaUp{0%{transform:translateY(40px);opacity:.6}to{transform:none;opacity:1}}@media (min-width:700px){.qa-overlay{align-items:center}.qa-sheet{border-radius:26px}}.qa-calc{gap:13px}.qa-calc,.qa-result{display:flex;flex-direction:column}.qa-result{background:var(--mng-light);border-radius:16px;padding:14px 16px;gap:8px}.qa-result .row{display:flex;justify-content:space-between;align-items:center}.qa-net{border-top:1px solid var(--mng-border);padding-top:9px;margin-top:2px;font-weight:700}.qa-net b{font-size:19px;color:var(--mng-primary-dark)}.qa-contact{display:flex;flex-direction:column;gap:10px}.qa-line{display:flex;align-items:flex-start;gap:12px;text-decoration:none;color:var(--mng-text);background:var(--mng-light);border-radius:14px;padding:13px 14px;font-size:14px;line-height:1.45}.qa-line b{color:var(--mng-secondary);font-size:12.5px}a.qa-line:hover{background:var(--mng-info)}.qa-line .qa-ic{width:34px;height:34px}.qa-sss{display:flex;flex-direction:column;gap:14px}.qa-q{font-weight:800;color:var(--mng-secondary);font-size:14.5px;margin-bottom:4px}.qa-a{color:var(--mng-muted);font-size:13.5px;line-height:1.55}