:root {
  --ink: #26332f;
  --muted: #697773;
  --cream: #fffaf2;
  --paper: #ffffff;
  --orange: #f86f52;
  --green: #2f8c78;
  --line: #e8e5dc;
  font-family: Inter, "Hiragino Sans", "Yu Gothic", sans-serif;
  color: var(--ink);
  background: #eeeae1;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.app-shell { width: 100%; min-height: 100vh; background: var(--cream); overflow: hidden; }
.topbar { display:flex; justify-content:space-between; align-items:center; padding:20px 18px 12px; }
.eyebrow { margin:0 0 4px; font-size:11px; font-weight:800; letter-spacing:.12em; color:var(--green); }
h1 { margin:0; font-size:22px; letter-spacing:.02em; line-height:1; }
h1 span { color:var(--orange); }
.location-button { border:1px solid var(--line); border-radius:999px; padding:9px 12px; background:white; color:var(--ink); font-size:12px; font-weight:800; box-shadow:0 4px 15px #8a81701a; }
.location-button span { color:#448bc5; font-size:16px; vertical-align:-1px; }
.intro { margin:10px 14px 14px; padding:19px 20px; border-radius:24px; background:linear-gradient(135deg,#ffe8bc,#ffd9c4); display:flex; align-items:center; justify-content:space-between; overflow:hidden; }
.intro .date { margin:0 0 5px; color:#8f5e43; font-weight:800; font-size:12px; }
.intro h2 { margin:0 0 5px; font-size:25px; }
.intro p:last-of-type { margin:0; color:#765f53; font-size:12px; }
.intro strong { color:var(--orange); font-size:16px; }
.sun { width:62px; height:62px; border-radius:50%; background:#fff8d9; display:grid; place-items:center; font-size:34px; box-shadow:0 0 0 12px #fff8d955; transform:rotate(10deg); }
.filters { display:flex; gap:8px; overflow-x:auto; padding:0 14px 14px; scrollbar-width:none; }
.filters::-webkit-scrollbar { display:none; }
.filter { flex:none; padding:9px 14px; border:1px solid var(--line); border-radius:999px; background:white; color:var(--muted); font-size:12px; font-weight:800; }
.filter.is-active { background:var(--ink); border-color:var(--ink); color:white; }
.map-section { padding:0 14px; }
.map { height:320px; border-radius:26px; overflow:hidden; position:relative; background:#edf0e5; border:1px solid #dde2d3; box-shadow:0 10px 30px #4d5d3d14; }
.map-grid { position:absolute; inset:0; opacity:.75; background-image:linear-gradient(28deg,transparent 46%,#fff 47%,#fff 53%,transparent 54%),linear-gradient(105deg,transparent 47%,#fff 48%,#fff 52%,transparent 53%),linear-gradient(#dfe7d8 1px,transparent 1px),linear-gradient(90deg,#dfe7d8 1px,transparent 1px); background-size:190px 170px,220px 190px,38px 38px,38px 38px; }
.road { position:absolute; display:block; background:#fff; border:1px solid #dddccc; box-shadow:0 0 0 4px #ffffff99; }
.road-a { width:130%; height:14px; left:-15%; top:53%; transform:rotate(-13deg); }
.road-b { width:14px; height:130%; left:55%; top:-15%; transform:rotate(4deg); }
.rail { position:absolute; width:9px; height:130%; background:repeating-linear-gradient(0deg,#819196 0 4px,transparent 4px 9px); left:47%; top:-15%; transform:rotate(-3deg); border-left:2px solid #819196;border-right:2px solid #819196; opacity:.55; }
.water { position:absolute; width:30px; height:130%; right:-4px; top:-15%; background:#a9d7df; transform:rotate(5deg); opacity:.75; }
.map-label { position:absolute; color:#7d8a83; font-size:10px; font-weight:700; }
.station { left:46%; top:47%; background:white; padding:3px 7px; border-radius:5px; color:#394b45; z-index:2; }
.west { left:12%; top:58%; }.east{right:13%;top:26%}.south{left:37%;bottom:7%}
.pin { --x:50%;--y:50%;--pin:#f86f52; position:absolute; left:var(--x); top:var(--y); width:42px;height:42px; border:3px solid white; border-radius:50% 50% 50% 5px; background:var(--pin); transform:translate(-50%,-50%) rotate(-45deg); display:grid; place-items:center; box-shadow:0 5px 12px #31463e42; cursor:pointer; z-index:4; transition:.2s; }
.pin span { transform:rotate(45deg); font-size:18px; }.pin b{position:absolute;transform:rotate(45deg);right:-8px;top:-8px;width:20px;height:20px;border-radius:50%;background:var(--ink);color:white;font-size:10px;display:grid;place-items:center;border:2px solid white}
.pin.is-selected { scale:1.18; z-index:6; }
.map-key { position:absolute; right:12px; bottom:12px; padding:7px 10px; border-radius:10px; background:#ffffffeb; font-size:10px; font-weight:700; z-index:5; box-shadow:0 3px 10px #3740371c; }.map-key span{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--orange)}
.you-are-here { position:absolute; z-index:5; left:47%;top:58%;font-size:9px;color:#3279b5;font-weight:800;background:white;padding:4px 6px;border-radius:8px;box-shadow:0 2px 8px #436b8e33}.you-are-here i{display:inline-block;width:8px;height:8px;background:#4285d4;border:2px solid white;border-radius:50%;box-shadow:0 0 0 3px #4285d455;margin-right:4px}
.results { padding:23px 14px 28px; }
.section-heading { display:flex; justify-content:space-between; align-items:end; margin:0 2px 13px; }
.section-heading h2 { margin:0; font-size:20px; }.section-heading>span{font-size:10px;color:var(--muted)}
.cards { display:grid; gap:13px; }
.event-card { position:relative; overflow:hidden; border:1px solid var(--line); border-radius:21px; background:white; padding:17px; box-shadow:0 8px 24px #47534a0d; transition:.2s; }
.event-card.is-selected { border-color:#ef9c87; box-shadow:0 8px 30px #f86f5220; }
.card-accent { position:absolute; left:0;top:0;bottom:0;width:5px; }
.card-top { display:flex; gap:12px; }.event-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-size:24px;flex:none}.event-main{min-width:0;flex:1}.badges{display:flex;gap:5px;margin-bottom:5px}.badges span{font-size:9px;font-weight:800;color:var(--green);background:#e8f5f0;padding:3px 6px;border-radius:99px}.badges span:first-child{color:var(--orange);background:#fff0ec}.event-card h3{margin:0;font-size:15px;line-height:1.45}.number{display:none}.place{margin:5px 0 0;color:var(--muted);font-size:10px}
.details{display:grid;grid-template-columns:repeat(3,1fr);margin:15px 0 12px;padding:11px 0;border-block:1px dashed var(--line)}.details div{padding:0 8px;border-right:1px solid var(--line)}.details div:first-child{padding-left:0}.details div:last-child{border:0}.details dt{font-size:9px;color:var(--muted);margin-bottom:3px}.details dd{margin:0;font-size:11px;font-weight:800}
.source-link { display:flex;justify-content:space-between;align-items:center;color:var(--green);font-size:11px;font-weight:800;text-decoration:none;padding:4px 0 12px}.source-link span{font-size:15px}
.reactions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.reaction{border:1px solid var(--line);border-radius:12px;padding:10px 4px;background:#fafafa;color:var(--muted);font-size:11px;font-weight:800}.reaction.is-on{background:#fff0ec;border-color:#ffb7a8;color:#d85b42}.reaction:last-child.is-on{background:#e9f6f1;border-color:#9ad1c2;color:#287966}
.empty{text-align:center;padding:35px 15px}.empty div{font-size:35px}.empty h3{font-size:15px;margin:10px}.empty p{font-size:11px;color:var(--muted)}
footer{padding:18px 24px 30px;background:#f2eee6;color:#7d7b74;font-size:9px;line-height:1.7;text-align:center}footer p{margin:2px}
.toast { position:fixed; left:50%; bottom:20px; transform:translate(-50%,20px); z-index:20; background:#26332fee;color:white;padding:11px 17px;border-radius:999px;font-size:11px;font-weight:800;opacity:0;pointer-events:none;transition:.25s;white-space:nowrap;box-shadow:0 8px 25px #1c272355}.toast.show{opacity:1;transform:translate(-50%,0)}
@media (min-width: 700px) { body{padding:28px}.app-shell{max-width:960px;margin:auto;border-radius:30px;box-shadow:0 18px 60px #504b4230}.topbar{padding-inline:28px}.intro{margin-inline:24px}.filters,.map-section,.results{padding-inline:24px}.map{height:390px}.cards{grid-template-columns:repeat(2,1fr)} }
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Duolingo-inspired playful visual system */
:root{--ink:#3c3c3c;--muted:#777;--cream:#fff;--orange:#ff9600;--green:#58cc02;--green-dark:#46a302;--blue:#1cb0f6;--line:#e5e5e5;font-family:"Arial Rounded MT Bold","Hiragino Maru Gothic ProN","Yu Gothic",sans-serif;background:#f7f7f7}
.topbar{padding:20px 18px 14px;border-bottom:2px solid #f1f1f1}.eyebrow{color:var(--green-dark);font-weight:900}.topbar h1{color:var(--green);font-size:21px}.logo-mark{display:inline-grid;place-items:center;width:29px;height:29px;border-radius:9px;background:var(--green);color:#fff;box-shadow:0 4px 0 var(--green-dark);margin-right:3px}.location-button{border:2px solid var(--line);border-bottom-width:4px;border-radius:15px;padding:9px 13px;box-shadow:none;font-weight:900}.location-button:active{transform:translateY(2px);border-bottom-width:2px}
.intro{margin-top:16px;border-radius:20px;background:#ddf4ff;border:2px solid #84d8ff;border-bottom-width:5px}.intro .date,.intro p:last-of-type,.intro strong{color:#1689bd}.sun{width:68px;height:68px;border-radius:22px;background:#fff;border:2px solid #84d8ff;box-shadow:0 5px 0 #84d8ff;font-size:42px;transform:rotate(3deg)}
.filter{padding:9px 14px 8px;border:2px solid var(--line);border-bottom-width:4px;border-radius:14px;font-weight:900}.filter:active{transform:translateY(2px);border-bottom-width:2px}.filter.is-active{background:var(--green);border-color:var(--green-dark);color:#fff}
.map{border-radius:20px;background:#edf6e6;border:2px solid #d7e8ca;border-bottom-width:5px;box-shadow:none}.pin{width:46px;height:46px;border:4px solid #fff;border-radius:50% 50% 50% 8px;box-shadow:0 6px 0 #0002}.section-heading h2{font-size:21px}.section-heading>span{font-weight:800}
.event-card{border:2px solid var(--line);border-bottom-width:5px;border-radius:18px;box-shadow:none}.event-card.is-selected{border-color:#84d8ff;background:#f4fbff;box-shadow:none}.event-icon{width:52px;height:52px;border:2px solid #eee;font-size:27px}.badges span{border-radius:8px;background:#e6f7d8;color:var(--green-dark);font-weight:900}.badges span:first-child{background:#fff1d7;color:#d98000}.place{font-weight:700}.source-link{color:#1689bd;font-weight:900}
.reaction{border:2px solid var(--line);border-bottom-width:4px;border-radius:13px;background:#fff;font-weight:900}.reaction:active{transform:translateY(2px);border-bottom-width:2px}.reaction.is-on{background:#fff4d8;border-color:#ffc800;color:#b46f00}.reaction:last-child.is-on{background:#e7f9d9;border-color:var(--green);color:var(--green-dark)}
footer{background:#f7f7f7;border-top:2px solid #ededed}.toast{background:#3c3c3cf2;border-radius:14px;font-weight:900;box-shadow:0 5px 0 #222}
@media (min-width:700px){.app-shell{border:2px solid #e5e5e5;border-radius:26px;box-shadow:0 8px 0 #dedede}}

/* Premium depth and material finish */
body{background:radial-gradient(circle at 15% 5%,#e9ffd9 0,transparent 28%),radial-gradient(circle at 88% 14%,#dff5ff 0,transparent 25%),linear-gradient(145deg,#f7faf5,#f4f6f8);background-attachment:fixed}
.app-shell{position:relative;background:linear-gradient(180deg,#fff 0,#fff 68%,#fbfcfa 100%)}
.app-shell::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,#ffffff70,transparent 18%,transparent 82%,#dff7d22b);z-index:0}.app-shell>*{position:relative;z-index:1}
.topbar{background:#ffffffd9;backdrop-filter:blur(18px);box-shadow:0 1px 0 #fff inset,0 8px 25px #38532d0b}.logo-mark{background:linear-gradient(145deg,#75e522,#4cbd00);border:1px solid #47ab05;box-shadow:inset 0 2px 2px #ffffff7a,inset 0 -2px 3px #2f810044,0 4px 0 var(--green-dark),0 7px 12px #58cc0233;text-shadow:0 1px 1px #287000}
.location-button{background:linear-gradient(#fff,#f8faf7);box-shadow:inset 0 1px 0 #fff,0 4px 8px #35522a12;transition:transform .16s,box-shadow .16s}
.intro{position:relative;background:radial-gradient(circle at 78% 5%,#ffffff95 0,transparent 25%),linear-gradient(135deg,#e4f8ff,#c8efff 58%,#d9f6ff);box-shadow:inset 0 2px 0 #ffffffc9,0 9px 22px #1cb0f61a;isolation:isolate}.intro::after{content:"";position:absolute;width:150px;height:150px;border:22px solid #ffffff3d;border-radius:50%;right:-65px;bottom:-96px;z-index:-1}.sun{background:linear-gradient(145deg,#fff,#f2fbff);box-shadow:inset 0 2px 0 #fff,0 5px 0 #75cbea,0 10px 16px #1598cb2b;text-shadow:0 3px 5px #38546a2b}
.filter{background:linear-gradient(#fff,#fafafa);box-shadow:inset 0 1px 0 #fff,0 3px 7px #2b43220d;transition:transform .15s,filter .15s,box-shadow .15s}.filter:hover{filter:brightness(1.02);box-shadow:inset 0 1px 0 #fff,0 5px 10px #2b432216}.filter.is-active{background:linear-gradient(145deg,#6cdd17,#50c500);box-shadow:inset 0 2px 1px #ffffff45,0 4px 9px #58cc0233;text-shadow:0 1px 1px #348800}
.map{background-color:#edf6e6;box-shadow:inset 0 2px 0 #ffffffa8,0 12px 25px #45683718;isolation:isolate}.map::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffffff38,transparent 28%,transparent 72%,#b6e9f744);pointer-events:none;z-index:3}.map-grid{filter:saturate(.9);opacity:.82}.map-key,.station,.you-are-here{box-shadow:0 4px 12px #30442a24;border:1px solid #ffffffb8;backdrop-filter:blur(8px)}
.pin{box-shadow:inset 0 2px 2px #ffffff70,inset 0 -3px 3px #0000001f,0 6px 0 #0002,0 10px 14px #31463e38;transition:scale .18s,filter .18s}.pin:hover{scale:1.09;filter:saturate(1.1) brightness(1.05)}.pin.is-selected{scale:1.22;filter:saturate(1.1);box-shadow:inset 0 2px 2px #ffffff70,inset 0 -3px 3px #0002,0 7px 0 #0002,0 15px 25px #31463e40}
.event-card{background:linear-gradient(155deg,#fff 0,#fff 67%,#fafcf9 100%);box-shadow:inset 0 1px 0 #fff,0 8px 18px #394e3010;transition:transform .2s,border-color .2s,box-shadow .2s}.event-card:hover{transform:translateY(-2px);box-shadow:inset 0 1px 0 #fff,0 12px 26px #394e301b}.event-card.is-selected{background:radial-gradient(circle at 100% 0,#dff6ff 0,transparent 30%),linear-gradient(150deg,#fff,#f4fbff);box-shadow:0 12px 28px #1cb0f61f}.card-accent{box-shadow:2px 0 8px #00000012}.event-icon{background:linear-gradient(145deg,#fff,#f3f6f2)!important;box-shadow:inset 0 2px 0 #fff,0 4px 8px #35462e18;text-shadow:0 3px 5px #27362424}.details{background:linear-gradient(90deg,#fbfcfa,#fff,#fbfcfa);border-radius:11px;padding-inline:8px}.source-link span{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#e3f5fd;box-shadow:0 2px 0 #a9ddf3}
.reaction{background:linear-gradient(#fff,#fafafa);box-shadow:inset 0 1px 0 #fff,0 3px 7px #31422a12;transition:transform .14s,filter .14s}.reaction:hover{filter:brightness(1.015)}.reaction.is-on{background:linear-gradient(#fff8e4,#ffefc2);box-shadow:inset 0 1px 0 #fff,0 4px 9px #ffc80028}.reaction:last-child.is-on{background:linear-gradient(#efffe5,#dcf7c9);box-shadow:inset 0 1px 0 #fff,0 4px 9px #58cc0228}
.toast{backdrop-filter:blur(14px);border:1px solid #ffffff30;box-shadow:inset 0 1px 0 #ffffff30,0 5px 0 #222,0 12px 30px #1d261c3d}
@media (max-width:699px){.topbar{position:sticky;top:0;z-index:10}.event-card:hover{transform:none}}

.verified{background:#ddf4ff!important;color:#1689bd!important}.feedback-cta{margin:0 auto 16px;padding:13px 20px;border:2px solid #46a302;border-bottom-width:5px;border-radius:15px;background:linear-gradient(#6cdd17,#50c500);color:#fff;font-weight:900;font-size:13px;box-shadow:0 5px 12px #58cc0230}.admin-link{display:block;margin-top:12px;color:#999;font-size:9px}.feedback-dialog{width:min(92vw,460px);border:0;border-radius:24px;padding:0;box-shadow:0 24px 80px #16241366}.feedback-dialog::backdrop{background:#1d2a246e;backdrop-filter:blur(5px)}.feedback-dialog form{position:relative;padding:26px}.feedback-dialog h2{margin:4px 0 20px}.feedback-dialog label,.admin-form label{display:grid;gap:7px;margin-bottom:15px;font-size:12px;font-weight:900}.feedback-dialog select,.feedback-dialog textarea,.admin-form input{width:100%;border:2px solid #ddd;border-radius:12px;padding:12px;background:#fff;font:inherit;color:var(--ink)}.feedback-dialog textarea{min-height:90px;resize:vertical}.dialog-close{position:absolute;right:17px;top:15px;border:0;background:#eee;width:32px;height:32px;border-radius:50%;font-size:20px}.submit-feedback{width:100%;padding:13px;border:2px solid #46a302;border-bottom-width:5px;border-radius:14px;background:#58cc02;color:#fff;font-weight:900}.privacy-note{color:#888;font-size:9px;line-height:1.5}.details dd{line-height:1.5}
.admin-shell{max-width:720px;margin:30px auto;padding:28px;background:#fff;border:2px solid #e5e5e5;border-radius:24px;box-shadow:0 8px 0 #ddd}.back-link{color:#1689bd;font-size:12px;font-weight:900;text-decoration:none}.admin-shell h1{font-size:30px;margin:8px 0;color:var(--green)}.admin-lead{color:#777;font-size:12px;line-height:1.7}.admin-form{margin:24px 0;padding:20px;background:#f8faf7;border:2px solid #e5e5e5;border-radius:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-list-section,.feedback-results{margin-top:28px}.mini-button{border:2px solid #ddd;border-bottom-width:4px;border-radius:10px;background:#fff;padding:8px 10px;font-weight:800;font-size:10px}.admin-list{display:grid;gap:8px}.admin-list article{display:flex;justify-content:space-between;align-items:center;padding:13px;border:2px solid #eee;border-radius:13px}.admin-list article div{display:grid;gap:4px}.admin-list article span{font-size:10px;color:#777}.admin-list article button{border:0;background:#ffe4e1;color:#c74438;padding:7px 9px;border-radius:8px;font-weight:800}.empty-admin{color:#888;font-size:12px}.feedback-results p{font-size:12px;color:#666}@media(max-width:699px){.admin-shell{margin:0;border:0;border-radius:0;box-shadow:none;min-height:100vh;padding:22px 16px}.form-grid{grid-template-columns:1fr}}

.url-import{margin:22px 0;padding:18px;border:2px solid #84d8ff;border-bottom-width:5px;border-radius:18px;background:linear-gradient(145deg,#f0fbff,#ddf4ff)}.url-import label{display:grid;gap:7px;font-size:12px;font-weight:900}.url-import input{width:100%;border:2px solid #b8dfee;border-radius:12px;padding:12px;font:inherit}.url-import .submit-feedback{margin-top:10px;background:#1cb0f6;border-color:#1689bd}.url-import p{min-height:1.4em;margin-bottom:0;color:#1689bd;font-size:10px;font-weight:800}.admin-form select{width:100%;border:2px solid #ddd;border-radius:12px;padding:12px;background:#fff;font:inherit;color:var(--ink)}
.platform{background:#eef0ff!important;color:#5d61a8!important}.platform.luma{background:#efe7ff!important;color:#7044a5!important}.platform.peatix{background:#e8f3ff!important;color:#176eae!important}.score-badge{display:inline-block;margin-left:5px;padding:2px 6px;border-radius:7px;background:#fff4d8;color:#9d6d00;font-size:9px}.community-name{margin:4px 0 0;color:#666;font-size:10px;font-weight:800}
.support-link{display:block;width:max-content;margin:8px auto;color:#3d8f10;font-size:11px;font-weight:900;text-decoration:none}.support-shell{max-width:900px;margin:30px auto;padding:30px;background:#fff;border:2px solid #e5e5e5;border-radius:26px;box-shadow:0 8px 0 #ddd}.support-hero{margin-top:22px;padding:32px;border:2px solid #b8e999;border-bottom-width:6px;border-radius:24px;background:radial-gradient(circle at 90% 10%,#fff8 0,transparent 25%),linear-gradient(145deg,#efffe5,#dff7cf)}.support-hero>span{font-size:42px}.support-hero h1{margin:7px 0 12px;color:#3c3c3c;font-size:34px;line-height:1.35}.support-hero>p:last-child{max-width:600px;color:#527049;font-size:13px;line-height:1.8}.principles,.support-ways{padding:30px 4px 10px}.principles h2,.support-ways h2{font-size:22px}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.principle-grid article{padding:20px;border:2px solid #e5e5e5;border-bottom-width:5px;border-radius:18px}.principle-grid b{color:#58cc02;font-size:12px}.principle-grid h3{margin:8px 0;font-size:15px}.principle-grid p,.support-ways li,.support-note{color:#717171;font-size:11px;line-height:1.7}.support-ways ul{padding:20px 20px 20px 38px;border-radius:18px;background:#f7f9f5}.support-note{padding:13px;border-left:4px solid #58cc02;background:#effbe7}@media(max-width:699px){.support-shell{margin:0;padding:20px 15px;border:0;border-radius:0;box-shadow:none}.support-hero{padding:23px 20px}.support-hero h1{font-size:25px}.principle-grid{grid-template-columns:1fr}}

/* Config-driven 2.5D city layer */
.header-actions{display:flex;align-items:center;gap:8px}.region-picker{display:grid;gap:2px;padding:5px 9px 7px;border:2px solid var(--line);border-bottom-width:4px;border-radius:15px;background:linear-gradient(#fff,#f8faf7);box-shadow:0 4px 8px #35522a12}.region-picker>span{color:#999;font-size:8px;font-weight:900;line-height:1}.region-picker select{max-width:120px;border:0;outline:0;background:transparent;color:#4b4b4b;font:inherit;font-size:11px;font-weight:900}.cityscape{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none;filter:drop-shadow(0 8px 8px #40533b16)}.building{position:absolute;left:var(--bx);top:var(--by);width:var(--bw);height:var(--bh);border:1px solid #ffffffd9;border-radius:3px;background:linear-gradient(145deg,#fff8,var(--building) 42%,color-mix(in srgb,var(--building),#899684 18%));box-shadow:var(--elev) var(--elev) 0 color-mix(in srgb,var(--building),#50604d 38%),calc(var(--elev) + 3px) calc(var(--elev) + 6px) 9px #263a2930;transform:translate(-50%,-50%) rotate(-5deg) skewY(2deg);transform-origin:center;opacity:.92}.building::before{content:"";position:absolute;inset:2px;border-radius:2px;background:repeating-linear-gradient(90deg,#fff5 0 2px,transparent 2px 7px);mix-blend-mode:screen}.building.landmark{z-index:2;border:2px solid #fff;border-radius:6px;box-shadow:var(--elev) var(--elev) 0 #78907a,calc(var(--elev) + 5px) calc(var(--elev) + 8px) 14px #253d2a45;opacity:1}.building.landmark b{position:absolute;inset:0;display:grid;place-items:center;font-style:normal;font-size:18px;transform:rotate(5deg)}.building.landmark em{position:absolute;left:50%;top:calc(100% + var(--elev) + 4px);transform:translateX(-50%);padding:3px 6px;border-radius:7px;background:#fffffff0;box-shadow:0 3px 8px #26372b28;color:#34433a;font-size:8px;font-style:normal;font-weight:900;white-space:nowrap}.road,.rail,.water,.map-label{z-index:2}.map::after{z-index:3}.map-key{z-index:6}.you-are-here{z-index:6}#pins{position:absolute;inset:0;z-index:5;pointer-events:none}#pins .pin{pointer-events:auto}.map-grid{z-index:0}
@media(max-width:699px){.topbar{gap:8px}.topbar h1{font-size:16px}.topbar .eyebrow{font-size:8px}.header-actions{gap:5px}.location-button{padding:8px;font-size:10px}.region-picker{padding:5px 7px}.region-picker select{max-width:92px;font-size:9px}.building.landmark b{font-size:14px}.building.landmark em{font-size:7px}}

/* Ikokka brand and clear paper-town map */
.topbar h1{display:flex;align-items:center;gap:8px;color:#303a35;font-size:22px;letter-spacing:.04em}
.logo-mark{display:block;width:38px;height:38px;margin:0;object-fit:contain;border:0;border-radius:0;background:none;box-shadow:none;text-shadow:none}
.sun{position:relative;border:0;background:linear-gradient(145deg,#fffdf1,#fff4bd);box-shadow:inset 0 2px 0 #fff,0 5px 0 #efc84f,0 10px 18px #d6ae3b33;transform:rotate(4deg)}
.sun::before,.sun::after,.sun i{content:"";position:absolute;display:block}
.sun::before{width:25px;height:25px;border-radius:50%;background:linear-gradient(145deg,#ffd95e,#ffb835);box-shadow:0 3px 8px #e99b2442}
.sun::after{width:42px;height:3px;border-radius:8px;background:#ffc83d;box-shadow:0 -14px 0 #ffc83d,0 14px 0 #ffc83d;transform:rotate(45deg)}
.sun i{width:3px;height:42px;border-radius:8px;background:#ffc83d;box-shadow:-14px 0 0 #ffc83d,14px 0 0 #ffc83d;transform:rotate(45deg)}
.map{background:linear-gradient(155deg,#f6f0de,#e9f4dc 52%,#dcefd4);border-color:#cfe0c5;box-shadow:inset 0 2px 0 #fff,0 14px 30px #405a3920}
.map-grid{opacity:.25;background-size:36px 36px;filter:none}
.cityscape{filter:drop-shadow(0 7px 7px #4a5b4220)}
.building{border:2px solid #fff;border-radius:12px;background:linear-gradient(145deg,#fff9,var(--building));box-shadow:var(--elev) var(--elev) 0 color-mix(in srgb,var(--building),#75836d 30%),calc(var(--elev) + 2px) calc(var(--elev) + 5px) 10px #35463625;transform:translate(-50%,-50%) rotate(-4deg);opacity:.93}
.building::before{inset:6px;border-radius:6px;background:linear-gradient(90deg,#fff7 42%,transparent 42% 58%,#fff7 58%);mix-blend-mode:soft-light}
.building.landmark{border-radius:13px;background:linear-gradient(145deg,#fff,#f5f7f0);box-shadow:var(--elev) var(--elev) 0 #a7b4a1,calc(var(--elev) + 4px) calc(var(--elev) + 7px) 14px #32403730}
.building.landmark::before{inset:7px;background:repeating-linear-gradient(90deg,#c7d5c2 0 5px,transparent 5px 9px);opacity:.5}
.building.landmark em{top:calc(100% + var(--elev) + 5px);padding:4px 8px;border:1px solid #e2e5dd;border-radius:9px;background:#fffffff2;color:#34433a;font-size:8px;letter-spacing:.04em}
.road{filter:drop-shadow(0 2px 0 #b7aa8c);opacity:1}
.rail{opacity:.75}
.water{width:42px;background:linear-gradient(90deg,#9ddaf0,#73c7e8);box-shadow:inset 5px 0 0 #c7edfa,inset -4px 0 0 #5bb4d5;opacity:.9}
.map-label{z-index:4;color:#67736b;font-size:9px;letter-spacing:.06em}
.station{color:#26342d;font-size:10px;border:1px solid #dce2da;border-radius:8px;padding:4px 8px}
.pin{width:37px;height:37px;border:4px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:inset 0 2px 2px #fff7,0 5px 0 color-mix(in srgb,var(--pin),#273c2c 25%),0 10px 18px #263d3040}
.pin::after{content:"";position:absolute;left:50%;bottom:-9px;width:11px;height:11px;background:var(--pin);transform:translateX(-50%) rotate(45deg);border-radius:0 0 3px 0;z-index:-1}
.pin span{transform:none;color:#fff;font-size:13px;font-weight:900;text-shadow:0 1px 2px #0003}
.pin b{display:none}
.map-key{border-radius:12px;padding:8px 11px;font-weight:900}
.event-main{width:100%}.card-top{display:block}.place{padding-left:14px;position:relative}.place::before{content:"";position:absolute;left:1px;top:.35em;width:7px;height:7px;border:2px solid #8f9a93;border-radius:50%}.place::after{content:"";position:absolute;left:4px;top:1.05em;width:4px;height:4px;background:#8f9a93;transform:rotate(45deg)}
.empty{border:2px dashed #dcded8;border-radius:18px;margin-top:8px;background:#fafbf8}
@media(max-width:699px){.topbar h1{font-size:18px}.logo-mark{width:34px;height:34px}.map{height:330px}.building.landmark em{font-size:7px}.intro{padding-right:14px}}

/* Flat regional guide map */
.map{transition:background .25s ease}
.cityscape{filter:none;z-index:2}
.landmark-box{position:absolute;left:var(--lx);top:var(--ly);width:var(--lw);min-height:var(--lh);display:grid;place-items:center;transform:translate(-50%,-50%);padding:7px 8px;border:1.5px solid #aeb9ae;border-radius:9px;background:#ffffffd9;color:#3f4c44;font-size:8px;font-style:normal;font-weight:900;line-height:1.35;text-align:center;box-shadow:0 2px 0 #c7cec7;backdrop-filter:blur(4px)}
.landmark-box.green{border-color:#8fbc80;background:#eff9e9d9;color:#426c36}.landmark-box.culture{border-color:#d7a7c9;background:#fff1fad9;color:#815271}.landmark-box.shopping{border-color:#d8b470;background:#fff8e9dc;color:#735926}.landmark-box.public{border-color:#8ab8ce;background:#eef9fddc;color:#376a82}.landmark-box.waterfront{border-color:#6eb7d4;background:#e9f9ffdc;color:#286c88}
.building{display:none}
.map[data-region="kamata"]{background:linear-gradient(135deg,#f4f0df,#eaf4df 60%,#dcefd5)}
.map[data-region="kamata"] .map-grid{background-image:linear-gradient(27deg,transparent 46%,#fff 47%,#fff 53%,transparent 54%),linear-gradient(104deg,transparent 47%,#fff 48%,#fff 52%,transparent 53%),linear-gradient(#dce5d7 1px,transparent 1px),linear-gradient(90deg,#dce5d7 1px,transparent 1px);background-size:170px 150px,210px 180px,38px 38px,38px 38px}
.map[data-region="kamata"] .road-a{width:135%;height:15px;left:-18%;top:55%;transform:rotate(-12deg)}
.map[data-region="kamata"] .road-b{width:14px;height:135%;left:55%;top:-17%;transform:rotate(4deg)}
.map[data-region="kamata"] .rail-a{left:47%;transform:rotate(-3deg)}
.map[data-region="kamata"] .water{right:-9px;width:38px;transform:rotate(4deg)}
.map[data-region="omori"]{background:linear-gradient(155deg,#edf1e5 0,#e3efe1 58%,#c7eaf4 59%,#8fd0e5 100%)}
.map[data-region="omori"] .map-grid{background-image:linear-gradient(-18deg,transparent 46%,#fff 47%,#fff 53%,transparent 54%),linear-gradient(72deg,transparent 47%,#fff 48%,#fff 52%,transparent 53%),linear-gradient(#d5e2d6 1px,transparent 1px),linear-gradient(90deg,#d5e2d6 1px,transparent 1px);background-size:230px 170px,180px 210px,42px 42px,42px 42px}
.map[data-region="omori"] .road-a{width:125%;height:14px;left:-12%;top:42%;transform:rotate(8deg)}
.map[data-region="omori"] .road-b{width:15px;height:140%;left:69%;top:-20%;transform:rotate(-10deg)}
.map[data-region="omori"] .rail-a{left:42%;transform:rotate(8deg)}
.map[data-region="omori"] .water{right:-4%;top:63%;width:60%;height:55%;transform:rotate(-8deg);border-radius:50% 0 0 0;background:linear-gradient(135deg,#bde9f5,#72c4df);box-shadow:inset 0 7px 0 #d7f3fa}
.map[data-region="omori"] .station{left:41%;top:43%}
.map[data-region="omori"] .west{left:10%;top:24%}.map[data-region="omori"] .east{right:17%;top:21%}.map[data-region="omori"] .south{left:48%;bottom:9%}
@media(max-width:699px){.landmark-box{padding:5px 6px;font-size:7px;border-radius:7px}.map[data-region="omori"] .water{top:65%}}

/* Real-world map */
.map{height:390px;background:#e8eee7;border:2px solid #d7e2d4;border-bottom-width:5px;isolation:auto}
.map::after{display:none}.leaflet-container{font-family:inherit}.leaflet-control-zoom a{color:#3c3c3c!important}.leaflet-control-attribution{font-size:8px!important}
.event-map-marker{background:none!important;border:0!important}.event-map-marker span{position:relative;width:38px;height:38px;display:grid;place-items:center;border:4px solid #fff;border-radius:50%;background:var(--pin);color:#fff;font-size:13px;font-weight:900;box-shadow:0 4px 0 color-mix(in srgb,var(--pin),#26362b 28%),0 8px 16px #263d3040}.event-map-marker span::after{content:"";position:absolute;left:50%;bottom:-8px;width:12px;height:12px;background:var(--pin);transform:translateX(-50%) rotate(45deg);border-radius:0 0 3px 0;z-index:-1}
@media(max-width:699px){.map{height:360px}}

/* Adventure-style event journey */
.results{position:relative;background:linear-gradient(180deg,#fff 0,#f7fff1 38%,#f2fbff 100%);border-top:2px solid #eef1eb}
.family-guide{position:relative;min-height:145px;margin:0 0 20px;padding:24px 43% 22px 22px;overflow:hidden;border:2px solid #84d8ff;border-bottom-width:6px;border-radius:24px;background:radial-gradient(circle at 20% 0,#fff 0,transparent 36%),linear-gradient(135deg,#e5f8ff,#ccefff);box-shadow:0 10px 22px #1cb0f617}
.family-guide h2{margin:5px 0 7px;font-size:21px;line-height:1.3}.family-guide>div>p:last-child{margin:0;color:#4d7180;font-size:11px;font-weight:800;line-height:1.6}.family-guide img{position:absolute;right:-2%;bottom:-7%;width:45%;max-height:165px;object-fit:contain;filter:drop-shadow(0 8px 7px #27708b25)}
.section-heading{margin-bottom:10px}.sort-switcher{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:0 0 20px;padding:6px;border:2px solid #e5e5e5;border-radius:17px;background:#fff;box-shadow:0 5px 0 #e5e5e5}
.sort-button{min-height:43px;padding:7px 5px;border:0;border-radius:11px;background:transparent;color:#777;font-size:10px;font-weight:900;line-height:1.25}.sort-button.is-active{background:linear-gradient(#6cdd17,#55c900);color:#fff;box-shadow:0 4px 0 #46a302;text-shadow:0 1px 1px #338700}.sort-button:active{transform:translateY(2px)}
.cards{position:relative;gap:17px}.event-card{--event-color:#58cc02;padding:19px 17px 17px 58px;border-color:color-mix(in srgb,var(--event-color),#fff 54%);border-bottom-width:6px;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--event-color),#fff 88%),transparent 36%),#fff;box-shadow:0 8px 18px #394e3012}
.event-card::before{content:"";position:absolute;left:25px;top:54px;bottom:-27px;width:7px;border-radius:99px;background:repeating-linear-gradient(180deg,color-mix(in srgb,var(--event-color),#fff 45%) 0 9px,transparent 9px 15px);opacity:.75}.event-card:last-child::before{display:none}
.card-rank{position:absolute;left:13px;top:15px;width:36px;height:36px;display:grid;place-items:center;border:4px solid #fff;border-radius:50%;background:var(--event-color);color:#fff;font-size:13px;font-weight:900;box-shadow:0 4px 0 color-mix(in srgb,var(--event-color),#26362b 28%),0 7px 12px #263d3028;z-index:2}
.event-card.is-selected{border-color:var(--event-color);background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--event-color),#fff 78%),transparent 43%),#fff;box-shadow:0 12px 26px color-mix(in srgb,var(--event-color),transparent 78%)}
.event-card h3{font-size:16px}.badges{flex-wrap:wrap}.reaction{min-height:44px}.source-link{margin-top:2px}
.event-map-marker span{transition:transform .18s,filter .18s}.event-map-marker:hover span{transform:translateY(-3px);filter:brightness(1.05)}
.event-map-marker.is-selected{z-index:1000!important}.event-map-marker.is-selected span{transform:translateY(-4px) scale(1.18);filter:brightness(1.05);box-shadow:0 4px 0 color-mix(in srgb,var(--pin),#26362b 28%),0 0 0 6px color-mix(in srgb,var(--pin),transparent 72%),0 12px 22px #263d3055}.event-card{cursor:pointer}.event-card:focus-visible{outline:4px solid #84d8ff;outline-offset:3px}.event-card a,.event-card button{cursor:pointer}
.intro-family{width:118px;height:92px;object-fit:contain;object-position:center bottom;align-self:flex-end;filter:drop-shadow(0 7px 7px #1689bd24)}
@media(min-width:700px){.cards{grid-template-columns:repeat(2,1fr)}.event-card::before{display:none}.family-guide{min-height:165px;padding-left:28px}.family-guide img{width:38%}}
@media(max-width:699px){.results{padding-top:18px}.family-guide{min-height:136px;padding:19px 43% 18px 17px;margin-inline:-1px}.family-guide h2{font-size:18px}.family-guide img{width:48%;right:-4%}.intro-family{width:90px;height:76px}.event-card:nth-child(even){margin-left:12px}.event-card:nth-child(odd){margin-right:12px}.sort-button{font-size:9px}.details{grid-template-columns:1.1fr .95fr .85fr}}

/* Visibility pass: keep one clear hero, then move quickly from map to results. */
.intro{min-height:112px;padding:14px 20px;margin-bottom:11px}.intro h2{font-size:23px}.intro-family{width:102px;height:78px}
.filters{padding-bottom:11px}.map{height:330px}.results{padding-top:18px}.section-heading{align-items:center;margin-bottom:9px}.section-heading .eyebrow{margin-bottom:3px;font-size:9px;letter-spacing:.08em}.section-heading>span{max-width:45%;text-align:right;line-height:1.35}.sort-switcher{margin-bottom:16px}.sort-button{min-height:40px}.cards{gap:15px}
@media(max-width:699px){.intro{min-height:103px;padding:12px 14px;margin:11px 12px 10px}.intro h2{font-size:21px}.intro-family{width:78px;height:66px}.filters{padding-inline:12px;gap:6px}.filter{padding:8px 11px 7px;font-size:11px}.map-section{padding-inline:12px}.map{height:300px;border-radius:17px}.results{padding:16px 12px 25px}.section-heading h2{font-size:20px}.sort-switcher{gap:4px;padding:5px;margin-bottom:15px}.sort-button{min-height:39px}.event-card:nth-child(even){margin-left:7px}.event-card:nth-child(odd){margin-right:7px}}

/* Iiko Family appears as a light-touch guide without creating another large section. */
.map-section{position:relative}.map-family-tip{position:absolute;top:12px;right:38px;z-index:500;display:flex;align-items:center;gap:7px;padding:6px 10px 7px 5px;border:2px solid #84d8ff;border-bottom-width:4px;border-radius:16px;background:#fffffff2;color:#277596;font-size:10px;font-weight:900;line-height:1.2;box-shadow:0 7px 16px #284e5d24;pointer-events:none;backdrop-filter:blur(6px)}.map-family-tip::after{content:"";position:absolute;right:18px;bottom:-8px;width:12px;height:12px;border-right:2px solid #84d8ff;border-bottom:2px solid #84d8ff;background:#fff;transform:rotate(45deg)}.map-family-tip img{width:42px;height:35px;object-fit:contain;filter:drop-shadow(0 3px 3px #1a6d8b2b)}
.search-map-area{position:absolute;z-index:600;left:50%;top:14px;transform:translateX(-50%);min-height:42px;padding:9px 17px 8px;border:2px solid #fff;border-bottom-width:4px;border-radius:999px;background:linear-gradient(#6cdd17,#55c900);box-shadow:0 5px 0 #46a302,0 10px 22px #294d2735;color:#fff;font:inherit;font-size:12px;font-weight:900;white-space:nowrap;cursor:pointer}.search-map-area:active{transform:translate(-50%,3px);box-shadow:0 2px 0 #46a302,0 6px 12px #294d272b}.search-map-area[hidden]{display:none}
.map-location-button{position:absolute;right:26px;bottom:22px;z-index:650;min-width:104px;height:48px;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 14px;border:2px solid #fff;border-radius:15px;background:#fff;color:#176db8;box-shadow:0 3px 9px #263d3040,0 8px 22px #263d3026;cursor:pointer;font-size:12px;font-weight:900}.location-target{position:relative;width:22px;height:22px;border:3px solid #1a73c9;border-radius:50%;box-shadow:inset 0 0 0 5px #fff}.location-target::before,.location-target::after{content:"";position:absolute;background:#1a73c9}.location-target::before{left:50%;top:-6px;width:3px;height:28px;transform:translateX(-50%)}.location-target::after{left:-6px;top:50%;width:28px;height:3px;transform:translateY(-50%)}.map-location-button:hover{background:#f2f8ff}.map-location-button:active{transform:translateY(2px);box-shadow:0 2px 5px #263d3038}.map-location-button:focus-visible{outline:4px solid #84d8ff;outline-offset:3px}
.footer-family{display:flex;align-items:center;justify-content:center;gap:12px;max-width:420px;margin:0 auto 13px;text-align:left}.footer-family img{width:76px;height:66px;object-fit:contain;filter:drop-shadow(0 5px 5px #45683725)}.footer-family p{margin:0;color:#68726d;font-size:10px;line-height:1.6}.footer-family strong{color:#3c3c3c;font-size:12px}
@media(max-width:699px){.map-family-tip{top:10px;right:21px;max-width:148px;padding:5px 8px 6px 3px;font-size:9px}.map-family-tip img{width:36px;height:31px}.search-map-area{top:12px;font-size:11px}.map-location-button{right:21px;bottom:20px;min-width:100px;height:46px}.footer-family{gap:8px;margin-bottom:10px}.footer-family img{width:64px;height:56px}.footer-family p{font-size:9px}.footer-family strong{font-size:11px}}

/* Clear, task-oriented admin form */
.admin-form{display:grid;gap:18px;padding:0;border:0;background:transparent}.admin-group{min-width:0;margin:0;padding:20px 20px 7px;border:2px solid #e2e8df;border-bottom-width:5px;border-radius:18px;background:#f9fcf7}.admin-group legend{display:flex;align-items:center;gap:8px;padding:0 8px;color:#3c3c3c;font-size:15px;font-weight:900}.admin-group legend span{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:#58cc02;color:#fff;box-shadow:0 3px 0 #46a302;font-size:12px}.admin-group>p{margin:0 0 17px;color:#78817a;font-size:10px;line-height:1.6}.admin-form label{gap:7px;margin-bottom:14px}.field-label{display:flex;align-items:center;gap:7px;color:#4a514d;font-size:12px;font-weight:900}.field-label em{padding:2px 5px;border-radius:5px;background:#fff0ec;color:#d45e44;font-size:8px;font-style:normal}.admin-form input,.admin-form select{min-height:47px;border-color:#d9dfd6;background:#fff;box-shadow:inset 0 1px 2px #24351f0a}.admin-form input:focus,.admin-form select:focus{border-color:#1cb0f6;outline:3px solid #ddf4ff}.admin-form>.submit-feedback{min-height:51px;font-size:14px}@media(max-width:699px){.admin-group{padding:17px 14px 4px}.admin-group legend{font-size:14px}.admin-form{gap:15px}}

/* Trust tiers and privacy-safe event analytics. */
.verified.organizer{background:#e8f8e0!important;color:#3c8617!important}.verified.partner{background:#fff0b8!important;color:#956600!important;box-shadow:inset 0 0 0 1px #efcf55}
.analytics-section{margin-top:30px}.metrics-table{overflow-x:auto;border:2px solid #e5e5e5;border-radius:16px;background:#fff}.metrics-table table{width:100%;border-collapse:collapse;min-width:620px}.metrics-table th,.metrics-table td{padding:11px 10px;border-bottom:1px solid #eee;text-align:right;font-size:10px}.metrics-table th{background:#f7faf5;color:#68726d;font-weight:900}.metrics-table th:first-child,.metrics-table td:first-child{text-align:left}.metrics-table tr:last-child td{border-bottom:0}.metrics-table strong{display:block;color:#3c3c3c}.metrics-table small{color:#999}

/* Compact event calendar: only dates with events are shown, across month boundaries. */
.event-calendar{margin:0 24px 12px;padding:14px 15px 13px;border:2px solid #e5e5e5;border-bottom-width:5px;border-radius:19px;background:linear-gradient(145deg,#fff,#fbfff8);box-shadow:0 7px 16px #3453290e}.calendar-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.calendar-heading h2{margin:0;font-size:16px}.calendar-heading .eyebrow{font-size:8px}.calendar-heading button{border:0;background:transparent;color:#1689bd;font-size:9px;font-weight:900}.calendar-dates{display:flex;gap:8px;overflow-x:auto;padding:0 1px 4px;scrollbar-width:thin;scroll-snap-type:x proximity}.calendar-date{--date-color:#58cc02;position:relative;flex:0 0 66px;min-height:70px;padding:8px 5px 7px;border:2px solid color-mix(in srgb,var(--date-color),#fff 58%);border-bottom-width:4px;border-radius:14px;background:#fff;color:#606a65;text-align:center;scroll-snap-align:start}.calendar-date strong{display:block;margin:1px 0;color:#3c3c3c;font-size:18px;line-height:1}.calendar-date small{display:block;font-size:8px;font-weight:900}.calendar-date .calendar-count{margin-top:5px;color:var(--date-color);font-size:8px}.calendar-date.is-selected{border-color:var(--date-color);background:color-mix(in srgb,var(--date-color),#fff 89%);box-shadow:0 4px 0 color-mix(in srgb,var(--date-color),#26362b 23%);transform:translateY(-1px)}.calendar-empty{margin:4px 0;color:#888;font-size:10px}
@media(max-width:699px){.event-calendar{margin:0 12px 10px;padding:12px 11px 10px;border-radius:16px}.calendar-heading{margin-bottom:8px}.calendar-heading h2{font-size:15px}.calendar-date{flex-basis:61px;min-height:66px}.calendar-date strong{font-size:17px}}

/* Nearby-first area discovery */
.area-shortcuts{margin:0 24px 12px;padding:14px 15px;border:2px solid #dcebd5;border-bottom-width:5px;border-radius:19px;background:linear-gradient(145deg,#fbfff8,#f0faeb)}.area-shortcuts-heading{display:flex;align-items:end;justify-content:space-between;gap:12px}.area-shortcuts h2{margin:0;font-size:16px}.area-shortcuts-heading>button{border:0;background:transparent;color:#1689bd;font-size:9px;font-weight:900}.area-shortcuts>p{margin:7px 0 10px;color:#7b867f;font-size:9px}.area-chip-list{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 5px}.area-chip{display:flex;flex:0 0 auto;align-items:stretch;overflow:hidden;border:2px solid #dfe6dc;border-bottom-width:4px;border-radius:14px;background:#fff}.area-chip.is-active{border-color:#58cc02;background:#f3ffed}.area-select{min-width:82px;padding:8px 7px 7px 10px;border:0;background:transparent;text-align:left}.area-select strong,.area-select small{display:block}.area-select strong{color:#3c3c3c;font-size:12px}.area-select small{margin-top:2px;color:#88918c;font-size:8px}.area-favorite{width:34px;border:0;border-left:1px solid #edf0eb;background:transparent;color:#a8aea9;font-size:17px}.area-favorite.is-on{color:#ffbd16}.area-request-dialog input{box-sizing:border-box;width:100%;margin-top:6px;padding:11px;border:2px solid #ddd;border-radius:12px;font:inherit}.admin-list article small,.admin-list article a{display:block;margin-top:5px;font-size:10px}.request-actions{display:flex;gap:5px}.request-actions button{white-space:nowrap}
@media(max-width:699px){.area-shortcuts{margin:0 12px 10px;padding:12px 11px 10px;border-radius:16px}.area-shortcuts h2{font-size:15px}}
.nearby-primary{width:100%;margin:0 0 10px;padding:10px;border:0;border-radius:13px;background:linear-gradient(#6cdd17,#55c900);box-shadow:0 4px 0 #46a302;color:#fff;font:inherit;font-size:11px;font-weight:900}.nearby-primary:active{transform:translateY(2px);box-shadow:0 2px 0 #46a302}
.attribute-switcher{display:flex;align-items:center;gap:6px;flex-wrap:wrap;width:100%;margin:0 0 8px;padding:7px;border:2px solid #dcebd5;border-radius:15px;background:#fbfff8}.attribute-label{margin-right:2px;color:#68726d;font-size:10px;font-weight:900}.attribute-button{min-height:34px;padding:6px 11px;border:2px solid #e0e7dd;border-radius:999px;background:#fff;color:#59645d;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.attribute-button.is-active{border-color:#46a302;background:linear-gradient(#6cdd17,#55c900);color:#fff;box-shadow:0 3px 0 #46a302}.attribute-button:focus-visible{outline:3px solid #84d8ff;outline-offset:2px}@media(max-width:699px){.attribute-switcher{gap:5px;padding:6px}.attribute-label{width:100%;font-size:9px}.attribute-button{flex:1;min-width:0;padding-inline:7px;font-size:10px}}
.badges .new-badge{background:#fff0c7;color:#a46700;box-shadow:inset 0 0 0 1px #ffd45c}.empty-area-request{margin-top:12px;padding:11px 15px 10px;border:2px solid #46a302;border-bottom-width:5px;border-radius:14px;background:linear-gradient(#6cdd17,#55c900);color:#fff;font:inherit;font-size:11px;font-weight:900}.empty-area-request:active{transform:translateY(2px);border-bottom-width:3px}.empty-area-request[hidden]{display:none}
.admin-nav{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-login-page{min-height:100vh;display:grid;place-items:center;padding:20px}.admin-login-card{width:min(100%,420px);padding:28px;border:2px solid #e5e5e5;border-bottom-width:6px;border-radius:24px;background:#fff;text-align:center;box-shadow:0 16px 45px #2b43221c}.admin-login-card img{width:132px;height:90px;object-fit:contain}.admin-login-card h1{margin:8px 0;font-size:26px}.admin-login-card>p{margin:0 0 20px;color:#777;font-size:11px;line-height:1.7}.admin-login-card label{display:grid;gap:7px;text-align:left;color:#4a514d;font-size:12px;font-weight:900}.admin-login-card input{width:100%;min-height:49px;padding:12px;border:2px solid #d9dfd6;border-radius:12px;font:inherit}.admin-login-card .submit-feedback{margin-top:15px}.login-error{min-height:1.5em;margin:12px 0 0!important;color:#d45e44!important;font-weight:900}

/* Home-screen install entry point */
.install-app-button{flex:none;min-width:112px;padding:8px 12px 7px;border:2px solid #46a302;border-bottom-width:5px;border-radius:14px;background:linear-gradient(#6cdd17,#55c900);color:#fff;box-shadow:0 6px 14px #58cc022b;text-align:center;cursor:pointer}.install-app-button span,.install-app-button strong{display:block}.install-app-button span{font-size:8px;line-height:1.2}.install-app-button strong{font-size:12px;line-height:1.25}.install-app-button:active{transform:translateY(2px);border-bottom-width:3px}.install-app-button:focus-visible{outline:4px solid #84d8ff;outline-offset:3px}.install-app-button[hidden]{display:none}.install-dialog-content{position:relative;padding:25px 25px 27px;text-align:center}.install-dialog-content>img{width:138px;height:94px;object-fit:contain;margin:0 auto 5px;filter:drop-shadow(0 7px 7px #1689bd24)}.install-dialog-content h2{margin:5px 0 18px}.install-dialog-content ol{display:grid;gap:10px;margin:0 0 17px;padding:0;counter-reset:install-step;text-align:left;list-style:none}.install-dialog-content li{position:relative;min-height:42px;padding:11px 11px 10px 50px;border:2px solid #e5e5e5;border-bottom-width:4px;border-radius:13px;background:#fff;color:#4b514d;font-size:12px;font-weight:900;line-height:1.5;counter-increment:install-step}.install-dialog-content li::before{content:counter(install-step);position:absolute;left:11px;top:9px;width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:#58cc02;color:#fff;box-shadow:0 3px 0 #46a302}.install-dialog-content .privacy-note{margin:0}@media(max-width:699px){.install-app-button{min-width:96px;padding-inline:9px}.install-app-button strong{font-size:11px}.topbar>div{min-width:0}}
.header-new-button{display:grid;place-items:center;min-width:68px;padding:7px 11px 6px;border:2px solid #df9d00;border-bottom-width:5px;border-radius:14px;background:linear-gradient(#ffe65c,#ffc800);color:#714b00;box-shadow:0 6px 14px #ffc8002b;cursor:pointer}.header-new-button span{font-size:8px;font-weight:900;letter-spacing:.08em}.header-new-button strong{font-size:13px}.header-new-button.is-active{background:linear-gradient(#6cdd17,#55c900);border-color:#46a302;color:#fff}.install-app-float{display:none;position:fixed;right:14px;bottom:14px;z-index:1200;min-width:140px;box-shadow:0 7px 0 #46a302,0 13px 26px #25451c42}.install-app-float:active{transform:translateY(4px)}@media(max-width:699px){.install-app-float:not([hidden]){display:block}}
.source-form{display:grid;grid-template-columns:2fr 3fr 1fr 1fr;gap:10px;align-items:end;margin:14px 0}.source-form label{display:grid;gap:6px;font-size:10px;font-weight:900}.source-form input,.source-form select{min-width:0;padding:11px;border:2px solid #ddd;border-radius:11px;background:#fff}.source-form .submit-feedback{height:44px}.admin-list article.is-paused{opacity:.55}.search-rule-list{display:grid;gap:8px}.search-rule-list details{padding:11px 13px;border:2px solid #e5e5e5;border-radius:12px;background:#fff}.search-rule-list summary{font-size:11px;font-weight:900;cursor:pointer}.search-rule-list p,.search-rule-list small{line-height:1.55}.rule-summary{color:#68726d;font-size:11px;font-weight:800}.seo-page{max-width:760px;margin:40px auto;padding:28px}.seo-page h1{line-height:1.35}.seo-event-list{display:grid;gap:14px}.seo-event-list article{padding:18px;border:2px solid #e5e5e5;border-radius:16px;background:#fff}.seo-event-list h2{font-size:18px}@media(max-width:699px){.source-form{grid-template-columns:1fr}.seo-page{margin:0;padding:22px}}
.advanced-area{align-self:center}.advanced-area summary{color:#68726d;font-size:10px;font-weight:900;cursor:pointer}.advanced-area label{margin-top:8px}.form-status{grid-column:1/-1;margin:0;color:#277596;font-size:10px;font-weight:800;line-height:1.5}

/* Mobile readability: clear hierarchy, touch-sized controls, and no stretched filters. */
.filter-scroll{display:flex;align-items:flex-start;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:none}
.filter-scroll::-webkit-scrollbar{display:none}
@media(max-width:699px){
  body{font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%}
  .topbar{padding:11px 14px 10px;min-height:62px}
  .topbar .eyebrow{margin-bottom:2px;font-size:9px;letter-spacing:.08em}
  .topbar h1{gap:7px;font-size:20px}
  .logo-mark{width:36px;height:36px}
  .header-new-button{min-width:64px;min-height:44px;padding:6px 9px 5px}
  .intro{min-height:108px;margin:10px 12px;padding:14px 15px;border-radius:18px}
  .intro .date{font-size:12px}
  .intro h2{margin-bottom:6px;font-size:23px;line-height:1.25}
  .intro p:last-of-type{font-size:12px;line-height:1.45}
  .intro-family{width:88px;height:76px}
  .area-shortcuts,.event-calendar{padding:14px 12px 12px}
  .area-shortcuts h2,.calendar-heading h2{font-size:17px;line-height:1.35}
  .area-shortcuts-heading>button,.calendar-heading button{min-height:36px;padding:7px 2px;font-size:10px}
  .area-shortcuts>p{font-size:10px;line-height:1.5}
  .area-select{min-width:92px;min-height:48px;padding:9px 8px 8px 11px}
  .area-select strong{font-size:13px}
  .area-select small{font-size:9px}
  .area-favorite{width:40px;min-height:48px}
  .calendar-date{flex-basis:66px;min-height:72px}
  .calendar-date small,.calendar-date .calendar-count{font-size:9px}
  .calendar-date strong{font-size:19px}
  .filters{display:block;overflow:visible;padding:0 12px 14px}
  .attribute-switcher{margin:0 0 9px;padding:8px;gap:6px}
  .attribute-label{font-size:10px}
  .attribute-button{min-height:42px;font-size:11px}
  .filter-scroll{margin-inline:-1px;padding:1px 1px 6px;scroll-snap-type:x proximity}
  .filter{min-height:44px;padding:9px 14px 8px;font-size:12px;scroll-snap-align:start;white-space:nowrap}
  .map{height:310px}
  .map-family-tip{max-width:126px}
  .map-family-tip span{font-size:9px}
  .map-location-button{min-width:112px;min-height:48px;font-size:11px}
  .results{padding:18px 12px 30px}
  .section-heading{align-items:flex-end}
  .section-heading h2{font-size:22px}
  .section-heading>span{font-size:10px}
  .sort-switcher{grid-template-columns:repeat(2,1fr);gap:6px;padding:6px}
  .sort-button{min-height:44px;font-size:11px}
  .cards{gap:16px}
  .event-card,.event-card:nth-child(odd),.event-card:nth-child(even){margin-inline:0;padding:17px 15px;border-radius:18px}
  .event-card h3{font-size:17px;line-height:1.45}
  .badges{gap:6px;margin-bottom:7px}
  .badges span{padding:4px 7px;font-size:10px}
  .place,.community-name{font-size:11px;line-height:1.55}
  .details{grid-template-columns:1.15fr 1fr .9fr;margin:15px 0 10px;padding:12px 5px}
  .details div{padding-inline:7px}
  .details dt{font-size:10px}
  .details dd{font-size:12px;line-height:1.55}
  .source-link{min-height:46px;padding:7px 2px 11px;font-size:12px}
  .reaction{min-height:48px;font-size:12px}
  .install-app-float{right:10px;bottom:calc(10px + env(safe-area-inset-bottom));min-width:126px;padding:7px 10px 6px;opacity:.96}
  .install-app-float span{font-size:7px}
  .install-app-float strong{font-size:10px}
}
@media(max-width:359px){
  .intro h2{font-size:21px}
  .intro-family{width:72px;height:68px}
  .install-app-float{min-width:104px;min-height:38px;padding-inline:8px}
  .install-app-float span{display:none}
}
