.weather-indicator{position:relative}.weather-indicator-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding:.3rem .6rem;font-family:inherit;font-size:.8rem;transition:background .2s,border-color .2s;display:flex}.weather-indicator-btn:hover{background:var(--bg-card2);border-color:var(--border)}.wi-loading{color:var(--text-dim);font-size:.75rem}.wi-error{color:var(--text-muted)}.wi-cities{gap:.75rem;display:flex}.wi-city{align-items:center;gap:.3rem;display:flex}.wi-city-name{color:var(--text-dim);font-size:.75rem}.wi-emoji{font-size:.85rem;line-height:1}.wi-temp{color:var(--text);font-size:.8rem;font-weight:600;font-family:var(--font-mono)}.wi-chevron{color:var(--text-muted);font-size:1rem;transition:transform .2s}.wi-chevron-up{transform:rotate(180deg)}@media (width<=600px){.weather-indicator-btn{gap:.35rem;padding:.3rem .45rem}.wi-cities{gap:.5rem}.wi-city{gap:.25rem}.wi-city-name{display:none}.wi-alert{gap:.1rem;padding:.05rem .3rem;font-size:.6rem}.wi-alert-event{display:none}}.weather-overlay{background:var(--bg-card);border:1px solid var(--border);z-index:200;border-radius:12px;width:360px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 8px 32px #00000080}@media (width<=600px){.weather-overlay{top:calc(2.75rem + env(safe-area-inset-top,0px));width:auto;max-width:none;position:fixed;left:8px;right:8px}}.weather-overlay-tabs{border-bottom:1px solid var(--border);display:flex}.weather-overlay-refresh{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:none;padding:0 .8rem;font-family:inherit;font-size:1rem;transition:color .2s}.weather-overlay-refresh:hover:not(:disabled){color:var(--text)}.weather-overlay-refresh:disabled{cursor:default;opacity:.5}.weather-overlay-tab{min-width:0;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem .75rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:color .2s,background .2s;display:flex}.weather-overlay-tab:hover{color:var(--text);background:var(--bg-card2)}.weather-overlay-tab.active{color:var(--accent);box-shadow:inset 0 -2px 0 var(--accent);background:var(--bg-card2)}.weather-overlay-tab-name{text-overflow:ellipsis;min-width:0;overflow:hidden}.weather-overlay-tab-edit{width:1.25rem;height:1.25rem;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;flex:none;justify-content:center;align-items:center;font-size:.8rem;transition:color .15s,background .15s;display:inline-flex}.weather-overlay-tab-edit:hover,.weather-overlay-tab.active .weather-overlay-tab-edit{color:var(--text);background:var(--bg-card)}.weather-overlay-tab.editing{flex-direction:column;flex:1;gap:.15rem;padding:.3rem .5rem;display:flex}.weather-overlay-tab-input{background:var(--bg-card);border:1px solid var(--border);width:100%;color:var(--text);border-radius:6px;outline:none;padding:.3rem .5rem;font-family:inherit;font-size:.8rem}.weather-overlay-tab-input:focus{border-color:var(--accent)}.weather-overlay-tab-error{color:var(--error);text-align:left;font-size:.6rem}.weather-overlay-content{padding:1rem 1.25rem}.weather-overlay-empty{text-align:center;color:var(--text-dim);flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem;font-size:.85rem;display:flex}.weather-overlay-retry{background:var(--bg-card2);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:6px;padding:.35rem .9rem;font-family:inherit;font-size:.78rem;transition:border-color .15s,color .15s}.weather-overlay-retry:hover{border-color:var(--accent);color:var(--accent)}.weather-overlay-retry:disabled{opacity:.5;cursor:default}.wo-current{border-bottom:1px solid var(--border);align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.wo-emoji{font-size:2.5rem;line-height:1}.wo-info{flex:1}.wo-temp{color:var(--text);font-size:2rem;font-weight:700;line-height:1;font-family:var(--font-mono);letter-spacing:-.02em}.wo-desc{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.wo-details{color:var(--text-dim);font-size:.75rem;font-family:var(--font-mono);margin-top:.25rem}.wo-sun{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono);gap:1rem;margin-top:.2rem;display:flex}.wo-rain{border-top:1px dashed var(--border);flex-direction:column;gap:.15rem;margin-top:.45rem;padding-top:.4rem;display:flex}.wo-rain-line{justify-content:space-between;align-items:baseline;gap:.75rem;font-size:.72rem;display:flex}.wo-rain-label{color:var(--text-muted)}.wo-rain-value{color:var(--accent);font-weight:600;font-family:var(--font-mono);white-space:nowrap}.wo-rain-pct{color:var(--text-dim);font-weight:500}.wo-rain-line-dry .wo-rain-label{color:var(--text-dim)}.wo-rain-none{color:var(--text-dim);font-family:inherit;font-style:italic;font-weight:400}.wo-hourly{scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:.35rem;margin-bottom:1rem;padding-top:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 18px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 18px),#0000)}.wo-hourly::-webkit-scrollbar{height:6px}.wo-hourly::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.wo-hour{text-align:center;background:var(--bg-card2);border:1px solid var(--border);scroll-snap-align:start;border-radius:6px;flex:none;min-width:3rem;padding:.4rem .25rem;position:relative}.wo-hour-day-start{border-left:2px solid var(--accent);margin-left:.35rem}.wo-hour-day-start:first-child{margin-left:0}.wo-hour-day{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);font-size:.55rem;font-weight:700;font-family:var(--font-mono);white-space:nowrap;position:absolute;top:-.85rem;left:0;right:0}.wo-hour-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.3rem;font-size:.6rem;font-weight:600}.wo-hour-emoji{margin-bottom:.25rem;font-size:1rem;line-height:1}.wo-hour-temp{color:var(--text);font-size:.75rem;font-weight:500;font-family:var(--font-mono)}.wo-hour-pop{color:var(--accent);font-size:.6rem;font-weight:500;font-family:var(--font-mono);margin-top:.15rem}.wo-forecast{scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 18px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 18px),#0000)}.wo-forecast::-webkit-scrollbar{height:6px}.wo-forecast::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.wo-forecast-day{text-align:center;background:var(--bg-card2);border:1px solid var(--border);scroll-snap-align:start;border-radius:8px;flex:none;min-width:3.5rem;padding:.5rem .35rem;position:relative}.wo-forecast-day.wo-jeep-day{border-color:color-mix(in srgb, var(--accent-coral) 45%, var(--border));background:color-mix(in srgb, var(--accent-coral) 4%, var(--bg-card2))}.wo-forecast-day:focus,.wo-forecast-day:hover,.wo-forecast-day-active{border-color:var(--accent);cursor:default;outline:none}.wo-day-popover{z-index:1000;background:var(--bg-card2);border:1px solid var(--border);box-shadow:var(--shadow);pointer-events:none;min-width:11rem;max-width:18rem;color:var(--text);border-radius:8px;padding:.6rem .75rem;font-size:.75rem;position:fixed;transform:translate(-50%,-100%)}.wo-day-popover-header{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:.4rem;padding-bottom:.4rem;display:flex}.wo-day-popover-emoji{font-size:1.5rem;line-height:1}.wo-day-popover-day{color:var(--text);font-weight:700}.wo-day-popover-desc{color:var(--text-muted);font-size:.7rem}.wo-day-popover-row{font-family:var(--font-mono);color:var(--text-muted);flex-wrap:wrap;gap:.6rem;padding:.15rem 0;display:flex}.wo-day-popover-row>span{white-space:nowrap}.wo-day-popover-jeep{border-top:1px dashed var(--border);color:var(--accent-coral);margin-top:.4rem;padding-top:.4rem;font-size:.7rem;font-style:italic}.wo-day-name{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.35rem;font-size:.65rem;font-weight:600}.wo-day-emoji{margin-bottom:.3rem;font-size:1.3rem;line-height:1}.wo-day-temps{font-size:.75rem;font-weight:500;font-family:var(--font-mono)}.wo-high{color:var(--text)}.wo-low{color:var(--text-dim)}.wo-day-pop{color:var(--accent);font-size:.65rem;font-weight:500;font-family:var(--font-mono);margin-top:.25rem}.wi-alert{letter-spacing:.02em;text-transform:uppercase;background:var(--warn);color:#1a1d35;border-radius:999px;align-items:center;gap:.2rem;padding:.05rem .35rem;font-size:.65rem;font-weight:600;display:inline-flex}.wi-alert-severe,.wi-alert-extreme{background:var(--error);color:#fff}.wo-alerts{flex-direction:column;gap:.4rem;margin-bottom:.75rem;display:flex}.wo-alert{border:1px solid var(--warn);background:#d4a85a14;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.5rem .7rem;font-size:.78rem;line-height:1.3;display:flex}.wo-alert-severe,.wo-alert-extreme{border-color:var(--error);background:#e76a6a1a}.wo-alert-icon{color:var(--warn);flex-shrink:0;font-size:.95rem;line-height:1.3}.wo-alert-severe .wo-alert-icon,.wo-alert-extreme .wo-alert-icon{color:var(--error)}.wo-alert-text{flex-direction:column;gap:.2rem;min-width:0;display:flex}.wo-alert-event{color:var(--text);font-weight:700}.wo-alert-headline{color:var(--text-muted);font-size:.72rem}.header-settings{color:var(--text-dim);cursor:pointer;background:0 0;border:0;border-radius:3px;padding:.1rem .35rem;font-family:inherit;font-size:.85rem;line-height:1}.header-settings:hover{color:var(--accent);background:var(--bg-card2)}.header-settings-wrap{position:relative}.dash-settings-popover{z-index:1000;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;min-width:180px;padding:.6rem;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #0006}.dash-settings-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-bottom:.4rem;font-size:.65rem}.dash-settings-tablist{margin:0 0 .5rem;padding:0;list-style:none}.dash-settings-tabrow{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.85rem;display:flex}.dash-settings-tabrow input{cursor:pointer;accent-color:var(--accent)}.dash-settings-restore{width:100%;color:var(--text);background:var(--bg-card2);border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:.35rem;font-family:inherit;font-size:.75rem}.dash-settings-restore:hover:not(:disabled){color:var(--accent);border-color:var(--accent)}.dash-settings-restore:disabled{opacity:.4;cursor:default}.header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:calc(.75rem + env(safe-area-inset-top,0px)) 1.5rem .75rem;z-index:100;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0;box-shadow:0 2px 16px #00000080}.header-left{align-items:center;gap:.6rem;display:flex}.header-title{color:var(--text);letter-spacing:.02em;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;padding:0;font-family:inherit;font-size:1.1rem;font-weight:600}.header-title:hover{color:var(--accent)}.header-title:active{opacity:.7}.header-version{color:var(--text-dim);font-size:.65rem;font-weight:500}.header-backup{color:var(--text-dim);font-size:.7rem;font-family:var(--font-mono);white-space:nowrap;border-radius:3px;flex-shrink:0;padding:.1rem .35rem;text-decoration:none}.header-backup:hover{color:var(--accent);background:var(--bg-card2)}.header-right{align-items:center;gap:1rem;display:flex}.col-panel{max-width:1400px;margin:0 auto;padding:.75rem}.col-sub-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;gap:0;margin-bottom:.25rem;display:flex;overflow-x:auto}.col-sub-tabs::-webkit-scrollbar{display:none}.col-sub-tab{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;padding:.5rem 1.25rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s}.col-sub-tab:hover{color:var(--text-muted)}.col-sub-tab.active{color:var(--text);border-bottom-color:var(--accent)}@media (width<=600px){.col-sub-tab{padding:.5rem .7rem;font-size:.75rem}}.col-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0 .75rem;display:flex}.col-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.col-count{color:var(--text-dim);font-size:.75rem;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.col-secondary-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .8rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}.col-secondary-btn:hover:not(:disabled){color:var(--text);border-color:var(--text-muted)}.col-secondary-btn:disabled{opacity:.6;cursor:default}.col-primary-btn{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:6px;padding:.35rem .8rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:opacity .15s}.col-primary-btn:hover{opacity:.85}.col-select{background:var(--bg-card);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:6px;outline:none;padding:.3rem .6rem;font-family:inherit;font-size:.75rem;transition:border-color .15s}.col-select:hover,.col-select:focus{border-color:var(--text-muted)}.col-chat{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);flex-direction:column;max-height:360px;margin-bottom:.75rem;display:flex}.col-chat-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.col-chat-title{color:var(--text);font-size:.8rem;font-weight:600}.col-chat-messages{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}.col-chat-messages::-webkit-scrollbar{width:5px}.col-chat-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.col-chat-msg{display:flex}.col-chat-msg.user{justify-content:flex-end}.col-chat-msg.assistant{justify-content:flex-start}.col-chat-bubble{border-radius:8px;max-width:80%;padding:.4rem .7rem;font-size:.8rem;line-height:1.45}.col-chat-msg.user .col-chat-bubble{background:color-mix(in srgb, var(--accent) 15%, transparent);color:var(--text)}.col-chat-msg.assistant .col-chat-bubble{background:var(--bg-card2);color:var(--text-muted)}.col-chat-thinking{color:var(--text-dim);font-style:italic}.col-chat-confirm{gap:.4rem;padding:.25rem 0;display:flex}.col-chat-input-row{border-top:1px solid var(--border);gap:.4rem;padding:.5rem .75rem;display:flex}.col-chat-input-row .col-input{flex:1}.col-input{background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;flex:1;padding:.35rem .6rem;font-family:inherit;font-size:.8rem;transition:border-color .15s}.col-input:focus{border-color:var(--text-muted)}.col-input::placeholder{color:var(--text-dim)}.col-table-wrap{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);max-height:calc(100vh - 180px);overflow:auto}.col-table{border-collapse:collapse;width:100%;font-size:.8rem}.col-table thead{z-index:1;position:sticky;top:0}.col-table th{background:var(--bg-card2);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:1px solid var(--border);padding:.55rem .75rem;font-size:.7rem;font-weight:600}.col-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s}.col-table th.sortable:hover,.col-table th.sortable.sorted{color:var(--text)}.col-table th.sortable:after{content:"▾";opacity:0;margin-left:.3rem;transition:opacity .15s,transform .15s;display:inline-block}.col-table th.sortable:hover:after{opacity:.3}.col-table th.sortable.sorted.asc:after{content:"▴";opacity:.6}.col-table th.sortable.sorted.desc:after{content:"▾";opacity:.6}.col-table td{border-bottom:1px solid var(--border);color:var(--text);padding:.45rem .75rem}.col-table tbody tr:last-child td{border-bottom:none}.col-table tbody tr:hover{background:var(--bg-card2)}.col-table-wrap::-webkit-scrollbar{width:6px}.col-table-wrap::-webkit-scrollbar-track{background:0 0}.col-table-wrap::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.col-table-wrap::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}.col-row-actions{opacity:0;gap:.35rem;transition:opacity .15s;display:flex}tr:hover .col-row-actions{opacity:1}.col-row-actions:has(.col-btn:focus){opacity:1}.col-btn{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;padding:.2rem .55rem;font-family:inherit;font-size:.7rem;transition:all .15s}.col-btn.edit{color:var(--text-muted)}.col-btn.edit:hover{color:var(--text);border-color:var(--text-muted)}.col-btn.delete{color:var(--error);border-color:#0000}.col-btn.delete:hover{border-color:var(--error)}.col-btn.save{color:var(--success);border-color:var(--success)}.col-btn.save:hover{background:color-mix(in srgb, var(--success) 15%, transparent)}.col-btn.cancel{color:var(--text-muted)}.col-btn.cancel:hover{color:var(--text)}.col-btn.fav{color:var(--warn);border-color:#0000}.col-btn.fav:hover{border-color:var(--warn)}.col-btn.lookup{color:var(--accent);border-color:var(--accent)}.col-btn.lookup:hover:not(:disabled){background:color-mix(in srgb, var(--accent) 10%, transparent)}.col-btn.lookup:disabled{opacity:.5;cursor:default}.col-loading{text-align:center;color:var(--text-dim);padding:2rem;font-size:.85rem}.col-recs-panel{padding-top:.5rem}.col-recs-toolbar{padding:.5rem 0 .75rem}.col-recs-actions{gap:.35rem;display:flex}.col-recs-reason{color:var(--text-dim);font-size:.75rem;font-style:italic}.col-lang-badge{text-transform:uppercase;letter-spacing:.02em;color:var(--accent);background:color-mix(in srgb, var(--accent) 14%, transparent);border:1px solid color-mix(in srgb, var(--accent) 40%, transparent);vertical-align:middle;border-radius:3px;margin-left:.4rem;padding:.05rem .35rem;font-size:.62rem;font-weight:600;display:inline-block}.col-recs-research{white-space:nowrap}.col-research-link{color:var(--accent);border:1px solid var(--border);border-radius:3px;padding:.1rem .3rem;font-size:.72rem;font-weight:600;text-decoration:none}.col-research-link+.col-research-link{margin-left:.3rem}.col-research-link:hover{background:var(--accent);color:#fff}.col-col-actions{width:18%}.col-mono{font-family:var(--font-mono)}.col-search-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;flex:240px;align-items:center;gap:.4rem;min-width:180px;max-width:340px;padding:.25rem .6rem;display:flex}.col-search-wrap:focus-within{border-color:var(--text-muted)}.col-search-icon{color:var(--text-dim);flex-shrink:0}.col-search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0;font-family:inherit;font-size:.8rem}.col-search-input::placeholder{color:var(--text-dim)}.col-search-clear{color:var(--text-dim);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .15rem;font-size:1rem;line-height:1}.col-search-clear:hover{color:var(--text)}.col-subtab-badge{background:color-mix(in srgb, var(--accent) 18%, transparent);color:var(--accent);text-transform:uppercase;letter-spacing:.04em;vertical-align:middle;white-space:nowrap;border-radius:3px;margin-right:.4rem;padding:.05rem .35rem;font-size:.58rem;font-weight:700;display:inline-block}.card-modal-backdrop{z-index:500;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.card-modal{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;width:100%;max-width:28rem;max-height:90vh;display:flex;overflow:hidden}.card-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.card-modal-header h2{color:var(--text);text-transform:capitalize;margin:0;font-size:.95rem;font-weight:600}.card-modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0 .3rem;font-size:1.4rem;line-height:1}.card-modal-close:hover{color:var(--text)}.card-modal-body{flex-direction:column;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.card-modal-field{color:var(--text-muted);flex-direction:column;gap:.25rem;font-size:.72rem;display:flex}.card-modal-field>span:first-child{text-transform:uppercase;letter-spacing:.05em;font-weight:600}.card-modal-imdb,.card-modal-series{align-items:center;gap:.5rem;display:flex}.card-modal-series-num{flex:0 0 4rem}.card-modal-checkbox{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.card-modal-checkbox input{width:20px;height:20px;accent-color:var(--accent)}.card-modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;display:flex}.col-author{width:18%}.col-title{width:26%}.col-collection{width:16%}.col-series{width:15%}.col-buy{width:11%}.books-collection-cell{color:var(--text-muted);font-size:.75rem}.books-title-cell{align-items:center;gap:.55rem;display:flex}.books-row-cover{object-fit:cover;background:var(--bg-card);border:1px solid var(--border);border-radius:3px;flex-shrink:0;width:26px;height:39px}.books-series-cell{color:var(--text-muted);font-size:.75rem}.books-series-num{color:var(--text-dim)}.books-series-find{opacity:0;font-size:.65rem;transition:opacity .1s}tr:hover .books-series-find,.books-series-find:focus-visible{opacity:1}.books-series-edit{gap:.3rem;display:flex}.books-series-name-input{flex:1;min-width:0}.books-series-num-input{flex:0 0 3rem;width:3rem}.books-sort-group{align-items:center;gap:.3rem;display:flex}.books-sort-label{color:var(--text-dim);text-transform:lowercase;letter-spacing:.05em;margin-right:.1rem;font-size:.7rem}.books-sort-btn{border:1px solid var(--border);color:var(--text-dim);cursor:pointer;background:0 0;border-radius:4px;padding:.25rem .6rem;font-family:inherit;font-size:.7rem;transition:all .15s}.books-sort-btn:hover{color:var(--text-muted);border-color:var(--text-dim)}.books-sort-btn.active{color:var(--text);border-color:var(--text-muted);background:var(--bg-card2)}.books-collection-filter{flex-wrap:wrap;align-items:center;gap:.35rem;padding:.15rem 0 .5rem;display:flex}.books-filter-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-right:.1rem;font-size:.7rem}.books-filter-chip{border:1px solid var(--border);color:var(--text-dim);cursor:pointer;opacity:.6;background:0 0;border-radius:999px;padding:.2rem .6rem;font-family:inherit;font-size:.7rem;transition:all .15s}.books-filter-chip:hover{color:var(--text-muted);border-color:var(--text-dim);opacity:1}.books-filter-chip.active{color:var(--text);border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent);opacity:1}.books-buy-cell{vertical-align:middle}.col-secondary-btn.active{color:var(--text);border-color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, transparent)}.books-paperback-col{text-align:left;white-space:nowrap;width:1%;color:var(--text-muted);font-size:.75rem;font-weight:400}.books-paperback-cell{text-align:left;vertical-align:middle;width:1%}.books-paperback-check{cursor:pointer;width:13px;height:13px;accent-color:var(--accent);opacity:.6;margin:0}.books-paperback-check:checked{opacity:1}.book-card-paperback{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;margin:.4rem 0 .1rem;font-size:.8rem;display:flex}.book-card-paperback input{width:20px;height:20px;accent-color:var(--accent)}.books-buy-links{flex-wrap:wrap;gap:.3rem;display:flex}.books-buy-link{border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.7rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.books-buy-amazon{color:#f90;background:#ff990015;border-color:#ff990025}.books-buy-amazon:hover{background:#ff990030;border-color:#f90}.books-buy-bookshop{color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, transparent);border-color:color-mix(in srgb, var(--accent) 25%, transparent)}.books-buy-bookshop:hover{background:color-mix(in srgb, var(--accent) 18%, transparent);border-color:var(--accent)}.books-buy-refresh{opacity:.4;font-size:.65rem}tr:hover .books-buy-refresh{opacity:1}.book-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:.5rem 0;display:grid}@media (width<=600px){.book-card-grid{grid-template-columns:minmax(0,1fr)}}.book-card{background:var(--bg-card2);border:1px solid var(--border);border-radius:10px;grid-template-columns:70px minmax(0,1fr);gap:.85rem;padding:.8rem .95rem;transition:border-color .15s;display:grid}.book-card:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border))}.book-card-cover{aspect-ratio:2/3;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;width:70px;overflow:hidden}.book-card-cover img{object-fit:cover;width:100%;height:100%;display:block}.book-card-cover-empty{color:var(--text-dim);font-size:1.5rem;font-weight:700;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex}.book-card-body{flex-direction:column;gap:.5rem;min-width:0;display:flex}.book-card-header{flex-direction:column;gap:.2rem;display:flex}.book-card-title{color:var(--text);margin:0;font-size:.95rem;font-weight:600;line-height:1.25}.book-card-author{color:var(--text-muted);font-size:.78rem}.book-card-tags{flex-wrap:wrap;gap:.35rem;display:flex}.book-card-tag{border:1px solid var(--border);color:var(--text-muted);background:var(--bg-card);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:baseline;gap:.25rem;max-width:100%;padding:.1rem .5rem;font-size:.68rem;display:inline-flex;overflow:hidden}.book-card-collection{border-color:color-mix(in srgb, var(--accent-violet) 30%, var(--border));color:var(--accent-violet)}.book-card-series{border-color:color-mix(in srgb, var(--accent-teal) 30%, var(--border));color:var(--accent-teal)}.book-card-find-series{align-self:flex-start;font-size:.7rem}.book-card-buy{flex-wrap:wrap;gap:.3rem;display:flex}.book-card-actions{border-top:1px dashed var(--border);flex-wrap:wrap;gap:.4rem;padding-top:.45rem;display:flex}.wv-root{padding-top:.25rem}.wv-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0 .75rem;display:flex}.wv-toolbar-right{align-items:center;gap:.5rem;display:flex}.wv-segmented{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;gap:2px;padding:2px;display:inline-flex}.wv-seg{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s;display:inline-flex}.wv-seg:hover:not(.active){color:var(--text)}.wv-seg.active{background:var(--bg-card2);color:var(--text)}.wv-seg-count{font-family:var(--font-mono);color:var(--text-dim);font-size:.65rem}.wv-seg.active .wv-seg-count{color:var(--text-muted)}.wv-scan-message{color:var(--text-muted);font-size:.7rem;font-style:italic}.wv-wishlist-pill,.wv-watching-pill{text-transform:uppercase;letter-spacing:.06em;vertical-align:middle;border-radius:3px;margin-right:.25rem;padding:.05rem .35rem;font-size:.55rem;font-weight:700;display:inline-block}.wv-wishlist-pill{color:var(--accent-coral);background:color-mix(in srgb, var(--accent-coral) 14%, transparent)}.wv-watching-pill{color:var(--success);background:color-mix(in srgb, var(--success) 14%, transparent)}.wv-list{flex-direction:column;gap:1rem;display:flex}.wv-section{flex-direction:column;gap:.5rem;display:flex}.wv-section-header{border-left:3px solid var(--border);align-items:baseline;gap:.5rem;padding:0 .25rem 0 .6rem;display:flex}.wv-section-ready .wv-section-header{border-left-color:var(--accent)}.wv-section-almost .wv-section-header{border-left-color:var(--warn)}.wv-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text);font-size:.7rem;font-weight:700}.wv-section-ready .wv-section-title{color:var(--accent)}.wv-section-almost .wv-section-title{color:var(--warn)}.wv-section-waiting .wv-section-title{color:var(--text-muted)}.wv-section-count{font-size:.65rem;font-family:var(--font-mono);color:var(--text-dim)}.wv-show{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:60px minmax(0,1fr);gap:.85rem;padding:.75rem 1rem;display:grid}.wv-show-poster{aspect-ratio:2/3;background:var(--bg-card2);border:1px solid var(--border);border-radius:6px;flex-shrink:0;width:60px;overflow:hidden}.wv-show-poster img{object-fit:cover;width:100%;height:100%;display:block}.wv-show-poster-empty{color:var(--text-dim);font-size:1.25rem;font-weight:700;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex}.wv-show-body{min-width:0}@media (width<=600px){.wv-show{grid-template-columns:50px minmax(0,1fr);gap:.65rem}.wv-show-poster{width:50px}}.wv-show-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.5rem;display:flex}.wv-show-title{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.wv-show-name{color:var(--text);font-size:.95rem;font-weight:600}.wv-show-imdb{color:var(--highlight);background:color-mix(in srgb, var(--highlight) 8%, transparent);border-radius:3px;padding:.1rem .3rem;font-size:.6rem;font-weight:600;text-decoration:none;transition:background .15s}.wv-show-imdb:hover{background:color-mix(in srgb, var(--highlight) 18%, transparent)}.wv-show-headline{color:var(--text-muted);font-size:.75rem}.wv-show-meta{align-items:center;gap:.5rem;display:flex}.wv-show-fetched{color:var(--text-dim);font-size:.65rem;font-family:var(--font-mono)}.wv-chips{flex-wrap:wrap;gap:.35rem;display:flex}.wv-platforms{flex-wrap:wrap;gap:.25rem;margin-bottom:.4rem;display:flex}.wv-platform-tag{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;border-radius:4px;padding:.1rem .4rem;font-size:.6rem;display:inline-block}.wv-empty{color:var(--text-dim);font-size:.75rem;font-style:italic}.wv-error{color:var(--error);background:color-mix(in srgb, var(--error) 8%, transparent);border:1px solid color-mix(in srgb, var(--error) 30%, var(--border));border-radius:4px;margin-bottom:.4rem;padding:.3rem .5rem;font-size:.72rem}.wv-chip{border:1px solid var(--border);background:var(--bg-card2);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:4px;padding:.25rem .55rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}.wv-chip:not(:disabled):hover{color:var(--text)}.wv-chip:disabled{cursor:default}.wv-chip-watched{color:var(--success);border-color:color-mix(in srgb, var(--success) 45%, var(--border));background:color-mix(in srgb, var(--success) 8%, var(--bg-card2))}.wv-chip-watched:not(:disabled):hover{background:color-mix(in srgb, var(--success) 14%, var(--bg-card2))}.wv-chip-available{color:var(--accent);border-color:var(--accent);background:color-mix(in srgb, var(--accent) 14%, var(--bg-card2));font-weight:600}.wv-chip-available:not(:disabled):hover{background:color-mix(in srgb, var(--accent) 24%, var(--bg-card2))}.wv-chip-soon{color:var(--warn);border-color:color-mix(in srgb, var(--warn) 55%, var(--border));background:color-mix(in srgb, var(--warn) 10%, var(--bg-card2))}.wv-chip-soon:not(:disabled):hover{background:color-mix(in srgb, var(--warn) 18%, var(--bg-card2))}.wv-chip-airing{color:var(--text-dim)}.wv-chip-upcoming{color:var(--text-dim);opacity:.7;font-style:italic}.col-media-title{width:30%}.col-year,.col-score{width:6%}.col-note,.col-platforms{width:20%}.media-year-cell{color:var(--text-muted);font-family:var(--font-mono);font-size:.75rem}.media-edit-imdb-id{font-family:var(--font-mono);color:var(--highlight);background:color-mix(in srgb, var(--highlight) 8%, transparent);white-space:nowrap;border-radius:3px;padding:.1rem .35rem;font-size:.7rem;text-decoration:none}.media-edit-imdb-id:hover{background:color-mix(in srgb, var(--highlight) 18%, transparent)}.media-edit-imdb-id-missing{color:var(--text-dim);background:var(--bg-card2);font-style:italic}.media-year-input{text-align:center;width:4.5rem;font-family:var(--font-mono);flex:none}.media-score-cell{color:var(--text-muted);font-family:var(--font-mono);font-size:.75rem}.media-score-input{text-align:center;width:4rem;font-family:var(--font-mono);flex:none}.media-title-cell{align-items:center;gap:.5rem;display:flex}.media-title-block{flex-direction:column;gap:.25rem;min-width:0;display:flex}.media-title-line{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.media-row-genres{flex-wrap:wrap;gap:.3rem;display:flex}.media-row-poster{object-fit:cover;background:var(--bg-card);border:1px solid var(--border);border-radius:3px;flex-shrink:0;width:30px;height:45px}.media-unidentified{background:color-mix(in srgb, var(--accent-coral) 15%, transparent);width:1.1rem;height:1.1rem;color:var(--accent-coral);cursor:help;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:inline-flex}.media-links{opacity:0;gap:.35rem;margin-left:.25rem;transition:opacity .15s;display:inline-flex}tr:hover .media-links{opacity:1}.media-links a{border-radius:3px;padding:.1rem .3rem;font-size:.6rem;font-weight:600;text-decoration:none;transition:all .15s}.media-links a[title=IMDB]{color:var(--highlight);background:color-mix(in srgb, var(--highlight) 8%, transparent)}.media-links a[title=IMDB]:hover{background:color-mix(in srgb, var(--highlight) 18%, transparent)}.media-links a[title=Rotten\ Tomatoes]{color:var(--error);background:color-mix(in srgb, var(--error) 8%, transparent)}.media-links a[title=Rotten\ Tomatoes]:hover{background:color-mix(in srgb, var(--error) 18%, transparent)}.media-note-cell{color:var(--text-muted)}.media-platforms-cell{vertical-align:middle}.media-platform-tags{flex-wrap:wrap;gap:.25rem;display:flex}.media-platform-tag{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;border-radius:4px;padding:.1rem .4rem;font-size:.6rem;display:inline-block}.media-platform-refresh{opacity:0;font-size:.65rem;transition:opacity .1s}tr:hover .media-platform-refresh,.media-platform-refresh:focus-visible{opacity:1}.media-platform-more{border:1px dashed var(--border);color:var(--text-dim);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:.1rem .45rem;font-family:inherit;font-size:.6rem;transition:color .15s,border-color .15s;display:inline-block}.media-platform-more:hover{color:var(--accent);border-color:var(--accent)}.media-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:.5rem 0;display:grid}@media (width<=600px){.media-card-grid{grid-template-columns:minmax(0,1fr)}}.media-card{background:var(--bg-card2);border:1px solid var(--border);border-radius:10px;grid-template-columns:80px minmax(0,1fr);gap:.85rem;padding:.85rem .95rem;transition:border-color .15s;display:grid}.media-card:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border))}.media-card-poster{aspect-ratio:2/3;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;width:80px;overflow:hidden}.media-card-poster img{object-fit:cover;width:100%;height:100%;display:block}.media-card-poster-empty{color:var(--text-dim);font-size:1.5rem;font-weight:700;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex}.media-card-body{flex-direction:column;gap:.55rem;min-width:0;display:flex}.media-card-genres{flex-wrap:wrap;gap:.3rem;display:flex}.media-card-genre{letter-spacing:.02em;background:color-mix(in srgb, var(--accent-violet) 8%, transparent);border:1px solid color-mix(in srgb, var(--accent-violet) 30%, transparent);color:var(--accent-violet);white-space:nowrap;border-radius:999px;padding:.05rem .45rem;font-size:.62rem;font-weight:500;display:inline-block}.media-card-header{flex-direction:column;gap:.3rem;display:flex}.media-card-title-row{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.media-card-title{color:var(--text);margin:0;font-size:.95rem;font-weight:600;line-height:1.25}.media-card-meta{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono);flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.media-card-year{white-space:nowrap}.media-card-score{background:color-mix(in srgb, var(--accent) 10%, transparent);border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);color:var(--accent);white-space:nowrap;border-radius:999px;padding:.05rem .4rem;font-weight:600}.media-card-score.is-empty{border-color:var(--border);color:var(--text-dim);background:0 0}.media-card-links{gap:.5rem;margin-left:auto;display:inline-flex}.media-card-links a{color:var(--text-dim);font-size:.7rem;text-decoration:none}.media-card-links a:hover{color:var(--accent)}.media-card-note{color:var(--text-muted);margin:0;font-size:.78rem;line-height:1.35}.media-card-platforms{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.media-card-find-platforms{font-size:.7rem}.media-card-actions{border-top:1px dashed var(--border);flex-wrap:wrap;gap:.4rem;padding-top:.45rem;display:flex}.col-card-sort{flex-wrap:wrap;align-items:center;gap:.4rem;padding:.35rem 0;display:flex}.col-card-sort-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-right:.25rem;font-size:.7rem}.music-refresh-status{color:var(--text-dim);font-size:.75rem;font-family:var(--font-mono)}.music-table a{color:var(--accent);text-decoration:none}.music-table a:hover{text-decoration:underline}.music-empty{color:var(--text);text-align:center;padding:2rem .5rem}.music-empty-hint{max-width:40rem;color:var(--text-muted);margin:.5rem auto;font-size:.85rem}.music-empty code{background:var(--bg-elevated,#7f7f7f1a);border-radius:3px;padding:0 .3rem}.music-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.music-table{border-collapse:collapse;width:100%;min-width:640px;font-size:.85rem}.music-table th{text-align:left;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding:.4rem .6rem;font-size:.72rem;font-weight:500}.music-table td{border-bottom:1px solid var(--border);padding:.45rem .6rem}.music-table td.music-nowrap,.music-table th.music-nowrap{white-space:nowrap}.music-table tr:hover td{background:#7f7f7f0f}.music-num{text-align:right;font-variant-numeric:tabular-nums;font-family:var(--font-mono)}.music-muted{color:var(--text-dim)}.music-row-btn{color:var(--text-dim);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;width:1.6rem;height:1.6rem;font-size:1rem;line-height:1;transition:all .15s}.music-row-btn:hover{color:var(--text);border-color:var(--border);background:#7f7f7f1a}.music-row-link{color:var(--accent);margin-right:.3rem;font-size:.78rem;text-decoration:none}.music-row-link:hover{text-decoration:underline}.music-actions-cell{white-space:nowrap;align-items:center;gap:.2rem;display:inline-flex}.music-fest-badge{letter-spacing:.04em;background:var(--accent-muted,#80808026);color:var(--text-muted);vertical-align:middle;border-radius:999px;margin-left:.4rem;padding:.05rem .4rem;font-size:.7rem;font-weight:600;display:inline-block}.music-show-festival .music-fest-badge{background:var(--accent,#8b5cf6);color:#fff}.music-fest-followed{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.music-fest-lineup{margin-top:.2rem;font-size:.75rem}.music-fest-lineup summary{cursor:pointer;color:var(--text-muted)}.music-fest-lineup summary:hover{color:var(--text)}.music-section{margin-top:1.5rem}.music-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem;padding:0 .6rem;font-size:.8rem;font-weight:500}.music-sort-th{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s}.music-sort-th:hover{color:var(--text-muted)}.music-sort-th.active{color:var(--text)}.music-thumb-col{width:48px;padding-right:0}.music-thumb{object-fit:cover;border-radius:4px;width:40px;height:40px;display:block}.music-filter-bar{flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem .25rem .25rem;display:flex}.music-filter-count{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:.75rem}.music-search{background:var(--bg-elevated,#7f7f7f0f);border:1px solid var(--border);max-width:24rem;color:var(--text);border-radius:6px;flex:1;padding:.4rem .7rem;font-family:inherit;font-size:.85rem}.music-search:focus{border-color:var(--accent);outline:none}.music-search::placeholder{color:var(--text-dim)}.music-date-field{color:var(--text-dim);align-items:center;gap:.4rem;font-size:.78rem;display:inline-flex}.music-date-field input[type=date]{background:var(--bg-elevated,#7f7f7f0f);border:1px solid var(--border);color:var(--text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:6px;padding:.35rem .5rem;font-family:inherit;font-size:.82rem}.music-date-field input[type=date]:focus{border-color:var(--accent);outline:none}.music-miles-field input[type=number]{background:var(--bg-elevated,#7f7f7f0f);border:1px solid var(--border);width:5rem;color:var(--text);border-radius:6px;padding:.35rem .5rem;font-family:inherit;font-size:.82rem}.music-miles-field input[type=number]:focus{border-color:var(--accent);outline:none}.music-city-box{flex:none;display:inline-flex;position:relative}.music-city-input{min-width:10rem;max-width:14rem}.music-city-results{background:var(--bg-card,#1a1d35);border:1px solid var(--border);min-width:100%;max-width:22rem;max-height:14rem;box-shadow:var(--shadow,0 4px 16px #0000004d);z-index:10;border-radius:6px;margin:0;padding:.25rem 0;font-size:.82rem;list-style:none;position:absolute;top:calc(100% + 2px);left:0;overflow-y:auto}.music-city-results li{padding:0}.music-city-results button{text-align:left;width:100%;color:var(--text);font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:.35rem .7rem}.music-city-results button:hover{background:#7f7f7f1a}.music-city-empty{color:var(--text-dim);padding:.4rem .7rem;font-style:italic}.music-city-chip{background:var(--bg-elevated,#7f7f7f14);border:1px solid var(--accent);color:var(--text);border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .3rem .35rem .7rem;font-size:.82rem;display:inline-flex}.music-city-chip button{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1rem;line-height:1}.music-city-chip button:hover{color:var(--text)}.music-ignored-bar{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.3rem;margin-top:1.5rem;padding:.6rem .5rem;font-size:.78rem;display:flex}.music-ignored-label{color:var(--text-dim);margin-right:.3rem}.music-ignored-chip{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .5rem;font-family:inherit;font-size:.78rem;transition:all .15s;display:inline-flex}.music-ignored-chip:hover{color:var(--text);border-color:var(--accent)}.music-ignored-x{color:var(--text-dim);font-size:.9rem}.music-row-clickable{cursor:pointer}.music-row-clickable.is-selected td{background:#7f7f7f1f}.music-row-disclosure{width:.9rem;color:var(--text-dim);margin-right:.3rem;font-size:.85rem;transition:color .15s;display:inline-block}.music-row-clickable:hover .music-row-disclosure,.music-row-clickable.is-selected .music-row-disclosure,.music-row-clickable:hover .music-row-name{color:var(--accent)}.music-row-detail>td{border-bottom:1px solid var(--border);background:0 0!important;padding:0!important}.music-row-detail:hover>td{background:0 0!important}.music-artist-drawer{background:var(--bg-elevated,#7f7f7f0f);border-left:2px solid var(--accent);padding:.85rem 1rem 1rem}.music-artist-drawer-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.music-artist-drawer-title{color:var(--text);margin:0;font-size:1rem;font-weight:600}.music-artist-drawer-empty{color:var(--text-dim);padding:.75rem 0;font-size:.85rem}.music-artist-drawer-body{flex-direction:column;gap:.85rem;display:flex}.music-artist-drawer-meta{align-items:flex-start;gap:.85rem;display:flex}.music-artist-drawer-image{object-fit:cover;border-radius:50%;flex-shrink:0;width:5rem;height:5rem}.music-artist-drawer-meta-text{flex-direction:column;gap:.4rem;min-width:0;display:flex}.music-artist-drawer-stats{color:var(--text-dim);font-size:.8rem}.music-artist-drawer-genres{flex-wrap:wrap;gap:.3rem;display:flex}.music-genre-pill{border:1px solid var(--border);color:var(--text-dim);text-transform:lowercase;border-radius:999px;padding:.1rem .45rem;font-size:.7rem}.music-artist-section{margin:0}.music-artist-section-title{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .4rem;font-size:.72rem;font-weight:500}.music-artist-section-hint{text-transform:none;letter-spacing:0;color:var(--text-dim);margin-left:.4rem}.music-artist-section-empty{color:var(--text-dim);margin:0;font-size:.8rem}.music-artist-shows{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.music-artist-show{flex-wrap:wrap;align-items:baseline;gap:.5rem;font-size:.82rem;display:flex}.music-artist-show-date{font-variant-numeric:tabular-nums;color:var(--text);min-width:9rem}.music-artist-show-where{color:var(--text-dim);flex:auto;min-width:0}.music-artist-albums{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.music-artist-album{background:#7f7f7f0a;border:1px solid #0000;border-radius:5px;gap:.5rem;padding:.4rem;display:flex}.music-artist-album.is-missing{border-color:var(--accent);background:#7f7f7f14}.music-artist-album-cover{object-fit:cover;border-radius:3px;flex-shrink:0;width:3rem;height:3rem}.music-artist-album-cover-blank{background:#7f7f7f26}.music-artist-album-info{flex-direction:column;gap:.15rem;min-width:0;font-size:.78rem;display:flex}.music-artist-album-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.music-artist-album-name a{color:inherit;text-decoration:none}.music-artist-album-name a:hover{color:var(--accent);text-decoration:underline}.music-artist-album-sub{color:var(--text-dim);flex-wrap:wrap;align-items:center;gap:.3rem;font-size:.7rem;display:flex}.music-artist-album-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:3px;margin-left:auto;padding:.05rem .35rem;font-size:.65rem}.music-artist-album-badge.is-in-library{color:var(--text-dim);background:#7f7f7f1f}.music-artist-album-badge.is-missing{color:var(--accent);background:#7f7f7f26}.music-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:.5rem 0;display:grid}@media (width<=600px){.music-card-grid{grid-template-columns:minmax(0,1fr)}}.music-card{background:var(--bg-card2);border:1px solid var(--border);cursor:pointer;border-radius:10px;grid-template-columns:70px minmax(0,1fr);gap:.85rem;padding:.85rem .95rem;transition:border-color .15s;display:grid}.music-card:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border))}.music-card.is-selected{border-color:var(--accent)}.music-card-thumb{background:var(--bg-card);border:1px solid var(--border);border-radius:50%;width:70px;height:70px;overflow:hidden}.music-card-thumb-square{border-radius:6px}.music-card-thumb img{object-fit:cover;width:100%;height:100%;display:block}.music-card-thumb-empty{color:var(--text-dim);font-size:1.5rem;font-weight:700;font-family:var(--font-mono);justify-content:center;align-items:center;display:flex}.music-card-body{flex-direction:column;gap:.35rem;min-width:0;display:flex}.music-card-title-row{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.music-card-title{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:.95rem;font-weight:600;line-height:1.25}.music-card-title a{color:inherit;text-decoration:none}.music-card-title a:hover{text-decoration:underline}.music-card-subtitle{color:var(--text);overflow-wrap:anywhere;font-size:.82rem;line-height:1.3}.music-card-meta{color:var(--text);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.72rem;display:flex}.music-card-hint{color:var(--text-dim);margin-top:.1rem;font-size:.7rem}.music-card-x{flex-shrink:0}.music-card-match{color:var(--accent);font-size:.78rem;font-weight:600;font-family:var(--font-mono);flex-shrink:0}.music-card-actions{flex-wrap:wrap;gap:.4rem;margin-top:.3rem;display:flex}.music-card-actions .music-row-btn{border-radius:4px;width:auto;height:auto;padding:.2rem .5rem;font-size:.72rem}.music-card-drawer-host{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;grid-column:1/-1;margin-top:-.25rem;padding:.5rem .75rem}.music-shows-card-list{flex-direction:column;gap:.6rem;padding:.4rem 0;display:flex}.music-show-card{background:var(--bg-card2);border:1px solid var(--border);border-radius:10px;grid-template-columns:70px minmax(0,1fr);gap:.85rem;padding:.7rem .85rem;transition:border-color .15s;display:grid}.music-show-card:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border))}.music-show-card.is-festival{border-color:color-mix(in srgb, var(--accent) 40%, var(--border));background:color-mix(in srgb, var(--accent) 5%, var(--bg-card2))}.music-show-card-date{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;padding:.4rem .2rem;display:flex}.music-show-card-weekday{letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);font-size:.65rem;font-weight:600}.music-show-card-day{color:var(--text);font-size:1.5rem;font-weight:700;line-height:1;font-family:var(--font-mono)}.music-show-card-month{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);font-size:.7rem;font-weight:500}.music-show-card-date-fallback{color:var(--text-dim);font-size:.75rem}.music-show-card-body{flex-direction:column;gap:.25rem;min-width:0;display:flex}.music-show-card-artist{color:var(--text);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.95rem;display:flex}.music-show-card-venue{color:var(--text);overflow-wrap:anywhere;font-size:.82rem}.music-show-card-where{font-size:.72rem}.music-show-card-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.3rem;display:flex}.music-show-card-actions .music-row-btn{border-radius:4px;width:auto;height:auto;padding:.2rem .5rem;font-size:.72rem}.music-show-card-actions .music-row-link{font-size:.78rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.house-map-wrap{width:100%;position:relative}.house-map{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card2);width:100%;height:calc(100vh - 280px);min-height:480px}.house-map-controls{z-index:500;border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#111225d9;border-radius:6px;align-items:center;gap:.3rem;padding:.25rem .4rem;display:flex;position:absolute;top:.6rem;right:.6rem}.house-map-layer{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;padding:.2rem .5rem;font-size:.75rem}.house-map-layer:hover{color:var(--text)}.house-map-layer.active{color:var(--text);background:var(--bg-card);border-color:var(--border)}.house-map-count{color:var(--text-dim);font-size:.72rem;font-family:var(--font-mono);border-left:1px solid var(--border);padding-left:.3rem}.house-pin{background:0 0!important;border:none!important}.house-pin-body{background:var(--accent,#5b8def);color:#fff;font-family:var(--font-mono);white-space:nowrap;border:1px solid #0000004d;border-radius:4px;padding:3px 7px;font-size:.72rem;font-weight:600;line-height:1.1;display:inline-block;box-shadow:0 1px 3px #00000080}.house-pin-stem{border-left:5px solid #0000;border-right:5px solid #0000;border-top:6px solid var(--accent,#5b8def);filter:drop-shadow(0 1px 1px #00000080);width:0;height:0;margin:-1px auto 0}.house-pin-fav .house-pin-body{background:var(--highlight,#f0c14b);color:#1a1a1a}.house-pin-fav .house-pin-stem{border-top-color:var(--highlight,#f0c14b)}.house-pin-ignored .house-pin-body{color:#ddd;opacity:.7;background:#787882d9}.house-pin-ignored .house-pin-stem{border-top-color:#787882d9}.leaflet-popup-content-wrapper{border:1px solid var(--border);border-radius:var(--radius);padding:0;box-shadow:0 6px 24px #0009;background:var(--bg-card)!important;color:var(--text)!important}.leaflet-popup-tip{border:1px solid var(--border);background:var(--bg-card)!important}.leaflet-popup-content{width:240px!important;margin:0!important}.leaflet-popup-close-button{color:var(--text-dim)!important;padding:6px 8px 0 0!important}.house-map-pop{flex-direction:column;gap:.3rem;padding:.5rem .6rem .6rem;display:flex}.house-map-pop-thumb{aspect-ratio:4/3;object-fit:cover;border-radius:4px;width:100%;margin:0}.house-map-pop-price{font-family:var(--font-mono);font-size:1rem;font-weight:600}.house-map-pop-addr{color:var(--text);font-size:.85rem;font-weight:500;line-height:1.3;text-decoration:none}.house-map-pop-addr:hover{color:var(--accent)}.house-map-pop-stats{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);gap:.55rem;display:flex}.house-map-pop-actions{gap:.35rem;margin-top:.2rem;display:flex}.house-map-pop-actions button{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:4px;flex:1;padding:.3rem .4rem;font-size:.78rem}.house-map-pop-actions button:hover{color:var(--text);border-color:var(--text-muted)}.house-map-pop-actions button.on{color:var(--highlight);border-color:var(--highlight)}.leaflet-control-zoom a{background:var(--bg-card)!important;color:var(--text)!important;border-color:var(--border)!important}.leaflet-control-zoom a:hover{background:var(--bg-card2)!important}.leaflet-control-attribution{color:var(--text-dim)!important;background:#111225b3!important}.leaflet-control-attribution a{color:var(--text-muted)!important}.house-loc-backdrop{z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.house-loc-popover{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;width:min(640px,95vw);height:min(560px,85vh);display:flex;overflow:hidden;box-shadow:0 12px 40px #000000a6}.house-loc-header{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;padding:.5rem .6rem .5rem .85rem;font-size:.9rem;font-weight:500;display:flex}.house-loc-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.1rem .4rem;font-size:1.4rem;line-height:1}.house-loc-close:hover{color:var(--text)}.house-loc-map{flex:1;width:100%}.house-loc-empty{color:var(--text-muted);flex:1;justify-content:center;align-items:center;font-size:.9rem;display:flex}.house-loc-pin-focused .house-pin-body{background:var(--error,#e76a6a)!important;color:#fff!important;border:2px solid #fff!important;padding:5px 10px!important;font-size:.88rem!important;font-weight:700!important;box-shadow:0 2px 6px #0009,0 0 0 4px #e76a6a59!important}.house-loc-pin-focused .house-pin-stem{border-top-color:var(--error,#e76a6a)!important;border-top-width:9px!important;border-left-width:7px!important;border-right-width:7px!important}.house-loc-pin-normal .house-pin-body,.house-loc-pin-fav .house-pin-body,.house-loc-pin-ignored .house-pin-body{opacity:.78;font-size:.66rem}.house-loc-pin-normal:hover .house-pin-body,.house-loc-pin-fav:hover .house-pin-body,.house-loc-pin-ignored:hover .house-pin-body{opacity:1}.house-map-pop-addr-text{color:var(--text);font-size:.85rem;font-weight:500}.search-editor-overlay{z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.search-editor-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:min(620px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;box-shadow:0 12px 40px #0000008c}.search-editor-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.8rem 1rem;display:flex}.search-editor-header h2{color:var(--text);margin:0;font-size:1rem;font-weight:600}.search-editor-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .3rem;font-size:1.4rem;line-height:1}.search-editor-close:hover{color:var(--text)}.search-editor-body{flex-direction:column;gap:.9rem;padding:1rem;display:flex}.search-editor-row{align-items:flex-start;gap:.7rem;display:flex}.search-editor-label{width:70px;color:var(--text-muted);flex-shrink:0;padding-top:.4rem;font-size:.8rem}.search-editor-input{background:var(--bg-card2);border:1px solid var(--border);color:var(--text);border-radius:4px;flex:1;padding:.4rem .6rem;font-size:.85rem}.search-editor-input:focus{border-color:var(--accent,#5b8def);outline:none}.search-editor-kind-chip{border-radius:999px;align-self:center;padding:.25rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}.search-editor-hint{color:var(--text-dim);align-self:center;font-size:.75rem}.search-editor-zips{flex-wrap:wrap;flex:1;align-items:center;gap:.3rem;display:flex}.search-editor-zip-chip{background:var(--bg-card2);border:1px solid var(--border);font-family:var(--font-mono);color:var(--text);border-radius:4px;align-items:center;gap:.3rem;padding:.2rem .45rem;font-size:.78rem;display:inline-flex}.search-editor-chip-x{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;line-height:1}.search-editor-chip-x:hover{color:#e07b7b}.search-editor-zip-input{background:var(--bg-card2);border:1px solid var(--border);width:70px;color:var(--text);font-family:var(--font-mono);border-radius:4px;padding:.2rem .4rem;font-size:.78rem}.search-editor-chip-add{background:var(--accent,#5b8def);color:#fff;cursor:pointer;border:none;border-radius:4px;width:22px;height:22px;font-size:.85rem}.search-editor-chip-add:disabled{opacity:.4;cursor:not-allowed}.search-editor-range{flex-direction:column;flex:1;gap:.3rem;display:flex}.search-editor-range-values{font-family:var(--font-mono);color:var(--text);justify-content:space-between;font-size:.78rem;display:flex}.search-editor-foot{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;padding:.8rem 1rem;display:flex}.search-editor-btn{background:var(--bg-card2);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:4px;padding:.4rem .9rem;font-size:.85rem}.search-editor-btn:hover{border-color:var(--text-muted)}.search-editor-btn:disabled{opacity:.5;cursor:not-allowed}.search-editor-btn.primary{background:var(--accent,#5b8def);border-color:var(--accent,#5b8def);color:#fff}.settings-panel{max-width:1100px;margin:0 auto;padding:1rem 1.2rem 2rem}.settings-section-title{color:var(--text);margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.settings-section-help{color:var(--text-muted);margin:0 0 .8rem;font-size:.85rem}.settings-toolbar{align-items:center;gap:.4rem;margin-bottom:.6rem;display:flex}.settings-btn{background:var(--bg-card);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:4px;padding:.35rem .7rem;font-size:.8rem}.settings-btn:hover{border-color:var(--text-muted)}.settings-btn:disabled{opacity:.5;cursor:not-allowed}.settings-btn.primary{background:var(--accent,#5b8def);border-color:var(--accent,#5b8def);color:#fff}.settings-drawhint{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}.settings-dirty{color:var(--highlight,#f0c14b);font-size:.78rem;font-style:italic}.settings-map-wrap{width:100%;margin-bottom:1rem;position:relative}.settings-map{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card2);width:100%;height:calc(100vh - 360px);min-height:480px}.settings-map-controls{z-index:500;border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#111225d9;border-radius:6px;align-items:center;gap:.3rem;padding:.25rem .4rem;display:flex;position:absolute;top:.6rem;right:.6rem}.settings-map-layer{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;padding:.2rem .5rem;font-size:.75rem}.settings-map-layer:hover{color:var(--text)}.settings-map-layer.active{color:var(--text);background:var(--bg-card);border-color:var(--border)}.settings-map-count{color:var(--text-dim);font-size:.72rem;font-family:var(--font-mono);border-left:1px solid var(--border);margin-left:.2rem;padding-left:.5rem}.settings-zones-title{color:var(--text);margin:0 0 .4rem;font-size:.95rem}.settings-zone-list{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.settings-zone-item{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;align-items:center;gap:.6rem;padding:.4rem .6rem;display:flex}.settings-zone-name{color:var(--text);flex:1;font-size:.9rem}.settings-zone-meta{color:var(--text-dim);font-family:var(--font-mono);font-size:.75rem}.settings-zone-btn{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:4px;padding:.25rem .55rem;font-size:.75rem}.settings-zone-btn:hover{color:var(--text)}.settings-zone-btn.danger:hover{color:#e07b7b;border-color:#e07b7b}.settings-empty{color:var(--text-muted);padding:.6rem 0;font-size:.85rem}.house-panel{max-width:1400px;margin:0 auto;padding:.75rem}.house-empty{color:var(--text-muted);text-align:center;padding:2.5rem 1rem}.house-error{border:1px solid var(--error);color:var(--error);background:#e76a6a1f;border-radius:6px;margin:.5rem 0;padding:.5rem .75rem;font-size:.85rem}.house-search-bar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:.4rem .6rem;margin-bottom:.55rem;padding:.55rem .7rem;display:flex}.house-search-group{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.house-search-divider{background:var(--border);width:1px;height:22px}.house-search-pill{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.3rem .7rem;font-size:.82rem}.house-search-pill:hover{color:var(--text)}.house-search-pill.active{color:var(--text);border-color:var(--accent,#5b8def);background:#5b8def29}.house-search-add{border:1px dashed var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;padding:.3rem .6rem;font-size:.78rem}.house-search-add:hover{color:var(--text);border-color:var(--text-muted)}.house-search-summary{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:.55rem;padding:.55rem .75rem;font-size:.85rem;display:flex}.house-search-summary-name{color:var(--text);font-weight:600}.house-search-summary-filters{color:var(--text-muted);font-family:var(--font-mono);flex:1;font-size:.78rem}.house-search-summary-btn{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:4px;padding:.3rem .65rem;font-size:.78rem}.house-search-summary-btn:hover{color:var(--text)}.house-search-summary-btn:disabled{opacity:.4;cursor:not-allowed}.house-search-summary-btn.danger:hover{color:#e07b7b;border-color:#e07b7b}.search-editor-kind-chip{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.18rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.search-editor-kind-chip.houses{color:#9bb6f5;background:#5b8def2e}.search-editor-kind-chip.lots{color:#a4d8ad;background:#78c5822e}.house-category-tabs{gap:.4rem;margin-bottom:.6rem;display:flex}.house-category-tab{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;padding:.4rem 1.1rem;font-size:.9rem;font-weight:500}.house-category-tab:hover{color:var(--text)}.house-category-tab.active{color:var(--text);border-color:var(--accent);background:var(--bg-card2)}.house-filterbar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.55rem;margin-bottom:.75rem;padding:.75rem .9rem;display:flex}.house-filter-row{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex}.house-filter-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);font-size:.72rem;font-weight:500}.house-filter-label.modified{color:var(--accent)}.house-filter-label.modified:after{content:" •";color:var(--accent)}.house-dash{color:var(--text-dim)}.house-range-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.5rem}.house-range-group{flex-direction:column;flex:160px;gap:.3rem;min-width:160px;max-width:280px;display:flex}.house-range-values{font-family:var(--font-mono);color:var(--text);justify-content:space-between;font-size:.78rem;display:flex}.house-slider-root{touch-action:none;-webkit-user-select:none;user-select:none;cursor:pointer;align-items:center;width:100%;height:20px;display:flex;position:relative}.house-slider-track{background:var(--border);border-radius:9999px;flex-grow:1;height:4px;position:relative}.house-slider-range{background:var(--accent);border-radius:9999px;height:100%;position:absolute}.house-slider-thumb{background:var(--accent);border:2px solid var(--bg-card);width:16px;height:16px;box-shadow:0 0 0 2px var(--accent);border-radius:50%;outline:none;transition:box-shadow .15s;display:block}.house-slider-thumb:hover{box-shadow:0 0 0 4px #7c9cff4d}.house-slider-thumb:focus-visible{box-shadow:0 0 0 4px #7c9cff80}.house-num-input{background:var(--bg);border:1px solid var(--border);width:6.5rem;color:var(--text);font-family:var(--font-mono);border-radius:4px;padding:.3rem .45rem;font-size:.8rem}.house-num-input:focus{border-color:var(--accent);outline:none}.house-num-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.house-num-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.house-num-input{-moz-appearance:textfield}.house-filter-checkbox{color:var(--text-muted);cursor:pointer;align-items:center;gap:.35rem;font-size:.8rem;display:inline-flex}.house-reset{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;margin-left:auto;padding:.3rem .7rem;font-size:.78rem}.house-reset:hover:not(:disabled){color:var(--text);border-color:var(--text-muted)}.house-reset:disabled{opacity:.4;cursor:default}.house-zip-list{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.house-zip-chip{background:var(--bg-card2);border:1px solid var(--border);font-family:var(--font-mono);color:var(--text);border-radius:999px;align-items:center;gap:.3rem;padding:.18rem .4rem .18rem .55rem;font-size:.78rem;display:inline-flex}.house-chip-x{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:0 .15rem;font-size:.95rem;line-height:1}.house-chip-x:hover{color:var(--error)}.house-zip-input{background:var(--bg);border:1px dashed var(--border);width:4.5rem;color:var(--text);font-family:var(--font-mono);border-radius:999px;padding:.22rem .4rem;font-size:.78rem}.house-zip-input:focus{border-style:solid;border-color:var(--accent);outline:none}.house-chip-add{border:1px dashed var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;width:1.6rem;height:1.6rem;font-size:.95rem}.house-chip-add:disabled{opacity:.3;cursor:default}.house-chip-add:not(:disabled):hover{color:var(--accent);border-color:var(--accent)}.house-meta-row{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem .9rem;padding-top:.55rem;display:flex}.house-refresh-info{color:var(--text-muted);font-size:.78rem;font-family:var(--font-mono);flex-direction:column;gap:.15rem;line-height:1.3;display:flex}.house-auto-tag{color:var(--text-dim)}.house-stale-tag{color:var(--warn);margin-left:.4rem}.house-refresh-btn{background:var(--bg-card2);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:4px;padding:.3rem .7rem;font-size:.78rem}.house-refresh-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.house-refresh-btn:disabled{opacity:.5;cursor:default}.house-sort{align-items:center;gap:.4rem;margin-left:auto;display:inline-flex}.house-sort label{text-transform:uppercase;color:var(--text-dim);font-size:.72rem}.house-sort select{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:4px;padding:.25rem .4rem;font-family:inherit;font-size:.8rem}.house-subtabs{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.3rem;margin-bottom:.75rem;display:flex}.house-subtab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.45rem .85rem;font-size:.85rem;font-weight:500;display:inline-flex}.house-subtab:hover{color:var(--text)}.house-subtab.active{color:var(--text);border-bottom-color:var(--text)}.house-subtab-count{color:var(--text-dim);font-size:.72rem;font-family:var(--font-mono)}.house-view-toggle{flex:none;align-self:center;gap:.2rem;margin-left:auto;padding-bottom:.3rem;display:inline-flex}.house-view-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:.25rem .6rem;font-size:.78rem}.house-view-btn:hover{color:var(--text)}.house-view-btn.active{color:var(--text);background:var(--bg-card2);border-color:var(--text-muted)}.house-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.85rem;display:grid}.house-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.house-card.is-ignored{opacity:.55}.house-card-thumb{aspect-ratio:4/3;background:var(--bg-card2);position:relative;overflow:hidden}.house-card-thumb img{object-fit:cover;width:100%;height:100%;display:block}.house-thumb-placeholder{width:100%;height:100%;color:var(--text-dim);justify-content:center;align-items:center;font-size:.8rem;display:flex}.house-card-price{color:var(--text);font-family:var(--font-mono);letter-spacing:.02em;background:#111225d9;border-radius:4px;padding:.25rem .55rem;font-size:.95rem;font-weight:600;position:absolute;bottom:.5rem;left:.5rem}.house-card-actions{gap:.3rem;display:flex;position:absolute;top:.4rem;right:.4rem}.house-action{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:#111225d9;border-radius:50%;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;font-size:.95rem;line-height:1;display:inline-flex}.house-action:hover{color:var(--text)}.house-action.fav.on{color:var(--highlight);border-color:var(--highlight)}.house-action.fav:hover{color:var(--highlight)}.house-action.ignore:hover{color:var(--error);border-color:var(--error)}.house-action.unignore:hover{color:var(--success);border-color:var(--success)}.house-action.seen:hover{color:var(--accent);border-color:var(--accent)}.house-card-body{flex-direction:column;gap:.3rem;padding:.55rem .7rem .7rem;display:flex}.house-card-address-row{align-items:flex-start;gap:.3rem;display:flex}.house-card-address{color:var(--text);flex:1;font-size:.9rem;font-weight:500;line-height:1.3;text-decoration:none}.house-card-address:hover{color:var(--accent)}.house-card-copy-btn{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;font-size:.9rem;line-height:1;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.house-card-copy-btn:hover{color:var(--accent);border-color:var(--accent);background:#5b8def1f}.house-card-copy-btn-small{width:1.45rem;height:1.45rem;font-size:.8rem}.house-card-stats{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);flex-wrap:wrap;gap:.6rem;display:flex}.house-card-meta{color:var(--text-dim);flex-wrap:wrap;gap:.25rem;font-size:.75rem;display:flex}.house-card-foot{color:var(--text-muted);font-size:.78rem;font-family:var(--font-mono);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.2rem;display:flex}.house-card-mls{color:var(--text-dim);font-size:.72rem}.house-card-mls-wrap{align-items:center;gap:.28rem;display:inline-flex}.house-card-new{background:var(--accent,#5b8def);color:#fff;font-family:var(--font-mono);letter-spacing:.08em;cursor:pointer;border:none;border-radius:3px;padding:.16rem .45rem;font-size:.68rem;font-weight:700;position:absolute;top:.5rem;left:.5rem;box-shadow:0 1px 3px #00000073}.house-card-new:hover{background:var(--accent-hover,#4a7bd0)}.house-saved-row{border-top:1px dashed var(--border);padding-top:.4rem}.house-saved-empty{color:var(--text-dim);font-size:.78rem;font-style:italic}.house-saved-chip{background:var(--bg-card2);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.2rem;padding:0 .35rem 0 0;display:inline-flex}.house-saved-apply{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.18rem .6rem .18rem .7rem;font-family:inherit;font-size:.78rem}.house-saved-apply:hover{color:var(--accent)}.house-saved-add{border:1px dashed var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;padding:.2rem .7rem;font-family:inherit;font-size:.78rem}.house-saved-add:hover{color:var(--accent);border-color:var(--accent)}.house-dom-warm{color:var(--warn)}.house-dom-hot{color:var(--error);font-weight:500}.house-card-agent{color:var(--text-dim);font-size:.75rem}.house-card-agent a{color:var(--text-muted);text-decoration:none}.house-card-agent a:hover{color:var(--accent)}@media (width<=600px){.house-grid{grid-template-columns:minmax(0,1fr)}.house-sort{margin-left:0}.house-subtabs{row-gap:.45rem;padding-bottom:.3rem}.house-view-toggle{justify-content:flex-end;width:100%;margin-left:0;padding-bottom:0}}.house-zones-overlay{z-index:2000;background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.house-zones-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;flex-direction:column;width:min(1100px,100%);max-height:90vh;display:flex;overflow:hidden}.house-zones-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.6rem .9rem;font-size:.95rem;font-weight:600;display:flex}.house-zones-close{color:var(--text-dim);cursor:pointer;background:0 0;border:0;padding:0 .3rem;font-size:1.4rem;line-height:1}.house-zones-close:hover{color:var(--accent)}.house-zones-modal-body{padding:.5rem;overflow:auto}.todo-panel{max-width:900px;margin:0 auto;padding:.75rem 1rem 2rem}.todo-empty{color:var(--text-muted);text-align:center;padding:2rem 1rem;font-size:.9rem}.todo-done-empty{color:var(--text-dim);padding:.4rem .8rem 1rem;font-size:.8rem;font-style:italic}.todo-groups{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.6rem;padding-bottom:.6rem;display:flex}.todo-group{color:var(--text-muted);letter-spacing:.01em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.82rem;font-weight:600;display:inline-flex}.todo-group:hover{color:var(--text);background:var(--bg-card2)}.todo-group.active{color:var(--text);border-color:var(--accent,#5b8def);background:#5b8def29}.todo-group.ungrouped{font-style:italic;font-weight:500}.todo-tabs{flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.7rem;display:flex}.todo-tab-group{color:var(--text-dim);border:1px solid var(--border);border-radius:4px;margin-left:.4rem;padding:.05rem .3rem;font-size:.68rem;font-weight:400}.todo-tab{background:var(--bg-card2);border:1px solid var(--border);cursor:grab;touch-action:none;border-radius:999px;align-items:center;gap:.15rem;padding-right:.2rem;display:inline-flex}.todo-tab:active{cursor:grabbing}.todo-tab.active{border-color:var(--accent,#5b8def);background:#5b8def29}.todo-tab-name{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.32rem .85rem;font-size:.84rem}.todo-tab.active .todo-tab-name{color:var(--text);font-weight:500}.todo-tab-icon{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .35rem;font-size:.78rem;line-height:1}.todo-tab-icon:hover{color:var(--text)}.todo-tab-icon.danger:hover{color:#e07b7b}.todo-tab-add{border:1px dashed var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;padding:.32rem .8rem;font-size:.78rem}.todo-tab-add:hover{color:var(--text);border-color:var(--text-muted)}.todo-tab-archived{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;margin-left:auto;padding:.32rem .7rem;font-size:.78rem}.todo-tab-archived:hover,.todo-tab-archived.on{color:var(--text);border-color:var(--text-muted)}.todo-archived-drawer{border:1px solid var(--border);background:var(--bg-card);border-radius:8px;flex-direction:column;gap:.35rem;margin:.2rem 0 .7rem;padding:.6rem;display:flex}.todo-archived-row{align-items:center;gap:.6rem;font-size:.82rem;display:flex}.todo-archived-name{color:var(--text);font-weight:600}.todo-archived-meta{color:var(--text-dim);margin-right:auto;font-size:.74rem}.todo-archived-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.2rem .6rem;font-size:.74rem}.todo-archived-btn:hover{color:var(--text);border-color:var(--text-muted)}.todo-archived-btn.danger:hover{color:#e07b7b;border-color:#e07b7b}.todo-toolbar{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.6rem;display:flex}.todo-input{background:var(--bg-card);border:1px solid var(--border);min-width:200px;color:var(--text);border-radius:6px;flex:1;padding:.5rem .7rem;font-family:inherit;font-size:.9rem}.todo-input:focus{border-color:var(--accent,#5b8def);outline:none}.todo-add-btn{background:var(--accent,#5b8def);border:1px solid var(--accent,#5b8def);color:#fff;cursor:pointer;border-radius:6px;padding:.5rem 1.1rem;font-size:.85rem}.todo-add-btn:disabled{opacity:.4;cursor:not-allowed}.todo-toolbar-right{align-items:center;gap:.6rem;margin-left:auto;display:inline-flex}.todo-sort{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.78rem;display:inline-flex}.todo-sort select{background:var(--bg-card2);border:1px solid var(--border);color:var(--text);border-radius:4px;padding:.3rem .5rem;font-family:inherit;font-size:.8rem}.todo-export-btn{background:var(--bg-card2);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:4px;padding:.35rem .7rem;font-family:inherit;font-size:.8rem}.todo-export-btn:hover:not(:disabled){border-color:var(--accent,#5b8def)}.todo-export-btn:disabled{opacity:.4;cursor:not-allowed}@media (width<=560px){.todo-input{flex:auto;min-width:0}.todo-add-btn{flex:none}.todo-toolbar-right{flex:100%;justify-content:space-between;margin-left:0}}.todo-section{flex-direction:column;gap:.25rem;display:flex}.todo-row{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:.4rem;padding:.45rem .6rem;display:flex}.todo-row.is-done{opacity:.65;background:var(--bg-card2)}.todo-row-main{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.todo-handle{color:var(--text-dim);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:0 0;border:none;padding:0 .2rem;font-size:.85rem}.todo-handle:active{cursor:grabbing}.todo-handle-disabled{visibility:hidden;width:1.05rem}.todo-check{cursor:pointer;width:1.1rem;height:1.1rem;accent-color:var(--accent,#5b8def);flex-shrink:0}.todo-text{min-width:100px;color:var(--text);cursor:text;word-break:break-word;flex:1;font-size:.9rem;line-height:1.35}.is-done .todo-text{color:var(--text-muted);text-decoration:line-through}.todo-text-edit{background:var(--bg-card2);border:1px solid var(--accent,#5b8def);min-width:100px;color:var(--text);border-radius:4px;flex:1;padding:.25rem .4rem;font-family:inherit;font-size:.9rem}.todo-text-edit:focus{outline:none}.todo-due-chip{background:var(--bg-card2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;font-size:.72rem;font-family:var(--font-mono);border-radius:999px;padding:.18rem .5rem}.todo-due-chip:hover{border-color:var(--text-muted)}.todo-due-chip.soon{color:#d4a85a;background:#d4a85a1a;border-color:#d4a85a80}.todo-due-chip.overdue{color:#e07b7b;background:#e07b7b1f;border-color:#e07b7b99}.todo-due-clear{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:-.1rem;padding:.15rem .25rem;font-size:.95rem;line-height:1}.todo-due-clear:hover{color:var(--error)}.todo-due-wrap{display:inline-flex;position:relative}.todo-due-input{opacity:0;cursor:pointer;appearance:none;background:0 0;border:0;width:100%;min-width:0;height:100%;margin:0;padding:0;position:absolute;inset:0}.todo-row-icon{color:var(--text-dim);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;padding:.18rem .35rem;font-size:.85rem;line-height:1}.todo-row-icon:hover{color:var(--text);border-color:var(--border)}.todo-row-icon.has-content{color:var(--text-muted)}.todo-row-icon.on{color:var(--accent,#5b8def);border-color:var(--accent,#5b8def)}.todo-row-icon.danger:hover{color:#e07b7b;border-color:#e07b7b}.todo-menu-wrap{display:inline-flex;position:relative}.todo-menu{z-index:20;background:var(--bg-card2);border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:.1rem;min-width:160px;margin-top:.25rem;padding:.25rem;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 16px #00000059}.todo-menu button{color:var(--text);text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;padding:.4rem .55rem;font-family:inherit;font-size:.82rem}.todo-menu-scroll{flex-direction:column;max-height:340px;display:flex;overflow-y:auto}.todo-menu-scroll>div{flex-direction:column;display:flex}.todo-menu button:hover{background:var(--bg-card)}.todo-menu button.danger{color:#e07b7b}.todo-menu-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;padding:.3rem .55rem .15rem;font-size:.68rem}.todo-menu-sep{background:var(--border);height:1px;margin:.2rem 0}.todo-completed-at{color:var(--text-dim);font-size:.72rem;font-family:var(--font-mono);margin-left:auto}.todo-notes{box-sizing:border-box;background:var(--bg-card2);border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;border-radius:4px;min-height:2.2rem;padding:.4rem .55rem;font-family:inherit;font-size:.85rem;overflow:hidden}.todo-notes:focus{border-color:var(--accent,#5b8def);outline:none}.todo-done-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-top:1px solid var(--border);margin:1rem 0 .4rem;padding-top:.7rem;font-size:.78rem;font-weight:600}.todo-done-count{color:var(--text-dim);font-family:var(--font-mono);margin-left:.3rem}.todo-done-section .todo-row{padding:.35rem .6rem}.ph-panel{max-width:1100px;margin:0 auto;padding:1rem 1.2rem 3rem}.ph-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.ph-title{color:var(--text);margin:0;font-size:1.2rem;font-weight:600}.ph-header-actions{align-items:center;gap:.5rem;display:flex}.ph-settings-btn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;white-space:nowrap;padding:.4rem .7rem;font-size:.82rem}.ph-settings-btn:hover{color:var(--text);border-color:var(--accent)}.ph-settings{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:.9rem 1rem}.ph-hint{color:var(--text-dim);margin:.5rem 0 0;font-size:.76rem;line-height:1.4}.ph-hint code{background:var(--bg);border:1px solid var(--border);color:var(--text-muted);font-variant-numeric:tabular-nums;border-radius:4px;padding:0 .25rem;font-size:.72rem}.ph-body{grid-template-columns:minmax(320px,1fr) minmax(340px,1.1fr);align-items:start;gap:1.25rem;display:grid}@media (width<=860px){.ph-body{grid-template-columns:1fr}}.ph-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:.9rem 1rem}.ph-section h3{color:var(--text);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.ph-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem .75rem;display:grid}.ph-grid-compact{gap:.4rem .5rem}@media (width<=520px){.ph-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ph-field{color:var(--text-muted);flex-direction:column;gap:.3rem;font-size:.78rem;display:flex}.ph-field>span{line-height:1.25}.ph-grid>.ph-field>span{flex:auto}.ph-field-wide{margin-top:.6rem}.ph-num{background:var(--bg);border:1px solid var(--border);border-radius:8px;align-items:center;display:flex;overflow:hidden}.ph-num:focus-within{border-color:var(--accent)}.ph-num input{min-width:0;color:var(--text);font-variant-numeric:tabular-nums;background:0 0;border:none;flex:1;padding:.4rem .5rem;font-size:.9rem}.ph-num input:focus{outline:none}.ph-num input:disabled{opacity:.4}.ph-num-unit{color:var(--text-dim);border-left:1px solid var(--border);padding:0 .5rem;font-size:.72rem}.ph-readout{justify-content:flex-end}.ph-readout strong{color:var(--accent-teal);font-variant-numeric:tabular-nums;font-size:.95rem}.ph-radio-row{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.ph-radio{background:var(--bg);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.82rem;display:inline-flex}.ph-radio.on{border-color:var(--accent);color:var(--text);background:var(--bg-card2)}.ph-radio input{accent-color:var(--accent)}.ph-pieces{grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid}@media (width<=520px){.ph-pieces{grid-template-columns:1fr}}.ph-piece-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.5rem .6rem}.ph-piece-label{color:var(--accent);margin-bottom:.4rem;font-size:.72rem;font-weight:600}.ph-hookdrops{margin-top:.75rem}.ph-hookdrops-head{color:var(--text-muted);margin-bottom:.4rem;font-size:.78rem}.ph-hookdrop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;display:grid}.ph-hookdrop-grid.ph-hookdrop-single{grid-template-columns:repeat(3,minmax(0,1fr))}.ph-hookdrop-grid .ph-field>span{color:var(--accent);font-size:.72rem;font-weight:600}@media (width<=520px){.ph-hookdrop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ph-results{position:sticky;top:.5rem}.ph-diagram-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:.75rem}.ph-diagram{width:100%;height:46vh;max-height:520px;display:block}@media (width<=860px){.ph-diagram{height:38vh}}.ph-diagram-caption{color:var(--text-dim);text-align:center;margin-top:.4rem;font-size:.72rem}.ph-svg-wall{fill:var(--bg);stroke:var(--border);stroke-width:1px}.ph-svg-furniture{fill:var(--bg-card2);opacity:.7}.ph-svg-frame{fill:#7c9cff24;stroke:var(--accent);stroke-width:1.5px}.ph-svg-center{stroke:var(--accent-teal);stroke-width:1px;stroke-dasharray:5 4;opacity:.9}.ph-svg-floor{stroke:var(--text-dim);stroke-width:1.5px}.ph-svg-nail{stroke:var(--accent-coral);stroke-width:2px}.ph-svg-nail-dot{fill:var(--accent-coral)}.ph-svg-label{fill:var(--text-dim);font-family:inherit;font-size:10px}.ph-warnings{margin-bottom:1rem}.ph-warning{border:1px solid var(--accent-coral);color:var(--text);background:#e895791f;border-radius:8px;margin-bottom:.4rem;padding:.5rem .7rem;font-size:.8rem}.ph-summary{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.ph-summary>div{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.2rem;padding:.5rem .7rem;display:flex}.ph-summary span{color:var(--text-dim);font-size:.72rem}.ph-summary strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:.95rem}.ph-table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);overflow-x:auto}.ph-table{border-collapse:collapse;width:100%;font-size:.82rem}.ph-table th,.ph-table td{text-align:left;border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums;white-space:nowrap;padding:.45rem .6rem}.ph-table th{text-transform:uppercase;letter-spacing:.03em;color:var(--text-dim);font-size:.72rem;font-weight:600}.ph-table td{color:var(--text)}.ph-table tbody tr:last-child td{border-bottom:none}.ph-table td:first-child{color:var(--accent);font-weight:600}.auth-gate-loading{background:var(--bg);position:fixed;inset:0}.auth-gate{background:var(--bg);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;width:100%;max-width:320px;padding:2rem 2.25rem 2.25rem}.auth-card h1{color:var(--text);letter-spacing:.02em;margin:0 0 1.25rem;font-size:1.1rem;font-weight:600}.auth-dots{justify-content:center;gap:.9rem;margin-bottom:1.25rem;display:flex}.auth-dot{border:1.5px solid var(--text-dim);border-radius:50%;width:14px;height:14px;transition:background .12s,border-color .12s}.auth-dot.filled{background:var(--accent);border-color:var(--accent)}.auth-error{color:var(--error);min-height:1em;margin:0 0 1rem;font-size:.85rem}.auth-pad{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.auth-key{aspect-ratio:1;color:var(--text);background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:1.4rem;font-weight:500;transition:background .12s,transform 50ms}.auth-key:hover:not(:disabled){background:var(--border)}.auth-key:active:not(:disabled){transform:scale(.95)}.auth-key:disabled{opacity:.5;cursor:default}.auth-del{color:var(--text-muted);font-size:1.1rem}.app-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0;max-width:1400px;margin:0 auto;padding:.5rem .75rem 0;display:flex;overflow-x:auto}.app-tabs::-webkit-scrollbar{display:none}.app-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;margin-bottom:-1px;padding:.5rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:color .2s}.app-tab:hover{color:var(--text)}.app-tab.active{color:var(--text);border-bottom-color:var(--text)}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.75rem;width:100%;max-width:1400px;margin:0 auto;padding:.75rem;display:grid}.full-width{grid-column:span 3}@media (width<=900px){.dashboard-grid{grid-template-columns:minmax(0,1fr)}.full-width{grid-column:span 1}}@media (width<=600px){.app-tab{padding:.5rem .7rem;font-size:.8rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#111225;--bg-card:#1a1d35;--bg-card2:#222744;--border:#2e3758;--text:#bbbbca;--text-muted:#9296b8;--text-dim:#6a6f92;--accent:#7c9cff;--accent-teal:#5dc3c9;--accent-violet:#b48cff;--accent-rose:#e8a5b8;--accent-coral:#e89579;--success:#5eb389;--success-2:#80c8a3;--success-3:#4a8e6e;--warn:#d4a85a;--error:#e76a6a;--highlight:#f0c674;--radius:12px;--shadow:0 4px 24px #0006;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace}html{font-size:15px}body{background:var(--bg);color:var(--text);font-optical-sizing:auto;text-rendering:optimizelegibility;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}@media (pointer:coarse){input,textarea,select{font-size:16px!important}}@keyframes spin{to{transform:rotate(360deg)}}
