@charset "UTF-8";
:root {
  color-scheme: light dark;
  --ink:var(--xc-ink); --muted:var(--xc-ink); --paper:var(--xc-canvas); --white:#fff;
  --line:var(--xc-wash); --field-line:var(--xc-ink); --brand:var(--xc-ink); --brand-dark:var(--xc-ink); --button:var(--xc-ink);
  --tint:var(--xc-canvas); --wash:var(--xc-wash); --lime:#fff; --warn:#775000; --warning-surface:#fff4d7;
  --error:#b42318; --error-surface:#fff0ed; --glass:rgba(251,251,253,.86);
  --radius:22px; --space:24px; --shadow:0 4px 24px #22232106; --ease:cubic-bezier(.22,1,.36,1);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  color:var(--ink); background:var(--paper); font-synthesis:none; font-optical-sizing:auto; line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button,input,textarea,select{max-width:100%}input,select,textarea{width:100%;background:var(--white);border:1px solid var(--field-line);border-radius:14px;padding:11px 13px;min-height:46px;font-size:16px}textarea{resize:vertical;line-height:1.7}input[type=checkbox]{width:20px;min-height:20px;height:20px;flex:0 0 20px;accent-color:var(--brand);margin:2px 0}input[type=file]{font-size:14px;padding:8px}input:focus,textarea:focus,select:focus{outline:3px solid var(--brand);outline-offset:1px;border-color:var(--brand)}:focus-visible{outline:3px solid var(--brand);outline-offset:4px}a:hover{color:var(--brand)}button:hover{filter:brightness(.96)}[hidden]{display:none!important}p{margin:0 0 16px}h1,h2,h3{line-height:1.3;margin:0 0 16px;letter-spacing:-.035em}h1{font-size:44px;font-weight:650}h2{font-size:28px;font-weight:650}h3{font-size:20px;font-weight:650}small{font-size:13px;color:var(--muted)}label{display:block;font-size:14px;font-weight:600;margin-bottom:16px}label input,label textarea,label select{display:block;margin-top:7px;font-weight:400}label small{display:block;font-weight:400;margin-top:6px}hr{border:0;border-top:1px solid var(--line);margin:28px 0}img{max-width:100%;object-fit:cover}code{font-family:ui-monospace,Consolas,monospace;overflow-wrap:anywhere}fieldset{min-width:0}form{margin:0}.shell{max-width:1296px;padding:0 40px;margin:auto;min-height:60vh}.shell.wide{max-width:1536px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:16px;z-index:1000;background:var(--ink);color:#fff;padding:12px 20px}.skip-link:focus{top:8px}.accent{color:var(--brand)}.muted,.fine-print{color:var(--muted)}.fine-print{font-size:13px;line-height:1.75;margin:14px 0}.eyebrow{display:block;font-size:11px;font-weight:650;letter-spacing:.11em;color:var(--muted);margin-bottom:13px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:10px 20px;background:transparent;border:1px solid var(--line);border-radius:14px;font-weight:650;font-size:14px;line-height:1.5;text-align:center;transition:background .15s,color .15s}.button:hover{background:var(--tint);color:var(--brand)}.button.primary{background:var(--brand);border-color:var(--brand);color:#fff}.button.primary:hover{background:var(--brand-dark)}.button.dark{background:var(--ink);border-color:var(--ink);color:#fff}.button.small{padding:10px 15px;min-height:44px}.button.full{width:100%;margin-bottom:10px}.text-link,.text-button{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:650;color:var(--brand);text-decoration:underline;text-underline-offset:4px}.text-button{border:0;background:none;padding:7px 3px;gap:8px}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:12px 0}.required{color:var(--error)}.site-footer{max-width:1296px;margin:90px auto 0;padding:36px 40px 42px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:40px;font-size:13px}.site-footer p{margin:9px 0}.footer-brand{font-size:18px;font-weight:650}.footer-links{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.footer-links a{min-height:44px;display:flex;align-items:center;font-size:13px}.search-bar{display:flex;align-items:stretch;gap:8px;padding:7px;background:var(--white);border:1px solid var(--line);border-radius:14px;max-width:720px}.search-bar input{border:0;background:transparent;min-width:0;padding:9px 12px;min-height:44px}.search-bar input:focus{outline:2px solid var(--brand);outline-offset:0}.search-bar .button{flex-shrink:0}.home-section{padding-top:48px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:23px}.section-heading h2{margin:5px 0 0;font-size:27px}.section-heading .eyebrow{margin:0;font-size:10px}.section-heading .text-link{white-space:nowrap}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.resource-card{display:flex;flex-direction:column;position:relative;padding:23px 22px 0;background:var(--white);border:1px solid var(--line);border-radius:14px;min-width:0;transition:border-color .15s}.resource-card:hover{border-color:var(--line)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.card-top .eyebrow{font-size:10px;margin:0}.card-arrow{color:var(--brand);font-size:19px}.resource-card h3{font-size:20px;line-height:1.5;margin:18px 0 10px;overflow-wrap:anywhere}.card-summary{font-size:13px;color:var(--muted);line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:18px;flex:1}.tags{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;min-height:27px;font-size:11px;padding:3px 8px;border-radius:14px;background:var(--tint);color:var(--brand);font-weight:500}.tag.muted-tag{background:var(--wash);color:var(--muted)}.tag.test-tag{background:var(--warning-surface);color:var(--warn)}.card-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:8px;margin-top:24px;padding:15px 0;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.card-bottom>span:last-child{text-align:right}.card-cover{margin:-23px -22px 20px;height:165px;overflow:hidden;border-radius:14px 6px 0 0}.card-cover img{width:100%;height:100%}.participate{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:38px 40px;background:var(--lime);border:1px solid var(--line);margin-top:62px}.participate h2{font-size:32px;margin-bottom:0}.participate p{font-size:14px;line-height:1.9}.participate .eyebrow{color:var(--brand)}.intro-strip{padding:50px 0 0;max-width:700px}
.page-heading{padding:48px 0 30px}.page-heading h1{font-size:39px;margin:12px 0 15px}.page-heading>p{font-size:15px;color:var(--muted);max-width:730px}.page-heading.compact{padding:35px 0 20px}.page-heading.compact h1{font-size:34px}.directory-filters{padding:25px;background:var(--white);border:1px solid var(--line);border-radius:14px}.directory-filters .search-bar{max-width:none}.filter-details{margin-top:12px}.filter-details summary,.action-details summary{font-weight:650;min-height:44px;padding:10px 0;cursor:pointer;font-size:14px}.filter-details summary span{font-size:12px;color:var(--muted);font-weight:400;margin-left:14px}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 20px;padding:16px 0 0}.filter{min-width:0;margin-bottom:5px;font-size:13px}.filter-grid .check{align-self:end;margin:0;min-height:50px}.results-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0 17px;font-size:13px;color:var(--muted)}.results-heading p{margin:0}.results-heading>div{display:flex;align-items:center;gap:18px}.results-heading small{font-size:11px}.results-heading b{color:var(--ink);font-size:16px}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;padding:35px 0 0;font-size:14px}.empty-state{text-align:center;border:1px dashed var(--line);padding:48px 24px;background:var(--white);border-radius:14px;max-width:100%;margin:15px 0}.empty-state h2{font-size:23px}.empty-state p{font-size:14px;color:var(--muted);max-width:520px;margin:0 auto 20px}.empty-state .actions{justify-content:center}.empty-symbol{display:block;font-size:40px;line-height:1;margin-bottom:18px;color:var(--muted)}
.breadcrumb{display:flex;gap:12px;align-items:center;font-size:12px;color:var(--muted);padding:22px 0;flex-wrap:wrap}.breadcrumb a{display:flex;min-height:32px;align-items:center}.detail-heading{max-width:980px;padding:12px 0 29px}.detail-heading h1{font-size:43px;margin:19px 0 17px;overflow-wrap:anywhere}.lead{font-size:17px;line-height:1.9;color:var(--muted)}.detail-meta{display:flex;gap:23px;font-size:12px;color:var(--muted);flex-wrap:wrap}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 324px;gap:50px;align-items:start}.detail-layout>article{min-width:0}.detail-cover{width:100%;height:auto;aspect-ratio:16/9;border-radius:14px;margin-bottom:25px}.detail-section{padding:29px 0;border-top:1px solid var(--line)}.detail-section.first{padding-top:25px}.detail-section h2{font-size:24px;margin-bottom:21px}.prose{font-size:15px;line-height:1.95;white-space:normal;overflow-wrap:anywhere}.facts{margin:0}.fact{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;padding:11px 0;font-size:14px;align-items:start}.fact dt{color:var(--muted);font-size:13px}.fact dd{margin:0;overflow-wrap:anywhere}.fee-band{background:var(--tint);padding:19px 22px;border-left:3px solid var(--brand);margin-bottom:15px}.fee-band strong{font-size:21px;color:var(--brand)}.fee-band p{font-size:14px;margin:6px 0 0}.contact-panel{position:sticky;top:24px;padding:26px;background:var(--white);border:1px solid var(--line);border-radius:14px}.contact-panel h2{font-size:24px}.contact-panel h3{font-size:17px;margin-top:20px}.contact-panel p{font-size:13px}.contact-panel .eyebrow{font-size:10px}.contact-panel .action-details{margin-top:18px;border-top:1px solid var(--line);padding-top:7px}.contact-panel label{font-size:12px}.contact-panel label input,.contact-panel label textarea{font-size:14px}.contact-panel .check{font-weight:400;font-size:12px}.copy-row{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:13px;overflow-wrap:anywhere}.copy-row code{max-width:100%;font-size:13px}.panel-actions{margin-top:20px;border-top:1px solid var(--line);padding-top:22px}.panel-actions .text-button{display:flex;margin:auto}.qr{display:block;border:1px solid var(--line);margin:15px 0;object-fit:contain;background:var(--white)}.status-banner{padding:12px 16px;background:var(--tint);color:var(--brand);font-weight:650;font-size:14px;margin:14px 0}.notice{padding:17px 20px;background:var(--warning-surface);border:1px solid var(--warning-surface);font-size:14px;border-radius:14px;margin:16px 0}.notice.subtle{font-size:12px;padding:12px 16px}.notice p:last-child{margin:0}.verified-note{font-size:13px;padding:13px 16px;background:var(--tint)}.source-section .fact{font-size:13px}.action-details>form{margin-top:14px}.type-tabs{display:flex;gap:7px;overflow-x:auto;border-bottom:1px solid var(--line);margin:0 0 26px;padding:0 0 12px;max-width:100%}.type-tabs a{padding:10px 16px;min-height:44px;white-space:nowrap;border-radius:14px;font-size:13px;font-weight:650}.type-tabs .selected{background:var(--brand);color:#fff}
.auth-layout{display:grid;grid-template-columns:1fr 440px;gap:100px;padding:80px 50px 30px;align-items:start}.auth-layout h1{font-size:43px;line-height:1.4;white-space:pre-line;margin:22px 0}.auth-layout>section>p{color:var(--muted);font-size:15px;max-width:430px}.auth-principles{margin-top:40px;font-size:13px;color:var(--muted)}.auth-card{background:var(--white);border:1px solid var(--line);padding:32px;border-radius:14px}.auth-card h2{font-size:25px}.auth-card form{margin-top:25px}.auth-card>p{font-size:13px;margin:20px 0}.auth-card summary{cursor:pointer;font-size:13px;min-height:44px;display:flex;align-items:center}.auth-card details p{font-size:13px;color:var(--muted);margin:10px 0}.check{display:flex;gap:10px;align-items:flex-start;min-height:44px;font-size:13px;font-weight:500;padding-top:10px}.check input{margin-top:2px}.form-message{font-size:13px;line-height:1.7;margin:12px 0;overflow-wrap:anywhere}.form-message:empty{display:none}.form-message.error{color:var(--error);background:var(--error-surface);border:1px solid var(--error-surface);padding:12px}.form-message.success{color:var(--brand);background:var(--tint);padding:12px}.form-message a{text-decoration:underline}.field-error{color:var(--error);font-size:12px}.field-error:empty{display:none}[aria-invalid=true]{border-color:var(--error)}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:28px;align-items:start}.editor-fields{border:0;padding:0;margin:0}.form-section{background:var(--white);border:1px solid var(--line);padding:28px;margin-bottom:22px;border-radius:14px;min-width:0}.form-section h2{font-size:21px;margin-bottom:26px}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px 22px}.span-full{grid-column:1/-1}.editor-grid>.filter{margin-bottom:16px}.editor-field{font-size:13px}.editor-sidebar{position:sticky;top:24px;border:1px solid var(--line);background:var(--white);padding:25px;border-radius:14px}.editor-sidebar h2{font-size:22px}.editor-sidebar>p{font-size:13px}.editor-sidebar ol{padding-left:18px;font-size:12px;color:var(--muted);line-height:2.4;margin:20px 0}.editor-actions{display:flex;flex-direction:column;gap:10px}.check-grid{display:flex;flex-wrap:wrap;gap:4px 22px;margin:0 0 15px}.check-grid .check{margin-bottom:4px}.upload-field{border:1px dashed var(--field-line);background:var(--paper);padding:17px;margin:18px 0}.upload-field>small{font-size:12px}.upload-field label{margin-bottom:9px}.upload-field progress{width:100%;accent-color:var(--brand);margin:10px 0}.upload-status{font-size:12px;margin:8px 0}.upload-preview{display:block;margin:10px 0;object-fit:contain}.narrow{max-width:640px}.record-list{display:grid;gap:15px}.record{padding:23px 25px;background:var(--white);border:1px solid var(--line);border-radius:14px;display:flex;justify-content:space-between;align-items:center;gap:22px;min-width:0}.record>div{min-width:0}.record h3{margin:10px 0;font-size:19px;overflow-wrap:anywhere}.record p{font-size:13px;margin:6px 0;overflow-wrap:anywhere}.record small{font-size:11px}.record-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex-shrink:0}.record.intent-record{align-items:flex-start}.intent-record>div:first-child{flex:1}.intent-record .record-actions{flex-direction:column;align-items:stretch}.intent-record .fact{font-size:13px;padding:7px 0}.record.read{background:var(--paper)}
.admin-layout{display:grid;grid-template-columns:194px minmax(0,1fr);gap:36px;padding:36px 0}.admin-sidebar{border-right:1px solid var(--line);padding-right:25px;align-self:start;position:sticky;top:25px}.admin-sidebar>.eyebrow{font-size:9px}.admin-sidebar h2{font-size:22px}.admin-sidebar nav{display:flex;flex-direction:column;gap:4px;margin:25px 0}.admin-sidebar nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:45px;font-size:13px;padding:10px 12px;border-radius:14px}.admin-sidebar nav .selected{background:var(--brand);color:#fff}.admin-sidebar nav span{font-size:11px}.admin-main{min-width:0}.admin-main h1{font-size:31px;margin-bottom:0}.admin-main .section-heading{margin:0 0 30px}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-bottom:28px}.stat{background:var(--white);border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;padding:20px;font-size:13px}.stat b{font-size:37px;line-height:1.2;font-weight:650;margin:17px 0;color:var(--brand)}.stat small{font-size:11px}.loading-state{display:flex;justify-content:center;align-items:center;gap:14px;min-height:180px;border:1px dashed var(--line);font-size:14px;color:var(--muted)}.spinner{width:20px;height:20px;border:2px solid var(--line);border-top-color:var(--brand);border-radius:100%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-filters{display:flex;align-items:flex-end;gap:12px;margin-bottom:22px;flex-wrap:wrap}.admin-filters label{flex:1;min-width:135px;margin:0;font-size:12px}.admin-filters .button{flex:0 0 auto}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px;background:var(--white);margin:20px 0}table{border-collapse:collapse;width:100%;font-size:12px;text-align:left}th,td{padding:13px 15px;border-bottom:1px solid var(--line);vertical-align:top;line-height:1.8;min-width:75px}th{font-weight:600;background:var(--tint);color:var(--brand)}td small{font-size:11px}.table-wrap .button{font-size:12px;min-height:44px;padding:8px 12px;white-space:nowrap}.table-wrap .actions{margin:0;gap:5px;flex-wrap:nowrap}.admin-card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:23px;margin-bottom:17px}.admin-card h2,.admin-card h3{font-size:20px}.admin-card .fact{font-size:13px;padding:8px 0}.admin-card form{margin-top:20px}.import-results{margin-top:25px}.import-results h3{font-size:20px}.stat-note{font-size:13px;background:var(--tint);padding:15px}.dictionary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stat-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.static-page{max-width:820px;padding:60px 0 30px}.static-page h1{font-size:40px;margin:20px 0 34px}.static-page h2{font-size:23px;margin:34px 0 17px}.static-page p{line-height:2;font-size:15px}.error-page,.outbound-page{max-width:720px;margin:auto;padding:90px 0}.error-page h1,.outbound-page h1{font-size:38px;line-height:1.4}.error-page p,.outbound-page p{font-size:15px;color:var(--muted)}.outbound-page .destination{background:var(--tint);padding:18px;border-radius:14px;color:var(--brand);overflow-wrap:anywhere}.outbound-page .copy-row{background:var(--white);padding:16px;margin:15px 0}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);max-width:min(560px,90vw);background:var(--ink);color:#fff;border-radius:14px;padding:13px 20px;font-size:13px;z-index:100;box-shadow:0 5px 25px #22232118;overflow-wrap:anywhere}dialog{width:calc(100% - 40px);max-width:520px;border:1px solid var(--line);border-radius:14px;background:var(--paper);padding:28px;color:var(--ink)}dialog::backdrop{background:#22232155}dialog h2{font-size:25px}dialog p{font-size:14px}dialog .actions{justify-content:flex-end;margin:20px 0 0}
@media(min-width:1600px){}
@media(max-width:1180px){.shell{padding:0 28px}.auth-layout{padding:60px 10px;gap:50px;grid-template-columns:1fr 390px}.detail-layout{gap:30px;grid-template-columns:minmax(0,1fr) 296px}.contact-panel{padding:22px}.admin-layout{gap:25px;grid-template-columns:175px minmax(0,1fr)}.editor-layout{grid-template-columns:minmax(0,1fr) 260px;gap:20px}.form-section{padding:23px}}
@media(max-width:980px){.shell{padding:0 24px}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section .resource-grid>.resource-card:last-child:nth-child(3){grid-column:1/-1}.filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-layout{grid-template-columns:minmax(0,1fr) 270px;gap:24px}.fact{grid-template-columns:105px minmax(0,1fr);gap:12px}.detail-heading h1{font-size:37px}.contact-panel{padding:19px}.contact-panel .button{padding:10px 12px}.editor-layout{grid-template-columns:minmax(0,1fr)}.editor-sidebar{position:static;order:-1;padding:20px}.editor-sidebar ol,.editor-sidebar>.fine-print{display:none}.editor-actions{flex-direction:row;flex-wrap:wrap}.editor-sidebar h2{font-size:19px;display:inline-block;margin:0 20px 10px 0}.editor-sidebar>p{display:inline-block}.auth-layout{gap:35px;padding:55px 0;grid-template-columns:1fr 350px}.auth-layout h1{font-size:35px}.auth-card{padding:25px}.admin-layout{grid-template-columns:minmax(0,1fr);padding-top:25px;gap:25px}.admin-sidebar{position:static;border:0;padding:0}.admin-sidebar>h2,.admin-sidebar>.eyebrow,.admin-sidebar>.text-link{display:none}.admin-sidebar nav{flex-direction:row;overflow-x:auto;margin:0;gap:7px;padding-bottom:10px;border-bottom:1px solid var(--line)}.admin-sidebar nav a{white-space:nowrap;padding:10px 14px}.admin-main h1{font-size:29px}.stat-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.header-actions .my-link{display:flex}.header-actions .button{font-size:12px;padding:9px 12px}.shell{padding:0 20px}.home-section{padding-top:33px}.section-heading{align-items:center;gap:12px;margin-bottom:17px}.section-heading h2{font-size:23px}.section-heading .text-link{font-size:12px}.section-heading .eyebrow{font-size:9px}.resource-grid{gap:15px}.resource-card{padding:20px 18px 0}.resource-card h3{font-size:19px;margin-top:13px}.card-summary{font-size:13px}.card-bottom{margin-top:19px;font-size:10px}.card-cover{margin:-20px -18px 16px;height:170px}.participate{grid-template-columns:1fr;gap:22px;padding:27px 24px;margin-top:39px}.participate h2{font-size:29px}.participate p{font-size:13px}.site-footer{margin-top:55px;padding:28px 20px;flex-direction:column;gap:15px}.footer-links{gap:16px}.footer-links a{font-size:12px}.page-heading{padding:32px 0 17px}.page-heading h1{font-size:32px;margin:8px 0 14px}.page-heading p{font-size:14px;margin-bottom:10px}.page-heading.compact h1{font-size:28px}.directory-filters{padding:15px}.filter-details summary{font-size:13px}.filter-details summary span{font-size:11px;margin-left:7px}.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.filter-grid .check{grid-column:1/-1}.results-heading{font-size:12px;gap:10px;padding:18px 0 13px}.results-heading>div{gap:0;flex-direction:column;align-items:flex-end}.results-heading small{font-size:9px}.results-heading .text-button{font-size:11px;min-height:35px}.detail-layout{display:flex;flex-direction:column;gap:22px}.detail-layout>article{width:100%}.contact-panel{position:static;width:100%;order:-1;padding:22px}.contact-panel h2{font-size:22px}.contact-panel .panel-actions{display:flex;gap:14px;align-items:center;padding-top:15px;margin-top:15px}.contact-panel .panel-actions .button{width:auto;flex:1;margin:0}.contact-panel .panel-actions .text-button{white-space:nowrap}.contact-panel>.fine-print{margin-bottom:0}.contact-panel>h3{margin-top:14px}.contact-panel .button.full{min-height:46px}.contact-panel label input,.contact-panel label textarea{font-size:16px}.detail-heading{padding:3px 0 23px}.detail-heading h1{font-size:32px;margin-top:15px;line-height:1.4}.lead{font-size:15px}.detail-meta{font-size:11px;gap:14px}.breadcrumb{font-size:11px;padding:14px 0}.detail-section{padding:24px 0}.detail-section h2{font-size:22px}.fact{grid-template-columns:105px minmax(0,1fr);font-size:14px;padding:10px 0}.fact dt{font-size:12px}.prose{font-size:14px}.detail-cover{margin-bottom:10px}.type-tabs{margin-bottom:21px;gap:4px}.type-tabs a{font-size:12px;padding:9px 12px}.auth-layout{display:flex;flex-direction:column;padding:37px 0;gap:22px}.auth-layout>section{width:100%}.auth-layout h1{font-size:34px;margin:15px 0}.auth-principles{display:none}.auth-layout>section>p{font-size:14px;max-width:none}.auth-card{padding:25px 22px}.editor-grid{grid-template-columns:1fr;gap:0}.form-section{padding:23px 19px}.form-section h2{font-size:20px}.editor-sidebar{padding:18px}.editor-actions{gap:7px}.editor-actions .button{flex:1;padding:10px 7px;font-size:12px}.check-grid{gap:0 18px}.check-grid .check{font-size:12px}.record{padding:20px;align-items:flex-start;flex-direction:column;gap:14px}.record-actions{width:100%;flex-wrap:wrap}.record.intent-record .record-actions{flex-direction:row}.intent-record .fact{grid-template-columns:83px minmax(0,1fr)}.record h3{font-size:18px}.admin-main>.section-heading{align-items:center;margin-bottom:23px}.admin-main h1{font-size:28px}.admin-main>.section-heading .button{font-size:12px;padding:10px 13px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat{padding:17px;font-size:12px}.stat b{font-size:32px;margin:15px 0}.admin-filters{gap:10px}.admin-filters label{min-width:calc(50% - 10px)}.admin-card{padding:19px}.dictionary-grid{grid-template-columns:1fr}.admin-card h2{font-size:21px}.static-page{padding-top:36px}.static-page h1{font-size:31px;line-height:1.45}.static-page h2{font-size:21px}.static-page p{font-size:14px}.error-page,.outbound-page{padding:60px 0}.error-page h1,.outbound-page h1{font-size:31px}.error-page p,.outbound-page p{font-size:14px}dialog{padding:23px}.empty-state{padding:38px 18px}.empty-state h2{font-size:22px}.desktop-only{display:none}}
@media(max-width:540px){.resource-grid{grid-template-columns:minmax(0,1fr)}.home-section .resource-grid>.resource-card:last-child:nth-child(3){grid-column:auto}.resource-card h3{font-size:20px}.resource-card .card-summary{-webkit-line-clamp:2}.card-bottom{font-size:11px}.card-top .eyebrow{font-size:10px}.card-cover{height:180px}.header-actions .button{padding:9px 10px;gap:4px;font-size:11px}.shell{padding:0 18px}.search-bar{gap:3px;padding:5px}.search-bar input{padding-left:9px;font-size:14px}.search-bar .button{font-size:13px;padding:10px 15px}.section-heading h2{font-size:21px}.section-heading .text-link{font-size:11px}.filter-grid{gap:12px}.filter{font-size:12px}.filter select,.filter input{font-size:14px;padding:10px}.detail-heading h1{font-size:29px}.detail-heading .tags{gap:5px}.tag{font-size:10px}.contact-panel{padding:20px}.fact{grid-template-columns:91px minmax(0,1fr);gap:10px}.page-heading h1{font-size:30px}.page-heading.compact h1{font-size:26px}.editor-actions .button{font-size:11px}.editor-actions{gap:6px}.editor-sidebar>.form-message{display:block}.type-tabs a{font-size:12px}.results-heading>p{max-width:60%}.pagination{gap:14px;font-size:12px}.pagination .button{font-size:12px;padding:10px 14px}.admin-sidebar nav a{font-size:12px}.table-wrap th,.table-wrap td{padding:11px 12px}.toast{bottom:16px}.footer-brand{font-size:17px}}
.relation-picker{border:1px solid var(--line);padding:12px 16px;margin:18px 0}.relation-picker summary{min-height:44px;cursor:pointer;font-size:14px;font-weight:650;padding:10px 0}.relation-picker>label{margin-top:12px}.relation-options{max-height:300px;overflow-y:auto;padding-right:8px}.relation-options .check{font-size:13px;margin-bottom:5px}.relation-options .check input{margin-top:3px}.resource-card h3 a{display:block;min-height:44px;padding:4px 0}.text-button{min-width:44px;padding-left:8px;padding-right:8px}.breadcrumb a{min-height:44px;min-width:44px}
.image-fallback{display:flex;align-items:center;justify-content:center;min-height:160px;background:var(--tint);color:var(--muted);font-size:13px;border:1px solid var(--line);width:100%}
@media(max-width:760px){.search-bar input,.filter select,.filter input{font-size:16px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}


/* Apple-inspired web surfaces: one floating navigation layer, solid content, system typography. */
html{scroll-padding-top:90px}
.skip-link{color:var(--white);border-radius:10px}
.shell{max-width:1200px}.shell.wide{max-width:1536px}
input,select,textarea{border-radius:12px;min-height:48px;padding:12px 14px}
input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}
input:focus,textarea:focus,select:focus{outline:3px solid var(--brand);outline-offset:2px;border-color:transparent}
h1,h2,h3{letter-spacing:-.025em;font-weight:650}
.eyebrow{font-size:12px;letter-spacing:.025em;font-weight:600}
.button{border-radius:999px;font-weight:500;gap:9px;transition:background .16s,box-shadow .16s,transform .2s var(--ease);touch-action:manipulation}
.button.primary{background:var(--button);border-color:transparent;color:#fff}
.button.primary:hover{background:var(--brand-dark)}
.button.dark{background:var(--ink);border-color:transparent;color:var(--white)}
.button:active{transform:scale(.97);transition-duration:80ms}
button:hover{filter:none}
.text-link,.text-button{font-weight:500;text-decoration:none;gap:7px}
.text-link span{font-size:22px;line-height:1}
.text-link:hover,.text-button:hover{text-decoration:underline;text-underline-offset:4px}
.text-button{border-radius:10px}
.site-header{position:sticky;top:0;z-index:30;background:var(--glass);backdrop-filter:saturate(180%) blur(24px);-webkit-backdrop-filter:saturate(180%) blur(24px);box-shadow:0 1px 0 #22232116}
.header-inner{max-width:1360px;margin:auto;padding:10px 40px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;gap:10px;flex-shrink:0;min-height:44px;font-size:16px;font-weight:650;letter-spacing:-.02em;line-height:1.2}
.brand small{display:block;font-size:8px;font-weight:500;letter-spacing:.07em;margin-top:5px;color:var(--muted)}
.brand-mark{width:32px;height:32px;background:var(--xc-ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:21px;font-weight:600;border-radius:10px}
.brand img{border-radius:10px}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;font-size:13px}
.desktop-nav a{min-height:44px;min-width:44px;padding:10px 13px;display:flex;justify-content:center;align-items:center;white-space:nowrap;border-radius:12px}
.desktop-nav a[aria-current],.mobile-nav a[aria-current]{background:var(--tint);color:var(--brand);font-weight:600}
.header-actions{display:flex;align-items:center;gap:18px}
.header-actions .button{font-size:12px}
.my-link{font-size:12px;min-height:44px;display:flex;align-items:center;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.menu-button{display:none;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;background:transparent;min-width:44px;min-height:44px;font-size:12px}
.menu-lines{position:relative;width:17px;height:12px}
.menu-lines::before,.menu-lines::after{content:'';position:absolute;left:0;width:17px;height:1.5px;background:currentColor;border-radius:2px;transition:transform .25s var(--ease)}
.menu-lines::before{top:2px}.menu-lines::after{bottom:2px}
[aria-expanded=true] .menu-lines::before{transform:translateY(3.25px) rotate(45deg)}
[aria-expanded=true] .menu-lines::after{transform:translateY(-3.25px) rotate(-45deg)}
.mobile-nav{position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 64px);overflow-y:auto;padding:14px 24px 25px;background:var(--white);box-shadow:0 20px 30px #22232112;display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;border-radius:0 0 24px 24px}
.mobile-nav a{display:flex;align-items:center;min-height:52px;padding:10px 16px;font-size:16px;border-radius:12px}
.site-footer{font-size:12px;color:var(--muted)}.footer-brand{font-size:16px;color:var(--ink);font-weight:600}

/* Four useful resource entrances take the place of a decorative map. */
.home-hero{padding:72px 0 26px}
.hero-copy{text-align:center;max-width:850px;margin:auto}
.hero-location{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:13px;font-weight:500}
.hero-location::before{content:'';width:7px;height:7px;background:var(--brand);border-radius:50%}
.hero-copy h1{font-size:clamp(48px,5.2vw,72px);line-height:1.19;letter-spacing:-.045em;font-weight:650;margin:23px 0 24px}
.hero-copy>p{color:var(--muted);font-size:19px;line-height:1.75;letter-spacing:-.01em}
.search-bar{border-radius:18px;border-color:var(--line)}.search-bar input{border-radius:11px}
.search-bar input:focus{outline:2px solid var(--brand);outline-offset:0}
.search-bar:focus-within{border-color:var(--brand)}
.hero-copy .search-bar{margin:30px auto 15px;max-width:640px;text-align:left;box-shadow:0 8px 30px #22232105}
.hero-copy .hero-note{font-size:12px;line-height:1.8;margin:0}
.resource-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:48px 0 0}
.resource-shortcut{display:flex;align-items:center;gap:15px;padding:22px;border-radius:20px;background:var(--white);box-shadow:var(--shadow);min-width:0;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.shortcut-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;border-radius:14px;background:var(--tint);color:var(--brand)}
.shortcut-icon svg{width:28px;height:28px}
.resource-shortcut strong{display:block;font-size:14px;font-weight:600;white-space:nowrap}
.resource-shortcut small{display:block;font-size:11px;margin-top:4px;white-space:nowrap}
.shortcut-arrow{margin-left:auto;color:var(--muted);font-size:23px}
.resource-shortcut:active{transform:scale(.98)}
.home-section{padding-top:54px}
.section-heading h2{font-size:30px;line-height:1.35}.section-heading .eyebrow{font-size:12px;letter-spacing:0}
.resource-grid{gap:22px}
.resource-card{border-color:transparent;border-radius:22px;box-shadow:var(--shadow);padding:27px 26px 0;transition:box-shadow .25s var(--ease),transform .25s var(--ease)}
.resource-card h3{font-size:21px;margin-top:20px;font-weight:600}
.card-top .eyebrow{font-size:11px;letter-spacing:0}.card-arrow{color:var(--muted)}
.card-summary{font-size:14px;line-height:1.85;margin-bottom:22px}
.card-bottom{font-size:11px;padding:17px 0}
.card-cover{margin:-27px -26px 20px;height:185px;border-radius:21px 21px 0 0}
.tag{border-radius:7px;font-size:11px;min-height:28px;padding:4px 10px}
.participate{padding:50px;background:var(--white);border:0;border-radius:28px;box-shadow:var(--shadow)}
.participate p{font-size:15px;color:var(--muted)}
.directory-filters{border-radius:22px}.directory-filters .search-bar{background:var(--paper);border-color:transparent}
.page-heading h1{font-size:46px}.page-heading>p{font-size:16px}
.detail-layout{gap:32px}.detail-layout>article{background:var(--white);border-radius:22px;padding:4px 32px;box-shadow:var(--shadow)}
.detail-layout>article>.detail-section:first-child{border-top:0}
.detail-cover{border-radius:18px;margin-top:24px}.detail-section{padding:30px 0}
.fee-band{border:0;border-radius:16px}.fee-band strong{font-weight:600}
.contact-panel{top:88px;padding:28px;border-radius:22px;box-shadow:var(--shadow)}
.contact-panel label input,.contact-panel label textarea{font-size:16px}
.notice{border:0;color:var(--warn);border-radius:12px}.status-banner,.verified-note{border-radius:12px}
.qr{background:#fff;border-radius:12px}
.empty-state{border:0;background:var(--white);border-radius:22px;padding:54px 24px}
.empty-symbol{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;background:var(--paper);font-size:35px;color:var(--muted)}
.type-tabs{width:fit-content;background:var(--wash);border:0;border-radius:14px;padding:5px;gap:5px}
.type-tabs a{border-radius:10px;font-weight:500}.type-tabs .selected{background:var(--white);color:var(--ink);box-shadow:0 2px 7px #2223210d}
.type-tabs a:focus-visible,.admin-sidebar nav a:focus-visible{outline-offset:-3px}
.auth-card{border:0;border-radius:26px;box-shadow:var(--shadow);padding:36px}
.form-section{border:0;border-radius:22px;padding:32px;box-shadow:var(--shadow)}
.form-section h2{font-size:23px}.editor-sidebar{top:88px;border-radius:22px;background:var(--white)}
.upload-field,.relation-picker{border-radius:14px}.form-message{border-radius:10px}
.record{border:0;border-radius:18px;padding:25px 28px;box-shadow:var(--shadow)}.record.read{border:1px solid var(--line)}
.admin-sidebar{padding:20px 14px;border:0;top:88px;border-radius:20px;background:var(--wash)}
.admin-sidebar>.eyebrow,.admin-sidebar h2{padding:0 9px}.admin-sidebar nav a{border-radius:10px}
.admin-sidebar nav .selected{background:var(--button);color:#fff}
.stat{border:0;border-radius:18px;padding:24px;box-shadow:var(--shadow)}
.stat b{font-size:43px;color:var(--ink);font-weight:600;letter-spacing:-.04em;font-variant-numeric:tabular-nums}
.loading-state{border:0;border-radius:18px;background:var(--white)}
.table-wrap{border-radius:16px}table{font-size:13px}th{background:var(--paper);color:var(--muted)}
.admin-card{border:0;border-radius:18px;padding:27px;box-shadow:var(--shadow)}.stat-note{border-radius:12px}
.toast{border-radius:16px;padding:15px 22px;font-size:14px;box-shadow:0 8px 35px #22232120;color:var(--white)}
dialog{background:var(--white);border-radius:26px;padding:32px;box-shadow:0 24px 100px #22232128}
dialog::backdrop{background:#22232155;backdrop-filter:blur(3px)}
dialog p{color:var(--muted)}.image-fallback{border-radius:16px}
@media(hover:hover){
  .resource-card:hover{border-color:transparent;transform:translateY(-3px);box-shadow:0 12px 32px #2223210c}
  .resource-shortcut:hover{transform:translateY(-3px);box-shadow:0 10px 24px #2223210b}
  .desktop-nav a:hover:not([aria-current]){background:var(--wash);color:var(--ink)}
}
@media(prefers-color-scheme:dark){
  :root{--ink:var(--xc-canvas);--muted:var(--xc-muted);--paper:var(--xc-ink);--white:var(--xc-ink);--line:var(--xc-ink);--field-line:var(--xc-ink);--brand:var(--xc-muted);--brand-dark:var(--xc-ink);--tint:var(--xc-ink);--wash:var(--xc-ink);--warn:#f6cf80;--warning-surface:#3a301d;--error:#ffb4a9;--error-surface:#442a27;--glass:rgb(34 35 33 / .88);--shadow:0 4px 24px #22232112}
  .button.dark{color:var(--xc-ink)}
}
@media(min-width:1600px){.home-hero{padding-top:82px}.hero-copy h1{font-size:76px}}
@media(max-width:1180px){
  .header-inner{gap:20px;padding:10px 28px}.desktop-nav{gap:1px}.desktop-nav a{padding:10px;font-size:12px}
  .header-actions{gap:12px}.brand{font-size:15px}.my-link{max-width:85px}
  .resource-shortcut{gap:11px;padding:18px}.shortcut-icon{width:40px;height:40px;flex-basis:40px}.shortcut-arrow{display:none}
  .detail-layout>article{padding:4px 25px}.contact-panel{padding:24px}.form-section{padding:26px}
}
@media(max-width:980px){
  .desktop-nav{display:none}.header-inner{justify-content:space-between}.header-actions{margin-left:auto}.menu-button{display:inline-flex}
  .home-hero{padding-top:58px}.hero-copy h1{font-size:57px}
  .resource-shortcuts{gap:12px}.resource-shortcut{flex-direction:column;text-align:center;padding:20px 10px}
  .resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-panel{padding:20px}.editor-sidebar{position:static}.admin-sidebar{position:static;padding:0;background:transparent;min-width:0}
  .admin-sidebar nav{padding:5px;background:var(--wash);border-radius:14px;border:0;gap:5px}
}
@media(max-width:760px){
  .header-inner{padding:8px 20px;gap:14px}.brand{font-size:15px}.header-actions{gap:9px}.header-actions .my-link{display:flex}
  .home-hero{padding:44px 0 10px}.hero-copy h1{font-size:49px;margin:23px 0}.hero-copy>p{font-size:16px;line-height:1.8}
  .hero-copy .search-bar{margin-top:24px}.hero-copy .hero-note{font-size:11px}
  .resource-shortcuts{margin-top:30px;gap:10px}.resource-shortcut strong{font-size:12px}.resource-shortcut small{font-size:10px}
  .resource-shortcut{border-radius:16px;gap:11px;padding:18px 7px}
  .home-section{padding-top:36px}.section-heading h2{font-size:25px}.resource-grid{gap:17px}
  .resource-card{padding:24px 23px 0;border-radius:20px}.resource-card h3{font-size:20px;margin-top:16px}
  .card-cover{margin:-24px -23px 18px;height:180px;border-radius:19px 19px 0 0}
  .participate{padding:32px 28px;border-radius:24px}.participate p{font-size:14px}
  .page-heading h1{font-size:36px}.page-heading>p{font-size:15px}.page-heading.compact h1{font-size:30px}
  .directory-filters{border-radius:20px}.detail-layout>article{padding:3px 24px}.contact-panel{padding:24px}
  .form-section{padding:25px 22px}.form-section h2{font-size:22px}.auth-card{padding:28px 24px}
  .record{padding:23px}.stat{padding:21px}.stat b{font-size:35px}.admin-card{padding:23px}
  .results-heading .text-button{min-height:44px;font-size:12px}
}
@media(max-width:540px){
  .header-inner{padding:7px 16px;gap:8px}.brand{font-size:13px;gap:8px}.brand small{font-size:6px;letter-spacing:.03em}
  .brand-mark{width:29px;height:29px;font-size:19px;border-radius:9px}.header-actions{gap:4px}
  .header-actions .button{padding:9px 12px;font-size:11px;gap:4px}.header-actions .button span{display:none}
  .menu-button{padding:7px 11px}.menu-button>span:first-child{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
  .hero-location{font-size:11px}.hero-copy h1{font-size:clamp(36px,10.5vw,46px);letter-spacing:-.05em}.hero-copy>p{font-size:15px}
  .hero-copy .hero-note{font-size:11px;max-width:320px;margin:auto}
  .resource-shortcuts{gap:7px}.resource-shortcut{padding:15px 4px;border-radius:15px}.resource-shortcut strong{font-size:11px}.resource-shortcut small{font-size:10px}
  .shortcut-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}.shortcut-icon svg{width:25px;height:25px}
  .search-bar input,.filter select,.filter input{font-size:16px}
  .section-heading h2{font-size:22px;line-height:1.35}.resource-grid{grid-template-columns:minmax(0,1fr)}
  .detail-layout>article{padding:3px 22px}.contact-panel{padding:23px}.page-heading h1{font-size:33px}.page-heading.compact h1{font-size:28px}
  .editor-actions{gap:7px}.editor-actions .button{font-size:12px;flex:1 1 40%}.editor-actions .button.primary{flex-basis:100%}
  .toast{bottom:max(16px,env(safe-area-inset-bottom))}
}
@media(prefers-reduced-transparency:reduce){
  .site-header{background:var(--paper);backdrop-filter:none;-webkit-backdrop-filter:none}dialog::backdrop{backdrop-filter:none}
}
@media(prefers-contrast:more){
  :root{--line:var(--muted);--field-line:var(--ink)}.site-header{background:var(--paper);backdrop-filter:none;-webkit-backdrop-filter:none}
  .resource-card,.resource-shortcut,.stat,.record,.form-section,.admin-card,.auth-card{border:1px solid var(--muted)}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .resource-card:hover,.resource-shortcut:hover,.button:active{transform:none}
}

/* Public architecture: content scope, six actions, and distinct information priorities. */
.header-inner{max-width:1440px;gap:20px}.brand-and-city{display:flex;align-items:center;gap:17px;min-width:0}.brand{white-space:nowrap;font-size:15px}.brand-mark{font-size:16px;letter-spacing:-.05em}.brand small{font-size:10px;letter-spacing:0}
.desktop-nav{font-size:13px;gap:0;flex:1;white-space:nowrap}.desktop-nav a{padding:12px 10px}.header-actions{gap:12px;flex-shrink:0}
.city-picker{position:relative}.city-picker summary{display:flex;align-items:center;gap:5px;min-height:44px;padding:7px 4px;cursor:pointer;list-style:none;font-size:12px;white-space:nowrap}.city-picker summary::-webkit-details-marker{display:none}.city-caption{display:none}.city-picker summary strong{font-weight:500}.city-picker[open] summary{color:var(--brand)}
.city-popover{position:absolute;top:100%;left:0;width:310px;padding:22px;background:var(--white);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);z-index:40;white-space:normal}.city-popover h2{font-size:19px;margin:0 0 10px}.city-popover p,.city-popover small{color:var(--muted);font-size:12px;line-height:1.8}.city-popover small{display:block;margin-top:16px}.city-popover form{margin-top:16px}.city-popover label{font-size:13px}.city-popover select{width:100%;margin:8px 0 12px}
.header-search{display:flex;align-items:center;gap:6px;min-height:44px;min-width:44px;justify-content:center;font-size:12px}.header-search svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6}.header-search span{display:none}.mobile-bottom-nav{display:none}
.discovery-hero{padding:60px 0 30px;max-width:830px}.discovery-hero h1{font-size:46px;line-height:1.3;margin:18px 0;letter-spacing:-.045em}.discovery-hero h1 span{color:var(--brand)}.hero-description{font-size:16px;line-height:1.9;color:var(--muted);margin:0 0 26px}.discovery-hero .hero-search{max-width:735px;margin:0}.hero-scope{color:var(--muted);font-size:11px;margin-top:15px;line-height:1.8}.hero-scope>span{color:var(--ink);font-weight:500}
.action-shortcuts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;padding:18px 0 24px;margin-bottom:6px;border-bottom:1px solid var(--line)}.action-shortcuts>a{display:flex;align-items:center;gap:10px;min-height:64px;border-radius:14px;padding:9px 10px;transition:background .2s}.action-shortcuts>a:hover{background:var(--wash)}.action-shortcuts strong{font-size:13px;font-weight:550;white-space:nowrap}.action-shortcuts>a>span:last-child{margin-left:auto;color:var(--muted);font-size:13px}.action-shortcuts .shortcut-icon{width:36px;height:36px;flex:0 0 36px;border-radius:11px;background:var(--tint);color:var(--brand)}.action-shortcuts .shortcut-icon svg{width:25px;height:25px}
.home-section{padding-top:43px}.section-heading{margin-bottom:23px}.section-heading h2{font-size:27px}.section-heading p{max-width:680px}.resource-grid{gap:20px}.community-grid,.organization-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.event-grid,.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.resource-card{padding:24px;border-radius:19px;box-shadow:none;border:1px solid var(--line);background:var(--white)}.resource-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.resource-card h3{font-size:20px;margin:11px 0 8px}.resource-card h3 a{padding:2px 0;min-height:44px}.resource-card .card-summary{margin:0 0 15px;font-size:13px;line-height:1.8;flex:0 0 auto;-webkit-line-clamp:3}.card-top{gap:8px;flex-wrap:wrap}.card-top .eyebrow{font-size:11px}.resource-card>.tags:last-child{margin-top:8px;margin-bottom:0}.resource-card>.tags:last-child:empty{display:none}.card-cover{margin:-24px -24px 18px;border-radius:18px 18px 0 0}.card-bottom{margin-top:auto;padding:15px 0 0;min-height:38px;align-items:center;font-size:10px}.card-audience{font-size:12px;line-height:1.8;margin:0 0 14px}.card-audience>span{color:var(--muted)}
.community-conditions{padding:13px 15px;background:var(--wash);border-radius:12px;font-size:12px;margin-bottom:17px}.community-conditions>span{font-weight:600}.community-conditions p{font-size:12px;line-height:1.75;margin:6px 0 0;color:var(--muted)}.direction-line{font-size:11px;color:var(--brand);margin:0 0 16px}.community .card-bottom{gap:10px;flex-wrap:wrap}
.resource-card.event{display:grid;grid-template-columns:58px minmax(0,1fr);gap:20px;align-items:start}.event-date{text-align:center;background:var(--wash);padding:11px 4px 10px;border-radius:12px;color:var(--ink)}.event-date strong{display:block;font-size:28px;line-height:1.15;font-weight:600}.event-date span{font-size:11px;color:var(--muted)}.event-content{min-width:0}.event-content h3{margin-top:8px}.event-content .card-summary{margin-bottom:12px}.event-content .tags{margin:16px 0 0}.event-facts{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--muted);line-height:1.7}
.content-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 24px}.content-tabs>a{display:flex;align-items:center;min-height:44px;padding:8px 18px;border-radius:999px;background:var(--wash);font-size:13px}.content-tabs>a[aria-current="true"]{background:var(--ink);color:var(--white)}.content-tabs>a:hover{box-shadow:inset 0 0 0 1px var(--muted)}
.support-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px}.support-columns .resource-grid{grid-template-columns:minmax(0,1fr)}.subsection-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.subsection-heading h3{font-size:18px;margin:0}.subsection-heading .text-link{font-size:12px;min-height:44px}.compact-facts{margin:0 0 20px}.compact-facts .fact{grid-template-columns:65px minmax(0,1fr);gap:12px;padding:6px 0;border:0;font-size:12px;line-height:1.8}.compact-facts .fact dt{color:var(--muted)}.compact-facts .fact dd{margin:0;overflow-wrap:anywhere}.usable-resource .eyebrow{color:var(--brand)}.organization-offer{font-size:14px;line-height:1.85;margin:3px 0 16px;color:var(--muted)}.organization>.tags{margin-bottom:18px}.organization .compact-facts{margin-top:auto}.organization .card-bottom{font-size:10px;margin-top:0}
.open-participation{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin:56px 0 8px;padding:40px;background:var(--wash);border-radius:22px}.open-participation h2{font-size:28px;margin:14px 0 16px}.open-participation p{font-size:14px;line-height:1.9;color:var(--muted)}.open-participation ul{margin:0 0 22px;padding-left:20px;font-size:13px;line-height:2.2}.open-participation .fine-print{font-size:11px;margin-top:12px}
.participation-options{display:grid;grid-template-columns:1fr 1fr;gap:18px}.participation-option{display:flex;align-items:center;gap:20px;border:1px solid var(--line);padding:26px;border-radius:18px;background:var(--white)}.participation-option:hover{border-color:var(--brand);background:var(--wash)}.participation-option h2{font-size:20px;margin:0 0 9px}.participation-option p{font-size:13px;color:var(--muted);line-height:1.8;margin:0}.participation-option>span:last-child{margin-left:auto}.participation-process{margin:50px 0 30px;padding-top:30px;border-top:1px solid var(--line)}.participation-process h2{font-size:25px}.participation-process ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;padding-left:22px;margin:30px 0}.participation-process li{padding-left:5px;font-size:13px}.participation-process strong,.participation-process li span{display:block}.participation-process li span{margin-top:10px;line-height:1.8;color:var(--muted)}.participation-process>p{font-size:13px;color:var(--muted)}
.city-config-row{border-top:1px solid var(--line);padding:24px 0}.city-config-row label{display:block}.city-config-row input:not([type="checkbox"]):not([type="radio"]),.city-config-row textarea{width:100%;margin:8px 0 14px}.city-config-row input[type="radio"]{min-height:0;width:18px;height:18px;accent-color:var(--brand)}.city-config-row .check{display:flex}.city-config-row .actions{align-items:center;gap:24px}.city-config-row .check input{flex-shrink:0}
.related-section{margin-top:32px}.related-section h2{font-size:24px}.detail-layout .resource-grid{grid-template-columns:minmax(0,1fr)}.detail-layout .resource-card{margin-top:0}.cross-city-note{margin:16px 0;color:var(--muted)}
@media(max-width:1120px){.desktop-nav{display:none}.menu-button{display:flex}.header-inner{justify-content:space-between}.mobile-nav{padding:10px 28px 20px}.brand-and-city{gap:20px}.action-shortcuts{gap:5px}.action-shortcuts>a{gap:7px;padding:8px 5px}.action-shortcuts>a>span:last-child{display:none}.action-shortcuts strong{font-size:12px}.resource-card.event{gap:14px;grid-template-columns:48px minmax(0,1fr)}.community-grid,.organization-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section .resource-grid>.resource-card:last-child:nth-child(3){grid-column:auto}}
@media(max-width:760px){.header-inner{padding:8px 20px}.brand-and-city{gap:12px}.brand{font-size:14px}.discovery-hero{padding-top:39px}.discovery-hero h1{font-size:37px}.hero-description{font-size:15px}.hero-scope{font-size:11px}.action-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 12px;padding:8px 0 20px}.action-shortcuts>a{min-height:62px;gap:12px}.action-shortcuts strong{font-size:13px}.event-grid{grid-template-columns:minmax(0,1fr)}.support-columns{gap:18px}.home-section{padding-top:34px}.section-heading h2{font-size:23px}.resource-card{padding:21px}.card-cover{margin:-21px -21px 18px}.open-participation{gap:25px;padding:28px}.open-participation h2{font-size:24px}.participation-option{padding:23px;gap:15px}.participation-option h2{font-size:18px}.participation-process ol{grid-template-columns:1fr 1fr;row-gap:25px}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:30;display:grid;grid-template-columns:repeat(4,1fr);background:var(--white);border-top:1px solid var(--line);padding:5px 12px calc(5px + env(safe-area-inset-bottom))}.mobile-bottom-nav>a{min-height:46px;display:flex;align-items:center;justify-content:center;font-size:12px;border-radius:12px}.mobile-bottom-nav>a[aria-current="page"]{color:var(--brand);background:var(--tint);font-weight:600}body{padding-bottom:calc(58px + env(safe-area-inset-bottom))}.toast{bottom:calc(72px + env(safe-area-inset-bottom))}.editor-actions{bottom:calc(58px + env(safe-area-inset-bottom))}}
@media(max-width:540px){.header-inner{display:grid;grid-template-columns:1fr auto;padding:8px 16px;gap:6px 5px}.brand-and-city{gap:8px}.brand{font-size:12px;gap:6px}.brand small{font-size:9px}.brand-mark{width:28px;height:28px;font-size:14px}.city-picker summary{font-size:11px;gap:3px;padding-left:3px}.city-popover{position:fixed;left:16px;right:16px;top:65px;width:auto;max-height:calc(100dvh - 140px);overflow:auto}.header-actions{gap:4px}.header-actions .button{padding:9px 10px;font-size:11px}.header-search{display:none}.menu-button{min-width:44px;padding:8px 10px}.mobile-nav{padding:10px 18px 18px}.discovery-hero{padding:32px 0 18px}.discovery-hero .eyebrow{font-size:10px}.discovery-hero h1{font-size:34px;line-height:1.35;margin:16px 0}.discovery-hero h1 span{display:block}.hero-description{font-size:14px;margin-bottom:22px;line-height:1.85}.desktop-break{display:none}.hero-scope{font-size:10px;margin-top:12px}.action-shortcuts{gap:4px 7px}.action-shortcuts>a{gap:7px;padding:7px 2px}.action-shortcuts strong{font-size:12px}.action-shortcuts .shortcut-icon{width:31px;height:31px;flex-basis:31px}.action-shortcuts .shortcut-icon svg{width:22px;height:22px}.community-grid,.organization-grid,.policy-grid,.support-columns{grid-template-columns:minmax(0,1fr)}.support-columns{gap:27px}.resource-card h3{font-size:20px}.resource-card .card-summary{-webkit-line-clamp:3}.resource-card.event{padding:20px 18px;grid-template-columns:44px minmax(0,1fr);gap:13px}.event-date strong{font-size:25px}.event-facts{font-size:11px}.card-top .eyebrow{font-size:10px}.section-heading{gap:14px}.section-heading h2{font-size:22px}.section-heading .text-link{font-size:11px;white-space:nowrap}.open-participation{grid-template-columns:1fr;gap:14px;padding:27px 24px;margin-top:38px}.open-participation h2{font-size:26px}.participation-options{grid-template-columns:1fr}.participation-option{padding:22px 20px}.participation-process{margin-top:35px}.participation-process h2{font-size:23px}.participation-process ol{grid-template-columns:1fr;gap:22px}.participation-process li span{margin-top:6px}.compact-facts .fact{grid-template-columns:62px minmax(0,1fr)}.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-tabs{gap:7px}.content-tabs>a{padding:8px 16px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.resource-card:hover{transform:none}}
