.lc-page{color:#fff;background:#1a1a1a;flex-direction:column;align-items:center;min-height:100vh;padding:2rem 2rem 4rem;font-family:Montserrat,sans-serif;display:flex}.lc-title{color:#888;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;font-size:1.4rem;font-weight:600}.lc-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;width:100%;max-width:1000px;display:grid}.lc-cell{cursor:pointer;text-align:center;background:#2a2a2a;border:1px solid #444;border-radius:8px;padding:1rem;transition:border-color .15s}.lc-cell:hover{border-color:#c59a2e}.lc-cell--selected{outline-offset:4px;outline:2px solid #c59a2e}.lc-cell--low{border-color:#ff9800}.lc-cell--empty{border-color:#f44336;animation:1.5s ease-in-out infinite lc-pulse}@keyframes lc-pulse{0%,to{border-color:#f44336}50%{border-color:#800}}.lc-abbrev{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.lc-bar-track{background:#444;border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.lc-bar-fill{border-radius:3px;height:100%;transition:width .3s}.lc-bar-fill--healthy{background:#c59a2e}.lc-bar-fill--low{background:#ff9800}.lc-count{color:#aaa;font-size:.9rem;font-weight:600}.lc-overlay-backdrop{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lc-overlay-card{color:#ddd;background:#222;border:1px solid #444;border-radius:12px;min-width:320px;max-width:90vw;max-height:85vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 8px 32px #00000080}.lc-overlay-close{color:#888;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;position:absolute;top:1rem;right:1rem}.lc-overlay-close:hover{color:#fff}.lc-overlay-header{text-align:center;margin-bottom:1.5rem}.lc-overlay-beer{color:#c59a2e;font-size:1.3rem;font-weight:700}.lc-overlay-rows{flex-direction:column;gap:.75rem;display:flex}.lc-overlay-row{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.lc-overlay-row:last-child{border-bottom:none}.lc-overlay-label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.lc-overlay-value{color:#fff;font-size:1rem;font-weight:700}.lc-loading,.lc-error{color:#888;background:#1a1a1a;justify-content:center;align-items:center;min-height:100vh;font-family:Montserrat,sans-serif;font-size:1.2rem;display:flex}.lc-error{color:#c44}.lc-clock{color:#555;font-family:Montserrat,sans-serif;font-size:.9rem;position:fixed;bottom:1rem;right:1.5rem}
