:root{font-family:Tahoma,Arial,sans-serif;color:#20212b;background:#f5f6f8;line-height:1.6}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0}header{background:#fff;border-bottom:1px solid #e4e7ec;padding:20px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}a{color:#764297;text-decoration:none}.brand{font-size:24px;font-weight:bold;color:#20212b}.brand span{font-size:12px;color:#727785;margin-right:12px}header>div{display:flex;align-items:center;gap:20px}main{max-width:1240px;margin:40px auto;padding:0 24px}.card{background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:28px}.login{max-width:460px;margin:70px auto 20px}.eyebrow{color:#85529f;font-size:12px;font-weight:bold;letter-spacing:1px;margin:0}h1{font-size:28px;margin:6px 0}h2{font-size:20px;margin:0 0 20px}p,small{color:#677080}label{display:grid;gap:7px;font-size:14px;font-weight:bold;margin-bottom:18px}input,textarea{width:100%;border:1px solid #ccd1db;border-radius:9px;padding:12px;font:inherit;background:#fff;color:#20212b}input:focus,textarea:focus{outline:2px solid #bd58df;outline-offset:2px}button{border:1px solid #d9dce3;border-radius:9px;background:#fff;padding:11px 16px;font:inherit;cursor:pointer;color:#333}button:hover{background:#f3eef7}.primary{background:#81519e;color:#fff;border-color:#81519e;font-weight:bold}.primary:hover{background:#683e82}button:disabled{opacity:.55;cursor:wait}.login .primary{width:100%}.heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.heading p{margin:5px 0}.heading>b{background:#e9dff0;border-radius:20px;padding:6px 16px;color:#754991}.workspace{display:grid;grid-template-columns:380px 1fr;gap:24px;align-items:start}.editor small{display:block;margin-top:-10px;margin-bottom:16px;font-size:12px}.preview{width:100%;height:180px;object-fit:contain;background:#f7f8fa;border-radius:10px;margin-bottom:12px}.actions{display:flex;gap:10px}.product-row{display:flex;align-items:center;gap:16px;border-top:1px solid #edf0f4;padding:18px 0}.product-row img{width:70px;height:70px;object-fit:cover;border-radius:10px;background:#f4f5f7}.product-row .info{flex:1;min-width:0}.product-row h3{font-size:14px;overflow-wrap:anywhere;margin:0}.product-row p{margin:4px 0;font-size:13px}.row-actions{display:flex;gap:6px}.row-actions button{font-size:12px;padding:7px 10px}.delete{color:#b43939}#status{max-width:900px;margin:15px auto;padding:0 12px;white-space:pre-line}#status.error{color:#af3030}#status.success{color:#237250}#image-status{font-size:12px}@media(max-width:900px){.workspace{grid-template-columns:1fr}.editor{max-width:none}}@media(max-width:540px){main{padding:0 14px;margin-top:24px}.card{padding:20px}.brand span{display:none}header{padding:15px}.product-row{flex-wrap:wrap}.row-actions{width:100%;justify-content:flex-end}.heading{align-items:start}.heading h1{font-size:24px}.login{margin-top:35px}header>div{gap:10px;font-size:12px}}

.admin-tabs{display:flex;gap:8px;border-bottom:1px solid #dedee8;margin-bottom:28px;padding-bottom:10px}.admin-tabs button{border:0;background:transparent;font-weight:bold;color:#727785}.admin-tabs button[aria-selected="true"]{background:#e9dff0;color:#754991}.admin-tabs button:focus-visible{outline:2px solid #81519e;outline-offset:3px}.orders-table-wrap{overflow-x:auto}#orders-table{width:100%;border-collapse:collapse;text-align:right}#orders-table th{background:#f5f3f8;color:#754991;padding:15px;font-size:13px}#orders-table td{padding:18px 15px;border-bottom:1px solid #eceef3;font-size:14px}#orders-table td:first-child{direction:ltr;overflow-wrap:anywhere;min-width:120px;max-width:240px}#orders-table td:last-child{white-space:nowrap}#orders-status:empty{display:none}@media(max-width:540px){#orders-table th,#orders-table td{padding:12px 7px;font-size:12px}.admin-tabs button{font-size:13px}#panel-orders .heading{gap:10px}#refresh-orders{font-size:12px;white-space:nowrap}}

.slug-preview{font-size:12px;overflow-wrap:anywhere;background:#f5f3f8;padding:10px;border-radius:8px;color:#754991;margin:0 0 18px}

select{width:100%;border:1px solid #ccd1db;border-radius:9px;padding:12px;font:inherit;background:#fff;color:#20212b}select:focus{outline:2px solid #bd58df;outline-offset:2px}.admin-tabs{flex-wrap:wrap}.page-row{padding:20px 0;border-top:1px solid #edf0f4}.page-row h3{margin:0;overflow-wrap:anywhere}.page-row p{margin:6px 0}.page-row .row-actions{flex-wrap:wrap;align-items:center}.page-row a{font-size:13px;padding:7px}.page-state{font-size:12px;color:#754991;background:#f1e9f5;padding:3px 9px;border-radius:12px}#pages-status.error{color:#af3030}

.page-create{display:flex;align-items:end;gap:16px}.page-create label{flex:1;margin:0}.pages-library{margin-top:24px}@media(max-width:600px){.page-create{display:block}.page-create button{margin-top:16px;width:100%}}

#orders-table time{display:inline-block;white-space:nowrap}
.category-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.category-options label{display:flex;align-items:center;gap:10px;border:1px solid #ddd;border-radius:10px;padding:12px;cursor:pointer}.category-options input{width:auto}.category-options img{width:56px;height:56px;object-fit:contain}.category-options label:has(input:checked){border-color:#81519e;background:#f7effb}#page-categories{border:0;padding:20px 0;margin:0}@media(max-width:700px){.category-options{grid-template-columns:1fr 1fr}.category-options label{flex-wrap:wrap}}

#product-categories{border:1px solid #dedee8;border-radius:9px;padding:12px;margin:18px 0}#product-categories legend{font-weight:700}#product-category-options label{display:flex;align-items:center;gap:10px;font-size:14px;margin:10px 0}#product-category-options input{width:auto;margin:0;accent-color:#81519e}

.pixel-row{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #ddd;flex-wrap:wrap}.pixel-row span{flex:1;overflow-wrap:anywhere;min-width:180px}
#panel-insights{max-width:1550px;margin:0 auto 40px} .insights-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.insights-heading h1{font-size:28px;margin:0}.insights-heading>div{display:flex;align-items:center;gap:10px}.insights-heading select{width:auto}.insights-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:22px}.insights-sales,.insights-stack{display:flex;flex-direction:column;gap:22px;min-width:0}.insight-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.insight-card{background:#fff;border:1px solid #e0e5ef;padding:22px;min-width:0}.insight-card h2{font-size:15px;line-height:1.5;font-weight:500;color:#303c50;margin:0 0 14px}.insight-card>strong{display:block;font-size:27px;line-height:1.3;overflow-wrap:anywhere;font-weight:600}.insight-stats strong{font-size:20px}.insight-totals{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:16px}.insight-totals>.insight-card{border:0;padding:0}.insights-sales .insight-totals strong{font-size:30px}.insight-note{color:#747d8a;font-size:12px;line-height:1.7}.insight-pie{width:min(200px,100%);aspect-ratio:1;border-radius:50%;margin:20px auto 0}.insight-legend{list-style:none;padding:0;font-size:12px;color:#5f6671}.insight-legend li{display:flex;gap:8px;align-items:center;margin:10px 0}.insight-legend i{width:14px;height:10px;flex-shrink:0}.insight-empty{color:#858c97;padding:35px 0;text-align:center}.insight-funnel{border:1px solid #e8eaf0;padding:14px;font-size:13px}.insight-card svg{width:100%;height:auto}.insight-card details{overflow:auto;font-size:12px}.insight-card summary{cursor:pointer;padding:12px 0}.insight-card table{width:100%;border-collapse:collapse;text-align:left}.insight-card td,.insight-card th{padding:8px;border-bottom:1px solid #eee;white-space:nowrap}@media(max-width:1150px){.insights-grid{grid-template-columns:1fr 1fr}.insights-sales{grid-column:1/-1}}@media(max-width:650px){.insights-grid{grid-template-columns:1fr}.insight-stats{grid-template-columns:1fr}.insights-heading{align-items:flex-start;flex-direction:column}.insight-card{padding:18px}.insights-sales .insight-totals strong{font-size:23px}.insight-stats .insight-card{display:flex;justify-content:space-between;gap:16px}.insight-stats h2{margin:0}}
