.admin-shell{--admin-bg:#0d0d0f;--admin-surface:#16161a;--admin-surface2:#1e1e24;--admin-border:#2a2a35;--admin-text:#e8e8ef;--admin-muted:#888;--admin-danger:#c73e3a;--sidebar-w:220px;background:var(--admin-bg);color:var(--admin-text);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.9375rem;line-height:1.5;display:flex}.admin-shell *,.admin-shell :before,.admin-shell :after{box-sizing:border-box;margin:0;padding:0}.admin-shell a{color:var(--brand);text-decoration:none}.admin-shell a:hover{text-decoration:underline}.admin-shell .sidebar{width:var(--sidebar-w);background:var(--admin-surface);border-right:1px solid var(--admin-border);z-index:10;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.admin-shell .sidebar-logo{border-bottom:1px solid var(--admin-border);align-items:center;gap:.75rem;padding:1.25rem 1rem;font-size:1rem;font-weight:700;display:flex}.admin-shell .sidebar-logo img{object-fit:cover;border-radius:8px}.admin-shell .sidebar-nav{flex:1;padding:.75rem 0;list-style:none}.admin-shell .sidebar-nav li a{color:var(--admin-text);padding:.65rem 1rem;font-size:.9rem;transition:background .15s;display:block}.admin-shell .sidebar-nav li a:hover,.admin-shell .sidebar-nav li a.active{background:var(--admin-surface2);color:var(--brand);text-decoration:none}.admin-shell .sidebar-bottom{border-top:1px solid var(--admin-border);padding:1rem}.admin-shell .btn-logout{text-align:center;color:var(--admin-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:.5rem;font-family:inherit;font-size:.85rem;transition:color .15s;display:block}.admin-shell .btn-logout:hover{color:var(--admin-danger)}.admin-shell .main{margin-left:var(--sidebar-w);flex:1;max-width:1100px;padding:2rem}.admin-shell .page-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-shell .page-head h1{font-size:1.5rem;font-weight:700}.admin-shell .subtitle{color:var(--admin-muted);margin-top:.2rem;font-size:.875rem}.admin-shell .btn{background:var(--admin-surface2);color:var(--admin-text);border:1px solid var(--admin-border);cursor:pointer;border-radius:7px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.admin-shell .btn:hover{border-color:#555}.admin-shell .btn-primary{background:var(--brand);color:#000;border-color:var(--brand);font-weight:700}.admin-shell .btn-primary:hover{color:#000;background:#e0a920;border-color:#e0a920}.admin-shell .btn-danger{color:var(--admin-danger);border-color:var(--admin-danger);background:0 0}.admin-shell .btn-danger:hover{background:var(--admin-danger);color:#fff}.admin-shell .btn-sm{padding:.3rem .65rem;font-size:.8rem}.admin-shell .btn-full{justify-content:center;width:100%;padding:.75rem}.admin-shell .alert{border-radius:8px;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.875rem}.admin-shell .alert-success{color:#86efac;background:#14532d40;border:1px solid #16a34a}.admin-shell .alert-error{border:1px solid var(--admin-danger);color:#fca5a5;background:#450a0a40}.admin-shell .stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.admin-shell .stat-card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:10px;padding:1rem 1.1rem}.admin-shell .stat-label{color:var(--admin-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;font-size:.7rem;font-weight:600}.admin-shell .stat-value{color:var(--admin-text);font-size:1.5rem;font-weight:700}.admin-shell .stat-card.stat-warn{border-color:#d97706}.admin-shell .stat-card.stat-warn .stat-value{color:#fdba74}.admin-shell .stat-card.stat-danger{border-color:var(--admin-danger)}.admin-shell .stat-card.stat-danger .stat-value{color:#fca5a5}.admin-shell .stat-card.stat-info{border-color:#2563eb}.admin-shell .stat-card.stat-info .stat-value{color:#93c5fd;font-size:1.25rem}.admin-shell .filter-bar{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.admin-shell .search-input{flex:1;min-width:200px}.admin-shell .filter-select{width:auto;min-width:180px}.admin-shell .stock-badge{text-align:center;border-radius:5px;min-width:32px;padding:.2rem .5rem;font-size:.85rem;font-weight:700;display:inline-block}.admin-shell .stock-ok{color:#86efac;background:#14532d40}.admin-shell .stock-low{color:#fdba74;background:#78350f40}.admin-shell .stock-out{color:#fca5a5;background:#450a0a40}.admin-shell .mono{color:var(--admin-muted);font-family:SF Mono,Consolas,monospace;font-size:.82rem}.admin-shell .table-wrap{border:1px solid var(--admin-border);border-radius:10px;overflow-x:auto}.admin-shell .table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-shell .table th{background:var(--admin-surface2);text-align:left;color:var(--admin-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--admin-border);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.admin-shell .table td{border-bottom:1px solid var(--admin-border);vertical-align:middle;padding:.85rem 1rem}.admin-shell .table tr:last-child td{border-bottom:none}.admin-shell .table tr:hover td{background:var(--admin-surface2)}.admin-shell .thumb{object-fit:cover;border:1px solid var(--admin-border);border-radius:6px;width:44px;height:44px}.admin-shell .thumb-empty{background:var(--admin-surface2);border-radius:6px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.admin-shell .old-price-admin{color:var(--admin-muted);margin-left:.35rem;font-size:.8rem;text-decoration:line-through}.admin-shell .badge-pill{text-transform:uppercase;border-radius:4px;margin-left:.4rem;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.admin-shell .badge-naujiena{color:#93c5fd;background:#1e3a5f}.admin-shell .badge-populiaru{color:#fdba74;background:#3b1a0a}.admin-shell .status{border-radius:20px;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}.admin-shell .status-ok{color:#86efac;background:#14532d40}.admin-shell .status-off{color:#888;background:#3a3a3a}.admin-shell .empty-state{text-align:center;color:var(--admin-muted);border:1px dashed var(--admin-border);border-radius:12px;padding:4rem 2rem}.admin-shell .empty-icon{margin-bottom:1rem;font-size:3rem}.admin-shell .form-wrap{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:12px;max-width:720px;padding:1.75rem}.admin-shell .form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.admin-shell .form-group{flex-direction:column;gap:.4rem;display:flex}.admin-shell .form-group.full{grid-column:1/-1}.admin-shell label{color:#aaa;font-size:.8rem;font-weight:600}.admin-shell input[type=text],.admin-shell input[type=number],.admin-shell input[type=password],.admin-shell input[type=search],.admin-shell input[type=url],.admin-shell select,.admin-shell textarea{background:var(--admin-bg);border:1px solid var(--admin-border);color:var(--admin-text);border-radius:7px;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s}.admin-shell input:focus,.admin-shell select:focus,.admin-shell textarea:focus{border-color:var(--brand);outline:none}.admin-shell textarea{resize:vertical;min-height:80px}.admin-shell .hint{color:var(--admin-muted);font-size:.78rem}.admin-shell .current-image{color:var(--admin-muted);align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.admin-shell .current-image img{border:1px solid var(--admin-border);border-radius:6px}.admin-shell input[type=file]{color:var(--admin-muted);background:0 0;border:none;padding:.45rem 0;font-size:.875rem}.admin-shell .checkbox-label{cursor:pointer;color:var(--admin-text);align-items:center;gap:.6rem;font-size:.875rem;font-weight:400;display:flex}.admin-shell .checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand);cursor:pointer}.admin-shell .form-actions{border-top:1px solid var(--admin-border);justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.admin-shell.login-page{background:var(--admin-bg);justify-content:center;align-items:center;padding:1rem;display:flex}.admin-shell .login-wrap{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px;width:100%;max-width:380px;padding:2rem}.admin-shell .login-logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.admin-shell .login-logo img{object-fit:cover;border-radius:10px}.admin-shell .login-logo span{font-size:1.1rem;font-weight:700}.admin-shell .login-wrap h1{margin-bottom:1.25rem;font-size:1.25rem}.admin-shell .login-form label{color:#aaa;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.admin-shell .login-form input{margin-bottom:1rem}@media (max-width:768px){.admin-shell .sidebar{display:none}.admin-shell .main{margin-left:0;padding:1rem}.admin-shell .form-grid{grid-template-columns:1fr}.admin-shell .form-group.full{grid-column:1}.admin-shell .page-head{flex-direction:column}}
