:root{--navy:#102d3c;--navy-deep:#08212f;--teal:#0a6f66;--teal-dark:#07564f;--teal-soft:#e5f3f1;--lime:#c8dc5b;--lime-soft:#f3f7d9;--orange:#e98b4b;--red:#d75b57;--purple:#8066b0;--blue:#3e79a7;--ink:#18313d;--muted:#687d86;--line:#dce5e5;--soft:#f5f8f7;--white:#fff;--shadow-sm:0 8px 24px #102d3c12;--shadow:0 20px 55px #102d3c1f;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-family:Tahoma,Arial,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}img{max-width:100%}.container{width:min(1180px,100% - 32px);margin-inline:auto}.site-header{border-bottom:1px solid var(--line);z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;justify-content:space-between;align-items:center;gap:24px;height:72px;padding-inline:max(18px,50vw - 590px);display:flex;position:sticky;top:0}.brand{flex:none;align-items:center;gap:10px;display:inline-flex}.brand-symbol{background:#06213a url(/union-logo-128.webp) 50%/cover no-repeat;border:1px solid #c8dc5b8c;border-radius:50%;flex:none;width:48px;height:48px;display:inline-flex;overflow:hidden;box-shadow:0 8px 22px #08212f3d}.brand-symbol i{display:none}.brand-symbol.large{width:72px;height:72px}.brand strong,.brand small{display:block}.brand strong{color:var(--navy);font-size:18px;line-height:1.2}.brand small{color:var(--teal);letter-spacing:.8px;margin-top:3px;font-size:9px}.desktop-nav{align-items:stretch;gap:3px;height:100%;display:flex}.desktop-nav a{color:#536b75;place-items:center;padding:0 13px;font-size:12px;font-weight:800;display:grid;position:relative}.desktop-nav a:hover,.desktop-nav a.active{color:var(--teal)}.desktop-nav a.active:after{content:"";background:var(--lime);bottom:0;border-radius:4px 4px 0 0;height:3px;position:absolute;inset-inline:11px}.header-actions{align-items:center;gap:8px;display:flex}.icon-action,.menu-toggle{width:40px;height:40px;color:var(--navy);background:var(--soft);border:1px solid var(--line);border-radius:12px;place-items:center;display:grid;position:relative}.notification-dot{background:var(--orange);border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px}.account-link{color:#fff;background:var(--navy);border-radius:12px;align-items:center;gap:7px;padding:11px 14px;font-size:11px;font-weight:900;display:inline-flex}.account-link:hover{background:var(--teal)}.menu-toggle{display:none}.header-search{border:1px solid var(--line);width:min(560px,100vw - 32px);box-shadow:var(--shadow);background:#fff;border-radius:15px;align-items:center;gap:9px;padding:7px;display:flex;position:absolute;top:64px;left:max(16px,50vw - 590px)}.header-search svg{color:var(--teal);margin-right:8px}.header-search input{min-width:0;color:var(--ink);border:0;outline:0;flex:1;padding:8px}.header-search button{color:#fff;background:var(--teal);border:0;border-radius:10px;padding:10px 18px;font-weight:900}.mobile-menu{display:none}.home-hero{color:#fff;background:radial-gradient(circle at 82% 25%, #198479b8, transparent 31%), radial-gradient(circle at 12% 92%, #c8dc5b33, transparent 34%), linear-gradient(135deg, var(--navy-deep), var(--navy));min-height:730px;position:relative;overflow:hidden}.hero-pattern{opacity:.13;background-image:radial-gradient(#ffffff8c 1px,#0000 1px);background-size:23px 23px;position:absolute;inset:0}.hero-grid{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:58px;min-height:730px;display:grid;position:relative}.hero-copy{padding-block:70px}.hero-label{color:#eef8c0;background:#c8dc5b1f;border:1px solid #c8dc5b4d;border-radius:999px;align-items:center;gap:7px;width:max-content;padding:8px 12px;font-size:11px;font-weight:900;display:inline-flex}.hero-copy h1{letter-spacing:-1.6px;margin:22px 0 14px;font-size:clamp(40px,5.2vw,64px);line-height:1.25}.hero-copy h1 em{color:var(--lime);font-style:normal}.hero-copy>p{color:#c9d7dc;max-width:650px;margin:0 0 25px;font-size:16px;line-height:2}.global-search{background:#fff padding-box padding-box;border:6px solid #ffffff1f;border-radius:17px;align-items:center;max-width:700px;padding:7px;display:flex;box-shadow:0 24px 50px #00000040}.global-search svg{color:var(--teal);margin-inline:9px 3px}.global-search input{color:var(--ink);border:0;outline:0;flex:1;min-width:0;padding:12px 8px;font-size:14px}.global-search button{color:#fff;background:var(--teal);border:0;border-radius:11px;padding:13px 25px;font-weight:900}.global-search.compact{border:1px solid var(--line);max-width:760px;box-shadow:var(--shadow-sm)}.hero-quick-actions{grid-template-columns:repeat(3,1fr);gap:9px;max-width:700px;margin-top:13px;display:grid}.hero-quick-actions a{color:#fff;background:#ffffff17;border:1px solid #fff3;border-radius:14px;align-items:center;gap:10px;min-height:68px;padding:12px;transition:all .2s;display:flex}.hero-quick-actions a:hover{background:#ffffff29;border-color:#c8dc5b8c;transform:translateY(-2px)}.hero-quick-actions a>svg{width:22px;height:22px;color:var(--lime);flex:none}.hero-quick-actions small,.hero-quick-actions strong{display:block}.hero-quick-actions small{color:#afc3c9;margin-bottom:4px;font-size:11px}.hero-actions{gap:11px;margin-top:20px;display:flex}.primary-button,.secondary-button,.dark-button,.lime-button{border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 17px;font-size:11px;font-weight:900;display:inline-flex}.primary-button{color:var(--navy-deep);background:var(--lime)}.secondary-button{color:#fff;background:#ffffff12;border:1px solid #ffffff59}.dark-button{color:#fff;background:var(--navy)}.lime-button{color:var(--navy-deep);background:var(--lime);padding:15px 20px}.privacy-note{color:#b9cbd1;align-items:flex-start;gap:8px;margin-top:22px;font-size:10px;line-height:1.7;display:flex}.privacy-note svg{color:var(--lime);flex:none}.privacy-note strong{color:#fff;display:block}.hero-board{color:var(--ink);background:#fffffff7;border:1px solid #fff9;border-radius:28px;padding:22px;position:relative;box-shadow:0 35px 75px #00000047}.hero-board:before{content:"";background:var(--lime);opacity:.18;border-radius:50%;width:120px;height:120px;position:absolute;top:-55px;left:-55px}.board-top{align-items:center;gap:12px;display:flex}.board-top strong,.board-top small{display:block}.board-top strong{color:var(--navy);font-size:13px}.board-top small{color:var(--muted);margin-top:5px;font-size:9px}.board-alert{background:#f1f7f6;border:1px solid #dcecea;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin:20px 0 13px;padding:14px;display:grid}.board-alert>svg{color:var(--teal)}.board-alert b,.board-alert span{display:block}.board-alert b{font-size:11px}.board-alert div span{color:var(--muted);margin-top:4px;font-size:8px}.board-cards{grid-template-columns:1fr 1fr;gap:10px;display:grid}.board-cards div{border:1px solid var(--line);border-radius:15px;flex-direction:column;gap:10px;min-height:90px;padding:15px;display:flex}.board-cards svg{color:var(--teal)}.board-cards b{font-size:10px}.board-footer{color:var(--muted);border:1px dashed var(--line);background:#fbfcfc;border-radius:12px;align-items:center;gap:7px;margin-top:11px;padding:11px;font-size:8px;display:flex}.board-footer svg{color:var(--teal)}.quick-access,.content-section{padding-block:74px}.section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.section-heading h2{color:var(--navy);letter-spacing:-.6px;margin:8px 0 7px;font-size:30px}.section-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.8}.eyebrow{color:var(--teal);letter-spacing:.2px;font-size:10px;font-weight:950}.eyebrow.light{color:var(--lime)}.text-link{color:var(--teal);white-space:nowrap;font-size:11px;font-weight:950}.quick-grid{grid-template-columns:repeat(9,1fr);gap:10px;display:grid}.quick-card{border:1px solid var(--line);min-height:125px;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-direction:column;align-items:flex-start;gap:12px;padding:15px 11px;display:flex}.quick-card>span{border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.quick-card strong{flex:1;font-size:10px;line-height:1.5}.quick-card>svg{color:#9aabb0;align-self:flex-end;width:15px}.quick-card:hover{box-shadow:var(--shadow);border-color:#91bdb8;transform:translateY(-4px)}.quick-card.green>span{color:var(--teal);background:var(--teal-soft)}.quick-card.blue>span{color:var(--blue);background:#e9f2f8}.quick-card.orange>span{color:var(--orange);background:#fff1e8}.quick-card.purple>span{color:var(--purple);background:#f0ebf7}.quick-card.teal>span{color:#23877c;background:#e8f6f4}.quick-card.red>span{color:var(--red);background:#fbeceb}.alert-section{background:#fff9f3;border-block:1px solid #f4e2d3;padding:30px 0}.area-alert{grid-template-columns:auto 1fr auto;align-items:center;gap:17px;display:grid}.alert-icon{width:50px;height:50px;color:var(--orange);background:#ffe8d8;border-radius:15px;place-items:center;display:grid}.area-alert h2{color:var(--navy);margin:7px 0 4px;font-size:18px}.area-alert p{color:var(--muted);margin:0;font-size:10px}.news-layout{grid-template-columns:1.2fr .8fr;gap:20px;display:grid}.feature-news{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.media-placeholder{color:#ffffffd1;background:linear-gradient(135deg,#2e8178,#0d4b4b);place-items:center;min-height:235px;display:grid;position:relative;overflow:hidden}.media-placeholder:before,.compact-media:before{content:"";border:1px solid #fff3;border-radius:50%;width:180px;height:180px;position:absolute;top:-70px;left:-45px}.media-placeholder:after{content:""}.tone-blue{background:linear-gradient(135deg,#3e79a7,#183d59)}.tone-orange{background:linear-gradient(135deg,#e98b4b,#9b5131)}.tone-green,.tone-teal{background:linear-gradient(135deg,#278c7e,#0b514c)}.tone-purple{background:linear-gradient(135deg,#8066b0,#463a72)}.feature-news-copy,.card-body{padding:18px}.card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:8px;display:flex}.card-meta span{align-items:center;gap:4px;display:inline-flex}.feature-news h3,.compact-news h3,.card-body h3,.provider-card h3{color:var(--navy)}.feature-news h3{margin:11px 0 8px;font-size:21px;line-height:1.55}.feature-news p{color:var(--muted);margin:0;font-size:11px;line-height:1.9}.card-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:16px;padding-top:13px;display:flex}.card-actions>a:first-child{color:var(--teal);align-items:center;gap:6px;font-size:10px;font-weight:900;display:inline-flex}.share-button{color:var(--muted);background:var(--soft);border:1px solid var(--line);border-radius:9px;align-items:center;gap:5px;padding:8px 10px;font-size:9px;font-weight:800;display:inline-flex}.news-stack{gap:10px;display:grid}.compact-news{border:1px solid var(--line);border-radius:15px;grid-template-columns:105px 1fr;gap:13px;padding:12px;display:grid}.compact-media{color:#fff;background:var(--teal);border-radius:11px;place-items:center;min-height:100px;display:grid;position:relative;overflow:hidden}.compact-news h3{margin:7px 0 5px;font-size:13px;line-height:1.6}.compact-news p{color:var(--muted);margin:0;font-size:9px;line-height:1.65}.soft-section{background:var(--soft);border-block:1px solid #eaf0ef;padding-block:70px}.card-grid{gap:15px;display:grid}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.property-card,.market-card,.provider-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.media-placeholder.property{min-height:175px}.card-body h3{margin:10px 0 9px;font-size:14px;line-height:1.55}.price-text{color:var(--teal);font-size:10px;line-height:1.6;display:block}.property-specs{border-top:1px solid var(--line);flex-wrap:wrap;gap:7px;margin-top:13px;padding-top:11px;display:flex}.property-specs span,.category-pill{color:var(--muted);background:var(--soft);border-radius:999px;padding:5px 7px;font-size:8px}.category-pill{color:var(--teal);background:var(--teal-soft);font-weight:900}.market-card .card-body p{color:var(--teal);font-size:10px;font-weight:900}.muted-line{color:var(--muted);align-items:center;gap:4px;font-size:9px;display:flex}.provider-card{grid-template-columns:auto 1fr;gap:13px;padding:18px;display:grid}.provider-avatar{border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.provider-avatar.color-1{color:var(--teal);background:var(--teal-soft)}.provider-avatar.color-2{color:var(--orange);background:#fff0e6}.provider-avatar.color-3{color:var(--blue);background:#e8f1f7}.provider-main h3{margin:8px 0 7px;font-size:14px}.provider-main p{color:var(--muted);margin:0;font-size:9px;line-height:1.8}.provider-badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.provider-kind{width:max-content;color:var(--navy);background:#e8f1f7;border-radius:999px;align-items:center;padding:5px 8px;font-size:7px;font-weight:900;display:inline-flex}.status-chip{color:#8a7021;background:#fff7da;border-radius:999px;align-items:center;gap:4px;width:max-content;padding:5px 7px;font-size:7px;font-weight:900;display:inline-flex}.status-chip.verified{color:var(--teal);background:var(--teal-soft)}.provider-meta{color:var(--muted);flex-wrap:wrap;gap:9px;margin-top:10px;font-size:8px;display:flex}.provider-meta span{align-items:center;gap:4px;display:inline-flex}.provider-actions{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;padding-top:12px;display:grid}.provider-actions a,.provider-actions button{text-align:center;border-radius:10px;padding:10px;font-size:9px;font-weight:900}.provider-actions a{color:#fff;background:var(--teal)}.provider-actions button{color:var(--muted);background:var(--soft);border:1px solid var(--line);cursor:not-allowed}.provider-actions small{color:var(--orange);margin-right:3px}.provider-actions-rich{grid-template-columns:repeat(auto-fit,minmax(74px,1fr))}.provider-actions-rich a{justify-content:center;align-items:center;gap:5px;display:inline-flex}.provider-actions-rich .contact-action.call{background:var(--navy)}.provider-actions-rich .contact-action.whatsapp{background:#168a51}.places-strip{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.place-card{border:1px solid var(--line);border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;display:grid}.place-card>span{width:44px;height:44px;color:var(--teal);background:var(--teal-soft);border-radius:13px;place-items:center;display:grid}.place-card h3{color:var(--navy);margin:6px 0 4px;font-size:12px}.place-card p{color:var(--muted);margin:0;font-size:8px}.place-card>svg{color:#a1afb3;width:17px}.join-section{color:#fff;background:radial-gradient(circle at 12% 100%, #c8dc5b33, transparent 25%), linear-gradient(135deg, var(--teal-dark), var(--navy));padding:65px 0}.join-grid{justify-content:space-between;align-items:center;gap:40px;display:flex}.join-grid h2{margin:9px 0;font-size:31px}.join-grid p{color:#cfe0e0;margin:0;font-size:12px}.social-community-section{padding:48px 0}.social-community-section .join-grid{gap:28px}.social-community-section .join-grid>div:first-child{max-width:650px}.community-action-panel{gap:10px;min-width:min(100%,600px);display:grid}.community-social-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.community-social-button{color:#fff;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:58px;padding:13px 18px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 24px #00000024}.community-social-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0003}.community-social-button svg{flex:none;width:24px;height:24px}.community-social-button.whatsapp{background:#168b55;border:1px solid #25a866}.community-social-button.facebook{background:#1769aa;border:1px solid #2c7dbe}.community-account-action{color:#ffffffe6;border:1px solid #ffffff47;border-radius:999px;width:max-content;margin-inline:auto;padding:8px 16px;font-size:.82rem;font-weight:800}.community-account-action:hover{color:#fff;border-color:#ffffff8c}.community-account-link{color:#d8e6e7;background:#ffffff0d;border:1px solid #ffffff3d;border-radius:11px;justify-content:center;justify-self:center;align-items:center;gap:7px;min-height:44px;padding:8px 13px;font-size:11px;font-weight:800;display:inline-flex}.community-account-link:hover{color:#fff;background:#ffffff1a}.community-account-link svg{width:16px;height:16px}.join-points{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.join-points span{color:#e2eeec;align-items:center;gap:5px;font-size:9px;display:inline-flex}.join-points svg{color:var(--lime);width:16px}.site-footer{color:#ccdade;background:var(--navy-deep);padding:55px max(20px,50vw - 590px) 25px}.site-footer .brand strong{color:#fff}.footer-grid{grid-template-columns:1.6fr 1fr 1fr;gap:70px;display:grid}.footer-grid h3{color:#fff;margin:3px 0 16px;font-size:12px}.footer-grid a,.footer-grid>div>span{color:#9eb0b7;margin-bottom:10px;font-size:9px;display:block}.footer-grid>div:first-child>p{color:var(--lime);font-size:10px;font-weight:900}.footer-grid .footer-copy{color:#8ba0a8;max-width:310px;font-weight:400;line-height:1.9}.footer-bottom{color:#6f8992;border-top:1px solid #ffffff1a;justify-content:space-between;gap:20px;margin-top:35px;padding-top:18px;font-size:8px;display:flex}.mobile-bottom-nav{display:none}.page-hero{color:#fff;background:radial-gradient(circle at 15% 100%, #c8dc5b26, transparent 30%), linear-gradient(135deg, var(--navy-deep), var(--navy));padding:65px 0 58px}.page-hero h1{margin:10px 0;font-size:40px}.page-hero p{color:#cad9de;max-width:720px;margin:0;font-size:13px;line-height:1.9}.page-hero .global-search{margin-top:25px}.filters-bar{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-wrap:wrap;gap:7px;margin:25px 0;padding:11px;display:flex}.filter-button{color:var(--muted);background:var(--soft);border:1px solid #0000;border-radius:999px;padding:9px 12px;font-size:9px;font-weight:850}.filter-button.active{color:#fff;background:var(--teal)}.filter-field{min-width:170px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:11px;outline:0;padding:10px 12px;font-size:10px}.results-count{color:var(--muted);margin-bottom:16px;font-size:10px}.empty-state{text-align:center;color:var(--muted);background:var(--soft);border:1px dashed var(--line);border-radius:18px;padding:55px 25px}.empty-state svg{color:var(--teal);margin:0 auto 12px}.empty-state h3{color:var(--navy)}.soon-button{color:var(--muted);background:var(--soft);border:1px solid var(--line);cursor:not-allowed;border-radius:11px;padding:10px 13px;font-size:9px;font-weight:900}.soon-button small{color:var(--orange);margin-right:4px}@media (width<=1100px){.desktop-nav a{padding-inline:8px}.quick-grid{grid-template-columns:repeat(5,1fr)}.card-grid.four{grid-template-columns:repeat(2,1fr)}}@media (width<=880px){body{padding-bottom:64px}.site-header{height:64px;padding-inline:14px}.desktop-nav,.account-link{display:none}.menu-toggle{display:grid}.brand-symbol{width:43px;height:43px}.brand strong{font-size:16px}.mobile-menu{border-bottom:1px solid var(--line);z-index:75;box-shadow:var(--shadow);background:#fff;padding:12px 16px;display:block;position:fixed;top:64px;left:0;right:0}.mobile-menu nav{grid-template-columns:1fr 1fr;gap:7px;display:grid}.mobile-menu a{color:var(--navy);background:var(--soft);border-radius:10px;padding:11px;font-size:10px;font-weight:850}.mobile-bottom-nav{border-top:1px solid var(--line);z-index:90;background:#fffffffa;grid-template-columns:repeat(5,1fr);height:64px;padding:7px 8px 5px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 22px #102d3c14}.mobile-bottom-nav a{color:#7c8e95;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:8px;font-weight:850;display:flex}.mobile-bottom-nav a.active{color:var(--teal)}.hero-grid{grid-template-columns:1fr;gap:0}.hero-copy{padding:65px 0 35px}.hero-board{max-width:560px;margin:0 auto 60px}.news-layout{grid-template-columns:1fr}.card-grid.three{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}@media (width<=620px){.container{width:min(100% - 24px,1180px)}.home-hero,.hero-grid{min-height:auto}.hero-copy{padding-top:48px}.hero-copy h1{font-size:38px}.hero-copy>p{font-size:13px;line-height:1.8}.global-search{border-width:4px;flex-wrap:wrap}.global-search input{min-width:calc(100% - 52px);font-size:12px}.global-search button{width:100%}.hero-quick-actions{grid-template-columns:1fr}.hero-quick-actions a{min-height:58px}.hero-board{border-radius:20px;padding:15px}.quick-access,.content-section,.soft-section{padding-block:52px}.section-heading{align-items:flex-start}.section-heading h2{font-size:25px}.section-heading p{font-size:10px}.quick-grid{grid-template-columns:repeat(3,1fr)}.quick-card{min-height:115px;padding:12px 9px}.area-alert{grid-template-columns:auto 1fr}.area-alert .dark-button{grid-column:1/-1}.card-grid.four,.card-grid.three{grid-template-columns:1fr}.compact-news{grid-template-columns:85px 1fr}.compact-news p{display:none}.places-strip{grid-template-columns:1fr}.join-grid{flex-direction:column;align-items:flex-start}.join-grid h2{font-size:27px}.social-community-section{padding:38px 0}.community-action-panel{width:100%;min-width:0}.community-social-actions{grid-template-columns:1fr;width:100%;min-width:0}.community-social-button{width:100%;min-height:60px}.lime-button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.page-hero{padding:48px 0 43px}.page-hero h1{font-size:31px}.filters-bar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.filter-button{flex:none}.filter-field{min-width:145px}}.directory-search{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;align-items:center;gap:9px;padding:8px 14px;display:flex}.official-footer-compact{background:var(--navy-deep);color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;margin-top:42px;padding:18px 24px;font-size:.86rem;display:flex}.footer-social-links{border-top:1px solid #ffffff1a;justify-content:center;gap:12px;padding:15px 20px;display:flex}.footer-social-links a{color:#e7f1ef;border-radius:10px;align-items:center;gap:7px;padding:8px 11px;font-weight:700;display:inline-flex}.footer-social-links a:hover{color:#fff;background:#ffffff14}.footer-social-links svg{width:19px;height:19px}.footer-social-links.compact{border:0;padding:0}.footer-social-links.compact a{padding:5px 8px}.directory-filter-selects,.directory-admin-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.directory-filter-selects label,.directory-admin-filters label{color:var(--navy);gap:6px;font-weight:700;display:grid}.directory-filter-selects select,.directory-admin-filters select,.directory-admin-filters input{border:1px solid var(--line);min-height:46px;color:var(--ink);background:#fff;border-radius:12px;padding:0 12px}.v3-directory article{overflow:hidden;padding:0!important}.directory-card-media{background:linear-gradient(135deg,#e9f4f1,#f7faf9);place-items:center;min-height:190px;display:grid}.directory-card-media img{object-fit:cover;width:100%;height:190px}.directory-card-media>span{color:var(--teal);place-items:center;gap:8px;display:grid}.directory-card-copy{padding:18px}.place-card-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.verified-place{color:#176b56;background:#e8f7f1;border:1px solid #cde9de;border-radius:999px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;display:inline-flex}.verified-place svg{width:15px}.directory-card-actions,.directory-detail-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.directory-card-actions a,.directory-detail-actions>a,.directory-detail-actions>button{border:1px solid var(--line);color:var(--navy);background:#fff;border-radius:10px;align-items:center;gap:5px;padding:9px 11px;font-weight:700;display:inline-flex}.directory-card-actions svg,.directory-detail-actions svg{width:17px}.directory-detail-page{padding-block:34px 70px}.directory-detail-hero{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:30px;margin-top:20px;display:grid}.directory-detail-gallery{grid-template-columns:repeat(2,1fr);gap:8px;min-height:340px;display:grid}.directory-detail-gallery img{object-fit:cover;border-radius:16px;width:100%;height:180px}.directory-detail-gallery img:first-child{grid-column:1/-1;height:300px}.directory-detail-copy{padding:25px 4px}.directory-detail-copy h1{color:var(--navy);margin:14px 0;font-size:clamp(2rem,4vw,3.2rem)}.directory-location{color:var(--muted);align-items:flex-start;gap:7px;display:flex}.directory-description{line-height:1.9}.directory-detail-grid{grid-template-columns:minmax(0,1fr) 330px;gap:20px;margin-top:25px;display:grid}.directory-detail-grid dl{grid-template-columns:170px 1fr;gap:12px;display:grid}.directory-detail-grid dt{gap:7px;font-weight:700;display:flex}.directory-detail-grid dt svg{width:18px}.directory-admin-manager{gap:18px;display:grid}.directory-admin-form-wrap{border:1px solid var(--line);background:#fbfdfc;border-radius:16px;overflow:hidden}.directory-admin-form-wrap summary{cursor:pointer;align-items:center;gap:8px;padding:16px;font-weight:800;display:flex}.compact-admin-form{border:0;border-top:1px solid var(--line);border-radius:0;margin:0}.directory-admin-images{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.directory-admin-images label{border:1px dashed #aac8c1;border-radius:12px;gap:8px;padding:12px;display:grid}.directory-admin-list{gap:9px;display:grid}.directory-admin-list article{border:1px solid var(--line);background:#fff;border-radius:13px;justify-content:space-between;gap:12px;padding:13px;display:flex}.directory-admin-list strong,.directory-admin-list small{margin-top:4px;display:block}.directory-admin-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.directory-admin-actions button{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:4px;padding:7px 9px;display:inline-flex}.directory-admin-actions button.approve{background:var(--teal);color:#fff}.directory-admin-actions button.danger{color:#a53636}.directory-status{background:#eef3f2;border-radius:999px;padding:4px 8px;font-size:.75rem;display:inline-block}.directory-status.approved{color:#176b56;background:#e8f7f1}.directory-status.rejected,.directory-status.suspended{color:#963d3d;background:#fff0f0}.form-warning{color:#74530d;background:#fff8e6;border:1px solid #edc66d;border-radius:10px;padding:12px}@media (width<=760px){.directory-filter-selects,.directory-admin-filters,.directory-admin-images,.directory-detail-hero,.directory-detail-grid{grid-template-columns:1fr}.directory-detail-gallery img:first-child{height:230px}.directory-detail-grid dl{grid-template-columns:1fr}.directory-admin-list article{flex-direction:column;align-items:flex-start}.directory-admin-actions{justify-content:flex-start}.directory-card-actions a{flex:auto;justify-content:center}}.directory-search svg{color:var(--teal)}.directory-search input{color:var(--ink);border:0;outline:0;flex:1;padding:9px}.safe-info{color:#31574d;background:#eef8f5;border:1px solid #d6ebe5;border-radius:14px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;display:flex}.safe-info svg{color:var(--teal);flex:none}.safe-info strong,.safe-info p{display:block}.safe-info strong{font-size:10px}.safe-info p{margin:4px 0 0;font-size:8px}.home-empty{background:linear-gradient(135deg,#fbfdfc,#f2f7f6);border:1px dashed #bfd3cf;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:145px;padding:24px;display:grid}.home-empty>span{width:54px;height:54px;color:var(--teal);background:var(--teal-soft);border-radius:16px;place-items:center;display:grid}.home-empty h3{color:var(--navy);margin:0 0 6px;font-size:15px}.home-empty p{color:var(--muted);margin:0;font-size:9px;line-height:1.8}.home-empty>a{color:#fff;background:var(--teal);border-radius:11px;align-items:center;gap:6px;padding:11px 14px;font-size:9px;font-weight:900;display:inline-flex}.outline-cta,.primary-inline{border-radius:11px;justify-content:center;align-items:center;padding:10px 14px;font-size:9px;font-weight:900;display:inline-flex}.outline-cta{color:var(--teal);border:1px solid var(--teal);background:#fff}.primary-inline{color:#fff;background:var(--teal);margin-top:10px}.service-guides-section{border-top:1px solid var(--line);margin-top:55px;padding-top:40px}.service-guides-section>header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.service-guides-section>header>svg{width:44px;height:44px;color:var(--teal);background:var(--teal-soft);border-radius:14px;padding:11px}.service-guides-section h2{color:var(--navy);margin:8px 0 7px;font-size:25px}.service-guides-section header p{color:var(--muted);margin:0;font-size:10px;line-height:1.8}.guide-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.guide-card{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;padding:20px}.guide-card h3{color:var(--navy);margin:12px 0 8px;font-size:16px}.guide-card>p,.guide-card li{color:var(--muted);font-size:9px;line-height:1.8}.guide-card ul{margin:12px 0;padding-right:18px}.guide-links{border-top:1px solid var(--line);flex-wrap:wrap;gap:7px;padding-top:12px;display:flex}.guide-links a{color:var(--teal);background:var(--teal-soft);border-radius:9px;align-items:center;gap:5px;padding:8px 10px;font-size:8px;font-weight:900;display:inline-flex}.news-page-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.news-list-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.news-list-card .media-placeholder{min-height:190px}.news-list-copy h2{color:var(--navy);margin:10px 0 7px;font-size:17px;line-height:1.6}.news-list-copy>p{color:var(--muted);margin:0;font-size:10px;line-height:1.8}.pinned-badge{color:var(--navy);background:var(--lime);border-radius:999px;align-items:center;gap:4px;padding:6px 9px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;bottom:12px;right:12px}.article-page{max-width:900px;padding-block:35px 80px}.back-link{color:var(--teal);align-items:center;gap:7px;margin-bottom:25px;font-size:10px;font-weight:900;display:inline-flex}.article-page>header{text-align:center;max-width:760px;margin:0 auto 28px}.article-page h1{color:var(--navy);margin:15px 0 12px;font-size:37px;line-height:1.5}.article-page header>p{color:var(--muted);margin:0;font-size:13px;line-height:1.9}.article-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}.article-meta>span{color:var(--muted);align-items:center;gap:5px;font-size:9px;display:inline-flex}.article-cover{border-radius:22px;min-height:360px}.article-body{max-width:720px;margin:35px auto 0}.article-body>p{color:#405660;margin:0 0 20px;font-size:14px;line-height:2.1}.article-body aside{background:#fff8e9;border:1px solid #f0dfb8;border-radius:15px;padding:18px}.article-body aside strong{color:#8c6712;font-size:11px}.article-body aside p{color:#806d44;margin:7px 0 0;font-size:10px;line-height:1.8}.profile-page{padding-block:35px 80px}.provider-profile-head{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:25px;display:grid}.provider-logo-large{width:85px;height:85px;color:var(--teal);background:var(--teal-soft);border-radius:24px;place-items:center;display:grid}.profile-badges{flex-wrap:wrap;gap:7px;display:flex}.provider-profile-head h1{color:var(--navy);margin:12px 0 7px;font-size:28px}.provider-profile-head p{color:var(--muted);margin:0;font-size:11px;line-height:1.8}.profile-facts{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.profile-facts span{color:var(--muted);align-items:center;gap:5px;font-size:9px;display:inline-flex}.profile-facts svg{color:var(--teal);width:15px}.profile-actions{gap:7px;width:180px;display:grid}.profile-actions .share-button{justify-content:center}.profile-contact{color:#fff;border-radius:11px;justify-content:center;align-items:center;gap:6px;padding:10px 13px;font-size:9px;font-weight:900;display:inline-flex}.profile-contact.call{background:var(--navy)}.profile-contact.whatsapp{background:#168a51}.profile-grid{grid-template-columns:minmax(0,1fr) 285px;align-items:start;gap:18px;margin-top:18px;display:grid}.detail-panel,.profile-sidebar{border:1px solid var(--line);background:#fff;border-radius:18px;margin-bottom:15px;padding:20px}.detail-panel h2,.profile-sidebar h3{color:var(--navy);margin:0 0 15px;font-size:15px}.service-tags{flex-wrap:wrap;gap:8px;display:flex}.service-tags span{color:var(--teal);background:var(--teal-soft);border-radius:999px;padding:7px 10px;font-size:9px;font-weight:850}.work-gallery{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.work-gallery div{color:#91a3a8;background:var(--soft);border:1px dashed var(--line);border-radius:13px;align-content:center;place-items:center;gap:8px;min-height:115px;font-size:8px;display:grid}.work-gallery-empty{color:var(--muted);background:var(--soft);border:1px dashed var(--line);border-radius:14px;justify-content:center;align-items:center;gap:13px;min-height:120px;padding:20px;display:flex}.work-gallery-empty>svg{color:var(--teal);width:30px;height:30px}.work-gallery-empty strong{color:var(--navy);margin-bottom:5px;font-size:10px;display:block}.work-gallery-empty p{margin:0;font-size:8px;line-height:1.7}.empty-state.small{padding:30px 20px}.profile-sidebar{position:sticky;top:90px}.profile-sidebar>p{color:var(--muted);font-size:10px;line-height:1.8}.contact-list{gap:9px;display:grid}.contact-list>div{background:var(--soft);border:1px solid var(--line);border-radius:12px;gap:8px;padding:11px;display:grid}.contact-list b{color:var(--navy);text-align:right;direction:ltr;font-size:11px}.contact-list span{flex-wrap:wrap;gap:6px;display:flex}.contact-list a{color:#fff;background:var(--navy);border-radius:8px;align-items:center;gap:4px;padding:7px 9px;font-size:8px;font-weight:900;display:inline-flex}.contact-list a.whatsapp{background:#168a51}.report-link{color:#a8403c;background:#fff0ef;border:1px solid #f0cac8;border-radius:10px;justify-content:center;width:100%;padding:10px;font-size:8px;font-weight:900;display:inline-flex}.privacy-box{color:#326157;background:var(--teal-soft);border-radius:12px;align-items:flex-start;gap:7px;margin:14px 0;padding:12px;font-size:8px;line-height:1.7;display:flex}.privacy-box svg{flex:none;width:16px}.profile-sidebar .soon-button{width:100%;margin-top:7px}.listing-toolbar{justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;display:flex}.listing-toolbar .results-count{margin:0}.card-overlay-actions{gap:7px;display:flex;position:absolute;top:12px;left:12px}.card-overlay-actions button{color:#fff;cursor:not-allowed;background:#06202db3;border:1px solid #ffffff47;border-radius:9px;align-items:center;gap:4px;padding:7px;display:inline-flex}.card-overlay-actions small{font-size:6px}.details-disabled{width:100%;color:var(--muted);background:var(--soft);border:1px solid var(--line);cursor:not-allowed;border-radius:10px;margin-top:13px;padding:10px;font-size:9px;font-weight:900}.details-disabled small{color:var(--orange);margin-right:4px}.architecture-note{color:var(--muted);border:1px dashed var(--line);background:#fff;border-radius:15px;flex-wrap:wrap;align-items:center;gap:9px;margin-top:20px;padding:14px 16px;font-size:8px;display:flex}.architecture-note strong{color:var(--navy);margin-left:5px}.architecture-note span{color:var(--teal);background:var(--teal-soft);border-radius:999px;padding:6px 8px}.directory-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:20px;display:grid}.directory-cards{grid-template-columns:1fr 1fr;gap:12px;display:grid}.directory-cards article{border:1px solid var(--line);border-radius:15px;grid-template-columns:auto 1fr;gap:12px;padding:15px;display:grid}.place-icon{width:46px;height:46px;color:var(--teal);background:var(--teal-soft);border-radius:13px;place-items:center;display:grid}.directory-cards h2{color:var(--navy);margin:7px 0 5px;font-size:13px}.directory-cards p{color:var(--muted);margin:0 0 8px;font-size:8px;line-height:1.7}.directory-cards article div>span{color:var(--muted);align-items:center;gap:4px;font-size:8px;display:flex}.directory-cards article div>span svg{width:13px}.directory-cards b{color:var(--teal);font-size:8px}.map-placeholder{color:var(--muted);text-align:center;background:linear-gradient(145deg,#f0f7f5,#e9f0f2);border:1px dashed #b9d2ce;border-radius:20px;align-content:center;place-items:center;min-height:420px;padding:28px;display:grid;position:sticky;top:90px}.map-placeholder>svg{color:var(--teal)}.map-placeholder h2{color:var(--navy);margin:15px 0 7px;font-size:18px}.map-placeholder p{font-size:9px;line-height:1.8}.map-placeholder span{color:var(--orange);background:#fff;border-radius:999px;padding:6px 9px;font-size:8px;font-weight:900}.search-groups{gap:15px;display:grid}.search-groups section{border:1px solid var(--line);border-radius:17px;overflow:hidden}.search-groups section>header{background:var(--soft);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:13px 16px;display:flex}.search-groups header svg{color:var(--teal);width:18px}.search-groups header h2{color:var(--navy);margin:0;font-size:13px}.search-groups header span{color:var(--teal);margin-right:auto;font-size:9px;font-weight:900}.search-groups section>div{grid-template-columns:repeat(2,1fr);display:grid}.search-groups a{border-bottom:1px solid var(--line);gap:6px;padding:14px 16px;display:grid}.search-groups a:nth-child(odd){border-left:1px solid var(--line)}.search-groups a strong{color:var(--navy);font-size:11px}.search-groups a small{color:var(--muted);font-size:8px}.issue-page{max-width:850px;padding-block:35px 80px}.issue-privacy{color:#315b51;background:var(--teal-soft);border:1px solid #d1e8e3;border-radius:16px;align-items:center;gap:12px;margin-bottom:15px;padding:16px 18px;display:flex}.issue-privacy svg{color:var(--teal);flex:none}.issue-privacy h2{margin:0 0 5px;font-size:13px}.issue-privacy p{margin:0;font-size:9px;line-height:1.7}.issue-form{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;gap:15px;padding:25px;display:grid}.form-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:17px;display:flex}.form-heading h2{color:var(--navy);margin:7px 0 0;font-size:20px}.form-heading>span{color:var(--teal);background:var(--teal-soft);border-radius:999px;align-items:center;gap:5px;padding:7px 9px;font-size:8px;font-weight:900;display:inline-flex}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.issue-form label{color:var(--navy);gap:7px;font-size:10px;font-weight:900;display:grid}.issue-form input,.issue-form select,.issue-form textarea{color:var(--ink);background:var(--soft);border:1px solid var(--line);border-radius:11px;outline:0;padding:12px 13px;font-size:11px;font-weight:400}.issue-form input:focus,.issue-form select:focus,.issue-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0a6f661a}.file-field{background:#fbfcfc;border:1px dashed #bfd2cf;border-radius:13px;padding:14px}.file-field>span{align-items:center;gap:6px;display:flex}.file-field input{background:#fff}.file-field small{color:var(--muted);font-size:8px;font-weight:400}.submit-button{color:#fff;background:var(--teal);border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:13px 18px;font-weight:900;display:flex}.submit-button:disabled{opacity:.6;cursor:wait}.form-error{color:#a8403c;background:#fff0ef;border:1px solid #f0cac8;border-radius:10px;margin:0;padding:10px;font-size:9px}.form-footnote{text-align:center;color:var(--muted);margin:0;font-size:8px}.issue-success{text-align:center;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;padding:55px 25px}.issue-success svg{color:var(--teal)}.issue-success h2{color:var(--navy)}.issue-success p{color:var(--muted)}.issue-success button{color:#fff;background:var(--teal);border:0;border-radius:11px;padding:11px 17px;font-weight:900}.submit-page{background:var(--soft);min-height:100vh;padding-block:34px 70px}.submit-container{max-width:900px}.submit-heading{color:#fff;background:radial-gradient(circle at 12% 100%, #c8dc5b33, transparent 28%), linear-gradient(135deg, var(--teal-dark), var(--navy));box-shadow:var(--shadow);border-radius:24px;grid-template-columns:auto 1fr;align-items:center;gap:16px;padding:24px;display:grid}.submit-heading h1{margin:7px 0;font-size:27px}.submit-heading p{color:#cadade;margin:0;font-size:10px;line-height:1.8}.submit-identity{color:#315b51;background:var(--teal-soft);border:1px solid #d1e8e3;border-radius:15px;align-items:flex-start;gap:9px;margin:15px 0;padding:14px 16px;font-size:9px;line-height:1.8;display:flex}.submit-identity svg{color:var(--teal);flex:none}.submit-identity strong{color:var(--navy);display:block}.submission-form{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;gap:15px;padding:24px;display:grid}.submission-form>header{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding-bottom:17px;display:flex}.submission-form>header>span{width:44px;height:44px;color:var(--teal);background:var(--teal-soft);border-radius:13px;place-items:center;display:grid}.submission-form h2{color:var(--navy);margin:0 0 5px;font-size:17px}.submission-form header p{color:var(--muted);margin:0;font-size:8px}.submission-form label{color:var(--navy);gap:7px;font-size:10px;font-weight:900;display:grid}.submission-form input,.submission-form select,.submission-form textarea{color:var(--ink);background:var(--soft);border:1px solid var(--line);border-radius:11px;outline:0;padding:12px 13px;font-size:11px;font-weight:400}.submission-form input:focus,.submission-form select:focus,.submission-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0a6f661a}.three-fields{grid-template-columns:repeat(3,1fr)}.consent-field{border:1px solid var(--line);background:#fbfcfc;border-radius:12px;grid-template-columns:auto 1fr;align-items:flex-start;padding:13px;line-height:1.7;color:var(--muted)!important;gap:9px!important;display:flex!important}.consent-field input{width:17px;height:17px;accent-color:var(--teal);flex:none;margin:0;padding:0}.submission-success{text-align:center;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;padding:55px 25px}.submission-success>svg{width:54px;height:54px;color:var(--teal)}.submission-success h2{color:var(--navy)}.submission-success p{color:var(--muted)}.submission-success>div{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.submission-success a{color:#fff;background:var(--teal);border-radius:10px;padding:10px 14px;font-size:9px;font-weight:900}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{color:#fff;background:radial-gradient(circle at 20% 10%, #c8dc5b33, transparent 27%), radial-gradient(circle at 85% 75%, #0a6f6680, transparent 30%), linear-gradient(135deg, var(--navy-deep), var(--navy));place-items:center;min-height:100vh;padding:25px;display:grid}.auth-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff29;border-radius:26px;gap:15px;width:min(530px,100%);padding:32px;display:grid;box-shadow:0 32px 80px #00000047}.auth-back{color:var(--lime);font-size:9px;font-weight:900}.auth-card .brand-symbol{margin-top:8px}.auth-card h1{margin:0;font-size:31px}.auth-card>p{color:#c8d7dc;margin:0;font-size:11px;line-height:1.9}.auth-security{color:#dce9c2;background:#c8dc5b17;border:1px solid #c8dc5b38;border-radius:14px;gap:8px;padding:13px;font-size:9px;line-height:1.7;display:flex}.auth-security svg{color:var(--lime);flex:none}.auth-security strong{color:#fff;display:block}.auth-submit{color:var(--navy);background:var(--lime);border-radius:13px;justify-content:center;align-items:center;gap:7px;padding:13px 16px;font-size:10px;font-weight:900;display:flex}.resident-otp-panel{gap:12px;display:grid}.resident-auth-tabs{background:#ffffff12;border:1px solid #ffffff24;border-radius:13px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.resident-auth-tabs button{color:#c8d7dc;min-width:0;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:8px;font-size:9px;font-weight:900}.resident-auth-tabs button.active{color:var(--navy);background:var(--lime);box-shadow:0 5px 16px #0000002e}.resident-auth-tabs button:disabled{opacity:.64;cursor:wait}.resident-auth-mode-copy{gap:3px;padding-block:2px;display:grid}.resident-auth-mode-copy strong{color:#fff;font-size:12px}.resident-auth-mode-copy span{color:#b9cbd0;font-size:8px;line-height:1.7}.resident-auth-progress{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:0;padding:0;list-style:none;display:grid}.resident-auth-progress li{color:#9fb2b9;text-align:center;justify-items:center;gap:4px;min-width:0;display:grid;position:relative}.resident-auth-progress li:before{content:"";top:12px;background:#ffffff26;height:1px;position:absolute;inset-inline:calc(50% + 15px) calc(15px - 50%)}.resident-auth-progress li:first-child:before{display:none}.resident-auth-progress span{z-index:1;background:#ffffff17;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:25px;height:25px;font-size:8px;font-weight:900;display:grid;position:relative}.resident-auth-progress small{overflow-wrap:anywhere;max-width:100%;font-size:7px}.resident-auth-progress li.current,.resident-auth-progress li.done{color:#fff}.resident-auth-progress li.current span{color:var(--navy);background:var(--lime);border-color:var(--lime)}.resident-auth-progress li.done span{color:var(--lime);background:var(--teal);border-color:var(--teal)}.resident-otp-form{gap:9px;display:grid}.resident-otp-form>label{color:#fff;font-size:10px;font-weight:900}.resident-otp-input{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;align-items:center;gap:8px;min-width:0;padding-inline:12px;display:flex}.resident-otp-input:focus-within{border-color:var(--lime);box-shadow:0 0 0 3px #c8dc5b1f}.resident-otp-input svg{width:18px;color:var(--lime);flex:none}.resident-otp-input input{color:#fff;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;padding:13px 0;font-size:12px}.resident-otp-input input::placeholder{color:#9db1b8}.resident-otp-input.password{padding-inline-end:4px}.resident-password-toggle{color:#d9e5e7;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;place-items:center;width:42px;height:42px;padding:0;display:grid}.resident-password-toggle:hover{background:#ffffff14}.resident-password-toggle svg{width:17px}.resident-otp-input.code input{text-align:center;letter-spacing:.35em;font-size:20px;font-weight:900}.resident-otp-format{color:#b8c9ce;font-size:8px;line-height:1.6}.resident-password-requirements{color:#d4dfb9;align-items:center;gap:5px;font-size:8px;line-height:1.6;display:flex}.resident-password-requirements svg{width:14px;color:var(--lime)}.resident-otp-form>button,.auth-secondary-link{width:100%;min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:7px;font-size:10px;font-weight:900;display:flex}.resident-otp-form>button{color:var(--navy);background:var(--lime)}.resident-otp-form>button:disabled,.resident-otp-secondary-actions button:disabled{opacity:.58;cursor:wait}.resident-otp-email-summary{color:#c8d7dc;background:#ffffff0f;border-radius:10px;align-items:center;gap:7px;min-width:0;padding:10px 12px;font-size:9px;display:flex}.resident-otp-email-summary strong{color:#fff;overflow-wrap:anywhere;min-width:0}.resident-otp-secondary-actions{flex-wrap:wrap;justify-content:center;gap:6px 12px;display:flex}.resident-otp-secondary-actions button{color:#dce8eb;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:5px;font-size:8px;font-weight:800;display:inline-flex}.resident-otp-secondary-actions svg{width:13px}.resident-otp-message{background:#c8dc5b1a;border:1px solid #c8dc5b38;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:9px 11px;display:flex;color:#dfecc3!important;font-size:9px!important}.resident-otp-message.error{background:#ef684b1f;border-color:#ef684b47;color:#ffe1dc!important}.resident-otp-message button{color:var(--navy);background:var(--lime);min-height:34px;font:inherit;cursor:pointer;border:0;border-radius:8px;padding:7px 10px;font-size:8px;font-weight:900}.resident-message-actions{flex-wrap:wrap;gap:6px;display:flex}.resident-otp-pilot-note{align-items:flex-start;gap:6px;margin:0;display:flex;color:#b8c9ce!important;font-size:8px!important;line-height:1.7!important}.resident-otp-pilot-note svg{width:14px;color:var(--lime);flex:none}.resident-auth-divider{color:#aebfc5;align-items:center;gap:10px;font-size:8px;display:flex}.resident-auth-divider:before,.resident-auth-divider:after{content:"";background:#ffffff24;flex:1;height:1px}.auth-secondary-link{color:#fff;background:#ffffff14;border:1px solid #ffffff29}.resident-otp-success{color:#eaf4d0;background:#c8dc5b1a;border:1px solid #c8dc5b3d;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px;display:flex}.resident-recovery-sent,.resident-reset-status{text-align:center;color:#dfecc3;background:#c8dc5b14;border:1px solid #c8dc5b38;border-radius:14px;place-items:center;gap:9px;padding:20px 14px;display:grid}.resident-recovery-sent>svg,.resident-reset-status>svg{width:34px;height:34px;color:var(--lime)}.resident-recovery-sent strong,.resident-reset-status strong{color:#fff;font-size:12px}.resident-recovery-sent p,.resident-reset-status p{color:#c5d4d8;margin:0;font-size:9px;line-height:1.8}.resident-recovery-sent button,.resident-reset-status a{min-height:42px;color:var(--navy);background:var(--lime);font:inherit;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:9px 13px;font-size:9px;font-weight:900;display:inline-flex}.resident-reset-status.error{color:#ffe1dc;background:#ef684b1a;border-color:#ef684b47}.resident-reset-status.error>svg{color:#ffb7aa}.auth-coming{border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:6px;padding-top:15px;display:flex}.auth-coming strong{color:#cbd8dd;width:100%;font-size:8px}.auth-coming span{color:#b7c7cc;background:#ffffff12;border-radius:999px;padding:5px 7px;font-size:7px}.account-page{background:var(--soft);min-height:100vh}.account-top{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 max(20px,50vw - 530px);display:flex}.account-top>a:last-child{color:var(--teal);font-size:9px;font-weight:900}.account-container{width:min(1060px,100% - 28px);margin:auto;padding-block:28px 65px}.account-welcome{color:#fff;background:linear-gradient(135deg, var(--teal-dark), var(--navy));border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:24px;display:grid}.account-avatar{width:60px;height:60px;color:var(--navy);background:var(--lime);border-radius:18px;place-items:center;display:grid}.account-welcome span{color:#bdd0d3;font-size:8px}.account-welcome h1{margin:5px 0 3px;font-size:22px}.account-welcome p{color:var(--lime);margin:0;font-size:8px}.private-email{background:#ffffff17;border-radius:13px;align-items:center;gap:8px;padding:10px 12px;display:flex}.private-email svg{color:var(--lime);width:16px}.private-email strong{color:#fff;margin-bottom:4px;display:block}.account-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0;display:grid}.account-grid article{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:flex-start;gap:11px;padding:16px;display:flex}.account-grid article>span{width:42px;height:42px;color:var(--teal);background:var(--teal-soft);border-radius:12px;place-items:center;display:grid}.account-grid small,.account-grid b,.account-grid p{display:block}.account-grid small{color:var(--muted);font-size:8px}.account-grid b{color:var(--navy);margin:3px 0;font-size:23px}.account-grid p{color:var(--muted);margin:0;font-size:7px}.privacy-panel{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:auto 1fr;align-items:center;gap:13px;padding:18px;display:grid}.privacy-panel>svg{color:var(--teal)}.privacy-panel h2{color:var(--navy);margin:0 0 4px;font-size:14px}.privacy-panel p{color:var(--muted);margin:0;font-size:8px;line-height:1.7}.privacy-panel button,.account-actions button{color:var(--muted);background:var(--soft);border:1px solid var(--line);cursor:not-allowed;border-radius:10px;align-items:center;gap:5px;padding:10px;font-size:8px;font-weight:900;display:inline-flex}.privacy-panel button small,.account-actions small{color:var(--orange)}.account-actions{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.account-actions a,.account-actions button{justify-content:center;min-height:52px}.account-actions a{color:#fff;background:var(--teal);border-radius:11px;align-items:center;gap:6px;font-size:9px;font-weight:900;display:flex}.admin-gate{color:#fff;background:linear-gradient(135deg, var(--navy-deep), var(--navy));text-align:center;place-items:center;min-height:100vh;padding:25px;display:grid}.admin-gate>section{background:#ffffff14;border:1px solid #ffffff29;border-radius:25px;place-items:center;gap:12px;width:min(600px,100%);padding:35px;display:grid}.admin-gate h1{margin:5px 0}.admin-gate p{color:#c3d3d8;margin:0;font-size:10px;line-height:1.8}.admin-gate>section>strong{color:var(--orange)}.admin-gate>section>a{color:var(--navy);background:var(--lime);border-radius:10px;padding:10px 15px;font-size:9px;font-weight:900}.admin-bootstrap{border-top:1px solid #ffffff1f;margin-top:8px;padding-top:18px}.admin-bootstrap h2{font-size:18px}.admin-bootstrap button{color:var(--navy);background:var(--lime);border:0;border-radius:11px;padding:11px 16px;font-size:9px;font-weight:900}.admin-bootstrap span{color:#ffd4d1;margin-top:9px;font-size:9px;display:block}.admin-layout{background:var(--soft);grid-template-columns:220px 1fr;min-height:100vh;display:grid}.admin-layout>aside{color:#fff;background:var(--navy-deep);flex-direction:column;height:100vh;padding:22px 14px;display:flex;position:sticky;top:0}.admin-layout aside .brand strong{color:#fff}.admin-layout aside nav{gap:5px;margin-top:30px;display:grid}.admin-layout aside nav a,.admin-layout aside nav button,.admin-signout{color:#9eb3bb;text-align:right;background:0 0;border:0;border-radius:9px;align-items:center;gap:8px;padding:11px;font-size:9px;font-weight:800;display:flex}.admin-layout aside nav a.active{color:#fff;background:#ffffff17}.admin-layout aside nav button{cursor:not-allowed}.admin-layout aside nav small{color:var(--orange);margin-right:auto;font-size:6px}.admin-layout aside nav svg,.admin-signout svg{width:17px}.admin-signout{border-top:1px solid #ffffff1a;border-radius:0;margin-top:auto}.admin-main{min-width:0;padding:0 28px 45px}.admin-main>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:84px;display:flex}.admin-main h1{color:var(--navy);margin:5px 0 3px;font-size:23px}.admin-main header p{color:var(--muted);margin:0;font-size:8px}.admin-mobile-nav{display:none}.admin-section-skeleton{min-height:260px}.admin-section-skeleton>header>div{gap:9px;width:min(360px,80%);display:grid}.admin-section-skeleton span,.admin-section-skeleton i{background:linear-gradient(110deg,#e6ecea 20%,#f7faf9 42%,#e6ecea 64%) 0 0/220% 100%;border-radius:10px;animation:1.6s infinite shimmer;display:block}.admin-section-skeleton span{height:13px}.admin-section-skeleton span:last-child{width:68%}.admin-section-skeleton>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.admin-section-skeleton i{height:112px}.admin-user{align-items:center;gap:8px;display:flex}.admin-user>svg{width:38px;height:38px;color:var(--teal);background:var(--teal-soft);border-radius:11px;padding:9px}.admin-user strong,.admin-user small{display:block}.admin-user strong{font-size:9px}.admin-user small{color:var(--teal);margin-top:4px;font-size:7px}.admin-metrics{grid-template-columns:repeat(4,1fr);gap:11px;margin:18px 0;display:grid}.admin-metrics article{border:1px solid var(--line);background:#fff;border-radius:14px;gap:10px;padding:15px;display:flex}.admin-metrics article>span{width:40px;height:40px;color:var(--teal);background:var(--teal-soft);border-radius:11px;place-items:center;display:grid}.admin-metrics small,.admin-metrics b,.admin-metrics em{display:block}.admin-metrics small{color:var(--muted);font-size:7px}.admin-metrics b{color:var(--navy);margin:2px 0;font-size:22px}.admin-metrics em{color:var(--teal);font-size:6px;font-style:normal}.admin-panels{grid-template-columns:1.2fr .8fr;gap:13px;display:grid}.admin-panels>section{border:1px solid var(--line);background:#fff;border-radius:15px;padding:17px}.admin-panels section>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:13px;display:flex}.admin-panels h2{color:var(--navy);margin:0;font-size:12px}.admin-panels header span{color:var(--teal);background:var(--teal-soft);border-radius:999px;padding:5px 7px;font-size:7px}.admin-empty{text-align:center;color:var(--muted);padding:35px 10px}.admin-empty svg{color:var(--teal)}.admin-empty h3{color:var(--navy);font-size:11px}.admin-empty p{font-size:8px}.security-checks{padding-top:8px}.security-checks p{color:var(--muted);align-items:center;gap:7px;margin:10px 0;font-size:8px;display:flex}.security-checks svg{color:var(--teal);width:15px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--lime);outline-offset:3px}@media (width<=900px){.profile-grid,.directory-layout{grid-template-columns:1fr}.profile-sidebar,.map-placeholder{position:static}.provider-profile-head{grid-template-columns:auto 1fr}.profile-actions{grid-column:1/-1;grid-template-columns:repeat(3,1fr);width:100%}.admin-layout{grid-template-columns:72px 1fr}.admin-layout aside .brand>span:last-child,.admin-layout aside nav a:not(.active),.admin-layout aside nav button,.admin-signout{font-size:0}.admin-layout aside nav a,.admin-layout aside nav button,.admin-signout{justify-content:center}.admin-layout aside nav small{display:none}.admin-metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.auth-page{padding:14px}.auth-card{border-radius:20px;padding:22px 18px}.auth-card h1{font-size:25px}.resident-otp-input.code input{letter-spacing:.25em}.resident-auth-tabs button{min-height:46px;font-size:8px}.resident-otp-secondary-actions{grid-template-columns:1fr;display:grid}.resident-otp-secondary-actions button{justify-content:center;min-height:40px}.home-empty{grid-template-columns:auto 1fr;padding:18px}.home-empty>a{grid-column:1/-1;justify-content:center}.guide-grid{grid-template-columns:1fr}.service-guides-section h2{font-size:21px}.news-page-grid,.directory-cards,.search-groups section>div{grid-template-columns:1fr}.search-groups a:nth-child(odd){border-left:0}.article-page h1{font-size:29px}.article-cover{min-height:250px}.provider-profile-head{grid-template-columns:1fr}.provider-logo-large{width:68px;height:68px}.profile-actions{grid-template-columns:1fr}.work-gallery{grid-template-columns:1fr 1fr}.listing-toolbar{flex-direction:column;align-items:flex-start}.form-grid,.three-fields{grid-template-columns:1fr}.issue-form{padding:18px}.submit-page{padding-top:22px}.submit-heading{grid-template-columns:1fr;padding:20px}.submit-heading h1{font-size:23px}.submission-form{padding:17px}.account-welcome{grid-template-columns:auto 1fr}.private-email{grid-column:1/-1}.account-grid,.account-actions{grid-template-columns:1fr 1fr}.privacy-panel{grid-template-columns:auto 1fr}.privacy-panel button{grid-column:1/-1;justify-content:center}.admin-layout{display:block}.admin-layout>aside{display:none}.admin-main{padding:0 13px 35px}.admin-main>header{align-items:flex-start;padding-block:16px}.admin-mobile-nav{overscroll-behavior-inline:contain;scrollbar-width:none;border-bottom:1px solid var(--line);background:#fff;gap:7px;margin:0 -13px 16px;padding:10px 13px;display:flex;overflow-x:auto}.admin-mobile-nav::-webkit-scrollbar{display:none}.admin-mobile-nav a{border:1px solid var(--line);min-height:38px;color:var(--teal-dark);background:#fff;border-radius:999px;flex:none;align-items:center;padding:8px 11px;font-size:8px;font-weight:900;display:inline-flex}.admin-mobile-nav a.active{color:#fff;background:var(--teal);border-color:var(--teal)}.admin-section-skeleton>div{grid-template-columns:1fr}.admin-user span{display:none}.admin-metrics{grid-template-columns:1fr 1fr}.admin-panels{grid-template-columns:1fr}}.load-more-row{justify-content:center;padding:28px 0 8px;display:flex}.load-more-row>a{color:#fff;background:var(--teal);border-radius:12px;justify-content:center;align-items:center;min-width:180px;min-height:46px;font-size:12px;font-weight:900;display:inline-flex}.content-section,.soft-section,.quick-access,.alert-section,.join-section{content-visibility:auto;contain-intrinsic-size:auto 640px}.card-media img,.directory-card-media img,.provider-visual img,.home-news-grid img,.home-listing-grid img,.detail-gallery img,.directory-detail-gallery img,.article-cover img{object-fit:cover}@media (width<=780px){.site-header{-webkit-backdrop-filter:none;background:#fff}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--shadow-premium:0 24px 70px #08212f21;--shadow-card:0 12px 36px #102d3c14}body{font-size:15px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-hero.v3{background:radial-gradient(circle at 80% 18%,#158b7fa8,#0000 30%),radial-gradient(circle at 6% 100%,#c8dc5b2e,#0000 27%),linear-gradient(135deg,#071f2c 0%,#0b3441 56%,#0b5a55 100%);min-height:620px}.home-hero.v3 .hero-grid{grid-template-columns:1.15fr .85fr;gap:52px;min-height:620px}.home-hero.v3 .hero-copy{padding-block:58px}.home-hero.v3 .hero-copy h1{margin:18px 0 10px;font-size:clamp(44px,5vw,66px)}.home-hero.v3 .hero-copy>p{max-width:620px;margin-bottom:18px;font-size:15px;line-height:1.8}.hero-label{width:auto;max-width:100%;line-height:1.55}.hero-summary{color:var(--ink);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;border:1px solid #ffffffb8;border-radius:26px;padding:20px;box-shadow:0 36px 90px #00000040}.summary-brand{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-bottom:13px;padding-bottom:16px;display:flex}.summary-brand .brand-symbol.large{width:92px;height:92px}.summary-brand strong,.summary-brand small{display:block}.summary-brand strong{color:var(--navy);font-size:20px}.summary-brand small{color:var(--muted);margin-top:4px;font-size:12px}.summary-links{grid-template-columns:1fr 1fr;gap:9px;display:grid}.summary-links a{background:var(--soft);border:1px solid var(--line);border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:76px;padding:13px;font-size:13px;font-weight:900;transition:all .2s;display:grid}.summary-links a:hover{background:var(--teal-soft);border-color:#b8dcd7;transform:translateY(-2px)}.summary-links a>svg:first-child{color:var(--teal)}.summary-links a>svg:last-child{color:#91a2a8;width:16px}.hero-summary>p{color:#4b6866;background:var(--teal-soft);border-radius:12px;align-items:center;gap:7px;margin:12px 0 0;padding:11px;font-size:11px;line-height:1.65;display:flex}.hero-summary>p svg{color:var(--teal);flex:none}.hero-quick-actions{gap:10px}.hero-quick-actions a{border-color:#ffffff3b;min-height:72px;box-shadow:inset 0 1px #ffffff12}.hero-quick-actions a.market-action{background:linear-gradient(135deg,#ea8b4b3d,#ffffff0f)}.hero-quick-actions a.property-action{background:linear-gradient(135deg,#3e79a747,#ffffff0f)}.hero-quick-actions a.service-action{background:linear-gradient(135deg,#0a6f6666,#ffffff0f)}.hero-quick-actions a.market-action>svg{color:#ffc38f}.hero-quick-actions a.property-action>svg{color:#a9d6f7}.hero-quick-actions a.service-action>svg{color:var(--lime)}.hero-quick-actions small{font-size:11px}.hero-quick-actions strong{font-size:15px}.hero-review-notice{background:#051d2757;border:1px solid #c8dc5b3d;border-radius:11px;align-items:center;gap:7px;width:fit-content;max-width:700px;padding:8px 11px;display:flex;color:#dcebd9!important;margin:11px 0 0!important;font-size:10px!important;line-height:1.6!important}.hero-review-notice svg{width:17px;height:17px;color:var(--lime);flex:none}.quick-access{padding-block:58px}.quick-grid{gap:12px}.quick-card{border-radius:18px;min-height:122px;box-shadow:0 6px 20px #102d3c0a}.quick-card strong{font-size:13px;line-height:1.45}.section-heading h2{font-size:31px}.section-heading p{font-size:13px}.text-link{font-size:12px}.content-section,.soft-section{padding-block:68px}.home-empty{padding:28px}.home-empty h3{font-size:18px}.home-empty p,.home-empty>a{font-size:12px}.home-news-grid,.home-listing-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-listing-grid.four{grid-template-columns:repeat(4,1fr)}.home-news-grid article,.home-listing-grid article{border:1px solid var(--line);box-shadow:var(--shadow-card);background:#fff;border-radius:18px;overflow:hidden}.home-news-grid img,.home-listing-grid img,.home-card-placeholder{object-fit:cover;place-items:center;width:100%;height:190px;display:grid}.home-card-placeholder{color:var(--teal);background:linear-gradient(145deg,#edf5f3,#f7f9f8)}.home-card-placeholder svg{opacity:.7;width:42px;height:42px}.home-news-grid article>div,.home-listing-grid article>div{padding:17px}.home-news-grid small,.home-listing-grid small{color:var(--teal);font-size:11px;font-weight:900}.home-news-grid h3,.home-listing-grid h3{color:var(--navy);margin:8px 0;font-size:17px;line-height:1.55}.home-news-grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.8}.home-listing-grid strong{color:var(--teal-dark);font-size:16px}.home-place-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.home-place-grid article{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:flex-start;gap:11px;padding:18px;display:flex}.home-place-grid>article>svg{color:var(--teal);background:var(--teal-soft);border-radius:12px;width:42px;height:42px;padding:10px}.home-place-grid small{color:var(--teal);font-size:10px;font-weight:900}.home-place-grid h3{margin:5px 0;font-size:15px}.home-place-grid p{color:var(--muted);margin:0;font-size:11px}.page-hero{background:radial-gradient(circle at 84% 0,#16847985,#0000 32%),linear-gradient(135deg,#082431,#0d4f4b);padding:58px 0 52px}.page-hero h1{font-size:clamp(36px,5vw,52px)}.page-hero p{max-width:720px;font-size:14px}.page-hero-cta{color:var(--navy);background:var(--lime);border-radius:13px;align-items:center;gap:8px;margin-top:18px;padding:13px 18px;font-size:13px;font-weight:900;display:inline-flex}.listing-section{padding-block:42px 80px}.trust-inline{color:#3b625c;background:var(--teal-soft);border:1px solid #d1e8e3;border-radius:14px;align-items:center;gap:8px;margin-bottom:18px;padding:12px 15px;font-size:12px;display:flex}.trust-inline svg{color:var(--teal);flex:none}.results-count{font-size:13px}.outline-cta,.strong-add-cta,.primary-inline{font-size:12px}.strong-add-cta{color:#fff;background:var(--teal);border-radius:12px;align-items:center;padding:12px 17px;font-weight:900;display:inline-flex;box-shadow:0 9px 22px #0a6f662e}.filter-panel,.service-filter-panel,.market-filter-row{border:1px solid var(--line);box-shadow:var(--shadow-card);background:#fff;border-radius:19px;margin-bottom:16px;padding:17px}.filter-selects,.service-filter-grid{grid-template-columns:repeat(3,1fr) auto;align-items:end;gap:10px;display:grid}.filter-selects{grid-template-columns:repeat(2,minmax(180px,260px));margin-top:12px}.filter-selects label,.service-filter-grid label{color:var(--muted);gap:6px;font-size:11px;font-weight:900;display:grid}.filter-selects select,.service-filter-grid select{color:var(--ink);background:var(--soft);border:1px solid var(--line);border-radius:11px;min-height:44px;padding:9px 11px}.service-filter-panel .directory-search{margin-bottom:12px}.verified-filter{min-height:44px}.verified-filter input{width:18px;height:18px;accent-color:var(--teal)}.verified-filter>span{color:var(--teal-dark);background:var(--teal-soft);border-radius:11px;align-items:center;gap:6px;min-height:44px;padding:10px;display:flex}.directory-search{min-height:50px}.directory-search input{font-size:13px}.directory-search.prominent{border:2px solid #cfe1de;box-shadow:0 12px 32px #0a6f6614}.filters-bar{gap:8px}.filter-button{min-height:38px;padding:9px 13px;font-size:11px}.service-card-grid{align-items:stretch}.provider-card.v3{box-shadow:var(--shadow-card);border:1px solid #d9e4e3;border-radius:20px;flex-direction:column;padding:0;display:flex;overflow:hidden}.provider-visual{background:linear-gradient(145deg,#eaf4f1,#f7faf9);place-items:center;min-height:126px;display:grid;overflow:hidden}.provider-visual img{object-fit:cover;width:100%;height:150px}.provider-visual>span{color:var(--teal);background:#fff;border:1px solid #d9e8e5;border-radius:18px;place-items:center;width:58px;height:58px;display:grid;position:relative}.provider-visual>span svg:first-child{width:28px;height:28px}.provider-visual>span svg:last-child{opacity:.55;width:13px;height:13px;position:absolute;bottom:6px;right:6px}.provider-card.v3 .provider-main{flex:1;padding:17px 17px 13px}.provider-card.v3 h2{color:var(--navy);margin:10px 0 5px;font-size:18px;line-height:1.45}.provider-card.v3 p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 12px;font-size:12px;line-height:1.75;display:-webkit-box;overflow:hidden}.provider-specialty{color:var(--teal);font-size:12px}.provider-kind{font-size:10px}.status-chip{color:#7c8a8d;background:#f2f4f4;border-color:#e3e8e8;padding:4px 7px;font-size:9px;font-weight:800}.status-chip svg{width:12px}.status-chip.verified{color:#18685d;background:#e5f5ef;border-color:#c4e6dc}.provider-meta{font-size:11px}.rating-line{color:#a36b11!important}.rating-line svg{fill:#f5b945;width:14px}.provider-actions{padding:12px 15px}.provider-actions-rich{grid-template-columns:repeat(3,1fr);gap:6px}.provider-actions-rich a{min-height:38px;font-size:10px}.card-media{aspect-ratio:16/10;place-items:center;width:100%;display:grid;overflow:hidden}.card-media img{object-fit:cover;width:100%;height:100%;transition:transform .35s}a:hover .card-media img,.card-image-link:hover img{transform:scale(1.035)}.card-media.placeholder{color:var(--teal);background:linear-gradient(145deg,#eaf3f1,#f8faf9);align-content:center;gap:7px}.card-media.placeholder svg{opacity:.66;width:42px;height:42px}.card-media.placeholder span{color:var(--muted);font-size:10px}.news-page-grid{gap:18px}.news-list-card.v3{box-shadow:var(--shadow-card);border-radius:20px}.news-list-card.v3 .card-media{aspect-ratio:auto;width:39%;min-height:250px}.news-list-copy{padding:23px}.news-list-copy h2{font-size:22px}.news-list-copy p{font-size:13px}.card-meta{font-size:11px}.card-meta svg{width:14px}.news-source{color:var(--muted);font-size:11px}.card-actions a,.share-button{font-size:11px}.property-card.v3,.market-card.v3{border:1px solid var(--line);box-shadow:var(--shadow-card);background:#fff;border-radius:20px;overflow:hidden}.property-card.v3 .card-body,.market-card.v3 .card-body{padding:17px}.property-card.v3 h2,.market-card.v3 h2{color:var(--navy);margin:9px 0;font-size:17px;line-height:1.55}.price-text{color:var(--teal-dark);font-size:18px}.property-specs,.market-facts{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.property-specs span,.market-facts span{color:#536c73;background:var(--soft);border-radius:8px;align-items:center;gap:4px;padding:6px 8px;font-size:10px;display:inline-flex}.card-inline-actions{border-top:1px solid var(--line);flex-wrap:wrap;align-items:flex-start;gap:7px;margin-top:13px;padding-top:12px;display:flex}.entity-action,.share-button{min-height:36px}.inline-action-wrap{gap:4px;display:inline-grid;position:relative}.inline-action-wrap>small{color:var(--teal);font-size:9px}.entity-action{color:var(--navy);background:var(--soft);border:1px solid var(--line);border-radius:9px;align-items:center;gap:5px;padding:7px 10px;font-size:10px;font-weight:900;display:inline-flex}.entity-action svg{width:15px;height:15px}.entity-action.saved{color:var(--teal);background:var(--teal-soft)}.entity-action.report{color:#87604b}.important-number-categories{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.important-number-categories span{color:#3d5f59;background:var(--teal-soft);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900}.directory-cards{gap:14px}.directory-cards article{box-shadow:var(--shadow-card);border-radius:18px;padding:18px}.directory-cards h2{font-size:17px}.directory-cards p{font-size:12px}.directory-cards article div>span,.directory-cards b{font-size:11px}.place-facts{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.place-facts span,.place-facts a{color:var(--muted);background:var(--soft);border-radius:8px;align-items:center;gap:5px;padding:7px 8px;font-size:10px;display:inline-flex}.directory-cards small{color:#758a90;margin-top:10px;font-size:9px;display:block}.provider-cover{color:#fff;background:radial-gradient(circle at 82% 20%,#1c8f83b3,#0000 31%),linear-gradient(135deg,#082432,#0d4d49);min-height:210px;padding-top:30px}.provider-cover .container{justify-content:space-between;align-items:flex-start;display:flex}.back-link.light{color:#fff}.cover-mark{color:#e4f0c6;background:#ffffff17;border:1px solid #ffffff2b;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:10px;display:flex}.v3-profile{z-index:2;margin-top:-100px;position:relative}.provider-profile-head{box-shadow:var(--shadow-premium);border-radius:24px;padding:24px}.provider-logo-large{border:4px solid #fff;width:108px;height:108px;overflow:hidden}.provider-logo-large img{object-fit:cover;width:100%;height:100%}.profile-copy h1{font-size:31px}.profile-copy>p{font-size:13px}.profile-facts{gap:9px}.profile-facts span{font-size:10px}.profile-rating{color:#8f650d;background:#fff7df;border-radius:10px;align-items:center;gap:6px;margin-top:11px;padding:8px 10px;display:inline-flex}.profile-rating svg{fill:#f5b945;width:17px}.profile-rating span{font-size:10px}.profile-actions{min-width:150px}.profile-actions>*,.profile-actions .quote-trigger{width:100%}.profile-contact,.quote-trigger{min-height:42px;font-size:11px}.quote-trigger{color:#fff;background:var(--teal);border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:9px 12px;font-weight:900;display:flex}.detail-panel h2{font-size:20px}.detail-panel{border-radius:18px;padding:22px}.service-tags span,.work-gallery-empty p,.empty-state.small p{font-size:11px}.profile-sidebar h3{font-size:16px}.contact-list b{font-size:13px}.contact-list a,.privacy-box{font-size:10px}.rating-summary{color:#8f650d;background:#fff8e7;border-radius:14px;align-items:center;gap:9px;padding:18px;display:flex}.rating-summary svg{fill:#f5b945}.quote-panel,.report-popover{z-index:220;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#04161e9e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.quote-panel form,.quote-success,.report-popover form,.mini-success{background:#fff;border-radius:21px;width:min(620px,100%);padding:22px;box-shadow:0 30px 90px #00000047}.quote-panel form{gap:13px;display:grid}.quote-panel header,.report-popover header{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding-bottom:13px;display:flex}.quote-panel header span{color:var(--muted);font-size:10px}.quote-panel h3{color:var(--navy);margin:4px 0 0;font-size:19px}.quote-panel header button,.report-popover header button{background:var(--soft);border:1px solid var(--line);border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.quote-panel label,.report-popover form{color:var(--navy);font-size:11px;font-weight:900}.quote-panel input,.quote-panel textarea,.report-popover select,.report-popover textarea{background:var(--soft);border:1px solid var(--line);border-radius:10px;width:100%;margin-top:6px;padding:11px}.quote-privacy{color:var(--muted);margin:0;font-size:9px}.quote-success{text-align:center}.quote-success>svg,.mini-success>svg{color:var(--teal)}.quote-success button{color:#fff;background:var(--teal);border:0;border-radius:9px;padding:9px 14px}.report-popover form{gap:10px;display:grid}.report-submit{color:#fff;background:var(--teal);border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:11px;font-weight:900;display:flex}.mini-success{align-items:center;gap:8px;display:flex}.mini-success button{background:0 0;border:0;margin-right:auto}.detail-page{padding-block:34px 80px}.detail-gallery{border-radius:22px;grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr;gap:8px;min-height:460px;margin:20px 0;display:grid;overflow:hidden}.detail-gallery img{object-fit:cover;width:100%;height:100%;min-height:220px}.detail-gallery img:first-child{grid-row:1/3}.detail-gallery img:only-child{grid-area:1/1/3/-1}.gallery-placeholder{min-height:430px;color:var(--teal);background:linear-gradient(145deg,#e8f2ef,#f7f9f8);grid-area:1/1/3/-1;align-content:center;place-items:center;gap:8px;display:grid}.gallery-placeholder svg{width:48px;height:48px}.gallery-placeholder span{color:var(--muted);font-size:12px}.detail-layout{grid-template-columns:1fr 340px;align-items:start;gap:22px;display:grid}.detail-main,.detail-contact-card{border:1px solid var(--line);box-shadow:var(--shadow-card);background:#fff;border-radius:20px;padding:22px}.detail-title{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.detail-title h1{color:var(--navy);margin:9px 0;font-size:28px;line-height:1.45}.detail-title p{color:var(--muted);flex-wrap:wrap;gap:8px;display:flex}.detail-title p svg{width:16px}.detail-title>strong{color:var(--teal-dark);white-space:nowrap;font-size:23px}.detail-specs{border-block:1px solid var(--line);flex-wrap:wrap;gap:9px;margin:17px 0;padding-block:15px;display:flex}.detail-specs span{color:#486068;background:var(--soft);border-radius:9px;align-items:center;gap:5px;padding:8px 10px;font-size:11px;display:flex}.detail-main section h2{color:var(--navy);font-size:19px}.detail-main section p{color:var(--muted);white-space:pre-line;font-size:13px;line-height:2}.detail-contact-card{position:sticky;top:90px}.detail-contact-card h2{margin-top:0}.detail-contact-card>p,.detail-contact-card>span{color:var(--muted);font-size:11px;line-height:1.8}.detail-contact-card>a{color:#fff;background:var(--navy);border-radius:10px;justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:11px;font-size:11px;font-weight:900;display:flex}.detail-contact-card>a.whatsapp{background:#168b62}.detail-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:6px;margin-top:14px;padding-top:13px;display:flex}.detail-footer-actions{border-top:1px solid var(--line);gap:8px;padding-top:20px;display:flex}.article-cover.has-image{overflow:hidden}.article-cover.has-image img{object-fit:cover;width:100%;height:100%;min-height:420px}.article-cover.placeholder{align-content:center;place-items:center;gap:8px;display:grid}.submission-image-field{color:var(--navy);background:linear-gradient(145deg,#f5faf8,#fbfcfc);border:1px dashed #9fc8c1;border-radius:14px;padding:16px}.submission-image-field>span{align-items:center;gap:7px;font-size:13px;font-weight:900;display:flex}.submission-image-field input{background:#fff;margin-top:11px}.submission-image-field small{color:var(--muted);align-items:center;gap:5px;margin-top:8px;font-size:10px;display:flex}.submission-form label,.issue-form label{font-size:12px}.submission-form input,.submission-form select,.submission-form textarea,.issue-form input,.issue-form select,.issue-form textarea{min-height:45px;font-size:13px}.submission-form header p,.submit-heading p,.submit-identity{font-size:11px}.submit-button{min-height:48px;font-size:13px}.issue-steps{justify-content:center;align-items:center;gap:9px;margin-bottom:15px;display:flex}.issue-steps span{color:var(--muted);align-items:center;gap:5px;font-size:10px;font-weight:900;display:flex}.issue-steps b{background:var(--soft);border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.issue-steps span.active{color:var(--teal)}.issue-steps span.active b{color:#fff;background:var(--teal)}.issue-steps i{background:var(--line);width:32px;height:1px}.issue-status-line{flex-wrap:wrap;justify-content:center;gap:7px;margin:20px auto;display:flex}.issue-status-line span{color:var(--muted);background:var(--soft);border-radius:999px;padding:7px 9px;font-size:9px}.issue-status-line span.active{color:var(--teal-dark);background:var(--teal-soft)}.account-welcome{grid-template-columns:auto 1fr auto;gap:18px}.account-welcome h1{font-size:26px}.account-welcome span,.account-welcome p,.private-email{font-size:10px}.account-profile-form{background:#ffffff14;border-radius:14px;grid-column:1/-1;grid-template-columns:1fr auto;align-items:end;gap:8px;padding:12px;display:grid}.account-profile-form label{color:#d8e5e5;gap:6px;font-size:10px;display:grid}.account-profile-form label svg{width:15px;display:inline}.account-profile-form input{color:#fff;background:#ffffff14;border:1px solid #ffffff2e;border-radius:9px;padding:10px}.account-profile-form button{color:var(--navy);background:var(--lime);border:0;border-radius:9px;align-items:center;gap:5px;min-height:40px;padding:9px 13px;font-weight:900;display:flex}.account-profile-form small{color:#dce8bf;grid-column:1/-1}.account-profile-form small.error{color:#ffd2d0}.account-grid>a{display:block}.account-grid article{height:100%}.account-grid small{font-size:10px}.account-grid p{font-size:9px}.account-history{border:1px solid var(--line);background:#fff;border-radius:18px;margin:14px 0;padding:19px}.account-history>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-bottom:13px;display:flex}.account-history h2{color:var(--navy);margin:4px 0 0;font-size:19px}.account-history header>div:last-child{gap:6px;display:flex}.account-history header a{color:#fff;background:var(--teal);border-radius:8px;padding:7px 9px;font-size:9px;font-weight:900}.account-history-grid{grid-template-columns:1fr 1fr;gap:13px;margin-top:15px;display:grid}.history-list{margin-top:14px}.history-list h3{color:var(--navy);align-items:center;gap:6px;font-size:14px;display:flex}.history-list article{border-top:1px solid var(--line);justify-content:space-between;gap:10px;padding:11px 0;display:flex}.history-list strong,.history-list small{display:block}.history-list strong{color:var(--navy);font-size:11px}.history-list small{color:var(--muted);margin-top:4px;font-size:8px}.account-status{border-radius:999px;height:max-content;padding:6px 8px;font-size:8px;font-weight:900}.status-pending,.status-received,.status-new{color:#795d16;background:#fff5d8}.status-approved,.status-resolved{color:#176b55;background:#e3f4ec}.status-rejected,.status-suspended{color:#9a4541;background:#fff0ef}.history-empty{color:var(--muted);font-size:10px}.account-onboarding{text-align:center;border:1px solid var(--line);max-width:680px;box-shadow:var(--shadow-premium);background:#fff;border-radius:24px;justify-items:center;margin:28px auto;padding:38px 28px;display:grid}.account-onboarding h1{color:var(--navy);margin:12px 0 7px;font-size:27px}.account-onboarding>p{color:var(--muted);max-width:530px;margin:0;font-size:12px;line-height:1.9}.account-onboarding-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin:20px 0;display:flex}.account-onboarding-actions a{color:var(--navy);background:var(--soft);border:1px solid var(--line);border-radius:11px;align-items:center;gap:6px;min-height:44px;padding:11px 15px;font-size:11px;font-weight:900;display:inline-flex}.account-onboarding-actions a:first-child{color:#fff;background:var(--teal);border-color:var(--teal)}.account-onboarding-actions svg{width:17px}.account-onboarding-private{text-align:right;color:#3d625d;background:var(--teal-soft);border-radius:12px;align-items:flex-start;gap:8px;width:min(460px,100%);padding:12px;font-size:10px;line-height:1.8;display:flex}.account-onboarding-private svg{color:var(--teal);flex:none}.account-onboarding-private strong{color:var(--navy);display:block}.saved-account-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:11px 0;display:flex}.saved-account-row strong,.saved-account-row small{display:block}.saved-account-row strong{color:var(--navy);font-size:11px}.saved-account-row small{color:var(--muted);margin-top:4px;font-size:8px}.saved-account-row>span{color:var(--teal);background:var(--teal-soft);border-radius:8px;padding:6px 8px;font-size:8px;font-weight:900}.notification-list{gap:8px;margin-top:12px;display:grid}.notification-list>a{background:var(--soft);border:1px solid var(--line);border-radius:12px;grid-template-columns:auto 1fr auto;align-items:flex-start;gap:9px;padding:12px;display:grid}.notification-list>a.unread{background:var(--teal-soft);border-color:#c8e2dd}.notification-list svg{color:var(--teal);width:18px}.notification-list strong{color:var(--navy);font-size:11px}.notification-list p{color:var(--muted);margin:4px 0;font-size:9px;line-height:1.7}.notification-list small{color:#7b8e94;font-size:8px}.notification-list>a>span{color:#176b55;background:#fff;border-radius:999px;padding:5px 7px;font-size:8px;font-weight:900}.admin-main{padding-bottom:60px}.admin-attention{grid-template-columns:repeat(3,1fr);gap:11px;margin:18px 0;display:grid}.admin-attention a{border:1px solid var(--line);box-shadow:var(--shadow-card);background:#fff;border-radius:15px;align-items:center;gap:10px;padding:15px;display:flex}.admin-attention a>span{width:42px;height:42px;color:var(--teal);background:var(--teal-soft);border-radius:12px;place-items:center;display:grid}.admin-attention small,.admin-attention b{display:block}.admin-attention small{color:var(--muted);font-size:9px}.admin-attention b{color:var(--navy);margin-top:3px;font-size:22px}.admin-work-panel,.admin-statistics{border:1px solid var(--line);background:#fff;border-radius:17px;margin-bottom:14px;padding:18px}.admin-work-panel>header,.admin-statistics>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:13px;display:flex}.admin-work-panel h2,.admin-statistics h2{color:var(--navy);margin:4px 0 0;font-size:17px}.admin-work-panel>header>span{color:var(--teal);background:var(--teal-soft);border-radius:999px;padding:6px 8px;font-size:9px}.moderation-list article,.admin-simple-list article{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.moderation-list article:first-of-type,.admin-simple-list article:first-child{border-top:0}.moderation-list strong,.moderation-list small,.admin-simple-list strong,.admin-simple-list small{display:block}.moderation-list strong,.admin-simple-list strong{color:var(--navy);font-size:11px}.moderation-list small,.admin-simple-list small{color:var(--muted);margin-top:4px;font-size:8px}.moderation-list article>span{gap:5px;display:flex}.moderation-list button{border:1px solid var(--line);border-radius:8px;align-items:center;gap:4px;padding:7px 8px;font-size:8px;font-weight:900;display:flex}.moderation-list button.approve{color:#fff;background:var(--teal);border-color:var(--teal)}.moderation-list button svg{width:13px}.admin-feedback{color:var(--teal);background:var(--teal-soft);border-radius:9px;padding:9px;font-size:9px}.admin-simple-list article>span{color:#795d16;background:#fff5d8;border-radius:999px;padding:5px 7px;font-size:8px}.followup-list article>span{background:0 0;flex-wrap:wrap;gap:5px;padding:0;display:flex}.followup-list button{color:var(--navy);background:var(--soft);border:1px solid var(--line);border-radius:8px;align-items:center;gap:4px;padding:7px 8px;font-size:8px;font-weight:900;display:flex}.followup-list button svg{width:13px;height:13px}.admin-statistics .admin-metrics{margin-bottom:0}.admin-security-note{color:#3c625c;background:var(--teal-soft);border-radius:11px;align-items:center;gap:7px;margin-top:14px;padding:11px;font-size:9px;display:flex}.site-header .brand strong,.account-top .brand strong,.admin-layout aside .brand strong{max-width:225px;font-size:13px;line-height:1.45}.footer-disclaimer{max-width:440px;margin-top:12px;line-height:1.8;color:#8fa5ac!important;font-size:8px!important}.page-loading{min-height:80vh}.loading-hero{background:linear-gradient(110deg,#0b3040 20%,#0d514e 40%,#0b3040 60%) 0 0/220% 100%;align-content:center;gap:12px;height:230px;padding:60px max(20px,50vw - 590px);animation:1.6s infinite shimmer;display:grid}.loading-hero span{background:#ffffff26;border-radius:8px;width:38%;height:16px}.loading-hero span:nth-child(2){width:52%;height:42px}.loading-hero span:nth-child(3){width:46%}.skeleton-grid{grid-template-columns:repeat(3,1fr);gap:15px;padding-block:45px;display:grid}.skeleton-grid article{border:1px solid var(--line);border-radius:17px;gap:10px;padding:14px;display:grid;overflow:hidden}.skeleton-grid i,.skeleton-grid span{background:linear-gradient(110deg,#eef2f1 20%,#f8faf9 40%,#eef2f1 60%) 0 0/220% 100%;border-radius:8px;animation:1.6s infinite shimmer}.skeleton-grid i{height:150px}.skeleton-grid span{height:12px}.skeleton-grid span:nth-child(3){width:80%}.skeleton-grid span:nth-child(4){width:55%}@keyframes shimmer{to{background-position:-220% 0}}.state-page{background:var(--soft);text-align:center;place-items:center;min-height:75vh;padding:30px;display:grid}.state-page section{border:1px solid var(--line);width:min(520px,100%);box-shadow:var(--shadow-premium);background:#fff;border-radius:24px;padding:42px 25px}.state-page section>svg{color:var(--teal);width:48px;height:48px}.state-page h1{color:var(--navy)}.state-page p{color:var(--muted);line-height:1.8}.state-page button,.state-page a{color:#fff;background:var(--teal);border:0;border-radius:10px;align-items:center;gap:6px;margin:5px;padding:11px 14px;font-weight:900;display:inline-flex}@media (width<=980px){.home-hero.v3 .hero-grid{grid-template-columns:1fr;gap:0}.home-hero.v3 .hero-copy{padding:52px 0 35px}.hero-summary{max-width:620px;margin:0 auto 48px}.home-hero.v3,.home-hero.v3 .hero-grid{min-height:auto}.home-listing-grid.four,.home-place-grid{grid-template-columns:repeat(2,1fr)}.detail-layout{grid-template-columns:1fr}.detail-contact-card{position:static}.admin-attention{grid-template-columns:repeat(2,1fr)}}@media (width<=880px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.mobile-bottom-nav{height:calc(70px + env(safe-area-inset-bottom));padding:7px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left))}.mobile-bottom-nav a{border-radius:11px;gap:3px;font-size:10px}.mobile-bottom-nav a.active{color:var(--teal);background:var(--teal-soft)}.mobile-bottom-nav a svg{width:21px;height:21px}.icon-action,.menu-toggle{width:44px;height:44px}}@media (width<=720px){.home-news-grid,.home-listing-grid,.service-filter-grid{grid-template-columns:1fr 1fr}.verified-filter{align-self:end}.detail-gallery{min-height:360px}.detail-gallery img{min-height:170px}.detail-title{flex-direction:column}.detail-title>strong{white-space:normal}}@media (width<=620px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.mobile-bottom-nav{height:calc(70px + env(safe-area-inset-bottom));padding:7px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left))}.mobile-bottom-nav a{border-radius:11px;gap:3px;font-size:10px}.mobile-bottom-nav a.active{color:var(--teal);background:var(--teal-soft)}.mobile-bottom-nav a svg{width:21px;height:21px}.home-hero.v3 .hero-copy{padding:30px 0 24px}.home-hero.v3 .hero-copy h1{margin-top:10px;font-size:37px;line-height:1.22}.home-hero.v3 .hero-copy>p{margin-bottom:11px;font-size:12px;line-height:1.65}.hero-label{padding:6px 9px;font-size:9px}.site-header .brand strong,.account-top .brand strong{max-width:170px;font-size:11px}.header-search-toggle.homepage-duplicate{display:none}.global-search{border-width:4px;flex-wrap:nowrap}.global-search input{min-width:0;padding:9px 5px}.global-search button{flex:none;width:auto;padding:11px 16px}.hero-quick-actions{grid-template-columns:repeat(3,1fr);gap:6px}.hero-quick-actions a{text-align:center;flex-direction:column;justify-content:center;gap:4px;min-height:64px;padding:8px}.hero-quick-actions a>svg{width:20px;height:20px}.hero-quick-actions small{display:none}.hero-quick-actions strong{font-size:11px}.hero-summary{display:none}.hero-review-notice{width:100%;padding:7px 9px;margin-top:8px!important;font-size:9px!important}.quick-access,.content-section,.soft-section{padding-block:46px}.section-heading h2{font-size:25px}.section-heading p{font-size:11px}.quick-grid{grid-template-columns:repeat(3,1fr);gap:8px}.quick-card{min-height:106px;padding:10px 7px}.quick-card strong{font-size:10px}.home-news-grid,.home-listing-grid,.home-listing-grid.four,.home-place-grid{grid-template-columns:1fr}.home-news-grid img,.home-listing-grid img,.home-card-placeholder{height:210px}.page-hero{padding:43px 0 40px}.page-hero h1{font-size:33px}.page-hero p{font-size:12px}.listing-section{padding-block:28px 65px}.filter-selects,.service-filter-grid{grid-template-columns:1fr}.filter-panel,.service-filter-panel,.market-filter-row{padding:13px}.news-list-card.v3{display:block}.news-list-card.v3 .card-media{width:100%;min-height:210px}.news-list-copy{padding:17px}.news-list-copy h2{font-size:18px}.card-grid.three,.card-grid.four{grid-template-columns:1fr}.provider-actions-rich{grid-template-columns:repeat(3,1fr)}.provider-cover{min-height:180px}.cover-mark{display:none}.v3-profile{margin-top:-75px}.provider-profile-head{grid-template-columns:1fr;padding:18px}.provider-logo-large{width:82px;height:82px}.profile-copy h1{font-size:25px}.profile-actions{grid-template-columns:1fr 1fr}.profile-actions>:nth-child(n+5){grid-column:1/-1}.profile-grid{gap:13px}.detail-panel,.profile-sidebar{padding:17px}.detail-gallery{grid-template-rows:auto;grid-template-columns:1fr 1fr;min-height:auto}.detail-gallery img{height:180px;min-height:0}.detail-gallery img:first-child{grid-area:auto/1/auto/-1;height:260px}.gallery-placeholder{grid-row:auto;min-height:300px}.detail-main,.detail-contact-card{padding:17px}.detail-title h1{font-size:23px}.detail-title>strong{font-size:20px}.article-cover.has-image img{min-height:260px}.quote-panel,.report-popover{align-items:end;padding:10px}.quote-panel form,.quote-success,.report-popover form,.mini-success{border-radius:19px 19px 0 0;max-height:86vh;padding:17px;overflow-y:auto}.issue-steps{justify-content:space-between;gap:4px}.issue-steps span{text-align:center;flex-direction:column;font-size:7px}.issue-steps i{width:12px}.account-welcome{grid-template-columns:auto 1fr}.private-email{grid-column:1/-1}.account-profile-form{grid-template-columns:1fr}.account-grid{grid-template-columns:1fr 1fr}.account-grid article{padding:13px}.account-history-grid{grid-template-columns:1fr}.history-list article{align-items:flex-start}.admin-attention{grid-template-columns:1fr 1fr}.admin-attention a{padding:11px}.moderation-list article{flex-direction:column;align-items:flex-start}.moderation-list article>span{width:100%}.moderation-list button{flex:1;justify-content:center}.skeleton-grid{grid-template-columns:1fr}.loading-hero span,.loading-hero span:nth-child(2),.loading-hero span:nth-child(3){width:88%}}.resident-register-page{background:radial-gradient(circle at 85% 5%, #19847929, transparent 30%), var(--soft);min-height:100vh;padding:30px 16px 70px}.resident-register-shell{width:min(760px,100%);margin-inline:auto}.resident-register-intro{color:#fff;background:radial-gradient(circle at 12% 100%, #c8dc5b33, transparent 35%), linear-gradient(135deg, var(--navy-deep), var(--teal-dark));border-radius:25px 25px 0 0;margin-top:15px;padding:28px}.resident-register-intro h1{margin:12px 0 8px;font-size:31px}.resident-register-intro>p{color:#cbdadc;margin:0;font-size:12px;line-height:1.9}.registration-privacy,.registration-trust{border-radius:12px;align-items:flex-start;gap:8px;margin-top:15px;padding:11px 12px;font-size:10px;line-height:1.7;display:flex}.registration-privacy{background:#ffffff17;border:1px solid #ffffff21}.registration-trust{color:#edf7c8;background:#c8dc5b14}.registration-privacy svg,.registration-trust svg{flex:none;width:17px}.registration-privacy strong{color:var(--lime);display:block}.resident-registration-form{border:1px solid var(--line);box-shadow:var(--shadow-premium);background:#fff;border-top:0;border-radius:0 0 25px 25px;gap:16px;padding:28px;display:grid}.resident-registration-form>header{background:var(--soft);border-radius:14px;padding:13px}.resident-registration-form>header>div:first-child{color:var(--muted);justify-content:space-between;font-size:10px;display:flex}.resident-registration-form>header strong{color:var(--teal)}.resident-registration-form>header p{color:#876323;background:#fff8e5;border-radius:9px;margin:10px 0 0;padding:8px;font-size:9px}.registration-progress{grid-template-columns:repeat(4,1fr);gap:5px;margin-top:8px;display:grid}.registration-progress i{background:#dfe7e5;border-radius:999px;height:5px}.registration-progress i.done{background:var(--teal)}.resident-registration-form>label{color:var(--navy);gap:7px;font-size:11px;font-weight:900;display:grid}.resident-registration-form>label>span{align-items:center;gap:6px;display:flex}.resident-registration-form>label svg{width:16px;color:var(--teal)}.resident-registration-form>.registration-field{color:var(--navy);gap:7px;min-width:0;font-size:11px;font-weight:900;display:grid}.registration-field>span{align-items:center;gap:6px;display:flex}.registration-field>small{color:var(--muted);font-size:9px;font-weight:400}.resident-registration-form input,.resident-registration-form select,.resident-registration-form textarea{width:100%;min-height:48px;color:var(--ink);background:#fbfcfc;border:1px solid #cedbda;border-radius:11px;outline:0;padding:11px 12px}.resident-registration-form input:focus,.resident-registration-form select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0a6f6617}.resident-registration-form input[readonly]{color:var(--muted);background:#f1f4f3}.resident-registration-form label small{color:var(--muted);font-size:9px;font-weight:400}.international-phone-input{direction:rtl;grid-template-columns:minmax(180px,.95fr) minmax(0,1.15fr);gap:8px;min-width:0;display:grid;position:relative}.country-picker{min-width:0;position:relative}.country-picker-trigger{width:100%;min-height:48px;color:var(--ink);text-align:start;cursor:pointer;background:#fbfcfc;border:1px solid #cedbda;border-radius:11px;align-items:center;gap:7px;padding:8px 10px;display:flex}.country-picker-trigger:focus-visible{border-color:var(--teal);outline:0;box-shadow:0 0 0 3px #0a6f6617}.country-picker-trigger .country-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;overflow:hidden}.country-picker-trigger b{color:var(--teal-dark);white-space:nowrap;margin-inline-start:auto;font-size:10px}.country-picker-trigger svg{width:15px;height:15px;color:var(--muted);flex:none}.country-flag{flex:none;font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:19px;line-height:1}.international-phone-number{text-align:left;font-variant-numeric:tabular-nums;direction:ltr;min-width:0}.international-phone-number[aria-invalid=true]{border-color:#b54b46}.country-picker-menu{z-index:50;inset-inline-start:0;border:1px solid var(--line);background:#fff;border-radius:13px;width:min(350px,100vw - 48px);max-width:calc(100vw - 48px);padding:8px;position:absolute;top:calc(100% + 6px);box-shadow:0 14px 38px #052e412e}.country-search{background:var(--soft);border-radius:9px;align-items:center;gap:5px;min-height:42px;padding:4px 8px;display:flex}.country-search svg{width:16px;height:16px;color:var(--teal);flex:none}.resident-registration-form .country-search input{min-height:36px;box-shadow:none;background:0 0;border:0;padding:6px;font-size:9px}.country-options{overscroll-behavior:contain;max-height:245px;padding-top:5px;display:grid;overflow-y:auto}.country-options button{width:100%;min-height:43px;color:var(--ink);text-align:start;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:7px 8px;display:flex}.country-options button:hover,.country-options button.selected{background:var(--teal-soft)}.country-options button>span:not(.country-flag){text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;overflow:hidden}.country-options button b{color:var(--teal-dark);margin-inline-start:auto;font-size:9px}.country-options>p{color:var(--muted);text-align:center;margin:0;padding:14px 8px;font-size:9px}.conditional-field{animation:.22s ease-out revealField}@keyframes revealField{0%{opacity:0;transform:translateY(-6px)}}.privacy-consent{background:var(--teal-soft);border-radius:12px;grid-template-columns:auto 1fr;align-items:flex-start;padding:12px}.privacy-consent input{width:19px;min-height:19px;accent-color:var(--teal)}.privacy-consent span{color:#315b56;font-size:10px;line-height:1.75}.resident-register-submit{color:#fff;background:var(--teal);border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:50px;font-size:12px;font-weight:900;display:flex}.registration-feedback.error,.review-feedback.error{color:#943e39;background:#fff0ef;border-radius:10px;margin:0;padding:10px;font-size:10px}.registration-success{text-align:center;border:1px solid var(--line);box-shadow:var(--shadow-premium);background:#fff;border-radius:0 0 25px 25px;padding:50px 25px}.registration-success>svg{color:var(--teal);width:54px;height:54px}.registration-success h2{color:var(--navy)}.registration-success p{color:var(--muted);line-height:1.9}.registration-success a{color:#fff;background:var(--teal);border-radius:10px;padding:11px 15px;font-weight:900;display:inline-flex}.account-private-stack{gap:7px;display:grid}.resident-status{color:#e7f1f1;background:#ffffff14;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:8px;padding:9px 11px;display:flex}.resident-status svg{color:var(--lime);width:18px}.resident-status small,.resident-status strong{display:block}.resident-status small{color:#bcd0d2;font-size:8px}.resident-status strong{font-size:10px}.resident-status-rejected svg,.resident-status-suspended svg{color:#ffbbb7}.resident-private-card{border:1px solid var(--line);background:#fff;border-radius:18px;margin:14px 0;padding:19px}.resident-private-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding-bottom:12px;display:flex}.resident-private-card h2{color:var(--navy);margin:4px 0 0;font-size:18px}.resident-private-card header a{color:#fff;background:var(--teal);border-radius:9px;padding:8px 10px;font-size:9px;font-weight:900}.resident-private-card>div{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:13px;display:grid}.resident-private-card>div>span{background:var(--soft);border-radius:11px;padding:11px}.resident-private-card small,.resident-private-card strong{display:block}.resident-private-card small{color:var(--muted);font-size:8px}.resident-private-card strong{color:var(--navy);margin-top:5px;font-size:10px}.resident-private-card>p{color:#3d625d;background:var(--teal-soft);border-radius:10px;align-items:center;gap:6px;margin:12px 0 0;padding:9px;font-size:9px;display:flex}.resident-private-card>p svg{width:15px}.admin-work-panel>header p{color:var(--muted);margin:5px 0 0;font-size:9px}.resident-admin-search{background:var(--soft);border:1px solid var(--line);border-radius:11px;align-items:center;gap:7px;margin:13px 0;padding:6px 10px;display:flex}.resident-admin-search svg{width:16px;color:var(--teal)}.resident-admin-search input{background:0 0;border:0;outline:0;width:100%;padding:6px;font-size:10px}.resident-search-count{color:var(--muted);font-size:9px}.resident-request-list{gap:10px;display:grid}.resident-request-list>article{border:1px solid var(--line);border-radius:14px;padding:14px}.resident-request-list>article>header{justify-content:space-between;gap:10px;display:flex}.resident-request-list header strong{color:var(--navy);font-size:12px}.resident-request-list header small{color:var(--muted);font-size:8px}.resident-admin-status{border-radius:999px;margin-right:7px;padding:5px 7px;font-size:8px;font-weight:900}.resident-admin-status.status-pending_verification{color:#795d16;background:#fff5d8}.resident-admin-status.status-verified_resident{color:#176b55;background:#e3f4ec}.resident-admin-status.status-rejected,.resident-admin-status.status-suspended{color:#9a4541;background:#fff0ef}.resident-sensitive-grid{grid-template-columns:1.5fr 1.2fr .7fr .7fr;gap:7px;margin:12px 0;display:grid}.resident-sensitive-grid span{background:var(--soft);border-radius:9px;padding:9px}.resident-sensitive-grid small,.resident-sensitive-grid b{display:block}.resident-sensitive-grid small{color:var(--muted);font-size:7px}.resident-sensitive-grid b{color:var(--navy);margin-top:4px;font-size:9px}.community-match{color:#825a25;background:#fff8e8;border-radius:9px;align-items:center;gap:6px;padding:8px;font-size:8px;display:flex}.community-match.matched{color:#176b55;background:#e8f6ef}.community-match svg{width:14px}.resident-admin-actions{flex-wrap:wrap;gap:5px;display:flex}.resident-admin-actions button{color:var(--navy);background:var(--soft);border:1px solid var(--line);border-radius:8px;align-items:center;gap:4px;padding:7px 8px;font-size:8px;font-weight:900;display:flex}.resident-admin-actions button.approve{color:#fff;background:var(--teal);border-color:var(--teal)}.resident-admin-actions button.union-active{color:#745800;background:#fff4bd}.resident-admin-actions button svg{width:13px;height:13px}.resident-admin-actions button:disabled{opacity:.56;cursor:wait}.resident-admin-actions button:active:not(:disabled){transform:translateY(1px)}.resident-action-feedback{border-radius:9px;align-items:center;gap:6px;margin:9px 0 0;padding:9px 10px;font-size:9px;font-weight:800;line-height:1.6;display:flex}.resident-action-feedback svg{flex:none;width:15px;height:15px}.resident-action-feedback.success{color:#176b55;background:#e8f6ef}.resident-action-feedback.error{color:#943e39;background:#fff0ef}.approved-phones-form{background:var(--soft);border-radius:13px;grid-template-columns:1.3fr 1fr;gap:10px;padding:13px;display:grid}.approved-phones-form label{color:var(--navy);gap:6px;font-size:9px;font-weight:900;display:grid}.approved-phones-form label span{align-items:center;gap:5px;display:flex}.approved-phones-form input,.approved-phones-form textarea{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;padding:9px;font-size:9px}.approved-phones-form textarea{resize:vertical;min-height:100px}.approved-phones-form .csv-upload{cursor:pointer;background:#fff;border:1px dashed #8dbcb5;border-radius:9px;align-items:center;min-height:42px;padding:9px;display:flex}.approved-phones-form .csv-upload input{border:0;padding:0}.approved-phones-form>button{color:#fff;background:var(--teal);border:0;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:42px;font-size:9px;font-weight:900;display:flex}.approved-phone-list{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.approved-phone-list article{border:1px solid var(--line);border-radius:10px;justify-content:space-between;align-items:center;padding:9px;display:flex}.approved-phone-list b,.approved-phone-list small{display:block}.approved-phone-list b{color:var(--navy);font-size:9px}.approved-phone-list small{color:var(--muted);margin-top:3px;font-size:7px}.approved-phone-list button{color:#93423d;background:#fff0ef;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.approved-phone-list button svg{width:14px}.service-review-form{background:var(--soft);border:1px solid var(--line);border-radius:14px;gap:12px;margin-top:15px;padding:14px;display:grid}.review-form-title{align-items:center;gap:8px;display:flex}.review-form-title>svg{color:var(--teal);width:21px}.review-form-title strong,.review-form-title small{display:block}.review-form-title strong{color:var(--navy);font-size:12px}.review-form-title small{color:var(--muted);margin-top:3px;font-size:8px}.service-review-form fieldset{border:0;margin:0;padding:0}.service-review-form legend,.service-review-form label{color:var(--navy);font-size:9px;font-weight:900}.review-stars{gap:4px;margin-top:6px;display:flex}.review-stars button{color:#a8b3b5;border:1px solid var(--line);background:#fff;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.review-stars button.selected{color:#e2a72e;background:#fff8e7;border-color:#efdca8}.review-stars svg{width:19px}.service-review-form textarea{border:1px solid var(--line);resize:vertical;background:#fff;border-radius:9px;width:100%;min-height:105px;margin-top:6px;padding:10px}.review-submit{color:#fff;background:var(--teal);border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:42px;font-size:10px;font-weight:900;display:flex}.review-success{color:#176b55;background:#e8f6ef;border-radius:12px;gap:8px;margin-top:14px;padding:12px;display:flex}.review-success strong,.review-success p{margin:0;display:block}.review-success strong{font-size:11px}.review-success p{margin-top:3px;font-size:8px}@media (width<=720px){.resident-private-card>div,.resident-sensitive-grid{grid-template-columns:1fr 1fr}.approved-phones-form,.approved-phone-list{grid-template-columns:1fr}}@media (width<=620px){.summary-brand .brand-symbol.large{width:76px;height:76px}.resident-register-page{padding:14px 10px calc(85px + env(safe-area-inset-bottom))}.resident-register-intro{border-radius:20px 20px 0 0;padding:21px 17px}.resident-register-intro h1{font-size:25px}.resident-registration-form{border-radius:0 0 20px 20px;padding:18px 14px}.international-phone-input{grid-template-columns:1fr}.country-picker-menu{width:100%;max-width:100%}.account-private-stack,.private-email{grid-column:1/-1}.resident-private-card>header{align-items:flex-start}.resident-private-card>div{grid-template-columns:1fr 1fr}.resident-request-list>article>header{flex-direction:column}.resident-sensitive-grid{grid-template-columns:1fr 1fr}.resident-admin-actions button{flex:calc(50% - 5px);justify-content:center;min-height:40px}.approved-phones-form{padding:10px}}.official-brand-logo{aspect-ratio:1;object-fit:cover;image-rendering:auto;background:#062844;border-radius:50%;flex:none;display:block;box-shadow:0 6px 18px #0326402e}.official-brand-logo.compact{width:42px;height:42px}.official-brand-logo.regular{width:64px;height:64px}.official-brand-logo.large{width:96px;height:96px}.brand .official-brand-logo{border:1px solid #97cd3d73}.summary-brand .official-brand-logo{width:82px;height:82px}.auth-card>.official-brand-logo,.resident-register-intro>.official-brand-logo,.account-onboarding>.official-brand-logo,.admin-gate .official-brand-logo{margin-inline:auto}.resident-details{background:#fbfdfc;border:1px solid #dce6e4;border-radius:14px;margin:10px 0}.resident-details summary{cursor:pointer;color:#0b615b;padding:11px 14px;font-weight:800}.resident-details .resident-sensitive-grid{padding:0 12px 12px}.union-membership-meta{color:#185e3f;background:#eff9f2;border-radius:12px;padding:10px 12px;font-weight:700}.union-member-badge{color:#5b4308;background:linear-gradient(135deg,#fff8d8,#f5df91);border:1px solid #d6b24c;border-radius:999px;align-items:center;gap:6px;width:max-content;margin-top:8px;padding:7px 10px;font-size:.82rem;font-weight:900;display:inline-flex}.union-member-badge svg{width:16px}.union-member-badge-text{color:#8a6100}.staff-dashboard-link{margin-top:8px;color:#8bd5cd;margin-inline-end:8px;font-weight:800;text-decoration:underline;display:inline-flex}.moderator-page{background:#f4f8f7;min-height:100vh}.moderator-top{background:#fff;border-bottom:1px solid #dfe9e7;justify-content:space-between;align-items:center;gap:18px;min-height:74px;padding:10px max(20px,50vw - 620px);display:flex}.moderator-top>div{align-items:center;gap:10px;display:flex}.moderator-top>div>span{display:grid}.moderator-top>div>a{color:#7b2929;align-items:center;gap:5px;font-weight:800;display:inline-flex}.moderator-container{width:min(1180px,100% - 28px);margin:0 auto;padding:34px 0 80px}.moderator-intro{margin-bottom:22px}.moderator-intro h1{color:#0a2e3f;margin:6px 0;font-size:clamp(1.75rem,4vw,2.7rem)}.voting-page{padding-block:30px 90px}.poll-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:22px;display:grid}.poll-card{background:#fff;border:1px solid #dce8e5;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px #052d3d14}.poll-card>header{padding:22px 22px 12px}.poll-card h2{color:#092f40;margin:10px 0 6px}.poll-card header p{color:#5d6f75;line-height:1.75}.poll-kind{color:#0a6f66;background:#eaf7f5;border-radius:999px;align-items:center;gap:6px;width:max-content;padding:6px 9px;font-size:.8rem;font-weight:800;display:inline-flex}.poll-kind.union{color:#4e7017;background:#eef5df}.poll-kind svg{width:16px;height:16px}.vote-card-body{padding:8px 22px 22px}.vote-card-body form{gap:10px;display:grid}.vote-card-body form>label{cursor:pointer;border:1px solid #dbe7e4;border-radius:14px;gap:8px;padding:13px;display:grid;position:relative;overflow:hidden}.vote-card-body form>label.selected{background:#f4fbfa;border-color:#0b766b}.vote-card-body label>span:first-child{align-items:center;gap:9px;display:flex}.vote-result{background:#edf2f1;border-radius:999px;height:20px;position:relative;overflow:hidden}.vote-result i{background:#b9df74;position:absolute;inset-block:0;inset-inline-start:0}.vote-result b{z-index:1;text-align:left;padding-inline:8px;font-size:.75rem;line-height:20px;display:block;position:relative}.vote-card-body form>button{color:#fff;cursor:pointer;background:#0b756b;border:0;border-radius:13px;justify-content:center;align-items:center;gap:7px;min-height:48px;font-weight:900;display:inline-flex}.vote-card-body form>button:disabled{opacity:.58;cursor:not-allowed}.vote-eligibility,.vote-feedback{color:#5e6f74;align-items:center;gap:7px;margin-top:11px;display:flex}.vote-feedback.error{color:#a02e2e}.vote-feedback.success{color:#216e48}.admin-poll-manager{gap:24px;display:grid}.poll-create-form{background:#f6faf9;border:1px solid #dce8e5;border-radius:18px;gap:14px;padding:18px;display:grid}.poll-create-form label{gap:7px;font-weight:800;display:grid}.poll-create-form input,.poll-create-form select,.poll-create-form textarea{width:100%;font:inherit;background:#fff;border:1px solid #cfdedb;border-radius:11px;padding:11px 12px}.admin-poll-list{gap:10px;display:grid}.admin-poll-list article{border:1px solid #dce8e5;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.admin-poll-list article>div{gap:6px;display:grid}.admin-poll-list article>span{flex-wrap:wrap;gap:7px;display:flex}.admin-poll-list button{cursor:pointer;background:#fff;border:1px solid #cddbd8;border-radius:9px;align-items:center;gap:5px;padding:8px 10px;display:inline-flex}.admin-poll-list button svg{width:16px}.admin-feedback.error{color:#9e3030;background:#fff0f0;border-color:#f0caca}.auth-denied{color:#8d2d2d;background:#fff2f2;border-radius:12px;gap:10px;padding:14px;display:grid}.admin-role-list{gap:9px;display:grid}.admin-role-list article{border:1px solid #dce8e5;border-radius:13px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.admin-role-list article>div{align-items:center;gap:9px;display:flex}.admin-role-list article>div>svg{color:#0b756b}.admin-role-list strong,.admin-role-list small{display:block}.admin-role-list small{color:#6a7c80;margin-top:3px}.admin-role-list article>span{gap:7px;display:flex}.admin-role-list button{cursor:pointer;background:#fff;border:1px solid #d3dfdc;border-radius:9px;align-items:center;gap:5px;padding:8px 10px;display:inline-flex}.admin-role-list button.active{color:#fff;background:#0b756b;border-color:#0b756b}.admin-role-list button svg{width:15px}.audit-log-list{gap:8px;display:grid}.verification-document-field>span small{color:var(--muted);font-weight:500}.verification-document-field input[type=file]{min-height:auto;padding:10px}.resident-document-link{color:var(--teal-dark);background:var(--teal-soft);border-radius:9px;align-items:center;gap:6px;margin:0 12px 12px;padding:9px 11px;font-size:9px;font-weight:900;display:inline-flex}.resident-document-link svg{width:16px}.account-community-card{background:#edf8f2;border:1px solid #cfe9da;border-radius:17px;justify-content:space-between;align-items:center;gap:14px;margin:14px 0;padding:16px 18px;display:flex}.account-community-card>div{align-items:center;gap:10px;display:flex}.account-community-card svg{color:#168b55}.account-community-card strong,.account-community-card small{display:block}.account-community-card strong{color:var(--navy)}.account-community-card small{color:var(--muted);margin-top:4px}.account-community-card>a{color:#fff;white-space:nowrap;background:#168b55;border-radius:10px;padding:10px 13px;font-size:10px;font-weight:900}.single-phone-form{grid-template-columns:minmax(280px,1.4fr) minmax(190px,1fr) auto;align-items:end}.single-phone-form .registration-field{min-width:0;color:var(--navy);gap:6px;font-size:9px;font-weight:900;display:grid}.single-phone-form .registration-field>span{align-items:center;gap:5px;display:flex}.single-phone-form .international-phone-input{min-width:0}.phone-import-panel{background:#fbfdfc;border:1px dashed #9bc3bc;border-radius:12px;margin:12px 0;padding:12px}.phone-import-panel .csv-upload{color:var(--navy);align-items:center;gap:8px;font-size:9px;font-weight:900;display:flex}.phone-import-panel .csv-upload input{flex:1;min-width:0}.phone-import-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.phone-import-actions button,.admin-pagination button,.resident-admin-search button{color:#fff;background:var(--teal);border:0;border-radius:8px;padding:8px 11px;font-size:9px;font-weight:900}.phone-preview{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px;display:grid}.phone-preview>p{color:var(--muted);grid-column:1/-1;margin:0 0 3px;font-size:9px}.phone-preview>span{background:var(--soft);border-radius:8px;justify-content:space-between;gap:6px;padding:8px;font-size:8px;display:flex}.phone-preview .preview-valid{color:#176b55;background:#e8f6ef}.phone-preview .preview-duplicate{color:#74530d;background:#fff8e6}.phone-preview .preview-invalid{color:#943e39;background:#fff0ef}.resident-admin-search select{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:34px;padding-inline:8px;font-size:9px}.approved-phone-list article>div:last-child{gap:5px;display:flex}.admin-pagination{justify-content:center;align-items:center;gap:12px;margin-top:12px;font-size:9px;display:flex}.admin-pagination button:disabled{opacity:.45;cursor:not-allowed}.home-statistics-card{min-height:92px;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#f5faf8,#edf5f3);border:1px solid #d7e7e3;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;margin-block:28px;padding:17px 20px;display:flex}.home-statistics-card>div{align-items:center;gap:13px;display:flex}.home-statistics-card>div>span{width:48px;height:48px;color:var(--teal);background:#fff;border-radius:14px;place-items:center;display:grid}.home-statistics-card small{color:var(--teal);font-weight:900}.home-statistics-card h2{color:var(--navy);margin:4px 0;font-size:17px}.home-statistics-card p{color:var(--muted);align-items:center;gap:5px;margin:0;font-size:9px;display:flex}.home-statistics-card p svg{width:14px}.home-statistics-card>a{color:#fff;background:var(--teal);white-space:nowrap;border-radius:10px;align-items:center;gap:6px;padding:10px 13px;font-size:9px;font-weight:900;display:inline-flex}.statistics-page{background:#f6f9f8;min-height:70vh;padding-block:34px 90px}.statistics-hero{max-width:780px;padding:20px 0 30px}.statistics-hero .eyebrow{align-items:center;gap:6px;display:inline-flex}.statistics-hero h1{color:var(--navy);margin:9px 0;font-size:clamp(32px,5vw,50px)}.statistics-hero p{color:var(--muted);margin:0;line-height:1.9}.statistics-no-data{text-align:center;background:#fff;border:1px dashed #adc9c3;border-radius:22px;padding:54px 24px}.statistics-no-data>svg{width:50px;height:50px;color:var(--teal)}.statistics-no-data h2{color:var(--navy)}.statistics-no-data p{max-width:650px;color:var(--muted);margin-inline:auto;line-height:1.8}.statistics-summary{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.statistics-summary article{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:17px;align-items:center;gap:12px;padding:18px;display:flex}.statistics-summary article>svg{width:35px;height:35px;color:var(--teal);background:var(--teal-soft);border-radius:11px;padding:8px}.statistics-summary small,.statistics-summary b{display:block}.statistics-summary small{color:var(--muted);font-size:9px}.statistics-summary b{color:var(--navy);margin-top:5px;font-size:24px}.statistics-summary .completion{color:#fff;background:var(--navy);border-color:var(--navy)}.statistics-summary .completion small,.statistics-summary .completion b{color:#fff}.statistics-source-card,.statistics-panel{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;margin-top:18px;padding:22px}.statistics-source-card>div:first-child{align-items:center;gap:10px;display:flex}.statistics-source-card>div:first-child>svg{color:var(--teal)}.statistics-source-card strong,.statistics-source-card small{display:block}.statistics-source-card small{color:var(--muted);margin-top:4px}.statistics-source-card dl{grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0 0;display:grid}.statistics-source-card dl>div{background:var(--soft);border-radius:10px;padding:11px}.statistics-source-card dt{color:var(--muted);font-size:8px}.statistics-source-card dd{color:var(--navy);margin:4px 0 0;font-size:9px;font-weight:800;line-height:1.6}.statistics-source-card>p{color:#6d5318;background:#fff8e4;border-radius:10px;align-items:flex-start;gap:7px;margin:13px 0 0;padding:10px;font-size:9px;line-height:1.7;display:flex}.statistics-source-card>p svg{flex:none;width:17px}.statistics-panel>header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:17px;display:flex}.statistics-panel h2{color:var(--navy);margin:5px 0 0;font-size:22px}.statistics-panel>header>svg{color:var(--teal)}.statistics-panel>header small{color:var(--muted)}.district-statistics-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.district-statistics-grid article{border:1px solid var(--line);border-radius:13px;padding:14px}.district-statistics-grid article>div{color:var(--navy);justify-content:space-between;gap:8px;display:flex}.district-statistics-grid article>div b{color:var(--teal)}.statistics-bar{background:#e9efed;border-radius:999px;height:8px;margin:11px 0;display:block;overflow:hidden}.statistics-bar i{background:linear-gradient(90deg, var(--teal), #76ad62);border-radius:inherit;height:100%;display:block}.district-statistics-grid dl{text-align:center;grid-template-columns:repeat(3,1fr);margin:0;display:grid}.district-statistics-grid dt{color:var(--muted);font-size:7px}.district-statistics-grid dd{color:var(--navy);margin:3px 0 0;font-size:10px;font-weight:900}.statistics-filters{gap:10px;margin-bottom:14px;display:flex}.statistics-filters label{color:var(--navy);flex:1;gap:5px;font-size:9px;font-weight:900;display:grid}.statistics-filters select{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:44px;padding:0 11px}.letter-statistics-list{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.letter-statistics-list article{background:var(--soft);border-radius:11px;grid-template-columns:90px 1fr 45px;align-items:center;gap:9px;padding:11px;display:grid}.letter-statistics-list article>span:first-child{align-items:center;gap:8px;display:flex}.letter-statistics-list article>span:first-child b{color:#fff;background:var(--teal);border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.letter-statistics-list article>span:first-child small{color:var(--muted)}.letter-statistics-list article>small{color:var(--muted);grid-column:2/-1;font-size:8px}.statistics-empty-filter{text-align:center;color:var(--muted);background:var(--soft);border-radius:12px;padding:20px}.comparison-options{flex-wrap:wrap;gap:7px;margin-bottom:18px;display:flex}.comparison-options label{background:var(--soft);border-radius:8px;align-items:center;gap:5px;padding:7px 9px;font-size:9px;display:flex}.comparison-options input{accent-color:var(--teal)}.comparison-chart{border-bottom:1px solid var(--line);justify-content:center;align-items:stretch;gap:22px;min-height:260px;display:flex}.comparison-chart article{text-align:center;grid-template-rows:auto 1fr auto;width:min(150px,24%);display:grid}.comparison-chart article>span strong,.comparison-chart article>span b{display:block}.comparison-chart article>span b{color:var(--teal);margin-top:3px}.vertical-stat-bar{background:#edf2f0;border-radius:10px 10px 0 0;align-items:flex-end;width:54px;height:150px;margin:10px auto;display:flex;overflow:hidden}.vertical-stat-bar i{background:linear-gradient(var(--lime), var(--teal));border-radius:8px 8px 0 0;width:100%;display:block}.comparison-chart article>small{color:var(--muted);padding-bottom:8px;line-height:1.6}.statistics-timeline{gap:8px;display:grid}.statistics-timeline article{grid-template-columns:140px 1fr 55px minmax(180px,.8fr);align-items:center;gap:10px;display:grid}.statistics-timeline time{color:var(--navy);font-weight:900}.statistics-timeline article>span{background:#e8efed;border-radius:999px;height:9px;overflow:hidden}.statistics-timeline article>span i{background:var(--teal);height:100%;display:block}.statistics-timeline article>b{color:var(--teal)}.statistics-timeline article>small{color:var(--muted)}.admin-statistics-manager{padding-top:14px}.statistics-workflow-note{color:#315b56;background:var(--teal-soft);border-radius:11px;gap:4px;padding:12px;font-size:9px;display:grid}.statistics-workflow-note small{color:var(--muted)}.statistics-import-form{background:var(--soft);border-radius:13px;gap:10px;margin-top:12px;padding:14px;display:grid}.statistics-import-form label{color:var(--navy);gap:5px;font-size:9px;font-weight:900;display:grid}.statistics-import-form input,.statistics-import-form select,.statistics-import-form textarea{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;min-height:40px;padding:8px 10px}.statistics-import-form .form-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.statistics-file-input{background:#fff;border:1px dashed #8dbcb5;border-radius:11px;grid-template-columns:auto 1fr;align-items:center;padding:12px;gap:9px!important}.statistics-file-input>svg{color:var(--teal)}.statistics-file-input strong,.statistics-file-input small{display:block}.statistics-file-input input{grid-column:1/-1}.statistics-import-form>button{color:#fff;background:var(--teal);border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:43px;font-weight:900;display:flex}.statistics-import-form>button:disabled{opacity:.5}.statistics-import-preview{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.statistics-import-preview>header{border-bottom:1px solid var(--line);justify-content:space-between;padding:10px;display:flex}.preview-valid{color:#176b55;align-items:center;gap:6px;margin:9px;font-size:9px;display:flex}.statistics-preview-table{overflow-x:auto}.statistics-preview-table table{border-collapse:collapse;width:100%;min-width:560px}.statistics-preview-table th,.statistics-preview-table td{border-top:1px solid var(--line);text-align:start;padding:7px;font-size:8px}.statistics-errors{color:#943e39;background:#fff0ef;border-radius:9px;padding:8px 10px}.statistics-errors p{margin:3px 0;font-size:8px}.statistics-comparison-summary{color:#315b56;background:#edf8f5;border-radius:9px;padding:10px;font-size:9px}.admin-snapshot-list{gap:9px;margin-top:12px;display:grid}.admin-snapshot-list>article{border:1px solid var(--line);border-radius:12px;padding:13px}.admin-snapshot-list article>header{justify-content:space-between;gap:8px;display:flex}.admin-snapshot-list header>div{align-items:center;gap:7px;display:flex}.admin-snapshot-list header small{color:var(--muted)}.snapshot-status{color:#74530d;background:#fff5d8;border-radius:999px;padding:4px 7px;font-size:8px}.snapshot-status.status-approved{color:#176b55;background:#e8f6ef}.snapshot-status.status-rejected{color:#943e39;background:#fff0ef}.admin-snapshot-list dl{grid-template-columns:repeat(5,1fr);gap:6px;display:grid}.admin-snapshot-list dl>div{background:var(--soft);border-radius:8px;padding:8px}.admin-snapshot-list dt{color:var(--muted);font-size:7px}.admin-snapshot-list dd{color:var(--navy);overflow-wrap:anywhere;margin:3px 0 0;font-size:8px}.snapshot-actions{flex-wrap:wrap;gap:6px;display:flex}.snapshot-actions button{color:var(--navy);border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:5px;padding:7px 9px;font-size:8px;font-weight:900;display:inline-flex}.snapshot-actions button:first-child{color:#fff;background:var(--teal);border-color:var(--teal)}.snapshot-actions svg{width:14px}@media (width<=900px){.statistics-summary,.statistics-source-card dl,.district-statistics-grid{grid-template-columns:repeat(2,1fr)}.single-phone-form,.statistics-import-form .form-grid{grid-template-columns:1fr 1fr}.statistics-timeline article{grid-template-columns:115px 1fr 45px}.statistics-timeline article>small{grid-column:2/-1}}@media (width<=620px){.account-community-card,.home-statistics-card{flex-direction:column;align-items:stretch}.account-community-card>a,.home-statistics-card>a{text-align:center;justify-content:center}.single-phone-form,.statistics-import-form .form-grid,.phone-preview,.statistics-summary,.statistics-source-card dl,.district-statistics-grid,.letter-statistics-list{grid-template-columns:1fr}.resident-admin-search{flex-wrap:wrap;align-items:stretch}.resident-admin-search input{flex:170px}.statistics-page{padding-bottom:calc(90px + env(safe-area-inset-bottom))}.statistics-panel,.statistics-source-card{padding:15px}.statistics-filters{flex-direction:column}.letter-statistics-list article{grid-template-columns:80px 1fr 40px}.comparison-chart{justify-content:flex-start;gap:8px;overflow-x:auto}.comparison-chart article{width:130px;min-width:130px}.statistics-timeline article{grid-template-columns:95px 1fr 42px;font-size:9px}.admin-snapshot-list article>header{flex-direction:column}.admin-snapshot-list dl{grid-template-columns:1fr 1fr}}.audit-log-list article{border:1px solid #dce8e5;border-radius:11px;justify-content:space-between;gap:14px;padding:11px 12px;display:flex}.audit-log-list strong,.audit-log-list small{display:block}.audit-log-list small,.audit-log-list time{color:#687b80;font-size:.78rem}.public-review-list{gap:9px;margin-top:12px;display:grid}.public-review-list article{background:#fbfdfc;border:1px solid #dce8e5;border-radius:12px;padding:12px}.public-review-list article>span{color:#e2a72e;gap:2px;display:flex}.public-review-list article svg{width:16px}.public-review-list p{margin:8px 0;line-height:1.75}.public-review-list small{color:#718085}@media (width<=760px){.official-brand-logo.large{width:78px;height:78px}.summary-brand .official-brand-logo{width:62px;height:62px}.poll-list{grid-template-columns:1fr}.moderator-top{align-items:flex-start}.moderator-top>div>span{display:none}.admin-poll-list article,.admin-role-list article{flex-direction:column;align-items:flex-start}}.district-home-summary{align-items:flex-start;gap:20px}.district-home-summary>div:first-child{min-width:250px}.district-home-updates{flex:1;grid-template-columns:repeat(3,minmax(145px,1fr));gap:8px;display:grid}.district-home-updates>a{min-width:0;color:var(--navy);background:#ffffffc2;border:1px solid #ffffffe6;border-radius:11px;gap:4px;padding:11px;display:grid}.district-home-updates strong,.district-home-updates span,.district-home-updates small{overflow-wrap:anywhere}.district-home-updates span{color:var(--teal-dark);font-size:9px;font-weight:900}.district-home-updates small{color:var(--muted);align-items:center;gap:4px;font-size:8px;display:flex}.district-home-updates svg{width:13px}.section-end-action{justify-content:center;margin-top:18px;display:flex}.section-end-action a,.home-news-details{color:var(--teal-dark);align-items:center;gap:6px;font-weight:900;display:inline-flex}.section-end-action a{border:1px solid var(--teal);border-radius:11px;min-height:44px;padding:9px 18px}.home-news-grid article>div{flex-direction:column;display:flex}.home-news-source{color:var(--muted);margin-top:8px;font-size:9px}.home-news-details{margin-top:auto;padding-top:12px;font-size:9px}.authority-attribution{color:#176b55;margin-top:8px;font-size:9px;line-height:1.7;display:block}.authority-attribution.prominent{background:#e7f5ef;border:1px solid #b8dccc;border-radius:10px;width:fit-content;max-width:100%;margin:0 0 15px;padding:8px 11px}.official-source-badge{color:#0b5b49;white-space:nowrap;background:#e6f5ed;border:1px solid #aad8c7;border-radius:999px;align-items:center;gap:4px;width:fit-content;padding:5px 8px;font-size:8px;font-weight:900;display:inline-flex}.official-source-badge svg{width:14px;height:14px}.news-archive-filters{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:9px;margin:0 0 22px;padding:14px;display:grid}.news-archive-filters label{min-width:0;color:var(--navy);gap:5px;font-size:9px;font-weight:900;display:grid}.news-archive-filters select{width:100%;min-width:0;min-height:44px;color:var(--ink);background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:8px 10px}.news-area-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.news-area-row>span:not(.official-source-badge){color:var(--muted);align-items:center;gap:3px;font-size:8px;display:inline-flex}.news-area-row svg{width:13px}.news-source{color:var(--muted);margin-top:4px;display:block}.news-detail-labels{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.news-source-panel{background:var(--teal-soft);border:1px solid #cde2dd;border-radius:14px;gap:7px;margin:24px 0;padding:17px;display:grid}.news-source-panel a{width:fit-content;color:var(--teal-dark);align-items:center;gap:5px;font-weight:900;display:inline-flex}.news-source-panel svg{width:15px}.district-update-cards{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.district-update-cards>a{min-width:0;color:inherit}.district-update-cards article{border:1px solid var(--line);background:#fbfdfc;border-radius:13px;gap:12px;height:100%;padding:14px;display:grid}.district-update-cards article>header{justify-content:space-between;align-items:center;gap:8px;display:flex}.district-update-cards header svg{width:16px;color:var(--teal)}.district-construction-value{align-items:center;gap:9px;display:flex}.district-construction-value>svg{width:28px;color:var(--teal)}.district-construction-value small,.district-construction-value b{display:block}.district-construction-value small,.district-update-cards footer{color:var(--muted);font-size:8px}.district-construction-value b{color:var(--navy);overflow-wrap:anywhere;margin-top:2px;font-size:12px}.horizontal-comparison-chart{gap:8px;display:grid}.horizontal-comparison-chart article{grid-template-columns:minmax(95px,170px) minmax(100px,1fr) 55px;align-items:center;gap:9px;min-width:0;display:grid}.horizontal-comparison-chart article strong{overflow-wrap:anywhere}.comparison-track{background:#e6eeeb;border-radius:999px;height:11px;overflow:hidden}.comparison-track i,.construction-progress i,.utility-bar i{background:linear-gradient(90deg, var(--teal), #7aae5d);border-radius:inherit;height:100%;display:block}.horizontal-comparison-chart article b{color:var(--teal-dark)}.unavailable-value{color:var(--muted);font-size:9px}.chart-method-note{color:var(--muted);background:var(--soft);border-radius:9px;margin:14px 0 0;padding:9px 11px;font-size:8px;line-height:1.7}.utility-comparison-select{max-width:340px;color:var(--navy);gap:5px;margin-bottom:16px;font-size:9px;font-weight:900;display:grid}.utility-comparison-select select{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:43px;padding:8px 10px}.statistics-no-data.compact{margin-bottom:16px;padding-block:25px}.district-detail-summary{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.district-detail-summary article{background:var(--navy);color:#fff;border-radius:15px;gap:11px;padding:17px;display:flex}.district-detail-summary article>svg{color:var(--lime)}.district-detail-summary small,.district-detail-summary b,.district-detail-summary em{display:block}.district-detail-summary small{color:#b8cbc9}.district-detail-summary b{margin-top:3px;font-size:17px}.district-detail-summary em{color:#d5e2df;margin-top:4px;font-size:8px;font-style:normal}.unavailable-chart{text-align:center;color:var(--muted);background:var(--soft);border-radius:12px;margin:0;padding:25px}.construction-progress{grid-template-columns:1fr 60px;align-items:center;gap:12px;display:grid}.construction-progress>span,.utility-bar>span{background:#e6eeeb;border-radius:999px;height:14px;overflow:hidden}.construction-progress>b{color:var(--teal-dark);font-size:16px}.utility-status-cards{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.utility-status-cards article{border:1px solid var(--line);border-radius:12px;min-width:0;padding:14px}.utility-status-cards article>header{justify-content:space-between;gap:8px;display:flex}.utility-status-cards article>header span{color:var(--teal-dark);font-size:8px;font-weight:900}.utility-bar{grid-template-columns:1fr 45px;align-items:center;gap:8px;margin-top:12px;display:grid}.utility-status-cards dl{grid-template-columns:1fr 1fr;gap:6px;margin:12px 0 0;display:grid}.utility-status-cards dl div{background:var(--soft);border-radius:8px;min-width:0;padding:7px}.utility-status-cards dt{color:var(--muted);font-size:7px}.utility-status-cards dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:8px}.district-source-card>a{width:fit-content;color:var(--teal-dark);align-items:center;gap:5px;font-weight:900;display:inline-flex}.district-news-list{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.district-news-list article{border:1px solid var(--line);border-radius:12px;flex-direction:column;min-width:0;padding:14px;display:flex}.district-news-list h3{margin:7px 0;font-size:14px}.district-news-list p{color:var(--muted);line-height:1.7}.district-news-list strong{color:#176b55;font-size:8px}.district-news-list>article>a{color:var(--teal-dark);gap:5px;margin-top:auto;padding-top:12px;font-weight:900;display:inline-flex}.district-progress-form,.admin-news-form{background:var(--soft);border-radius:14px;gap:11px;margin-top:13px;padding:15px;display:grid}.district-progress-form>header,.admin-news-form>header{align-items:center;gap:9px;display:flex}.district-progress-form label,.admin-news-form label{min-width:0;color:var(--navy);gap:5px;font-size:9px;font-weight:900;display:grid}.district-progress-form input,.district-progress-form select,.district-progress-form textarea,.admin-news-form input,.admin-news-form select,.admin-news-form textarea{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;min-width:0;min-height:41px;padding:8px 10px}.district-progress-grid,.admin-news-fields{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.utility-entry-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.utility-entry-grid>header{grid-column:1/-1;justify-content:space-between;display:flex}.utility-entry-grid article{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:1fr 1fr;gap:7px;padding:11px;display:grid}.utility-entry-grid article>strong,.utility-entry-grid article label:last-child{grid-column:1/-1}.verified-source-check,.news-source-flags>label{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:none;align-items:flex-start;padding:11px;gap:8px!important;display:flex!important}.verified-source-check input,.news-source-flags input,.news-area-picker input{width:auto;min-height:auto;accent-color:var(--teal)}.verified-source-check strong,.verified-source-check small,.news-source-flags strong,.news-source-flags small{display:block}.verified-source-check small,.news-source-flags small{color:var(--muted);margin-top:3px;line-height:1.6}.platform-analysis-note{color:#74530d;background:#fff7dd;border-radius:9px;margin:0;padding:9px;font-size:8px}.district-progress-form>button,.admin-news-submit button{color:#fff;background:var(--teal);border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:43px;padding:9px 14px;font-weight:900;display:inline-flex}.admin-progress-list,.admin-news-list{gap:9px;margin-top:14px;display:grid}.admin-progress-list>article,.admin-news-list>article{border:1px solid var(--line);border-radius:12px;padding:13px}.admin-progress-list article>header,.admin-news-list article>header{justify-content:space-between;gap:10px;display:flex}.admin-progress-list header>div,.admin-news-list header>div{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-progress-list header small,.admin-news-list header small{color:var(--muted);overflow-wrap:anywhere}.admin-progress-list dl{grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.admin-progress-list dl div{background:var(--soft);border-radius:8px;padding:8px}.admin-progress-list dt{color:var(--muted);font-size:7px}.admin-progress-list dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:8px}.verified-data-pill,.unverified-data-pill{border-radius:999px;padding:4px 7px;font-size:8px}.verified-data-pill{color:#176b55;background:#e8f6ef}.unverified-data-pill{color:#74530d;background:#fff5d8}.legacy-statistics-panel{margin-top:18px}.legacy-statistics-panel>summary{cursor:pointer;color:var(--teal-dark);background:var(--soft);border-radius:10px;padding:11px;font-weight:900}.news-area-picker{border:1px solid var(--line);background:#fff;border-radius:10px;flex-wrap:wrap;gap:8px;padding:11px;display:flex}.news-area-picker legend{color:var(--navy);padding:0 6px;font-size:9px;font-weight:900}.news-area-picker label{background:var(--soft);border-radius:8px;grid-template-columns:none;align-items:center;gap:5px;padding:6px 8px;display:inline-flex}.news-source-flags{grid-template-columns:1fr 1fr;gap:8px;display:grid}.news-image-input{align-content:start}.admin-news-submit{flex-wrap:wrap;gap:7px;display:flex}.admin-news-submit .secondary{color:var(--teal-dark);border:1px solid var(--line);background:#fff}.admin-news-list article>p{color:var(--muted);line-height:1.7}.admin-news-list article>footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-news-list article>footer>span{color:var(--muted);font-size:8px}.admin-news-list footer>div{flex-wrap:wrap;gap:5px;display:flex}.admin-news-list button{color:var(--teal-dark);border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:4px;padding:7px 9px;font-size:8px;font-weight:900;display:inline-flex}.admin-news-list button svg{width:13px}.snapshot-status.status-published{color:#176b55;background:#e8f6ef}.snapshot-status.status-archived{color:var(--muted);background:#edf0ef}@media (width<=900px){.district-home-summary{flex-direction:column}.district-home-updates{width:100%}.district-update-cards,.district-progress-grid,.admin-news-fields{grid-template-columns:repeat(2,1fr)}.district-news-list{grid-template-columns:1fr 1fr}}@media (width<=620px){.district-home-updates,.news-archive-filters,.district-update-cards,.district-detail-summary,.utility-status-cards,.district-news-list,.district-progress-grid,.admin-news-fields,.utility-entry-grid,.news-source-flags{grid-template-columns:1fr}.district-home-updates{overflow:visible}.horizontal-comparison-chart article{grid-template-columns:minmax(82px,105px) minmax(70px,1fr) 48px;font-size:9px}.district-detail-summary article{min-width:0}.utility-entry-grid>header{flex-direction:column;align-items:flex-start;gap:3px}.admin-progress-list article>header,.admin-news-list article>header,.admin-news-list article>footer{flex-direction:column;align-items:flex-start}.admin-progress-list dl{grid-template-columns:1fr 1fr}.news-area-picker{grid-template-columns:1fr;display:grid}.news-area-picker label{min-height:38px}.article-meta{align-items:flex-start}}
