html{background:#07111f}:root{color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;background:#07111f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}button,input{font:inherit}.login-page{background:radial-gradient(circle at 10% 15%,#2563eb40,#0000 32%),radial-gradient(circle at 90% 85%,#0ea5e92b,#0000 30%),#07111f;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#0f172af0;border:1px solid #94a3b833;border-radius:20px;width:min(100%,440px);padding:32px;box-shadow:0 30px 80px #0006}.brand{border-bottom:1px solid #94a3b829;align-items:center;gap:15px;padding-bottom:24px;display:flex}.brand-logo{color:#fff;letter-spacing:.05em;background:linear-gradient(145deg,#2563eb,#0284c7);border-radius:15px;flex:none;place-items:center;width:54px;height:54px;font-size:18px;font-weight:800;display:grid}.brand-logo.small{border-radius:11px;width:42px;height:42px;font-size:14px}.brand h1,.brand p,.login-form h2,.login-form p{margin:0}.brand h1{font-size:21px}.brand-label,.section-label{color:#60a5fa;letter-spacing:.12em;font-size:11px;font-weight:800;margin-bottom:4px!important}.brand-subtitle{color:#94a3b8;font-size:14px;margin-top:3px!important}.login-form{gap:18px;padding-top:26px;display:grid}.login-form header{margin-bottom:2px}.login-form h2{font-size:26px}.login-form header p{color:#94a3b8;margin-top:7px;font-size:14px}.login-form label{gap:8px;display:grid}.login-form label span{color:#cbd5e1;font-size:13px;font-weight:650}.login-form input{color:#f8fafc;background:#0b1425;border:1px solid #334155;border-radius:10px;outline:none;width:100%;padding:13px 14px;transition:border-color .15s,box-shadow .15s}.login-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.login-form button,.admin-profile button{cursor:pointer;border:0;border-radius:10px;font-weight:750}.login-form button{color:#fff;background:#2563eb;min-height:46px;margin-top:2px}.login-form button:hover:not(:disabled){background:#1d4ed8}.login-form button:disabled{cursor:wait;opacity:.65}.error-message{color:#fecaca;background:#7f1d1d4d;border:1px solid #f8717166;border-radius:9px;padding:11px 13px;font-size:14px}.login-card footer{color:#64748b;text-align:center;margin-top:24px;font-size:12px}.dashboard{color:#0f172a;background:#f1f5f9;min-height:100vh}.dashboard-nav{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding:0 28px;display:flex}.dashboard-brand,.admin-profile{align-items:center;gap:12px;display:flex}.dashboard-brand>div:last-child,.admin-profile>div{gap:2px;display:grid}.dashboard-brand strong,.admin-profile strong{color:#0f172a;font-size:14px}.dashboard-brand span,.admin-profile span{color:#64748b;font-size:12px}.admin-profile{gap:18px}.admin-profile>div{text-align:right}.admin-profile button{color:#fff;background:#0f172a;padding:9px 14px}.admin-profile button:hover{background:#1e293b}.dashboard-content{width:min(1200px,100% - 40px);margin:0 auto;padding:42px 0}.welcome-card{background:#fff;border:1px solid #dbe4f0;border-radius:16px;padding:28px;box-shadow:0 8px 28px #0f172a0f}.welcome-card h1,.welcome-card p{margin:0}.welcome-card h1{margin-top:6px;font-size:30px}.welcome-card>p:last-child{color:#64748b;margin-top:10px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px;display:grid}.stats-grid article{background:#fff;border:1px solid #dbe4f0;border-radius:14px;gap:6px;padding:22px;display:grid}.stats-grid span{color:#64748b;font-size:13px}.stats-grid strong{color:#0f172a;font-size:22px}.stats-grid small{color:#94a3b8}@media (width<=760px){.login-card{padding:25px 20px}.dashboard-nav{padding:12px 16px}.admin-profile>div{display:none}.dashboard-content{width:min(100% - 28px,1200px);padding-top:24px}.stats-grid{grid-template-columns:1fr}}body{overflow-x:hidden}.login-page,.dashboard{width:100%;overflow-x:hidden}.login-form input,.login-form button,.admin-profile button{min-height:44px}.dashboard-nav{z-index:100;position:sticky;top:0}.dashboard-content{box-sizing:border-box}.stats-grid article{min-width:0}@media (width<=900px){.dashboard-nav{padding:12px 20px}.dashboard-content{width:calc(100% - 32px);padding:28px 0}.welcome-card h1{font-size:26px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.login-page{min-height:100dvh;padding:16px;display:block}.login-card{border-radius:16px;width:100%;max-width:none;margin:0;padding:22px 18px}.brand{align-items:flex-start;gap:12px;padding-bottom:20px}.brand-logo{border-radius:12px;width:46px;height:46px;font-size:15px}.brand h1{font-size:18px;line-height:1.25}.brand-subtitle{font-size:13px}.brand-label{font-size:9px}.login-form{gap:16px;padding-top:22px}.login-form h2{font-size:23px}.login-form header p{line-height:1.5}.login-form input{min-height:48px;padding:12px 13px;font-size:16px}.login-form button{width:100%;min-height:48px}.dashboard-nav{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:auto;padding:10px 14px;display:grid;position:sticky;top:0}.dashboard-brand{gap:10px;min-width:0}.dashboard-brand>div:last-child{min-width:0}.dashboard-brand strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.dashboard-brand span{font-size:11px}.brand-logo.small{border-radius:10px;width:38px;height:38px;font-size:12px}.admin-profile{gap:8px}.admin-profile>div{display:none}.admin-profile button{border-radius:8px;min-height:38px;padding:8px 11px;font-size:12px}.dashboard-content{width:100%;margin:0;padding:16px 14px 28px}.welcome-card{border-radius:14px;padding:20px 18px}.welcome-card h1{overflow-wrap:anywhere;font-size:23px;line-height:1.25}.welcome-card>p:last-child{font-size:14px;line-height:1.6}.section-label{font-size:10px}.stats-grid{grid-template-columns:1fr;gap:12px;margin-top:14px}.stats-grid article{border-radius:12px;padding:18px}.stats-grid strong{font-size:20px}}@media (width<=390px){.login-page{padding:10px}.login-card{border-radius:14px;padding:20px 15px}.brand{gap:10px}.brand-logo{width:42px;height:42px}.brand h1{font-size:16px}.brand-subtitle{font-size:12px}.login-form h2{font-size:21px}.dashboard-nav{padding:9px 10px}.dashboard-content{padding:12px 10px 24px}.welcome-card{padding:18px 15px}.welcome-card h1{font-size:21px}.stats-grid article{padding:16px}}@media (orientation:landscape) and (height<=500px){.login-page{place-items:start center;padding-top:14px;padding-bottom:14px}.login-card{max-width:560px}.brand{padding-bottom:14px}.login-form{gap:12px;padding-top:16px}}.banner-management{margin-top:24px}.banner-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.banner-section-header h2,.banner-section-header p,.banner-card-heading h3,.banner-card-heading p{margin:0}.banner-section-header h2{margin-top:5px;font-size:25px}.banner-section-header>div>p:last-child{color:#64748b;margin-top:6px;font-size:14px}.banner-refresh-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;min-height:40px;padding:9px 15px;font-weight:700}.banner-refresh-button:hover:not(:disabled){background:#f8fafc}.banner-refresh-button:disabled{cursor:wait;opacity:.65}.banner-management-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:20px;display:grid}.banner-upload-card,.banner-list-card{background:#fff;border:1px solid #dbe4f0;border-radius:16px;min-width:0;padding:22px;box-shadow:0 8px 28px #0f172a0d}.banner-upload-card{gap:17px;display:grid}.banner-card-heading h3{font-size:19px}.banner-card-heading p{color:#64748b;margin-top:5px;font-size:13px}.banner-field,.banner-file-field{gap:8px;display:grid}.banner-field>span,.banner-file-field>span{color:#334155;font-size:13px;font-weight:700}.banner-field input,.banner-file-field input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;min-height:45px;padding:11px 12px}.banner-field input:focus,.banner-file-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.banner-file-field input[type=file]{padding:8px}.banner-file-field small{color:#94a3b8;line-height:1.5}.banner-fields-row{grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);align-items:end;gap:14px;display:grid}.banner-toggle-field{cursor:pointer;border:1px solid #cbd5e1;border-radius:9px;align-items:center;gap:11px;min-height:45px;padding:9px 11px;display:flex}.banner-toggle-field input{accent-color:#2563eb;width:18px;height:18px;margin:0}.banner-toggle-field span{gap:2px;display:grid}.banner-toggle-field strong{color:#0f172a;font-size:13px}.banner-toggle-field small{color:#64748b;font-size:11px}.banner-preview{aspect-ratio:16/6;background:#f8fafc;border:1px dashed #94a3b8;border-radius:12px;overflow:hidden}.banner-preview img{object-fit:cover;width:100%;height:100%;display:block}.banner-preview-empty{color:#64748b;text-align:center;place-content:center;gap:5px;width:100%;height:100%;padding:20px;display:grid}.banner-preview-empty strong{color:#334155}.banner-preview-empty span{font-size:12px}.banner-submit-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;min-height:46px;font-weight:800}.banner-submit-button:hover:not(:disabled){background:#1d4ed8}.banner-submit-button:disabled{cursor:wait;opacity:.65}.banner-alert{border-radius:9px;padding:11px 13px;font-size:13px;line-height:1.5}.banner-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.banner-alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.banner-list-card{gap:17px;display:grid}.banner-list{gap:13px;max-height:680px;padding-right:3px;display:grid;overflow-y:auto}.banner-list-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:148px minmax(0,1fr);gap:14px;padding:11px;display:grid}.banner-list-image{aspect-ratio:16/7;background:#e2e8f0;border-radius:9px;overflow:hidden}.banner-list-image img{object-fit:cover;width:100%;height:100%;display:block}.banner-list-info{align-content:center;gap:8px;min-width:0;display:grid}.banner-list-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.banner-list-title-row h4,.banner-list-info p{margin:0}.banner-list-title-row h4{color:#0f172a;overflow-wrap:anywhere;min-width:0;font-size:15px}.banner-list-info p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.banner-status{border-radius:999px;flex:none;padding:4px 7px;font-size:10px;font-weight:800}.banner-status.active{color:#166534;background:#dcfce7}.banner-status.inactive{color:#475569;background:#e2e8f0}.banner-list-meta{color:#94a3b8;flex-wrap:wrap;gap:10px;font-size:11px;display:flex}.banner-state-message{color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:12px;place-items:center;min-height:180px;padding:20px;display:grid}@media (width<=960px){.banner-management-grid{grid-template-columns:1fr}.banner-list{max-height:none}}@media (width<=640px){.banner-management{margin-top:18px}.banner-section-header{flex-direction:column;align-items:stretch;gap:12px}.banner-section-header h2{font-size:22px}.banner-refresh-button{width:100%}.banner-upload-card,.banner-list-card{border-radius:13px;padding:17px 14px}.banner-fields-row{grid-template-columns:1fr}.banner-field input,.banner-file-field input,.banner-submit-button{min-height:48px;font-size:16px}.banner-toggle-field{min-height:50px}.banner-preview{aspect-ratio:16/8}.banner-list-item{grid-template-columns:1fr;padding:10px}.banner-list-image{aspect-ratio:16/6}.banner-list-title-row{align-items:center}.banner-list-info p{white-space:normal;overflow-wrap:anywhere}}.product-management{margin-top:28px}.product-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.product-section-header h2,.product-section-header p,.product-card-heading h3,.product-card-heading p{margin:0}.product-section-header h2{margin-top:5px;font-size:25px}.product-section-header>div>p:last-child{color:#64748b;margin-top:6px;font-size:14px}.product-refresh-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;min-height:40px;padding:9px 15px;font-weight:700}.product-refresh-button:hover:not(:disabled){background:#f8fafc}.product-refresh-button:disabled{cursor:wait;opacity:.65}.product-management-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:20px;display:grid}.product-form-card,.product-list-card{background:#fff;border:1px solid #dbe4f0;border-radius:16px;min-width:0;padding:22px;box-shadow:0 8px 28px #0f172a0d}.product-form-card{gap:17px;display:grid}.product-card-heading h3{font-size:19px}.product-card-heading p{color:#64748b;margin-top:5px;font-size:13px}.product-field,.product-file-field{gap:8px;display:grid}.product-field>span,.product-file-field>span{color:#334155;font-size:13px;font-weight:700}.product-field input,.product-field textarea,.product-file-field input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;padding:11px 12px}.product-field input,.product-file-field input{min-height:45px}.product-field textarea{resize:vertical;min-height:100px;font:inherit}.product-field input:focus,.product-field textarea:focus,.product-file-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.product-file-field input[type=file]{padding:8px}.product-file-field small{color:#94a3b8;line-height:1.5}.product-two-column-fields{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:14px;display:grid}.product-toggle-field{cursor:pointer;border:1px solid #cbd5e1;border-radius:9px;align-items:center;gap:11px;min-height:45px;padding:9px 11px;display:flex}.product-toggle-field input{accent-color:#2563eb;width:18px;height:18px;margin:0}.product-toggle-field span{gap:2px;display:grid}.product-toggle-field strong{color:#0f172a;font-size:13px}.product-toggle-field small{color:#64748b;font-size:11px}.product-preview{aspect-ratio:4/3;background:#f8fafc;border:1px dashed #94a3b8;border-radius:12px;width:100%;max-height:320px;overflow:hidden}.product-preview img{object-fit:contain;width:100%;height:100%;display:block}.product-preview-empty{color:#64748b;text-align:center;place-content:center;gap:5px;width:100%;height:100%;padding:20px;display:grid}.product-preview-empty strong{color:#334155}.product-preview-empty span{font-size:12px}.product-submit-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;min-height:46px;font-weight:800}.product-submit-button:hover:not(:disabled){background:#1d4ed8}.product-submit-button:disabled{cursor:wait;opacity:.65}.product-alert{border-radius:9px;padding:11px 13px;font-size:13px;line-height:1.5}.product-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.product-alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.product-list-card{gap:17px;display:grid}.product-list{gap:13px;max-height:900px;padding-right:3px;display:grid;overflow-y:auto}.product-list-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:130px minmax(0,1fr);gap:14px;padding:11px;display:grid}.product-list-image{aspect-ratio:1;color:#64748b;background:#e2e8f0;border-radius:9px;place-items:center;font-size:12px;display:grid;overflow:hidden}.product-list-image img{object-fit:cover;width:100%;height:100%;display:block}.product-list-content{align-content:center;gap:8px;min-width:0;display:grid}.product-list-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.product-list-title-row h4{color:#0f172a;overflow-wrap:anywhere;margin:0;font-size:15px}.product-list-title-row>div>span{color:#94a3b8;overflow-wrap:anywhere;margin-top:2px;font-size:11px;display:block}.product-list-description{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-status{border-radius:999px;flex:none;padding:4px 7px;font-size:10px;font-weight:800}.product-status.active{color:#166534;background:#dcfce7}.product-status.inactive{color:#475569;background:#e2e8f0}.product-price-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-price-row strong{color:#0f172a;font-size:17px}.product-price-row del{color:#94a3b8;font-size:12px}.product-list-meta{color:#64748b;flex-wrap:wrap;gap:12px;font-size:11px;display:flex}.product-state-message{color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:12px;place-items:center;min-height:180px;padding:20px;display:grid}@media (width<=960px){.product-management-grid{grid-template-columns:1fr}.product-list{max-height:none}}@media (width<=640px){.product-management{margin-top:20px}.product-section-header{flex-direction:column;align-items:stretch;gap:12px}.product-section-header h2{font-size:22px}.product-refresh-button{width:100%}.product-form-card,.product-list-card{border-radius:13px;padding:17px 14px}.product-two-column-fields{grid-template-columns:1fr}.product-field input,.product-field textarea,.product-file-field input,.product-submit-button{font-size:16px}.product-field input,.product-file-field input,.product-submit-button{min-height:48px}.product-toggle-field{min-height:50px}.product-preview{aspect-ratio:1;max-height:none}.product-list-item{grid-template-columns:94px minmax(0,1fr);gap:11px;padding:10px}.product-list-title-row{align-items:flex-start}}@media (width<=420px){.product-list-item{grid-template-columns:1fr}.product-list-image{aspect-ratio:16/10}}.category-management{margin-top:28px}.category-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.category-section-header h2,.category-section-header p,.category-card-heading h3,.category-card-heading p{margin:0}.category-section-header h2{margin-top:5px;font-size:25px}.category-section-header>div>p:last-child{color:#64748b;margin-top:6px;font-size:14px}.category-refresh-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;min-height:40px;padding:9px 15px;font-weight:700}.category-refresh-button:hover:not(:disabled){background:#f8fafc}.category-refresh-button:disabled{cursor:wait;opacity:.65}.category-management-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:20px;display:grid}.category-form-card,.category-list-card{background:#fff;border:1px solid #dbe4f0;border-radius:16px;min-width:0;padding:22px;box-shadow:0 8px 28px #0f172a0d}.category-form-card{gap:17px;display:grid}.category-card-heading h3{font-size:19px}.category-card-heading p{color:#64748b;margin-top:5px;font-size:13px}.category-field{gap:8px;display:grid}.category-field>span{color:#334155;font-size:13px;font-weight:700}.category-field input,.category-field select,.category-field textarea{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;padding:11px 12px}.category-field input,.category-field select{min-height:45px}.category-field textarea{resize:vertical;min-height:100px;font:inherit}.category-field input:focus,.category-field select:focus,.category-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.category-toggle-field{cursor:pointer;border:1px solid #cbd5e1;border-radius:9px;align-items:center;gap:11px;min-height:50px;padding:10px 12px;display:flex}.category-toggle-field input{accent-color:#2563eb;width:18px;height:18px;margin:0}.category-toggle-field span{gap:2px;display:grid}.category-toggle-field strong{color:#0f172a;font-size:13px}.category-toggle-field small{color:#64748b;font-size:11px}.category-submit-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;min-height:46px;font-weight:800}.category-submit-button:hover:not(:disabled){background:#1d4ed8}.category-submit-button:disabled{cursor:wait;opacity:.65}.category-alert{border-radius:9px;padding:11px 13px;font-size:13px;line-height:1.5}.category-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.category-alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.category-list-card{gap:17px;display:grid}.category-tree{gap:13px;display:grid}.category-tree-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;overflow:hidden}.category-root-row{grid-template-columns:48px minmax(0,1fr);gap:13px;padding:14px;display:grid}.category-icon{color:#1d4ed8;background:#dbeafe;border-radius:12px;place-items:center;width:48px;height:48px;font-size:13px;font-weight:900;display:grid}.category-info{gap:7px;min-width:0;display:grid}.category-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.category-title-row h4,.category-info p{margin:0}.category-title-row h4{color:#0f172a;font-size:15px}.category-title-row>div>span{color:#94a3b8;overflow-wrap:anywhere;margin-top:2px;font-size:11px;display:block}.category-info p{color:#64748b;font-size:12px;line-height:1.5}.category-info>small{color:#64748b}.category-status{border-radius:999px;flex:none;padding:4px 7px;font-size:10px;font-weight:800}.category-status.active{color:#166534;background:#dcfce7}.category-status.inactive{color:#475569;background:#e2e8f0}.category-children{background:#e2e8f0;border-top:1px solid #e2e8f0;gap:1px;display:grid}.category-child-row{background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px 11px 76px;display:flex}.category-child-row>div{gap:2px;min-width:0;display:grid}.category-child-row strong{color:#0f172a;font-size:13px}.category-child-row>div>span{color:#94a3b8;overflow-wrap:anywhere;font-size:11px}.category-state-message{color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:12px;place-items:center;min-height:180px;padding:20px;display:grid}@media (width<=960px){.category-management-grid{grid-template-columns:1fr}}@media (width<=640px){.category-management{margin-top:20px}.category-section-header{flex-direction:column;align-items:stretch;gap:12px}.category-section-header h2{font-size:22px}.category-refresh-button{width:100%}.category-form-card,.category-list-card{border-radius:13px;padding:17px 14px}.category-field input,.category-field select,.category-field textarea,.category-submit-button{font-size:16px}.category-field input,.category-field select,.category-submit-button{min-height:48px}.category-root-row{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:12px}.category-icon{width:42px;height:42px}.category-child-row{padding:11px 12px 11px 64px}}@media (width<=420px){.category-title-row{align-items:flex-start}.category-child-row{padding-left:12px}}.product-category-field select{cursor:pointer}.product-category-field select:disabled{cursor:not-allowed;color:#64748b;background:#f1f5f9}.product-field-help{color:#64748b;font-size:11px;line-height:1.5}.product-field-help.error{color:#b91c1c}.product-category-badge{color:#1d4ed8;overflow-wrap:anywhere;background:#eff6ff;border-radius:999px;width:fit-content;max-width:100%;padding:4px 8px;font-size:10px;font-weight:750}@media (width<=640px){.product-category-field select{min-height:48px;font-size:16px}}.category-field-help{color:#64748b;font-size:11px;line-height:1.55}.category-field-help strong{color:#334155}.category-create-summary{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;gap:4px;padding:12px 13px;display:grid}.category-create-summary span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:700}.category-create-summary strong{color:#1d4ed8;overflow-wrap:anywhere;font-size:13px}.category-name-line{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.category-system-badge{color:#92400e;letter-spacing:.02em;text-transform:uppercase;background:#fef3c7;border-radius:999px;align-items:center;padding:3px 7px;font-size:9px;font-weight:850;display:inline-flex}.category-meta-row{color:#64748b;flex-wrap:wrap;gap:12px;display:flex}.category-child-row>div>small{color:#64748b;font-size:10px}@media (width<=640px){.category-create-summary{padding:11px}.category-name-line{gap:5px}.category-meta-row{gap:8px}}.admin-shell{color:#0f172a;background:#f1f5f9;grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{z-index:300;color:#f8fafc;background:#0f172a;flex-direction:column;width:250px;padding:18px 14px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:8px 0 30px #0f172a1f}.admin-sidebar-brand{border-bottom:1px solid #94a3b82e;align-items:center;gap:11px;padding:4px 6px 20px;display:flex}.admin-sidebar-brand>div:last-child{gap:2px;min-width:0;display:grid}.admin-sidebar-brand strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.admin-sidebar-brand span{color:#94a3b8;font-size:11px}.admin-sidebar-nav{gap:7px;margin-top:20px;display:grid}.admin-sidebar-nav button{color:#cbd5e1;cursor:pointer;width:100%;min-height:44px;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;padding:10px 12px;font-size:13px;font-weight:700;display:flex}.admin-sidebar-nav button:hover{color:#fff;background:#94a3b81f}.admin-sidebar-nav button.active{color:#fff;background:#2563eb}.admin-menu-icon{flex:none;place-items:center;width:22px;font-size:17px;display:grid}.admin-sidebar-footer{border-top:1px solid #94a3b82e;gap:12px;margin-top:auto;padding-top:16px;display:grid}.admin-sidebar-profile{gap:3px;min-width:0;padding:0 5px;display:grid}.admin-sidebar-profile strong,.admin-sidebar-profile span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-sidebar-profile strong{color:#f8fafc;font-size:12px}.admin-sidebar-profile span{color:#94a3b8;font-size:10px}.admin-sidebar-logout{color:#fff;cursor:pointer;min-height:40px;font:inherit;background:#1e293b;border:1px solid #475569;border-radius:8px;font-size:12px;font-weight:750}.admin-sidebar-logout:hover{background:#334155}.admin-main{grid-column:2;min-width:0;min-height:100vh}.admin-topbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #e2e8f0;align-items:center;gap:13px;min-height:66px;padding:10px 24px;display:flex;position:sticky;top:0}.admin-topbar>div{gap:2px;display:grid}.admin-topbar strong{color:#0f172a;font-size:15px}.admin-topbar span{color:#64748b;font-size:11px}.admin-mobile-menu{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;place-items:center;width:40px;height:40px;font-size:20px;display:none}.admin-topbar-logout{color:#fff;cursor:pointer;min-height:38px;font:inherit;background:#0f172a;border:0;border-radius:8px;margin-left:auto;padding:8px 12px;font-size:12px;font-weight:750;display:none}.admin-page-content{width:min(1320px,100% - 40px);margin:0 auto;padding:28px 0 44px}.admin-page-section{min-width:0}.admin-page-header h1,.admin-page-header p{margin:0}.admin-page-header h1{color:#0f172a;margin-top:5px;font-size:29px}.admin-page-header>div>p:last-child{color:#64748b;margin-top:8px;font-size:14px}.admin-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px;display:grid}.admin-dashboard-card{background:#fff;border:1px solid #dbe4f0;border-radius:14px;gap:8px;min-width:0;padding:22px;display:grid;box-shadow:0 8px 28px #0f172a0d}.admin-dashboard-card span{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:850}.admin-dashboard-card strong{color:#0f172a;font-size:18px}.admin-dashboard-card p{color:#64748b;margin:0;font-size:13px;line-height:1.55}.admin-sidebar-overlay{display:none}.admin-page-content .category-management,.admin-page-content .product-management,.admin-page-content .banner-management{margin-top:0}@media (width<=1050px){.admin-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.admin-shell{display:block}.admin-sidebar{width:min(82vw,280px);transition:transform .18s;transform:translate(-105%)}.admin-sidebar.open{transform:translate(0)}.admin-main{min-height:100vh}.admin-mobile-menu{display:grid}.admin-topbar-logout{display:block}.admin-sidebar-overlay{z-index:250;cursor:pointer;background:#0f172a8c;border:0;display:block;position:fixed;inset:0}.admin-topbar{min-height:60px;padding:9px 14px}.admin-page-content{width:100%;margin:0;padding:18px 14px 32px}.admin-dashboard-grid{grid-template-columns:1fr;gap:13px}.admin-page-header h1{font-size:24px}}@media (width<=390px){.admin-topbar{padding:8px 10px}.admin-topbar>div span{display:none}.admin-page-content{padding:14px 10px 28px}.admin-dashboard-card{padding:18px 16px}}.order-management{min-width:0}.order-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.order-section-header h2,.order-section-header p{margin:0}.order-section-header h2{margin-top:5px;font-size:25px}.order-section-header>div>p:last-child{color:#64748b;margin-top:6px;font-size:14px}.order-refresh-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;min-height:40px;padding:9px 15px;font-weight:700}.order-refresh-button:disabled{cursor:wait;opacity:.65}.order-filter-card,.order-list-card{background:#fff;border:1px solid #dbe4f0;border-radius:15px;box-shadow:0 8px 28px #0f172a0d}.order-filter-card{margin-bottom:18px;padding:17px}.order-search-form{grid-template-columns:minmax(220px,1fr) minmax(160px,220px) auto auto;align-items:end;gap:12px;display:grid}.order-filter-field{gap:7px;display:grid}.order-filter-field span{color:#334155;font-size:12px;font-weight:750}.order-filter-field input,.order-filter-field select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;min-height:43px;padding:10px 12px}.order-filter-field input:focus,.order-filter-field select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.order-search-button,.order-clear-button{cursor:pointer;border-radius:9px;min-height:43px;padding:9px 16px;font-weight:750}.order-search-button{color:#fff;background:#2563eb;border:0}.order-clear-button{color:#334155;background:#fff;border:1px solid #cbd5e1}.order-alert{border-radius:9px;margin-bottom:16px;padding:11px 13px;font-size:13px}.order-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.order-list-card{padding:20px}.order-list-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;display:flex}.order-list-heading h3,.order-list-heading p{margin:0}.order-list-heading h3{color:#0f172a;font-size:19px}.order-list-heading p,.order-list-heading>span{color:#64748b;margin-top:4px;font-size:12px}.order-list{gap:13px;display:grid}.order-list-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;overflow:hidden}.order-primary-info{gap:14px;padding:16px;display:grid}.order-number-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.order-number-row>div,.order-customer-info>div{gap:4px;display:grid}.order-number-row span,.order-customer-info span,.order-stat-grid span{color:#64748b;text-transform:uppercase;font-size:10px;font-weight:700}.order-number-row strong{color:#0f172a;overflow-wrap:anywhere;font-size:15px}.order-customer-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.order-customer-info strong,.order-customer-info a{color:#0f172a;font-size:13px;font-weight:750;text-decoration:none}.order-status{border-radius:999px;flex:none;padding:5px 8px;font-size:10px;font-weight:850}.order-status-pending{color:#92400e;background:#fef3c7}.order-status-confirmed,.order-status-processing{color:#1d4ed8;background:#dbeafe}.order-status-shipped{color:#4338ca;background:#e0e7ff}.order-status-delivered{color:#166534;background:#dcfce7}.order-status-cancelled,.order-status-returned{color:#991b1b;background:#fee2e2}.order-stat-grid{background:#e2e8f0;border-top:1px solid #e2e8f0;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;display:grid}.order-stat-grid>div{background:#fff;gap:4px;padding:12px 14px;display:grid}.order-stat-grid strong{color:#0f172a;font-size:13px}.order-total-stat strong{color:#1d4ed8;font-size:15px}.order-footer-row{color:#94a3b8;border-top:1px solid #e2e8f0;justify-content:space-between;gap:14px;padding:9px 14px;font-size:10px;display:flex}.order-pagination{justify-content:center;align-items:center;gap:14px;margin-top:18px;display:flex}.order-pagination button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-height:39px;padding:8px 14px;font-weight:700}.order-pagination button:disabled{cursor:not-allowed;opacity:.45}.order-pagination span{color:#64748b;font-size:12px}.order-state-message{color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:12px;place-items:center;min-height:180px;padding:20px;display:grid}@media (width<=900px){.order-search-form{grid-template-columns:1fr 1fr}.order-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.order-total-stat{grid-column:span 2}}@media (width<=640px){.order-section-header{flex-direction:column;align-items:stretch;gap:12px}.order-section-header h2{font-size:22px}.order-refresh-button{width:100%}.order-filter-card,.order-list-card{border-radius:13px;padding:14px}.order-search-form{grid-template-columns:1fr}.order-filter-field input,.order-filter-field select,.order-search-button,.order-clear-button{min-height:48px;font-size:16px}.order-number-row{flex-direction:column;align-items:flex-start}.order-customer-info{grid-template-columns:1fr}.order-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-total-stat{grid-column:span 2}.order-footer-row{flex-direction:column;gap:5px}.order-list-heading{flex-direction:column;align-items:flex-start}}.order-footer-row>div{flex-direction:column;gap:4px;display:flex}.order-details-button{color:#fff;cursor:pointer;min-height:38px;font:inherit;background:#2563eb;border:0;border-radius:8px;flex:none;padding:8px 13px;font-size:11px;font-weight:800}.order-details-button:hover:not(:disabled){background:#1d4ed8}.order-details-button:disabled{cursor:wait;opacity:.65}.order-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aa8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.order-details-modal{background:#fff;border-radius:17px;flex-direction:column;width:min(760px,100%);max-height:calc(100vh - 40px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0f172a59}.order-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.order-modal-header p,.order-modal-header h3{margin:0}.order-modal-header p{color:#2563eb;letter-spacing:.08em;font-size:10px;font-weight:850}.order-modal-header h3{color:#0f172a;overflow-wrap:anywhere;margin-top:4px;font-size:17px}.order-modal-header button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;flex:none;place-items:center;width:38px;height:38px;font-size:24px;line-height:1;display:grid}.order-modal-content{padding:20px;overflow-y:auto}.order-detail-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.order-detail-summary>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;gap:6px;min-width:0;padding:13px;display:grid}.order-detail-summary>div>span,.order-detail-info-grid span{color:#64748b;text-transform:uppercase;font-size:10px;font-weight:750}.order-detail-summary>div>strong:not(.order-status){color:#0f172a;overflow-wrap:anywhere;font-size:13px}.order-detail-section{margin-top:20px}.order-detail-section h4,.order-items-heading h4{color:#0f172a;margin:0 0 11px;font-size:15px}.order-detail-info-grid{background:#e2e8f0;border:1px solid #e2e8f0;border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.order-detail-info-grid>div{background:#fff;gap:5px;min-width:0;padding:13px;display:grid}.order-detail-info-grid strong,.order-detail-info-grid a{color:#0f172a;overflow-wrap:anywhere;font-size:13px;font-weight:700;line-height:1.5;text-decoration:none}.order-detail-full-row{grid-column:1/-1}.order-items-heading{justify-content:space-between;align-items:center;display:flex}.order-items-heading span{color:#64748b;font-size:11px}.order-detail-items{gap:10px;display:grid}.order-detail-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;grid-template-columns:76px minmax(0,1fr);gap:12px;padding:10px;display:grid}.order-detail-image{aspect-ratio:1;color:#64748b;background:#e2e8f0;border-radius:8px;place-items:center;font-size:10px;display:grid;overflow:hidden}.order-detail-image img{object-fit:cover;width:100%;height:100%;display:block}.order-detail-product{align-content:center;gap:4px;min-width:0;display:grid}.order-detail-product h5{color:#0f172a;overflow-wrap:anywhere;margin:0;font-size:14px}.order-detail-product>span{color:#94a3b8;overflow-wrap:anywhere;font-size:10px}.order-detail-product>div{justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}.order-detail-product small{color:#64748b}.order-detail-product strong{color:#0f172a;font-size:13px}.order-total-summary{color:#fff;background:#0f172a;border-radius:11px;gap:9px;margin-top:20px;padding:15px;display:grid}.order-total-summary>div{justify-content:space-between;align-items:center;gap:15px;display:flex}.order-total-summary span{color:#cbd5e1;font-size:12px}.order-total-summary strong{color:#fff;font-size:13px}.order-total-summary .grand-total{border-top:1px solid #334155;margin-top:4px;padding-top:11px}.order-total-summary .grand-total span,.order-total-summary .grand-total strong{font-size:17px;font-weight:850}@media (width<=640px){.order-modal-backdrop{padding:0}.order-details-modal{border-radius:0;width:100%;min-height:100dvh;max-height:100dvh}.order-modal-header,.order-modal-content{padding:14px}.order-detail-summary,.order-detail-info-grid{grid-template-columns:1fr}.order-detail-full-row{grid-column:auto}.order-detail-item{grid-template-columns:66px minmax(0,1fr)}.order-footer-row{align-items:stretch}.order-details-button{width:100%;min-height:42px}}@media (width<=390px){.order-detail-item{grid-template-columns:58px minmax(0,1fr);gap:9px}.order-detail-product>div{flex-direction:column;align-items:flex-start;gap:4px}}.order-alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.order-modal-content>.order-alert{margin-top:14px;margin-bottom:0}.order-status-actions{background:#f8fafc;border:1px solid #dbe4f0;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:14px;display:flex}.order-status-actions>div:first-child{gap:7px;display:grid}.order-status-actions>div:first-child>span{color:#64748b;text-transform:uppercase;font-size:10px;font-weight:750}.order-status-action-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.order-status-action{color:#fff;cursor:pointer;min-height:40px;font:inherit;background:#2563eb;border:0;border-radius:9px;padding:9px 14px;font-size:12px;font-weight:800}.order-status-action:hover:not(:disabled){background:#1d4ed8}.order-status-action.danger{background:#dc2626}.order-status-action.danger:hover:not(:disabled){background:#b91c1c}.order-status-action:disabled{cursor:wait;opacity:.6}.order-final-status-message{color:#64748b;text-align:right;max-width:340px;margin:0;font-size:12px;line-height:1.5}@media (width<=640px){.order-status-actions{flex-direction:column;align-items:stretch}.order-status-action-buttons{grid-template-columns:1fr;display:grid}.order-status-action{width:100%;min-height:46px}.order-final-status-message{text-align:left;max-width:none}}.live-dashboard{min-width:0}.live-dashboard-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.live-dashboard-header h1,.live-dashboard-header p{margin:0}.live-dashboard-header h1{color:#0f172a;margin-top:5px;font-size:29px}.live-dashboard-header>div>p:last-child{color:#64748b;margin-top:7px;font-size:14px}.live-dashboard-header button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;min-height:40px;padding:9px 15px;font-weight:750}.live-dashboard-header button:disabled{cursor:wait;opacity:.65}.dashboard-sales-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px;display:grid}.dashboard-sales-card{color:#fff;background:#0f172a;border-radius:15px;gap:7px;min-width:0;padding:22px;display:grid;box-shadow:0 12px 32px #0f172a24}.dashboard-sales-card span{color:#94a3b8;text-transform:uppercase;font-size:11px;font-weight:750}.dashboard-sales-card strong{color:#fff;overflow-wrap:anywhere;font-size:27px}.dashboard-sales-card small{color:#94a3b8;font-size:11px}.dashboard-section{margin-top:22px}.dashboard-panel{background:#fff;border:1px solid #dbe4f0;border-radius:15px;min-width:0;padding:20px;box-shadow:0 8px 28px #0f172a0d}.dashboard-section-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px;display:flex}.dashboard-section-heading h2{color:#0f172a;margin:0;font-size:19px}.dashboard-section-heading span{color:#64748b;font-size:11px}.dashboard-metric-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;display:grid}.dashboard-metric-grid article{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:6px;min-width:0;padding:16px 13px;display:grid}.dashboard-metric-grid span,.dashboard-compact-metrics span{color:#64748b;text-transform:uppercase;font-size:10px;font-weight:700}.dashboard-metric-grid strong{color:#0f172a;font-size:23px}.dashboard-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dashboard-compact-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.dashboard-compact-metrics>div{background:#f8fafc;border-radius:11px;gap:5px;min-width:0;padding:14px;display:grid}.dashboard-compact-metrics strong{color:#0f172a;font-size:22px}.dashboard-warning-metric{background:#fff7ed!important}.dashboard-warning-metric span,.dashboard-warning-metric strong{color:#c2410c}.dashboard-alert{border-radius:10px;margin-top:18px;padding:12px 14px;font-size:13px}.dashboard-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.dashboard-loading-state{color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:14px;place-items:center;min-height:260px;margin-top:22px;display:grid}@media (width<=1100px){.dashboard-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=820px){.dashboard-sales-grid,.dashboard-two-column{grid-template-columns:1fr}.dashboard-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.live-dashboard-header{flex-direction:column;align-items:stretch;gap:12px}.live-dashboard-header h1{font-size:24px}.live-dashboard-header button{width:100%;min-height:46px}.dashboard-sales-grid{gap:12px;margin-top:17px}.dashboard-sales-card{padding:18px}.dashboard-sales-card strong{font-size:24px}.dashboard-metric-grid{gap:9px}.dashboard-metric-grid article{padding:14px 11px}.dashboard-compact-metrics{grid-template-columns:1fr}.dashboard-panel{padding:16px 14px}}@media (width<=390px){.dashboard-metric-grid{grid-template-columns:1fr}}
