:root{--bg:#080808;--bg2:#0f0f0f;--bg3:#141414;--bg4:#1a1a1a;--bg5:#1f1f1f;--border:#ffffff12;--border2:#ffffff1f;--border3:#ffffff2e;--silver:silver;--silver2:#a0a0a0;--white:#fff;--gray:#888;--dim:#555;--dim2:#333;--ivory:#f5f1e8;--gold:#c9a84c;--green:#4caf7d;--red:#e05555;--blue:#5b8dee;--orange:#e07c3a;--fh:"Bodoni Moda", Georgia, serif;--fb:"Inter", system-ui, sans-serif;--ease:cubic-bezier(.25,.46,.45,.94);--ease-out:cubic-bezier(.16,1,.3,1);--sidebar-w:240px;--topbar-h:60px;--radius:2px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--white);font-family:var(--fb);-webkit-font-smoothing:antialiased;font-weight:300;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}img{max-width:100%;display:block}input,textarea,select{color:var(--white);background:0 0;border:none;outline:none;font-family:inherit}::selection{background:#c0c0c026}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--dim2);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--dim)}.login-wrap{background:var(--bg);min-height:100vh;display:flex;position:relative;overflow:hidden}.login-left{z-index:2;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative}.login-right{background:var(--bg2);border-left:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:480px;padding:4rem 3.5rem;display:flex;position:relative}.login-art{position:absolute;inset:0;overflow:hidden}.login-art-grid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.4;background-size:80px 80px;position:absolute;inset:0}.login-art-glow{background:radial-gradient(circle,#c0c0c00a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-brand{z-index:2;text-align:center;position:relative}.login-brand-name{font-family:var(--fh);letter-spacing:.5em;text-transform:uppercase;color:var(--white);margin-bottom:.5rem;font-size:5rem;font-weight:200;line-height:1}.login-brand-name b{color:var(--silver);font-weight:200}.login-brand-sub{letter-spacing:.4em;text-transform:uppercase;color:var(--dim);font-size:.6rem}.login-form-box{width:100%;max-width:340px}.login-form-title{font-family:var(--fh);letter-spacing:.02em;margin-bottom:.4rem;font-size:1.8rem;font-weight:200}.login-form-sub{letter-spacing:.08em;color:var(--gray);margin-bottom:2.5rem;font-size:.7rem}.lf-group{flex-direction:column;gap:.4rem;margin-bottom:1.2rem;display:flex}.lf-label{letter-spacing:.3em;text-transform:uppercase;color:var(--gray);font-size:.6rem}.lf-input{background:var(--bg3);border:1px solid var(--border);letter-spacing:.04em;width:100%;color:var(--white);padding:.85rem 1rem;font-size:.85rem;transition:border-color .3s}.lf-input:focus{border-color:var(--silver)}.lf-btn{background:var(--silver);width:100%;color:var(--bg);letter-spacing:.38em;text-transform:uppercase;transition:background .3s var(--ease);margin-top:.6rem;padding:.9rem;font-size:.58rem;font-weight:500}.lf-btn:hover{background:var(--ivory)}.lf-hint{letter-spacing:.08em;color:var(--dim);text-align:center;margin-top:1.4rem;font-size:.62rem}.lf-hint span{color:var(--silver)}.lf-err{letter-spacing:.1em;color:var(--red);background:#e0555514;border:1px solid #e0555533;margin-bottom:1rem;padding:.6rem .9rem;font-size:.62rem}.shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--bg2);border-right:1px solid var(--border);z-index:200;transition:transform .4s var(--ease);flex-direction:column;flex-shrink:0;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.sidebar-logo{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.8rem;padding:1.4rem 1.6rem;display:flex}.sidebar-logo-mark{font-family:var(--fh);letter-spacing:.3em;text-transform:uppercase;font-size:1.15rem;font-weight:200}.sidebar-logo-mark b{color:var(--silver);font-weight:200}.sidebar-logo-badge{letter-spacing:.3em;text-transform:uppercase;color:var(--bg);background:var(--silver);margin-left:auto;padding:.2rem .5rem;font-size:.4rem}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar-section{letter-spacing:.45em;text-transform:uppercase;color:var(--dim);padding:1.2rem 1.6rem .5rem;font-size:.44rem}.sidebar-item{letter-spacing:.08em;color:var(--gray);border-left:2px solid #0000;align-items:center;gap:.8rem;padding:.72rem 1.6rem;font-size:.72rem;font-weight:400;transition:color .25s,background .25s;display:flex;position:relative}.sidebar-item:hover{color:var(--white);background:#ffffff08}.sidebar-item.active{color:var(--white);border-left-color:var(--silver);background:#ffffff0d}.sidebar-item svg{opacity:.6;flex-shrink:0;width:15px;height:15px;transition:opacity .25s}.sidebar-item:hover svg,.sidebar-item.active svg{opacity:1}.sidebar-badge{background:var(--red);color:#fff;letter-spacing:.05em;text-align:center;min-width:18px;margin-left:auto;padding:.15rem .5rem;font-size:.5rem}.sidebar-badge.gold{background:var(--gold);color:var(--bg)}.sidebar-bottom{border-top:1px solid var(--border);padding:1rem 0}.main-content{margin-left:var(--sidebar-w);flex-direction:column;flex:1;min-height:100vh;display:flex}.topbar{height:var(--topbar-h);background:var(--bg2);border-bottom:1px solid var(--border);z-index:100;align-items:center;gap:1rem;padding:0 2rem;display:flex;position:sticky;top:0}.topbar-title{font-family:var(--fh);letter-spacing:.04em;color:var(--white);font-size:1.05rem;font-weight:200}.topbar-crumb{letter-spacing:.2em;color:var(--dim);font-size:.62rem}.topbar-sep{color:var(--dim2);font-size:.7rem}.topbar-spacer{flex:1}.topbar-search{background:var(--bg3);border:1px solid var(--border);width:220px;transition:border-color .3s, width .4s var(--ease);align-items:center;gap:.6rem;padding:.45rem .9rem;display:flex}.topbar-search:focus-within{border-color:var(--silver);width:280px}.topbar-search input{letter-spacing:.04em;color:var(--white);flex:1;font-size:.72rem}.topbar-search input::placeholder{color:var(--dim)}.topbar-search svg{opacity:.4;width:13px;height:13px}.topbar-btn{border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:border-color .3s,background .3s;display:flex;position:relative}.topbar-btn:hover{border-color:var(--border2);background:var(--bg3)}.topbar-btn svg{opacity:.6;width:15px;height:15px}.topbar-notif-dot{background:var(--red);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.topbar-avatar{background:var(--bg3);border:1px solid var(--border2);width:34px;height:34px;font-family:var(--fh);color:var(--silver);flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:200;display:flex}.page{flex:1;padding:2rem}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.page-title{font-family:var(--fh);letter-spacing:-.01em;font-size:2.2rem;font-weight:200;line-height:1}.page-title em{color:var(--silver);font-style:italic}.page-sub{letter-spacing:.08em;color:var(--gray);margin-top:.3rem;font-size:.7rem}.btn{letter-spacing:.3em;text-transform:uppercase;border:1px solid var(--border2);color:var(--white);transition:all .3s var(--ease);align-items:center;gap:.55rem;padding:.65rem 1.4rem;font-size:.6rem;font-weight:500;display:inline-flex}.btn:hover{border-color:var(--silver);background:#ffffff0a}.btn-primary{background:var(--silver);color:var(--bg);border-color:var(--silver)}.btn-primary:hover{background:var(--ivory);border-color:var(--ivory)}.btn-danger{color:var(--red);border-color:#e0555559}.btn-danger:hover{border-color:var(--red);background:#e0555514}.btn-sm{padding:.42rem .9rem;font-size:.52rem}.btn svg{width:13px;height:13px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:2rem;display:grid}.stat-card{background:var(--bg2);border:1px solid var(--border);padding:1.6rem 1.8rem;transition:border-color .3s;position:relative;overflow:hidden}.stat-card:hover{border-color:var(--border2)}.stat-card:before{content:"";background:0 0;height:1px;transition:background .3s;position:absolute;top:0;left:0;right:0}.stat-card:hover:before{background:var(--silver)}.stat-icon{border:1px solid var(--border);justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:1.2rem;display:flex}.stat-icon svg{opacity:.7;width:15px;height:15px}.stat-label{letter-spacing:.38em;text-transform:uppercase;color:var(--gray);margin-bottom:.5rem;font-size:.55rem}.stat-value{font-family:var(--fh);color:var(--white);letter-spacing:-.01em;margin-bottom:.6rem;font-size:2rem;font-weight:200;line-height:1}.stat-change{letter-spacing:.06em;align-items:center;gap:.4rem;font-size:.6rem;display:flex}.stat-up{color:var(--green)}.stat-down{color:var(--red)}.stat-neutral{color:var(--gray)}.stat-watermark{font-family:var(--fh);color:#ffffff06;letter-spacing:-.02em;pointer-events:none;font-size:4.5rem;font-weight:200;position:absolute;bottom:-.5rem;right:.8rem}.panel{background:var(--bg2);border:1px solid var(--border)}.panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;display:flex}.panel-title{letter-spacing:.3em;text-transform:uppercase;color:var(--white);font-size:.62rem}.panel-action{letter-spacing:.22em;text-transform:uppercase;color:var(--dim);border-bottom:1px solid var(--dim2);padding-bottom:1px;font-size:.55rem;transition:color .3s,border-color .3s}.panel-action:hover{color:var(--silver);border-color:var(--silver)}.panel-body{padding:1.6rem}.dash-grid{grid-template-columns:1fr 360px;gap:1px;margin-bottom:2rem;display:grid}.chart-bars{align-items:flex-end;gap:6px;height:180px;padding-bottom:2rem;display:flex;position:relative}.chart-bars:after{content:"";background:var(--border);height:1px;position:absolute;bottom:2rem;left:0;right:0}.chart-bar-col{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex}.chart-bar-track{background:var(--bg3);border:1px solid var(--border);flex:1;align-items:flex-end;width:100%;display:flex;position:relative;overflow:hidden}.chart-bar-fill{border-top:1px solid var(--silver);width:100%;transition:height .8s var(--ease-out);background:linear-gradient(#c0c0c01a,#c0c0c080);position:relative}.chart-bar-fill.gold-bar{border-top-color:var(--gold);background:linear-gradient(#c9a84c1a,#c9a84c80)}.chart-label{letter-spacing:.1em;color:var(--dim);text-align:center;white-space:nowrap;font-size:.48rem}.donut-wrap{flex-direction:column;gap:.8rem;padding:1.6rem;display:flex}.donut-row{align-items:center;gap:.8rem;display:flex}.donut-label{letter-spacing:.06em;color:var(--gray);flex:1;font-size:.65rem}.donut-bar-track{background:var(--bg3);flex:2;height:3px;position:relative}.donut-bar-fill{height:100%;transition:width .8s var(--ease-out)}.donut-val{letter-spacing:.06em;color:var(--silver);text-align:right;min-width:28px;font-size:.6rem}.table-wrap{background:var(--bg2);border:1px solid var(--border);overflow:hidden}.table-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.8rem;padding:1rem 1.4rem;display:flex}.table-search{background:var(--bg3);border:1px solid var(--border);flex:1;align-items:center;gap:.5rem;max-width:280px;padding:.48rem .9rem;transition:border-color .3s;display:flex}.table-search:focus-within{border-color:var(--silver)}.table-search input{letter-spacing:.04em;flex:1;font-size:.72rem}.table-search input::placeholder{color:var(--dim)}.table-search svg{opacity:.4;width:12px;height:12px}.table-filter{background:var(--bg3);border:1px solid var(--border);letter-spacing:.12em;color:var(--gray);padding:.48rem .9rem;font-size:.62rem;transition:border-color .3s,color .3s}.table-filter:hover{border-color:var(--border2);color:var(--white)}.table-filter.on{border-color:var(--silver);color:var(--white);background:#c0c0c012}.table-count{letter-spacing:.2em;color:var(--dim);margin-left:auto;font-size:.58rem}table{border-collapse:collapse;width:100%}thead tr{border-bottom:1px solid var(--border)}th{text-align:left;letter-spacing:.38em;text-transform:uppercase;color:var(--gray);white-space:nowrap;padding:.8rem 1.4rem;font-size:.5rem;font-weight:400}td{letter-spacing:.04em;color:var(--silver2);border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.4rem;font-size:.72rem}tr:last-child td{border-bottom:none}tbody tr{transition:background .2s}tbody tr:hover{background:#ffffff06}.td-name{color:var(--white);font-weight:400}.td-mono{letter-spacing:.06em;font-family:Courier New,monospace;font-size:.68rem}.td-actions{align-items:center;gap:.5rem;display:flex}.td-img{align-items:center;gap:.9rem;display:flex}.td-img-thumb{background:var(--bg3);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:50px;display:flex;overflow:hidden}.td-img-thumb img{object-fit:cover;width:100%;height:100%}.td-img-info{flex-direction:column;gap:.2rem;display:flex}.badge{letter-spacing:.28em;text-transform:uppercase;border:1px solid #0000;align-items:center;gap:.35rem;padding:.28rem .65rem;font-size:.48rem;display:inline-flex}.badge-green{color:var(--green);background:#4caf7d12;border-color:#4caf7d4d}.badge-gold{color:var(--gold);background:#c9a84c12;border-color:#c9a84c4d}.badge-red{color:var(--red);background:#e0555512;border-color:#e055554d}.badge-blue{color:var(--blue);background:#5b8dee12;border-color:#5b8dee4d}.badge-gray{color:var(--gray);border-color:var(--border);background:var(--bg3)}.badge-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.pagination{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;padding:1rem 1.4rem;display:flex}.pagination-info{letter-spacing:.12em;color:var(--dim);font-size:.6rem}.pagination-btns{gap:3px;display:flex}.pg-btn{border:1px solid var(--border);letter-spacing:.06em;width:30px;height:30px;color:var(--gray);justify-content:center;align-items:center;font-size:.6rem;transition:all .2s;display:flex}.pg-btn:hover{border-color:var(--border2);color:var(--white)}.pg-btn.on{border-color:var(--silver);color:var(--white);background:#c0c0c014}.modal-veil{z-index:400;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fade-in .3s var(--ease);background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--bg2);border:1px solid var(--border2);width:100%;max-width:560px;max-height:90vh;animation:slide-up .35s var(--ease-out);overflow-y:auto}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.modal-lg{max-width:820px}.modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.4rem 1.8rem;display:flex}.modal-title{font-family:var(--fh);letter-spacing:.02em;font-size:1.2rem;font-weight:200}.modal-close{border:1px solid var(--border);width:30px;height:30px;color:var(--gray);justify-content:center;align-items:center;font-size:.7rem;transition:all .2s;display:flex}.modal-close:hover{border-color:var(--silver);color:var(--white)}.modal-body{padding:1.8rem}.modal-foot{border-top:1px solid var(--border);justify-content:flex-end;gap:.7rem;padding:1.2rem 1.8rem;display:flex}.form-grid{flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.45rem;display:flex}.form-label{letter-spacing:.35em;text-transform:uppercase;color:var(--gray);font-size:.52rem}.form-input{background:var(--bg3);border:1px solid var(--border);letter-spacing:.04em;width:100%;color:var(--white);caret-color:var(--silver);padding:.72rem .9rem;font-size:.78rem;transition:border-color .3s}.form-input:focus{border-color:var(--silver)}.form-input::placeholder{color:var(--dim)}.form-select{background:var(--bg3);border:1px solid var(--border);letter-spacing:.04em;width:100%;color:var(--white);appearance:none;cursor:pointer;padding:.72rem .9rem;font-size:.78rem;transition:border-color .3s}.form-select:focus{border-color:var(--silver)}.form-textarea{background:var(--bg3);border:1px solid var(--border);letter-spacing:.04em;width:100%;color:var(--white);resize:vertical;min-height:90px;caret-color:var(--silver);padding:.72rem .9rem;font-size:.78rem;transition:border-color .3s}.form-textarea:focus{border-color:var(--silver)}.activity-list{flex-direction:column;display:flex}.activity-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.activity-item:last-child{border-bottom:none}.activity-dot-col{flex-direction:column;align-items:center;padding-top:3px;display:flex}.activity-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.activity-line{background:var(--border);flex:1;width:1px;min-height:20px;margin-top:4px}.activity-item:last-child .activity-line{display:none}.activity-content{flex:1}.activity-text{letter-spacing:.04em;color:var(--gray);font-size:.72rem;line-height:1.6}.activity-text strong{color:var(--white)}.activity-time{letter-spacing:.14em;color:var(--dim);margin-top:.2rem;font-size:.52rem}.top-products{flex-direction:column;display:flex}.top-product-row{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.9rem 0;display:flex}.top-product-row:last-child{border-bottom:none}.top-product-rank{font-family:var(--fh);color:var(--dim);flex-shrink:0;width:24px;font-size:1.1rem;font-weight:200}.top-product-img{background:var(--bg3);border:1px solid var(--border);flex-shrink:0;width:34px;height:44px;overflow:hidden}.top-product-img img{object-fit:cover;width:100%;height:100%}.top-product-info{flex:1;min-width:0}.top-product-name{letter-spacing:.04em;color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:400;overflow:hidden}.top-product-cat{letter-spacing:.16em;text-transform:uppercase;color:var(--dim);font-size:.52rem}.top-product-sales{letter-spacing:.06em;color:var(--silver);text-align:right;flex-shrink:0;font-size:.65rem}.quick-actions{grid-template-columns:1fr 1fr;gap:1px;display:grid}.quick-action{background:var(--bg3);border:1px solid var(--border);cursor:pointer;flex-direction:column;gap:.6rem;padding:1.4rem;transition:border-color .3s,background .3s;display:flex}.quick-action:hover{border-color:var(--border2);background:#ffffff08}.qa-icon{font-size:1.2rem}.qa-label{letter-spacing:.22em;text-transform:uppercase;color:var(--white);font-size:.6rem}.qa-sub{letter-spacing:.06em;color:var(--dim);font-size:.58rem}.order-detail-grid{grid-template-columns:1fr 320px;gap:1px;display:grid}.order-timeline{flex-direction:column;gap:0;display:flex}.timeline-step{gap:1rem;padding:1rem 0;display:flex}.timeline-left{flex-direction:column;align-items:center;display:flex}.timeline-circle{border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.55rem;transition:border-color .3s;display:flex}.timeline-circle.done{border-color:var(--green);color:var(--green)}.timeline-circle.active{border-color:var(--silver);color:var(--silver);background:#c0c0c014}.timeline-vline{background:var(--border);flex:1;width:1px;min-height:16px;margin-top:4px}.timeline-step:last-child .timeline-vline{display:none}.timeline-right{flex:1;padding-top:4px}.timeline-title{letter-spacing:.1em;color:var(--white);margin-bottom:.2rem;font-size:.65rem}.timeline-time{letter-spacing:.12em;color:var(--dim);font-size:.52rem}.img-upload-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.img-upload-slot{aspect-ratio:3/4;background:var(--bg3);border:1px dashed var(--border);color:var(--dim);cursor:pointer;justify-content:center;align-items:center;font-size:1.4rem;transition:border-color .3s,color .3s;display:flex;position:relative;overflow:hidden}.img-upload-slot:hover{border-color:var(--silver);color:var(--silver)}.img-upload-slot img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.settings-grid{grid-template-columns:220px 1fr;gap:1px;display:grid}.settings-nav{background:var(--bg2);border:1px solid var(--border)}.settings-nav-item{letter-spacing:.1em;color:var(--gray);cursor:pointer;border-left:2px solid #0000;align-items:center;gap:.8rem;padding:.9rem 1.4rem;font-size:.65rem;transition:all .25s;display:flex}.settings-nav-item:hover{color:var(--white);background:#ffffff08}.settings-nav-item.on{color:var(--white);border-left-color:var(--silver);background:#ffffff0d}.settings-panel{background:var(--bg2);border:1px solid var(--border);padding:2rem}.settings-section{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:2.5rem}.settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-section-title{letter-spacing:.38em;text-transform:uppercase;color:var(--white);align-items:center;gap:1rem;margin-bottom:1.4rem;font-size:.58rem;display:flex}.settings-section-title:after{content:"";background:var(--border);flex:1;height:1px}.toggle-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.9rem 0;display:flex}.toggle-row:last-child{border-bottom:none}.toggle-info{flex-direction:column;gap:.2rem;display:flex}.toggle-label{letter-spacing:.06em;color:var(--white);font-size:.7rem}.toggle-desc{letter-spacing:.06em;color:var(--dim);font-size:.6rem}.toggle{background:var(--bg3);border:1px solid var(--border);cursor:pointer;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .3s,border-color .3s;position:relative}.toggle.on{border-color:var(--silver);background:#c0c0c033}.toggle-knob{background:var(--dim);width:14px;height:14px;transition:transform .3s var(--ease), background .3s;border-radius:50%;position:absolute;top:3px;left:3px}.toggle.on .toggle-knob{background:var(--silver);transform:translate(18px)}.analytics-grid{grid-template-columns:1fr 1fr;gap:1px;margin-bottom:2rem;display:grid}.funnel{flex-direction:column;gap:3px;display:flex}.funnel-step{position:relative;overflow:hidden}.funnel-bar{border:1px solid var(--border);border-left:2px solid var(--silver);background:linear-gradient(90deg,#c0c0c026,#c0c0c00d);justify-content:space-between;align-items:center;padding:.8rem 1rem;transition:border-color .3s;display:flex}.funnel-bar:hover{border-color:var(--border2)}.funnel-name{letter-spacing:.1em;color:var(--white);font-size:.65rem}.funnel-vals{align-items:center;gap:1.2rem;display:flex}.funnel-count{letter-spacing:.06em;color:var(--silver);font-size:.72rem}.funnel-pct{letter-spacing:.1em;color:var(--dim);text-align:right;min-width:36px;font-size:.58rem}.customer-avatar{background:var(--bg3);border:1px solid var(--border);width:32px;height:32px;font-family:var(--fh);color:var(--silver);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:200;display:flex}.stock-bar-wrap{align-items:center;gap:.6rem;display:flex}.stock-bar{background:var(--bg3);border-radius:2px;flex:1;height:3px;overflow:hidden}.stock-bar-fill{border-radius:2px;height:100%}.stock-bar-fill.high{background:var(--green)}.stock-bar-fill.mid{background:var(--gold)}.stock-bar-fill.low{background:var(--red)}.stock-val{letter-spacing:.06em;color:var(--gray);text-align:right;min-width:24px;font-size:.6rem}.toast-container{z-index:9999;flex-direction:column;gap:.6rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{background:var(--bg2);border:1px solid var(--border2);min-width:260px;animation:slide-up .3s var(--ease-out);align-items:center;gap:.8rem;padding:.8rem 1.2rem;display:flex}.toast-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.toast-text{letter-spacing:.06em;color:var(--white);flex:1;font-size:.68rem}.toast-close{color:var(--dim);font-size:.6rem;transition:color .2s}.toast-close:hover{color:var(--white)}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.empty-icon{color:var(--dim2);margin-bottom:1.2rem;font-size:2.5rem}.empty-title{font-family:var(--fh);color:var(--gray);margin-bottom:.4rem;font-size:1.5rem;font-style:italic;font-weight:200}.empty-sub{letter-spacing:.28em;text-transform:uppercase;color:var(--dim);font-size:.58rem}.divider{background:var(--border);height:1px;margin:1.5rem 0}.text-silver{color:var(--silver)}.text-dim{color:var(--dim)}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-gold{color:var(--gold)}.fw-400{font-weight:400}.fh{font-family:var(--fh)}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}}@media (width<=900px){:root{--sidebar-w:0px}.sidebar{transform:translate(-240px)}.sidebar.open{width:240px;transform:translate(0)}.main-content{margin-left:0}.order-detail-grid,.settings-grid,.analytics-grid{grid-template-columns:1fr}}@media (width<=600px){.stats-grid{grid-template-columns:1fr 1fr}.page{padding:1rem}.login-right{width:100%}.login-left{display:none}.form-row{grid-template-columns:1fr}}.adm-loader-full{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fade-in .25s var(--ease);background:#080808bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.adm-loader-box{background:var(--bg2);border:1px solid var(--border2);flex-direction:column;align-items:center;gap:1.4rem;padding:2.4rem 3rem;display:flex}.adm-loader-inline{justify-content:center;align-items:center;gap:.8rem;width:100%;padding:3rem 2rem;display:flex}.adm-spinner{flex-shrink:0;width:40px;height:40px;position:relative}.adm-spinner.sm{width:22px;height:22px}.adm-spinner div{border:1px solid #0000;border-radius:50%;animation:1.4s cubic-bezier(.5,0,.5,1) infinite adm-spin;position:absolute;inset:0}.adm-spinner div:first-child{border-top-color:var(--silver);animation-delay:-.45s}.adm-spinner div:nth-child(2){border-top-color:#c0c0c066;animation-delay:-.3s;inset:6px}.adm-spinner div:nth-child(3){border-top-color:#c0c0c02e;animation-delay:-.15s;inset:12px}.adm-spinner div:nth-child(4){border-top-color:#c0c0c00f;inset:18px}.adm-spinner.sm div:nth-child(2){inset:4px}.adm-spinner.sm div:nth-child(3){inset:8px}.adm-spinner.sm div:nth-child(4){inset:12px}.adm-loader-text{letter-spacing:.38em;text-transform:uppercase;color:var(--gray);font-size:.52rem}.adm-loader-text.sm{letter-spacing:.1em;text-transform:none;color:var(--dim);font-size:.62rem}@keyframes adm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-spinner{align-items:center;gap:3px;margin-right:5px;display:inline-flex}.btn-spinner span{background:currentColor;border-radius:50%;width:4px;height:4px;animation:.9s ease-in-out infinite btn-bounce;display:inline-block}.btn-spinner span:first-child{animation-delay:0s}.btn-spinner span:nth-child(2){animation-delay:.18s}.btn-spinner span:nth-child(3){animation-delay:.36s}@keyframes btn-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}
