@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#f4f6f8;--surface-color:#fff;--surface-hover:#f9fafb;--primary-color:#0052cc;--primary-hover:#0747a6;--text-primary:#172b4d;--text-secondary:#5e6c84;--border-color:#dfe1e6;--accent-color:#00875a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:4px;padding:1rem;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 12px #091e421a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.badge-stock{color:var(--accent-color);background:#00875a1a;border-radius:3px;padding:2px 8px;font-size:.75rem;font-weight:600}.btn-primary{background:var(--primary-color);color:#fff;border-radius:4px;padding:8px 16px;font-weight:500;transition:background .2s}.btn-primary:hover{background:var(--primary-hover)}.sidebar-list{list-style:none}.sidebar-item{cursor:pointer;color:var(--text-secondary);border-radius:4px;padding:8px 12px;font-size:.9rem;transition:all .2s}.sidebar-item:hover,.sidebar-item.active{color:var(--primary-color);background:#0052cc0d;font-weight:500}
