.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:radial-gradient(240px 180px at 18% -4%,rgba(59,130,246,.06),transparent 70%),linear-gradient(180deg,#fff,#fcfdff 60%,#f6f9ff);border-right:none;box-shadow:8px 0 28px -20px #1018281f;padding:16px 12px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow:hidden}.sidebar:after{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;background:linear-gradient(180deg,transparent 0%,var(--border-strong) 14%,var(--border-strong) 86%,transparent 100%);pointer-events:none}.sidebar-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;margin:0 -12px;padding:0 12px;scrollbar-width:thin;scrollbar-color:transparent transparent}.sidebar-scroll:hover{scrollbar-color:#aeb6c4 transparent}.sidebar-scroll::-webkit-scrollbar{width:6px}.sidebar-scroll::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.sidebar-scroll:hover::-webkit-scrollbar-thumb{background:#94a3b88c}.sidebar-scroll::-webkit-scrollbar-thumb:hover{background:#64748bcc}.sidebar-scroll::-webkit-scrollbar-track{background:transparent}.sidebar-footer{flex:0 0 auto;padding-top:10px;border-top:1px solid var(--border);margin-top:10px;background:transparent;display:flex;flex-direction:column;gap:2px}.logo-wrap{flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:6px 10px 16px;position:relative;margin-bottom:8px}.logo-wrap:after{content:"";position:absolute;left:6px;right:6px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--border-strong),transparent)}.logo-mark{width:30px;height:30px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(31,71,229,.25))}.logo-text{font-weight:700;font-size:16px;letter-spacing:-.02em}.ver-chip{margin-left:auto;padding:2px 8px;background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100);border-radius:999px;font-size:10px;font-weight:650;letter-spacing:.02em}.nav-section-label{font-size:10px;font-weight:650;text-transform:uppercase;letter-spacing:.08em;color:var(--text-4);padding:14px 12px 6px}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;font-size:13.5px;font-weight:500;color:var(--text-2);cursor:pointer;position:relative;transition:background .12s ease,color .12s ease}.nav-item:hover{background:var(--surface-2);color:var(--text)}.nav-item.active{background:linear-gradient(90deg,var(--brand-50),rgba(238,244,255,.45));box-shadow:inset 0 0 0 1px var(--brand-100);color:var(--brand-700);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:-12px;top:7px;bottom:7px;width:3px;background:linear-gradient(180deg,var(--brand-500),var(--brand-600));border-radius:0 3px 3px 0}.nav-item .nav-icon{width:18px;height:18px;flex-shrink:0;color:var(--text-4);transition:color .12s ease}.nav-item:hover .nav-icon{color:var(--text-2)}.nav-item.active .nav-icon{color:var(--brand-600)}.nav-item .nav-badge{margin-left:auto;font-size:11px;font-weight:600;background:var(--surface-3);color:var(--text-3);padding:1px 6px;border-radius:999px}.nav-item.active .nav-badge{background:#fff;color:var(--brand-700);border:1px solid var(--brand-100)}.nav-item-sub{padding:5px 10px 5px 30px;font-size:12.5px;font-weight:500;color:var(--text-3)}.nav-item-sub .nav-sub-line{position:absolute;left:16px;top:50%;width:8px;height:1px;background:var(--border-strong);transform:translateY(-1px)}.nav-item-sub.active{background:var(--brand-50);color:var(--brand-700);font-weight:600}.nav-item-sub.active:before{display:none}.nav-item-sub .nav-sub-label{flex:1}.nav-group-toggle{background:none;border:none;width:100%;text-align:left;cursor:pointer;font:inherit}.nav-group-toggle.has-active-child:not(.is-open){color:var(--brand-700)}.nav-group-chevron{margin-left:auto;width:12px;height:12px;transition:transform .15s ease;color:var(--text-3)}.nav-group-toggle.is-open .nav-group-chevron{transform:rotate(90deg)}.user-card{margin-top:10px;border:none;border-radius:14px;padding:10px;display:flex;align-items:center;gap:10px;background:#fffc;box-shadow:0 0 0 1px #1018280d,0 1px 2px #1018280d;transition:box-shadow .12s ease}.user-card:hover{box-shadow:0 0 0 1px #10182812,0 4px 10px -4px #1018281f}.avatar{position:relative;width:34px;height:34px;border-radius:50%;flex:none;background:linear-gradient(135deg,#3b82f6,#1f47e5);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:650;font-size:12px;border:2px solid #fff;box-shadow:0 0 0 1px var(--brand-100),0 4px 10px -4px #1f47e573}.avatar-dot{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border-radius:50%;background:#22c55e;border:2px solid #fff}.user-meta{line-height:1.25;min-width:0;flex:1}.user-name-row{display:flex;align-items:center;gap:6px;min-width:0}.user-name{font-weight:600;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{flex:none;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:1px 6px;border-radius:999px;background:var(--surface-3);color:var(--text-3);border:1px solid var(--border)}.user-role.admin{background:var(--brand-50);color:var(--brand-700);border-color:var(--brand-100)}.user-email{font-size:11.5px;color:var(--text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-logout{flex:none;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;border:none;background:transparent;color:var(--text-4);cursor:pointer;transition:background .12s ease,color .12s ease}.user-logout:hover{background:var(--danger-bg);color:var(--danger-fg)}:root{--topbar-h: 62px}.topbar{display:flex;align-items:center;gap:12px;padding:12px 24px;background:linear-gradient(90deg,#ffffffe0,#fafcffdb 60%,#f0f6ffd9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:none;box-shadow:0 10px 24px -22px #1018281a;position:sticky;top:0;z-index:30}.topbar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--border-strong) 8%,var(--border-strong) 92%,transparent 100%);pointer-events:none}.topbar .btn-secondary.btn-icon{width:36px;height:36px;border-radius:11px}.topbar .btn-secondary.btn-icon:hover{background:var(--brand-50);border-color:var(--brand-200);color:var(--brand-700)}.page-title-wrap{flex:1;min-width:0}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-3);margin-bottom:2px}.breadcrumb a{color:var(--text-3)}.breadcrumb-sep{color:var(--text-4)}.notif-panel{position:absolute;top:calc(100% + 8px);right:0;width:380px;background:#fff;border:none;border-radius:16px;box-shadow:0 0 0 1px #1018280f,0 24px 48px -16px #10182847;z-index:90;display:none;max-height:520px;overflow:hidden;flex-direction:column;transform-origin:top right}.notif-panel.show{display:flex}@media (prefers-reduced-motion: no-preference){.notif-panel.show{animation:notifPop .18s cubic-bezier(.16,1,.3,1)}}@keyframes notifPop{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-head{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:10px}.notif-head-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;letter-spacing:-.01em}.notif-count{font-size:10.5px;font-weight:650;color:#fff;background:linear-gradient(180deg,var(--brand-500),var(--brand-600));padding:2px 8px;border-radius:999px;font-variant-numeric:tabular-nums;box-shadow:0 2px 5px #1f47e559}.notif-mark{font-size:11.5px;font-weight:600;color:var(--text-3);background:transparent;border:none;padding:4px 9px;border-radius:999px;cursor:pointer;transition:color .12s,background .12s}.notif-mark:hover{color:var(--brand-700);background:var(--brand-50)}.notif-list{overflow-y:auto;flex:1;max-height:390px}.notif-list::-webkit-scrollbar{width:6px}.notif-item{position:relative;padding:11px 16px;border-bottom:1px solid var(--surface-3);display:flex;gap:11px;align-items:flex-start;cursor:pointer;transition:background-color .12s,opacity .12s}.notif-item:last-child{border-bottom:none}.notif-item:hover{background-color:var(--surface-2)}.notif-item.unread{background-color:#f5f8ff}.notif-item.unread:hover{background-color:#e9f0ff}.notif-item.read .notif-title{color:var(--text-2);font-weight:500}.notif-item.read .notif-time{color:var(--text-4)}.notif-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-content{flex:1;min-width:0}.notif-title{font-size:13px;font-weight:600;line-height:1.35}.notif-item.read .notif-title{font-weight:480}.notif-time{font-size:11px;color:var(--text-3);margin-top:3px}.notif-unread-dot{flex:none;width:7px;height:7px;border-radius:50%;background:var(--brand-500);margin-top:6px;box-shadow:0 0 0 3px var(--brand-100)}.notif-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:34px 20px 36px;gap:4px}.notif-empty-ico{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--brand-50);color:var(--brand-600);margin-bottom:6px}.notif-empty-title{font-size:13.5px;font-weight:650}.notif-empty-msg{font-size:12px;color:var(--text-3);max-width:240px;line-height:1.5}.notif-foot{padding:10px 16px;border-top:1px solid var(--border);text-align:center}.notif-viewall{display:block;width:100%;font-size:12.5px;font-weight:600;color:var(--brand-700);background:var(--brand-50);border:none;box-shadow:inset 0 0 0 1px var(--brand-100);padding:9px 14px;border-radius:11px;cursor:pointer;transition:background .12s,color .12s,box-shadow .12s}.notif-viewall:hover{background:var(--brand-600);color:#fff;box-shadow:0 4px 10px -4px #1f47e580}@keyframes pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.pulse-dot{animation:pulse 1.5s infinite}.topbar .nav-toggle{display:none;flex-shrink:0}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0d1273;z-index:55;display:none;animation:fadeIn .15s ease}.app-shell>main{min-width:0}@media (max-width: 1024px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;top:0;left:0;width:252px;height:100vh;z-index:60;transform:translate(-100%);transition:transform .22s ease;box-shadow:var(--shadow-xl);overflow-y:auto}.sidebar.open{transform:translate(0)}.sidebar-scroll{scrollbar-color:rgba(100,116,139,.4) transparent}.sidebar-scroll::-webkit-scrollbar-thumb{background:#64748b66}.nav-overlay.show{display:block}.topbar .nav-toggle{display:inline-flex}.topbar{padding:12px 18px}}@media (max-width: 768px){.topbar{padding:10px 14px;gap:10px}.kbd{display:none}.page-title{font-size:16px}.notif-panel{width:min(360px,calc(100vw - 28px))}}@media (max-width: 560px){.topbar{padding:9px 12px}.breadcrumb{display:none}.page-title{font-size:15px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0d1259;display:none;align-items:center;justify-content:center;z-index:200;animation:fadeIn .15s ease}.modal-overlay.show{display:flex}.modal-overlay.stacked{z-index:220;background:#0b0d1240}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal{background:#fff;border-radius:14px;box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:520px;max-height:90vh;overflow-y:auto;overflow-x:hidden;animation:slideUp .2s ease}.modal-body{min-width:0}.modal-lg{max-width:720px}.modal-xl{max-width:920px}.modal-xxl{max-width:1280px}.modal-full{max-width:95vw;width:95vw;max-height:95vh}@media (max-width: 640px){.modal-full{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border-radius:0}}.modal-header{padding:18px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:16px;font-weight:650;letter-spacing:-.01em}.modal-subtitle{font-size:12.5px;color:var(--text-3);margin-top:2px}.modal-body{padding:20px 22px}.modal-footer{padding:14px 22px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:8px;background:var(--surface-2);border-radius:0 0 14px 14px}.modal-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:var(--text-3);border:none;background:transparent}.modal-close:hover{background:var(--surface-2);color:var(--text)}.help-layout{display:flex;gap:0;min-height:440px;max-height:calc(95vh - 130px)}.help-nav{flex:0 0 196px;overflow-y:auto;padding:2px 14px 8px 0;border-right:1px solid var(--border);scrollbar-width:thin}.help-nav-group{margin-bottom:10px}.help-nav-group-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-4);padding:6px 10px 4px}.help-nav-item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;background:transparent;border:none;border-radius:var(--radius-sm);padding:6px 10px;font-size:12.5px;font-weight:500;color:var(--text-2);cursor:pointer;position:relative;transition:background .12s,color .12s,padding-left .15s}.help-nav-no{font-family:var(--font-mono);font-size:10px;color:var(--text-4);transition:color .12s;flex:none}.help-nav-item:hover{background:var(--surface-2);padding-left:13px}.help-nav-item.active{background:var(--brand-50);color:var(--brand-700);font-weight:650}.help-nav-item.active .help-nav-no{color:var(--brand-500)}.help-nav-item.active:before{content:"";position:absolute;left:0;top:7px;bottom:7px;width:3px;border-radius:999px;background:var(--brand-500)}.help-nav-caret{margin-left:auto;color:var(--text-4);flex:none;transition:transform .15s}.help-nav-caret.open{transform:rotate(90deg)}.help-nav-children{padding-left:14px;border-left:1px solid var(--border);margin:2px 0 4px 14px}.help-nav-item.child{padding:4px 8px;font-size:12px}.help-nav-item.child:hover{padding-left:11px}.help-nav-item.child.active:before{display:none}.help-nav-dot{font-weight:700;color:var(--text-4);flex:none}.help-nav-label{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.help-nav-item.child.active .help-nav-dot{color:var(--brand-500)}.help-head,.help-section,.help-foot{max-width:880px;margin-left:auto;margin-right:auto}.help-body{flex:1;min-width:0;overflow-y:auto;padding:4px 6px 8px 22px;scrollbar-width:thin;background:radial-gradient(520px 190px at 92% -60px,var(--brand-50),transparent 70%),radial-gradient(var(--border) 1px,transparent 1px);background-size:auto,22px 22px}.help-head{display:flex;align-items:center;gap:14px;padding:10px 0 14px;border-bottom:1px solid var(--border);margin-bottom:16px;animation:help-rise .3s ease both}.help-chapter-no{font-family:var(--font-mono);font-size:38px;font-weight:700;line-height:1;color:var(--brand-200);letter-spacing:-.04em;-webkit-user-select:none;user-select:none}.help-head-text{display:flex;flex-direction:column;gap:4px}.help-lang{margin-left:auto;display:inline-flex;gap:2px;padding:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px}.help-lang-btn{border:none;background:transparent;border-radius:999px;padding:3px 11px;font-size:11.5px;font-weight:650;color:var(--text-3);cursor:pointer;transition:background .12s,color .12s}.help-lang-btn:hover{color:var(--text-2)}.help-lang-btn.on{background:var(--surface);color:var(--brand-700);box-shadow:var(--shadow-xs)}.help-title{margin:0;font-size:19px;font-weight:750;letter-spacing:-.02em;color:var(--text)}.help-route{align-self:flex-start;font-family:var(--font-mono);font-size:10.5px;color:var(--text-3);background:var(--surface-3);border:1px solid var(--border);border-radius:5px;padding:1px 7px}.help-section{--accent: var(--brand-500);--accent-soft: var(--brand-50);position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 16px 13px 18px;margin-bottom:12px;box-shadow:var(--shadow-xs);overflow:hidden;animation:help-rise .35s ease both}.help-section:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent)}.help-section.kind-data{--accent: var(--warning-fg);--accent-soft: var(--warning-bg)}.help-section.kind-how{--accent: var(--success-fg);--accent-soft: var(--success-bg)}.help-section.kind-note{--accent: var(--purple-fg);--accent-soft: var(--purple-bg)}.help-heading{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);margin-bottom:8px}.help-glyph{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:6px;background:var(--accent-soft);font-size:9px;line-height:1}.help-list{margin:0;padding-left:16px;display:flex;flex-direction:column;gap:6px;font-size:13.5px;line-height:1.6;color:var(--text-2)}.help-list li::marker{color:var(--accent)}.help-svg{display:block;width:100%;max-width:810px;height:auto;margin:8px auto 12px;font-family:inherit}.help-list b{color:var(--text);font-weight:650}.help-foot{font-family:var(--font-mono);font-size:10px;color:var(--text-4);text-align:right;padding:4px 2px 2px;animation:help-rise .4s ease both;animation-delay:.3s}@keyframes help-rise{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.help-head,.help-section,.help-foot{animation:none}}@media (min-width: 641px){.modal-full:has(.help-layout){width:90vw;max-width:90vw}}@media (max-width: 640px){.help-layout{flex-direction:column;max-height:none}.help-nav{flex:none;display:flex;flex-wrap:wrap;align-items:center;gap:6px;border-right:none;border-bottom:1px solid var(--border);padding:2px 2px 10px}.help-nav-group{margin:0;display:contents}.help-nav-group-label{display:none}.help-nav-item{width:auto;flex:none;white-space:nowrap;border:1px solid var(--border);border-radius:999px;padding:5px 12px}.help-nav-item:hover{padding-left:12px}.help-nav-item.active{border-color:var(--brand-200)}.help-nav-item.active:before{display:none}.help-nav-children{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 4px;padding:8px;background:var(--surface-2);border-radius:12px;border-left:none}.help-nav-item.child{width:auto;flex:none;padding:4px 10px;font-size:11.5px;background:#fff;border:1px solid var(--border);border-radius:999px;white-space:nowrap}.help-nav-item.child:hover{padding-left:10px}.help-nav-item.child.active{background:var(--brand-50);border-color:var(--brand-200)}.help-nav-item.child .help-nav-dot{display:none}.help-body{padding-left:4px}.help-chapter-no{font-size:28px}}.boot-skel{display:block;height:12px;border-radius:6px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:boot-shimmer 1.1s linear infinite}@keyframes boot-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.boot-page{padding:4px 2px}.boot-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.boot-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.boot-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px}.boot-toolbar{display:flex;gap:8px;margin:16px 0 14px}.boot-table{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.boot-row{display:flex;align-items:center;gap:16px;padding:15px 16px}.boot-row+.boot-row{border-top:1px solid var(--border)}.boot-nav{display:flex;flex-direction:column;gap:14px;padding:18px 16px}.boot-nav-item{display:flex;align-items:center;gap:10px}.auth-shell{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1.08fr 1fr;background:var(--bg)}.auth-side{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:32px;padding:40px 52px;color:#fff;background:radial-gradient(900px 520px at 88% -12%,rgba(59,130,246,.32),transparent 62%),radial-gradient(760px 540px at -12% 112%,rgba(31,71,229,.5),transparent 62%),linear-gradient(152deg,#0b1026,#101a44 46%,#172e92)}.auth-side-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 35% 42%,rgba(0,0,0,.9),transparent 75%);mask-image:radial-gradient(ellipse 80% 70% at 35% 42%,rgba(0,0,0,.9),transparent 75%);pointer-events:none}.auth-side-brand{position:relative;display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;letter-spacing:-.02em}.auth-side-hero{position:relative;max-width:480px}.auth-side-hero h2{font-size:clamp(26px,2.6vw,34px);line-height:1.18;font-weight:700;letter-spacing:-.025em}.auth-hero-accent{background:linear-gradient(90deg,#9db9ff,#e5edff);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-side-hero p{margin-top:14px;font-size:14.5px;line-height:1.65;color:#ffffffb8;max-width:400px}.auth-side-foot{position:relative;font-size:12px;color:#ffffff73;letter-spacing:.02em}.auth-hero-stack{position:relative;margin-top:40px;margin-bottom:44px;width:330px}.auth-hero-card{border-radius:16px;background:#ffffff12;border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 28px 56px -20px #00000080}.auth-hero-main{position:relative;z-index:1;padding:16px 18px 14px}.auth-hero-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.auth-hero-live{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffbf}.auth-hero-live-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade808c}.auth-hero-chip{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:650;padding:3px 9px;border-radius:999px;color:#bbf7d0;background:#4ade8024;border:1px solid rgba(74,222,128,.3)}.auth-hero-spark{display:block;width:100%;height:92px}.auth-spark-halo{opacity:.35;transform-origin:400px 17px}.auth-hero-channels{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.auth-hero-channels span{font-size:10.5px;font-weight:600;padding:3px 9px;border-radius:999px;color:#ffffffb3;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.auth-mini-title{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:#ffffffb3;margin-bottom:10px}.auth-hero-price{position:absolute;z-index:2;top:30px;right:-104px;width:152px;padding:12px 14px;transform:rotate(3deg)}.auth-price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 0}.auth-redact{display:inline-block;height:8px;border-radius:4px;background:linear-gradient(90deg,#ffffff38,#ffffff14)}.auth-trend{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:6px;flex:none}.auth-trend.up{color:#86efac;background:#4ade8024;border:1px solid rgba(74,222,128,.25)}.auth-trend.down{color:#fca5a5;background:#f8717124;border:1px solid rgba(248,113,113,.25)}.auth-hero-report{position:absolute;z-index:2;bottom:-46px;left:-34px;width:152px;padding:12px 14px 14px;transform:rotate(-2.5deg)}.auth-report-bars{display:flex;align-items:flex-end;gap:7px;height:52px}.auth-report-bars span{flex:1;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#8fb4ff8c,#8fb4ff26)}.auth-report-bars span.hot{background:linear-gradient(180deg,#8fb4ff,#5b8bff59);box-shadow:0 0 14px #5b8bff73}.auth-float-chip{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:650;padding:5px 11px;border-radius:999px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 12px 24px -8px #00000073}.auth-chip-alert{top:-14px;left:-20px;color:#fde68a;background:#f59e0b29;border:1px solid rgba(245,158,11,.35)}.auth-chip-reprice{right:-44px;bottom:-16px;color:#bfdbfe;background:#3b82f633;border:1px solid rgba(96,165,250,.4)}.auth-side-features{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:26px}.auth-side-features span{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:550;color:#ffffff9e}.auth-side-features svg{color:#ffffff73;flex:none}@media (prefers-reduced-motion: no-preference){.auth-hero-main{animation:authFloatMain 7s ease-in-out infinite alternate}.auth-hero-price{animation:authFloatPrice 6s ease-in-out .6s infinite alternate}.auth-hero-report{animation:authFloatReport 8s ease-in-out .3s infinite alternate}.auth-float-chip{animation:authFloatChip 5s ease-in-out infinite alternate}.auth-chip-reprice{animation-delay:1.1s}.auth-hero-live-dot{animation:authLivePulse 2.4s ease-out infinite}.auth-spark-halo{animation:authSparkPulse 2.4s ease-out infinite}}@keyframes authFloatMain{0%{transform:translateY(0)}to{transform:translateY(-9px)}}@keyframes authFloatPrice{0%{transform:rotate(3deg) translateY(0)}to{transform:rotate(3deg) translateY(-8px)}}@keyframes authFloatReport{0%{transform:rotate(-2.5deg) translateY(0)}to{transform:rotate(-2.5deg) translateY(-7px)}}@keyframes authFloatChip{0%{transform:translateY(0)}to{transform:translateY(-6px)}}@keyframes authLivePulse{0%{box-shadow:0 0 #4ade808c}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 #4ade8000}}@keyframes authSparkPulse{0%{opacity:.4;transform:scale(.7)}70%{opacity:0;transform:scale(1.8)}to{opacity:0;transform:scale(1.8)}}.auth-main{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:32px 24px;background:var(--surface)}.auth-main:before{content:"";position:absolute;top:-180px;right:-180px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,var(--brand-100) 0%,rgba(217,230,255,0) 62%);opacity:.55;pointer-events:none}.auth-main:after{content:"";position:absolute;bottom:-150px;left:-150px;width:440px;height:440px;border-radius:50%;background:repeating-radial-gradient(circle at center,var(--border) 0 1.5px,transparent 1.5px 40px);opacity:.55;-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,.9),transparent 68%);mask-image:radial-gradient(circle,rgba(0,0,0,.9),transparent 68%);pointer-events:none}.auth-card{position:relative;z-index:1;width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px}.auth-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:4px}.auth-brand{display:none;align-items:center;gap:8px;font-weight:700;font-size:16px;letter-spacing:-.01em}.auth-card h1{font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.auth-card>.muted{font-size:13.5px;margin-top:-10px}.auth-card .field label{font-size:12.5px}.auth-card .form-control{height:44px;font-size:14px;border-radius:var(--radius-md)}.auth-card .form-control:hover:not(:focus):not(:disabled){border-color:var(--border-strong)}.auth-pw-wrap{position:relative}.auth-pw-wrap .form-control{padding-right:44px}.auth-pw-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:grid;place-items:center;border:none;background:transparent;color:var(--text-4);cursor:pointer;border-radius:var(--radius-sm);transition:color .12s,background .12s}.auth-pw-toggle:hover{color:var(--text-2);background:var(--surface-2)}.btn-block{width:100%}.auth-card .btn-primary{height:44px;font-size:14px;font-weight:600;border-radius:var(--radius-md);background:linear-gradient(180deg,var(--brand-500),var(--brand-600));box-shadow:0 1px #fff3 inset,0 2px 6px #1f47e559;transition:transform .12s,box-shadow .12s,filter .12s}.auth-card .btn-primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 1px #fff3 inset,0 4px 10px #1f47e566}.auth-card .btn-primary:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px #ffffff26 inset,0 1px 3px #1f47e54d}.auth-card .btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-spin{width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.auth-error,.auth-info{display:flex;align-items:flex-start;gap:8px;border-radius:var(--radius-sm);padding:10px 12px;font-size:12.5px;line-height:1.5}.auth-error{background:var(--danger-bg);color:var(--danger-fg);border:1px solid var(--danger-border)}.auth-info{background:var(--success-bg);color:var(--success-fg);border:1px solid var(--success-border)}.auth-error svg,.auth-info svg{flex:none;margin-top:1px}.auth-foot{text-align:center;font-size:12.5px;margin-top:2px}.auth-foot a{color:var(--brand-600);font-weight:600}.auth-divider{height:1px;background:linear-gradient(90deg,transparent,var(--border-strong),transparent);margin-top:6px}.auth-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.auth-trust span{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:550;color:var(--text-3);padding:4px 10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border)}.auth-trust svg{flex:none;color:var(--text-4)}.auth-otp-input{font-family:var(--font-mono, ui-monospace, "SF Mono", Menlo, Consolas, monospace);font-size:26px;font-weight:700;letter-spacing:12px;text-align:center;height:56px!important;padding:0 4px 0 16px!important}.auth-otp-timer{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;color:var(--text-3);background:var(--surface-2);border:1px solid var(--border);font-variant-numeric:tabular-nums}.auth-otp-timer.expired{color:var(--danger-fg);background:var(--danger-bg);border-color:var(--danger-border)}.auth-otp-row{display:flex;justify-content:space-between;align-items:center;margin-top:2px;font-size:12.5px}.auth-link{background:transparent;border:none;padding:0;color:var(--brand-600);font-weight:600;cursor:pointer;font-size:12.5px}.auth-link:hover{color:var(--brand-700);text-decoration:underline}.auth-link:disabled{opacity:.5;cursor:not-allowed}.auth-link:focus-visible,.auth-pw-toggle:focus-visible{outline:2px solid var(--brand-400);outline-offset:2px;border-radius:6px}@media (prefers-reduced-motion: no-preference){.auth-card>*{animation:authRise .5s cubic-bezier(.16,1,.3,1) both}.auth-card>*:nth-child(2){animation-delay:.04s}.auth-card>*:nth-child(3){animation-delay:.08s}.auth-card>*:nth-child(4){animation-delay:.12s}.auth-card>*:nth-child(5){animation-delay:.16s}.auth-card>*:nth-child(6){animation-delay:.2s}.auth-card>*:nth-child(7){animation-delay:.24s}.auth-card>*:nth-child(8){animation-delay:.28s}.auth-card>*:nth-child(9){animation-delay:.32s}.auth-card>*:nth-child(10){animation-delay:.36s}}@keyframes authRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 961px) and (max-width: 1280px){.auth-side{padding:32px 36px}.auth-side-hero{max-width:420px}.auth-hero-stack{width:300px}.auth-hero-price{right:-72px}.auth-chip-reprice{right:-30px}}@media (min-width: 961px) and (max-width: 1120px){.auth-shell{grid-template-columns:1fr 1fr}.auth-side-hero p{max-width:340px}.auth-hero-price{right:-36px;top:22px}.auth-chip-reprice{right:-10px}.auth-hero-report{left:-20px}}@media (min-width: 961px) and (max-height: 820px){.auth-side{padding-top:26px;padding-bottom:26px;gap:18px}.auth-side-hero h2{font-size:clamp(22px,2.2vw,28px)}.auth-side-hero p{margin-top:10px;font-size:13.5px}.auth-hero-stack{margin-top:30px;margin-bottom:40px}.auth-hero-spark{height:70px}.auth-side-features{margin-top:16px}}@media (min-width: 961px) and (max-height: 690px){.auth-side-features,.auth-side-foot{display:none}}.auth-mobile-hero,.auth-mobile-foot{display:none}@media (max-width: 960px){.auth-shell{display:flex;flex-direction:column}.auth-side{display:none}.auth-mobile-hero{display:block;position:relative;overflow:hidden;color:#fff;padding:calc(env(safe-area-inset-top,0px) + 20px) 22px 88px;background:radial-gradient(560px 300px at 90% -20%,rgba(59,130,246,.35),transparent 62%),radial-gradient(460px 320px at -10% 120%,rgba(31,71,229,.5),transparent 62%),linear-gradient(152deg,#0b1026,#101a44 46%,#172e92)}.auth-mobile-hero .auth-side-grid{background-size:36px 36px;-webkit-mask-image:radial-gradient(ellipse 90% 80% at 50% 30%,rgba(0,0,0,.9),transparent 80%);mask-image:radial-gradient(ellipse 90% 80% at 50% 30%,rgba(0,0,0,.9),transparent 80%)}.auth-mobile-brand{position:relative;display:flex;align-items:center;gap:9px;font-size:16.5px;font-weight:700;letter-spacing:-.01em}.auth-mobile-tag{position:relative;margin-top:18px;font-size:21px;font-weight:700;letter-spacing:-.02em;line-height:1.28;max-width:340px}.auth-mobile-cluster{position:relative;display:flex;align-items:center;gap:14px;margin-top:18px}.auth-mobile-spark{flex:1;max-width:260px;padding:12px 14px}.auth-mobile-spark .auth-hero-head{margin-bottom:8px}.auth-mobile-spark .auth-hero-spark{height:46px}.auth-mobile-spark .auth-hero-channels{margin-top:10px}.auth-mobile-chips{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.auth-mobile-chips .auth-float-chip{position:static;animation:none}.auth-mobile-chips .auth-chip-alert{transform:rotate(-2deg)}.auth-mobile-chips .auth-chip-reprice{transform:rotate(1.5deg);margin-left:12px}.auth-mobile-chips .auth-chip-report{transform:rotate(-1.5deg);margin-left:4px;color:#ddd6fe;background:#8b5cf62e;border:1px solid rgba(167,139,250,.4)}.auth-main{flex:1;flex-direction:column;align-items:center;justify-content:flex-start;overflow:visible;background:transparent;padding:0 16px 26px;margin-top:-62px}.auth-main:before,.auth-main:after{display:none}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:26px 22px}.auth-mark{display:none}.auth-mobile-foot{display:block;margin-top:18px;font-size:11.5px;color:var(--text-4);text-align:center;letter-spacing:.02em}}@media (max-width: 480px){.auth-mobile-hero{padding-left:18px;padding-right:18px;padding-bottom:82px}.auth-mobile-tag{font-size:19px}.auth-mobile-cluster{gap:10px}.auth-mobile-spark{max-width:220px}.auth-mobile-chips .auth-float-chip{font-size:10.5px;padding:4px 9px}.auth-main{padding:0 12px 22px}.auth-card{padding:24px 18px;gap:14px}.auth-card h1{font-size:21px}.auth-card>.muted{font-size:13px}.auth-otp-input{font-size:22px;letter-spacing:9px;height:52px!important}.auth-trust span{font-size:11px;padding:4px 8px}}.dash-meta{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--text-3);font-weight:500}.dash-meta-dot{width:7px;height:7px;border-radius:50%;background:var(--success-fg);box-shadow:0 0 0 3px var(--success-bg)}.dash-kpi2-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}.dash-kpi2{position:relative;overflow:hidden;background-color:var(--surface);border:none;border-radius:16px;padding:18px;box-shadow:0 0 0 1px #1018280a,0 10px 24px -16px #10182829;transition:transform .15s,box-shadow .15s}.dash-kpi2:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #1018280d,0 16px 32px -18px #10182838}.dash-kpi2:before{content:"";position:absolute;top:9px;left:9px;width:20px;height:20px;border-top:2.5px solid;border-left:2.5px solid;border-top-left-radius:10px;transition:width .18s ease,height .18s ease}.dash-kpi2:after{content:"";position:absolute;right:9px;bottom:9px;width:14px;height:14px;border-bottom:2.5px solid;border-right:2.5px solid;border-bottom-right-radius:10px;opacity:.3;transition:width .18s ease,height .18s ease,opacity .18s ease;pointer-events:none}.dash-kpi2:hover:before{width:26px;height:26px}.dash-kpi2:hover:after{width:19px;height:19px;opacity:.55}.k-rev:before,.k-rev:after{border-color:var(--brand-500)}.k-sku:before,.k-sku:after{border-color:#8b5cf6}.k-sched:before,.k-sched:after{border-color:#10b981}.k-alert:before,.k-alert:after{border-color:#f59e0b}.k-rev{background-image:radial-gradient(130px 130px at 102% -8%,rgba(91,139,255,.16),transparent 70%)}.k-sku{background-image:radial-gradient(130px 130px at 102% -8%,rgba(167,139,250,.16),transparent 70%)}.k-sched{background-image:radial-gradient(130px 130px at 102% -8%,rgba(52,211,153,.16),transparent 70%)}.k-alert{background-image:radial-gradient(130px 130px at 102% -8%,rgba(251,191,36,.18),transparent 70%)}.dash-kpi2-label{font-size:11px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3)}.dash-kpi2-value{font-size:28px;font-weight:700;letter-spacing:-.025em;line-height:1.15;margin-top:7px;font-variant-numeric:tabular-nums}.dash-kpi2-value.warn{color:var(--warning-fg)}.dash-kpi2-sub{font-size:12.5px;color:var(--text-3);margin-top:4px}.dash-kpi2-sub.link{color:var(--warning-fg);font-weight:600;cursor:pointer}.dash-kpi2-sub.link:hover{text-decoration:underline}.card.dash-panel,.dash-panel{border:none;border-radius:16px;box-shadow:0 0 0 1px #1018280a,0 10px 24px -16px #10182829}.dash-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:38px 20px 42px;gap:5px}.dash-empty-ico{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;margin-bottom:7px}.dash-empty-ico.blue{background:var(--brand-50);color:var(--brand-600)}.dash-empty-ico.amber{background:var(--warning-bg);color:var(--warning-fg)}.dash-empty-title{font-size:14px;font-weight:650}.dash-empty-msg{font-size:12.5px;color:var(--text-3);margin-bottom:10px;max-width:300px;line-height:1.5}.dash-act-row{display:flex;align-items:center;gap:10px}.dash-act-ico{flex:none;width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--border);color:var(--text-3)}.dash-act-ico svg{width:13px;height:13px}.dash-act-ico.login{background:var(--info-bg);border-color:var(--info-border);color:var(--info-fg)}.dash-act-text{min-width:0}.dash-bb-stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)}.dash-bb-stat{padding:14px 20px 15px;min-width:0}.dash-bb-stat+.dash-bb-stat{border-left:1px solid var(--border)}.dash-bb-stat-label{font-size:11px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3)}.dash-bb-stat-value{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-top:5px;font-variant-numeric:tabular-nums}.dash-bb-stat-value.green{color:var(--success-fg)}.dash-bb-stat-value.red{color:var(--danger-fg)}.dash-bb-stat-sub{font-size:11.5px;color:var(--text-3);margin-top:3px}.dash-bb-track{height:6px;border-radius:3px;background:var(--surface-2);margin-top:9px;overflow:hidden}.dash-bb-track span{display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,#10b981,#6ee7b7)}.dash-bb-clear{display:flex;align-items:center;justify-content:center;gap:9px;padding:30px 20px;font-size:13px;color:var(--success-fg);font-weight:550;text-align:center}.dash-bb-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:11px 20px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.dash-bb-row:last-child{border-bottom:none}.dash-bb-row:hover{background:var(--surface-2)}.dash-bb-img{width:36px;height:36px;border-radius:8px;object-fit:contain;background:#fff;border:1px solid var(--border);flex:none}.dash-bb-img.ph{display:grid;place-items:center;font-size:14px;font-weight:700;color:var(--text-3);background:var(--surface-2);text-transform:uppercase}.dash-bb-body{min-width:0}.dash-bb-name{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-bb-meta{font-size:11px;color:var(--text-3);margin-top:1px;font-family:var(--font-mono)}.dash-bb-price{text-align:right;white-space:nowrap}.dash-bb-gapchip{display:inline-flex;align-items:center;font-size:11.5px;font-weight:650;padding:2px 9px;border-radius:999px;color:var(--danger-fg);background:var(--danger-bg);border:1px solid var(--danger-border);font-variant-numeric:tabular-nums}.dash-bb-nums{font-size:11.5px;color:var(--text-3);margin-top:4px;font-variant-numeric:tabular-nums}.dash-cellchip{display:inline-flex;align-items:center;max-width:100%;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:550;color:var(--text-2);background:var(--surface-2);border:1px solid var(--border);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-cellchip.t-login{background:var(--info-bg);border-color:var(--info-border);color:var(--info-fg)}.dash-cellchip.t-upd{background:var(--success-bg);border-color:var(--success-border);color:var(--success-fg)}.dash-card-head{padding:15px 20px 13px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.dash-card-title{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:650;letter-spacing:-.01em}.dash-card-title svg{color:var(--text-3);width:15px;height:15px}.dash-card-sub{font-size:12px;color:var(--text-3);margin-top:2px;margin-left:23px}.dash-section-link.accent{color:var(--brand-700);background:var(--brand-50);border-color:var(--brand-100)}.dash-section-link.accent:hover{background:var(--brand-100);border-color:var(--brand-200)}.dash-section-header{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.dash-section-title{display:flex;align-items:center;font-size:15px;font-weight:650;letter-spacing:-.01em;color:var(--text)}.dash-count-chip{margin-left:8px;font-size:11px;font-weight:650;color:var(--brand-700);background:var(--brand-50);border:1px solid var(--brand-100);padding:1px 8px;border-radius:999px;font-variant-numeric:tabular-nums}.dash-section-link{font-size:12px;font-weight:600;color:var(--text-2);padding:5px 11px;border-radius:999px;border:1px solid var(--border);background:var(--surface);cursor:pointer;white-space:nowrap;transition:color .13s,border-color .13s,background .13s}.dash-section-link:hover{color:var(--brand-700);border-color:var(--brand-200);background:var(--brand-50)}.dash-mp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:28px}.dash-mp-card{position:relative;overflow:hidden;background:var(--surface);border:none;border-radius:16px;padding:16px;cursor:pointer;box-shadow:0 0 0 1px #1018280a,0 10px 24px -16px #10182829;transition:all .15s}.dash-mp-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--brand-400),var(--brand-600));opacity:0;transition:opacity .15s}.dash-mp-card:hover:before{opacity:1}.dash-mp-card:hover{transform:translateY(-2px);box-shadow:0 0 0 1px var(--brand-200),0 16px 32px -18px #10182838}.dash-mp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dash-mp-logo{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;box-shadow:0 5px 12px -5px #10182859}.dash-mp-status{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--text-2);font-weight:550}.dash-mp-status-dot{width:7px;height:7px;border-radius:50%;background:var(--success-fg)}@media (prefers-reduced-motion: no-preference){.dash-mp-status-dot{animation:dash-live-pulse 2.4s ease-out infinite}}@keyframes dash-live-pulse{0%{box-shadow:0 0 #04785759}70%{box-shadow:0 0 0 6px #04785700}to{box-shadow:0 0 #04785700}}.dash-mp-name{font-size:14px;font-weight:650;margin-bottom:2px;letter-spacing:-.01em}.dash-mp-meta{font-size:12px;color:var(--text-3);margin-bottom:14px}.dash-mp-meta strong{color:var(--text);font-weight:650;font-variant-numeric:tabular-nums}.dash-mp-stats{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border)}.dash-mp-stat-label{font-size:10.5px;color:var(--text-3);margin-bottom:3px;font-weight:550}.dash-mp-stat-value{font-size:13.5px;font-weight:700;letter-spacing:-.01em}.dash-mid-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:14px;margin-bottom:22px;align-items:stretch}.dash-mid-side{display:flex;flex-direction:column;gap:14px;min-width:0}.dash-mid-side>.card{flex:1}.dash-mid-side .dash-empty{padding:20px 16px 24px}.dash-mid-side .dash-empty-ico{width:38px;height:38px;border-radius:12px}.dash-mid-side .dash-empty-msg{margin-bottom:6px}.dash-top-list{padding:4px 0}.dash-top-row{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:13px;padding:11px 20px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.dash-top-row:last-child{border-bottom:none}.dash-top-row:hover{background:var(--surface-2)}.dash-top-img{width:38px;height:38px;border-radius:9px;object-fit:contain;background:#fff;border:1px solid var(--border);flex:none}.dash-top-img.ph{display:grid;place-items:center;font-size:14px;font-weight:700;color:var(--text-3);background:var(--surface-2);text-transform:uppercase}.dash-top-rank{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;background:var(--surface-2);border:1px solid var(--border);color:var(--text-3)}.dash-top-rank.r1{background:#fef3c7;border-color:#fde68a;color:#b45309}.dash-top-rank.r2{background:var(--surface-3);border-color:var(--border-strong);color:var(--text-2)}.dash-top-rank.r3{background:#ffedd5;border-color:#fed7aa;color:#c2410c}.dash-top-body{min-width:0}.dash-top-name{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-top-sku{font-size:11px;color:var(--text-3);margin-top:1px;font-family:var(--font-mono);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-top-bar{height:5px;border-radius:3px;background:var(--surface-2);margin-top:7px;overflow:hidden}.dash-top-bar span{display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,var(--brand-500),var(--brand-300))}.dash-top-stats{text-align:right;white-space:nowrap}.dash-top-units{font-size:13.5px;font-weight:700;font-variant-numeric:tabular-nums}.dash-top-units span{font-size:11px;font-weight:550;color:var(--text-3)}.dash-top-price{font-size:11.5px;color:var(--text-3);margin-top:2px;font-variant-numeric:tabular-nums}.dash-two-col{display:grid;grid-template-columns:1.35fr 1fr;gap:14px;margin-bottom:22px}.dash-schedule-list{padding:0}.dash-schedule{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.dash-schedule:last-child{border-bottom:none}.dash-schedule:hover{background:var(--surface-2)}.dash-sched-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dash-sched-body{min-width:0}.dash-sched-name{font-size:13px;font-weight:600;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-sched-detail{font-size:11.5px;color:var(--text-3)}.dash-sched-price{font-size:13px;font-weight:700;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.dash-sched-price-old{font-size:11px;color:var(--text-3);text-decoration:line-through;font-weight:500;margin-right:4px}.dash-alert-list{padding:0}.dash-alert{padding:12px 18px;border-bottom:1px solid var(--border);display:flex;gap:10px;align-items:flex-start}.dash-alert:last-child{border-bottom:none}.dash-alert-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.dash-alert-dot.red{background:var(--danger-fg)}.dash-alert-dot.amber{background:#d97706}.dash-alert-dot.green{background:var(--success-fg)}.dash-alert-body{flex:1;min-width:0}.dash-alert-title{font-size:13px;font-weight:650;margin-bottom:2px}.dash-alert-desc{font-size:12px;color:var(--text-2);line-height:1.4}.dash-alert-time{font-size:11px;color:var(--text-3);margin-top:4px}.dash-activity-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.dash-activity-table thead th{background:var(--surface-2);border-bottom:1px solid var(--border);padding:10px 16px;text-align:left;font-size:10.5px;font-weight:650;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em}.dash-activity-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s}.dash-activity-table tbody tr:last-child{border-bottom:none}.dash-activity-table tbody tr:hover{background:var(--surface-2)}.dash-activity-table tbody td{padding:11px 16px;vertical-align:middle}@media (prefers-reduced-motion: no-preference){.dash-kpi2-grid,.dash-mp-grid,.dash-mid-grid,.dash-rise-3{animation:dash-rise .45s cubic-bezier(.16,1,.3,1) both}.dash-mp-grid{animation-delay:.06s}.dash-mid-grid{animation-delay:.12s}.dash-rise-3{animation-delay:.18s}}@keyframes dash-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.dash-two-col,.dash-mid-grid{grid-template-columns:1fr}.dash-mp-grid{grid-template-columns:repeat(3,1fr)}.dash-kpi2-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 768px){.dash-mp-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 560px){.dash-mp-grid{grid-template-columns:1fr}.dash-schedule{padding:12px 14px;gap:10px}.dash-bb-stats{grid-template-columns:1fr}.dash-bb-stat+.dash-bb-stat{border-left:none;border-top:1px solid var(--border)}.dash-bb-price{display:none}.dash-activity-table thead th,.dash-activity-table tbody td{padding:10px 12px}.dash-kpi2{padding:15px}.dash-kpi2-value{font-size:21px}.dash-card-head{flex-wrap:wrap}.dash-top-row{gap:10px;padding:10px 14px}.dash-top-units{font-size:12.5px}.dash-bb-row{padding:10px 14px}}.dash-skel{display:block;height:12px;border-radius:6px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:dash-shimmer 1.1s linear infinite}@keyframes dash-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dash-skel-row td{padding:13px 18px}.dash-panel .empty-state{border:none;background:transparent;padding:40px 20px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 24px;background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);gap:8px}.empty-icon{width:44px;height:44px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--text-3);margin-bottom:4px}.empty-state h3{font-size:15px;font-weight:600}.empty-state p{font-size:13px;color:var(--text-3);max-width:380px}:root{--brand-50: #eef4ff;--brand-100: #d9e6ff;--brand-200: #bcd2ff;--brand-300: #8fb4ff;--brand-400: #5b8bff;--brand-500: #3563ff;--brand-600: #1f47e5;--brand-700: #1837bd;--brand-800: #172e92;--brand-900: #172a73;--bg: #fafafb;--surface: #ffffff;--surface-2: #f6f7f9;--surface-3: #f0f1f4;--border: #e7e9ee;--border-strong: #d6d9e0;--text: #0b0d12;--text-2: #3a3f4a;--text-3: #6b7280;--text-4: #9aa0ab;--success-bg: #ecfdf5;--success-fg: #047857;--success-border: #a7f3d0;--warning-bg: #fffbeb;--warning-fg: #b45309;--warning-border: #fde68a;--danger-bg: #fef2f2;--danger-fg: #b91c1c;--danger-border: #fecaca;--info-bg: #eff6ff;--info-fg: #1d4ed8;--info-border: #bfdbfe;--purple-bg: #f5f3ff;--purple-fg: #6d28d9;--shadow-xs: 0 1px 2px rgba(16, 24, 40, .05);--shadow-sm: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);--shadow-md: 0 4px 8px -2px rgba(16, 24, 40, .08), 0 2px 4px -2px rgba(16, 24, 40, .04);--shadow-lg: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .04);--shadow-xl: 0 20px 24px -4px rgba(16, 24, 40, .1), 0 8px 8px -4px rgba(16, 24, 40, .04);--radius-xs: 6px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px;--font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%}html,body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:13.5px;line-height:1.5;letter-spacing:-.005em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}ul{list-style:none}img{max-width:100%;display:block}::-webkit-scrollbar-thumb{background:#d4d7dd;border-radius:8px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#b8bcc4}.mono{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;letter-spacing:-.01em}html{scrollbar-width:thin;scrollbar-color:#aeb6c4 transparent}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:999px;border:3px solid transparent;background-clip:padding-box;background-color:#94a3b88c}::-webkit-scrollbar-thumb:hover{background-color:#64748bcc}::-webkit-scrollbar-corner{background:transparent}.copy-tip{position:relative}.copy-tip:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%,3px);background:var(--text);color:#fff;font-size:11px;font-weight:550;font-family:Inter,system-ui,sans-serif;line-height:1;padding:6px 10px;border-radius:7px;white-space:nowrap;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity .13s ease,transform .13s ease;z-index:60}.copy-tip:hover:after{opacity:1;transform:translate(-50%)}.page-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.page-actions{margin-left:auto;display:flex;gap:8px;align-items:center}.spinner{width:22px;height:22px;border:2.5px solid var(--surface-3);border-top-color:var(--brand-600);border-radius:50%;animation:spin .7s linear infinite}.spinner-inline{display:inline-block;width:13px;height:13px;border:2px solid var(--surface-3);border-top-color:var(--brand-600);border-radius:50%;animation:spin .7s linear infinite;vertical-align:-2px}.is-refetching{opacity:.55;transition:opacity .15s ease;pointer-events:none}@keyframes spin{to{transform:rotate(360deg)}}.center-fill{display:flex;align-items:center;justify-content:center;min-height:60vh}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.toolbar .grow{flex:1;min-width:180px}.muted{color:var(--text-3)}.right{text-align:right}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:20px}.tbl-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;font-weight:600;color:var(--text-2)}.select{height:36px;width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 12px;font-size:13px;outline:none}.select:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}.input-search{padding-left:34px}.page-title{font-size:17px;font-weight:650;letter-spacing:-.02em;line-height:1.2}.page-subtitle{font-size:12.5px;color:var(--text-3);margin-top:1px}.input-wrap{position:relative}.input{height:36px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 12px 0 34px;font-size:13px;font-family:inherit;transition:border-color .12s,box-shadow .12s;outline:none}.input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}.input-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--text-4);pointer-events:none}.kbd{display:inline-flex;align-items:center;height:20px;padding:0 5px;font-size:10.5px;font-weight:600;background:var(--surface-2);border:1px solid var(--border);border-radius:4px;color:var(--text-3);position:absolute;right:8px;top:50%;transform:translateY(-50%);font-family:JetBrains Mono,monospace}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px;border-radius:var(--radius-sm);font-size:13px;font-weight:550;cursor:pointer;transition:all .12s;border:1px solid transparent;white-space:nowrap;font-family:inherit}.btn-primary{background:var(--brand-600);color:#fff;box-shadow:0 1px #ffffff26 inset,0 1px 2px #1f47e54d}.btn-primary:hover{background:var(--brand-700)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover{background:var(--surface-2);border-color:var(--border-strong)}.btn-ghost{background:transparent;color:var(--text-2)}.btn-ghost:hover{background:var(--surface-2)}.btn-danger{background:#fff;color:var(--danger-fg);border-color:var(--danger-border)}.btn-danger:hover{background:var(--danger-bg)}.btn-sm{height:28px;padding:0 9px;font-size:12px;border-radius:6px}.btn-xs{height:24px;padding:0 7px;font-size:11.5px;border-radius:5px}.btn-icon{width:34px;padding:0}.btn-icon.btn-sm{width:28px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card-header{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.card-title{font-size:14px;font-weight:600;letter-spacing:-.01em}.card-subtitle{font-size:12px;color:var(--text-3)}.card-body{padding:18px}.badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:2px 7px;border-radius:6px;border:1px solid transparent}.badge-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.badge-success{background:var(--success-bg);color:var(--success-fg);border-color:var(--success-border)}.badge-warning{background:var(--warning-bg);color:var(--warning-fg);border-color:var(--warning-border)}.badge-danger{background:var(--danger-bg);color:var(--danger-fg);border-color:var(--danger-border)}.badge-info{background:var(--info-bg);color:var(--info-fg);border-color:var(--info-border)}.badge-purple{background:var(--purple-bg);color:var(--purple-fg);border-color:#ddd6fe}.badge-neutral{background:var(--surface-2);color:var(--text-2);border-color:var(--border)}.tag{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:500;padding:2px 6px 2px 8px;background:var(--surface-2);border:1px solid var(--border);border-radius:5px;color:var(--text-2)}.tag .tag-x{color:var(--text-4);cursor:pointer;font-size:10px}.tag-blue{background:var(--info-bg);border-color:var(--info-border);color:var(--info-fg)}.tag-green{background:var(--success-bg);border-color:var(--success-border);color:var(--success-fg)}.tag-orange{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.tag-gray{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.tag-yellow{background:#fef9c3;border-color:#fde68a;color:#854d0e}.tag-red{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.tag-purple{background:#f3e8ff;border-color:#e9d5ff;color:#7e22ce}.tag-pink{background:#fce7f3;border-color:#fbcfe8;color:#be185d}.tag-teal{background:#ccfbf1;border-color:#99f6e4;color:#0f766e}.tag-swatch{width:22px;height:22px;border-radius:50%;border:1px solid var(--border);cursor:pointer;padding:0;transition:transform .1s}.tag-swatch:hover{transform:scale(1.1)}.tag-swatch-gray{background:#9ca3af}.tag-swatch-blue{background:var(--info-fg)}.tag-swatch-green{background:var(--success-fg)}.tag-swatch-yellow{background:#eab308}.tag-swatch-orange{background:#f97316}.tag-swatch-red{background:#ef4444}.tag-swatch-purple{background:#a855f7}.tag-swatch-pink{background:#ec4899}.tag-swatch-teal{background:#14b8a6}.tbl{width:100%;border-collapse:separate;border-spacing:0}.tbl-sticky thead th{position:sticky;top:var(--topbar-h, 0);z-index:5}.tbl thead th{text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);padding:10px 14px;background:var(--surface-2);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1}.tbl thead th:first-child{border-top-left-radius:var(--radius-lg)}.tbl thead th:last-child{border-top-right-radius:var(--radius-lg)}.tbl tbody td{padding:12px 14px;border-bottom:1px solid var(--border);font-size:13px;vertical-align:middle}.tbl tbody tr:hover td{background:var(--surface-2)}.tbl tbody tr:last-child td{border-bottom:none}.tbl-compact tbody td{padding:9px 14px}.switch{position:relative;display:inline-block;width:32px;height:18px}.switch input{display:none}.switch-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cfd3da;border-radius:999px;transition:background .15s;cursor:pointer}.switch-slider:before{content:"";position:absolute;width:14px;height:14px;left:2px;top:2px;background:#fff;border-radius:50%;transition:transform .18s;box-shadow:0 1px 2px #0003}.switch input:checked+.switch-slider{background:var(--brand-600)}.switch input:checked+.switch-slider:before{transform:translate(14px)}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;position:relative;overflow:hidden}.stat-label{font-size:11.5px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em}.stat-value{font-size:24px;font-weight:650;letter-spacing:-.02em;margin-top:6px}.stat-trend{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:550;margin-top:6px}.stat-trend.up{color:var(--success-fg)}.stat-trend.down{color:var(--danger-fg)}.stat-spark{position:absolute;right:-6px;bottom:-6px;opacity:.7}.avatar-xs{width:22px;height:22px;font-size:10px;border-radius:50%;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:600;box-shadow:0 0 0 1px var(--border)}.product-img{width:36px;height:36px;border-radius:8px;object-fit:cover;background:var(--surface-2);border:1px solid var(--border)}.product-img-lg{width:56px;height:56px;border-radius:10px}.copy-btn{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:4px;font-size:11.5px;background:var(--surface-2);border:1px solid var(--border);color:var(--text-2);cursor:pointer;transition:all .12s;font-family:JetBrains Mono,monospace}.copy-btn:hover{background:var(--surface-3)}.segmented{display:inline-flex;padding:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;gap:2px}.segmented button{padding:5px 12px;font-size:12.5px;font-weight:550;border-radius:5px;color:var(--text-3);cursor:pointer;border:none;background:transparent;font-family:inherit}.segmented button.active{background:#fff;color:var(--text);box-shadow:var(--shadow-xs)}.star{color:var(--text-4);cursor:pointer;transition:color .12s}.star.active{color:#f59e0b}.drawer{background:var(--surface);border-left:1px solid var(--border);width:360px;padding:18px;height:calc(100vh - 60px);overflow-y:auto;position:sticky;top:60px}.tabs-inline{display:flex;gap:2px;border-bottom:1px solid var(--border)}.tabs-inline button{padding:9px 14px;font-size:13px;font-weight:550;color:var(--text-3);border:none;background:transparent;cursor:pointer;position:relative;font-family:inherit}.tabs-inline button:hover{color:var(--text)}.tabs-inline button.active{color:var(--brand-700);font-weight:600}.tabs-inline button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--brand-600);border-radius:2px}.channel-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 12px;display:flex;flex-direction:column;gap:6px;background:var(--surface)}.channel-head{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--text-2)}.channel-price{font-size:15px;font-weight:650;letter-spacing:-.01em}.channel-stock{font-size:11.5px;color:var(--text-3)}.channel-icon{width:18px;height:18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff}.pa-card-selected{border-color:var(--brand-400)!important;box-shadow:0 0 0 3px var(--brand-50),var(--shadow-md)}.pa-card-selected>div:first-child{background:linear-gradient(to bottom,var(--brand-50),transparent)}.rp-page-wrap{display:flex;flex-direction:column;height:calc(100vh - 105px);gap:12px}.rp-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.rp-main-split{display:grid;grid-template-columns:1fr 380px;gap:14px;flex:1;min-height:0;align-items:stretch}.rp-toggle{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;white-space:nowrap}.rp-toggle-label{font-size:12.5px;font-weight:600;color:var(--text-2)}.rp-range-pill{display:flex;align-items:center;gap:7px;padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:11.5px;font-weight:500;cursor:pointer;transition:all .12s;white-space:nowrap;color:var(--text);font-family:inherit}.rp-range-pill:hover{border-color:var(--brand-400);background:var(--brand-50)}.rp-range-pill svg{color:var(--text-3)}.rp-filter-section{padding:8px 4px}.rp-filter-section+.rp-filter-section{border-top:1px solid var(--border)}.rp-filter-label{font-size:10.5px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.rp-filter-date-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.rp-filter-date-row .form-control{flex:1;min-width:0}.rp-filter-quick{display:flex;gap:5px;flex-wrap:wrap}.rp-filter-quick .filter-chip{padding:3px 9px;font-size:10.5px}.rp-table-card{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:0}.rp-table-scroll{flex:1;overflow-y:auto;overflow-x:auto;min-height:0}.rp-pagination-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.rp-details-card{padding:0;overflow-y:auto;display:flex;flex-direction:column;min-height:0}.rp-details-header{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;flex-shrink:0}.rp-see-details-badge{background:var(--brand-600);color:#fff;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:650;letter-spacing:-.005em;flex-shrink:0}.rp-details-name{font-size:12px;color:var(--text-2);font-weight:550;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.rp-view-section{flex-shrink:0}.rp-chart-block{padding:16px 16px 12px}.rp-chart-title{font-size:11px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.rp-chart-title-sm{font-size:10.5px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;text-align:center}.rp-pie-pair-block{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 16px}.rp-pie-pair-item{min-width:0}.rp-pie-small-wrap{position:relative;width:100%;height:130px;max-width:100%}.rp-pie-small-wrap canvas{max-width:100%!important;max-height:100%!important}.rp-pie-section{padding:20px 16px 14px;display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.rp-pie-large-wrap{position:relative;width:100%;max-width:260px;aspect-ratio:1;margin:0 auto}.rp-pie-large-wrap canvas{max-width:100%!important;max-height:100%!important}.rp-pie-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 14px;font-size:11.5px;font-weight:550;color:var(--text-2)}.rp-pie-legend-item{display:inline-flex;align-items:center;gap:5px}.rp-pie-legend-swatch{width:10px;height:10px;border-radius:2px}.rp-section-divider{height:1px;background:var(--border);margin:0 16px;flex-shrink:0}.rp-months-section{padding:14px 16px;flex-shrink:0}.rp-line-section{padding:14px 16px 16px;flex-shrink:0}.rp-line-chart-wrap{position:relative;width:100%;height:200px;padding-left:20px}.rp-line-chart-wrap canvas{max-width:100%!important;max-height:100%!important}.rp-y-axis-label{position:absolute;left:-8px;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:center;font-size:10.5px;font-weight:600;color:var(--text-3);white-space:nowrap}.rp-line-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 12px;font-size:11px;color:var(--text-2);margin-top:6px}.rp-line-legend-item{display:inline-flex;align-items:center;gap:4px}.rp-line-legend-line{width:14px;height:2px;position:relative}.rp-line-legend-line:after{content:"";position:absolute;left:5px;top:-2px;width:4px;height:4px;border-radius:50%;background:currentColor}.rp-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;table-layout:fixed}.rp-table thead{position:sticky;top:0;z-index:5}.rp-table thead th{background:var(--surface-2);border-bottom:1px solid var(--border);padding:11px 12px;text-align:left;font-size:11.5px;font-weight:600;color:var(--text-2);white-space:nowrap;position:relative;vertical-align:middle}.rp-table tbody tr{border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s}.rp-table tbody tr:last-child{border-bottom:none}.rp-table tbody tr:hover{background:var(--surface-2)}.rp-table tbody tr.rp-selected,.rp-table tbody tr.rp-selected:hover{background:var(--brand-50)}.rp-table tbody tr.rp-selected td:first-child{box-shadow:inset 3px 0 0 var(--brand-600)}.rp-table tbody td{padding:12px;vertical-align:middle}.rp-fav-star{cursor:pointer;color:var(--text-4);transition:all .15s;display:inline-flex;padding:4px;border-radius:4px}.rp-fav-star:hover{background:var(--surface-2);color:var(--warning-fg)}.rp-fav-star.active{color:#f59e0b}.rp-product-img{width:40px;height:40px;border-radius:8px;object-fit:cover;border:1px solid var(--border)}.rp-title-text{font-weight:550;font-size:12.5px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.rp-ids-row{display:flex;gap:5px;flex-wrap:wrap}.rp-ids-row .copy-btn{font-size:10.5px;padding:1px 5px}.rp-unit-value{font-size:14px;font-weight:700;letter-spacing:-.01em;text-align:center;font-variant-numeric:tabular-nums;line-height:1.2}.rp-unit-value.prev{color:var(--text-2);font-weight:600;font-size:13.5px}.rp-change-pill{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:5px;font-weight:700;font-size:11px;font-variant-numeric:tabular-nums}.rp-change-pill.up{color:var(--success-fg);background:var(--success-bg)}.rp-change-pill.down{color:var(--danger-fg);background:var(--danger-bg)}.rp-change-pill.flat{color:var(--text-3);background:var(--surface-2)}.rp-months-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.rp-month-chip{display:flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid var(--border);border-radius:6px;font-size:10.5px;font-weight:500;cursor:pointer;background:var(--surface);transition:all .1s}.rp-month-chip input{margin:0;cursor:pointer;flex-shrink:0}.rp-month-chip:hover{background:var(--surface-2);border-color:var(--brand-300)}.rp-month-chip.has-color{border-left-width:3px}.dash-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.dash-kpi{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px;transition:all .15s}.dash-kpi:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.dash-kpi-label{font-size:12px;color:var(--text-3);font-weight:550;margin-bottom:10px;letter-spacing:-.005em}.dash-kpi-value{font-size:26px;font-weight:700;letter-spacing:-.025em;line-height:1.1;font-variant-numeric:tabular-nums;color:var(--text)}.dash-kpi-foot{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:12px;color:var(--text-2)}.dash-chip{display:inline-flex;align-items:center;gap:3px;font-size:11px;padding:2px 7px;border-radius:10px;font-weight:650;font-variant-numeric:tabular-nums}.dash-chip.up{background:var(--success-bg);color:var(--success-fg)}.dash-chip.down{background:var(--danger-bg);color:var(--danger-fg)}.dash-chip.flat{background:var(--surface-2);color:var(--text-3)}.sa-list{display:flex;flex-direction:column}.sa-alert{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;gap:14px;align-items:flex-start;transition:background .12s;cursor:pointer}.sa-alert:last-child{border-bottom:none}.sa-alert:hover{background:var(--surface-2)}.sa-alert-dot{width:10px;height:10px;border-radius:50%;margin-top:6px;flex-shrink:0}.sa-alert-dot.red{background:var(--danger-fg);box-shadow:0 0 0 3px var(--danger-bg)}.sa-alert-dot.amber{background:#d97706;box-shadow:0 0 0 3px var(--warning-bg)}.sa-alert-dot.green{background:var(--success-fg);box-shadow:0 0 0 3px var(--success-bg)}.sa-alert-dot.blue{background:var(--info-fg);box-shadow:0 0 0 3px var(--info-bg)}.sa-alert-body{flex:1;min-width:0}.sa-alert-title{font-size:14px;font-weight:650;margin-bottom:4px;letter-spacing:-.005em}.sa-alert-desc{font-size:12.5px;color:var(--text-2);line-height:1.5;margin-bottom:6px}.sa-alert-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sa-alert-time{font-size:11.5px;color:var(--text-3)}.sa-alert-tags{display:flex;gap:5px;flex-wrap:wrap}.sa-alert-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;font-size:10.5px;font-weight:600;color:var(--text-2)}.sa-alert-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.sa-alert-action-btn{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);color:var(--text-3);cursor:pointer;transition:all .12s}.sa-alert-action-btn:hover{background:var(--brand-50);border-color:var(--brand-400);color:var(--brand-700)}.md-stat-card{border-radius:14px;padding:18px 18px 14px;color:#fff;position:relative;overflow:hidden;min-height:130px;display:flex;flex-direction:column;justify-content:space-between}.md-stat-card .value{font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.md-stat-card .label{font-size:12.5px;font-weight:600;opacity:.92;margin-top:6px}.md-stat-card .sublabel{font-size:11.5px;opacity:.8;margin-top:8px}.md-stat-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.md-stat-green{background:linear-gradient(135deg,#10b981,#047857)}.md-stat-purple{background:linear-gradient(135deg,#a855f7,#6d28d9)}.md-stat-orange{background:linear-gradient(135deg,#fb7185,#f97316)}.content{padding:20px 24px 32px}.filter-chip{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;border-radius:7px;border:1px solid var(--border);background:var(--surface);font-size:12.5px;font-weight:500;color:var(--text-2);cursor:pointer;transition:all .12s}.filter-chip:hover{border-color:var(--border-strong);background:var(--surface-2)}.filter-chip.active{background:var(--brand-50);color:var(--brand-700);border-color:var(--brand-200)}.filter-chip .count{background:var(--surface-2);padding:0 5px;border-radius:4px;font-size:11px}.filter-chip.active .count{background:#fff;color:var(--brand-700)}.dot-success{background:#10b981}.dot-warn{background:#f59e0b}.dot-danger{background:#ef4444}.dot-info{background:#3b82f6}.dot-muted{background:#9ca3af}.card-hover{transition:border-color .12s,box-shadow .12s;cursor:pointer}.card-hover:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.rule-card{padding:14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);display:flex;flex-direction:column;gap:10px}.rule-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.rule-name{font-weight:600;font-size:13.5px}.rule-id{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--text-3);margin-top:2px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-title{font-size:15px;font-weight:600;letter-spacing:-.01em}.section-desc{font-size:12.5px;color:var(--text-3);margin-top:2px}.ch-amz{background:#f90;color:#000}.ch-shop{background:#7ab55c}.ch-wal{background:#0071ce}.ch-tik{background:#000}.ch-eb{background:#e53238}.tt{position:absolute;background:#0b0d12;color:#fff;font-size:11px;padding:4px 8px;border-radius:5px;pointer-events:none}.form-group{margin-bottom:14px}.form-label{font-size:12.5px;font-weight:600;color:var(--text-2);margin-bottom:5px;display:block}.form-label .req{color:var(--danger-fg);margin-left:2px}.form-help{font-size:11.5px;color:var(--text-3);margin-top:4px}.form-control{width:100%;height:36px;padding:0 12px;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:13px;background:#fff;transition:all .12s;outline:none}.form-control:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}textarea.form-control{min-height:80px;padding:9px 12px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:14px;padding-right:30px}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid var(--border);border-radius:8px;margin-bottom:8px}.toggle-row .tr-title{font-weight:550;font-size:13px}.toggle-row .tr-desc{font-size:12px;color:var(--text-3);margin-top:2px}.dropdown{position:relative;display:inline-block}.dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-lg);padding:5px;z-index:50;display:none}.dropdown-menu.show{display:block;animation:slideUp .12s ease}.dropdown-menu.left{right:auto;left:0}.dropdown-item{display:flex;align-items:center;gap:8px;padding:7px 10px;font-size:13px;font-weight:500;color:var(--text-2);border-radius:6px;cursor:pointer;white-space:nowrap}.dropdown-item:hover{background:var(--surface-2);color:var(--text)}.dropdown-item.danger{color:var(--danger-fg)}.dropdown-item.danger:hover{background:var(--danger-bg)}.dropdown-separator{height:1px;background:var(--border);margin:4px 0}.dropdown-label{font-size:10.5px;font-weight:600;color:var(--text-4);text-transform:uppercase;letter-spacing:.04em;padding:6px 10px 4px}.dropdown-item.checked:before{content:"✓";color:var(--brand-600);font-weight:700;margin-right:4px}.toast-container{position:fixed;bottom:80px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:300;pointer-events:none}.toast{background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 14px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px;min-width:280px;max-width:400px;animation:slideInRight .25s ease;pointer-events:auto}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast.success .toast-icon{background:var(--success-bg);color:var(--success-fg)}.toast.danger .toast-icon{background:var(--danger-bg);color:var(--danger-fg)}.toast.info .toast-icon{background:var(--info-bg);color:var(--info-fg)}.toast.warning .toast-icon{background:var(--warning-bg);color:var(--warning-fg)}.toast-content{flex:1}.toast-title{font-size:13px;font-weight:600}.toast-desc{font-size:12px;color:var(--text-3);margin-top:1px}.toast-close{background:transparent;border:none;color:var(--text-4);cursor:pointer;padding:4px;border-radius:4px}.toast-close:hover{background:var(--surface-2);color:var(--text)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0d1259;z-index:150;display:none}.drawer-overlay.show{display:block;animation:fadeIn .15s ease}.drawer-panel{position:fixed;top:0;right:0;width:480px;height:100vh;background:#fff;box-shadow:-8px 0 24px #0000001a;z-index:151;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;overflow:hidden}.drawer-panel.show{transform:translate(0)}.drawer-panel-lg{width:640px}.drawer-header{padding:18px 22px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.drawer-body{flex:1;overflow-y:auto;padding:18px 22px}.drawer-footer{padding:14px 22px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:8px;background:var(--surface-2)}.checkbox-list{display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto}.checkbox-item{display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:6px;cursor:pointer;font-size:13px}.checkbox-item:hover{background:var(--surface-2)}.checkbox-item input{cursor:pointer}.day-picker{display:flex;gap:5px;flex-wrap:wrap}.day-pick{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:#fff;font-size:12px;font-weight:600;color:var(--text-2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s}.day-pick:hover{border-color:var(--border-strong);background:var(--surface-2)}.day-pick.selected{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.timeslot-row{display:grid;grid-template-columns:auto 1fr 1fr 24px;gap:10px;align-items:center;padding:10px;background:var(--surface-2);border-radius:8px;margin-bottom:8px}.timeslot-label{font-size:11.5px;font-weight:600;color:var(--text-3);background:#fff;padding:4px 9px;border-radius:5px;border:1px solid var(--border)}.popover{position:absolute;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-lg);padding:12px;z-index:60;min-width:220px;display:none}.popover.show{display:block;animation:slideUp .15s ease}.hidden{display:none!important}.picker-row{border-bottom:1px solid var(--border)}.picker-row:last-child{border-bottom:none}.picker-row:hover{background:var(--surface-2)}.picker-row.selected{background:var(--brand-50)}.picker-row.selected:hover{background:#e0eaff}.bulk-bar{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(20px);background:linear-gradient(135deg,#1a1d24,#0b0d12);color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:8px 8px 8px 16px;display:none;align-items:center;gap:8px;box-shadow:0 20px 50px #00000073,0 0 0 1px #0000001a,inset 0 1px #ffffff0f;z-index:95;font-size:13px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transition:opacity .2s,transform .25s cubic-bezier(.32,.72,.5,1)}.bulk-bar.show{display:flex;opacity:1;transform:translate(-50%) translateY(0);animation:bulkPop .3s cubic-bezier(.32,.72,.5,1)}@keyframes bulkPop{0%{opacity:0;transform:translate(-50%) translateY(20px) scale(.92)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.bulk-bar-count{display:flex;align-items:center;gap:8px;padding-right:12px;border-right:1px solid rgba(255,255,255,.1);font-weight:550;font-size:13px}.bulk-bar-count strong{background:var(--brand-500);color:#fff;padding:3px 9px;border-radius:7px;font-weight:650;font-size:12.5px;font-variant-numeric:tabular-nums}.bulk-bar-actions{display:flex;align-items:center;gap:4px}.bulk-bar button{background:transparent;color:#ffffffd9;border:none;padding:7px 12px;border-radius:8px;cursor:pointer;font-size:12.5px;font-weight:550;font-family:inherit;display:flex;align-items:center;gap:6px;transition:all .12s;position:relative}.bulk-bar button:hover{background:#ffffff14;color:#fff}.bulk-bar button svg{flex-shrink:0;opacity:.85}.bulk-bar button.primary{background:var(--brand-500);color:#fff}.bulk-bar button.primary:hover{background:var(--brand-400);box-shadow:0 4px 12px #1f47e566}.bulk-bar button.danger{color:#ff8585}.bulk-bar button.danger:hover{background:#ef444426;color:#ffabab}.bulk-bar-divider{width:1px;height:22px;background:#ffffff1a;margin:0 2px}.bulk-bar button.close-btn{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;color:#ffffff80}.bulk-bar button.close-btn:hover{color:#fff;background:#ffffff1a}.confirm-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.confirm-icon.danger{background:var(--danger-bg);color:var(--danger-fg)}.confirm-icon.warning{background:var(--warning-bg);color:var(--warning-fg)}.card-table-wrap{overflow:clip}@media (max-width: 1024px){.card-table-wrap{overflow-x:auto}.rp-main-split{grid-template-columns:1fr}.rp-page-wrap{height:auto;min-height:0}.rp-table-card{min-height:60vh}.rp-details-card{min-height:0}.drawer{position:static;width:100%;height:auto;border-left:none;border-top:1px solid var(--border)}}@media (max-width: 768px){.content{padding:16px 14px 28px}.dash-kpi-grid{grid-template-columns:repeat(2,1fr);gap:12px}.form-row,.form-row-3{grid-template-columns:1fr}.drawer-panel,.drawer-panel-lg{width:100vw}.rp-pie-pair-block{grid-template-columns:1fr}.bulk-bar{left:12px;right:12px;transform:translateY(20px);flex-wrap:wrap;justify-content:center;padding:8px 10px}.bulk-bar.show{transform:translateY(0)}@keyframes bulkPop{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.toast{min-width:0;width:calc(100vw - 32px);max-width:400px}.toast-container{right:16px;left:16px;bottom:90px;align-items:stretch}.timeslot-row{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.content{padding:14px 11px 26px}.dash-kpi-grid{grid-template-columns:1fr}.tbl thead th,.tbl tbody td{padding:9px 10px}.page-header{flex-wrap:wrap}.page-actions{margin-left:0;width:100%}.timeslot-row{grid-template-columns:1fr}.modal-footer,.drawer-footer{flex-wrap:wrap}}
