:root{--blue: #1a73e8;--blue-hover: #1557b0;--gray: #333;--gray-light: #666;--gray-lighter: #e0e0e0;--gray-lightest: #f5f5f5;--white: #fff;--green: #34a853;--red: #ea4335}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gray);background:var(--gray-lightest);font-size:16px;line-height:1.6}.container{max-width:900px;margin:0 auto;padding:1rem}.navbar{background:var(--blue);color:var(--white);padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.navbar__brand{color:var(--white);text-decoration:none;font-weight:700;font-size:1.2rem}.navbar__links{display:flex;gap:1rem;align-items:center}.navbar__links a{color:var(--white);text-decoration:none;opacity:.9}.navbar__links a:hover{opacity:1}.navbar__link{position:relative}.navbar__badge{position:absolute;top:-8px;right:-12px;background:var(--red);color:var(--white);font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.btn{padding:.5rem 1rem;border:1px solid var(--gray-lighter);border-radius:6px;background:var(--white);cursor:pointer;font-size:.9rem;transition:background .2s}.btn:hover{background:var(--gray-lightest)}.btn:disabled{opacity:.5;cursor:default}.btn--primary{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn--primary:hover{background:var(--blue-hover)}.btn--secondary{background:var(--gray-lightest);border-color:var(--gray-lighter)}.btn--mark-read{background:var(--blue);color:var(--white);border-color:var(--blue);font-weight:600;animation:mark-read-pulse 2s ease-in-out infinite}.btn--mark-read:hover{background:var(--blue-hover);border-color:var(--blue-hover)}@keyframes mark-read-pulse{0%,to{box-shadow:0 0 #1a73e866}50%{box-shadow:0 0 0 6px #1a73e800}}.btn--text{background:transparent;border:none;color:var(--white);cursor:pointer;opacity:.9}.btn--text:hover{opacity:1}.auth-page{max-width:400px;margin:3rem auto;padding:2rem;background:var(--white);border-radius:8px;box-shadow:0 2px 8px #00000014}.auth-page h2{margin-bottom:1.5rem}.auth-form label{display:block;margin-bottom:1rem;font-size:.9rem;font-weight:500}.auth-form input{display:block;width:100%;padding:.5rem;margin-top:.25rem;border:1px solid var(--gray-lighter);border-radius:6px;font-size:1rem}.auth-form .btn{width:100%;margin-top:.5rem}.auth-page p{margin-top:1rem;text-align:center;font-size:.9rem}.auth-page a{color:var(--blue)}.error{color:var(--red);background:#fce8e6;padding:.5rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.pw-strength{margin-bottom:1rem}.pw-strength__bar{height:6px;background:var(--gray-lighter);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.pw-strength__fill{height:100%;border-radius:3px;transition:width .3s,background .3s}.pw-strength__rules{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.25rem 1rem;font-size:.8rem}.pw-rule--pass{color:var(--green)}.pw-rule--fail{color:var(--gray-light)}.new-flats-banner{display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--blue);color:#fff;padding:.6rem 1rem;border-radius:8px;margin-bottom:.75rem;font-weight:500;animation:banner-slide-in .3s ease-out}.new-flats-banner .btn--sm{padding:.3rem .8rem;font-size:.85rem;background:#fff;color:var(--blue);border-color:#fff;font-weight:600}.new-flats-banner .btn--sm:hover{background:#f0f0f0}@keyframes banner-slide-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.offline-banner{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#f59e0b;color:#fff;padding:.5rem 1rem;font-size:.9rem;font-weight:500;animation:banner-slide-in .3s ease-out}.offline-banner__icon{font-size:1.1rem}.dashboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.dashboard__actions{display:flex;gap:.5rem}.loading,.empty{text-align:center;padding:3rem;color:var(--gray-light)}.wbs-filter{display:flex;gap:0;margin-bottom:1rem;background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.wbs-filter__btn{flex:1;padding:.6rem 1rem;border:none;background:var(--white);cursor:pointer;font-size:.9rem;color:var(--gray-light);transition:all .2s;border-bottom:2px solid transparent}.wbs-filter__btn:hover{color:var(--gray);background:var(--gray-lightest)}.wbs-filter__btn--active{color:var(--blue);font-weight:600;border-bottom-color:var(--blue)}.filters{display:flex;gap:.75rem;margin-bottom:.75rem;align-items:stretch}.filters .wbs-filter{margin-bottom:0;flex:1}.sort-wrapper{display:flex;flex-direction:column;align-self:center}.sort-label{font-size:.75rem;color:var(--gray-light);margin-bottom:.15rem}.sort-select{padding:.5rem .75rem;border:1px solid var(--gray-lighter);border-radius:8px;font-size:.9rem;background:var(--white);color:var(--gray);min-width:180px;cursor:pointer;align-self:center}.sort-select:focus{outline:none;border-color:var(--blue)}.range-filters{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.range-input{display:flex;align-items:center;gap:.5rem;background:var(--white);padding:.4rem .75rem;border-radius:8px;box-shadow:0 1px 3px #0000000f;flex:1;min-width:200px}.range-input__label{font-size:.8rem;color:var(--gray-light);white-space:nowrap;min-width:70px}.settings .range-input__label{min-width:120px}.range-input__fields{display:flex;align-items:center;gap:.3rem;flex:1}.range-input__field{width:100%;padding:.35rem .5rem;border:1px solid var(--gray-lighter);border-radius:4px;font-size:.85rem;background:var(--white)}.range-input__field:focus{outline:none;border-color:var(--blue)}.range-input__sep{color:var(--gray-lighter);flex-shrink:0}.district-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.district-chips--dashboard{margin-bottom:1rem}.district-chip{padding:.3rem .7rem;border:1px solid var(--gray-lighter);border-radius:16px;background:var(--white);font-size:.9rem;cursor:pointer;color:var(--gray-light);transition:all .15s}.district-chip:hover{border-color:var(--blue);color:var(--blue)}.district-chip--active{background:var(--blue);color:var(--white);border-color:var(--blue)}.district-chip--active:hover{background:var(--blue-hover)}.district-chip--clear{background:none;border-color:var(--red);color:var(--red);font-size:.75rem}.district-chip--clear:hover{background:#fce8e6}.district-clear{margin-top:.25rem;color:var(--gray-light);font-size:.8rem;padding:0}.flat-list{display:flex;flex-direction:column;gap:.75rem}.flat-card{background:var(--white);border-radius:8px;padding:1rem;box-shadow:0 1px 4px #0000000f;cursor:pointer;transition:box-shadow .2s}.flat-card:hover{box-shadow:0 2px 12px #0000001f}.flat-card--new{border-left:4px solid var(--green)}.flat-card--expired{opacity:.6;border-left:4px solid var(--gray-lighter)}.flat-card__top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.flat-card__badges{display:flex;gap:.35rem}.badge{font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:10px;text-transform:uppercase;white-space:nowrap}.badge--new{background:var(--green);color:var(--white)}.badge--expired{background:var(--gray-lighter);color:var(--gray-light)}.badge--wbs{background:#e8a317;color:var(--white)}.badge--no-wbs{background:#e0f2e9;color:#16a34a}.flat-card__top-actions{display:flex;gap:.25rem;align-items:center}.share-btn-top{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-lighter);transition:color .2s,transform .15s;padding:.1rem .2rem;line-height:1}.share-btn-top:hover{color:var(--blue);transform:scale(1.15)}.share-btn-top--done{color:var(--green)}.fav-btn{background:none;border:none;font-size:1.8rem;cursor:pointer;color:var(--gray-lighter);transition:color .2s,transform .15s;padding:.1rem .2rem;line-height:1;flex-shrink:0}.fav-btn:hover{color:#f5a623;transform:scale(1.15)}.fav-btn--active{color:#f5a623}.flat-card__header h3{font-size:1.1rem}.flat-card__address{color:var(--gray-light);font-size:.9rem}.flat-card__body{display:flex;gap:1rem;margin-top:.75rem}.flat-card__image{width:260px;height:180px;object-fit:cover;border-radius:6px;flex-shrink:0;cursor:zoom-in;transition:opacity .2s}.flat-card__image:hover{opacity:.85}.lightbox{position:fixed;inset:0;z-index:1000;background:#000000d9;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:lightbox-fade-in .15s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox__image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 4px 40px #00000080;cursor:default}.lightbox__close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;color:var(--white);font-size:2rem;cursor:pointer;line-height:1;opacity:.7;transition:opacity .2s}.lightbox__close:hover{opacity:1}.flat-card__details{font-size:.95rem;color:var(--gray-light)}.flat-card__details p{margin-bottom:.15rem}.flat-card__features-row{display:flex;align-items:flex-end;gap:.5rem;margin-top:.5rem}.flat-card__features{display:flex;flex-wrap:wrap;gap:.3rem;flex:1}.feature-tag{font-size:.75rem;padding:.15rem .5rem;border-radius:12px;background:#f0f4ff;color:var(--blue);border:1px solid #d0ddf5;white-space:nowrap}.flat-card__date{font-size:.75rem;color:var(--gray-light);margin-left:auto;white-space:nowrap}.flat-card__footer-links{display:flex;border-top:1px solid var(--gray-lightest);margin-top:.75rem}.flat-card__footer-link{display:block;text-align:center;padding:.6rem;color:var(--blue);text-decoration:none;font-weight:600;font-size:.95rem;transition:background .15s;flex:1}.flat-card__footer-link:hover{background:var(--gray-lightest)}.flat-card__footer-link--map{border-left:1px solid var(--gray-lightest);flex:0 0 auto;padding:.6rem 1.2rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:1rem}.pagination__pages{display:flex;gap:.25rem;align-items:center}.pagination__page{min-width:36px;height:36px;border:1px solid var(--gray-lighter);border-radius:6px;background:var(--white);cursor:pointer;font-size:.9rem;color:var(--gray);transition:all .15s;display:flex;align-items:center;justify-content:center}.pagination__page:hover{background:var(--gray-lightest);border-color:var(--blue);color:var(--blue)}.pagination__page--active{background:var(--blue);color:var(--white);border-color:var(--blue)}.pagination__page--active:hover{background:var(--blue-hover)}.pagination__dots{padding:0 .25rem;color:var(--gray-light)}.pagination__arrow{padding:.4rem .75rem}.settings{max-width:500px;margin:2rem auto;padding:2rem;background:var(--white);border-radius:8px;box-shadow:0 2px 8px #00000014}.settings h2{margin-bottom:1.5rem}.settings h3{margin-bottom:1rem;font-size:1rem}.settings__section{margin-bottom:1.5rem}.settings__hint{font-size:.85rem;color:var(--gray-light);background:var(--gray-lightest);padding:.6rem .75rem;border-radius:6px;margin-bottom:1rem;line-height:1.5}.toggle{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;cursor:pointer;font-size:.95rem}.toggle input{width:auto}.hint{font-size:.8rem;color:var(--gray-light)}.settings__label{display:block;margin-bottom:1rem;font-size:.9rem;font-weight:500}.settings__select{display:block;width:100%;padding:.5rem;margin-top:.25rem;border:1px solid var(--gray-lighter);border-radius:6px;font-size:1rem;background:var(--white)}.settings__select:focus{outline:none;border-color:var(--blue)}.settings .range-filters{flex-direction:column}.settings .range-input{min-width:0}.message{margin-top:1rem;font-size:.9rem;color:var(--green)}.rss-feed{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.rss-feed__url{flex:1;min-width:200px;padding:.5rem;border:1px solid var(--gray-lighter);border-radius:6px;font-size:.85rem;font-family:monospace;background:var(--gray-lightest);color:var(--gray)}.rss-feed__url:focus{outline:none;border-color:var(--blue)}.color-picker{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.color-swatch{width:36px;height:36px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:border-color .15s,transform .15s;padding:0}.color-swatch:hover{transform:scale(1.1)}.color-swatch--active{border-color:var(--gray);box-shadow:0 0 0 2px var(--white),0 0 0 4px var(--gray)}.color-swatch--custom{background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red);display:flex;align-items:center;justify-content:center;overflow:hidden}.color-swatch--custom input{opacity:0;width:100%;height:100%;cursor:pointer}.user-stats{max-width:700px;margin:2rem auto}.user-stats h2{margin-bottom:1.5rem}.user-stats h3{margin:1.5rem 0 .75rem;font-size:1rem;color:var(--gray-light)}.stats__highlight{background:var(--white);padding:1rem;border-radius:8px;border-left:4px solid var(--green);box-shadow:0 1px 3px #0000000f;margin-top:1rem}.stats__highlight h3{margin:0 0 .5rem;color:var(--gray)}.stats__highlight p{font-size:.95rem}.admin{max-width:800px;margin:2rem auto}.admin__tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:2px solid var(--gray-lighter)}.admin__tab{padding:.75rem 1.25rem;border:none;background:none;cursor:pointer;font-size:.95rem;color:var(--gray-light);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.admin__tab:hover{color:var(--gray)}.admin__tab--active{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}.admin__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin__section{margin-bottom:2rem}.admin__section h3,.admin__section h4{margin-bottom:.75rem;font-size:1rem;color:var(--gray-light)}.admin__list{display:flex;flex-direction:column;gap:.5rem}.admin__item{display:flex;justify-content:space-between;align-items:center;background:var(--white);padding:.75rem 1rem;border-radius:6px;box-shadow:0 1px 3px #0000000f}.admin__item--used{opacity:.7}.admin__key{font-family:monospace;font-size:.9rem;background:var(--gray-lightest);padding:.2rem .5rem;border-radius:4px;-webkit-user-select:all;user-select:all}.admin__actions{display:flex;gap:.5rem}.admin__used-by{font-size:.85rem;color:var(--gray-light);margin-left:.75rem}.btn--danger{background:var(--red);color:var(--white);border-color:var(--red)}.btn--danger:hover{background:#c5221f}.stats__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:2rem}.stats__grid--small{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-bottom:1.5rem}.stats__card{background:var(--white);padding:1rem;border-radius:8px;box-shadow:0 1px 3px #0000000f;text-align:center}.stats__value{font-size:1.5rem;font-weight:700;color:var(--blue);margin-bottom:.25rem}.stats__label{font-size:.8rem;color:var(--gray-light)}.stats__breakdowns{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.breakdown{background:var(--white);padding:1rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.breakdown h3{font-size:.9rem;margin-bottom:.75rem;color:var(--gray)}.breakdown__rows{display:flex;flex-direction:column;gap:.4rem}.breakdown__row{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:.5rem;font-size:.8rem}.breakdown__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gray-light)}.breakdown__bar-wrap{height:14px;background:var(--gray-lightest);border-radius:3px;overflow:hidden}.breakdown__bar{height:100%;background:var(--blue);border-radius:3px;min-width:2px;transition:width .3s}.breakdown__count{text-align:right;font-weight:600;color:var(--gray)}.admin__table{width:100%;border-collapse:collapse;font-size:.9rem;background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.admin__table th{background:var(--gray-lightest);padding:.6rem .75rem;text-align:left;font-weight:600;font-size:.8rem;color:var(--gray-light);text-transform:uppercase}.admin__table td{padding:.6rem .75rem;border-top:1px solid var(--gray-lightest)}.admin__row--inactive{opacity:.5}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.4rem;vertical-align:middle}.status-dot--active{background:var(--green)}.status-dot--inactive{background:var(--red)}.btn--small{padding:.25rem .6rem;font-size:.8rem}.admin__user-actions{display:flex;gap:.4rem}@media(max-width:600px){.flat-card__body{flex-direction:column}.flat-card__image{width:100%;height:220px}.navbar__links{gap:.5rem;font-size:.85rem}.dashboard__header{flex-direction:column;gap:.5rem;align-items:flex-start}.filters{flex-direction:column}.sort-select{min-width:0;width:100%}.range-filters{flex-direction:column}.range-input{min-width:0}.district-chips{margin-bottom:.75rem}.admin__item,.admin__header{flex-direction:column;gap:.5rem;align-items:flex-start}.admin__tabs{overflow-x:auto}.stats__grid{grid-template-columns:repeat(2,1fr)}.breakdown__row{grid-template-columns:90px 1fr 30px}.admin__table{font-size:.8rem}.admin__table th,.admin__table td{padding:.4rem .5rem}}.search-input{width:100%;padding:.6rem .8rem;border:1px solid var(--gray-lighter);border-radius:6px;font-size:.95rem;margin-bottom:.5rem;background:var(--white);color:var(--gray)}.search-input:focus{outline:2px solid var(--blue);border-color:var(--blue)}.filters-toggle{position:relative;white-space:nowrap;display:flex;align-items:center;gap:.4rem;background:var(--blue);color:var(--white);border-color:var(--blue);font-weight:600}.filters-toggle:hover,.filters-toggle--open{background:var(--blue-hover);border-color:var(--blue-hover)}.filters-toggle .navbar__badge{position:static;font-size:.6rem;min-width:16px;height:16px}.filters-toggle__arrow{font-size:.6rem}.filters-panel{background:var(--white);border:1px solid var(--gray-lighter);border-radius:8px;padding:.75rem;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.75rem}.filters-panel .search-input,.filters-panel .range-filters,.filters-panel .district-chips{margin-bottom:0}.keyboard-help{font-size:.75rem;color:var(--gray-light);margin:0}.keyboard-help kbd{background:var(--gray-lighter);border-radius:3px;padding:1px 4px;font-family:monospace;font-size:.7rem}.scroll-actions{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;z-index:100}.scroll-action-btn{background:var(--blue);color:#fff;border:none;border-radius:22px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #0003;white-space:nowrap}.scroll-action-btn:hover{background:var(--blue-hover)}.scroll-top-btn{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;border:none;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #0003;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .2s}.scroll-top-btn:hover{background:var(--blue-hover);transform:scale(1.1)}.flat-card__ppm2{display:inline-block;background:#f0f4ff;color:var(--blue);font-size:.7rem;font-weight:600;padding:1px 6px;border-radius:8px;margin-left:6px;vertical-align:middle}.flat-card--focused{outline:3px solid var(--blue);outline-offset:2px}html.dark{--gray: #e0e0e0;--gray-light: #bbb;--gray-lighter: #444;--gray-lightest: #1a1a1a;--white: #242424}html.dark body{background:#121212;color:#e0e0e0}html.dark .flat-card{background:#1e1e1e;border-color:#333}html.dark .flat-card--new{border-left-color:var(--blue)}html.dark .flat-card--expired{opacity:.5}html.dark .navbar{background:#1e1e1e}html.dark .auth-form input,html.dark .search-input,html.dark .sort-select,html.dark .range-input input,html.dark .range-input select{background:#2a2a2a;color:#e0e0e0;border-color:#444}html.dark .btn{color:#e0e0e0}html.dark .btn--secondary{background:#2a2a2a;border-color:#444;color:#e0e0e0}html.dark .btn--mark-read{background:var(--blue);color:#fff}html.dark .badge--new{background:var(--blue)}html.dark .badge--wbs{background:#6b21a8}html.dark .badge--no-wbs{background:#333;color:#ccc}html.dark .district-chip{background:#2a2a2a;border-color:#444;color:#ccc}html.dark .district-chip--active{background:var(--blue);color:#fff;border-color:var(--blue)}html.dark .feature-tag{background:#2a2a2a;color:var(--blue)}html.dark .flat-card__ppm2{background:#2a2a2a}html.dark .wbs-filter__btn{background:#2a2a2a;color:#ccc;border-color:#444}html.dark .wbs-filter__btn--active{background:var(--blue);color:#fff;border-color:var(--blue)}html.dark .lightbox{background:#000000e6}html.dark .stats__card{background:#1e1e1e}html.dark .filters-panel{background:#1e1e1e;border-color:#333}html.dark .stats__highlight,html.dark .settings__section{background:#1e1e1e}html.dark .admin__table th{background:#2a2a2a}html.dark .admin__table tr:nth-child(2n){background:#1e1e1e}html.dark a{color:var(--blue)}html.dark .error{color:var(--red)}html.dark .offline-banner{background:#b45309}html.dark .auth-page{color:#e0e0e0}html.dark .pagination__page{background:#2a2a2a;color:#ccc;border-color:#444}html.dark .pagination__page:hover{background:#333;border-color:var(--blue);color:var(--blue)}html.dark .pagination__page--active{background:var(--blue);color:#fff;border-color:var(--blue)}html.dark .pagination__arrow{background:#2a2a2a;color:#ccc;border-color:#444}html.dark .pagination__arrow:hover{background:#333}html.dark .pagination__arrow:disabled{background:#1e1e1e;color:#555}html.dark .settings__hint{background:#2a2a2a;color:#bbb}html.dark .settings__select,html.dark .rss-feed__url{background:#2a2a2a;color:#e0e0e0;border-color:#444}html.dark .message{color:var(--green)}html.dark .color-swatch--active{border-color:#e0e0e0;box-shadow:0 0 0 2px #1a1a1a,0 0 0 4px #e0e0e0}html.dark .dark-mode-option{background:#2a2a2a;border-color:#444;color:#ccc}html.dark .dark-mode-option--active{background:var(--blue);color:#fff;border-color:var(--blue)}html.dark .admin__tab{color:#999}html.dark .admin__tab--active{color:var(--blue);border-bottom-color:var(--blue)}html.dark .admin__item{background:#2a2a2a;box-shadow:0 1px 3px #0000004d}html.dark .admin__key{color:#e0e0e0}html.dark .admin__table td{border-top-color:#333}html.dark .breakdown{background:#1e1e1e}html.dark .breakdown__label{color:#bbb}html.dark .breakdown__bar-wrap{background:#2a2a2a}html.dark .breakdown__count{color:#e0e0e0}.dark-toggle{background:transparent;border:none;cursor:pointer;font-size:1.1rem;padding:.2rem .4rem;opacity:.85;line-height:1}.dark-toggle:hover{opacity:1}.dark-mode-picker{display:flex;gap:.5rem;margin-top:.4rem}.dark-mode-option{padding:.4rem .8rem;border:1px solid var(--gray-lighter);border-radius:6px;background:var(--white);color:var(--gray);cursor:pointer;font-size:.85rem}.dark-mode-option--active{background:var(--blue);color:#fff;border-color:var(--blue)}
