@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--bg-primary:#f7f8fa;--bg-surface:#fff;--bg-surface-elevated:#f1f3f6;--bg-surface-glass:#ffffffb8;--bg-secondary:var(--bg-surface-elevated);--text-primary:#0f1419;--text-secondary:#4b5563;--text-muted:#8b94a3;--brand-primary:#f75e00;--brand-primary-hover:#e15400;--brand-secondary:#ff8a3d;--brand-glow:#f75e0024;--border-color:#e6e9ef;--border-color-light:#eff1f5;--border-color-glass:#0f14190f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:22px;--radius-full:999px;--shadow-sm:0 1px 2px #0f172a0f, 0 1px 1px #0f172a0a;--shadow-md:0 4px 12px -2px #0f172a14, 0 2px 6px -2px #0f172a0d;--shadow-lg:0 16px 32px -8px #0f172a24, 0 6px 14px -8px #0f172a1a;--shadow-brand:0 8px 24px -6px #f75e0061;--ring:0 0 0 3px #f75e002e;--status-success:#10b981;--status-warning:#f59e0b;--status-error:#ef4444;--status-info:#3b82f6;--chart-blue:#3b82f6;--chart-green:#10b981;--chart-red:#ef4444;--chart-orange:#f59e0b;--chart-purple:#8b5cf6;--chart-pink:#ec4899;--chart-teal:#14b8a6}[data-theme=dark]{--bg-primary:#07080a;--bg-surface:#15181e;--bg-surface-elevated:#20242c;--bg-surface-glass:#15181ec7;--text-primary:#f4f6f8;--text-secondary:#aeb6c2;--text-muted:#707983;--brand-primary:#ff6b1a;--brand-primary-hover:#ff8642;--brand-secondary:#ff9d45;--brand-glow:#ff6b1a52;--border-color:#2b323b;--border-color-light:#353d47;--border-color-glass:#ffffff17;--shadow-sm:0 1px 3px #00000073;--shadow-md:0 8px 20px -6px #0009, 0 2px 8px -4px #00000080;--shadow-lg:0 24px 48px -12px #000000b3, 0 8px 20px -8px #0000008c;--shadow-brand:0 8px 28px -6px #ff6b1a66;--ring:0 0 0 3px #ff6b1a40;--chart-blue:#60a5fa;--chart-green:#34d399;--chart-red:#f87171;--chart-orange:#fbbf24;--chart-purple:#a78bfa;--chart-pink:#f472b6;--chart-teal:#2dd4bf}*{box-sizing:border-box;margin:0;padding:0}:root,body,.sidebar,.navbar,header,.stats-card,.glass-panel,input,textarea,select,button,a,aside,main,section,div{transition:background-color .25s,border-color .25s,color .25s}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background-color:var(--bg-primary);background-image:radial-gradient(ellipse 90% 60% at 12% -8%, var(--brand-glow), transparent 55%), radial-gradient(ellipse 70% 50% at 100% 0%, color-mix(in srgb, var(--brand-secondary) 10%, transparent), transparent 50%);color:var(--text-primary);letter-spacing:-.011em;font-feature-settings:"cv11", "ss01";font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-attachment:fixed;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}:where(a,button,input,textarea,select,[tabindex]):focus-visible{box-shadow:var(--ring);border-radius:var(--radius-sm);outline:none}::selection{background:color-mix(in srgb, var(--brand-primary) 24%, transparent);color:var(--text-primary)}.glow-star{filter:drop-shadow(0 0 5px #f59e0b99);animation:2s infinite alternate starPulse}@keyframes starPulse{0%{filter:drop-shadow(0 0 2px #f59e0b66)}to{filter:drop-shadow(0 0 8px #f59e0bcc)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--text-muted) 38%, transparent);border-radius:var(--radius-full);background-clip:padding-box;border:3px solid #0000}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--text-muted) 60%, transparent);background-clip:padding-box}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--text-muted) 38%, transparent) transparent}.glass-panel{background:linear-gradient(180deg, color-mix(in srgb, var(--bg-surface) 100%, transparent), var(--bg-surface));background-color:var(--bg-surface);-webkit-backdrop-filter:blur(16px)saturate(160%);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:var(--radius-lg);position:relative}[data-theme=dark] .glass-panel{box-shadow:var(--shadow-lg), inset 0 1px 0 #ffffff0d}.title-xl{letter-spacing:-.028em;font-size:clamp(1.6rem,1.1rem + 1.4vw,2rem);font-weight:800;line-height:1.15}.title-lg{letter-spacing:-.024em;font-size:clamp(1.35rem,1.05rem + .9vw,1.6rem);font-weight:700;line-height:1.2}.title-md{letter-spacing:-.018em;font-size:1.2rem;font-weight:700}.text-muted{color:var(--text-secondary)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.hover-lift{will-change:transform;transition:transform .22s cubic-bezier(.34,1.2,.4,1),box-shadow .22s,border-color .22s}.hover-lift:hover{box-shadow:var(--shadow-lg);border-color:color-mix(in srgb, var(--brand-primary) 30%, var(--border-color));transform:translateY(-3px)}.fade-in{animation:.4s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-layout{min-height:100vh;display:flex;overflow:hidden}.sidebar{z-index:10;border-radius:0;flex-direction:column;width:260px;height:100vh;transition:width .3s;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-header{border-bottom:1px solid var(--border-color-glass);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.logo-box{align-items:center;gap:.75rem;display:flex}.brand-icon{background:linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;font-weight:700;display:flex}.brand-name{color:var(--text-primary);white-space:nowrap;font-size:1.2rem;font-weight:700}.toggle-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none}.sidebar-nav{scrollbar-width:thin;scrollbar-color:var(--border-color) transparent;flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.nav-item{border-radius:var(--radius-md);color:var(--text-secondary);letter-spacing:-.005em;align-items:center;gap:.7rem;padding:.6rem .8rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .16s,color .16s;display:flex;position:relative}.nav-item:hover{background:color-mix(in srgb, var(--brand-primary) 8%, transparent);color:var(--brand-primary)}.nav-item.active{background:linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));color:#fff;box-shadow:var(--shadow-brand)}.nav-item.active:before{content:"";border-radius:var(--radius-full);background:var(--brand-primary);width:3px;height:18px;position:absolute;top:50%;left:-.8rem;transform:translateY(-50%)}.main-content{flex-direction:column;flex:1;height:100vh;display:flex;overflow-y:auto}.navbar{border-bottom:1px solid var(--border-color-glass);z-index:5;border-radius:0;justify-content:space-between;align-items:center;height:80px;padding:0 2rem;display:flex;position:sticky;top:0}.search-bar{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:30px;align-items:center;gap:.5rem;width:350px;padding:.75rem 1rem;transition:border-color .2s;display:flex}.search-bar:focus-within{border-color:var(--brand-primary)}.search-bar input{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-family:inherit}.nav-actions{align-items:center;gap:1.5rem;display:flex}.icon-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:.5rem;transition:color .2s;position:relative}.icon-btn:hover{color:var(--brand-primary)}.badge{background:var(--chart-red);color:#fff;border:2px solid #fff;border-radius:10px;padding:2px 5px;font-size:.65rem;font-weight:700;position:absolute;top:0;right:2px}.user-profile{cursor:pointer;border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.5rem;transition:background .2s;display:flex}.user-profile:hover{background:#00000005}.avatar{width:40px;height:40px;color:var(--text-secondary);background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;display:flex}.user-name{font-size:.95rem;font-weight:600}.page-content{width:100%;max-width:1680px;margin:0 auto;padding:clamp(1.25rem,.6rem + 1.6vw,2.5rem) clamp(1.25rem,.4rem + 2.2vw,3rem)}@media (width>=1920px){.page-content{max-width:1840px}}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,248px),1fr));gap:clamp(1rem,.6rem + .8vw,1.5rem);margin-bottom:clamp(1.5rem,1rem + 1vw,2rem);display:grid}.stats-card{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.stats-title{font-size:.95rem;font-weight:500}.stats-icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.color-blue{color:var(--brand-primary);background:#3b82f61a}.color-green{color:var(--chart-green);background:#10b9811a}.color-orange{color:var(--chart-orange);background:#f59e0b1a}.color-purple{color:#8b5cf6;background:#8b5cf626}.color-red{color:var(--chart-red);background:#ef44441a}.stats-trend{align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;display:flex}.trend-badge{border-radius:6px;align-items:center;gap:.25rem;padding:2px 6px;font-weight:600;display:flex}.trend-badge.positive{color:var(--chart-green);background:#10b9811a}.trend-badge.negative{color:var(--chart-red);background:#ef44441a}@media (width<=1024px){.dashboard-charts-grid{grid-template-columns:1fr!important}}.skeleton{background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%) 0 0/200% 100%;border-radius:5px;animation:1.5s linear infinite shine}.skeleton-text{border-radius:4px;height:1.25rem;margin-bottom:.5rem}.skeleton-title{border-radius:6px;width:60%;height:2rem;margin-bottom:1rem}.skeleton-table-row{border-radius:6px;width:100%;height:45px}[data-theme=dark] .skeleton{background:linear-gradient(110deg,#1e1e1e 8%,#2c2c2c 18%,#1e1e1e 33%) 0 0/200% 100%}@keyframes shine{to{background-position-x:-200%}}.date-picker{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;outline:none;padding:.5rem 1rem;font-family:inherit;transition:all .2s}.date-picker:focus{border-color:var(--brand-primary)}::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer}.modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:100;opacity:0;background:#080b108c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.2s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background:var(--bg-surface);border-radius:var(--radius-xl);width:100%;max-width:600px;box-shadow:var(--shadow-lg), 0 32px 64px -24px #00000059;border:1px solid var(--border-color);animation:.32s cubic-bezier(.16,1,.3,1) forwards slideUp;overflow:hidden;transform:translateY(20px)scale(.97)}@keyframes slideUp{to{transform:translateY(0)scale(1)}}.status-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:4px;padding:3px 10px;font-size:.7rem;font-weight:700;line-height:1.5;display:inline-flex}.glow-red{color:var(--chart-red);background:#ef44441a;border:1px solid #ef444433;animation:1.5s infinite alternate glowRed}.glow-orange{color:var(--chart-orange);background:#f59e0b1a;border:1px solid #f59e0b33;animation:1.5s infinite alternate glowOrange}@keyframes glowRed{0%{box-shadow:0 0 2px #ef444433}to{box-shadow:0 0 10px #ef444466}}@keyframes glowOrange{0%{box-shadow:0 0 2px #f59e0b33}to{box-shadow:0 0 10px #f59e0b66}}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-brand{color:var(--brand-primary)}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.text-center{text-align:center}.stagger-item{animation:.4s forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.justify-center{justify-content:center}.btn-primary{background:linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));color:#fff;border-radius:var(--radius-md);cursor:pointer;letter-spacing:-.005em;box-shadow:var(--shadow-brand);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:filter .18s,transform .12s,box-shadow .18s;display:inline-flex}.btn-primary:hover{filter:brightness(1.06)saturate(1.05);box-shadow:var(--shadow-brand), var(--shadow-md)}.btn-primary:active{transform:translateY(1px)scale(.99)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.rate-guard-alert{border-radius:var(--radius-lg);color:var(--chart-red);background:#ef444414;border:1px solid #ef44444d;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-weight:600;animation:2s infinite alternate glowRed;display:flex}@media print{body *{visibility:hidden}.modal-content,.modal-content *{visibility:visible}.modal-content{width:100%;box-shadow:none;border:none;position:absolute;top:0;left:0}.no-print{display:none!important}}.product-create{min-height:calc(100vh - 120px);padding-bottom:3rem;position:relative}.product-create-bg{background:radial-gradient(ellipse 80% 50% at 10% -10%, var(--brand-glow), transparent 55%), radial-gradient(ellipse 60% 40% at 100% 20%, #8b5cf61f, transparent 50%), radial-gradient(ellipse 50% 30% at 50% 100%, #14b8a614, transparent 45%);pointer-events:none;z-index:0;position:absolute;inset:0}.product-create-inner{z-index:1;max-width:1120px;margin:0 auto;padding:0 1rem 2rem;position:relative}.product-create-hero{border-radius:var(--radius-xl);margin-bottom:1.5rem;padding:1.75rem 1.75rem 1.25rem;overflow:hidden}.product-create-back{color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.product-create-back:hover{color:var(--brand-primary)}.product-create-hero-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.product-create-hero-copy{flex:1;min-width:240px}.product-create-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-primary);align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.product-create-title{letter-spacing:-.03em;background:linear-gradient(120deg, var(--text-primary), var(--brand-primary));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(1.65rem,4vw,2.25rem);font-weight:700;line-height:1.15}[data-theme=dark] .product-create-title{background:linear-gradient(120deg,#f5f5f0,#ff8533);color:#0000;-webkit-background-clip:text;background-clip:text}.product-create-sub{color:var(--text-secondary);max-width:36rem;font-size:.92rem;line-height:1.55}.product-create-sub code{background:var(--bg-surface-elevated);border:1px solid var(--border-color);border-radius:4px;padding:.1em .35em;font-size:.82em}.product-create-hero-art{flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.product-create-orbit{border:2px dashed var(--border-color);border-radius:50%;animation:22s linear infinite productCreateOrbit;position:absolute;inset:0}@keyframes productCreateOrbit{to{transform:rotate(360deg)}}.product-create-hero-icon{color:var(--brand-primary);filter:drop-shadow(0 8px 20px var(--brand-glow))}.product-create-mode{border-radius:var(--radius-lg);background:var(--bg-surface-elevated);gap:.5rem;margin-top:1.35rem;padding:.4rem;display:flex}.product-create-mode-btn{border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.product-create-mode-btn.active{background:var(--bg-surface);color:var(--brand-primary);box-shadow:var(--shadow-sm)}.product-create-layout{grid-template-columns:1fr minmax(240px,280px);align-items:start;gap:1.5rem;display:grid}@media (width<=900px){.product-create-layout{grid-template-columns:1fr}.product-create-aside{order:-1}}.product-create-main{flex-direction:column;gap:1.25rem;display:flex}.product-create-card{border-radius:var(--radius-xl);padding:1.35rem 1.5rem;position:relative}.product-create-main>section:first-child{z-index:8}.product-create-main>section:nth-child(2){z-index:7}.product-create-main>section:nth-child(3){z-index:6}.product-create-main>section:nth-child(4){z-index:5}.product-create-main>section:nth-child(5){z-index:4}.product-create-main>section:nth-child(6){z-index:3}.product-create-main>section:nth-child(7){z-index:2}.product-create-main>section:nth-child(8){z-index:1}.product-create-card-title{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.05rem;font-weight:700;display:flex}.pc-section-num{background:var(--brand-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.72rem;font-weight:800;display:inline-flex}.pc-unit-toggle{border:1.5px solid var(--border-color);border-radius:var(--radius-md);flex-shrink:0;display:inline-flex;overflow:hidden}.pc-unit-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:7px 14px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s,color .15s}.pc-unit-btn+.pc-unit-btn{border-left:1.5px solid var(--border-color)}.pc-unit-btn.active{background:var(--brand-primary);color:#fff}.pc-unit-btn:not(.active):hover{background:var(--bg-surface);color:var(--text-primary)}.pc-dims-row{align-items:flex-end;gap:.5rem;display:flex}.pc-dims-row>div{flex:1}.pc-dims-x{color:var(--text-muted);flex-shrink:0;padding-bottom:9px;font-size:1rem;font-weight:600}.cs-wrap{flex-direction:column;display:flex}.cs-title{color:var(--text-primary);letter-spacing:.01em;margin-bottom:1rem;font-size:.88rem;font-weight:800}.cs-ring-wrap{justify-content:center;margin-bottom:1.2rem;display:flex;position:relative}.cs-ring-inner{pointer-events:none;flex-direction:column;align-items:center;gap:1px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cs-score-num{font-size:1.55rem;font-weight:800;line-height:1}.cs-score-lbl{text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;font-weight:700}.cs-sections{flex-direction:column;gap:.75rem;display:flex}.cs-section-head{align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.cs-section-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background .4s}.cs-section-name{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;flex:1;font-size:.72rem;font-weight:700}.cs-section-count{font-size:.68rem;font-weight:700;transition:color .4s}.cs-item{border-radius:5px;align-items:center;gap:.4rem;padding:.18rem 0 .18rem .3rem;transition:background .2s;display:flex}.cs-item-icon{text-align:center;flex-shrink:0;width:14px;font-size:.7rem;font-weight:700}.cs-item--done .cs-item-icon{color:#22c55e}.cs-item--fail .cs-item-icon{color:var(--text-muted)}.cs-item-text{color:var(--text-muted);flex:1;font-size:.76rem;line-height:1.3;transition:color .3s}.cs-item--done .cs-item-text{color:var(--text-secondary)}.cs-item-pts{color:var(--brand-primary);background:color-mix(in srgb, var(--brand-primary) 12%, transparent);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:.64rem;font-weight:700}.pc-attr-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border-color);margin-bottom:.7rem;padding-bottom:8px;font-size:.67rem;font-weight:800}.pc-optional-badge{color:var(--text-muted);background:var(--bg-surface-elevated);border:1px solid var(--border-color);vertical-align:middle;letter-spacing:.02em;border-radius:3px;margin-left:6px;padding:0 5px;font-size:.6rem;font-weight:600;line-height:1.6;display:inline-block}.pc-show-more-btn{width:100%;color:var(--brand-primary);background:color-mix(in srgb, var(--brand-primary) 5%, transparent);border:1.5px dashed color-mix(in srgb, var(--brand-primary) 35%, transparent);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:.4rem;margin-top:.85rem;padding:.55rem 1rem;font-size:.78rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:flex}.pc-show-more-btn:hover{background:color-mix(in srgb, var(--brand-primary) 12%, transparent);border-color:var(--brand-primary);border-style:solid}.pc-variant-toggle{border:1.5px solid var(--border-color);border-radius:var(--radius-md);gap:0;margin-bottom:1.25rem;display:flex;overflow:hidden}.pc-variant-mode-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s,color .15s;display:flex}.pc-variant-mode-btn+.pc-variant-mode-btn{border-left:1.5px solid var(--border-color)}.pc-variant-mode-btn.active{background:var(--brand-primary);color:#fff}.pc-variant-mode-btn:not(.active):hover{background:var(--bg-surface);color:var(--text-primary)}.msf-wrap{flex-direction:column;gap:6px;display:flex}.msf-chips{flex-wrap:wrap;gap:5px;display:flex}.msf-chip{cursor:pointer;border:1.5px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);white-space:nowrap;border-radius:99px;padding:4px 11px;font-size:.75rem;font-weight:500;line-height:1.5;transition:background .14s,border-color .14s,color .14s}.msf-chip--on{border-color:var(--brand-primary);background:color-mix(in srgb, var(--brand-primary) 12%, transparent);color:var(--brand-primary);font-weight:700}.msf-chip:hover:not(.msf-chip--on){border-color:color-mix(in srgb, var(--brand-primary) 45%, transparent);background:color-mix(in srgb, var(--brand-primary) 5%, transparent)}.msf-check{margin-right:3px;font-size:.65rem}.msf-count{color:var(--brand-primary);font-size:.68rem;font-weight:700}.spec-prog{margin:.25rem 0 1.4rem}.spec-prog-track{background:var(--border-color);border-radius:99px;height:6px;position:relative;overflow:hidden}.spec-prog-fill{background:var(--sp-color,#3b82f6);border-radius:99px;min-width:0;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1),background .45s;position:relative;overflow:hidden}.spec-prog-fill:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff8c 50%,#0000 100%);width:100%;height:100%;animation:1.6s ease-in-out infinite spec-shimmer;position:absolute;top:0;left:-100%}@keyframes spec-shimmer{0%{transform:translate(0%)}to{transform:translate(200%)}}.spec-prog-fill--done{box-shadow:0 0 10px 2px #22c55e66}.spec-prog-row{align-items:center;gap:8px;margin-top:7px;display:flex}.spec-prog-label{color:var(--text-muted);flex:1;font-size:.7rem;font-weight:600}.spec-prog-opt-badge{color:var(--brand-primary);background:color-mix(in srgb, var(--brand-primary) 10%, transparent);border:1px solid color-mix(in srgb, var(--brand-primary) 25%, transparent);border-radius:99px;flex-shrink:0;padding:1px 7px;font-size:.65rem;font-weight:700}.spec-prog-pct{font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;min-width:32px;font-size:.72rem;font-weight:800;transition:color .45s}.pc-private-badge{text-transform:uppercase;letter-spacing:.06em;color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b59;border-radius:99px;align-items:center;gap:4px;margin-left:auto;padding:2px 8px;font-size:.62rem;font-weight:700;display:inline-flex}.pc-bi-block{margin-bottom:1.6rem}.pc-bi-block-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border-color);align-items:center;gap:6px;margin-bottom:.9rem;padding-bottom:8px;font-size:.7rem;font-weight:800;display:flex}.pc-bi-group{border-radius:var(--radius-lg);border:1.5px solid var(--border-color);margin-bottom:1.4rem;padding:1rem 1.1rem 1.1rem}.pc-bi-group--confirmed{background:#22c55e08;border-color:#22c55e59}.pc-bi-group--estimate{background:#f59e0b08;border-color:#f59e0b59}.pc-bi-group-header{align-items:center;gap:7px;font-size:.8rem;font-weight:800;display:flex}.pc-bi-group--confirmed .pc-bi-group-header{color:#16a34a}.pc-bi-group--estimate .pc-bi-group-header{color:#b45309}.pc-bi-group-sub{opacity:.75;margin-left:2px;font-size:.68rem;font-weight:500}.pc-bi-daraz-fees{border-top:1px dashed var(--border-color);margin-top:1.2rem;padding-top:.9rem}.pc-bi-daraz-fees-title{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);align-items:center;gap:5px;margin-bottom:.2rem;font-size:.68rem;font-weight:700;display:flex}.pc-price-mode-toggle{gap:6px;margin-top:4px;margin-bottom:7px;display:flex}.pc-price-mode-btn{border-radius:var(--radius-full);border:1.5px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:4px 12px;font-size:.72rem;font-weight:600;transition:all .15s;display:flex}.pc-price-mode-btn.active{color:#16a34a;background:#22c55e14;border-color:#16a34a}.pc-price-mode-btn:not(.active):hover{border-color:var(--text-muted);color:var(--text-secondary)}.pc-bulk-price-block{flex-direction:column;gap:8px;display:flex}.pc-bulk-quick-btns{flex-wrap:wrap;gap:5px;display:flex}.pc-bulk-quick-btn{border-radius:var(--radius-full);border:1px dashed var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;padding:3px 9px;font-size:.65rem;font-weight:600;transition:all .12s}.pc-bulk-quick-btn:hover{color:#b45309;background:#f59e0b0f;border-color:#b45309}.pc-bulk-unit-calc{color:#16a34a;border-radius:var(--radius-md);background:#22c55e14;border:1px solid #22c55e38;align-items:center;gap:6px;padding:6px 11px;font-size:.72rem;display:flex}.pc-estimates-action-btn{border-radius:var(--radius-full);cursor:pointer;background:0 0;border:1.5px solid;align-items:center;gap:4px;padding:3px 10px;font-size:.68rem;font-weight:600;transition:all .15s;display:flex}.pc-estimates-edit-btn{color:#b45309;border-color:#b45309}.pc-estimates-edit-btn:hover{background:#f59e0b14}.pc-estimates-reset-btn{border-color:var(--border-color);color:var(--text-muted)}.pc-estimates-reset-btn:hover{color:#b45309;border-color:#b45309}.pc-estimates-auto-banner{color:#92400e;border-radius:var(--radius-md);background:#f59e0b12;border:1px solid #f59e0b33;align-items:flex-start;gap:7px;margin-top:.7rem;padding:8px 11px;font-size:.7rem;line-height:1.5;display:flex}.pc-estimates-auto-mode input:disabled{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);opacity:1;cursor:default;background:#f59e0b0a;border-color:#f59e0b2e;font-weight:600}.pc-video-tabs{gap:4px;margin:8px 0 10px;display:flex}.pc-video-tab{border:1.5px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-size:.72rem;font-weight:600;transition:all .15s;display:inline-flex}.pc-video-tab:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.pc-video-tab.active{border-color:var(--brand-primary);color:var(--brand-primary);background:#ff6b0012}.pc-video-content{border:1.5px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface-elevated);padding:.9rem}.pc-video-drop-zone{border:2px dashed var(--border-color);border-radius:var(--radius-md);text-align:center;cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;padding:1.5rem;transition:border-color .15s,background .15s;display:flex}.pc-video-drop-zone:hover{border-color:var(--brand-primary);background:#ff6b0008}.pc-video-drop-zone input[type=file]{display:none}.pc-video-done{border-radius:var(--radius-md);color:#16a34a;word-break:break-all;background:#22c55e0f;border:1px solid #22c55e38;align-items:center;gap:8px;padding:8px 12px;font-size:.78rem;display:flex}.pc-video-clear-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;align-items:center;margin-left:auto;padding:2px;transition:color .12s,background .12s;display:flex}.pc-video-clear-btn:hover{color:var(--status-error);background:#ef444414}.pc-yt-preview{border-radius:var(--radius-md);background:#000;border:1.5px solid #22c55e4d;margin-top:10px;overflow:hidden}.pc-yt-preview iframe{aspect-ratio:16/9;border:none;width:100%;display:block}.pc-yt-preview-badge{color:#16a34a;background:#22c55e0f;align-items:center;gap:6px;padding:6px 10px;font-size:.72rem;font-weight:600;display:flex}.pc-video-info-box{border-radius:var(--radius-md);color:#92400e;background:#f59e0b0d;border:1px solid #f59e0b2e;margin-top:8px;padding:9px 12px;font-size:.72rem;line-height:1.5}.pc-video-info-row{align-items:flex-start;gap:7px;display:flex}.pc-media-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;max-height:300px;display:grid;overflow-y:auto}.pc-media-item{border:2px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;aspect-ratio:16/9;background:var(--bg-primary);transition:border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.pc-media-item:hover{border-color:var(--brand-primary);box-shadow:0 0 0 2px #ff6b001f}.pc-media-item.selected{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e2e}.pc-media-item video,.pc-media-item img{object-fit:cover;width:100%;height:100%}.pc-media-item-check{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:4px;right:4px}.pc-rs-prefix{color:var(--text-muted);pointer-events:none;font-size:.8rem;font-weight:700;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.pc-profit-card{background:var(--bg-surface-elevated);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:1.6rem;padding:1.1rem 1.2rem;overflow:hidden}.pc-profit-card-header{color:var(--text-secondary);align-items:center;gap:7px;margin-bottom:.9rem;font-size:.78rem;font-weight:700;display:flex}.pc-profit-verdict{border-radius:99px;align-items:center;gap:4px;margin-left:auto;padding:2px 9px;font-size:.68rem;font-weight:800;display:inline-flex}.pc-profit-verdict.green{color:#22c55e;background:#22c55e1f}.pc-profit-verdict.red{color:#ef4444;background:#ef44441f}.pc-profit-verdict.amber{color:#f59e0b;background:#f59e0b1f}.pc-profit-rows{border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:0;margin-bottom:1rem;display:flex;overflow:hidden}.pc-profit-row{color:var(--text-secondary);background:var(--bg-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:7px 11px;font-size:.8rem;font-weight:500;display:flex}.pc-profit-row:last-child{border-bottom:none}.pc-profit-row.sub{color:var(--text-muted);background:var(--bg-surface-elevated);padding-left:18px;font-size:.75rem}.pc-profit-row.result{padding:10px 11px;font-size:.85rem;font-weight:800}.pc-profit-row.result.green{color:#16a34a;background:#22c55e14}.pc-profit-row.result.red{color:#dc2626;background:#ef444414}.pc-profit-row .red{color:#ef4444}.pc-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.7rem;display:grid}.pc-kpi{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:3px;padding:.7rem .9rem;display:flex}.pc-kpi-val{font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:800;line-height:1.2}.pc-kpi-lbl{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.pc-profit-warning{color:#b45309;border-radius:var(--radius-md);background:#f59e0b1a;border:1px solid #f59e0b4d;align-items:center;gap:6px;margin-top:.8rem;padding:6px 10px;font-size:.72rem;font-weight:600;display:flex}.pc-profit-estimate-note{color:var(--text-muted);border-top:1px dashed var(--border-color);align-items:flex-start;gap:7px;margin-top:.85rem;padding-top:.65rem;font-size:.7rem;line-height:1.5;display:flex}.pc-profit-estimate-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:4px;display:inline-block}.pc-profit-estimate-dot.est{background:#f59e0b}.product-create-hint{color:var(--text-muted);margin:-.35rem 0 .85rem;font-size:.8rem;line-height:1.45}.product-create-hint code{background:var(--bg-surface-elevated);border-radius:4px;padding:.08em .3em;font-size:.78em}.product-create-fields{grid-template-columns:1fr 1fr;gap:1rem 1.25rem;display:grid}.product-create-fields.four{grid-template-columns:repeat(4,1fr)}@media (width<=720px){.product-create-fields,.product-create-fields.four{grid-template-columns:1fr}}.product-create-field{flex-direction:column;gap:.35rem;display:flex}.product-create-field.full{grid-column:1/-1}.product-create-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.78rem;font-weight:600}.product-create-input{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.product-create-input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-glow)}.product-create-textarea{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);resize:vertical;outline:none;min-height:120px;padding:.75rem .9rem;font-family:ui-monospace,monospace;font-size:.82rem;line-height:1.45}.product-create-textarea.sm{min-height:0;font-size:.85rem}.product-create-textarea.mono{font-family:ui-monospace,monospace}.product-create-textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-glow)}.pc-img-grid{grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:.75rem;display:grid}@media (width<=600px){.pc-img-grid{grid-template-columns:repeat(3,1fr)}}.pc-img-slot{aspect-ratio:1;border-radius:var(--radius-md);border:1.5px dashed var(--border-color);background:var(--bg-primary);cursor:pointer;justify-content:center;align-items:center;transition:border-color .15s,background .15s;display:flex;position:relative;overflow:hidden}.pc-img-slot--empty:hover,.pc-img-slot--add:hover{border-color:var(--brand-primary);background:#ff6b000a}.pc-img-slot--uploading{border-style:solid;border-color:var(--brand-primary);cursor:default}.pc-img-slot--done{border-style:solid;border-color:var(--border-color);cursor:default}.pc-img-slot--error{border-color:var(--chart-red);cursor:pointer;background:#ef44440d}.pc-img-slot--add{opacity:.6;border-style:dashed;transition:opacity .15s,border-color .15s}.pc-img-slot--add:hover{opacity:1}.pc-img-slot-body{color:var(--text-muted);text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:4px;padding:6px;font-size:.72rem;font-weight:600;display:flex}.pc-img-slot-body--error{color:var(--chart-red)}.pc-img-errmsg{color:var(--chart-red);opacity:.8;text-overflow:ellipsis;white-space:nowrap;max-width:90%;font-size:.65rem;font-weight:400;overflow:hidden}.pc-img-toast{border-radius:var(--radius-md);color:#dc2626;background:#ef444414;border:1px solid #ef444438;align-items:center;gap:7px;margin-bottom:8px;padding:7px 11px;font-size:.76rem;animation:.2s fadeIn;display:flex}.pc-img-toast span{flex:1}.pc-img-toast button{cursor:pointer;color:#dc2626;background:0 0;border:none;border-radius:50%;flex-shrink:0;align-items:center;margin-left:auto;padding:2px;display:flex}.pc-img-toast button:hover{background:#ef44441f}.pc-img-thumb{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.pc-img-remove{color:#fff;cursor:pointer;z-index:2;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s;display:flex;position:absolute;top:4px;right:4px}.pc-img-remove:hover{background:var(--chart-red)}.pc-img-badge{letter-spacing:.03em;background:var(--brand-primary);color:#fff;z-index:2;pointer-events:none;border-radius:3px;padding:1px 5px;font-size:.62rem;font-weight:700;position:absolute;bottom:4px;left:4px}.pc-cat-selected{border-radius:var(--radius-md);background:#2563eb12;border:1px solid #2563eb33;align-items:center;gap:8px;margin-bottom:6px;padding:6px 10px;font-size:.8rem;display:flex}.pc-cat-path{color:var(--brand-primary);flex:1;font-weight:600}.pc-cat-id{color:var(--text-muted);font-family:monospace;font-size:.72rem}.pc-cat-clear{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:3px;padding:2px;display:flex}.pc-cat-clear:hover{color:var(--chart-red)}.pc-dropdown{z-index:200;background:var(--bg-surface-elevated);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);max-height:280px;position:absolute;top:calc(100% + 2px);left:0;right:0;overflow-y:auto}.pc-dropdown-msg{text-align:center;color:var(--text-muted);justify-content:center;align-items:center;gap:6px;padding:1rem;font-size:.82rem;display:flex}.pc-dropdown-item{text-align:left;border:none;border-bottom:1px solid var(--border-color-glass);cursor:pointer;background:0 0;width:100%;padding:8px 12px;font-family:inherit;display:block}.pc-dropdown-item:hover{background:var(--bg-surface)}.pc-dropdown-item-name{color:var(--text-primary);font-size:.82rem;font-weight:600;display:block}.pc-dropdown-item-path{color:var(--text-muted);margin-top:1px;font-size:.7rem;display:block}.pc-dropdown-item-id{color:var(--text-muted);font-family:monospace;font-size:.68rem;display:block}.pc-cat-suggestion-chip{border-radius:var(--radius-md);cursor:pointer;text-align:left;color:var(--brand-primary);background:#ff6b000d;border:1.5px solid #ff6b0033;flex-direction:column;align-items:flex-start;gap:2px;padding:6px 11px;font-family:inherit;font-size:.76rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.pc-cat-suggestion-chip:hover{border-color:var(--brand-primary);background:#ff6b001f}.pc-cat-suggestion-path{color:var(--text-muted);font-size:.63rem;font-weight:400;line-height:1.3}.pc-aside-img-grid{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.pc-aside-img-thumb{object-fit:cover;border:1px solid var(--border-color);border-radius:4px;width:36px;height:36px}.product-create-alert{border-radius:var(--radius-lg);align-items:flex-start;gap:.75rem;padding:1rem 1.15rem;font-size:.9rem;display:flex}.product-create-alert.error{color:var(--chart-red);background:#ef44440f;border:1px solid #ef444459}.product-create-alert.success{color:var(--chart-green);background:#10b9810f;border:1px solid #10b98159}.product-create-pre{border-radius:var(--radius-md);background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);margin-top:.6rem;padding:.75rem;font-size:.78rem;overflow-x:auto}.product-create-link{color:var(--brand-primary);margin-top:.65rem;font-weight:600;text-decoration:none;display:inline-block}.product-create-link:hover{text-decoration:underline}.product-create-actions{justify-content:center;padding:.5rem 0 1rem;display:flex}.product-create-submit{border-radius:var(--radius-lg);cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));box-shadow:var(--shadow-brand), 0 12px 28px #ff6b0038;border:none;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;display:inline-flex}.product-create-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.product-create-aside{flex-direction:column;gap:1rem;display:flex;position:sticky;top:100px}.product-create-tip{border-radius:var(--radius-lg);color:var(--text-secondary);padding:1.1rem 1.2rem;font-size:.86rem;line-height:1.5}.product-create-tip h3{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.65rem;font-size:.82rem;font-weight:700}.product-create-tip ul{margin:0;padding-left:1.1rem}.product-create-tip li{margin-bottom:.35rem}.product-create-tip.accent{border-left:3px solid var(--brand-primary)}.product-create-tip code{font-size:.78em}.re-wrap{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);overflow:hidden}.re-toolbar{background:var(--bg-surface);border-bottom:1px solid var(--border-color);flex-wrap:wrap;align-items:center;gap:2px;padding:5px 8px;display:flex}.re-btn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.re-btn:hover{background:var(--bg-surface-elevated);color:var(--brand-primary)}.re-sep{background:var(--border-color);flex-shrink:0;width:1px;height:18px;margin:0 3px}.re-size-sel{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);height:26px;color:var(--text-primary);cursor:pointer;outline:none;padding:0 6px;font-family:inherit;font-size:.78rem}.re-editor{min-height:160px;max-height:420px;color:var(--text-primary);word-break:break-word;outline:none;padding:12px 14px;font-size:.9rem;line-height:1.65;overflow-y:auto}.re-editor:empty:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none}.re-editor--preview{background:var(--bg-surface);border-top:1px dashed var(--border-color);cursor:default;min-height:120px;max-height:none}.re-editor ul,.re-editor--preview ul{margin:6px 0;padding-left:1.4rem;list-style:outside}.re-editor ol,.re-editor--preview ol{margin:6px 0;padding-left:1.4rem;list-style:decimal}.re-editor li,.re-editor--preview li{margin:2px 0}.re-editor img,.re-editor--preview img{border-radius:4px;max-width:100%;height:auto;margin:6px 0;display:block}.re-editor blockquote,.re-editor--preview blockquote{border-left:3px solid var(--brand-primary);color:var(--text-secondary);margin:6px 0;padding-left:10px}.re-preview-btn{border:none;border-top:1px solid var(--border-color);background:var(--bg-surface);width:100%;color:var(--text-muted);cursor:pointer;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-size:.76rem;font-weight:600;transition:color .12s;display:inline-flex}.re-preview-btn:hover{color:var(--brand-primary)}.be-wrap{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);flex-direction:column;gap:4px;padding:8px 10px;display:flex}.be-row{align-items:center;gap:6px;display:flex}.be-dot{color:var(--brand-primary);text-align:center;flex-shrink:0;width:14px;font-size:1.1rem;line-height:1}.be-input{border-radius:var(--radius-sm);color:var(--text-primary);background:0 0;border:1px solid #0000;outline:none;flex:1;padding:5px 8px;font-family:inherit;font-size:.85rem;transition:border-color .12s,background .12s}.be-input:focus{border-color:var(--border-color);background:var(--bg-surface)}.be-input::placeholder{color:var(--text-muted)}.be-remove{width:20px;height:20px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex}.be-remove:hover{color:var(--chart-red);background:#ef44441a}.be-add{border:1px dashed var(--border-color);border-radius:var(--radius-sm);color:var(--brand-primary);cursor:pointer;background:0 0;align-self:flex-start;align-items:center;gap:4px;margin-top:4px;padding:4px 10px;font-family:inherit;font-size:.78rem;font-weight:600;transition:border-color .12s,background .12s;display:inline-flex}.be-add:hover{border-color:var(--brand-primary);background:#ff6b000a}.brand-icon{background:linear-gradient(135deg, var(--brand-primary), var(--brand-secondary))}.search-bar:focus-within{border-color:#ff6b00!important;box-shadow:0 0 0 3px #ff6b001f!important}.avatar{color:#ff6b00!important;background:linear-gradient(135deg,#ff6b0026,#ff8c331a)!important}.btn-primary{background:#ff6b00!important}.btn-primary:hover{background:#e55c00!important}.recharts-legend-item-text,.recharts-default-legend{font-family:Plus Jakarta Sans,sans-serif!important;font-size:.73rem!important}::-webkit-scrollbar-thumb:hover{background:#ff6b0059!important}
