:root{--bg-primary:#f4f0e8;--bg-card:#fffef9;--bg-header:#1b3a2a;--text-primary:#2a2a20;--text-secondary:#5a5a4a;--text-muted:#8a8a7a;--border:#d4cfc0;--accent:#c49a2a;--accent-light:#fdf6e3;--whiskey:#c49a2a;--whiskey-light:#fdf6e3;--rum:sienna;--rum-light:#fdf0e8;--gin:#2e8b57;--gin-light:#e8f5e9;--vodka:#4682b4;--vodka-light:#e3f2fd;--poitin:#d2691e;--poitin-light:#fdf3e0;--liqueur:#8e4585;--liqueur-light:#f5e6f0;--tequila:#7b6b3a;--tequila-light:#f5f2e8;--brandy:#800020;--brandy-light:#f5e0e6;--other:#708090;--other-light:#eef0f2;--sale:#c62828;--success:#2e7d32;--shadow:0 2px 12px rgba(60,40,0,.08);--radius:10px;--font-heading:"Playfair Display",Georgia,serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}@media (prefers-color-scheme:dark){:root{--bg-primary:#1a1a1a;--bg-card:#2a2a2a;--bg-header:#0d0d1a;--text-primary:#e8e4df;--text-secondary:#aaa;--text-muted:#777;--border:#3a3a3a;--accent:#e8a838;--accent-light:#3a2a10;--whiskey-light:#3a2a10;--rum-light:#3a2010;--gin-light:#1a3a1a;--vodka-light:#1a2a3a;--poitin-light:#3a2510;--shadow:0 2px 8px rgba(0,0,0,.3)}img[alt]{background:hsla(0,0%,100%,.95)!important;border-radius:6px;padding:4px;mix-blend-mode:normal!important}}*{box-sizing:border-box}[data-category=all]{--accent:#c49a2a;--accent-light:#fef8e8;--bg-header:#1b3a2a}@media (prefers-color-scheme:dark){[data-category=all]{--accent-light:#2a2a2a}}[data-category=whiskey]{--accent:var(--whiskey);--accent-light:var(--whiskey-light);--bg-header:#2a1a08}[data-category=rum]{--accent:var(--rum);--accent-light:var(--rum-light);--bg-header:#3e1a08}[data-category=gin]{--accent:var(--gin);--accent-light:var(--gin-light);--bg-header:#0a2e1a}[data-category=vodka]{--accent:var(--vodka);--accent-light:var(--vodka-light);--bg-header:#0a1a3e}[data-category=poitin]{--accent:var(--poitin);--accent-light:var(--poitin-light);--bg-header:#2a2a08}[data-category=liqueur]{--accent:var(--liqueur);--accent-light:var(--liqueur-light);--bg-header:#2a1030}[data-category=tequila]{--accent:var(--tequila);--accent-light:var(--tequila-light);--bg-header:#1a2a1a}[data-category=brandy]{--accent:var(--brandy);--accent-light:var(--brandy-light);--bg-header:#2a0810}[data-category=other]{--accent:var(--other);--accent-light:var(--other-light);--bg-header:#1a1a2a}body{margin:0;font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.5}h1,h2,h3{font-family:var(--font-heading);font-weight:600}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.card-whiskey{border-left:3px solid var(--whiskey)}.card-rum{border-left:3px solid var(--rum)}.card-gin{border-left:3px solid var(--gin)}.card-vodka{border-left:3px solid var(--vodka)}.card-poitin{border-left:3px solid var(--poitin)}.card-liqueur{border-left:3px solid var(--liqueur)}.card-tequila{border-left:3px solid var(--tequila)}.card-brandy{border-left:3px solid var(--brandy)}.card-other{border-left:3px solid var(--other)}.bottle-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);transition:transform .15s,box-shadow .15s}.bottle-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.meta-tag{display:inline-block;font-size:.7em;padding:2px 6px;border-radius:4px;background:var(--accent-light);color:var(--accent);margin:1px}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.skeleton-pulse{animation:pulse 1.5s ease-in-out infinite;background:var(--border);border-radius:var(--radius)}@media (max-width:768px){.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}}@media (max-width:600px){.bottle-detail-layout{flex-direction:column!important;align-items:center}.bottle-detail-layout img{width:120px!important;height:180px!important}.price-chart-wrapper{overflow-x:scroll;-webkit-overflow-scrolling:touch}.price-chart-wrapper svg{min-width:500px}.bottle-action-btn{width:100%!important}.hide-mobile{display:none!important}}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes shrink{0%{width:100%}to{width:0}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}