.core{--bg:#0e0e12;--bg-elevated:#13131a;--bg-card:#16161d;--bg-card-hover:#1a1a24;--bg-input:#0d0d12;--sidebar:#0a0a0f;--border:#26262c;--border-light:#2e2e38;--purple:#7c4dff;--purple-light:#9d6fff;--purple-dim:#7c4dff26;--purple-glow:#7c4dff59;--text:#f5f6fa;--text-secondary:#a1a1aa;--text-muted:#71717a;--green:#10b981;--green-dim:#10b98126;--red:#ef4444;--red-dim:#ef444426;--orange:#f59e0b;--orange-dim:#f59e0b26;--blue:#3b82f6;--sidebar-w:220px;--radius:14px;--radius-sm:10px;--shadow:0 4px 24px #00000059}.core *{box-sizing:border-box}.core{-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;background:var(--bg)!important;color:var(--text)!important}.core h1,.core h2,.core h3,.core h4{letter-spacing:-.02em;margin:0 0 8px;font-weight:600}.core h1{font-size:28px}.core h2{font-size:20px}.core h3{color:var(--text-secondary);font-size:16px;font-weight:500}.core a{color:var(--purple-light);text-decoration:none}.core b{color:var(--text)}.core p{margin:0 0 6px}.core .app{grid-template-columns:var(--sidebar-w) 1fr;background:radial-gradient(ellipse 80% 50% at 70% -10%, #7c4dff14, transparent), var(--bg);min-height:100vh;display:grid}.core .main{grid-column:2;min-width:0;max-width:1400px;padding:24px 32px 40px}.core .page{animation:.25s fadeIn;display:none}.core .page.active{display:block}.core .core-back{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;align-items:center;gap:6px;margin-bottom:14px;padding:8px 14px;font-size:13px;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.core .core-back:hover{border-color:var(--purple);color:var(--purple-light)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.core .side{width:var(--sidebar-w);background:var(--sidebar);border-right:1px solid var(--border);z-index:20;flex-direction:column;padding:12px 14px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.core .logo{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:10px;margin-bottom:10px;padding:2px 8px 12px;display:flex}.core .logo-icon{background:linear-gradient(135deg, var(--purple), #5b21b6);width:34px;height:34px;box-shadow:0 0 16px var(--purple-glow);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.core .logo-icon svg{color:#fff;width:18px;height:18px}.core .logo-text b{color:var(--text);font-size:14px;display:block}.core .logo-text small{color:var(--text-muted);font-size:11px}.core .menu{flex-direction:column;flex:1;gap:4px;display:flex;overflow-y:auto}.core .nav{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;width:100%;padding:8px 12px;font-family:inherit;font-size:13px;transition:background .2s,color .2s;display:flex;position:relative}.core .nav:hover{background:var(--bg-card);color:var(--text)}.core .nav.active{color:#c4b5fd;background:#7c4dff47;box-shadow:inset 3px 0 #8b5cf6}.core .nav.active .ico{color:#c4b5fd}.core .nav .ico{flex-shrink:0;place-items:center;width:20px;height:20px;display:grid}.core .nav .ico svg{width:18px;height:18px}.core .nav-badge{background:var(--purple);color:#fff;text-align:center;border-radius:99px;min-width:20px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:600}.core .side-footer{border-top:1px solid var(--border);margin-top:auto;padding-top:16px}.core .owner{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:10px;padding:10px 8px;transition:background .2s;display:flex}.core .owner:hover{background:var(--bg-card)}.core .avatar{background:linear-gradient(135deg, var(--purple), #312e81);border:2px solid var(--border-light);border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:18px;display:grid;overflow:hidden}.core .avatar img{object-fit:cover;width:100%;height:100%}.core .owner-info b{font-size:13px;display:block}.core .owner-info small{color:var(--text-muted);font-size:11px}.core .icon-btn{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;place-items:center;font-family:inherit;transition:border-color .2s,color .2s;display:grid}.core .icon-btn:hover{border-color:var(--purple);color:var(--purple-light)}.core .head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.core .head h1{margin-bottom:4px}.core .sub{color:var(--text-muted);font-size:13px}.core .actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.core .topbar-user{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:99px;align-items:center;gap:10px;padding:6px 12px 6px 6px;display:flex}.core .topbar-user .avatar{width:32px;height:32px;font-size:14px}.core .btn,.core .field,.core select{background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;padding:10px 16px;font-family:inherit;font-size:13px;transition:border-color .2s,background .2s}.core .btn:hover,.core .field:focus,.core select:focus{border-color:var(--purple);outline:none}.core .field{min-width:200px}.core .btn.primary{background:linear-gradient(135deg, var(--purple), #9333ea);box-shadow:0 4px 16px var(--purple-glow);border:0;font-weight:500}.core .btn.primary:hover{filter:brightness(1.08)}.core .btn.danger{color:var(--red);border-color:#ef444466}.core .btn.danger:hover{background:var(--red-dim)}.core .btn.ghost{background:0 0}.core .btn.block{width:100%}.core .inline-form>.btn+.btn{margin-top:10px}.core .btn-sm{padding:6px 12px;font-size:12px}.core .btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.core .tabs{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);gap:4px;margin-bottom:20px;padding:6px;display:flex;overflow-x:auto}.core .tab{color:var(--text-muted);white-space:nowrap;cursor:pointer;text-align:center;background:0 0;border:0;border-radius:8px;flex:1 1 0;min-width:0;padding:8px 16px;font-family:inherit;font-size:13px;transition:background .2s,color .2s}.core .tab:hover{color:var(--text-secondary)}.core .tab.active{background:var(--purple-dim);color:var(--purple-light);font-weight:500}.core .tabs.order-tabs-wrap{flex-wrap:nowrap;gap:2px}.core .tabs.order-tabs-wrap .tab{white-space:nowrap;text-overflow:ellipsis;flex:1 1 0;min-width:0;padding:8px 2px;font-size:12px;overflow:hidden}.core .tabs.underline{border:0;border-bottom:1px solid var(--border);background:0 0;border-radius:0;gap:0;margin-bottom:0;padding:0}.core .tabs.underline .tab{border-bottom:2px solid #0000;border-radius:0;flex:auto;margin-bottom:-1px}.core .tabs.underline .tab.active{border-bottom-color:var(--purple);color:var(--purple-light);background:0 0}.core .period-picker{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.core .period-picker .tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:auto;min-width:0;max-width:100%;margin-bottom:0;overflow-x:auto}.core .period-picker .tabs .tab{flex:none;min-width:auto}.core .date-picker-wrap{position:relative}.core .date-picker-wrap .btn{white-space:nowrap}.core .period-picker .btn.date-set{border-color:var(--purple);color:var(--purple-light)}.core .date-popover{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);z-index:60;min-width:260px;padding:10px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 30px #00000073}.core .date-popover-head{justify-content:space-between;align-items:center;gap:6px;margin-bottom:8px;display:flex}.core .date-popover-head b{text-transform:capitalize;font-size:13px}.core .date-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.core .date-dow{text-align:center;color:var(--text-muted);padding:4px 0;font-size:10px}.core .day-cell{color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 0;font-family:inherit;font-size:12px}.core .day-cell:hover{background:var(--bg-input)}.core .day-cell.today{border:1px solid var(--purple)}.core .day-cell.active{background:var(--purple);color:#fff}.core .date-popover-foot{justify-content:flex-end;gap:6px;margin-top:8px;display:flex}.core .grid{gap:16px;display:grid}.core .stats{grid-template-columns:repeat(5,1fr)}.core .stats-4{grid-template-columns:repeat(4,1fr)}.core .stats-6{grid-template-columns:repeat(3,1fr)}.core .two{grid-template-columns:1fr 1fr}.core .three{grid-template-columns:repeat(3,1fr)}.core .four{grid-template-columns:repeat(4,1fr)}.core .card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.core .card-head{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.core .card-head h2{margin:0}.core .stat{flex-direction:column;display:flex;position:relative;overflow:hidden}.core .stat .label{color:var(--text-muted);margin-bottom:8px;font-size:12px;display:block}.core .stat .value{letter-spacing:-.03em;margin-bottom:8px;font-size:26px;font-weight:700;display:block}.core .stat-icon{background:var(--purple-dim);width:36px;height:36px;color:var(--purple-light);border-radius:10px;place-items:center;display:grid;position:absolute;top:16px;right:16px}.core .stat-icon.green{background:var(--green-dim);color:var(--green)}.core .stat-icon.orange{background:var(--orange-dim);color:var(--orange)}.core .stat-icon.red{background:var(--red-dim);color:var(--red)}.core .stat-icon.blue{color:var(--blue);background:#3b82f626}.core .stat-trend{font-size:12px;font-weight:500}.core .up{color:var(--green)}.core .down{color:var(--red)}.core .sparkline{opacity:.8;height:32px;margin-top:12px}.core .sparkline svg{width:100%;height:100%}.core .stat .sparkline{margin-top:auto;padding-top:12px}.core .panel{grid-template-columns:minmax(280px,1fr) minmax(340px,1.1fr);align-items:start;gap:16px;display:grid}.core .panel.align-eq{grid-template-columns:1fr 1fr;align-items:stretch}.core .panel-wide{grid-template-columns:1.2fr 1fr}.core .chart-block{margin-top:8px}.core .chart-block .chart-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.core .chart{border-radius:var(--radius-sm);background:linear-gradient(#ffffff08 1px,#0000 1px) 0 0/100% 40px,linear-gradient(90deg,#ffffff08 1px,#0000 1px) 0 0/60px 100%,linear-gradient(#7c4dff0f,#0000) 0 0/100% 100%;height:240px;position:relative;overflow:hidden}.core .chart svg{width:100%;height:100%;display:block}.core .chart-axis{color:var(--text-muted);justify-content:space-between;padding:8px 4px 0;font-size:11px;display:flex}.core .donut-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.core .donut{background:conic-gradient(var(--blue) 0% 100%);border-radius:50%;flex-shrink:0;place-items:center;width:160px;height:160px;display:grid;position:relative}.core .donut:before{content:attr(data-center);white-space:pre;text-align:center;width:var(--donut-inner,90px);height:var(--donut-inner,90px);background:var(--bg-card);z-index:1;border-radius:50%;place-items:center;font-size:14px;font-weight:600;line-height:1.3;display:grid}.core .legend{flex-direction:column;gap:10px;min-width:140px;display:flex}.core .legend-item{color:var(--text-secondary);align-items:center;gap:10px;font-size:13px;display:flex}.core .legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.core .legend-item span:last-child{color:var(--text-secondary);white-space:nowrap;margin-left:auto;font-size:13px;font-weight:600}.core .top-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px;display:grid}.core .top-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:14px;padding:16px;display:flex}.core .top-card .thumb{background:var(--purple-dim);border-radius:12px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.core .top-card .thumb.product{background:linear-gradient(#2a2a35,#1a1a22)}.core .top-card b{font-size:14px;display:block}.core .top-card .sub{font-size:12px}.core .list{flex-direction:column;gap:8px;max-height:calc(100vh - 280px);padding-right:4px;display:flex;overflow-y:auto}.core .list-toolbar{align-items:center;gap:10px;margin-bottom:12px;display:flex}.core .row,.core .list-item{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-elevated);cursor:pointer;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:14px 16px;transition:border-color .2s,background .2s;display:grid}.core .row.order-item,.core .list-item.order-item{grid-template-columns:1fr auto auto}.core .row:hover,.core .list-item:hover{background:var(--bg-card-hover)}.core .row.active,.core .list-item.active{border-color:var(--purple);box-shadow:0 0 0 1px var(--purple-dim);background:#7c4dff14}.core .row-head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.core .row-meta{color:var(--text-muted);font-size:12px;line-height:1.35}.core .face{background:radial-gradient(circle at 55% 35%,#ffc9b8 0 14%,#0000 15%),linear-gradient(135deg,#6366f1,#1e1b4b);border-radius:50%;flex-shrink:0;width:48px;height:48px}.core .pill{background:var(--purple-dim);color:var(--purple-light);border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-flex}.core .pill.green{background:var(--green-dim);color:var(--green)}.core .pill.orange{background:var(--orange-dim);color:var(--orange)}.core .pill.red{background:var(--red-dim);color:var(--red)}.core .pill.blue{color:var(--blue);background:#3b82f626}.core .detail-panel{position:sticky;top:24px}.core .detail-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.core .detail-nav{gap:8px;display:flex}.core .detail-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.core .detail-actions .btn+.btn{margin-top:0}.core .detail-inline{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);grid-column:1/-1;align-self:stretch;padding:14px;display:none}.core .info-block{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:16px;padding:14px 16px}.core .info-block h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:12px}.core .total-row{text-align:right;border-top:1px solid var(--border);margin-top:16px;padding:16px 0}.core .total-row .amount{color:var(--purple-light);font-size:24px;font-weight:700}.core .summary-lines{color:var(--text-secondary);margin:16px 0;font-size:13px}.core .summary-lines div{justify-content:space-between;padding:6px 0;display:flex}.core .product-line{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 0;display:grid}.core .product-line:last-child{border-bottom:0}.core .xp-block{margin:16px 0}.core .xp-header{justify-content:space-between;margin-bottom:8px;font-size:13px;display:flex}.core .xp-bar{background:var(--bg-input);border-radius:99px;height:8px;overflow:hidden}.core .xp-fill{background:linear-gradient(90deg, var(--purple), var(--purple-light));border-radius:99px;height:100%}.core .mini-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0;display:grid}.core .mini-stat{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;padding:14px}.core .mini-stat .ico{border-radius:8px;place-items:center;width:32px;height:32px;margin:0 auto 8px;font-size:16px;display:grid}.core .mini-stat .ico.purple{background:var(--purple-dim)}.core .mini-stat .ico.green{background:var(--green-dim)}.core .mini-stat .ico.orange{background:var(--orange-dim)}.core .mini-stat .ico.blue{background:#3b82f626}.core .mini-stat b{margin-top:4px;font-size:18px;display:block}.core .mini-stat span{color:var(--text-muted);font-size:11px}.core .table{border-collapse:collapse;width:100%}.core .table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.core .table td,.core .table th{border-bottom:1px solid var(--border);text-align:left;color:var(--text-secondary);padding:12px 14px;font-size:13px}.core .table td.nowrap,.core .table th.nowrap{white-space:nowrap}.core .table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:500}.core .table tr:hover td{background:#ffffff05}.core .table tr.active-row{background:#7c4dff1f}.core .table td.num,.core .table th.num{text-align:center}.core .table .num-green{color:var(--green);font-weight:500}.core .table .num-orange{color:var(--orange);font-weight:500}.core .table .num-red{color:var(--red);font-weight:500}.core .formgrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.core label{color:var(--text-muted);margin-bottom:6px;font-size:12px;display:block}.core .input,.core textarea.input{background:var(--bg-input);border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;border-radius:8px;padding:11px 14px;font-family:inherit;font-size:13px}.core .input:focus,.core textarea.input:focus{border-color:var(--purple);outline:none}.core .switch{background:var(--purple);cursor:pointer;border-radius:99px;flex-shrink:0;width:44px;height:24px;transition:background .2s;position:relative}.core .switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;right:3px}.core .switch.off{background:var(--border-light)}.core .switch.off:after{transform:translate(-20px)}.core .seg{background:var(--bg-input);border:1px solid var(--border);border-radius:10px;gap:4px;padding:3px;display:inline-flex}.core .seg-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.core .seg-btn.active{background:var(--purple);color:#fff}.core .setting-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.core .setting-row:last-child{border-bottom:0}.core .day-picker{flex-wrap:wrap;gap:8px;display:flex}.core .day-btn{border:1px solid var(--border);background:var(--bg-input);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:50%;font-family:inherit;font-size:11px}.core .day-btn.active{background:var(--purple);border-color:var(--purple);color:#fff}.core .progress-list{margin-top:12px}.core .progress-item{margin-bottom:14px}.core .progress-item div{justify-content:space-between;margin-bottom:6px;font-size:13px;display:flex}.core .progress-bar{background:var(--bg-input);border-radius:99px;height:6px;overflow:hidden}.core .progress-fill{background:var(--purple);border-radius:99px;height:100%}.core .heat-wrap{overflow-x:auto}.core .heat-labels{color:var(--text-muted);grid-template-columns:26px repeat(24,1fr);gap:2px;margin-bottom:4px;font-size:9px;display:grid}.core .heat-row{grid-template-columns:26px repeat(24,1fr);gap:2px;margin-bottom:2px;display:grid}.core .heat-row span:first-child{color:var(--text-muted);align-items:center;font-size:9px;display:flex}.core .cell{background:#1a1a24;border-radius:2px;height:10px}.core .cell.l1{background:#2d1f5c}.core .cell.l2{background:#4c2a9e}.core .cell.l3{background:#6b3fd4}.core .cell.l4{background:var(--purple)}.core .map-wrap{grid-template-columns:1fr 160px;align-items:start;gap:16px;display:grid}.core .map{border-radius:var(--radius-sm);background:radial-gradient(circle at 35% 55%, var(--purple) 0 8%, transparent 9%), radial-gradient(circle at 55% 40%, var(--purple-light) 0 5%, transparent 6%), radial-gradient(circle at 70% 65%, var(--purple) 0 6%, transparent 7%), linear-gradient(135deg, #1a1a28, var(--bg-elevated));border:1px solid var(--border);height:200px}.core .geo-list{flex-direction:column;gap:8px;display:flex}.core .geo-item{border-bottom:1px solid var(--border);justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.core .timeline{border-left:2px solid var(--border);margin:16px 0;padding-left:20px}.core .timeline-item{padding:0 0 16px 16px;font-size:13px;position:relative}.core .timeline-item:before{content:"";background:var(--purple);border:2px solid var(--bg-card);border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:-25px}.core .timeline-item.done:before{background:var(--green)}.core .product-thumb{background:linear-gradient(#2a2a35 0 16%,#d92334 17% 68%,#111 69%);border-radius:6px;flex-shrink:0;width:36px;height:48px;display:inline-block;overflow:hidden}.core .product-thumb img{object-fit:cover;width:100%;height:100%}.core .table-product{align-items:center;gap:12px;display:flex}.core .pagination{border-top:1px solid var(--border);justify-content:center;gap:6px;margin-top:16px;padding-top:16px;display:flex}.core .page-btn{border:1px solid var(--border);background:var(--bg-elevated);min-width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:8px;font-family:inherit;font-size:13px}.core .page-btn.active{background:var(--purple);border-color:var(--purple);color:#fff}.core .mobilebar{display:none}.core .stock-filters{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.core .stock-filters .btn.active{background:var(--purple-dim);border-color:var(--purple);color:var(--purple-light)}.core .empty-state{text-align:center;color:var(--text-muted);padding:40px 20px;font-size:14px}.core .empty-state b{color:var(--text-secondary);margin-bottom:6px;font-size:15px;display:block}.core .toast-wrap{z-index:100;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.core .toast{background:var(--bg-elevated);border:1px solid var(--border);box-shadow:var(--shadow);pointer-events:auto;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;max-width:320px;padding:12px 16px;font-size:13px;animation:.25s toastIn;display:flex}.core .toast.ok{border-color:#10b98166}.core .toast.err{border-color:#ef444466}@keyframes toastIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.core .toast-undo{border:1px solid var(--purple);color:var(--purple-light);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:4px 10px;font-family:inherit;font-size:12px}.core .toast-undo:hover{background:var(--purple-dim)}.core .field-dirty{box-shadow:0 0 0 2px #f59e0b26;border-color:var(--orange)!important}.core .inline-form label{margin-top:10px}.core .loading{text-align:center;color:var(--text-muted);padding:60px 20px}@media (width<=1100px){.core .stats,.core .stats-6,.core .four,.core .mini-stats{grid-template-columns:repeat(2,1fr)}.core .top-grid{grid-template-columns:1fr}}@media (width<=1024px){.core .stats,.core .stats-6{grid-template-columns:repeat(2,1fr)}.core .top-grid{grid-template-columns:1fr}.core .mini-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.core .app{display:block}.core .side{display:none}.core .main{max-width:none;padding:16px 14px 88px}.core .head{flex-direction:column;align-items:stretch}.core .actions{margin-top:8px}.core .stats,.core .stats-4,.core .stats-6,.core .two,.core .three,.core .panel,.core .panel-wide,.core .formgrid,.core .map-wrap{grid-template-columns:1fr}.core .table td,.core .table th{padding:10px;font-size:12px}.core .table td:first-child,.core .table th:first-child{padding-left:12px}.core .table td:last-child,.core .table th:last-child{padding-right:12px}.core .donut-wrap{flex-direction:column}.core .mobilebar{background:var(--sidebar);border-top:1px solid var(--border);z-index:30;height:68px;padding-bottom:env(safe-area-inset-bottom);grid-auto-columns:56px;grid-auto-flow:column;display:grid;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}.core .mobilebar .nav{text-align:center;border-radius:0;flex-direction:column;justify-content:center;gap:1px;padding:6px 2px;font-size:9px}.core .mobilebar .nav .ico{margin:0 auto}.core .list{max-height:none}.core .detail-panel{position:static}.core .panel>.card.detail-mobile{z-index:40;border-radius:0;max-height:none;margin:0;position:fixed;inset:0;overflow-y:auto}.core .panel.detail-inline-panel>.card.detail-panel{display:none}.core .detail-inline{display:block}}.core.client .app{background:radial-gradient(ellipse 90% 45% at 50% -5%, #7c4dff1a, transparent), var(--bg);min-height:100vh;display:block}.core.client .side{display:none}.core.client .main{grid-column:1;max-width:560px;margin:0 auto;padding:20px 16px 84px;overflow-x:hidden}.core.client .mobilebar{background:var(--sidebar);border-top:1px solid var(--border);z-index:30;height:58px;padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.core.client .mobilebar .nav{text-align:center;border-radius:0;flex-direction:column;justify-content:center;gap:2px;padding:4px;font-size:10px}.core.client .mobilebar .nav .ico{place-items:center;width:22px;height:22px;margin:0 auto;display:grid}.core.client .mobilebar .nav .ico svg{width:22px;height:22px}.core.client .mobilebar .nav.active{box-shadow:none;background:0 0}.core.client .mobilebar .nav.active .ico{color:var(--purple-light)}.core.client .page-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.core.client .page-header h1{margin:0;font-size:22px}.core.client .back-btn{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;flex-shrink:0;place-items:center;font-size:18px;text-decoration:none;display:grid}.core.client .back-btn:hover{border-color:var(--purple);color:var(--purple-light)}.core.client .greeting-card{background:linear-gradient(135deg, var(--bg-card), var(--bg-elevated));border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:16px;padding:18px;display:flex}.core.client .greeting-card .avatar{width:52px;height:52px;font-size:20px}.core.client .greeting-card b{font-size:16px;display:block}.core.client .role-pill{margin-top:4px}.core.client .client-grid{gap:10px;display:grid}.core.client .cat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);align-items:center;gap:12px;padding:14px;text-decoration:none;transition:border-color .2s;display:flex}.core.client .cat-card:hover{border-color:var(--purple)}.core.client .cat-card .ico{background:var(--purple-dim);border-radius:10px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.core.client .cat-card b{font-size:14px}.core.client .cat-card small{color:var(--text-muted);font-size:11px}.core.client .brand-header{border-radius:var(--radius);color:#fff;background:linear-gradient(135deg,#7c4dff1f,#17171e99);align-items:center;gap:12px;margin-bottom:18px;padding:14px 18px;display:flex}.core.client .brand-header .brand-logo{background:linear-gradient(135deg, var(--purple), #5b21b6);width:56px;height:56px;box-shadow:0 0 16px var(--purple-glow);border-radius:14px;flex-shrink:0;place-items:center;font-size:26px;display:grid;overflow:hidden}.core.client .brand-header .brand-logo img{object-fit:cover;border-radius:14px;width:100%;height:100%;display:block}html.web .core.client .brand-logo{border-radius:24px;width:96px;height:96px;font-size:42px}html.web .core.client .brand-logo img{border-radius:24px}html.web .core.client .brand-header{gap:18px}html.tg .core.client .brand-header{margin-top:64px}@media (width>=480px){html.tg .core.client .brand-header{margin-top:68px}}.core.client .brand-header .brand-text b{letter-spacing:.5px;font-size:17px;display:block}.core.client .brand-header .brand-text small{color:#a78bfa;font-size:12px}.core.client .greeting-stats{flex-basis:100%;grid-template-columns:repeat(4,1fr);gap:4px;min-width:0;max-width:100%;margin-top:10px;display:grid}.core.client .greeting-stats .gstat{white-space:nowrap;background:var(--bg-input);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:30px;padding:4px 2px;display:flex;overflow:hidden}.core.client .greeting-stats .gstat-text{flex-direction:column;min-width:0;line-height:1.12;display:flex;overflow:hidden}.core.client .greeting-stats .gstat b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.core.client .greeting-stats .gstat em{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:7px;font-style:normal;line-height:1;overflow:hidden}.core.client .greeting-stats .gstat-ico{border-radius:4px;flex-shrink:0;place-items:center;width:13px;height:13px;font-size:9px;display:grid}.core.client .greeting-stats .gstat-ico.purple{background:var(--purple-dim)}.core.client .greeting-stats .gstat-ico.green{background:var(--green-dim)}.core.client .greeting-stats .gstat-ico.orange{background:var(--orange-dim)}.core.client .greeting-stats .gstat-ico.blue{background:#3b82f626}.core.client .rank-tile{min-width:0;min-height:46px;color:var(--text);cursor:pointer;text-align:left;background:linear-gradient(135deg,#7c4dff2e,#7c4dff0f);border:1px solid #7c4dff73;border-radius:12px;flex:none;align-self:center;align-items:center;gap:8px;padding:8px 12px;transition:border-color .2s,background .2s;display:flex}.core.client .rank-tile:hover{border-color:var(--purple);background:linear-gradient(135deg,#7c4dff47,#7c4dff1a)}.core.client .rank-tile-ico{background:var(--purple-dim);border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:15px;display:grid}.core.client .rank-tile-txt{flex-direction:column;min-width:0;line-height:1.15;display:flex}.core.client .rank-tile-txt b{white-space:nowrap;font-size:12px;display:block}.core.client .rank-tile-txt em{color:var(--text-muted);white-space:nowrap;font-size:9px;font-style:normal}.core.client .rank-tile-arrow{color:var(--purple-light);flex-shrink:0;margin-left:auto;font-size:18px;line-height:1}.core.client .cat-carousel{align-items:center;gap:10px;display:flex}.core.client .cat-track{scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:10px;display:flex;overflow-x:auto}.core.client .cat-track::-webkit-scrollbar{display:none}.core.client .cat-arrow{border:1px solid var(--border);background:var(--bg-card);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:50%;flex-shrink:0;place-items:center;padding:0;font-size:22px;line-height:1;transition:border-color .2s,color .2s;display:grid}.core.client .cat-arrow:hover{border-color:var(--purple);color:var(--purple-light)}.core.client .cat-sq{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:96px;max-width:96px;height:96px;color:var(--text);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:border-color .2s;display:flex}.core.client .cat-sq:hover{border-color:var(--purple)}.core.client .cat-sq .ico{background:var(--purple-dim);border-radius:10px;place-items:center;width:40px;height:40px;font-size:20px;display:grid;overflow:hidden}.core.client .cat-sq .ico img{object-fit:cover;width:100%;height:100%}.core.client .cat-sq b{font-size:12px;font-weight:600}.core.client .core-banner{border-radius:var(--radius);color:#fff;background:linear-gradient(135deg,#2a1b5e,#1a1038);border:1px solid #7c4dff80;align-items:center;gap:14px;margin-bottom:16px;padding:18px;text-decoration:none;display:flex;box-shadow:0 0 24px #7c4dff40}.core.client .core-banner .logo-icon{background:linear-gradient(135deg, var(--purple), #5b21b6);width:48px;height:48px;box-shadow:0 0 20px var(--purple-glow);border-radius:12px;flex-shrink:0;place-items:center;font-size:22px;display:grid}.core.client .core-banner b{font-size:15px;display:block}.core.client .core-banner small{color:#c4b5fd;font-size:12px}.core.client .core-banner .arrow{color:#c4b5fd;margin-left:auto;font-size:18px}.core.client .feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);align-items:center;gap:12px;padding:14px;text-decoration:none;display:flex}.core.client .feature-card:hover{border-color:var(--purple)}.core.client .feature-card .ico{border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.core.client .feature-card b{font-size:13px;display:block}.core.client .feature-card small{color:var(--text-muted);font-size:11px}.core.client .wheel-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;margin-bottom:16px;padding:18px 18px 22px;overflow:hidden}.core.client .wheel-card .wheel-title{text-align:left;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.core.client .wheel-card .wheel-title h3{color:var(--text);margin:0;font-size:15px;font-weight:600}.core.client .wheel-card .wheel-title h3 small{color:var(--text-muted);margin-top:2px;font-size:11px;font-weight:400;display:block}.core.client .wheel-count-badge{background:var(--purple-dim);color:var(--purple-light);white-space:nowrap;border:1px solid #7c4dff59;border-radius:999px;flex-shrink:0;padding:6px 12px;font-size:12px;font-weight:600}.core.client .wheel-stage{margin-bottom:14px;position:relative}.core.client .wheel-pin{z-index:4;border-left:13px solid #0000;border-right:13px solid #0000;border-top:22px solid var(--purple);width:0;height:0;filter:drop-shadow(0 3px 8px var(--purple-glow));position:absolute;top:-2px;left:50%;transform:translate(-50%)}.core.client .wheel-disc-outer{background:radial-gradient(circle at 50% 32%, var(--bg-elevated), var(--sidebar));border:1px solid var(--border-light);width:278px;height:278px;box-shadow:inset 0 0 24px #0000008c, 0 10px 34px #00000073, 0 0 0 6px var(--sidebar), 0 0 0 7px var(--border);border-radius:50%;justify-content:center;align-items:center;margin:0 auto;display:flex}.core.client .wheel-disc{border-radius:50%;justify-content:center;align-items:center;width:258px;height:258px;transition:transform 3s cubic-bezier(.17,.67,.12,.99);display:flex;position:relative;overflow:hidden}.core.client .wheel-hub{background:linear-gradient(135deg, var(--purple), #9333ea);border:3px solid var(--bg-card);width:56px;height:56px;box-shadow:0 4px 18px var(--purple-glow);z-index:1;border-radius:50%;place-items:center;font-size:24px;display:grid;position:absolute}.core.client .wheel-chip-wrap{z-index:2;position:absolute}.core.client .wheel-chip{background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000080,inset 0 0 0 2px #00000040}.core.client .wheel-chip img{object-fit:cover;width:100%;height:100%}.core.client .wheel-chip span{font-size:18px}.core.client .wheel-chip .wheel-ico-svg{color:#fff}.core.client .wheel-ico-svg{place-items:center;width:100%;height:100%;display:grid}.core.client .wheel-ico-svg svg{display:block}.core.client .wheel-result{color:var(--text);min-height:22px;margin:0 0 4px;font-size:16px;font-weight:700}.core.client .wheel-stats{justify-content:center;gap:10px;margin:12px 0 16px;display:flex}.core.client .wheel-stat{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);flex:1;max-width:150px;padding:10px 14px}.core.client .wheel-stat em{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:10px;font-style:normal;display:block}.core.client .wheel-stat b{color:var(--purple-light);font-size:18px}.core.client .wheel-stat b.green{color:var(--green)}.core.client .wheel-legend{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:16px}.core.client .wheel-legend h3{color:var(--text);margin:0 0 4px;font-size:13px;font-weight:600}.core.client .wheel-legend .legend-hint{color:var(--text-muted);margin:0 0 10px;font-size:11px}.core.client .wheel-prize{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:8px 0;display:flex}.core.client .wheel-prize:last-child{border-bottom:none;padding-bottom:0}.core.client .wheel-prize:first-child{padding-top:0}.core.client .wheel-prize .wp-ico{background:var(--purple-dim);border:1px solid #7c4dff40;border-radius:8px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:15px;display:grid}.core.client .wheel-prize .wp-ico .wheel-ico-svg{color:var(--purple-light)}.core.client .wheel-prize .wp-ico .wheel-ico-svg svg{width:17px;height:17px}.core.client .wheel-prize b{text-align:left;flex:1;font-size:13px}.core.client .wheel-prize em{color:var(--text-muted);font-size:11px;font-style:normal;font-weight:600}.core.client .wheel-prize b.amount{color:var(--purple-light);flex:none;margin-left:6px}.core.client .product-h-scroll{gap:12px;padding-bottom:6px;display:flex;overflow-x:auto}.core.client .product-h-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:150px;max-width:150px;color:var(--text);flex-shrink:0;padding:10px;text-decoration:none;position:relative}.core.client .product-h-card:hover{border-color:var(--purple)}.core.client .product-h-card .thumb{background:var(--bg-elevated);border-radius:8px;place-items:center;height:90px;margin-bottom:8px;font-size:32px;display:grid;position:relative;overflow:hidden}.core.client .product-h-card .h-price-row{align-items:center;gap:8px;padding-bottom:30px;display:flex}.core.client .product-h-card .cart-add{background:var(--purple);color:#fff;cursor:pointer;z-index:3;border:none;border-radius:8px;place-items:center;width:32px;height:32px;display:grid;position:absolute;bottom:8px;right:8px;box-shadow:0 4px 12px #7c4dff73}.core.client .product-h-card .cart-add svg{width:18px;height:18px}.core.client .product-h-card .cart-add:active{transform:scale(.9)}.core.client .product-h-card .thumb img{object-fit:cover;width:100%;height:100%}.core.client .product-h-card b{margin-bottom:4px;font-size:13px;display:block}.core.client .product-h-card .price{color:var(--purple-light);font-size:14px;font-weight:700}.core.client .product-h-card .old-price{color:var(--text-muted);font-size:12px;text-decoration:line-through}.core.client .cart-fab{background:linear-gradient(135deg, var(--purple), #9333ea);color:#fff;z-index:99;box-shadow:0 4px 20px var(--purple-glow);border-radius:14px;justify-content:space-between;padding:14px;font-weight:700;text-decoration:none;display:flex;position:fixed;bottom:84px;left:16px;right:16px}.core.client .shop-search{margin-bottom:14px}.core.client .shop-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;gap:6px;margin-bottom:14px;padding-bottom:4px;display:flex;overflow-x:auto}.core.client .shop-tabs::-webkit-scrollbar{height:5px}.core.client .shop-tabs::-webkit-scrollbar-track{background:0 0}.core.client .shop-tabs::-webkit-scrollbar-thumb{background:var(--purple-light);border-radius:99px}.core.client .shop-tabs .btn{white-space:nowrap;flex:none;justify-content:center;align-items:center;min-width:0;padding:8px 12px;font-size:11px;line-height:1.25;display:inline-flex}.core.client .shop-tabs .btn.primary{box-shadow:none;font-weight:400}.core.client .shop-tabs .btn+.btn{margin-top:0}.core.client .shop-tabs .btn.subcat-chip{background:var(--bg-elevated);border:1px dashed var(--border);color:var(--text-secondary)}.core.client .shop-tabs .btn.subcat-chip.primary{background:var(--purple);border-color:var(--purple);color:#fff}.core .role-select{gap:8px;display:flex}.core .role-select .btn{text-align:center;flex:1 1 0;justify-content:center;align-items:center;min-width:0;padding:8px 6px;font-size:12px;display:inline-flex}.core .role-select .btn.primary{box-shadow:none;font-weight:400}.core .role-select .btn+.btn{margin-top:0}.core.client .brand-scroll{gap:8px;margin-bottom:12px;padding-bottom:6px;display:flex;overflow-x:auto}.core.client .brand-chip{border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);white-space:nowrap;cursor:pointer;border-radius:99px;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:13px;display:flex}.core.client .brand-chip.active{background:var(--purple);border-color:var(--purple);color:#fff}.core.client .brand-chip{line-height:1}.core.client .brand-chip img{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.core.client .product-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:12px;display:grid}.core.client .product-grid>a{height:100%}.core.client .product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);flex-direction:column;height:100%;text-decoration:none;transition:border-color .2s;display:flex;position:relative;overflow:hidden}.core.client .product-card:hover{border-color:var(--purple)}.core.client .product-card .thumb{background:var(--bg-elevated);flex-shrink:0;place-items:center;height:120px;font-size:42px;display:grid;position:relative;overflow:hidden}.core.client .product-card .thumb img{object-fit:cover;width:100%;height:100%}.core.client .product-card .fav{cursor:pointer;z-index:2;background:#0e0e1299;border:none;border-radius:50%;place-items:center;width:32px;height:32px;font-size:18px;display:grid;position:absolute;top:8px;right:8px}.core.client .product-card .cart-add{background:var(--purple);color:#fff;cursor:pointer;z-index:3;border:none;border-radius:8px;place-items:center;width:36px;height:36px;display:grid;position:absolute;bottom:10px;right:10px;box-shadow:0 4px 12px #7c4dff73}.core.client .product-card .cart-add svg{width:20px;height:20px}.core.client .product-card .cart-add:active{transform:scale(.9)}.core.client .product-card .body{flex-direction:column;flex:1;padding:10px;display:flex}.core.client .product-card .body b{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.core.client .product-card .body .brand-name{color:var(--text-muted);min-height:1.05em;font-size:11px;display:block}.core.client .price-row{align-items:center;gap:8px;display:flex}.core.client .old-price{color:var(--text-muted);text-decoration:line-through}.core.client .product-card .price-row{align-items:center;gap:6px;margin-top:auto;padding-top:8px;display:flex}.core.client .product-card .price-row .price{color:var(--purple-light);font-size:15px;font-weight:700}.core.client .product-card .price-row .old-price{color:var(--text-muted);font-size:12px;text-decoration:line-through}.core.client .product-card .sale-price{color:var(--red);font-size:15px;font-weight:700}.core.client .stock-out{color:#fff;background:#0009;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;inset:0}.core.client .out-card{opacity:.5;filter:grayscale()}.core.client .section-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.core.client .section-title h3{color:var(--text);margin:0;font-size:16px}.core.client .section-title a{color:var(--purple-light);font-size:12px;text-decoration:none}.core.client .hot-title-chip{border:1px solid var(--border);color:var(--text-secondary);letter-spacing:.3px;background:#ffffff08;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.core.client .hot-title-chip h3{color:var(--text-secondary);margin:0;font-size:12px;font-weight:600}.core.client .hot-banner{border-left:3px solid var(--purple);background:#7c4dff0f;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:11px 14px;display:flex;position:relative;overflow:hidden}.core.client .hot-banner:before,.core.client .hot-banner:after{content:"";pointer-events:none;height:1px;position:absolute;left:0;right:0}.core.client .hot-banner:before{background:linear-gradient(90deg, var(--purple-light), #7c4dff00 70%);top:0}.core.client .hot-banner:after{background:linear-gradient(90deg, var(--purple-light), #7c4dff00 70%);bottom:0}.core.client .hot-banner-strip{pointer-events:none;background:linear-gradient(90deg,#7c4dff00,#7c4dff80 28%,#7c4dffd9 50%,#7c4dff80 72%,#7c4dff00);height:1.5px;position:absolute;top:50%;left:8%;right:8%;transform:translateY(-50%)}.core.client .hot-banner h3{color:var(--text);z-index:2;margin:0;font-size:15px;font-weight:700;position:relative}.core.client .hot-banner a{color:var(--purple-light);z-index:2;font-size:12px;text-decoration:none;position:relative}.core.client .order-summary .summary-line{justify-content:space-between;padding:6px 0;font-size:14px;display:flex}.core.client .order-summary .summary-line.total{border-top:1px solid var(--border);margin-top:4px;padding-top:12px;font-size:18px;font-weight:700}.core.client .delivery-toggle{gap:8px;margin-bottom:16px;display:flex}.core.client .delivery-toggle .btn{flex:1}.core.client .free-delivery-banner{background:var(--green-dim);color:var(--green);border-radius:var(--radius-sm);border:1px solid #10b98166;margin-bottom:16px;padding:12px;font-size:13px}.core.client .profile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:20px}.core.client .profile-card .top{align-items:center;gap:14px;margin-bottom:14px;display:flex}.core.client .xp-row{flex:100%;min-width:0;margin-top:8px}.core.client .order-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:10px;padding:14px}.core.client .order-card .head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.core.client .order-card .meta{color:var(--text-muted);margin-bottom:6px;font-size:12px}.core.client .order-card .item-line{justify-content:space-between;padding:2px 0;font-size:13px;display:flex}.core.client .order-card .item-line span:last-child{color:var(--purple-light)}.core.client .order-card .total{border-top:1px solid var(--border);text-align:right;margin-top:6px;padding-top:8px;font-weight:700}.core.client .ref-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:16px;padding:16px}.core.client .ref-card .stat-line{justify-content:space-between;padding:4px 0;font-size:14px;display:flex}.core.client .profile-tabs{gap:8px;margin-bottom:4px;display:flex}.core.client .profile-tabs .btn{white-space:nowrap;flex:1 1 0;justify-content:center;align-items:center;min-width:0;padding:10px 12px;line-height:1.25;display:inline-flex}.core.client .profile-tabs .btn.primary{box-shadow:none;font-weight:500}.core.client .profile-tabs .btn+.btn{margin-top:0}.core.client .order-card .expand-hint{color:var(--purple-light);margin-right:8px;font-size:11px;font-weight:400}.core.client .order-card .order-detail{border-top:1px solid var(--border);margin-top:10px;padding-top:10px}.core.client .order-card .detail-row{justify-content:space-between;gap:8px;padding:3px 0;font-size:13px;display:flex}.core.client .order-card .detail-row span{color:var(--text-muted)}.core.client .order-card .detail-row b{text-align:right;font-weight:600}.core.client .order-card .detail-subtitle{text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);margin:8px 0 4px;font-size:11px}.core.client .manager-block{border-radius:var(--radius-sm);background:#7c4dff0f;border:1px solid #7c4dff40;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding:10px;display:flex}.core.client .manager-info{align-items:center;gap:10px;min-width:0;display:flex}.core.client .avatar-sm{background:var(--purple-dim);border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:17px;display:grid}.core.client .order-card.notif-unread{border-color:var(--purple);background:#7c4dff0f}.core.client .nav .ico{position:relative}.core.client .nav-notif-dot{background:var(--red,#ef4444);color:#fff;text-align:center;box-sizing:border-box;pointer-events:none;border-radius:10px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-6px}.core.client .ref-link{background:var(--bg-input);border:1px dashed var(--purple);color:var(--purple-light);word-break:break-all;cursor:pointer;border-radius:8px;margin-top:12px;padding:12px;font-size:12px}.core.client .invited-item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;justify-content:space-between;margin-bottom:6px;padding:12px;font-size:14px;display:flex}.core.client .login-wrap{flex-direction:column;justify-content:center;min-height:100vh;padding:24px;display:flex}.core.client .login-box{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.core.client .login-box .input{margin-bottom:12px}.core.client .login-hint{text-align:center;color:var(--text-muted);margin-top:20px;font-size:12px}.core.client .badge-new{border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;display:inline-flex}@media (width>=900px){.core.client .main{max-width:1240px;padding:28px 32px 72px}.core.client .mobilebar{border-top:none;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e0e12d9;grid-template-columns:none;justify-content:center;gap:6px;height:auto;padding:12px 16px;display:flex;position:sticky;top:0}.core.client .mobilebar .nav{border-radius:var(--radius-sm);text-align:left;border:1px solid #0000;flex-direction:row;gap:8px;padding:8px 16px;font-size:13px}.core.client .mobilebar .nav .ico{width:20px;height:20px;margin:0;font-size:16px}.core.client .mobilebar .nav .ico svg{width:20px;height:20px}.core.client .mobilebar .nav:hover{border-color:var(--border)}.core.client .mobilebar .nav.active{background:var(--purple-dim);border-color:var(--purple)}.core.client .mobilebar .nav.active .ico{color:var(--purple-light)}.core.client .greeting-card{gap:22px;padding:24px}.core.client .greeting-card .avatar{border-radius:24px;width:104px;height:104px;font-size:42px}.core.client .greeting-card b{font-size:18px}.core.client .client-grid{grid-template-columns:repeat(4,1fr)}.core.client .product-h-scroll{grid-template-columns:repeat(5,1fr);display:grid;overflow:visible}.core.client .product-h-card{min-width:0;max-width:none}.core.client .product-grid{grid-template-columns:repeat(4,1fr);gap:16px}.core.client .product-card .thumb{height:170px}.core.client .product-card .body b{font-size:14px}.core.client .cart-fab{min-width:280px;bottom:32px;left:auto;right:32px}.core.client .mini-stats{grid-template-columns:repeat(4,1fr)}.core.client .shop-tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.core.client .brand-scroll{flex-wrap:wrap;overflow:visible}.core.client .product-hero{grid-template-columns:minmax(320px,420px) 1fr;align-items:start;gap:28px;display:grid}.core.client .checkout-grid{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}}@media (width>=600px) and (width<=899px){.core.client .main{max-width:720px}.core.client .product-grid{grid-template-columns:1fr 1fr 1fr}.core.client .client-grid{grid-template-columns:1fr 1fr}}.web .core.client .greeting-stats{gap:6px;margin-top:14px}.web .core.client .greeting-stats .gstat{gap:6px;padding:6px 4px}.web .core.client .greeting-stats .gstat b{font-size:12px}.web .core.client .greeting-stats .gstat em{font-size:8px}.web .core.client .greeting-stats .gstat-ico{border-radius:5px;width:16px;height:16px;font-size:10px}.web .core.client .greeting-stats .gstat-ico svg{width:10px;height:10px}.web .core.client .rank-tile{gap:8px;min-height:46px;padding:8px 12px}.web .core.client .rank-tile-ico{border-radius:8px;width:28px;height:28px;font-size:15px}.web .core.client .rank-tile-txt b{font-size:12px}.web .core.client .rank-tile-txt em{font-size:9px}.web .core.client .rank-tile-arrow{font-size:18px}@media (width>=900px){.web .core.client .rank-tile{border-radius:18px;gap:18px;min-height:96px;padding:18px 22px}.web .core.client .rank-tile-ico{border-radius:16px;width:56px;height:56px;font-size:30px}.web .core.client .rank-tile-txt b{font-size:24px}.web .core.client .rank-tile-txt em{font-size:17px}.web .core.client .rank-tile-arrow{font-size:38px}.web .core.client .greeting-stats{gap:12px;margin-top:18px}.web .core.client .greeting-stats .gstat{gap:10px;min-height:56px;padding:12px 14px}.web .core.client .greeting-stats .gstat b{font-size:18px}.web .core.client .greeting-stats .gstat em{font-size:12px}.web .core.client .greeting-stats .gstat-ico{border-radius:9px;width:30px;height:30px;font-size:16px}.web .core.client .greeting-stats .gstat-ico svg{width:17px;height:17px}}.core.client .modal-backdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.core.client .my-prizes{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;width:100%;max-width:400px;max-height:80vh;padding:16px;overflow-y:auto}.core.client .ranks-popup{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;width:100%;max-width:360px;max-height:80vh;padding:16px;overflow-y:auto}.core.client .ranks-table{flex-direction:column;gap:6px;display:flex}.core.client .rank-item{border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.core.client .rank-item.active{border-color:var(--purple);background:#7c4dff1f}.core.client .rank-ico{background:var(--bg-input);border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:18px;display:grid}:root{--bg:#0e0e12;--bg-card:#16161d;--bg-input:#0d0d12;--border:#26262c;--purple:#7c4dff;--purple-light:#9d6fff;--text:#f5f6fa;--text-secondary:#a1a1aa;--text-muted:#71717a}body{color:#f5f6fa;-webkit-font-smoothing:antialiased;background:#0e0e12;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}.lang-switcher{background:var(--bg-input);border:1px solid var(--border);border-radius:999px;flex-shrink:0;align-items:center;gap:4px;padding:3px;display:inline-flex}.lang-btn{color:#15151c;letter-spacing:.4px;cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:11px;font-weight:800;line-height:1;transition:background .15s,box-shadow .15s,transform .15s;display:inline-flex}.lang-btn:hover{transform:translateY(-1px)}.lang-btn.active{background:var(--purple);color:#fff;box-shadow:0 0 8px var(--purple-glow,#7c4dff80);border-color:#0000}.lang-flag{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;margin:.5px 0 0;padding:0;font-size:13px;line-height:1;display:inline-flex}.core.client .brand-header .brand-text{flex:1;min-width:0}
