:root{--blue: #1a5fd0;--blue-dark: #0d2f6e;--blue-navy: #091c42;--blue-hover: #0d2f6e;--blue-bg: #eef4ff;--blue-bg-2: #f6f9ff;--border: #e3eaf5;--border-2: #e4ecfa;--border-3: #edf2fa;--border-4: #e8eef8;--ink: #16233c;--ink-body: #33415c;--ink-body-2: #41547a;--muted: #5a6a85;--muted-2: #7a879e;--muted-3: #8b97ac;--faint: #b9c3d4;--on-dark: #cfe0fa;--on-dark-2: #aac1e8;--on-dark-3: #9fb4d8;--gold: #ffd873;--green: #1d7a45;--green-bg: #e9f7ef;--amber: #9a6a00;--amber-bg: #fdf3dc;--red: #b3261e;--placeholder: repeating-linear-gradient(45deg, #c9d9f0, #c9d9f0 12px, #d8e4f6 12px, #d8e4f6 24px);--font-sans: "Public Sans", system-ui, sans-serif;--font-serif: "Source Serif 4", serif;--container: 1240px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:#fff;font-family:var(--font-sans);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-hover)}img{max-width:100%;display:block}button,input,select,textarea{font-family:var(--font-sans)}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.grid{display:grid;gap:14px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}@media (max-width: 980px){.grid-6,.grid-5{grid-template-columns:repeat(3,1fr)}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.split-hero{grid-template-columns:1fr!important}.split-hero>*{border-left:none!important}.two-col,.admin-shell{grid-template-columns:1fr!important}.admin-shell .grid>div{grid-column:1 / -1!important}}@media (max-width: 640px){.grid-6,.grid-5,.grid-4,.grid-3,.grid-2{grid-template-columns:repeat(2,1fr)}.stack-mobile{grid-template-columns:1fr!important}.container{padding:0 16px}}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:0}.table-scroll>*{min-width:560px}.grid>*,.two-col>*,.split-hero>*,.stack-mobile>*,.admin-shell>*{min-width:0}.pst-bar{background:var(--blue-dark);color:var(--on-dark);font-size:12.5px}.pst-bar .container{display:flex;align-items:center;justify-content:space-between;padding-top:8px;padding-bottom:8px;gap:12px;flex-wrap:wrap}.pst-links{display:flex;align-items:center;gap:18px}.pst-links a:first-child{font-weight:700;color:#fff}.pst-links a{color:var(--on-dark)}.pst-time{display:flex;align-items:center;gap:8px;white-space:nowrap}.pst-time strong{color:#fff}@media (max-width: 640px){.pst-time-label{display:none}}.site-header{background:#fff;border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:16px}.brand{display:flex;align-items:center;gap:14px;color:inherit;min-width:0}.brand img{width:60px;height:60px;object-fit:contain;flex:none}.brand-text{min-width:0}.brand-kicker{font-size:11px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.brand-title{font-family:var(--font-serif);font-size:24px;font-weight:700;color:var(--blue-dark);line-height:1.1}.brand-sub{font-size:11.5px;letter-spacing:.14em;color:var(--blue);text-transform:uppercase;margin-top:2px}.search-box{display:flex;align-items:stretch;flex:none;height:48px}.search-box input{width:220px;max-width:38vw;height:48px;box-sizing:border-box;padding:10px 14px;border:1px solid #d4deee;border-right:none;border-radius:6px 0 0 6px;font-size:13px;color:var(--ink);outline:none}.search-box .btn-search{height:48px;min-width:48px;display:flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;padding:0 13px;border-radius:0 6px 6px 0;font-size:13px;font-weight:600;cursor:pointer;border:none;white-space:nowrap}@media (max-width: 640px){.search-box input{width:110px;max-width:34vw}.brand-sub{display:none}.brand-title{font-size:19px!important}.brand img{width:46px!important;height:46px!important}}.site-nav{background:var(--blue);position:relative}.site-nav .container{display:flex;align-items:center;justify-content:center;gap:4px;padding:0 24px}.nav-link{color:#e4edfc;font-size:13.5px;font-weight:600;padding:14px 16px;display:inline-block}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link.active{color:#fff;font-weight:700;background:#ffffff24}.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:22px;padding:12px 16px;cursor:pointer;margin-left:auto}.nav-list{display:flex;align-items:center;gap:4px;flex-wrap:wrap}@media (max-width: 980px){.site-nav .container{justify-content:flex-start;padding:0 16px;flex-wrap:wrap}.nav-toggle{display:block}.nav-list{display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;padding-bottom:8px}.nav-list.open{display:flex}.nav-link{padding:12px 8px;border-top:1px solid rgba(255,255,255,.12)}}.site-footer{background:var(--blue-navy);color:var(--on-dark-3)}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;padding:44px 0 32px}.footer-brand{display:flex;gap:14px;align-items:flex-start;min-width:0}.footer-brand>[data-footer-contact]{min-width:0;max-width:360px}.footer-brand img{width:58px;height:58px;object-fit:contain;flex:none}.footer-brand-title{font-family:var(--font-serif);font-size:18px;font-weight:700;color:#fff}.footer-contact-details{border-top:1px solid #1d3a70;color:var(--on-dark-3);font-size:12.5px;line-height:1.65;margin-top:15px;padding-top:12px;overflow-wrap:anywhere}.footer-col{display:flex;flex-direction:column;gap:9px;font-size:13px}.footer-col-title{font-weight:700;color:#fff;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.footer-col a{color:var(--on-dark-3)}.footer-bottom{display:flex;justify-content:space-between;padding:20px 0 28px;font-size:12px;gap:12px;flex-wrap:wrap}@media (max-width: 980px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}}.btn{display:inline-block;font-size:13px;font-weight:700;padding:11px 20px;border-radius:6px;cursor:pointer;border:none}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark)}.btn-soft{background:var(--blue-bg);color:var(--blue)}.btn-gold{background:var(--gold);color:var(--blue-dark);font-weight:800}.site-settings-editor{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);gap:24px;align-items:start}.site-settings-preview{position:sticky;top:18px}@media (max-width: 860px){.site-settings-editor{grid-template-columns:1fr}.site-settings-preview{position:static}}.chip{cursor:pointer;font-size:12.5px;font-weight:700;padding:9px 18px;border-radius:999px;border:1px solid #d4deee;background:#fff;color:#41547a}.chip.active{background:var(--blue);border-color:var(--blue);color:#fff}.card-hover{transition:border-color .15s ease}.card-hover:hover{border-color:var(--blue)}.placeholder{background:var(--placeholder);display:flex;align-items:center;justify-content:center}.placeholder-label{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:#41547a;background:#ffffffbf;padding:4px 8px;border-radius:4px;text-align:center;line-height:1.5}.page-hero{background:var(--blue-bg);border-bottom:1px solid var(--border)}@keyframes cms-upload-progress{0%{transform:translate(-100%)}to{transform:translate(180%)}}.homepage-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;align-items:start}.homepage-editor-fields{min-width:0}.homepage-form-section{border:1px solid var(--border);border-radius:10px;padding:16px;margin-bottom:14px;background:#fff}.homepage-form-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:14px;flex-wrap:wrap}.homepage-form-section-title{color:var(--blue-dark);font-family:var(--font-serif);font-size:18px;font-weight:700}.homepage-form-section-help{color:var(--muted-2);font-size:12px;line-height:1.45;max-width:520px}.homepage-form-grid{gap:12px}.homepage-slide-editor>*{min-width:0}.homepage-preview-card{position:sticky;top:20px;min-width:0;border:1px solid #c8d8f2;border-radius:12px;background:#f6f9ff;padding:12px;box-shadow:0 10px 26px #0d2f6e14}.homepage-preview-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:2px 2px 10px}.homepage-preview-kicker{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.homepage-preview-badge{color:var(--amber);background:var(--amber-bg);border-radius:999px;font-size:10px;font-weight:800;padding:4px 8px}.homepage-preview-browser{overflow:hidden;border:1px solid #d4deee;border-radius:8px;background:#fff;box-shadow:0 6px 16px #0d2f6e14}.homepage-preview-browser-bar{display:flex;align-items:center;gap:4px;height:25px;padding:0 8px;background:#edf2fa;color:#8b97ac;font-size:8px}.homepage-preview-browser-bar span{width:6px;height:6px;border-radius:50%;background:#c2ccdc}.homepage-preview-browser-bar div{margin-left:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.homepage-preview-hero{position:relative;min-height:220px;overflow:hidden;background:var(--blue-dark)}.homepage-preview-media{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover}.homepage-preview-placeholder{background:var(--placeholder)}.homepage-preview-video{display:flex;align-items:center;justify-content:center;color:#ffffffc7;font-size:10px;font-weight:800;letter-spacing:.12em}.homepage-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:20px 16px 16px;background:linear-gradient(to top,#091c42eb,#091c4200);color:#fff}.homepage-preview-eyebrow{color:var(--gold);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.homepage-preview-blue{color:var(--blue)}.homepage-preview-title{font-family:var(--font-serif);font-size:22px;font-weight:700;line-height:1.05;margin-top:5px}.homepage-preview-copy{color:#d8e4f8;font-size:9px;line-height:1.45;margin-top:7px}.homepage-preview-actions{display:flex;gap:5px;flex-wrap:wrap;margin-top:10px}.homepage-preview-button{border:1px solid #aac1e8;border-radius:4px;color:#fff;font-size:8px;font-weight:700;padding:5px 7px}.homepage-preview-button-gold{border-color:var(--gold);background:var(--gold);color:var(--blue-dark)}.homepage-preview-quick{padding:13px 12px}.homepage-preview-quick-title{color:var(--ink);font-family:var(--font-serif);font-size:13px;font-weight:700;margin-top:4px}.homepage-preview-line{height:7px;margin-top:10px;border-top:1px solid var(--border);background:#f2f5fa}.homepage-preview-line-short{width:70%;margin-top:7px}.homepage-preview-section{border-top:1px solid var(--border);padding:13px 12px}.homepage-preview-section-label{color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.homepage-preview-section-title{color:var(--ink);font-family:var(--font-serif);font-size:14px;font-weight:700;margin-top:4px}.homepage-preview-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:10px}.homepage-preview-news-grid span{height:30px;border-radius:3px;background:#e8effc}.homepage-preview-note{color:var(--muted-2);font-size:11px;line-height:1.45;margin:10px 2px 1px}.admin-nav-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px}.admin-nav-search{display:flex;align-items:center;gap:7px;border:1px solid #cbd8eb;border-radius:8px;background:#f8fbff;padding:0 9px;margin:2px 2px 10px}.admin-nav-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #eef4ff}.admin-nav-search-icon{color:var(--blue);font-size:18px;line-height:1}.admin-nav-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;padding:10px 0;color:var(--ink);font-size:12.5px}.admin-nav-search button{border:0;background:transparent;color:var(--muted-2);cursor:pointer;font-size:18px;padding:0 2px}.admin-nav-result-count{color:var(--muted-3);font-size:11px;padding:0 8px 7px}.admin-nav-group{border-top:1px solid #f0f3f8;padding:4px 0}.admin-nav-group:first-of-type{border-top:0}.admin-nav-group-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;border-radius:7px;background:transparent;color:var(--muted-2);cursor:pointer;padding:10px 8px 7px;text-align:left;font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.admin-nav-group-toggle:hover{background:#f6f9ff;color:var(--blue-dark)}.admin-nav-group-meta{display:flex;align-items:center;gap:5px;color:#a3afc1;font-size:10px;font-weight:700;letter-spacing:0;text-transform:none}.admin-nav-chevron{color:var(--blue);font-size:15px;font-weight:500}.admin-nav-items{display:flex;flex-direction:column;gap:2px;padding:0 2px 5px}.admin-nav-item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;border-radius:8px;background:transparent;color:var(--ink-body-2);cursor:pointer;padding:10px;text-align:left;font-size:13px;font-weight:700}.admin-nav-item:hover{background:#f1f6ff;color:var(--blue-dark)}.admin-nav-item.active{background:var(--blue);color:#fff;box-shadow:0 4px 10px #1a5fd02e}.admin-nav-current{color:inherit;font-size:9px;font-weight:800;letter-spacing:.04em;opacity:.78;text-transform:uppercase}.admin-nav-empty{color:var(--muted-2);font-size:12px;line-height:1.5;padding:14px 8px 10px}.portal-tile-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}.portal-tile-editor-card{display:grid;grid-template-rows:26px 56px 42px minmax(72px,1fr) 34px;gap:9px;min-width:0;padding:13px;border:1px solid #dfe7f3;border-radius:10px;background:#fafcff}.portal-tile-editor-card-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;color:var(--blue-dark);font-size:11px;font-weight:800}.portal-tile-editor-card-heading span:first-child{flex:none;white-space:nowrap}.portal-tile-editor-card-heading span:last-child{min-width:0;max-width:65%;text-align:right}.portal-tile-editor-card-heading span:last-child{overflow:hidden;color:var(--muted-3);font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.portal-tile-editor-preview{width:56px;height:56px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#eef4ff;color:var(--muted-2);font-size:11px}.portal-tile-editor-card input:not([type=file]),.portal-tile-editor-card textarea{width:100%;min-width:0;box-sizing:border-box;border:1px solid #d4deee;border-radius:7px;padding:9px 10px;color:var(--ink);font-size:13px;background:#fff}.portal-tile-editor-card textarea{min-height:72px;line-height:1.45;resize:none}.portal-tile-editor-upload{display:flex;align-items:center;justify-content:center;width:max-content;max-width:100%;box-sizing:border-box;border:1px solid #b9cdef;border-radius:7px;padding:8px 10px;color:var(--blue);background:#eef4ff;cursor:pointer;font-size:12px;font-weight:700}.tourism-form-sections{display:flex;flex-direction:column;gap:14px}.tourism-form-section{padding:18px;border:1px solid #e1e9f5;border-radius:10px;background:#fbfdff}.tourism-form-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:14px}.tourism-form-section-title{color:var(--blue-dark);font-family:var(--font-serif);font-size:18px;font-weight:700}.tourism-form-section-help{max-width:520px;color:var(--muted-2);font-size:11.5px;line-height:1.45;text-align:right}.homepage-preview-portals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:10px;border-top:1px solid #e4ecfa}.homepage-preview-portal{min-width:0;border:1px solid #dfe7f3;border-radius:6px;padding:7px;background:#fff}.homepage-preview-portal-icon{width:22px;height:22px;border-radius:5px;object-fit:contain;background:#eef4ff}.homepage-preview-portal-title{overflow:hidden;margin-top:5px;color:#16233c;font-size:8px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.homepage-preview-portal-copy{overflow:hidden;margin-top:3px;color:#7a879e;font-size:7px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 980px){.portal-tile-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homepage-editor-layout{grid-template-columns:1fr}.homepage-preview-card{position:relative;top:auto;max-width:620px}.homepage-slide-editor{grid-template-columns:100px minmax(0,1fr) auto!important}.homepage-slide-editor>input:nth-of-type(2),.homepage-slide-editor>input:nth-of-type(3),.homepage-slide-editor>input:nth-of-type(4),.homepage-slide-editor>input:nth-of-type(5){grid-column:1 / -1}}@media (max-width: 640px){.portal-tile-editor-grid{grid-template-columns:1fr}.homepage-preview-portals{grid-template-columns:repeat(2,minmax(0,1fr))}.tourism-form-section-heading{align-items:flex-start;flex-direction:column;gap:4px}.tourism-form-section-help{text-align:left}.homepage-slide-editor{grid-template-columns:1fr!important}.homepage-slide-editor>*{grid-column:1 / -1!important}}.public-search-bar{display:flex;gap:10px;align-items:center;margin:0 0 20px;max-width:760px}.public-search-bar input{flex:1;min-width:0;padding:12px 14px;border:1px solid #c9d8f0;border-radius:8px;font:inherit;color:#16233c}.site-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#06183ab8;padding:7vh 20px;overflow:auto}.site-search-overlay[hidden]{display:none}.site-search-dialog{width:min(760px,100%);margin:auto;background:#fff;border-radius:16px;padding:22px;box-shadow:0 24px 70px #03143659}.site-search-head{display:flex;align-items:center;justify-content:space-between;color:#0d2f6e;font-size:20px;margin-bottom:14px}.site-search-close{border:0;background:#eef4ff;color:#0d2f6e;border-radius:8px;width:42px;height:42px;font-size:24px;cursor:pointer}.site-search-dialog>input{box-sizing:border-box;width:100%;padding:13px 15px;border:1px solid #b9cdef;border-radius:8px;font:inherit}.site-search-results{display:grid;gap:8px;margin-top:14px;max-height:62vh;overflow:auto}.site-search-result{display:grid;gap:3px;padding:13px;border:1px solid #e1e9f5;border-radius:9px;color:#41547a}.site-search-result:hover,.site-search-result:focus{border-color:#7fa5e5;background:#f6f9ff}.site-search-result strong{color:#16233c}.site-search-result small{color:#7a879e}.site-search-module{font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:#1a5fd0}.site-search-empty{padding:22px;text-align:center;color:#7a879e}.search-open{overflow:hidden}.infrastructure-card-media{position:relative;overflow:hidden}.infrastructure-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(5,25,64,.9) 0%,rgba(5,25,64,.45) 48%,transparent 78%);pointer-events:none}.infrastructure-card-overlay{position:absolute;left:0;right:0;bottom:0;padding:18px;color:#fff;display:flex;flex-direction:column;gap:3px;pointer-events:none}.infrastructure-card-overlay strong{font-size:17px;line-height:1.25}.infrastructure-card-overlay span{font-size:12.5px;color:#dbe7fa}.sp-heading{text-align:center;margin-bottom:20px}.sp-heading span{font-size:11px;letter-spacing:.14em;font-weight:800;color:#1a5fd0}.sp-heading h2{font-family:var(--font-serif);font-size:30px;color:#0d2f6e;margin:5px 0}.sp-heading p{font-size:12.5px;color:#7a879e;margin:0}.sp-member-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sp-member-card{min-height:116px}.sp-member-bio{font-size:12px;line-height:1.45;color:#7a879e;margin:5px 0 0}.plans-report-card{background:#fff;border:1px solid #e4ecfa;border-radius:12px;padding:20px;display:flex;justify-content:space-between;gap:18px;align-items:center}.plans-report-card span:first-child{font-size:10px;letter-spacing:.1em;font-weight:800;color:#1a5fd0}.plans-report-card h3{font-size:16px;color:#16233c;margin:5px 0}.plans-report-card strong{font-size:13px;color:#5a6a85}.plans-report-card p{font-size:12.5px;color:#7a879e}.plans-report-missing{font-size:12px;color:#8b97ac}.sep-municipality-seal{width:80px;height:80px;object-fit:contain;flex:none}.sep-profile-intro,.sep-profile-source{font-size:12.5px;line-height:1.5;color:#5a6a85;margin-top:8px}@media (max-width:768px){.sp-member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plans-report-card{align-items:flex-start;flex-direction:column}.site-search-overlay{padding:18px 10px}.site-search-dialog{padding:16px}.public-search-bar{align-items:stretch}.public-search-bar .btn{flex:none}}@media (max-width:430px){.sp-member-grid{grid-template-columns:1fr}.sp-member-card{padding:13px!important}.public-search-bar{flex-direction:column}.public-search-bar .btn{width:100%}}.cms-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:10px;line-height:1;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.cms-status-badge.draft{background:#fff5d8;color:#805d00}.cms-status-badge.published{background:#e4f6eb;color:#17683c}.cms-status-badge.archived{background:#edf0f5;color:#5f6c80}.search-button-icon{display:flex;align-items:center;justify-content:center}.search-button-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.btn-search{min-width:46px;min-height:44px;padding:0 13px}.btn-search:focus-visible{outline:3px solid #ffd873;outline-offset:2px}.tourism-detail-no-image{grid-template-columns:1fr!important;min-height:0!important}.tourism-detail-no-image>div{padding:30px!important}.tourism-card-no-image .tourism-card-body{padding-top:18px}.page-hero .container{padding:36px 24px 32px}.breadcrumb{font-size:12.5px;color:var(--muted-2);margin-bottom:10px}.page-title{font-family:var(--font-serif);font-size:36px;font-weight:700;color:var(--blue-dark)}.page-sub{font-size:15px;color:var(--ink-body-2);line-height:1.6;margin-top:10px;max-width:760px}@media (max-width: 640px){.page-title{font-size:28px}}a:focus-visible,button:focus-visible,[tabindex]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media (max-width: 640px){.budget-donut{width:280px!important;margin:0 auto}}.disabled-control{opacity:.55;cursor:not-allowed;pointer-events:none}.tourism-page,.tourism-detail{padding:38px 24px 56px}.tourism-filters{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:12px;align-items:end;padding:18px;border:1px solid var(--border);border-radius:12px;background:#f8fbff}.tourism-filters label{display:flex;flex-direction:column;gap:6px;color:var(--ink-body-2);font-size:12px;font-weight:700}.tourism-filters input,.tourism-filters select{min-height:44px;width:100%;border:1px solid #d4deee;border-radius:7px;padding:10px 12px;background:#fff;color:var(--ink);font-size:16px}.tourism-section-heading{margin:36px 0 16px}.tourism-section-heading>div{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.14em}.tourism-section-heading h2{margin:4px 0 0;color:var(--blue-dark);font-family:var(--font-serif);font-size:28px}.tourism-grid,.tourism-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tourism-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tourism-card{overflow:hidden;min-width:0;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 5px 18px #0d2f6e0d}.tourism-card-image{width:100%;height:220px;object-fit:cover}.tourism-card-media{position:relative;overflow:hidden;background:#e8effc}.tourism-card-gradient{position:absolute;top:30%;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,#091c42b8,#091c4200)}.tourism-card-featured .tourism-card-image{height:300px}.tourism-card-featured .tourism-card-gradient{top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#091c42d6,#091c4200 68%)}.tourism-card-body{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:18px}.tourism-card h3{margin:0;color:var(--blue-dark);font-family:var(--font-serif);font-size:21px;line-height:1.25}.tourism-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.tourism-category{color:var(--blue);font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.tourism-place{color:var(--ink-body-2);font-size:12.5px;font-weight:700}.tourism-card-meta{color:var(--muted-2);font-size:12px}.tourism-card .btn{margin-top:5px;min-height:44px}.tourism-state{margin-top:28px;padding:28px;border:1px dashed #cbdcf2;border-radius:10px;color:var(--muted-2);text-align:center}.tourism-error{color:var(--red)}.tourism-back{display:inline-flex;min-height:44px;align-items:center;font-weight:700}.tourism-detail-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;align-items:center;margin:18px 0 34px}.tourism-detail-hero>img{width:100%;height:420px;border-radius:14px;object-fit:cover}.tourism-detail h1{margin:8px 0;color:var(--blue-dark);font-family:var(--font-serif);font-size:42px;line-height:1.1}.tourism-lead{color:var(--ink-body);font-size:16px;line-height:1.7}.tourism-detail-section{margin-top:28px;max-width:900px}.tourism-detail-section h2{margin:0 0 8px;color:var(--blue-dark);font-family:var(--font-serif);font-size:25px}.tourism-detail-section p{color:var(--ink-body);line-height:1.75;white-space:pre-line}.tourism-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.tourism-info-grid>div{padding:16px;border:1px solid var(--border);border-radius:10px;background:#f8fbff}.tourism-info-grid p{margin:6px 0 0;color:var(--muted);line-height:1.55}.tourism-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tourism-gallery img{width:100%;height:220px;border-radius:10px;object-fit:cover}.tourism-contact{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;padding:20px;border-radius:12px;background:#eef4ff}.tourism-contact h2{width:100%}@media (max-width: 980px){.tourism-filters{grid-template-columns:1fr 1fr}.tourism-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tourism-detail-hero{grid-template-columns:1fr}.tourism-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.tourism-page,.tourism-detail{padding:26px 16px 44px}.tourism-filters,.tourism-grid,.tourism-featured-grid,.tourism-info-grid,.tourism-gallery{grid-template-columns:1fr}.tourism-filters .btn{width:100%;min-height:44px}.tourism-card-featured .tourism-card-image,.tourism-card-image{height:220px}.tourism-detail h1{font-size:32px}.tourism-detail-hero>img{height:300px}}.sep-page{max-width:100vw;overflow-x:hidden;background:#fff}.sep-page h2{margin:0;color:var(--blue-dark);font-family:var(--font-serif)}.sep-kicker{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.sep-overview{background:var(--blue-dark);color:#fff}.sep-overview-inner{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(0,1.7fr);gap:42px;padding:38px 24px;align-items:center}.sep-overview h2,.sep-contact h2{margin-top:5px;color:#fff;font-size:28px}.sep-overview p,.sep-contact p{color:#c8d8f2;font-size:13.5px;line-height:1.65}.sep-headline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sep-headline-grid .sep-indicator-card{border-color:#294b84;background:#163a76}.sep-headline-grid .sep-indicator-card h3,.sep-headline-grid .sep-indicator-value{color:#fff}.sep-headline-grid .sep-indicator-meta{color:#aac1e8}.sep-explorer,.sep-data-section{padding:48px 0}.sep-data-section{border-top:1px solid var(--border);background:#f7faff}.sep-section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.sep-section-heading h2{margin-top:4px;font-size:28px}.sep-section-heading p{max-width:540px;margin:0;color:var(--muted-2);font-size:13px;line-height:1.55}.sep-area-select{display:none;flex-direction:column;gap:7px;margin-bottom:16px;color:var(--ink-body-2);font-size:12px;font-weight:800}.sep-area-select select{width:100%;min-height:48px;border:1px solid #c7d6ec;border-radius:8px;padding:10px 12px;background:#fff;color:var(--ink);font-size:16px}.sep-explorer-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:22px;align-items:stretch}.sep-map-card,.sep-profile-panel{min-width:0;border:1px solid #dce6f4;border-radius:14px;background:#fff;box-shadow:0 10px 28px #0d2f6e0f}.sep-map-card{padding:18px;background:linear-gradient(145deg,#f8fbff,#eaf2ff)}.sep-map-title{color:var(--blue-dark);font-family:var(--font-serif);font-size:21px;font-weight:700;text-align:center}.sep-map-svg{display:block;width:100%;height:auto;max-height:610px;margin:8px auto;filter:drop-shadow(0 8px 12px rgba(13,47,110,.14))}.sep-map-region{fill:#d5deeb;stroke:#fff;stroke-width:2.5;cursor:pointer;transition:fill .16s ease,stroke .16s ease;vector-effect:non-scaling-stroke}.sep-map-region:hover{fill:#8fb1e7}.sep-map-region:focus{outline:none;fill:#8fb1e7;stroke:#0d2f6e;stroke-width:6}.sep-map-region.selected{fill:var(--blue);stroke:var(--gold);stroke-width:7}.sep-map-region.reference{fill:#f3e8c6;stroke:#c6ae70;cursor:default}.sep-map-marker,.sep-map-label{pointer-events:none}.sep-map-marker{fill:var(--blue-dark);stroke:var(--gold);stroke-width:3}.sep-map-marker.selected{fill:var(--gold);stroke:#fff}.sep-map-label{fill:var(--blue-dark);font-size:15px;font-weight:800;text-anchor:middle;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round}.sep-map-label.selected{fill:#fff;stroke:var(--blue-dark)}.sep-map-legend{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;color:var(--muted-2);font-size:11.5px}.sep-map-legend span{display:inline-flex;align-items:center;gap:6px}.sep-map-legend i{width:13px;height:13px;border:1px solid #fff;border-radius:3px;background:#d5deeb}.sep-map-legend i.selected{background:var(--blue);box-shadow:0 0 0 1px var(--gold)}.sep-map-legend i.reference{background:#f3e8c6;border-color:#c6ae70}.sep-profile-panel{padding:24px}.sep-profile-panel>h2{margin-top:5px;font-size:28px}.sep-area-meta{margin:4px 0 18px;color:var(--muted-2);font-size:12.5px}.sep-indicator-card{margin-top:10px;padding:16px;border:1px solid #e0e8f4;border-radius:10px;background:#f9fbff}.sep-indicator-value{color:var(--blue);font-family:var(--font-serif);font-size:26px;font-weight:700;overflow-wrap:anywhere}.sep-indicator-card h3{margin:4px 0 0;color:var(--ink);font-family:var(--font-sans);font-size:13.5px}.sep-indicator-meta{margin-top:6px;color:var(--muted-2);font-size:11px;line-height:1.45}.sep-indicator-card p{margin:8px 0 0;color:var(--ink-body-2);font-size:12px;line-height:1.5}.sep-state{grid-column:1/-1;padding:20px;border:1px dashed #a9bfdf;border-radius:9px;color:var(--muted-2);font-size:13px;line-height:1.55;text-align:center}.sep-state span{display:block;margin-top:4px}.sep-error{border-color:#e4b9b4;color:var(--red)}.sep-reset{width:100%;min-height:44px;margin-top:16px}.sep-category{overflow:hidden;margin-top:10px;border:1px solid #dce6f4;border-radius:10px;background:#fff}.sep-category-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:54px;border:0;padding:14px 18px;background:#fff;color:var(--blue-dark);cursor:pointer;font-size:14px;font-weight:800;text-align:left}.sep-category-toggle:hover{background:#f1f6ff}.sep-table{width:100%;border-collapse:collapse;font-size:12.5px}.sep-table th,.sep-table td{padding:11px 14px;border-top:1px solid #e8eef8;text-align:left;vertical-align:top}.sep-table th{background:#eef4ff;color:var(--blue-dark);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase}.sep-contact{background:var(--blue-dark)}.sep-contact-inner{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:34px 24px}.sep-contact p{margin:5px 0 0}@media (max-width: 980px){.sep-overview-inner{grid-template-columns:minmax(0,1fr);gap:22px}.sep-explorer-grid{width:100%;min-width:0;grid-template-columns:minmax(0,1fr)}.sep-map-svg{max-height:680px}}@media (max-width: 768px){.sep-area-select{display:flex}.sep-section-heading{align-items:flex-start;flex-direction:column;gap:8px}.sep-map-card{padding:12px}.sep-contact-inner{align-items:flex-start;flex-direction:column}}@media (max-width: 640px){.sep-overview-inner,.sep-explorer>.container,.sep-data-section>.container,.sep-contact-inner{padding-left:16px;padding-right:16px}.sep-headline-grid{grid-template-columns:1fr}.sep-explorer,.sep-data-section{padding:34px 0}.sep-map-card{width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto;overscroll-behavior-x:contain}.sep-map-svg{width:620px;max-width:none}.sep-profile-panel{padding:18px}.sep-section-heading h2,.sep-profile-panel>h2{font-size:24px}}.sep-headline-band{background:var(--blue-dark)}.sep-headline-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:32px;padding-bottom:32px}.sep-headline-stat{min-width:0;border-left:3px solid var(--gold);padding-left:18px}.sep-headline-stat strong{display:block;color:#fff;font-family:var(--font-serif);font-size:32px;line-height:1.15}.sep-headline-stat span{display:block;margin-top:3px;color:#aac1e8;font-size:12.5px}.sep-loading-dark{grid-column:1/-1;color:#aac1e8}.sep-map-section{border-bottom:1px solid var(--border);background:#f0f5fc}.sep-map-section>.container{padding-top:32px;padding-bottom:32px}.sep-map-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:20px;align-items:stretch}.sep-detail-panel,.sep-map-card{border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 2px 12px #0d2f6e0f}.sep-detail-panel{display:flex;flex-direction:column;padding:22px 22px 18px}.sep-detail-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.sep-selected-label{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sep-detail-panel h2{margin-top:8px;font-size:27px;line-height:1.12}.sep-detail-top p{margin:5px 0 0;color:var(--muted-2);font-size:12.5px}.sep-seal-placeholder{display:flex;align-items:center;justify-content:center;width:72px;height:72px;flex:none;border:1px dashed #aab4c5;border-radius:50%;color:var(--muted-2);font:11px/1.25 ui-monospace,monospace;text-align:center}.sep-profile-rows{display:flex;flex-direction:column;margin-top:14px}.sep-profile-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #eef2fa}.sep-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:none;border-radius:9px;background:var(--blue)}.sep-icon svg{width:19px;height:19px;fill:#fff}.sep-profile-row span:not(.sep-icon){display:block;color:var(--muted);font-size:12.5px;line-height:1.35}.sep-profile-row strong{display:block;color:var(--blue-dark);font-family:var(--font-serif);font-size:19px;line-height:1.2}.sep-table-link{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:16px;border-radius:8px;background:var(--blue-bg);color:var(--blue);font-size:13.5px;font-weight:700}.sep-source{margin:14px 0 0;color:var(--muted-3);font-size:11.5px;line-height:1.55;text-align:center}.sep-map-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:22px 24px;overflow:hidden}.sep-map-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.sep-map-header h2{color:var(--blue);font-size:22px;letter-spacing:.02em}.sep-map-header p{margin:4px 0 0;color:var(--muted);font-size:13px}.sep-reset-map{display:flex;align-items:center;gap:7px;min-height:40px;border:1px solid #d4deee;border-radius:8px;padding:8px 16px;background:#fff;color:var(--ink-body-2);cursor:pointer;font-size:13px;font-weight:600}.sep-map-stage{display:flex;flex:1;align-items:center;justify-content:center;min-height:470px;padding:10px 8px 2px}.sep-map-stage .sep-map-svg{width:100%;max-height:540px;margin:0;filter:none;touch-action:manipulation}.sep-map-region{fill:#d5deeb;stroke:#fff;stroke-width:1.6;vector-effect:non-scaling-stroke}.sep-map-region:hover{fill:#b7c8e2}.sep-map-region.selected{fill:var(--blue);stroke:#fff;stroke-width:1.6}.sep-map-region.reference{fill:#eceff5;stroke:none}.sep-map-pin{pointer-events:none}.sep-map-pin path{fill:var(--blue-dark);stroke:#fff;stroke-width:1.4}.sep-map-pin path.selected{fill:var(--gold);stroke:var(--blue-dark)}.sep-map-pin circle{fill:var(--gold)}.sep-map-pin text{fill:var(--blue-dark);font-family:var(--font-sans);font-size:16px;font-weight:700;text-anchor:middle;paint-order:stroke;stroke:#ffffffe6;stroke-width:3.5}.sep-map-pin text.selected{fill:#fff;stroke:#0d2f6e8c}.sep-map-pin text.reference{fill:#93a1b8;font-style:italic}.sep-map-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.sep-map-footer>p{max-width:520px;margin:0;color:var(--muted-3);font-size:11.5px;line-height:1.5}.sep-map-footer>p strong{color:var(--ink-body-2)}.sep-legend{display:flex;flex:none;flex-direction:column;gap:6px;border:1px solid var(--border);border-radius:10px;padding:12px 16px;background:#fff;box-shadow:0 2px 8px #0d2f6e0f;color:var(--muted);font-size:12px}.sep-legend strong{color:var(--ink);font-size:12.5px}.sep-legend span{display:flex;align-items:center;gap:8px}.sep-legend i{width:14px;height:14px;border-radius:4px;background:#d5deeb}.sep-legend i.selected{background:var(--blue)}.sep-area-select{display:none}.sep-error{margin-bottom:14px;padding:12px;border:1px solid #e4b9b4;border-radius:8px;background:#fff;color:var(--red)}.sep-indicators,.sep-references{border-top:1px solid #e8eef8;background:#f6f9ff}.sep-indicators>.container,.sep-categories>.container,.sep-references>.container{padding-top:44px;padding-bottom:44px}.sep-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:20px}.sep-section-title h2{font-size:26px}.sep-section-title>span{color:var(--muted-3);font-size:12.5px}.sep-indicator-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.sep-indicator-grid article{min-width:0;border:1px solid #e4ecfa;border-radius:10px;padding:20px;background:#fff}.sep-indicator-grid article strong{color:var(--blue);font-family:var(--font-serif);font-size:28px}.sep-indicator-grid article p{margin:6px 0 0;color:var(--muted);font-size:12.5px;line-height:1.45}.sep-empty{grid-column:1/-1;border:1px dashed #c5d5ec;border-radius:10px;padding:24px;color:var(--muted-2);text-align:center}.sep-section-source{margin:14px 0 0;color:var(--muted-3);font-size:12px;line-height:1.5}.sep-categories{border-top:1px solid #e8eef8;background:#fff}.sep-category-list{display:flex;flex-direction:column;gap:10px}.sep-category{overflow:hidden;margin:0;border:1px solid #e4ecfa;border-radius:12px;background:#fff}.sep-category-toggle{display:flex;align-items:center;gap:16px;width:100%;min-height:78px;border:0;padding:15px 20px;background:#fff;cursor:pointer;text-align:left}.sep-category-toggle:hover{background:#f6f9ff}.sep-category-toggle .sep-icon{width:36px;height:36px}.sep-category-name{flex:1;min-width:0}.sep-category-name strong,.sep-category-name small,.sep-category-value strong,.sep-category-value small{display:block}.sep-category-name strong{color:var(--ink);font-size:14.5px}.sep-category-name small{margin-top:2px;color:var(--muted-3);font-size:12px}.sep-category-value{flex:none;text-align:right}.sep-category-value strong{color:var(--blue);font-family:var(--font-serif);font-size:20px}.sep-category-value small{color:var(--muted-3);font-size:10.5px;letter-spacing:.05em;text-transform:uppercase}.sep-chevron{color:var(--muted);font-size:20px;transition:transform .18s}.sep-chevron.open{transform:rotate(180deg)}.sep-category-body{border-top:1px solid #e8eef8;padding:18px 20px 14px;background:#fdfeff}.sep-category-tables{display:grid;grid-template-columns:1fr 1fr;gap:40px}.sep-data-header,.sep-data-row{display:grid;grid-template-columns:1.6fr 1fr;padding:9px 12px}.sep-data-header{border-radius:8px 8px 0 0;background:var(--blue-dark);color:#cfe0fa;font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.sep-data-header span:last-child,.sep-data-row span:last-child{text-align:right}.sep-data-row{border-bottom:1px solid #edf2fa;color:var(--ink-body-2);font-size:13px}.sep-data-row.alt{background:#f6f9ff}.sep-data-row span:first-child{color:var(--ink);font-weight:600}.sep-category-body>p{margin:12px 0 0;color:var(--muted-3);font-size:11.5px}.sep-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sep-reference-grid article{display:flex;flex-direction:column;gap:8px;border:1px solid #e4ecfa;border-radius:10px;padding:22px;background:#fff}.sep-reference-grid h3{margin:0;color:var(--ink);font-size:15px}.sep-reference-grid p{margin:0;color:var(--muted-2);font-size:12.5px;line-height:1.5}.sep-document-pending{margin-top:6px;color:var(--muted-3);font-size:12.5px;font-weight:700}.sep-reference-download{margin-top:6px;color:var(--blue);font-size:12.5px;font-weight:800}.sep-request{background:var(--blue-dark)}.sep-request>.container{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-top:36px;padding-bottom:36px}.sep-request h2{color:#fff;font-size:20px}.sep-request p{max-width:700px;margin:6px 0 0;color:#aac1e8;font-size:13.5px;line-height:1.6}@media (max-width:1100px){.sep-map-layout{grid-template-columns:330px minmax(0,1fr)}.sep-indicator-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.sep-headline-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.sep-map-layout{grid-template-columns:minmax(0,1fr)}.sep-detail-panel{order:2}.sep-map-card{order:1}.sep-area-select{display:flex}.sep-map-stage{min-height:440px}}@media (max-width:640px){.sep-headline-stats,.sep-indicator-grid,.sep-reference-grid,.sep-category-tables{grid-template-columns:1fr}.sep-headline-stat strong{font-size:27px}.sep-map-section>.container,.sep-indicators>.container,.sep-categories>.container,.sep-references>.container{padding-left:16px;padding-right:16px}.sep-map-card{width:100%;box-sizing:border-box;padding:18px 14px;overflow:hidden}.sep-map-header,.sep-map-footer,.sep-section-title,.sep-request>.container{align-items:flex-start;flex-direction:column}.sep-map-stage{width:100%;min-height:0;padding-top:16px}.sep-map-stage .sep-map-svg{width:100%;height:auto;max-width:100%}.sep-map-pin text{font-size:18px}.sep-legend{flex-direction:row;flex-wrap:wrap}.sep-detail-panel{padding:20px 18px}.sep-category-toggle{gap:10px;padding:13px 12px}.sep-category-value small{display:none}.sep-category-body{padding:14px 12px}.sep-section-title>span{line-height:1.45}}
