:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;color:#111;background:#fafafa}*{box-sizing:border-box}body{margin:0}a{color:inherit}button,input,select,textarea{font:inherit}.layout{min-height:100vh;display:grid;grid-template-columns:220px 1fr}.sidebar{background:#111;color:#fff;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.sidebar-brand{margin-bottom:1rem;display:flex;justify-content:center}.sidebar-brand-logo{width:50px;height:50px;object-fit:contain;border-radius:6px}.sidebar a{text-decoration:none;padding:.5rem .65rem;border-radius:6px;opacity:.85}.sidebar a:hover,.sidebar a.active{background:#222;opacity:1}.main{padding:1.5rem 2rem;max-width:1100px}.card{background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.stack{display:flex;flex-direction:column;gap:.5rem}label{font-size:.85rem;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=number],select,textarea{width:100%;max-width:420px;padding:.55rem .65rem;border:1px solid #ccc;border-radius:8px;background:#fff}textarea{min-height:100px;max-width:100%}.btn{border:1px solid #111;background:#111;color:#fff;padding:.55rem .9rem;border-radius:8px;cursor:pointer}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.secondary{background:#fff;color:#111}.btn.danger{border-color:#b00020;background:#b00020}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.55rem .35rem;border-bottom:1px solid #eee}.orders-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .75rem;margin-bottom:.75rem;padding:.55rem .75rem}.orders-toolbar label{display:none}.orders-toolbar input,.orders-toolbar select{padding:.4rem .55rem;font-size:.88rem;min-height:0}.orders-toolbar .btn{padding:.4rem .75rem;font-size:.85rem}.orders-toolbar .meta{margin:0 0 0 auto;font-size:.8rem}.orders-table{font-size:.88rem}.orders-table th,.orders-table td{padding:.45rem .4rem;vertical-align:middle}.orders-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#666;font-weight:600}.orders-table .btn{padding:.3rem .55rem;font-size:.8rem}.orders-table select{padding:.3rem .4rem;font-size:.84rem}.orders-table-card{overflow:visible}.orders-table-customer-cell{overflow:visible;position:relative}.customer-popover-wrap{position:relative;display:inline-block;max-width:200px;outline:none;cursor:help}.customer-popover-wrap:focus-visible .customer-popover-trigger{outline:2px solid #111;outline-offset:2px;border-radius:4px}.customer-popover-trigger{display:block;width:100%}.customer-popover-hint{font-size:12px}.customer-popover{position:absolute;left:0;top:100%;z-index:100;min-width:260px;max-width:min(320px,90vw);margin-top:6px;padding:.7rem .8rem;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 10px 28px #00000024;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,visibility .12s ease}.customer-popover-wrap:hover .customer-popover,.customer-popover-wrap:focus-within .customer-popover{opacity:1;visibility:visible;pointer-events:auto}.customer-popover-title{margin:0 0 .5rem;font-size:.9rem;font-weight:700}.customer-popover-row{margin:0 0 .45rem;font-size:12px;line-height:1.45;display:grid;gap:.15rem}.customer-popover-row:last-child{margin-bottom:0}.customer-popover-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#777}.customer-popover-address address{display:flex;flex-direction:column;gap:.1rem;font-style:normal;color:#222}.customer-popover a{color:#111;word-break:break-all}.orders-table .line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.orders-table .wa-link{color:#128c7e;font-weight:650;text-decoration:none;white-space:nowrap}.orders-table .wa-link:hover{text-decoration:underline}.orders-detail{padding:.5rem .35rem}.orders-detail-row{display:flex;align-items:center;gap:10px;padding:.4rem;background:#fff;border:1px solid #eee;border-radius:6px}.muted{color:#666;font-size:.9rem}.pill{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;border:1px solid #ddd;background:#f6f6f6}.thumbs{display:flex;gap:.35rem;flex-wrap:wrap}.thumbs img{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid #eee}.cat-acc{border:1px solid #e6e6e6;border-radius:10px;margin-bottom:.65rem;overflow:hidden;background:#fff}.cat-acc-head{display:flex;align-items:center;gap:.65rem;width:100%;padding:.75rem 1rem;border:none;background:#fafafa;cursor:pointer;text-align:left;font:inherit;color:inherit}.cat-acc-head:hover{background:#f3f3f3}.cat-acc-chev{display:inline-flex;width:1.25rem;justify-content:center;font-size:.75rem;color:#666;transition:transform .15s ease}.cat-acc-chev.is-open{transform:rotate(90deg)}.cat-acc-title{flex:1;font-weight:700;font-size:.95rem}.cat-acc-actions{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.cat-acc-body{border-top:1px solid #eee;padding:.5rem 0}.cat-sub-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(140px,180px) auto auto;gap:.65rem;align-items:center;padding:.55rem 1rem;border-bottom:1px solid #f0f0f0}.cat-sub-row:last-child{border-bottom:none}.cat-sub-name{font-size:.9rem;padding-left:.25rem}.cat-inline-form{padding:.75rem 1rem 1rem;background:#fafafa;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end}.cat-inline-form input{max-width:200px}@media(max-width:720px){.cat-sub-row{grid-template-columns:1fr}}
