:root{--ink:#0e0b07;--ink-soft:#1a1510;--mahogany:#b8541a;--amber:#d4841e;--amber-soft:#f0a535;--gold:#f5c842;--cream:#1f1a12;--cream-dark:#2a2218;--fog:#3d3326;--muted:#8a7560;--white:#f0e8d8;--beer-straw:#f5e6a3;--beer-gold:#f0c040;--beer-amber:#e08020;--beer-copper:#b85c20;--beer-ruby:#8b1a2a;--beer-brown:#5c2e10;--beer-dark-brown:#2e1608;--beer-black:#0d0805;--font-display:"Playfair Display", Georgia, serif;--font-body:"Source Sans 3", system-ui, sans-serif;--radius:12px;--radius-sm:6px;--radius-lg:20px;--shadow-sm:0 1px 3px #0006;--shadow:0 4px 16px #00000080;--shadow-lg:0 8px 40px #0009;--nav-height:60px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);background:var(--ink);color:var(--white);min-height:100dvh;font-weight:400;line-height:1.5}body:before{content:"";pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}h1,h2,h3{font-family:var(--font-display);font-weight:700;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}a{color:var(--amber-soft);text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}input,textarea,select{font-family:var(--font-body);font-size:1rem}.container{max-width:680px;margin:0 auto;padding:0 16px}.card{background:var(--ink-soft);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--fog)}.btn{border-radius:var(--radius);justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--mahogany);color:var(--white)}.btn-primary:hover{background:var(--amber);box-shadow:var(--shadow);transform:translateY(-1px)}.btn-secondary{color:var(--white);border:1.5px solid var(--fog);background:0 0}.btn-secondary:hover{background:var(--cream)}.btn-ghost{color:var(--muted);background:0 0}.btn-ghost:hover{color:var(--white);background:var(--cream-dark)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-field{flex-direction:column;gap:6px;display:flex}.form-field label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.form-field input,.form-field textarea,.form-field select{border:1.5px solid var(--fog);border-radius:var(--radius-sm);background:var(--cream);color:var(--white);width:100%;padding:12px 16px;transition:border-color .15s}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--amber);outline:none}.form-field textarea{resize:vertical;min-height:80px}.score-badge{width:44px;height:44px;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:inline-flex}.score-badge.high{background:var(--gold);color:var(--ink)}.score-badge.mid{background:var(--amber-soft);color:var(--ink)}.score-badge.low{background:var(--fog);color:var(--muted)}.colour-dot{border:2px solid #00000026;border-radius:50%;flex-shrink:0;width:18px;height:18px}.bottom-nav{height:var(--nav-height);background:var(--ink);z-index:100;border-top:1px solid var(--fog);align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.bottom-nav a.active,.bottom-nav a:hover{color:var(--amber-soft)}.bottom-nav a svg{width:22px;height:22px}.bottom-nav .log-btn{background:var(--amber);color:var(--ink);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:.7rem;font-weight:600;transition:background .15s;display:flex}.bottom-nav .log-btn:hover{background:var(--amber-soft);color:var(--ink)}.page{padding-top:24px;padding-bottom:calc(var(--nav-height) + 24px);min-height:100dvh}.page-header{justify-content:space-between;align-items:baseline;margin-bottom:20px;display:flex}.page-header h1{color:var(--white);font-size:1.8rem}.feed-card{background:var(--ink-soft);border-radius:var(--radius);border:1px solid var(--fog);flex-direction:column;gap:10px;padding:16px;display:flex}.feed-card-header{align-items:center;gap:10px;display:flex}.feed-card-meta{flex:1;min-width:0}.feed-card-meta .user-name{color:var(--white);font-size:.9rem;font-weight:600}.feed-card-meta .time{color:var(--muted);font-size:.8rem}.feed-card-beer{align-items:flex-start;gap:10px;display:flex}.feed-card-beer-info{flex:1;min-width:0}.feed-card-beer-info .beer-name{font-family:var(--font-display);color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;overflow:hidden}.feed-card-beer-info .brewery{color:var(--muted);font-size:.85rem}.feed-card-beer-info .style-abv{color:var(--muted);margin-top:2px;font-size:.8rem}.feed-card-note{color:var(--muted);font-size:.9rem;font-style:italic;line-height:1.4}.feed-card-venue{color:var(--muted);align-items:center;gap:4px;font-size:.8rem;display:flex}.feed-card-tags{flex-wrap:wrap;gap:4px;display:flex}.tag{background:var(--cream-dark);color:var(--white);border-radius:20px;padding:2px 8px;font-size:.75rem;font-weight:600}.tag.seek-again{color:var(--amber-soft);background:#d4841e2e}.reactions-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.reaction-btn{background:var(--cream-dark);border:1px solid var(--fog);cursor:pointer;border-radius:20px;align-items:center;gap:4px;padding:8px 12px;font-size:.85rem;transition:all .15s;display:flex}.reaction-btn:hover,.reaction-btn.mine{background:var(--amber-soft);border-color:var(--amber)}.avatar{object-fit:cover;background:var(--mahogany);width:36px;height:36px;color:var(--cream);border:2px solid var(--fog);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.empty-state{text-align:center;color:var(--muted);padding:60px 20px}.empty-state p{margin-bottom:16px;font-size:1.1rem}.loading-bar{background:linear-gradient(90deg, var(--amber), var(--gold), var(--amber));background-size:200% 100%;border-radius:2px;height:3px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.divider{background:var(--fog);height:1px;margin:8px 0}.score-slider-wrap{flex-direction:column;gap:8px;display:flex}.score-display{font-family:var(--font-display);color:var(--amber);text-align:center;font-size:3rem;font-weight:700;line-height:1}.score-display span{color:var(--muted);font-size:1.2rem}input[type=range]{-webkit-appearance:none;background:var(--fog);border-radius:3px;outline:none;width:100%;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--mahogany);cursor:pointer;border:3px solid var(--amber-soft);width:28px;height:28px;box-shadow:var(--shadow-sm);border-radius:50%;transition:transform .1s}input[type=range]::-webkit-slider-thumb:active{transform:scale(1.2)}.flavour-row{align-items:center;gap:10px;display:flex}.flavour-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;width:80px;font-size:.8rem;font-weight:600}.flavour-value{color:var(--amber);text-align:right;flex-shrink:0;width:20px;font-size:.8rem;font-weight:700}.colour-picker{flex-wrap:wrap;gap:8px;display:flex}.colour-option{cursor:pointer;border:3px solid #0000;border-radius:50%;width:40px;height:40px;transition:transform .1s,border-color .1s}.colour-option:hover{transform:scale(1.1)}.colour-option.selected{border-color:var(--white);transform:scale(1.15)}.pill-group{flex-wrap:wrap;gap:6px;display:flex}.pill{border:1.5px solid var(--fog);background:var(--cream);color:var(--muted);cursor:pointer;border-radius:20px;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .15s}.pill:hover{border-color:var(--amber)}.pill.selected{background:var(--mahogany);color:var(--white);border-color:var(--mahogany)}.adjunct-grid{flex-wrap:wrap;gap:6px;display:flex}.stat-card{background:var(--ink-soft);border-radius:var(--radius);border:1px solid var(--fog);text-align:center;padding:16px}.stat-card .stat-value{font-family:var(--font-display);color:var(--amber);font-size:2.5rem;font-weight:700;line-height:1}.stat-card .stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:.8rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.modal-overlay{z-index:200;background:#000000bf;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal{background:var(--ink-soft);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:680px;max-height:92dvh;padding:24px 20px 40px;animation:.25s slide-up;overflow-y:auto}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{background:var(--fog);border-radius:2px;width:40px;height:4px;margin:0 auto 20px}.modal-title{font-family:var(--font-display);color:var(--white);margin-bottom:20px;font-size:1.4rem}.form-stack{flex-direction:column;gap:16px;display:flex}.abv-flame{font-size:.85rem}.seek-again-toggle{background:var(--cream-dark);border-radius:var(--radius);cursor:pointer;border:1.5px solid var(--fog);align-items:center;gap:10px;padding:12px 16px;transition:all .15s;display:flex}.seek-again-toggle.yes{border-color:var(--amber);background:#d4841e26}.seek-again-toggle input{width:18px;height:18px;accent-color:var(--mahogany)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--fog);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}@media (width>=640px){.stats-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=480px){h1{font-size:1.6rem}h2{font-size:1.3rem}.container{padding:0 12px}.stat-card .stat-value{font-size:2rem}.modal{padding:20px 16px 36px}.score-display{font-size:2.5rem}.flavour-label{width:66px;font-size:.75rem}}
