:root {
  --blue: #00a6e7;
  --blue-dark: #007db1;
  --ink: #101820;
  --paper: #f7f4ec;
  --coral: #ff624a;
  --yellow: #ffd447;
  --line: #d9d8d2;
  --mono: "DM Mono", monospace;
  --sans: "Libre Franklin", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f3f1eb; font-family: var(--sans); overflow-x: hidden; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

.skyline { background: #fff url("assets/skyline.png") center bottom / auto 31px repeat-x; height: 30px; width: 100%; }
.skyline--top { position: fixed; top: 0; z-index: 90; border-bottom: 1px solid #111; }

.topbar { height: 86px; position: fixed; inset: 30px 0 auto; z-index: 80; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(240px, 1fr) minmax(290px, 1fr) minmax(250px, 1fr) minmax(210px, 1fr); align-items: center; padding: 0 28px; backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 232px; height: auto; display: block; }
.brand-year { font: 500 8px/1.3 var(--mono); letter-spacing: .08em; color: #687078; width: 72px; }
.location-picker { justify-self: center; border: 0; background: transparent; display: flex; gap: 10px; align-items: center; cursor: pointer; text-align: left; padding: 9px 14px; border-radius: 8px; }
.location-picker:hover { background: #f1f7fa; }
.location-picker small { display: block; color: #7a8286; font: 500 8px var(--mono); letter-spacing: .1em; margin-bottom: 4px; }
.location-picker strong { font-size: 13px; }
.location-picker svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(255,98,74,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255,98,74,0); } 100% { box-shadow: 0 0 0 0 rgba(255,98,74,0); } }
.desktop-nav { justify-self: center; display: flex; gap: 28px; align-self: stretch; }
.nav-link { border: 0; background: none; padding: 4px 2px 0; font-size: 12px; font-weight: 700; cursor: pointer; position: relative; }
.nav-link::after { content: ""; position: absolute; height: 3px; background: var(--blue); left: 50%; right: 50%; bottom: 0; transition: .2s; }
.nav-link.active::after, .nav-link:hover::after { left: 0; right: 0; }
.post-button { justify-self: end; background: var(--blue); color: white; border: 0; border-radius: 4px; padding: 12px 18px; font: 700 11px var(--sans); cursor: pointer; box-shadow: 3px 3px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.post-button span { font-size: 18px; margin-right: 6px; vertical-align: -1px; }
.post-button:hover { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--ink); }

.location-menu { position: fixed; z-index: 100; top: 102px; left: 50%; transform: translateX(-50%); width: 310px; background: white; border: 1px solid var(--ink); box-shadow: 5px 5px 0 rgba(16,24,32,.2); padding: 16px; }
.location-menu p { font: 500 9px var(--mono); color: #777; margin: 0 0 10px; }
.place { width: 100%; border: 0; background: transparent; text-align: left; padding: 10px 12px; border-left: 3px solid transparent; cursor: pointer; }
.place.active { background: #e9f8ff; border-left-color: var(--blue); }
.place span, .place small { display: block; }.place span { font-weight: 700; font-size: 13px; }.place small { color: #777; margin-top: 2px; }
.add-place { width: 100%; border: 0; border-top: 1px solid #ddd; background: none; padding: 15px 4px 2px; margin-top: 8px; text-align: left; color: var(--blue-dark); font-weight: 700; font-size: 11px; cursor: pointer; }

.shell { max-width: 1540px; margin: 116px auto 0; min-height: calc(100vh - 116px); display: grid; grid-template-columns: minmax(260px, 360px) minmax(460px, 670px) minmax(260px, 340px); justify-content: center; }
.left-rail, .right-rail { position: sticky; top: 116px; height: calc(100vh - 116px); overflow-y: auto; scrollbar-width: none; }
.left-rail { padding: 52px 36px 30px 44px; border-right: 1px solid var(--line); background-color: #f7f4ed; background-image: radial-gradient(#d7d3c8 .7px, transparent .7px); background-size: 8px 8px; }
.rail-label { display: inline-block; background: var(--ink); color: white; padding: 6px 8px; font: 500 9px var(--mono); letter-spacing: .12em; transform: rotate(-1deg); }
.left-rail h1 { font-size: clamp(29px, 2.6vw, 45px); line-height: 1.05; letter-spacing: -.055em; margin: 26px 0 18px; }
.left-rail h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.intro { font: 400 13px/1.55 var(--mono); max-width: 270px; }
.weather-line { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 17px 0; margin: 32px 0; display: flex; align-items: center; gap: 10px; }
.weather-icon { font-size: 24px; color: #f1ab00; }.weather-line strong { font-size: 23px; }.weather-line > span:last-child { font: 400 9px/1.4 var(--mono); color: #5d666c; }
.happening-card { background: white; border: 1px solid var(--ink); box-shadow: 4px 4px 0 var(--blue); }
.happening-head { padding: 11px 12px; border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; font: 500 9px var(--mono); letter-spacing: .08em; }
.happening-head b { background: var(--coral); color: white; border-radius: 50%; width: 17px; height: 17px; display: grid; place-items: center; margin-top: -4px; }
.happening-card button { display: flex; border: 0; border-bottom: 1px solid #e4e2dc; background: white; width: 100%; text-align: left; padding: 12px; gap: 13px; cursor: pointer; }
.happening-card button:hover { background: #f0faff; }
.happening-card time { color: var(--blue-dark); font: 500 10px var(--mono); padding-top: 2px; }
.happening-card button span { font-size: 11px; font-weight: 700; }.happening-card button small { display: block; font: 400 8px var(--mono); color: #7a7d80; margin-top: 4px; }
.happening-card > a { display: block; padding: 12px; text-decoration: none; color: var(--blue-dark); font-size: 9px; font-weight: 800; }
.left-rail footer { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 9px 12px; font: 400 8px var(--mono); color: #6b6b68; }.left-rail footer span { width: 100%; }.left-rail footer a { color: inherit; }

.feed-column { background: #fff; min-width: 0; }
.feed-tabs { height: 55px; position: sticky; top: 116px; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); z-index: 30; display: flex; align-items: stretch; padding: 0 22px; gap: 24px; border-bottom: 1px solid var(--line); }
.feed-tabs button { border: 0; background: none; font-size: 11px; font-weight: 700; color: #798086; padding: 4px 0 0; cursor: pointer; position: relative; }
.feed-tabs button.active { color: var(--ink); }.feed-tabs button.active::after { content: ""; height: 3px; background: var(--blue); position: absolute; left: 0; right: 0; bottom: 0; }
.live-count { margin-left: auto; display: flex; align-items: center; gap: 6px; font: 400 8px var(--mono); color: #7b8287; }.live-count span { background: #40bc69; width: 6px; height: 6px; border-radius: 50%; }
.feed { background: #dfe2df; }
.post { height: calc(100vh - 171px); min-height: 610px; position: relative; overflow: hidden; border-bottom: 7px solid #f3f1eb; opacity: 1; transition: opacity .2s; }
.post[hidden] { display: none; }
.post-media { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform 8s ease-out; }
.post:hover .post-media { transform: scale(1.035); }
.media-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(5,16,24,.14) 25%, rgba(3,12,18,.03) 43%, rgba(3,10,14,.91) 100%); }
.post-topline { position: absolute; z-index: 2; top: 22px; left: 22px; right: 22px; display: flex; align-items: center; justify-content: space-between; }
.post-kind { font: 500 8px var(--mono); letter-spacing: .1em; padding: 6px 8px; background: var(--coral); color: white; }.post-kind.photo { background: var(--yellow); color: var(--ink); }.post-kind.note { background: var(--blue); }.post-kind.event { background: var(--coral); }
.freshness { color: white; font: 400 8px var(--mono); text-shadow: 0 1px 4px #000; }.freshness.dark { color: #686e72; text-shadow: none; }
.post-copy { position: absolute; z-index: 2; left: 25px; right: 88px; bottom: 38px; }.post-copy.on-media { color: white; }
.author-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }.avatar { width: 34px; height: 34px; border: 2px solid white; border-radius: 50%; display: grid; place-items: center; font: 700 10px var(--mono); color: var(--ink); }.avatar--blue { background: #58c8f3; }.avatar--coral { background: var(--coral); }.avatar--yellow { background: var(--yellow); }
.author-row strong, .author-row span { display: block; }.author-row strong { font-size: 11px; }.author-row span { font: 400 8px/1.5 var(--mono); opacity: .8; }.author-row b { color: #63d38c; }
.post-copy h2 { max-width: 510px; margin: 0 0 10px; font-size: clamp(25px, 3vw, 40px); line-height: 1.02; letter-spacing: -.045em; }.post-copy > p { max-width: 510px; margin: 0 0 15px; font-size: 12px; line-height: 1.5; }
.place-tag { border: 1px solid rgba(255,255,255,.45); border-radius: 20px; padding: 7px 10px; color: white; background: rgba(5,10,15,.3); backdrop-filter: blur(7px); font: 500 8px var(--mono); cursor: pointer; }
.post-actions { position: absolute; z-index: 3; right: 18px; bottom: 36px; display: flex; flex-direction: column; gap: 17px; }.action-button { width: 48px; background: none; color: white; border: 0; display: grid; justify-items: center; gap: 3px; cursor: pointer; text-shadow: 0 2px 8px #000; }.action-button span { font-size: 26px; line-height: 1; transition: transform .18s; }.action-button small { font: 500 8px var(--mono); }.action-button:hover span { transform: scale(1.15); }.action-button.liked span { color: var(--coral); }.action-button.saved span { color: var(--yellow); }
.swipe-cue { position: absolute; z-index: 2; bottom: 10px; left: 25px; color: rgba(255,255,255,.55); font: 400 7px var(--mono); letter-spacing: .14em; }.swipe-cue span { display: inline-block; width: 20px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 7px; }

.post--paper { background-color: #faf7ee; background-image: linear-gradient(rgba(38,52,60,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(38,52,60,.05) 1px, transparent 1px); background-size: 23px 23px; display: flex; flex-direction: column; }
.paper-head { padding: 22px; display: flex; justify-content: space-between; }.paper-copy { position: relative; inset: auto; margin: auto 45px; max-width: 540px; }.dark-row { color: var(--ink); }.dark-row .avatar { color: white; border-color: var(--ink); }.dark-row span { color: #687177; }.kicker { color: var(--coral); font: 500 9px var(--mono) !important; letter-spacing: .15em; margin-bottom: 18px !important; }.kicker.light { color: var(--yellow); }
.paper-copy h2 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(31px, 4vw, 48px); line-height: 1.05; }.paper-copy > p:not(.kicker) { font-size: 14px; max-width: 500px; }
.useful-box { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 12px 0; margin: 25px 0 18px; display: flex; justify-content: space-between; align-items: center; font: 400 9px var(--mono); }.confirm { background: var(--ink); color: white; border: 0; padding: 8px 10px; font: 500 8px var(--mono); cursor: pointer; }.confirm.confirmed { background: #2d9d57; }.dark-tag { color: var(--ink); border-color: #9aa0a2; background: white; }.paper-actions { padding: 18px 24px; border-top: 1px solid var(--ink); display: flex; gap: 20px; }.paper-actions button { border: 0; background: none; cursor: pointer; font-size: 20px; }.paper-actions span { font: 500 8px var(--mono); }

.post--event { background: var(--blue); display: grid; grid-template-rows: 55% 45%; }.event-art { min-height: 0; position: relative; overflow: hidden; background: #f9d84a; border-bottom: 2px solid var(--ink); padding: 30px; color: var(--ink); }.event-art::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 82% 46%, transparent 0 14px, rgba(16,24,32,.16) 15px 17px); }.event-art p { position: relative; z-index: 2; font: 500 10px/1.5 var(--mono); }.event-art strong { position: absolute; z-index: 2; left: 28px; bottom: 28px; font-size: clamp(45px, 7vw, 76px); line-height: .76; letter-spacing: -.08em; }.event-art small { position: absolute; right: 24px; top: 28px; writing-mode: vertical-rl; font: 500 8px var(--mono); letter-spacing: .17em; }.event-sun { position: absolute; width: 180px; height: 180px; border-radius: 50%; background: var(--coral); right: -20px; bottom: -35px; border: 2px solid var(--ink); }
.event-info { padding: 24px 28px; color: white; position: relative; }.event-info .post-kind { position: absolute; right: 25px; top: 25px; }.date-block { display: flex; align-items: center; gap: 10px; }.date-block b { font-size: 39px; }.date-block span { font: 500 8px/1.5 var(--mono); }.event-info h2 { margin: 8px 0 6px; font: 400 31px Georgia, serif; }.event-info p { margin: 0; max-width: 470px; font-size: 11px; line-height: 1.4; }.event-buttons { display: flex; gap: 8px; margin-top: 16px; }.event-buttons button { border: 1px solid white; color: white; background: transparent; padding: 9px 12px; cursor: pointer; }.event-buttons .going { background: white; color: var(--blue-dark); font: 700 9px var(--mono); margin-right: auto; }

.right-rail { padding: 34px 34px 40px 28px; border-left: 1px solid var(--line); background: white; }
.right-rail section { margin-bottom: 30px; }.section-title { border-bottom: 1px solid var(--ink); padding-bottom: 8px; display: flex; justify-content: space-between; font: 500 8px var(--mono); letter-spacing: .09em; }.section-title small { color: var(--coral); }.section-title small::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: currentColor; margin-right: 4px; }
.pulse-map { height: 190px; position: relative; overflow: hidden; margin-top: 12px; background: #eaf3f3; border: 1px solid #bdc9cb; }.pulse-map::after { content: ""; position: absolute; right: -30px; top: -20px; width: 96px; height: 250px; background: #a5dce8; transform: rotate(8deg); }.street { position: absolute; z-index: 1; height: 5px; background: white; border: 1px solid #d3dedc; width: 220px; transform: rotate(-18deg); }.street-a { top: 38px; left: -20px; }.street-b { top: 81px; left: -5px; }.street-c { top: 125px; left: -15px; }.street-d { width: 180px; transform: rotate(68deg); left: 75px; top: 80px; }.map-dot { position: absolute; z-index: 3; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); border: 2px solid white; box-shadow: 0 0 0 6px rgba(255,98,74,.16); }.dot-a { top: 44px; left: 40px; }.dot-b { top: 90px; left: 98px; background: var(--blue); }.dot-c { top: 132px; left: 49px; background: #f5be24; }.dot-d { top: 67px; right: 67px; }.pulse-map .river { position: absolute; right: 1px; top: 70px; z-index: 3; color: #3f99ae; font: 500 7px var(--mono); transform: rotate(81deg); }.pulse-map b { position: absolute; left: 12px; bottom: 11px; font: 500 8px var(--mono); z-index: 3; }.map-link { width: 100%; border: 1px solid var(--ink); border-top: 0; background: white; text-align: left; padding: 10px; font: 700 9px var(--mono); cursor: pointer; }.map-link span { float: right; }
.talking-card button { width: 100%; display: flex; text-align: left; gap: 11px; background: none; border: 0; border-bottom: 1px solid #deded9; padding: 13px 2px; cursor: pointer; }.talking-card button b { font: 400 19px Georgia, serif; color: var(--blue); }.talking-card button span, .talking-card button strong, .talking-card button small { display: block; }.talking-card button strong { font-size: 10px; line-height: 1.35; }.talking-card button small { font: 400 7px var(--mono); color: #899095; margin-top: 4px; }
.join-card { background: var(--ink); color: white; padding: 18px; position: relative; overflow: hidden; }.join-card img { position: absolute; opacity: .2; width: 400px; bottom: 0; left: 0; filter: invert(1); }.join-card strong, .join-card p, .join-card button { position: relative; z-index: 2; }.join-card strong { font: 400 20px Georgia, serif; }.join-card p { font-size: 10px; line-height: 1.5; opacity: .75; }.join-card button { border: 0; color: var(--ink); background: var(--yellow); padding: 9px 11px; font: 700 8px var(--mono); cursor: pointer; }

.mobile-nav { display: none; }
.composer { width: min(600px, calc(100% - 28px)); border: 1px solid var(--ink); padding: 0; box-shadow: 8px 8px 0 var(--blue); }.composer::backdrop { background: rgba(10,18,23,.72); backdrop-filter: blur(4px); }.composer form { padding: 34px; }.close-modal { position: absolute; right: 15px; top: 10px; border: 0; background: none; font-size: 29px; cursor: pointer; }.composer-eyebrow { font: 500 8px var(--mono); color: var(--blue-dark); letter-spacing: .12em; }.composer h2 { font: 400 36px Georgia, serif; margin: 8px 0; }.composer-lede { font-size: 11px; color: #6b7479; margin-bottom: 24px; }.post-types { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; margin-bottom: 24px; }.post-types button { border: 1px solid #cdd0d0; background: white; padding: 11px 4px; font: 500 8px var(--mono); cursor: pointer; }.post-types button span { display: block; font: 600 18px var(--sans); margin-bottom: 5px; }.post-types button.selected { border: 2px solid var(--blue); background: #eefaff; color: var(--blue-dark); }.composer label { display: block; font: 500 8px var(--mono); letter-spacing: .1em; margin-top: 16px; }.composer textarea { width: 100%; border: 1px solid var(--ink); resize: vertical; margin-top: 7px; padding: 12px; font: 400 13px/1.5 var(--sans); }.location-field { width: 100%; display: flex; justify-content: space-between; margin-top: 7px; padding: 12px; background: white; border: 1px solid #b7bcbd; text-align: left; cursor: pointer; font-size: 11px; color: #5e686c; }.composer-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #ddd; margin-top: 24px; padding-top: 20px; }.composer-foot span { font: 400 8px var(--mono); color: #788084; }.publish { background: var(--blue); color: white; border: 0; padding: 11px 18px; font-weight: 800; font-size: 10px; cursor: pointer; box-shadow: 3px 3px 0 var(--ink); }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 25px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--ink); color: white; padding: 12px 18px; font: 500 9px var(--mono); transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
  .topbar { grid-template-columns: 1fr 1fr auto; }.desktop-nav { display: none; }.brand-year { display: none; }.shell { grid-template-columns: minmax(250px, 320px) minmax(440px, 650px); }.right-rail { display: none; }
}

@media (max-width: 760px) {
  .skyline--top { height: 19px; background-size: auto 20px; }.topbar { inset: 19px 0 auto; height: 59px; padding: 0 14px; grid-template-columns: 1fr auto; }.brand img { width: 173px; }.location-picker { padding: 7px; }.location-picker .pulse-dot, .location-picker small { display: none; }.location-picker strong { font-size: 10px; }.location-picker svg { width: 13px; }.post-button { display: none; }.location-menu { top: 69px; left: auto; right: 10px; transform: none; }
  .shell { display: block; margin-top: 78px; }.left-rail, .right-rail { display: none; }.feed-tabs { top: 78px; height: 45px; padding: 0 14px; gap: 20px; }.live-count { font-size: 6px; }.feed { scroll-snap-type: y mandatory; }.post { height: calc(100svh - 123px); min-height: 520px; scroll-snap-align: start; border-bottom: 0; }.post-copy { left: 17px; right: 68px; bottom: 40px; }.post-copy h2 { font-size: clamp(27px, 8vw, 36px); }.post-actions { right: 7px; bottom: 38px; }.post-topline { left: 16px; right: 16px; top: 16px; }.paper-copy { margin: auto 23px; inset: auto; }.paper-copy h2 { font-size: clamp(30px, 8.5vw, 41px); }.useful-box { align-items: flex-start; gap: 10px; }.paper-actions { padding-bottom: 75px; }.post--event { grid-template-rows: 49% 51%; }.event-art strong { font-size: clamp(46px, 15vw, 64px); }.event-info { padding: 19px; }.event-info h2 { font-size: 28px; }.event-info p { font-size: 10px; }.event-buttons { margin-top: 11px; }
  .mobile-nav { position: fixed; z-index: 70; bottom: 0; left: 0; right: 0; height: 63px; background: rgba(255,255,255,.97); border-top: 1px solid #bfc2c2; display: grid; grid-template-columns: repeat(5,1fr); padding-bottom: env(safe-area-inset-bottom); }.mobile-nav button { border: 0; background: none; display: grid; place-items: center; align-content: center; gap: 3px; font: 500 7px var(--mono); color: #747b7e; }.mobile-nav button > span { font-size: 19px; line-height: 1; }.mobile-nav button.active { color: var(--blue-dark); }.mobile-nav .mobile-post span { width: 43px; height: 35px; border-radius: 4px; background: var(--blue); color: white; font-size: 28px; box-shadow: 2px 2px 0 var(--ink); }.composer form { padding: 27px 20px; }.post-types { grid-template-columns: repeat(5,1fr); gap: 4px; }.composer-foot { gap: 12px; }.composer-foot span { max-width: 130px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
