.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width);background:var(--charcoal);color:var(--cream);display:flex;flex-direction:column;padding:28px 16px;z-index:200;transform:translate(-100%);transition:transform .25s ease}.sidebar.is-open{transform:translate(0)}.sidebar-brand{display:flex;align-items:center;padding:0 12px 28px}.sidebar-logo-img{height:110px;width:auto;object-fit:contain;display:block}@media (max-width: 768px){.sidebar-logo-img{height:45px}}@media (max-width: 480px){.sidebar-logo-img{height:90px}}.sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar-link{padding:12px;border-radius:var(--radius);font-family:var(--font-body);font-size:14px;font-weight:500;line-height:1;color:#faf7f1bf;background:none;border:none;text-align:left}.sidebar-link:hover{background:#faf7f10f;color:var(--cream)}.sidebar-link.is-active{background:var(--gold);color:var(--ink);font-weight:600}.sidebar-logout{color:#faf7f199;margin-top:12px;border-top:1px solid rgba(250,247,241,.1);padding-top:16px}.sidebar-logout:hover{color:var(--cream)}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#14110d80;z-index:150}@media (min-width: 1024px){.sidebar{transform:translate(0)}.sidebar-scrim{display:none}}.topbar{display:flex;align-items:center;gap:16px;padding:14px 24px;background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.topbar-menu-btn{background:none;border:none;color:var(--ink);padding:4px;display:inline-flex;align-items:center;justify-content:center}.topbar-search{flex:1;display:flex;align-items:center;gap:8px;background:var(--cream);border-radius:var(--radius);padding:8px 14px;max-width:420px;color:#14110d80;min-width:0}.topbar-search input{border:none;background:none;outline:none;flex:1;min-width:0;font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--ink)}.topbar-search input::placeholder{font-weight:400;color:#14110d73}.topbar-actions{display:flex;align-items:center;gap:18px;margin-left:auto}.topbar-bell{background:none;border:none;color:var(--ink);width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);transition:background-color .18s ease}.topbar-bell:hover{background:var(--cream-deep)}.topbar-admin{display:flex;align-items:center;gap:10px;min-width:0}.topbar-avatar{width:36px;height:36px;border-radius:50%;background:var(--gold);color:var(--ink);display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:600;font-size:14px;flex-shrink:0}.topbar-identity{display:flex;flex-direction:column;line-height:1.25;min-width:0}.topbar-identity-name{font-size:13px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.topbar-identity-role{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep)}@media (max-width: 767px){.topbar{gap:8px;padding:10px 12px}.topbar-menu-btn{width:40px;height:40px;flex-shrink:0;padding:0}.topbar-search{flex:1;min-width:0;max-width:none;padding:0 12px}.topbar-search input{width:100%;height:40px;font-size:13px}.topbar-actions{gap:2px}.topbar-bell{width:40px;height:40px;flex-shrink:0;padding:0}.topbar-admin{gap:0}.topbar-identity{display:none}.topbar-avatar{width:38px;height:38px;font-size:15px;flex-shrink:0}}@media (min-width: 1024px){.topbar-menu-btn{display:none}}.topbar-bell-wrap,.topbar-bell{position:relative}.topbar-bell-badge{position:absolute;top:0;right:0;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:var(--gold);color:var(--ink);border:1.5px solid var(--white);box-sizing:content-box;font-family:var(--font-body);font-size:9px;font-weight:700;line-height:15px;text-align:center;letter-spacing:0}.topbar-notif-panel{position:absolute;top:calc(100% + 10px);right:0;width:340px;max-width:calc(100vw - 24px);background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 44px #14110d2e;z-index:60;display:flex;flex-direction:column;overflow:hidden}.topbar-notif-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line)}.topbar-notif-title{margin:0;font-size:13px;font-weight:600;color:var(--ink)}.topbar-notif-markall{background:none;border:none;padding:0;font-family:var(--font-body);font-size:11px;font-weight:600;color:var(--gold-deep);cursor:pointer;letter-spacing:.02em}.topbar-notif-markall:hover{text-decoration:underline}.topbar-notif-list{max-height:min(360px,55vh);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.topbar-notif-empty{margin:0;padding:28px 16px;text-align:center;font-size:13px;color:#14110d80}.topbar-notif-item{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid var(--line);padding:12px 16px;font-family:var(--font-body);cursor:pointer;transition:background-color .18s ease}.topbar-notif-item:hover{background:var(--cream)}.topbar-notif-item:last-child{border-bottom:none}.topbar-notif-tag{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep)}.topbar-notif-order{font-size:13px;font-weight:600;color:var(--ink)}.topbar-notif-customer{font-size:12px;color:#14110da6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.topbar-notif-meta{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:4px;font-size:11px;color:#14110d8c}.topbar-notif-meta strong{font-size:12px;font-weight:600;color:var(--ink)}.topbar-notif-viewall{display:block;width:100%;background:var(--cream);border:none;border-top:1px solid var(--line);padding:12px 16px;font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--ink);cursor:pointer;letter-spacing:.03em;transition:background-color .18s ease}.topbar-notif-viewall:hover{background:var(--cream-deep)}.admin-layout,.admin-main{min-height:100vh}.admin-content{padding:24px;max-width:1400px;width:100%;box-sizing:border-box}@media (max-width: 767px){.admin-content{padding:20px 16px 32px;max-width:100%}}@media (max-width: 360px){.admin-content{padding-inline:12px}}@media (min-width: 1024px){.admin-main{margin-left:var(--sidebar-width)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--charcoal);padding:24px}.login-card{background:var(--white);padding:40px 32px;border-radius:var(--radius);width:100%;max-width:380px}.login-brand{text-align:center;margin-bottom:28px}.login-logo-img{height:50px;width:auto;object-fit:contain;display:inline-block}@media (max-width: 768px){.login-logo-img{height:45px}}@media (max-width: 480px){.login-logo-img{height:38px}}.login-error{color:var(--danger);font-size:.85rem}.stat-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:22px;min-height:128px;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;width:100%;box-sizing:border-box}.stat-card-text{flex:1;min-width:0}.stat-card-label{font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:.01em;line-height:1.3;color:#14110d8c;margin:0 0 6px}.stat-card-sub{margin:8px 0 0;font-family:var(--font-body);font-size:11.5px;font-weight:500;line-height:1.3;color:#14110d8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-card-sub--up{color:#2e7d32}.stat-card-sub--down{color:#c62828}.stat-card-sub--gold{color:var(--gold-deep)}.stat-card-value{font-family:var(--font-body);font-size:clamp(26px,2vw,30px);font-weight:600;letter-spacing:-.02em;line-height:1.15;font-variant-numeric:tabular-nums;margin:0;overflow-wrap:anywhere}.stat-card-icon{width:44px;height:44px;border-radius:50%;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;color:var(--gold-deep);flex-shrink:0}@media (max-width: 767px){.stat-card{padding:16px;min-height:100px}.stat-card-label{font-size:11px;margin-bottom:5px}.stat-card-value{font-size:clamp(20px,6vw,27px)}.stat-card-icon{width:38px;height:38px}.stat-card-icon svg{width:18px;height:18px}}.dashboard-page{display:flex;flex-direction:column;gap:20px}.dash-page-header{align-items:center}.dash-page-title h1{margin-bottom:4px}.dash-page-title .page-subtitle{margin:0}.dash-quick-actions{display:flex;flex-wrap:wrap;gap:10px}.dash-kpis{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.dash-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.dash-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}}.dash-section{padding:22px;min-width:0}.dash-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.dash-section-head h2{margin:0;font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--ink)}.dash-section-sub{display:block;margin-top:3px;font-size:12px;color:#14110d8c}.dash-section-head--split{align-items:flex-end}.dash-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (min-width: 900px){.dash-status-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dash-status-card{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-width:0}.dash-status-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--cream-deep)}.dash-status-card--pending .dash-status-icon{color:var(--gold-deep)}.dash-status-card--processing .dash-status-icon{color:#1563c0}.dash-status-card--shipped .dash-status-icon{color:#6d4fd0}.dash-status-card--delivered .dash-status-icon{color:#2e7d32}.dash-status-card--cancelled .dash-status-icon{color:#c62828}.dash-status-text{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.dash-status-label{font-size:12px;font-weight:600;letter-spacing:.04em;color:#14110da6}.dash-status-count{font-size:22px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--ink)}.dash-status-bar{height:5px;border-radius:999px;background:var(--cream-deep);overflow:hidden}.dash-status-bar span{display:block;height:100%;border-radius:999px;background:var(--gold)}.dash-status-card--processing .dash-status-bar span{background:#5b9bd5}.dash-status-card--shipped .dash-status-bar span{background:#9b8cff}.dash-status-card--delivered .dash-status-bar span{background:#66bb6a}.dash-status-card--cancelled .dash-status-bar span{background:#e57373}.dash-row{display:grid;grid-template-columns:1fr;gap:20px;align-items:stretch}@media (min-width: 1024px) and (max-width: 1279px){.dash-row{grid-template-columns:1fr}}@media (min-width: 1280px){.dash-row{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}}.dash-period-tabs{display:inline-flex;gap:2px;padding:3px;background:var(--cream-deep);border-radius:var(--radius);flex-shrink:0}.dash-period-tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font-family:var(--font-body);font-size:11.5px;font-weight:600;color:#14110d99;padding:7px 12px;border-radius:calc(var(--radius) - 1px);cursor:pointer;white-space:nowrap;transition:background-color .18s ease,color .18s ease}.dash-period-tabs button:hover{color:var(--ink)}.dash-period-tabs button.is-active{background:var(--white);color:var(--gold-deep);box-shadow:var(--shadow-soft)}.dash-period-tabs button:focus-visible{outline:2px solid var(--gold);outline-offset:1px}.dash-chart{width:100%;min-width:0}.dash-chart-svg{width:100%;height:auto;display:block}.dash-chart-axis{font-family:var(--font-body);font-size:10px;fill:#14110d80}.dash-chart-empty{margin:0;padding:48px 16px;text-align:center;font-size:13px;color:#14110d8c}.dash-attention{display:flex;flex-direction:column;gap:12px}.dash-attention-empty{margin:0;padding:28px 16px;text-align:center;font-size:13px;font-weight:500;color:#2e7d32;background:#2e7d320f;border:1px dashed rgba(46,125,50,.35);border-radius:var(--radius)}.dash-attention-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.dash-attention-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#b8862b1f;color:var(--gold-deep);flex-shrink:0}.dash-attention-text{margin:0;font-size:13px;min-width:0}.dash-attention-text strong{display:block}.dash-attention-link{font-size:12px;font-weight:600;color:var(--gold-deep);text-decoration:none;white-space:nowrap}.dash-attention-link:hover{text-decoration:underline}.dash-recent-table td{vertical-align:middle}.dash-recent-table table{table-layout:fixed;width:100%}.dash-recent-table thead th:nth-child(1){width:10%}.dash-recent-table thead th:nth-child(2){width:17%}.dash-recent-table thead th:nth-child(3){width:12%}.dash-recent-table thead th:nth-child(4){width:8%}.dash-recent-table thead th:nth-child(5){width:10%}.dash-recent-table thead th:nth-child(6){width:14%}.dash-recent-table thead th:nth-child(7){width:14%}.dash-recent-table thead th:nth-child(8){width:15%}.dash-recent-table .dash-recent-customer{min-width:0}.dash-recent-table .dash-recent-id,.dash-recent-table .dash-recent-items{overflow:hidden;text-overflow:ellipsis}.dash-recent-table .dash-recent-payment{white-space:normal;overflow-wrap:anywhere;text-align:center;max-width:100%}.dash-recent-table tbody tr{transition:background-color .15s ease}.dash-recent-table tbody tr:hover{background:var(--cream)}.dash-recent-id{font-weight:600;font-size:13px;white-space:nowrap}.dash-recent-customer{font-size:13px;overflow-wrap:anywhere}.dash-recent-date span{display:block;white-space:nowrap;font-size:12px;font-weight:500}.dash-recent-date .dash-recent-time{font-size:11px;color:#14110d73}.dash-recent-items{font-size:12px;color:#14110da6;white-space:nowrap}.dash-recent-amount{font-weight:600;font-size:13.5px;font-variant-numeric:tabular-nums;white-space:nowrap}.dash-recent-payment{display:inline-block;font-size:10.5px;font-weight:600;letter-spacing:.04em;color:#14110da6;background:var(--cream);border:1px solid var(--line);border-radius:999px;padding:3px 10px;white-space:nowrap}.dash-recent-view{font-size:12px;font-weight:600;color:var(--gold-deep);text-decoration:none;white-space:nowrap}.dash-recent-view:hover{text-decoration:underline}.dash-recent-cards{display:none}.dash-recent-card{padding:14px 16px;background:var(--white);border:1px solid rgba(80,60,30,.1);border-radius:var(--radius);margin-bottom:10px}.dash-recent-card:last-child{margin-bottom:0}.dash-recent-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.dash-recent-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.dash-recent-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}.dash-recent-card .dash-recent-customer{display:block;margin-top:6px}.dash-recent-card .dash-recent-date{font-size:12px;color:#14110d8c}.dash-top-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.dash-top-list li{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-width:0}.dash-top-rank{width:26px;height:26px;border-radius:50%;background:var(--cream-deep);color:var(--gold-deep);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-top-thumb{width:40px;height:40px;border-radius:var(--radius);object-fit:contain;background:var(--cream);border:1px solid var(--line);flex-shrink:0}.dash-top-thumb--ph{display:flex;align-items:center;justify-content:center;color:#14110d59}.dash-top-info{min-width:0}.dash-top-name{display:block;font-size:13px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-top-meta{font-size:12px;color:#14110d8c}.dash-empty{margin:0;padding:40px 16px;text-align:center;font-size:13px;color:#14110d8c}.dash-error{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;text-align:center}.dash-error-icon{width:52px;height:52px;border-radius:50%;background:#c628281a;color:#c62828;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.dash-error h3{margin:0;font-size:17px}.dash-error p{margin:0 0 8px;font-size:13px;color:#14110d99}.dash-sk{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,var(--cream-deep) 25%,#f7f4ec 50%,var(--cream-deep) 75%);background-size:200% 100%;animation:dashShimmer 1.3s ease-in-out infinite}@keyframes dashShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.stat-card--skeleton{display:flex;align-items:flex-start;justify-content:flex-start}.stat-card--skeleton>div{display:flex;flex-direction:column;gap:12px;width:100%}.dash-sk-lines{display:flex;flex-direction:column;gap:12px;margin-top:18px}.dash-skeleton-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 1024px) and (max-width: 1279px){.dash-skeleton-grid{grid-template-columns:1fr}}@media (min-width: 1280px){.dash-skeleton-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}@media (max-width: 1023px){.dashboard-page{gap:16px}.dash-section{padding:18px}}@media (max-width: 767px){.dash-page-header{flex-direction:column;align-items:flex-start}.dash-quick-actions{width:100%}.dash-quick-actions .btn{flex:1 1 auto;justify-content:center}.dash-section-head--split{flex-direction:column;align-items:flex-start;gap:12px}.dash-period-tabs{width:100%}.dash-period-tabs button{flex:1;text-align:center;padding:8px 6px}.dash-recent-table{display:none}.dash-recent-cards{display:block}.dash-status-grid{gap:10px}.dash-status-card{padding:13px}.dash-status-count{font-size:19px}}@media (prefers-reduced-motion: reduce){.dash-sk{animation:none}}.product-card-mobile{width:100%;min-width:0;padding:14px 16px;background:var(--white);border:1px solid rgba(80,60,30,.1);border-radius:var(--radius);box-sizing:border-box}.product-card-top{display:flex;gap:14px;align-items:center}.product-card-image{width:72px;height:72px;flex-shrink:0;background:#faf8f2;border:1px solid rgba(80,60,30,.1);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card-image img{width:100%;height:100%;object-fit:contain;padding:5px;box-sizing:border-box}.product-card-image-placeholder{display:inline-flex;color:#14110d59}.product-card-info{min-width:0;flex:1}.product-card-name-wrap{display:flex;align-items:center;gap:6px;min-width:0}.product-card-name{flex:1;min-width:0;font-size:16px;font-weight:600;line-height:1.25;color:var(--charcoal);overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card-name-wrap .featured-badge{flex-shrink:0}.product-card-category{display:block;margin-top:3px;font-size:12px;color:#14110d99}.product-card-price{display:block;margin-top:4px;font-size:16px;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}.product-card-price-unit{color:#14110d80;font-weight:500;font-size:13px}.product-card-stock{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.product-card-stock-label{font-size:13px;font-weight:500;color:#14110db3}.product-card-stock .status-toggle{margin-left:auto}.product-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.product-card-actions .btn{width:100%;height:44px;padding:0 10px;font-size:12px;white-space:nowrap}.products-thumb{width:56px;height:56px;flex-shrink:0;object-fit:contain;padding:4px;box-sizing:border-box;border-radius:4px;background:#faf8f2;border:1px solid rgba(80,60,30,.1);display:block}.products-name{font-size:14px;font-weight:600;color:var(--charcoal)}.products-pos{font-size:12px;font-weight:600;color:#14110d80;font-variant-numeric:tabular-nums;white-space:nowrap}.products-price-cell{font-variant-numeric:tabular-nums;white-space:nowrap}.products-price-unit{color:#14110d80;font-weight:500}.products-actions{display:flex;gap:8px}.status-toggle{border:none;border-radius:999px;padding:5px 12px;font-size:.75rem;background:var(--danger-bg);color:var(--danger)}.featured-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:#c6a15b29;color:#8a6a2f;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}.status-toggle.is-active{background:var(--success-bg);color:var(--success)}.price-note{margin-top:14px;padding:12px 14px;border-radius:var(--radius);background:#b8862b14;border:1px solid rgba(184,134,43,.22);display:flex;flex-direction:column;gap:3px;font-size:.78rem;color:#14110db3}.price-note strong{color:#8a6a2f;font-size:.8rem}.confirm-dialog{max-width:380px}.products-desktop{display:block}.products-mobile{display:none}@media (max-width: 767px){.products-desktop{display:none}.products-mobile{display:grid;gap:12px}.products-page .page-header{gap:12px;flex-wrap:wrap}.products-page .page-header h1{font-size:clamp(24px,7vw,30px);line-height:1.1;min-width:0}.products-page .page-header .btn{height:42px;padding:0 16px;white-space:nowrap;flex-shrink:0}.products-page .card{padding:12px}}.products-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px;margin-bottom:14px}.products-search{position:relative;display:flex;align-items:center;min-width:0}.products-search-icon{position:absolute;left:14px;display:inline-flex;color:#14110d66;pointer-events:none}.products-search-input{width:100%;height:46px;padding:0 44px 0 42px;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream);font-family:var(--font-body);font-size:var(--admin-text-base);color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.products-search-input::placeholder{color:#14110d66}.products-search-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c6a15b29;background:var(--white)}.products-search-clear{position:absolute;right:8px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:transparent;color:#14110d73;cursor:pointer;transition:background-color .18s ease,color .18s ease}.products-search-clear:hover{background:var(--cream-deep);color:var(--ink)}.products-filter{display:flex;align-items:center;gap:10px;white-space:nowrap}.products-filter-label{font-size:12px;font-weight:600;color:#14110d8c}.products-filter-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;height:46px;min-width:160px;padding:0 36px 0 14px;border:1px solid var(--line);border-radius:var(--radius);background-color:var(--cream);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6'%3E%3Cpath d='M1 1l3.5 3.5L8 1' stroke='%23504a3f' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--ink);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.products-filter-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c6a15b29}.products-filter-select option{font-family:var(--font-body);font-size:13px}.products-count{margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.03em;color:#14110d80}.products-count:before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;border-radius:50%;background:var(--gold);vertical-align:1px}.products-clear-filters{margin-left:14px;border:none;background:none;padding:0;font-family:var(--font-body);font-size:12px;font-weight:700;color:var(--gold-deep);cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .18s ease}.products-clear-filters:hover{color:var(--ink)}.products-empty{text-align:center;padding:56px 24px}.products-empty h3{font-size:21px;margin:0 0 6px;color:var(--ink)}.products-empty p{margin:0 auto 18px;max-width:420px;font-size:13px;color:#14110d8c}@media (max-width: 767px){.products-toolbar{grid-template-columns:1fr;gap:12px;padding:12px}.products-filter{justify-content:space-between}.products-filter-select{flex:1;min-width:0}.products-count{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.products-clear-filters{margin-left:0}}.product-form-container{width:100%;max-width:1100px;margin-inline:auto}.product-form{width:100%;max-width:none}@media (max-width: 767px){.product-form-container{max-width:none;margin:0}}.image-preview img{width:120px;height:120px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line)}.featured-field{margin-bottom:20px}.featured-toggle{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.featured-toggle input{position:absolute;opacity:0;width:1px;height:1px}.featured-switch{position:relative;flex-shrink:0;width:44px;height:24px;border-radius:999px;background:#14110d26;transition:background .2s ease}.featured-switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--cream);box-shadow:0 1px 3px #14110d4d;transition:transform .2s ease}.featured-toggle input:checked+.featured-switch{background:var(--gold)}.featured-toggle input:checked+.featured-switch:after{transform:translate(20px)}.featured-toggle input:focus-visible+.featured-switch{outline:2px solid var(--gold-deep);outline-offset:2px}.featured-toggle-text{display:flex;flex-direction:column;gap:2px;font-size:.9rem;font-weight:600;color:#14110dd9}.featured-toggle-text small{font-size:.74rem;font-weight:400;color:#14110d80}.variants-section{margin:24px 0;padding-top:20px;border-top:1px solid var(--line)}.variants-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.variants-header h3{margin:0;font-size:clamp(21px,1.6vw,24px)}.variants-empty{color:#14110d80;font-size:.85rem;margin-bottom:12px}.variant-card{border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px;margin-bottom:14px;background:var(--cream)}.variant-card.is-default{border-color:#b8862b8c;box-shadow:0 0 0 1px #b8862b29}.variant-default-badge{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:#b8862b24;color:#8a6a2f;font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;vertical-align:middle}.variant-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.variant-title{font-family:var(--font-body);font-weight:600;font-size:13px;color:#14110dcc}.variant-delete{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--radius);background:transparent;color:var(--danger);transition:background .2s ease,color .2s ease}.variant-delete:hover{background:var(--danger-bg)}.variant-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 560px){.variant-grid{grid-template-columns:1fr 1fr}}@media (min-width: 720px){.variant-grid{grid-template-columns:repeat(3,1fr)}}.variant-grid .form-field{margin-bottom:0}.variant-total-field{margin-top:14px}.variant-total-input-row{display:flex;align-items:center;gap:8px}.variant-total-readonly{background:#faf8f2!important;color:var(--charcoal);font-weight:600;font-variant-numeric:tabular-nums;cursor:not-allowed}.variant-total-lock{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:var(--radius);background:#b8862b1f;color:#8a6a2f;font-size:13px}.variant-total-formula{color:#8a6a2f;font-weight:500}.field-example{color:#14110d66;font-size:.72rem}.attar-price-sync-hint{display:block;margin-top:6px;padding:6px 10px;border-radius:var(--radius);background:#b8862b1a;border:1px solid rgba(184,134,43,.25);color:#8a6a2f;font-size:.74rem;font-weight:600}.unit-combobox input{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);font-size:.92rem}.variant-default{margin-top:12px;padding-top:10px;border-top:1px dashed rgba(20,17,13,.15)}.default-radio{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:.85rem;color:#14110dbf}.default-radio input[type=radio]{accent-color:var(--gold-deep);width:15px;height:15px;cursor:pointer}.variants-section input[type=number]::-webkit-outer-spin-button,.variants-section input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.variants-section input[type=number]{-moz-appearance:textfield}.modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal--wide{max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line)}.modal-header h3{font-family:var(--font-display);font-size:clamp(22px,1.6vw,26px);font-weight:600;line-height:1.15;margin:0}.modal-close{background:none;border:none;font-size:1.4rem;color:#14110d80}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--line)}.invoice-sheet{width:100%;max-width:210mm;min-height:297mm;margin:0 auto;background:#fffdf8;color:#1a1815;font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:13px;line-height:1.55;box-sizing:border-box;box-shadow:0 12px 44px #1715121f}.invoice-frame{position:relative;margin:6mm;padding:12mm 12mm 10mm;border:1px solid rgba(184,134,43,.55);outline:1px solid rgba(184,134,43,.22);outline-offset:3.5px;border-radius:2px;min-height:263mm;box-sizing:border-box;display:flex;flex-direction:column}.invoice-corner{position:absolute;width:7mm;height:7mm;border-color:#b8862b;border-style:solid;border-width:0;pointer-events:none}.invoice-corner--tl{top:-1px;left:-1px;border-top-width:2px;border-left-width:2px;border-top-left-radius:2px}.invoice-corner--tr{top:-1px;right:-1px;border-top-width:2px;border-right-width:2px;border-top-right-radius:2px}.invoice-corner--bl{bottom:-1px;left:-1px;border-bottom-width:2px;border-left-width:2px;border-bottom-left-radius:2px}.invoice-corner--br{bottom:-1px;right:-1px;border-bottom-width:2px;border-right-width:2px;border-bottom-right-radius:2px}.invoice-corner:after{content:"";position:absolute;width:4px;height:4px;background:#b8862b;transform:rotate(45deg);border-radius:1px}.invoice-corner--tl:after{top:-5px;left:-5px}.invoice-corner--tr:after{top:-5px;right:-5px}.invoice-corner--bl:after{bottom:-5px;left:-5px}.invoice-corner--br:after{bottom:-5px;right:-5px}.invoice-head{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:16px;padding-bottom:11px;border-bottom:1.2px solid #b8862b}.invoice-brand{display:flex;align-items:center;min-width:0}.invoice-logo{height:44px;width:auto;object-fit:contain;flex-shrink:0}.invoice-brand-center{text-align:center;min-width:0}.invoice-company{display:block}.invoice-company-line{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:700;letter-spacing:.06em;color:#171512;line-height:1.16;white-space:nowrap}.invoice-tagline{display:block;margin-top:3px;font-size:8.5px;letter-spacing:.24em;text-transform:uppercase;color:#b8862b}.invoice-brand-divider{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:3.5px}.invoice-divider-rule{width:20px;height:1px;background:linear-gradient(90deg,#b8862b00,#b8862b)}.invoice-divider-rule:last-child{background:linear-gradient(90deg,#b8862b,#b8862b00)}.invoice-divider-diamond{width:5px;height:5px;background:#b8862b;transform:rotate(45deg);border-radius:1px}.invoice-title-block{text-align:right;flex-shrink:0;min-width:0}.invoice-title{font-family:Cormorant Garamond,Georgia,serif;font-size:30px;font-weight:700;letter-spacing:.18em;color:#b8862b;margin:0;line-height:1;text-transform:uppercase}.invoice-meta-line{font-size:11px;color:#6f6a63;white-space:normal;overflow-wrap:anywhere;max-width:110mm;margin:4px 0 0 auto}.invoice-meta-line strong{color:#171512;font-weight:700;font-variant-numeric:tabular-nums}.invoice-contact{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 9mm;margin-top:7px;padding:0}.invoice-contact-item{position:relative;display:inline-flex;align-items:center;gap:4px;font-size:10.5px;color:#6f6a63;letter-spacing:.03em}.invoice-contact-icon{width:11px;height:11px;color:#b8862b;flex-shrink:0;stroke-width:1.8}.invoice-contact-item+.invoice-contact-item:before{content:"";position:absolute;left:-4.7mm;top:50%;width:3px;height:3px;background:#b8862b;border-radius:50%;transform:translateY(-50%)}.invoice-legal{margin-top:4px;text-align:center}.invoice-legal p{margin:1px 0 0;font-size:9.5px;color:#6f6a63;letter-spacing:.02em}.invoice-legal p:first-child{color:#8a5f1e;font-weight:600}.invoice-cards{display:grid;grid-template-columns:1fr 1fr;gap:8mm;margin-top:7mm}.invoice-card{background:#f7f2e8;border:1px solid rgba(184,134,43,.4);border-radius:6px;padding:5mm 5.5mm;min-width:0}.invoice-card-title{font-family:Manrope,Helvetica Neue,Arial,sans-serif;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#b8862b;font-weight:700;margin:0 0 3.5mm;padding-bottom:2.5mm;border-bottom:1px solid rgba(184,134,43,.25)}.invoice-card p{margin:0 0 1px;color:#1a1815;font-size:12px;overflow-wrap:anywhere}.invoice-card .invoice-customer-name{font-size:14.5px;font-weight:700;color:#171512;margin-bottom:3px}.invoice-card p:last-child{margin-bottom:0}.invoice-info-row{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:1.8mm 0;border-bottom:1px solid rgba(184,134,43,.16)}.invoice-info-row:last-child{border-bottom:none}.invoice-info-row span{color:#6f6a63;font-size:11.5px;white-space:nowrap}.invoice-info-row strong{color:#171512;font-size:12px;font-weight:700;text-align:right;font-variant-numeric:tabular-nums;min-width:0}.invoice-table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:7mm}.invoice-table th:nth-child(1),.invoice-table td:nth-child(1){width:30%}.invoice-table th:nth-child(2),.invoice-table td:nth-child(2){width:28%}.invoice-table th:nth-child(3),.invoice-table td:nth-child(3){width:10%}.invoice-table th:nth-child(4),.invoice-table td:nth-child(4){width:16%}.invoice-table th:nth-child(5),.invoice-table td:nth-child(5){width:16%}.invoice-table th{background:#171512;color:#f7f2e8;text-align:left;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;padding:9px 11px;border-bottom:1.5px solid #b8862b;white-space:nowrap}.invoice-table th.invoice-num,.invoice-table td.invoice-num{text-align:right}.invoice-table td{padding:9px 11px;border-bottom:1px solid #ece7dc;font-size:12px;vertical-align:top;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.invoice-table th{overflow-wrap:anywhere}.invoice-table tbody tr:nth-child(2n){background:#fbf9f4}.invoice-table tbody tr:last-child td{border-bottom:none}.invoice-item-name{display:flex;align-items:center;gap:11px;font-weight:700;color:#171512;min-width:130px}.invoice-thumb-frame{flex-shrink:0;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;background:#f7f2e8;border:1px solid #e6dcc6;border-radius:6px;overflow:hidden}.invoice-thumb{width:100%;height:100%;object-fit:contain;border-radius:4px;display:block}.invoice-item-name-text{min-width:0}.invoice-item-detail{color:#6f6a63;white-space:normal;overflow-wrap:anywhere}.invoice-item-detail-main{display:inline-block}.invoice-pack-tag{display:inline-block;margin-left:8px;font-size:10.5px;font-weight:600;color:#171512;background:#f7f2e8;border:1px solid rgba(184,134,43,.35);border-radius:4px;padding:1px 7px;white-space:nowrap}.invoice-amount{font-weight:700;color:#171512}.invoice-empty{color:#8f8980;font-style:italic}.invoice-lower{display:flex;justify-content:flex-end;margin-top:7mm}.invoice-summary{width:min(78mm,100%)}.invoice-summary-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:2mm 0;color:#6f6a63;font-size:12px}.invoice-summary-row span:last-child{font-variant-numeric:tabular-nums;color:#1a1815}.invoice-grand-total{border-top:1.2px solid #b8862b;margin-top:1.5mm;padding-top:3mm;font-size:13.5px;font-weight:700;color:#171512}.invoice-grand-total span:first-child{color:#171512}.invoice-grand-amount{color:#b8862b!important;font-size:17px;font-weight:700}.invoice-thanks-card{margin-top:7mm;padding:6mm 6mm 5mm;background:#f7f2e8;border:1px solid rgba(184,134,43,.45);border-radius:8px;text-align:center}.invoice-thanks-title{margin:0 0 3mm;font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:700;color:#b8862b;letter-spacing:.06em}.invoice-thanks-line{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-size:15px;color:#171512}.invoice-thanks-sub{margin:1.5mm 0 0;font-size:11.5px;color:#6f6a63}.invoice-thanks-sign{margin:2.5mm 0 0;font-size:11px;font-weight:700;letter-spacing:.06em;color:#b8862b}.invoice-pagefoot{display:flex;align-items:center;justify-content:center;gap:5mm;margin-top:auto;padding-top:6mm}.invoice-pagefoot-rule{flex:0 1 32mm;height:1px;background:linear-gradient(90deg,#b8862b00,#b8862b)}.invoice-pagefoot-rule:last-child{background:linear-gradient(90deg,#b8862b,#b8862b00)}.invoice-pagefoot-text{font-family:Cormorant Garamond,Georgia,serif;font-size:11.5px;font-weight:700;letter-spacing:.22em;color:#b8862b;white-space:nowrap}@media (max-width: 640px){.invoice-frame{margin:4mm;padding:8mm 6mm}.invoice-head{grid-template-columns:1fr;gap:10px;text-align:center}.invoice-brand{justify-content:center}.invoice-brand-center,.invoice-title-block{text-align:center}.invoice-title{font-size:26px}.invoice-cards{grid-template-columns:1fr;gap:5mm}.invoice-lower{justify-content:stretch}.invoice-summary{width:100%}.invoice-table{table-layout:fixed}.invoice-table th,.invoice-table td{white-space:normal;overflow-wrap:anywhere}.invoice-table th:nth-child(1){width:36%}.invoice-table th:nth-child(2){width:24%}.invoice-table th:nth-child(3){width:11%}.invoice-table th:nth-child(4){width:13%}.invoice-table th:nth-child(5){width:16%}.invoice-table th{padding:7px 5px;font-size:8.5px}.invoice-table td{padding:7px 5px;font-size:11.5px}.invoice-item-name{min-width:0}.invoice-thumb-frame{width:40px;height:40px}.invoice-item-detail{white-space:normal}.invoice-pack-tag{display:block;margin:2px 0 0;white-space:normal}.invoice-company-line{white-space:normal}}@page{size:A4;margin:12mm}@media print{body *{visibility:hidden}.invoice-sheet,.invoice-sheet *{visibility:visible}.invoice-sheet{position:absolute;left:0;top:0;margin:0;max-width:none;width:100%;box-shadow:none;min-height:0}.invoice-frame{margin:0;min-height:0;display:block}}.invoice-action{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px}.invoice-action-error{font-size:12px;line-height:1.4;color:#a3372f}.packing-action{display:inline-flex;align-items:center;position:relative}.packing-icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.packing-icon-btn:hover{background:var(--cream-deep);border-color:var(--line)}.packing-icon-btn:disabled{opacity:.55;cursor:default}.packing-spinner{width:12px;height:12px;border:2px solid rgba(20,17,13,.25);border-top-color:var(--ink);border-radius:50%;animation:packingSpin .7s linear infinite}@keyframes packingSpin{to{transform:rotate(360deg)}}.packing-action-error{position:absolute;top:calc(100% + 4px);right:0;z-index:20;white-space:nowrap;font-size:11px;color:var(--danger, #b3261e);background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:6px 10px;box-shadow:var(--shadow-soft)}.orders-page-header{align-items:flex-end}.orders-page-head h1{margin-bottom:2px}.page-subtitle{margin:0;font-size:13px;color:#14110d8c}.orders-export-btn{white-space:nowrap}.orders-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px;margin-bottom:14px}.orders-search{position:relative;display:flex;align-items:center;min-width:0}.orders-search-icon{position:absolute;left:14px;display:inline-flex;color:#14110d66;pointer-events:none}.orders-search-input{width:100%;height:46px;padding:0 44px 0 42px;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream);font-family:var(--font-body);font-size:var(--admin-text-base);color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.orders-search-input::placeholder{color:#14110d66}.orders-search-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c6a15b29;background:var(--white)}.orders-search-spinner{position:absolute;right:14px;width:15px;height:15px;border-radius:50%;border:2px solid rgba(198,161,91,.25);border-top-color:var(--gold-deep);animation:orders-spin .7s linear infinite}@keyframes orders-spin{to{transform:rotate(360deg)}}.orders-search-clear{position:absolute;right:8px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:transparent;color:#14110d73;cursor:pointer;transition:background-color .18s ease,color .18s ease}.orders-search-clear:hover{background:var(--cream-deep);color:var(--ink)}.orders-filter{display:flex;align-items:center;gap:10px;white-space:nowrap}.orders-filter-label{font-size:12px;font-weight:600;color:#14110d8c}.orders-filter-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;height:46px;min-width:150px;padding:0 36px 0 14px;border:1px solid var(--line);border-radius:var(--radius);background-color:var(--cream);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6'%3E%3Cpath d='M1 1l3.5 3.5L8 1' stroke='%23504a3f' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--ink);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.orders-filter-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c6a15b29}.orders-filter-select option{font-family:var(--font-body);font-size:13px}.orders-payment-chips{display:flex;align-items:center;gap:6px}.orders-payment-chip{height:34px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--cream);font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--ink);cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.orders-payment-chip:hover{border-color:var(--gold)}.orders-payment-chip.is-active{border-color:var(--gold);background:var(--gold);color:#fff;box-shadow:0 2px 8px #c6a15b59}.orders-payment-cell{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.orders-payment-label{display:inline-flex;align-items:center;padding:3px 9px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.04em;background:#14110d0f;color:var(--ink);white-space:nowrap}.orders-payment-label.is-upi{background:#2e7d321a;color:#2e7d32}.orders-payment-status{font-size:11px;font-weight:600;color:#14110d8c}.orders-payment-status.is-paid{color:#2e7d32;font-weight:700}.orders-payment-status-text.is-paid{color:#2e7d32}.order-card-payment{display:flex;align-items:center;gap:8px;margin:8px 0 0}.orders-payment-confirm{margin-top:8px}.orders-payment-mark-paid{border-color:#2e7d3280!important;color:#2e7d32!important}.orders-payment-mark-paid:hover{background:#2e7d3214!important}.orders-count{margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.03em;color:#14110d80}.orders-count:before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;border-radius:50%;background:var(--gold);vertical-align:1px}.orders-list-card{padding-top:8px}.orders-customer{min-width:160px;overflow-wrap:anywhere}.orders-customer-name{display:block;font-weight:500;font-size:13px}.orders-customer-phone{display:block;font-size:12px;color:#14110d80;margin-top:1px;font-variant-numeric:tabular-nums}.orders-empty{text-align:center;padding:56px 24px}.orders-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:16px;border-radius:50%;background:var(--cream-deep);color:var(--gold-deep)}.orders-empty h3{font-size:21px;margin:0 0 6px;color:var(--ink)}.orders-empty p{margin:0 auto 18px;max-width:420px;font-size:13px;color:#14110d8c}.orders-row{transition:background-color .15s ease}.orders-row:hover,.orders-row.is-expanded{background:var(--cream)}.orders-row td{vertical-align:middle}.orders-expand-cell{width:52px}.orders-expand-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);color:var(--gold-deep);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.orders-expand-btn:hover{background:var(--cream-deep);border-color:#a9843f66}.orders-expand-btn svg{transition:transform .2s ease}.orders-expand-btn[aria-expanded=true] svg{transform:rotate(180deg)}.orders-order-number{font-weight:600;font-size:13px;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}.orders-customer{font-weight:500;font-size:13px;overflow-wrap:anywhere}.orders-date{white-space:nowrap}.orders-date-line{display:block;font-size:13px;font-weight:500}.orders-time-line{display:block;font-size:11px;color:#14110d73;font-variant-numeric:tabular-nums}.orders-amount{font-weight:600;font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}.orders-table{width:100%;table-layout:fixed;min-width:1000px}.orders-table thead th:nth-child(1){width:3.5%;text-align:center}.orders-table thead th:nth-child(2){width:5%}.orders-table thead th:nth-child(3){width:11%}.orders-table thead th:nth-child(4){width:16%}.orders-table thead th:nth-child(5){width:11%}.orders-table thead th:nth-child(6){width:9%}.orders-table thead th:nth-child(7){width:12%}.orders-table thead th:nth-child(8){width:13%}.orders-table thead th:nth-child(9){width:19.5%}.orders-table .orders-order-number{max-width:none}.orders-table .orders-customer{min-width:0}.orders-table .orders-payment-label{white-space:normal;overflow-wrap:anywhere;text-align:center;max-width:100%}.orders-table .orders-status-select{width:100%;min-width:0}.orders-actions-cell{display:flex;align-items:center;gap:8px;white-space:nowrap;padding:12px 10px}.orders-actions-cell .orders-delete-btn{padding:0 12px}.orders-desktop .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.orders-status-cell{display:inline-flex;align-items:center;gap:8px}.orders-status-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;height:38px;padding:0 30px 0 14px;border-radius:999px;border:1px solid transparent;background-color:var(--cream-deep);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M1 1l3 3 3-3' stroke='%23504a3f' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;color:var(--charcoal);font-size:12px;font-weight:600;text-transform:capitalize;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.orders-status-select:disabled{opacity:.55;cursor:wait}.orders-status-select:hover:not(:disabled){border-color:#14110d33}.orders-status-select option{font-family:var(--font-body);font-size:12px;font-weight:500}.orders-status-pending{background-color:var(--cream-deep);color:#6b6457}.orders-status-processing{background-color:#e3ecf6;color:#2b5e96}.orders-status-shipped{background-color:#eae6f5;color:#5b4a9e}.orders-status-delivered{background-color:var(--success-bg);color:var(--success)}.orders-status-cancelled{background-color:var(--danger-bg);color:var(--danger)}.orders-status-returned{background-color:var(--cream-deep);color:#6b6457}.orders-updating{font-size:11px;font-weight:500;color:#14110d73;animation:orders-pulse 1.2s ease-in-out infinite}@keyframes orders-pulse{50%{opacity:.35}}.orders-delete-btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border-radius:var(--radius);border:1px solid rgba(178,58,50,.4);background:var(--white);color:var(--danger);font-size:12px;font-weight:600;letter-spacing:.02em;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.orders-delete-btn:hover{background:var(--danger);color:var(--white);border-color:var(--danger);box-shadow:0 4px 14px #b23a3233}.modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#14110d73;display:flex;align-items:center;justify-content:center;padding:20px;z-index:300}.confirm-dialog{max-width:380px;width:100%}.confirm-dialog-text{font-size:13px;color:#14110dbf}.orders-feedback{margin-bottom:16px;padding:11px 16px;border-radius:var(--radius);font-size:13px;font-weight:500}.orders-feedback--success{background:var(--success-bg);color:var(--success)}.orders-feedback--error{background:var(--danger-bg);color:var(--danger)}.orders-detail-row td{background:var(--cream);padding:0}.orders-panel{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(400px,1.4fr);gap:32px;padding:24px 20px}.orders-panel h4{font-family:var(--font-body);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-deep);margin:0 0 12px}.orders-panel-name{font-size:15px;font-weight:600;color:var(--charcoal);margin:0 0 12px}.orders-panel-labeled{margin:0 0 10px;font-size:13px;line-height:1.5;color:#14110d99}.orders-panel-labeled span{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#14110d73;margin-bottom:2px}.orders-panel-labeled strong{font-weight:500;color:var(--charcoal);overflow-wrap:anywhere}.orders-panel-items{max-width:560px}.orders-panel-empty{font-size:13px;color:#14110d80;margin:0}.orders-panel-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.orders-panel-item:last-of-type{border-bottom:none}.orders-panel-item-img{width:56px;height:56px;flex-shrink:0;border-radius:8px;background:var(--white);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}.orders-panel-item-img img{width:100%;height:100%;object-fit:contain}.orders-panel-item-img-ph{color:#14110d40;display:flex}.orders-panel-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.orders-panel-item-name{font-size:13px;font-weight:600;color:var(--charcoal);overflow-wrap:anywhere}.orders-panel-item-variant{font-size:12px;font-weight:500;color:var(--gold-deep)}.orders-panel-item-pack{font-size:11.5px;font-weight:600;color:#8a6a2f;letter-spacing:.02em}.orders-panel-item-meta{font-size:12px;color:#14110d8c;font-variant-numeric:tabular-nums}.orders-panel-item-total{font-size:13px;font-weight:600;color:var(--charcoal);white-space:nowrap;font-variant-numeric:tabular-nums}.orders-panel-items-total{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(20,17,13,.14);font-size:13px;font-weight:700;color:var(--charcoal);font-variant-numeric:tabular-nums}.orders-panel-footer{grid-column:1 / -1;display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:16px;margin-top:8px;border-top:1px solid var(--line);font-size:12px;color:#14110d8c}.orders-panel-meta{display:flex;flex-wrap:wrap;gap:26px}.orders-panel-meta-item{display:inline-flex;flex-direction:column;gap:2px}.orders-panel-meta-item span{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#14110d73}.orders-panel-meta-item strong{font-weight:600;color:var(--charcoal);font-variant-numeric:tabular-nums}.orders-panel-placed{display:inline-flex;flex-direction:column;gap:2px;text-align:right}.orders-panel-placed strong{font-weight:600;color:var(--charcoal);font-variant-numeric:tabular-nums}@media (max-width: 900px){.orders-panel{grid-template-columns:1fr;gap:20px}}.orders-desktop{display:block}.orders-mobile{display:none}@media (max-width: 767px){.orders-desktop{display:none}.orders-mobile{display:grid;gap:12px}.orders-page .page-header h1{font-size:28px;line-height:1.1}.orders-page .card{padding:12px}.orders-toolbar{grid-template-columns:1fr;gap:12px;padding:12px}.orders-search-input{height:48px}.orders-filter{justify-content:space-between}.orders-filter-select{flex:1;min-width:0}.orders-list-card{padding-top:6px}.orders-count{margin-bottom:10px}.orders-export-btn{width:100%}.order-card{width:100%;min-width:0;padding:14px 16px;background:var(--white);border:1px solid rgba(80,60,30,.1);border-radius:var(--radius);box-sizing:border-box}.order-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}.order-card-id{min-width:0;flex:1;font-size:13px;font-weight:600;color:var(--charcoal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card .status-pill{flex-shrink:0}.order-card-customer{display:block;margin-top:6px;width:100%;overflow-wrap:break-word;font-size:14px;line-height:1.3;font-weight:500;color:#14110dbf}.order-card-phone{display:block;margin-top:1px;width:100%;overflow-wrap:anywhere;font-size:12px;color:#14110d80;font-variant-numeric:tabular-nums}.order-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px}.order-card-date{font-size:12px;color:#14110d8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card-amount{font-size:15px;font-weight:600;color:var(--charcoal);white-space:nowrap;font-variant-numeric:tabular-nums}.order-card-toggle{display:flex;align-items:center;justify-content:flex-end;gap:6px;width:100%;min-height:44px;margin-top:2px;padding:0;background:none;border:none;font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--gold-deep);cursor:pointer}.order-card-toggle svg{transition:transform .2s ease}.order-card.is-open .order-card-toggle svg{transform:rotate(180deg)}.order-card-details{margin-top:10px;padding-top:12px;border-top:1px solid var(--line)}.order-card-detail-section{margin-bottom:6px}.order-card-detail-section h4,.order-card-placed span{font-family:var(--font-body);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-deep);margin:14px 0 8px;display:block}.order-card-detail-section>h4:first-child{margin-top:0}.order-card-placed{display:flex;align-items:baseline;gap:8px;margin:10px 0 0;padding-top:12px;border-top:1px solid var(--line)}.order-card-placed span{margin:0;font-size:11px}.order-card-placed strong{font-size:12px;font-weight:600;color:var(--charcoal);font-variant-numeric:tabular-nums}.orders-panel-item-img{width:52px;height:52px}.order-card-detail-section .orders-status-cell{width:100%}.order-card-status-select{width:100%;height:44px;font-size:13px}.order-card-delete{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;margin-top:14px;border-radius:var(--radius);border:1px solid rgba(178,58,50,.4);background:var(--white);color:var(--danger);font-family:var(--font-body);font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.order-card-delete:hover{background:var(--danger);color:var(--white);border-color:var(--danger)}}.orders-invoice-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.orders-invoice-modal-actions{display:flex;flex-wrap:wrap;gap:10px}@media (max-width: 560px){.orders-invoice-actions .btn,.orders-invoice-modal-actions .btn{flex:1 1 100%}}.orders-packing-toolbar{padding:16px;margin-bottom:14px}.orders-packing-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.orders-packing-head h3{margin:0;font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--ink)}.orders-packing-hint{font-size:12px;color:#14110d8c}.orders-packing-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.orders-packing-field{display:flex;flex-direction:column;gap:6px}.orders-packing-field>span{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#14110d8c}.orders-packing-field select,.orders-packing-field input[type=date]{height:38px;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);font-family:var(--font-body);font-size:13px;color:var(--ink)}.orders-packing-download{height:38px;white-space:nowrap}.orders-packing-count{margin:12px 0 0;font-size:12px;color:#14110d99}.orders-select-cell{width:40px;text-align:center}.orders-select-cell input,.orders-select-all{width:15px;height:15px;accent-color:var(--gold-deep);cursor:pointer}.orders-bulk-bar{display:flex;align-items:center;gap:10px;padding:10px 16px;margin-bottom:14px;background:var(--cream-deep);border:1px solid var(--line);border-radius:var(--radius)}.orders-bulk-count{font-size:13px;font-weight:600;color:var(--ink);margin-right:auto}.orders-progress{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:14px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.orders-progress-label{font-size:13px;font-weight:500;color:var(--ink);white-space:nowrap}.orders-progress-track{flex:1;min-width:0;height:6px;background:var(--cream-deep);border-radius:999px;overflow:hidden}.orders-progress-fill{height:100%;background:var(--gold);border-radius:999px;transition:width .15s ease}.orders-progress-pct{font-size:12px;font-weight:600;color:var(--gold-deep);min-width:34px;text-align:right}.packing-preview{display:flex;flex-direction:column;gap:10px}.packing-preview-count{margin:0;font-size:15px}.packing-preview-count strong{color:var(--gold-deep);font-size:18px}.packing-preview-range,.packing-preview-status{margin:0;font-size:13px;color:#14110db3}.packing-preview-note{margin:6px 0 0;padding-top:12px;border-top:1px solid var(--line);font-size:12px;color:#14110d8c}.orders-packing-modal-actions{display:flex;gap:10px}.order-card-select{display:flex;justify-content:flex-end;margin:0 0 8px}.order-card-select input{width:16px;height:16px;accent-color:var(--gold-deep);cursor:pointer}@media (max-width: 767px){.orders-packing-controls{align-items:stretch}.orders-packing-field{flex:1 1 45%;min-width:0}.orders-packing-field select,.orders-packing-field input[type=date],.orders-packing-download{width:100%}.orders-packing-head{flex-direction:column;gap:4px}.orders-progress{flex-wrap:wrap}.orders-progress-track{flex-basis:100%;order:3}}.categories-admin-grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.categories-admin-grid{grid-template-columns:repeat(4,1fr)}}.categories-admin-card{text-align:center}.categories-admin-thumb{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);margin-bottom:12px}.categories-admin-card h3{font-size:18px;line-height:1.2;margin-bottom:4px}.categories-admin-card p{color:#14110d8c;font-size:13px}.categories-admin-actions{display:flex;gap:8px;justify-content:center}.image-preview{margin-top:10px}.image-preview img{width:100px;height:100px;object-fit:cover;border-radius:var(--radius)}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.categories-order-card{margin-bottom:20px;padding:18px}.categories-order-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:6px}.categories-order-head h2{margin:0;font-size:17px;line-height:1.2}.categories-order-head .btn{white-space:nowrap}.categories-order-hint{margin:0 0 12px;font-size:12px;color:#14110d8c;max-width:620px}.categories-order-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.categories-order-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream);cursor:grab;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.categories-order-row:hover{border-color:#c6a15b8c;background:#fffdf7}.categories-order-row:active{cursor:grabbing}.categories-order-row.is-dragging{border-color:var(--gold);box-shadow:0 6px 18px #3c2d1424;background:var(--white);opacity:.9}.categories-order-drag{color:#14110d59;font-size:15px;letter-spacing:-2px;-webkit-user-select:none;user-select:none}.categories-order-pos{flex-shrink:0;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#c6a15b2e;color:#8a6a2f;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.categories-order-name{flex:1;min-width:0;font-size:14px;font-weight:600;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categories-order-count{flex-shrink:0;font-size:12px;color:#14110d80;white-space:nowrap}.categories-order-arrows{display:flex;gap:4px;flex-shrink:0}.order-arrow{width:30px;height:30px;border:1px solid var(--line);border-radius:6px;background:var(--white);color:var(--ink);font-size:13px;line-height:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.order-arrow:hover:not(:disabled){background:var(--gold);border-color:var(--gold);color:var(--white)}.order-arrow:disabled{opacity:.35;cursor:not-allowed}@media (max-width: 480px){.categories-order-card{padding:14px}.categories-order-row{gap:8px;padding:9px 10px}.categories-order-count{display:none}}.brands-page{max-width:1100px}.brands-intro{max-width:720px;color:#14110d99;font-size:13px;line-height:1.6;margin:-8px 0 24px}.brands-intro a{color:var(--gold-deep, #b8862b);text-decoration:underline}.brands-error{margin:0 0 16px}.brands-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 700px){.brands-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){.brands-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.brand-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.brand-card-media{position:relative;height:148px;background:linear-gradient(140deg,#2a241c,#171512);display:flex;align-items:center;justify-content:center}.brand-card-media img{width:100%;height:100%;object-fit:cover;display:block}.brand-card-monogram{font-family:var(--font-display, Georgia, serif);font-size:44px;color:var(--gold-light, #c6a15b)}.brand-card-type{position:absolute;top:10px;right:10px;padding:4px 10px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#f8f3eaeb;color:#14110da6}.brand-card-type.is-featured{background:var(--gold, #b8862b);color:#fff}.brand-card-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.brand-card-body h2{margin:0;font-size:clamp(20px,1.6vw,24px)}.brand-card-collection{margin:0;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep, #b8862b)}.brand-card-desc{margin:0;font-size:12.5px;line-height:1.5;color:#14110d9e}.brand-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px;margin-top:4px;font-size:12px;color:#14110d99}.brand-card-stat strong{color:#1d1916;font-variant-numeric:tabular-nums}.brand-card-position{font-variant-numeric:tabular-nums}.brand-card-status{padding:3px 10px;border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:var(--success-bg, #e7f6ec);color:var(--success, #1e7a46)}.brand-card-status:not(.is-active){background:#14110d14;color:#14110d8c}.brand-card-actions{display:flex;gap:10px;margin-top:auto;padding-top:12px}.brand-card-actions .btn{flex:1}.brand-card-locked{flex:1;display:inline-flex;align-items:center;justify-content:center;height:34px;border:1px dashed rgba(20,17,13,.25);border-radius:var(--radius);font-size:12px;font-weight:600;color:#14110d66;cursor:not-allowed}.brand-form{padding:24px}.brand-type-radio{display:flex;flex-direction:column;gap:8px;padding-top:8px}.brand-type-radio .default-radio{display:flex;align-items:center;gap:8px;font-weight:600}.brand-type-radio .default-radio small{font-weight:400;color:#14110d80}.brand-image-row{display:flex;align-items:center;gap:12px}.brand-image-preview{max-width:220px}.brand-image-preview img{max-height:120px;width:100%;object-fit:contain}.bulk-pricing-intro{max-width:640px;font-size:13px;color:#14110d99;margin:8px 0 0;line-height:1.6}.bulk-pricing-intro strong{color:var(--ink);font-weight:600}.bulk-pricing-table-wrap{overflow-x:auto;padding:8px 16px 16px}.bulk-pricing-table{min-width:720px}.bulk-pricing-brand{display:table-cell}.bulk-pricing-brand-name{font-weight:600;color:var(--ink)}.bulk-pricing-brand-sub{display:block;margin-top:2px;font-size:11px;color:#14110d73}.bulk-pricing-qty{font-weight:600;white-space:nowrap}.bulk-pricing-rate{font-weight:600;color:var(--gold-deep);white-space:nowrap}.bulk-pricing-empty{color:#14110d59}.bulk-pricing-tiers{list-style:none;margin:0;padding:0}.bulk-pricing-tiers li{display:flex;align-items:center;gap:6px;white-space:nowrap;padding:1px 0}.bulk-pricing-tier-arrow{color:#14110d59}.bulk-tiers-block{margin:14px 0 4px;padding:12px;border:1px solid rgba(184,137,56,.35);border-radius:10px;background:#f4ecde73}.bulk-tiers-title{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--gold-deep);text-transform:uppercase}.bulk-tier-head{display:grid;grid-template-columns:1fr 1fr 74px;gap:8px;padding:0 0 4px;font-size:11px;font-weight:600;color:#14110d80;text-transform:uppercase;letter-spacing:.05em}.bulk-tier-list{display:flex;flex-direction:column;gap:8px}.bulk-tier-row{display:grid;grid-template-columns:1fr 1fr 74px;gap:8px;align-items:center}.bulk-tier-row input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream);font-size:var(--admin-text-base);font-weight:400}.bulk-tier-remove{white-space:nowrap}.bulk-tiers-add{margin-top:10px}.bulk-tier-hint{display:block;margin-top:8px}.bulk-pricing-actions{white-space:nowrap}.bulk-pricing-actions .btn{margin-right:6px}.bulk-pricing-actions .btn:last-child{margin-right:0}.bulk-pricing-actions-col{width:1%}.bulk-pricing-locked{font-size:12px;color:#14110d73;font-style:italic}.bulk-status-active{background:var(--success-bg);color:var(--success)}.bulk-status-inactive{background:var(--cream-deep);color:#6b6457}.bulk-status-none{background:var(--cream-deep);color:#14110d66}.field-example{display:block;font-size:11px;line-height:1.4;color:#14110d80}.employees-feedback{padding:12px 16px;border-radius:var(--radius);font-size:13px;font-weight:600;margin-bottom:16px}.employees-feedback--success{background:var(--success-bg);color:var(--success)}.employees-feedback--error{background:var(--danger-bg);color:var(--danger)}.employees-toolbar{margin-bottom:16px}.employees-search{display:flex;align-items:center;gap:10px;max-width:420px;padding:0 14px;height:44px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);color:#14110d73}.employees-search:focus-within{border-color:var(--gold-deep)}.employees-search input{flex:1;border:none;outline:none;background:transparent;font-size:var(--admin-text-base);color:var(--ink);min-width:0}.employees-desktop{display:block}.employees-mobile{display:none}.employees-name-cell{display:flex;align-items:center;gap:10px;min-width:0}.employees-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--cream-deep);color:var(--gold-deep);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;text-transform:uppercase}.employees-you-chip{display:inline-block;margin-left:8px;padding:1px 8px;border-radius:999px;background:var(--cream-deep);color:#14110d8c;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;vertical-align:middle}.is-self-row td{background:#c6a15b0d}.employees-contact-cell{display:flex;flex-direction:column;gap:2px}.employees-email{font-size:13px;color:var(--ink)}.employees-phone{font-size:12px;color:#14110d80}.employees-role{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:capitalize;white-space:nowrap}.employees-role--admin{background:var(--charcoal);color:var(--cream)}.employees-role--manager{background:var(--warning-bg);color:var(--warning)}.employees-role--staff{background:var(--cream-deep);color:#6b6457}.status-active{background:var(--success-bg);color:var(--success)}.status-inactive{background:var(--danger-bg);color:var(--danger)}.employees-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media (max-width: 767px){.employees-desktop{display:none}.employees-mobile{display:grid;gap:12px}}.employee-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px}.employee-card-head{display:flex;align-items:center;gap:12px;min-width:0}.employee-card-id{display:flex;flex-direction:column;gap:2px;min-width:0}.employee-card-name{font-size:15px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-card-email{font-size:12px;color:#14110d8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.employee-card-phone{margin:0;font-size:12px;color:#14110d8c}.employee-card-actions{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:12px}.field-error{color:var(--danger);font-size:12px;margin:0}.field-hint{color:#14110d80;font-size:12px;margin:0}.confirm-delete-employee{font-size:14px;margin-bottom:4px}.confirm-delete-employee strong{font-weight:700}:root{--ink: #14110D;--charcoal: #1E1A14;--charcoal-light: #2A251D;--gold: #C6A15B;--gold-deep: #A9843F;--cream: #FAF7F1;--cream-deep: #F0EBE0;--white: #FFFFFF;--line: rgba(20, 17, 13, .1);--success: #3F7D4F;--success-bg: #E7F2E9;--warning: #B5842A;--warning-bg: #FBF0DC;--danger: #B23A32;--danger-bg: #F8E4E2;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;--admin-text-xs: 11px;--admin-text-sm: 12px;--admin-text-base: 14px;--admin-text-lg: 16px;--radius: 6px;--shadow-soft: 0 6px 20px rgba(20, 17, 13, .06);--sidebar-width: 240px}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);font-size:var(--admin-text-base);font-weight:400;line-height:1.5;background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;margin:0 0 .4em;color:var(--ink)}h1{font-size:clamp(30px,2.2vw,38px);line-height:1.05;letter-spacing:-.015em}h2{font-size:clamp(26px,2vw,32px);line-height:1.1;letter-spacing:-.01em}h3{font-size:clamp(21px,1.6vw,26px);line-height:1.15}h4{font-size:var(--admin-text-lg);line-height:1.25}p{margin:0 0 .8em;line-height:1.6}a{text-decoration:none;color:inherit}button{font-family:var(--font-body);cursor:pointer}input,select,textarea{font-family:var(--font-body)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border-radius:var(--radius);border:1px solid transparent;font-size:13px;font-weight:600;letter-spacing:.02em;transition:all .2s ease}.btn-gold{background:var(--gold);color:var(--ink)}.btn-gold:hover{background:var(--gold-deep)}.btn-dark{background:var(--charcoal);color:var(--cream)}.btn-dark:hover{background:var(--ink)}.btn-outline{background:transparent;border-color:var(--line);color:var(--ink)}.btn-outline:hover{background:var(--cream-deep)}.btn-danger{background:var(--danger-bg);color:var(--danger)}.btn-danger:hover{background:var(--danger);color:var(--white)}.btn-sm{padding:7px 14px;font-size:12px}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:24px}.status-pill{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:capitalize;white-space:nowrap}.status-pending{background:var(--cream-deep);color:#6b6457}.status-delivered{background:var(--success-bg);color:var(--success)}.status-shipped{background:#eae6f5;color:#5b4a9e}.status-processing{background:#e3ecf6;color:#2b5e96}.status-cancelled{background:var(--danger-bg);color:var(--danger)}.status-returned{background:var(--cream-deep);color:#6b6457}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px 14px;font-size:13px}td{font-variant-numeric:tabular-nums}th{color:#14110d80;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line);white-space:nowrap}tbody tr{border-bottom:1px solid var(--line)}tbody tr:last-child{border-bottom:none}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-field label{font-size:12px;font-weight:600;color:#14110dbf}.form-field input,.form-field select,.form-field textarea{padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream);font-size:var(--admin-text-base);font-weight:400;color:var(--ink)}.form-field input::placeholder,.form-field textarea::placeholder{color:#14110d66}.form-field select option{font-size:13px}.form-row{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 640px){.form-row-2{grid-template-columns:1fr 1fr}}.loading-state,.empty-state{text-align:center;padding:48px 24px;color:#14110d80;font-size:13px}*:focus-visible{outline:2px solid var(--gold-deep);outline-offset:2px}.page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}
