:root{--bg:#faf8f5;--surface:#fff;--border:rgba(60,40,20,.1);--border-strong:rgba(60,40,20,.18);--text:#2a1f1a;--text-muted:#8a7060;--accent:#8b3a3a;--accent-light:rgba(139,58,58,.08);--rose:#c0392b;--green:#2e7d32;--radius:18px;--radius-sm:12px;--shadow:0 2px 12px rgba(139,58,58,.07)}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-size:15px;line-height:1.6}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.admin-layout{display:flex;min-height:100vh}.admin-main{flex:1 1;padding:40px;min-height:100vh;margin-left:220px;transition:margin-left .3s ease,padding .3s ease;min-width:0}.mobile-topbar{display:none;height:60px;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;justify-content:space-between;padding:0 16px;position:fixed;top:0;left:0;right:0;z-index:99}.mobile-topbar-brand{font-size:16px;font-weight:600}.menu-toggle{background:transparent;border:none;font-size:24px;cursor:pointer;color:var(--text);padding:0;line-height:1}@media (max-width:1024px){.admin-main{margin-left:0!important;padding:80px 16px 40px!important}.mobile-topbar{display:flex!important}.responsive-sidebar{transform:translateX(-100%);box-shadow:0 0 20px rgba(0,0,0,.15)}.sidebar-close-btn{display:block!important}div,input,select,table,textarea{max-width:100%!important}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.header-actions{flex-wrap:wrap!important;width:100%!important}.header-actions>a,.header-actions>button,.page-header>a,.page-header>button{width:100%!important;text-align:center!important}.stats-grid{grid-template-columns:1fr 1fr!important}.form-layout,.row-2,.two-columns{grid-template-columns:1fr!important}.catalog-row{flex-wrap:wrap!important}.modal-overlay{padding:12px!important;align-items:flex-end!important}.modal-card{max-height:85vh!important;border-radius:var(--radius) var(--radius) 0 0!important}table{display:block!important}thead{display:none!important}tbody{width:100%!important}tbody,tr{display:block!important}tr{border-bottom:2px solid var(--border)!important;padding:12px 4px!important}td{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:8px 12px!important;border-bottom:none!important;white-space:normal!important;text-align:right!important}td:before{content:attr(data-label);font-weight:600;color:var(--text-muted);font-size:13px;text-align:left;margin-right:12px}svg{max-width:100%!important;height:auto!important}}