@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--bg: #f7f3ea;--bg-2: #ffffff;--bg-3: #f0ebe0;--bg-4: #e6e0d2;--border: rgba(45,59,42,.09);--border-hover: rgba(45,59,42,.2);--accent: #7a9a6e;--accent-2: #5a7a54;--accent-dim: rgba(122,154,110,.12);--accent-light: #eef3ec;--terracotta: #c0703a;--terracotta-dim: rgba(192,112,58,.12);--text: #2d3b2a;--text-muted: #6b7a64;--text-dim: #93a08c;--success: #1e6e45;--success-bg: #eaf6f0;--error: #b83232;--error-bg: #fdf1f1;--warning: #a36020;--warning-bg: #fef7ee;--info: #5a7a54;--radius: 10px;--radius-lg: 16px;--shadow: 0 2px 12px rgba(45,59,42,.06);--shadow-lg: 0 8px 40px rgba(45,59,42,.1);--transition: all .2s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{font-family:inherit}img{max-width:100%}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg-3)}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:3px}.skeleton{background:linear-gradient(90deg,var(--bg-3) 25%,var(--bg-4) 50%,var(--bg-3) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(0,0,0,.12);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes slideInRight{0%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}main>*{flex:1}@media(max-width:768px){.navbar-desktop-links{display:none!important}.navbar-hamburger{display:flex!important}.catalog-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.catalog-filters{flex-direction:column!important;align-items:stretch!important}.catalog-filters input,.catalog-filters select{width:100%!important}.admin-sidebar{width:56px!important}.admin-sidebar span.label{display:none!important}.admin-main{padding:1rem!important}.orders-table-wrap{overflow-x:auto}.product-modal-grid{grid-template-columns:1fr!important}.cart-sidebar{width:100vw!important;max-width:100vw!important}.page-pad{padding:1rem!important}.section-pad{padding:1.5rem 1rem!important}}@media(max-width:480px){.catalog-grid{grid-template-columns:1fr!important}}@media(max-width:768px){.catalog-filters-desktop{display:none!important}}@media(max-width:768px){.catalog-grid{grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important}.product-card-info{padding:.5rem!important}.product-card-name{font-size:.72rem!important;margin-bottom:.1rem!important}.product-card-sku,.product-card-moq{display:none!important}.product-card-img{aspect-ratio:1!important}}@media(max-width:480px){.catalog-grid{grid-template-columns:repeat(2,1fr)!important;gap:.4rem!important}}@media(max-width:768px){.product-modal-panel{inset:auto 0 0!important;transform:none!important;width:100%!important;max-width:100%!important;max-height:92vh!important;border-radius:16px 16px 0 0!important}.product-modal-body{grid-template-columns:1fr!important;gap:.75rem!important;padding:.75rem!important}.product-modal-body>div:first-child{max-width:200px;margin:0 auto;width:100%}}.admin-mobile-header{display:none;align-items:center;justify-content:space-between;padding:.65rem 1rem;background:var(--bg-2);border-bottom:1px solid var(--border);position:sticky;top:64px;z-index:100}@media(max-width:768px){.admin-mobile-header{display:flex!important;position:relative;top:0}.admin-sidebar-desktop,.admin-topbar-desktop{display:none!important}.admin-content-padding{padding:1rem!important}.admin-actions-wrap{width:100%}.admin-actions-wrap>*{flex:1;min-width:0}.admin-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important;margin-bottom:1rem!important}.admin-stats-grid>div{padding:.85rem!important}.admin-stats-grid>div>div:first-child{font-size:1rem!important;margin-bottom:.3rem!important}.admin-stats-grid>div>div:nth-child(2){font-size:1.2rem!important}.admin-stats-grid>div>div:nth-child(3){font-size:.65rem!important}}
