@charset "UTF-8";:root{--color-primary: #ff6a00;--color-primary-dark: #e05e00;--color-primary-soft: #fff3e6;--color-primary-border: #ffd0ad;--color-ink: #1a1a1a;--color-text: #333333;--color-text-muted: #777777;--color-heading: #1f2733;--color-bg: #f6f7f9;--color-surface: #ffffff;--color-border: #e8e8ea;--color-dark: #14181f;--color-footer: #1e2732;--color-hover: #f5f6f8;--color-muted-surface: #f2f3f5;--color-section: #f8f9fa;--color-skeleton: #e6e8eb;--color-success: #1f9d55;--color-success-soft: #eef7f0;--color-danger: #dc3545;--color-danger-soft: #fdecec;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--radius-pill: 999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 14px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 30px rgba(0, 0, 0, .1);--container: 1200px;--font-sans: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}:root[data-theme=dark]{--color-primary-soft: rgba(255, 106, 0, .16);--color-primary-border: rgba(255, 106, 0, .45);--color-ink: #f1f3f6;--color-text: #cdd2d9;--color-text-muted: #949aa3;--color-heading: #f1f3f6;--color-bg: #0f1216;--color-surface: #181c22;--color-border: #2b313a;--color-hover: rgba(255, 255, 255, .05);--color-muted-surface: #23282f;--color-section: #14181d;--color-skeleton: #262b32;--color-success-soft: rgba(31, 157, 85, .18);--color-danger-soft: rgba(220, 53, 69, .2);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 14px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 30px rgba(0, 0, 0, .6)}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{min-height:100%;font-family:var(--font-sans);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}a{color:var(--color-primary)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 15px}.no-content,.no-products,.no-categories,.no-suppliers{padding:20px;text-align:center;color:var(--color-text-muted);font-style:italic;background-color:var(--color-muted-surface);border-radius:4px;margin:10px 0}:root.theme-transition,:root.theme-transition *,:root.theme-transition *:before,:root.theme-transition *:after{transition:background-color .35s ease,color .35s ease,border-color .35s ease,fill .35s ease,box-shadow .35s ease!important}:root.theme-transition .theme-toggle i{animation:theme-icon-pop .4s ease}@keyframes theme-icon-pop{0%{transform:rotate(-35deg) scale(.55);opacity:.3}60%{transform:rotate(8deg) scale(1.12);opacity:1}to{transform:none}}@media (prefers-reduced-motion: reduce){:root.theme-transition,:root.theme-transition *,:root.theme-transition *:before,:root.theme-transition *:after{transition:none!important}:root.theme-transition .theme-toggle i{animation:none}}.skeleton{background-color:var(--color-skeleton);border-radius:var(--radius-sm);animation:skeleton-pulse 1.4s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion: reduce){.skeleton{animation:none}}
