:root{--bg-color: #fdfbf7;--card-bg: #ffffff;--text-main: #4a4a4a;--text-muted: #78716c;--text-light: #a8a29e;--primary-color: #c2410c;--primary-hover: #9a3412;--secondary-color: #78350f;--accent-color: #d97706;--border-color: #e7e5e4;--shadow-sm: 0 1px 2px 0 rgb(120 113 108 / .05);--shadow-md: 0 4px 6px -1px rgb(120 113 108 / .1), 0 2px 4px -2px rgb(120 113 108 / .1);--shadow-lg: 0 10px 15px -3px rgb(120 113 108 / .1), 0 4px 6px -4px rgb(120 113 108 / .1);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--logo-filter: none}[data-theme=dark]{--bg-color: #1c1917;--card-bg: #292524;--text-main: #e7e5e4;--text-muted: #a8a29e;--text-light: #78716c;--border-color: #44403c;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .3);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .3);--logo-filter: drop-shadow(.5px .5px 0 rgba(255, 255, 255, .5)) drop-shadow(-.5px -.5px 0 rgba(255, 255, 255, .5)) drop-shadow(-.5px .5px 0 rgba(255, 255, 255, .5)) drop-shadow(.5px -.5px 0 rgba(255, 255, 255, .5))}.brand-logo{filter:var(--logo-filter);transition:filter .3s ease}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%}#root{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:600;transition:all .2s;cursor:pointer;border:none;gap:.5rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.btn-danger{background-color:#ef4444;color:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.header-search{flex:1;max-width:400px;margin:0 1rem}@media(max-width:768px){.header-content{gap:.75rem;justify-content:space-between}.header-categories{order:1;flex:1;display:flex;justify-content:flex-start}.logo{order:2;flex:1;display:flex;justify-content:center}.header-actions{order:3;flex:1;display:flex;justify-content:flex-end}.header-search{order:4;width:100%;max-width:100%;flex-basis:100%;margin:.5rem 0 0}}@media screen and (max-width:768px){input,select,textarea{font-size:16px!important}}.cart-btn-text{display:none}@media(min-width:768px){.cart-btn-text{display:inline}}
