:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f7f5;--surface:#fff;--text:#18181b;--muted:#626269;--border:#dededb;--border-strong:#8d8d88;--focus:#2458a6;--live-background:#edf7ef;--live-text:#1e6130;--planned-background:#eeeeec;--planned-text:#555550}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}a{color:inherit}.site-shell{flex-direction:column;min-height:100svh;display:flex}.container{width:min(100% - 2.5rem,65rem);margin-inline:auto}.skip-link{z-index:10;background:var(--text);color:var(--surface);border-radius:.375rem;padding:.625rem .875rem;font-weight:650;text-decoration:none;transition:transform .14s;position:fixed;top:.75rem;left:.75rem;transform:translateY(calc(-100% - 1rem))}.skip-link:focus{transform:translateY(0)}.skip-link:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.site-header{border-bottom:1px solid var(--border)}.site-header__content{justify-content:space-between;align-items:center;gap:1.5rem;min-height:4.5rem;display:flex}.brand{color:var(--text);letter-spacing:-.012em;font-size:1rem;font-weight:700;text-decoration:none}.auth-link{border:1px solid var(--border-strong);min-height:2.5rem;color:var(--text);background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:.375rem .875rem;font-size:.925rem;font-weight:650;text-decoration:none;transition:border-color .14s,background-color .14s;display:inline-flex}.auth-link:hover{border-color:var(--text);background:var(--surface)}.brand:focus-visible,.auth-link:focus-visible,.text-link:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:.25rem}.main-content{flex:1;padding-block:clamp(3.5rem,9vw,7rem)}.intro{max-width:42rem;margin-bottom:clamp(3rem,7vw,5rem)}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .625rem;font-size:.8rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.5rem,7vw,4.5rem);line-height:1.04}.intro__text{max-width:36rem;color:var(--muted);margin-bottom:0;font-size:clamp(1.05rem,2.5vw,1.2rem)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.project-grid{grid-template-columns:1fr;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.project-grid>li{min-width:0}.project-card{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;flex-direction:column;min-height:15rem;padding:clamp(1.5rem,4vw,2rem);display:flex}.project-card--available{text-decoration:none;transition:border-color .16s,transform .16s}.project-card--available:hover{border-color:var(--border-strong);transform:translateY(-2px)}.project-card--available:focus-visible{border-color:var(--focus);outline:3px solid var(--focus);outline-offset:3px}.project-card--unavailable{color:var(--muted);background:0 0}.project-card__heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-card h3{color:var(--text);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.35rem;line-height:1.25}.project-card p{max-width:30rem;color:var(--muted);margin-bottom:2rem}.project-card__status{background:var(--planned-background);color:var(--planned-text);white-space:nowrap;border-radius:999px;flex:none;padding:.25rem .625rem;font-size:.75rem;font-weight:700;line-height:1.5}.project-card--available .project-card__status{background:var(--live-background);color:var(--live-text)}.project-card__footer{color:var(--muted);justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:auto;font-size:.875rem;display:flex}.project-card__destination{overflow-wrap:anywhere}.project-card--available .project-card__destination,.project-card__arrow{color:var(--text)}.project-card__arrow{flex:none;font-size:1.25rem;line-height:1}.not-found{max-width:38rem}.not-found h1{font-size:clamp(2.25rem,6vw,3.75rem)}.not-found>p:not(.eyebrow){color:var(--muted);margin-bottom:1.75rem;font-size:1.1rem}.text-link{text-underline-offset:.2em;font-weight:700}.text-link:hover{text-decoration-thickness:2px}.site-footer{border-top:1px solid var(--border);color:var(--muted);padding-block:1.75rem;font-size:.875rem}.site-footer p{margin-bottom:0}@media (min-width:44rem){.container{width:min(100% - 4rem,65rem)}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.skip-link,.auth-link,.project-card--available{transition:none}.project-card--available:hover{transform:none}}
