:root{--ink:#17211c;--muted:#68766e;--line:#e2e8e4;--paper:#fff;--canvas:#f5f7f5;--green:#135c3c;--green-2:#1e7550;--soft:#eaf4ee;--amber:#b96c14;--red:#b83e38;--shadow:0 8px 28px #1736260f}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button,a{transition:all .18s}a{color:inherit;text-decoration:none}.admin-layout{min-height:100vh;display:flex}.sidebar{color:#d8e8df;z-index:30;background:#102c20;flex-direction:column;width:252px;padding:0 14px;display:flex;position:fixed;inset:0 auto 0 0}.brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:11px;height:78px;padding:0 10px;display:flex}.brand-mark{color:#183527;background:#f0b85c;border-radius:11px;place-items:center;width:38px;height:38px;font-family:Georgia,serif;font-size:25px;font-weight:800;display:grid}.brand strong{color:#fff;font-family:Georgia,serif;font-size:20px;display:block}.brand small{letter-spacing:1.7px;color:#9cb6a8;font-size:9px}.sidebar nav{flex-direction:column;gap:5px;padding-top:22px;display:flex}.sidebar nav a,.sidebar-foot a,.sidebar-foot button{color:#bad0c4;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;padding:11px 13px;font-size:14px;font-weight:600;display:flex}.sidebar nav a:hover,.sidebar nav a.active{color:#fff;background:#ffffff1a}.sidebar nav a.active{box-shadow:inset 3px 0 #efbd67}.nav-tail{margin-left:auto}.sidebar-foot{border-top:1px solid #ffffff1a;margin-top:auto;padding:14px 0 20px}.sidebar-foot a:hover,.sidebar-foot button:hover{color:#fff}.admin-main{width:calc(100% - 252px);min-height:100vh;margin-left:252px}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#fff;align-items:center;height:70px;padding:0 32px;display:flex;position:sticky;top:0}.top-search{color:var(--muted);align-items:center;gap:9px;font-size:13px;display:flex}.admin-user{align-items:center;gap:10px;margin-left:auto;display:flex}.admin-user>span{background:var(--soft);width:36px;height:36px;color:var(--green);border-radius:50%;place-items:center;font-weight:800;display:grid}.admin-user strong,.admin-user small{font-size:12px;display:block}.admin-user small{color:var(--muted);margin-top:2px;font-size:10px}.icon-btn{cursor:pointer;color:inherit;background:0 0;border:0;place-items:center;display:grid}.menu-button,.close-menu{display:none}.admin-main main{max-width:1540px;margin:auto;padding:30px 32px 50px}.page-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-head h1{margin:0 0 7px;font-family:Georgia,serif;font-size:29px;line-height:1.15}.page-head p{color:var(--muted);margin:0;font-size:14px}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:9px 15px;font-size:13px;font-weight:700;display:inline-flex}.button:disabled{opacity:.55;cursor:not-allowed}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green-2)}.button.secondary{color:var(--ink);border-color:var(--line);background:#fff}.button.secondary:hover{border-color:#abbdb2}.button.danger{color:var(--red);background:#fff1f0}.button.ghost{color:var(--muted);background:0 0}.card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px}.stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.stat{padding:20px}.stat-head{color:var(--muted);justify-content:space-between;font-size:12px;font-weight:700;display:flex}.stat-icon{background:var(--soft);width:38px;height:38px;color:var(--green);border-radius:9px;place-items:center;display:grid}.stat strong{margin-top:10px;font-family:Georgia,serif;font-size:27px;display:block}.stat small{color:var(--muted)}.dashboard-grid{grid-template-columns:1.65fr 1fr;gap:20px;display:grid}.card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.card-head h2{margin:0;font-size:16px}.card-head a{color:var(--green);font-size:12px;font-weight:700}.table-wrap{overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:680px}.data-table th{text-align:left;color:#66736c;text-transform:uppercase;letter-spacing:.5px;background:#f8faf8;padding:11px 15px;font-size:11px}.data-table td{border-top:1px solid #edf1ee;padding:13px 15px;font-size:13px}.data-table tbody tr:hover{background:#fbfcfb}.product-cell{align-items:center;gap:11px;display:flex}.thumb{object-fit:cover;border:1px solid var(--line);background:#eef1ef;border-radius:8px;width:44px;height:44px}.product-cell strong,.product-cell small{display:block}.product-cell small{color:var(--muted);margin-top:3px}.badge{text-transform:capitalize;border-radius:20px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.badge.green{color:#197047;background:#e7f6ed}.badge.amber{color:#9b5a0f;background:#fff3de}.badge.red{color:#a83631;background:#ffeded}.badge.blue{color:#3561a8;background:#eaf1ff}.badge.neutral{color:#59655f;background:#edf1ef}.toolbar{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:14px;display:flex}.search{flex:1;min-width:250px;max-width:420px;position:relative}.search svg{color:var(--muted);position:absolute;top:11px;left:12px}.search input{padding-left:38px}.toolbar select{width:auto;min-width:145px}.toolbar input,.toolbar select,input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #dce4df;border-radius:8px;outline:none;padding:10px 12px}input:focus,select:focus,textarea:focus{border-color:#6ca489;box-shadow:0 0 0 3px #28754f17}textarea{resize:vertical;min-height:105px}.actions{gap:5px;display:flex}.actions a,.actions button{color:#647169;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px}.actions a:hover,.actions button:hover{background:var(--soft);color:var(--green)}.form-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:20px;display:grid}.form-stack{flex-direction:column;gap:18px;display:flex}.form-section{padding:20px}.form-section h2{margin:0 0 18px;font-size:15px}.field-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field small{color:var(--muted);font-size:11px}.switch-row{border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.switch-row:last-child{border:0}.switch-copy strong,.switch-copy small{font-size:12px;display:block}.switch-copy small{color:var(--muted);margin-top:3px}.switch{cursor:pointer;background:#cbd4ce;border:0;border-radius:20px;width:40px;height:22px;padding:3px}.switch span{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;display:block}.switch.on{background:var(--green)}.switch.on span{transform:translate(18px)}.image-list,.variant-list{flex-direction:column;gap:9px;display:flex}.repeater-row{grid-template-columns:1fr 1fr 70px 38px;align-items:center;gap:8px;display:grid}.repeater-row.image-row{grid-template-columns:1.5fr 1fr 70px 70px 38px}.remove{color:var(--red);cursor:pointer;background:#fff1f0;border:0;border-radius:7px;height:38px}.breadcrumb{color:var(--muted);gap:5px;margin-bottom:14px;font-size:11px;display:flex}.breadcrumb span{align-items:center;gap:5px;display:flex}.breadcrumb a:hover{color:var(--green)}.empty{text-align:center;color:var(--muted);padding:48px 20px}.empty span{color:#d39c44;font-size:30px}.empty h3{color:var(--ink);margin:10px 0 5px}.empty p{margin:0;font-size:13px}.screen-loader{height:100vh;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.spinner,.spin{animation:.8s linear infinite spin}.spinner{border:2px solid #cad4ce;border-top-color:var(--green);border-radius:50%;width:20px;height:20px}@keyframes spin{to{transform:rotate(360deg)}}.modal-layer{z-index:50;background:#08170f85;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:13px;width:min(600px,100%);max-height:90vh;overflow:auto;box-shadow:0 24px 70px #00000038}.modal-head,.modal-foot{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-head h2{margin:0;font-size:17px}.modal-body{padding:20px}.modal-foot{border:0;border-top:1px solid var(--line);justify-content:flex-end;gap:9px}.split-list{padding:4px 20px 16px}.list-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:13px 0;display:flex}.list-row:last-child{border:0}.list-row strong,.list-row small{font-size:12px;display:block}.list-row small{color:var(--muted);margin-top:4px}.order-layout{grid-template-columns:minmax(0,1fr) 340px;gap:20px;display:grid}.summary-lines{padding:18px}.summary-lines div{justify-content:space-between;padding:7px 0;font-size:13px;display:flex}.summary-lines .total{border-top:1px solid var(--line);margin-top:8px;padding-top:14px;font-size:16px;font-weight:800}.login-page{background:#fff;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-art{color:#fff;background:#0e3826;flex-direction:column;justify-content:space-between;padding:60px;display:flex;position:relative;overflow:hidden}.login-art:after{content:"";border:1px solid #ffffff1a;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-170px;right:-180px;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.login-art h1{z-index:1;max-width:500px;margin:0;font:44px/1.1 Georgia,serif;position:relative}.login-art p{color:#bdd1c5;max-width:440px;line-height:1.7}.login-form-wrap{place-items:center;padding:30px;display:grid}.login-form{width:min(420px,100%)}.login-form h2{margin:28px 0 8px;font:32px Georgia,serif}.login-form>p{color:var(--muted);margin:0 0 28px}.login-form .field{margin-bottom:16px}.login-form .button{width:100%;margin-top:10px}.login-note{color:var(--muted);background:#f5f8f6;border-radius:8px;margin-top:22px;padding:12px;font-size:11px}.login-error{color:#a83631;background:#ffeded;border-radius:7px;margin-bottom:15px;padding:10px;font-size:12px}.backdrop{display:none}.two-cards{grid-template-columns:1fr 1fr;gap:20px;display:grid}.preview-banner{aspect-ratio:3.2;object-fit:cover;background:#edf1ee;border-radius:9px;width:100%}.muted{color:var(--muted)}@media (max-width:1050px){.stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.form-layout,.order-layout{grid-template-columns:1fr}.form-layout>.form-stack:last-child{grid-row:1}.two-cards{grid-template-columns:1fr}}.repeater-row.variant-row{grid-template-columns:1.3fr 1fr 90px 80px 38px}@media (max-width:760px){.sidebar{transition:all .25s;transform:translate(-105%)}.sidebar.open{transform:none}.admin-main{width:100%;margin:0}.backdrop{z-index:25;background:#0000006b;border:0;display:block;position:fixed;inset:0}.menu-button,.close-menu{display:grid}.close-menu{margin-left:auto}.topbar{padding:0 16px}.top-search{display:none}.admin-main main{padding:22px 15px}.page-head{align-items:center}.page-head h1{font-size:25px}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat{padding:15px}.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.toolbar{flex-wrap:wrap}.search{min-width:100%;max-width:none}.login-page{grid-template-columns:1fr}.login-art{display:none}.repeater-row,.repeater-row.image-row{grid-template-columns:1fr 1fr}.repeater-row .remove{grid-column:2}.admin-user div{display:none}}
