@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&family=Noto+Sans+TC:wght@400;500;700;900&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.skip{position:fixed;top:-100px;background:white;padding:16px;z-index:100}.skip:focus{top:0}.wrap{max-width:1256px;margin:auto;padding:0 40px}.topbar{background:var(--blue);color:white;text-align:center;padding:9px 20px;font-size:12px;letter-spacing:.07em}.header{position:sticky;top:0;z-index:20;background:#f7f8f4f5;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.hub-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:42px;height:42px}.brand strong{font-family:Figtree,sans-serif;letter-spacing:-.8px;font-size:21px;line-height:1.1}.brand small{display:block;font-size:10px;letter-spacing:1.1px;margin-top:4px}.links{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:700}.links a:hover,.footer a:hover{color:var(--blue)}.nav-right{display:flex;gap:16px;align-items:center}.language{border:0;background:none;color:var(--ink);padding:10px;max-width:108px;font-size:13px}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;border:1px solid transparent;border-radius:9px;padding:14px 21px;background:var(--blue);color:white;font-size:14px;font-weight:700;min-height:48px}.button.light{background:white;border-color:var(--line);color:var(--ink)}.button.yellow{background:var(--yellow);color:var(--ink)}.button:hover{filter:brightness(.94)}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;padding-top:64px;padding-bottom:62px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;gap:9px}.eyebrow:before{content:'';width:7px;height:7px;background:var(--blue);border-radius:50%}h1{font-family:Figtree,'Noto Sans TC',sans-serif;font-size:clamp(40px,4.8vw,65px);line-height:1.09;letter-spacing:-2.8px;font-weight:800;margin:22px 0}h1 em{font-style:normal;color:var(--blue);position:relative;white-space:nowrap}h1 em:after{content:'';display:block;position:absolute;height:8px;bottom:0;background:var(--yellow);width:100%;z-index:-1;transform:rotate(-2deg)}.hero p{max-width:440px;font-size:16px;line-height:1.8;color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-note{display:flex;gap:12px;align-items:center;margin-top:31px;font-size:12px;color:var(--muted)}.avatars{display:flex}.avatars span{height:30px;width:30px;border-radius:50%;border:2px solid var(--paper);background:#d4e6ee;display:grid;place-items:center;margin-left:-6px;font-size:13px}.avatars span:nth-child(2){background:#ffdeb9}.avatars span:nth-child(3){background:#c4d6b5}.hero-art{height:456px;border-radius:24px;position:relative;overflow:hidden;background:#dbe9ef;isolation:isolate}.hero-art svg{width:100%;height:100%}.art-label{position:absolute;top:24px;left:24px;font-size:11px;letter-spacing:.1em;background:white;padding:10px 13px;border-radius:30px}.art-bottom{position:absolute;bottom:23px;left:24px;right:24px;display:flex;align-items:center;justify-content:space-between;color:white}.art-bottom strong{font-size:20px}.art-bottom span{font-size:11px;line-height:1.6}.passport-stamp{position:absolute;right:20px;top:22px;border:1px dashed #315960;transform:rotate(12deg);border-radius:50%;width:86px;height:86px;display:grid;place-content:center;text-align:center;font-size:10px;letter-spacing:.12em;color:#315960}.passport-stamp b{font-size:23px}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0}.strip .wrap{display:flex;gap:22px;justify-content:space-between;align-items:center;flex-wrap:wrap}.strip span{font-size:12px;color:var(--muted)}.strip b{font-size:12px;font-weight:600}.section{padding-top:68px;padding-bottom:8px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}h2{font-family:Figtree,'Noto Sans TC',sans-serif;letter-spacing:-1px;font-size:32px;line-height:1.2;margin:10px 0}.section-head p{color:var(--muted);font-size:14px;margin:12px 0 0;line-height:1.7}.small-link{color:var(--blue);font-size:13px;font-weight:700;white-space:nowrap}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.search{background:white;border:1px solid var(--line);border-radius:9px;padding:12px 15px;flex:1;min-width:180px}.filter{border:1px solid var(--line);background:white;padding:12px;border-radius:9px;max-width:100%}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hub-card{border:1px solid var(--line);border-radius:var(--radius);background:white;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s}.hub-card:hover{transform:translateY(-3px)}.card-art{height:135px;background:#e2eee8;padding:23px;display:flex;align-items:center;justify-content:space-between}.hub-card:nth-child(3n+2) .card-art{background:#e2eaf4}.hub-card:nth-child(3n+3) .card-art{background:#f4e8d5}.card-art .glyph{font:800 42px Figtree,sans-serif;color:#004e9d66;letter-spacing:-3px}.hub-pill{display:inline-flex;border:1px solid #142c3e22;background:#ffffffcc;padding:6px 10px;border-radius:20px;font-size:10px;letter-spacing:.025em}.card-body{padding:23px;display:flex;flex-direction:column;flex:1}.meta{font-size:11px;color:var(--muted);letter-spacing:.03em}.hub-card h3{font-size:18px;line-height:1.4;letter-spacing:-.3px;margin:12px 0}.hub-card p{font-size:13px;color:var(--muted);line-height:1.8;margin:0 0 22px}.card-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:space-between;gap:12px;font-size:11px}.card-bottom a{color:var(--blue);font-weight:700}.empty{grid-column:1/-1;padding:35px;border:1px dashed #bdcbd2;border-radius:16px;background:#eef3f5;color:var(--muted);font-size:14px;line-height:1.8}.empty strong{display:block;color:var(--ink);font-size:18px;margin-bottom:6px}.city-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.city{border-radius:13px;background:#e7ede5;padding:22px 14px;border:0;text-align:left;min-height:100px}.city:nth-child(2n){background:#e7edf4}.city:nth-child(3n){background:#f2eadb}.city span{display:block;color:var(--muted);font-size:10px;letter-spacing:.08em;margin-bottom:17px}.city strong{font-size:16px}.membership{background:#e8eef5;margin-top:72px;padding:55px 0 60px}.membership .section-head{align-items:center}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.plan{border:1px solid #ccd8e3;background:white;border-radius:16px;padding:27px;display:flex;flex-direction:column}.plan.featured{background:var(--blue);color:white;border-color:var(--blue)}.plan small{font-size:10px;letter-spacing:.12em}.plan h3{font:800 25px Figtree,sans-serif;margin:14px 0}.plan .price{font-weight:700;font-size:22px;margin:5px 0}.plan p{font-size:12px;line-height:1.8;opacity:.85}.plan ul{list-style:none;padding:0;font-size:13px;line-height:1.7;margin:20px 0 27px}.plan li{padding:8px 0;border-bottom:1px solid #748ca333}.plan li:before{content:'✓';margin-right:10px}.plan .button{margin-top:auto}.fine{font-size:12px;color:var(--muted);line-height:1.8;margin-top:20px}.newsletter{margin-top:66px;background:var(--yellow);border-radius:22px;padding:43px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.newsletter h2{font-size:30px}.newsletter p{font-size:13px;line-height:1.8}.newsletter form{display:grid;gap:12px}.newsletter .row{display:flex;gap:8px}.newsletter input[type=email]{min-width:0;width:100%;border:1px solid #a08a30;background:white;border-radius:8px;padding:14px}.consent{font-size:11px;line-height:1.7;display:flex;align-items:flex-start;gap:8px}.consent input{flex-shrink:0;margin-top:3px}.consent a{text-decoration:underline}.status{font-size:13px;line-height:1.7;min-height:20px}.host-banner{padding:54px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.host-banner h2{font-size:24px}.host-banner p{font-size:13px;color:var(--muted);line-height:1.8}.footer{padding:36px 0}.footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer p,.footer a{font-size:11px;color:var(--muted)}.footer-links{display:flex;gap:20px}.dialog{border:0;border-radius:20px;padding:28px;max-width:660px;width:calc(100% - 32px);max-height:90dvh;box-shadow:0 15px 60px #142c3e44}.dialog::backdrop{background:#142c3e99}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.close{border:1px solid var(--line);border-radius:50%;width:40px;height:40px;background:white;font-size:22px;flex-shrink:0}.dialog h2{font-size:25px}.dialog p{font-size:13px;line-height:1.8}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px;font-size:12px}.field input,.field select,.field textarea{width:100%;border:1px solid #aabbc5;border-radius:7px;padding:11px;background:white;color:var(--ink)}.field textarea{min-height:95px;resize:vertical}.full{grid-column:1/-1}.trap{position:absolute;left:-10000px}.notice{background:#e8eef5;border-radius:8px;padding:15px;color:var(--muted)}[hidden]{display:none!important}@media(max-width:1050px){.links{gap:16px}.hub-nav{gap:12px}.nav-right .button{display:none}.hero{gap:26px}.hero-art{height:420px}.wrap{padding-left:28px;padding-right:28px}.grid{grid-template-columns:repeat(2,1fr)}.city-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.wrap{padding-left:20px;padding-right:20px}.hub-nav{min-height:74px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.brand strong{font-size:17px}.brand img{width:36px;height:36px}.links{order:3;width:100%;justify-content:space-between;font-size:12px;gap:8px;padding-top:7px}.nav-right{margin-left:auto}.language{padding:7px}.hero{grid-template-columns:1fr;padding-top:35px;padding-bottom:35px;gap:29px}h1{font-size:46px;letter-spacing:-2px}.hero p{font-size:14px}.hero-art{height:320px}.hero-note{margin-top:22px}.strip .wrap{justify-content:flex-start;gap:15px}.strip span{width:100%}.section{padding-top:44px}.section-head{align-items:start;flex-direction:column;gap:12px}h2{font-size:27px}.grid,.plans{grid-template-columns:1fr}.card-art{height:100px}.city-grid{grid-template-columns:repeat(2,1fr)}.membership{margin-top:44px;padding:38px 0}.newsletter{grid-template-columns:1fr;gap:15px;padding:25px;margin-top:40px}.newsletter .row{flex-direction:column}.newsletter h2{font-size:25px}.host-banner{flex-direction:column;align-items:start;padding:35px 0}.form-grid{grid-template-columns:1fr}.dialog{padding:22px}.footer .wrap{align-items:start;flex-direction:column}.filters{display:grid;grid-template-columns:1fr 1fr}.search{grid-column:1/-1}.topbar{font-size:10px}html{scroll-padding-top:150px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Community edition: TDNA VI 2.1 colors, editorial layout, source-linked entry points. */
.topbar{background:var(--ink);color:var(--paper);padding:11px 20px}.header{background:#faf9f5;border-bottom:1px solid var(--line);backdrop-filter:none}.hero{grid-template-columns:1.05fr 1fr;padding-top:58px;padding-bottom:48px;gap:64px}.hero h1{font-size:clamp(42px,4.6vw,66px);line-height:1.18;letter-spacing:-2px}.hero h1 em{white-space:normal;color:var(--ink)}.hero h1 em:after{display:none}.hero p{line-height:1.9}.hero-note{margin-top:27px}.byline-mark{font-size:11px;letter-spacing:1px;border:1px solid var(--ink);padding:6px 8px;font-weight:800;color:var(--ink)}.community-board{background:white;border:1px solid var(--ink);box-shadow:9px 9px 0 var(--yellow);min-width:0;align-self:stretch;display:flex;flex-direction:column;margin:8px 9px 9px 0}.board-top{font:800 15px/1.3 Figtree,sans-serif;padding:22px 26px;letter-spacing:.03em;display:flex;justify-content:space-between;border-bottom:1px solid var(--ink)}.board-top span{font-size:28px;letter-spacing:-2px}.community-board .board-message{font-family:Figtree,'Noto Sans TC',sans-serif;font-size:clamp(23px,2.3vw,34px);color:var(--ink);font-weight:800;line-height:1.45;padding:22px 26px;margin:0;max-width:none;flex:1;letter-spacing:-1px}.community-bars{height:78px;display:flex;gap:8px;padding:0 26px}.community-bars i{flex:1;background:var(--plum)}.community-bars i:nth-child(6n+2){background:var(--cyan)}.community-bars i:nth-child(6n+3){background:var(--yellow)}.community-bars i:nth-child(6n+4){background:var(--orange)}.community-bars i:nth-child(6n+5){background:var(--pink)}.community-bars i:nth-child(6n){background:var(--green)}.community-bars i:nth-child(3n){flex:2}.community-board .board-foot{background:var(--green);color:white;font-size:10px;letter-spacing:.04em;padding:15px 26px;margin:0;max-width:none}.strip{background:white}.strip b{font-weight:500}.button{border-radius:5px}.section{padding-top:56px}h2{font-size:30px;line-height:1.45;letter-spacing:-.6px}.eyebrow{font-size:10px;letter-spacing:.12em}.eyebrow:before{border-radius:0;background:var(--orange)}.community-portals{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--ink)}.portal{padding:30px 32px;display:flex;flex-direction:column;background:white}.portal+.portal{border-left:1px solid var(--ink);background:#fff7d8}.portal-index{font-size:10px;letter-spacing:.14em;font-weight:700;color:var(--blue)}.portal h3{font-size:25px;letter-spacing:-.7px;line-height:1.4;margin:25px 0 10px}.portal p{font-size:14px;line-height:1.9;color:var(--muted);max-width:430px;margin:0 0 28px}.portal a{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:17px;border-top:1px solid #c2c9bf;font-weight:700;font-size:13px}.portal a:hover{color:var(--blue)}.portal a span{font-size:24px}.grid{gap:18px}.hub-card{border-radius:5px}.hub-card:hover{transform:translateY(-2px)}.card-strip{display:flex;justify-content:space-between;align-items:center;padding:15px 22px;background:#e8f0e9;border-bottom:1px solid var(--line);font-weight:700;font-size:12px}.hub-card:nth-child(3n+2) .card-strip{background:#fff3c7}.hub-card:nth-child(3n+3) .card-strip{background:#f9e5ee}.card-body{padding:22px}.hub-card h3{font-size:18px}.hub-card p{margin-bottom:16px}.archive-list{border-top:1px solid var(--ink)}.archive-item{display:grid;grid-template-columns:125px 1fr auto;gap:25px;align-items:center;border-bottom:1px solid var(--line);padding:24px 0}.archive-item time{font:600 13px Figtree,sans-serif;font-variant-numeric:tabular-nums}.archive-item h3{font-size:18px;line-height:1.5;margin:7px 0 0}.archive-item a{font-size:12px;color:var(--blue);padding:12px 0;font-weight:600}.city{border-radius:5px;min-height:90px}.membership{background:#eeeae1;margin-top:60px}.plan{border-radius:6px}.plan.featured{background:var(--ink);border-color:var(--ink)}.plan small{line-height:1.6}.newsletter{border-radius:6px}.dialog{border-radius:8px}.empty{border-radius:5px}#event-list{grid-template-columns:1fr}#event-list .hub-card{display:grid;grid-template-columns:180px 1fr}#event-list .card-strip{flex-direction:column;justify-content:center;gap:16px;border-bottom:0;border-right:1px solid var(--line);background:var(--pink);font-size:16px}#event-list .card-strip span:last-child{font:800 29px Figtree,sans-serif}#event-list .hub-card h3{font-size:23px}#event-list .hub-card p{max-width:790px}.brand small{letter-spacing:.6px}.brand strong{font-size:19px}@media(max-width:1050px){.hero{gap:35px}.hub-nav{gap:10px}.links{gap:14px}.community-board .board-message{font-size:27px}}@media(max-width:700px){.hero{grid-template-columns:1fr;padding-top:32px;gap:25px}.hero h1{font-size:44px}.community-board{min-height:340px}.community-board .board-message{font-size:27px;padding:22px}.board-top{padding:18px 22px}.community-bars{height:65px;padding:0 22px;gap:6px}.community-portals{grid-template-columns:1fr}.portal{padding:25px}.portal+.portal{border-left:0;border-top:1px solid var(--ink)}.portal h3{font-size:24px;margin-top:19px}.section{padding-top:40px}.archive-item{grid-template-columns:1fr;gap:8px;padding:23px 0}.archive-item h3{font-size:18px}.archive-item a{justify-self:start}.archive-item time{font-size:12px;color:var(--muted)}#event-list .hub-card{grid-template-columns:1fr}#event-list .card-strip{flex-direction:row;justify-content:space-between;border-right:0;border-bottom:1px solid var(--line);padding:15px 22px}#event-list .card-strip span:last-child{font-size:22px}#event-list .hub-card h3{font-size:21px}.membership .section-head{align-items:start}.brand strong{font-size:17px}.brand small{font-size:9px}.newsletter{padding:26px}.section-head p{line-height:1.8}h2{font-size:26px}.strip .wrap{gap:13px}.strip b{font-size:11px}}

/* Mobile-first event discovery: native controls and an address-based map. */
[hidden]{display:none!important}.view-switch{display:flex;gap:8px;margin:0 0 18px}.view-switch button{flex:1;min-height:48px;border:1px solid var(--line);background:white;padding:12px;border-radius:6px;font-weight:700}.view-switch [aria-pressed=true]{background:var(--ink);color:white}.map-actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}#event-map iframe{display:block;width:100%;height:54dvh;min-height:320px;max-height:600px;border:1px solid var(--line);border-radius:8px}#event-map select{min-height:48px;font-size:16px}#event-map p{overflow-wrap:anywhere}.hub-card h3{overflow-wrap:anywhere}
@media(max-width:700px){.topbar,.community-board,.strip,.hero-note{display:none}.wrap{padding-left:20px;padding-right:20px}.hub-nav{min-height:68px;gap:8px}.brand strong{font-size:17px}.brand small{font-size:8px}.brand img{width:30px;height:30px}.language{min-height:44px;padding:8px;font-size:14px}.hero{display:block;padding-top:26px;padding-bottom:12px}.hero h1{font-size:32px;line-height:1.3;letter-spacing:-1px;margin:12px 0}.hero h1 em{white-space:normal}.hero p{font-size:14px;line-height:1.7}.hero .actions{margin-top:16px}.actions .button{flex:1;padding:12px;gap:8px}.section{padding-top:36px}.section-head{display:block;margin-bottom:18px}.section-head h2{font-size:25px}.filters{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.search{grid-column:1/-1;min-width:0}.filter,.search{font-size:16px;min-height:48px;width:100%}.card-body{padding:18px}.hub-card p{font-size:14px;margin-bottom:14px}.card-bottom a{min-height:44px;display:flex;align-items:center}.portal a,.archive-item a{min-height:44px;display:flex;align-items:center}.newsletter .row{flex-direction:column}.newsletter input[type=email]{font-size:16px}.close{width:44px;height:44px}.view-switch{position:sticky;top:68px;z-index:10;background:var(--paper);padding:8px 0}.plans{gap:14px}.map-actions .button{flex:1}}
@media(min-width:701px){.view-switch{max-width:360px}#event-map{max-width:100%}}
.partner-section{margin-top:48px;padding:40px 0;background:#f9d2e5;border-block:1px solid var(--line)}.partner-section h2{max-width:760px}.partner-section p{max-width:780px;line-height:1.8}.partner-columns{display:grid;gap:24px;margin:24px 0}.partner-columns ul{padding-left:22px;line-height:2}.partner-support{display:grid;gap:10px}.partner-support div{display:flex;gap:24px;align-items:center;border-bottom:1px solid #1e1f1c33;padding:12px 0}.partner-support span{font-size:12px}.partner-support strong{font-size:20px}.partner-section fieldset{border:1px solid var(--line)}@media(min-width:701px){.partner-columns{grid-template-columns:1fr 1fr}.partner-section{padding:64px 0}}
.directory-search{width:100%;margin-bottom:20px}.links [aria-current=page]{text-decoration:underline;text-underline-offset:8px}.footer{margin-top:40px}@media(max-width:700px){.hub-nav{flex-wrap:wrap;padding-top:10px;padding-bottom:0}.nav-right{margin-left:auto}.links{display:flex!important;order:3;flex-basis:100%;gap:0;justify-content:space-between;overflow-x:auto;white-space:nowrap}.links a{font-size:12px;min-height:44px;padding:12px 6px;display:flex;align-items:center}.view-switch{top:112px}html{scroll-padding-top:130px}.resource-list{grid-template-columns:1fr}}
.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.calendar-toolbar h3{margin:0;font-size:20px}.calendar-controls{display:flex;gap:6px;flex-wrap:wrap}.calendar-controls button{min-width:44px;min-height:44px;border:1px solid var(--line);background:white;border-radius:5px}.calendar-controls [aria-pressed=true]{background:var(--ink);color:white}.calendar-weekdays,.calendar-month{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-weekdays span{text-align:center;padding:10px 0;font-size:12px;color:var(--muted)}.calendar-month{border-top:1px solid var(--line);border-left:1px solid var(--line)}.calendar-day{border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:white;min-width:0;min-height:74px;padding:8px 3px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.calendar-day.outside{background:#f0f0ed;color:#666}.calendar-day[aria-pressed=true]{background:#ffd028;box-shadow:inset 0 0 0 2px var(--ink)}.day-count{font-size:9px;line-height:1.3;color:var(--blue);font-weight:700}.day-preview{display:none}.calendar-agenda{padding:14px 0}.calendar-event{display:flex;text-align:left;gap:14px;align-items:center;width:100%;padding:14px 10px;border:0;border-bottom:1px solid var(--line);background:white;min-height:52px}.calendar-event time{font-size:12px;font-weight:700;color:var(--blue);white-space:nowrap}.calendar-event span{font-size:14px;line-height:1.5;overflow-wrap:anywhere}.calendar-week section{display:grid;grid-template-columns:80px 1fr;border-top:1px solid var(--line);gap:8px;padding:12px 0}.calendar-week h4{font-size:13px;margin:12px 0}.calendar-week .fine{margin:12px 0}.view-switch{max-width:450px}#event-list .hub-card{display:grid;grid-template-columns:80px minmax(0,1fr)}#event-list .card-strip{width:auto;min-height:0;padding:16px 8px;justify-content:start}#event-list .card-body{padding:14px}#event-list .hub-card h3{font-size:16px;margin:6px 0}#event-list .hub-card p{font-size:12px;line-height:1.5;margin:6px 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}#event-list .card-bottom{padding-top:6px}.view-switch button{font-size:14px;padding:10px 8px}@media(min-width:701px){.calendar-day{min-height:112px;align-items:flex-start;padding:12px}.day-preview{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-align:left;font-size:11px;line-height:1.5}.day-count{font-size:11px}.calendar-week section{grid-template-columns:130px 1fr}}
.language-picker{display:flex;flex-direction:column;gap:0;font-size:10px;font-weight:700;line-height:1.3}.language-picker>span{padding-left:10px;color:var(--muted)}.language-picker select{border:1px solid var(--line);border-radius:5px;background:white;min-width:100px;max-width:130px;min-height:40px}@media(max-width:700px){.language-picker{font-size:9px}.language-picker select{min-height:36px;font-size:13px;min-width:104px}.nav-right{gap:0}.hub-nav{gap:8px}}

/* Hub layout uses the same TDNA Stylebook tokens and button base as Console. */
:root{--blue:var(--brand);--yellow:var(--spine);--white:var(--surface);--orange:var(--cis-orange);--green:var(--cis-green);--radius:0;font-family:var(--sans);font-synthesis:none}
body{font-family:var(--sans);background:var(--paper);color:var(--ink)}
.header{background:var(--surface);backdrop-filter:none;border-top:6px solid var(--spine)}
.brand strong,h1,h2,.archive-item time{font-family:var(--sans)}
.button,.search,.filter,.hub-card,.hub-pill,.plan,.newsletter,.dialog,.empty,.language-picker select,.view-switch button,.calendar-controls button,#event-map iframe{border-radius:0}
.button{border:1px solid var(--brand);background:var(--brand);color:var(--brand-ink)}
.button:hover{filter:none;box-shadow:var(--shadow);transform:translate(-1px,-1px)}
.search,.filter,.language-picker select,.field input,.field textarea,.field select{border-color:var(--ctrl)}
.hub-card{box-shadow:none}.hub-card:hover{transform:none;border-color:var(--brand)}
.membership{background:var(--line2)}.partner-section{background:var(--cis-pink)}
.community-board{border-radius:0;box-shadow:var(--shadow)}
.view-switch [aria-pressed=true],.calendar-controls [aria-pressed=true]{background:var(--brand);color:var(--brand-ink)}
.links [aria-current=page]{color:var(--brand);font-weight:800}
@media(max-width:700px){.view-switch{top:118px}.brand strong{font-size:16px}.brand small{font-size:7px}.btn{min-height:44px}}

.footer-links button{background:none;border:0;white-space:normal;text-align:left}.footer-links{flex-wrap:wrap}.consent input{width:auto;min-height:0}.search{width:auto}@media(min-width:701px){.filters .filter{width:auto}}

.paid-plan{max-width:640px;margin:24px 0}.paid-plan select{font-size:16px;width:100%}.follow-updates{margin-top:40px;border-top:1px solid var(--line);padding-top:24px}#student-discount p{max-width:760px;line-height:1.8}

.member-price{display:grid;gap:4px;padding:10px 0;font-size:13px}.member-price>span{color:var(--muted);font-size:12px}.member-price strong{color:var(--brand)}

.resource-group{margin:0 0 36px}.resource-group>h3{font-size:1.2rem;border-bottom:1px solid var(--line,#ddd);padding-bottom:12px}.resource-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.resource-links article{padding:18px 0;border-bottom:1px solid var(--line,#ddd);min-width:0}.resource-links h4{margin:0 0 8px;font-size:1.05rem}.resource-links p{margin:0 0 10px;line-height:1.65}.resource-links small{opacity:.7;overflow-wrap:anywhere}@media(max-width:640px){.resource-links{grid-template-columns:1fr}}

#venue-map{height:480px;max-height:65vh;isolation:isolate;background:#e7ece8;border-radius:12px}.venue-pin{background:#24483d;color:white;border:2px solid white;border-radius:50% 50% 50% 0;transform-origin:center;box-shadow:0 2px 8px #0004;text-align:center;font-weight:700;font-size:16px;line-height:32px}.venue-pin:focus{outline:3px solid #f6bb43}.venue-events{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}#map-detail{margin-top:20px}@media(max-width:640px){#venue-map{height:390px}.venue-events{grid-template-columns:1fr}}

.venue-events article{padding:16px;border-bottom:1px solid #ddd}.venue-events h4{margin:0 0 10px}.venue-events time{font-size:.85rem}

#resource-search{width:100%;max-width:640px}
