:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0c10;--bg-soft:#0f1116;--panel:#12141a;--panel-strong:#1a1d25;--line:#ffffff0f;--line-strong:#ffffff1f;--text:#fff;--muted:#9aa4b2;--muted-strong:#c4cdd6;--shadow:0 4px 24px #0006;--radius-xl:12px;--radius-lg:10px;--radius-md:8px;--accent:#5b7cff;--general-clr:#9aa4b2;--recycling-clr:#5b7cff;--garden-clr:#10b981;--btn-primary-bg:#5b7cff;--btn-primary-hover:#4a6aee;--btn-text:#fff;--error-bg:#ef44441a;--error-border:#ef44444d;--error-text:#f87171}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#e8eaed;--bg-soft:#fff;--panel:#fff;--panel-strong:#eaedf0;--line:#0000001a;--line-strong:#0000002e;--text:#111827;--muted:#4b5563;--muted-strong:#1f2937;--general-clr:#4b5563;--shadow:0 2px 16px #0000001f;--btn-text:#fff;--error-bg:#ef444414;--error-border:#ef444440;--error-text:#dc2626;--accent:#1d4ed8;--recycling-clr:#1d4ed8;--garden-clr:#047857;--btn-primary-bg:#1d4ed8;--btn-primary-hover:#1e40af}*{box-sizing:border-box}html{background:var(--bg);min-height:100%;transition:background-color .25s}body{min-height:100%;color:var(--text);-webkit-font-smoothing:antialiased;background:0 0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,ui-sans-serif,sans-serif;transition:color .25s}button,input{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}button{cursor:pointer;transition:transform .15s,background-color .2s,border-color .2s,color .2s,opacity .15s}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.45}.page-shell{flex-direction:column;justify-content:center;align-items:stretch;gap:10px;min-height:100vh;padding:48px 24px 56px;display:flex}.landing-center{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.hero-wrap{width:100%;max-width:880px}.page-fallback{min-height:100vh}.hero{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-xl);gap:14px;padding:22px 24px;display:grid}.hero-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.brand-block h1{letter-spacing:-.04em;color:var(--text);margin:0 0 4px;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;line-height:1}.brand-reset{appearance:none;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;padding:0}.brand-reset:hover{opacity:.8;transform:none}.brand-reset:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.lede{color:var(--muted);max-width:520px;margin:0;font-size:clamp(.85rem,2vw,.95rem);line-height:1.5}.theme-toggle{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--panel-strong);width:34px;min-height:34px;color:var(--muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-toggle:hover{color:var(--text);background:var(--bg-soft)}.search-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.input-wrap{border-radius:var(--radius-md);background:var(--panel-strong);border:1px solid var(--line-strong);min-height:48px;color:var(--muted);align-items:center;gap:10px;padding:0 14px;transition:border-color .2s;display:flex}.input-wrap:focus-within{border-color:var(--accent)}.input-wrap input{width:100%;color:var(--text);background:0 0;border:0;outline:none;font-size:1rem}.input-wrap input::placeholder{color:var(--muted);opacity:.6}.toast{color:#f0f2f5;border-radius:var(--radius-md);z-index:9999;pointer-events:none;white-space:nowrap;background:#1c1f26;padding:.7rem 1.25rem;font-size:.875rem;position:fixed;bottom:3.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0006}.primary-button{border-radius:var(--radius-md);background:var(--btn-primary-bg);min-height:48px;color:var(--btn-text);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-weight:700;display:inline-flex}.primary-button:hover:not(:disabled){background:var(--btn-primary-hover)}.soft-button,.secondary-button,.icon-button{border-radius:var(--radius-md);border:1px solid var(--line-strong);background:var(--panel-strong);min-height:38px;color:var(--muted);justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:.86rem;font-weight:600;display:inline-flex}.soft-button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.icon-button:hover:not(:disabled){background:var(--bg-soft);color:var(--text)}.address-bar{background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:10px 14px;font-size:.86rem;display:flex}.address-bar-text{color:var(--muted-strong);word-break:break-word;font-weight:500;line-height:1.4}.address-bar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.link-button{color:var(--accent);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;min-height:28px;padding:4px 0;font-size:.82rem;font-weight:600;display:inline-flex}.link-button:hover{opacity:.75;transform:none}.action-sep{color:var(--muted);-webkit-user-select:none;user-select:none;font-size:.75rem}.error-box{background:var(--error-bg);border:1px solid var(--error-border);color:var(--error-text);border-radius:var(--radius-md);padding:10px 13px;font-size:.88rem;line-height:1.5}.share-message{color:var(--accent);margin:0;font-size:.86rem;font-weight:600;line-height:0}.share-message:not(:empty){line-height:1.4}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sk-line{background:linear-gradient(90deg,var(--panel-strong)0%,var(--bg-soft)50%,var(--panel-strong)100%);background-size:200% 100%;border-radius:4px;animation:1.6s ease-in-out infinite shimmer}.sk-label{width:52%;height:.72rem}.sk-date{width:78%;height:1.45rem}.sk-chip{border-radius:999px;width:34%;height:1.25rem}.sk-item{width:100%;height:.72rem;margin-top:6px}.sk-short{width:65%}.next-lift-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-xl);align-self:center;gap:0;width:100%;max-width:880px;padding:18px 20px;display:grid}.next-lift-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.next-lift-row.is-secondary{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.lift-info{flex-direction:column;gap:3px;min-width:0;display:flex}.lift-types{color:var(--muted);font-size:.8rem;font-weight:600;line-height:1}.lift-date-primary{letter-spacing:-.04em;color:var(--text);font-size:clamp(1.2rem,3.5vw,1.65rem);font-weight:800;line-height:1.1}.accent-general .lift-date-primary{color:var(--general-clr)}.accent-recycling .lift-date-primary{color:var(--recycling-clr)}.accent-garden .lift-date-primary{color:var(--garden-clr)}.lift-date-secondary{color:var(--muted-strong);letter-spacing:-.02em;font-size:.92rem;font-weight:600}.status-chip{color:var(--accent);white-space:nowrap;background:#5b7cff1a;border-radius:999px;margin:0;padding:4px 10px;font-size:.76rem;font-weight:600;display:inline-flex}.accent-general .status-chip{color:var(--general-clr);background:#9aa4b21a}.accent-recycling .status-chip{color:var(--recycling-clr);background:#5b7cff1a}.accent-garden .status-chip{color:var(--garden-clr);background:#10b9811a}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-self:center;gap:10px;width:100%;max-width:880px;display:grid}.collection-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-xl);align-content:start;gap:4px;padding:18px 20px;display:grid}.collection-card-head{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;display:flex}.collection-card h3{color:var(--muted);letter-spacing:0;margin:0;font-size:.9rem;font-weight:600}.big-date{letter-spacing:-.03em;color:var(--text);font-size:clamp(1.1rem,2.5vw,1.45rem);font-weight:800;line-height:1.1}.accent-general .big-date{color:var(--general-clr)}.accent-recycling .big-date{color:var(--recycling-clr)}.accent-garden .big-date{color:var(--garden-clr)}.dates-list{gap:6px;margin:8px 0 0;padding-left:14px;display:grid}.dates-list li{color:var(--muted);font-size:.82rem;line-height:1.4}.no-dates{color:var(--muted);margin:8px 0 0;font-size:.82rem}.modal-backdrop{-webkit-backdrop-filter:blur(4px);z-index:200;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--panel);border:1px solid var(--line-strong);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:460px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000080}.modal-header{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.modal-header h2{color:var(--text);letter-spacing:-.02em;margin:0;font-size:.98rem;font-weight:700}.modal-close{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--panel-strong);width:30px;height:30px;color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.modal-close:hover{color:var(--text);background:var(--bg-soft)}.modal-address-list{overscroll-behavior:contain;gap:6px;padding:10px;display:grid;overflow-y:auto}.address-item{background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius-md);text-align:left;width:100%;padding:11px 13px;transition:background-color .15s,border-color .15s;display:block}.address-item:hover{background:var(--bg-soft)}.address-item.is-active{border-color:var(--accent);background:#5b7cff14}.address-main{color:var(--text);font-size:.88rem;font-weight:600;line-height:1.35;display:block}.address-meta{color:var(--muted);margin-top:2px;font-size:.78rem;display:block}.site-footer{background:var(--bg);border-top:1px solid var(--line);color:var(--muted);z-index:100;justify-content:space-between;align-items:center;gap:8px;padding:10px 24px;font-size:.8rem;display:flex;position:fixed;bottom:0;left:0;right:0}.site-footer-left{color:var(--muted)}[data-theme=light] .site-footer,[data-theme=light] .site-footer-left{color:var(--muted-strong)}.kofi-link{color:#5b7cff;white-space:nowrap;font-size:.8rem;text-decoration:none;transition:color .2s,opacity .2s}[data-theme=light] .kofi-link{color:#1d4ed8;font-weight:600}.kofi-link:hover{opacity:.75;text-decoration:underline}.kofi-link:active{opacity:.5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.spin{animation:1s linear infinite spin}.modal-backdrop{animation:.18s backdropIn}.modal{animation:.22s modalIn}.next-lift-card{animation:.28s both fadeUp}.cards-grid{animation:.3s 50ms both fadeUp}@media (max-width:860px){.cards-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.page-shell{min-height:unset;justify-content:flex-start;gap:8px;padding:10px 14px 72px}.landing-center{gap:8px}.hero{gap:12px;padding:16px}.brand-block h1{font-size:clamp(1.8rem,9vw,2.3rem)}.search-row{grid-template-columns:1fr}.primary-button{width:100%;min-height:46px}.input-wrap{min-height:46px}.cards-grid{grid-template-columns:1fr}.next-lift-card{padding:14px 16px}.site-footer{flex-direction:column;align-items:center;gap:2px;padding:8px 14px}.site-footer-left{text-align:center}.link-button{min-height:44px;padding:10px 0}.theme-toggle{width:44px;min-height:44px}.page-shell.is-landing{justify-content:center;min-height:100svh}.page-shell.is-landing .hero{gap:16px;padding:20px}.page-shell.is-landing .input-wrap,.page-shell.is-landing .primary-button{min-height:54px}.modal-close{width:44px;height:44px}.modal{max-height:85vh;animation:.25s modalSlideUp}.modal-backdrop{align-items:flex-end;padding:0}.modal{border-bottom-right-radius:0;border-bottom-left-radius:0;max-width:100%}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}}
