﻿:root{--app-green:#005b2e;--g2:#003f21;--bg:#f5f6f6;--card:#fff;--text:#151515;--muted:#68706d;--border:#dde4df;--shadow:0 3px 12px rgba(0,60,30,.08)}
*{box-sizing:border-box}html{min-height:100%;background:#edf0ee}body.app-body{min-height:100vh;margin:0;background:#edf0ee;color:var(--text);font-family:"Microsoft JhengHei","Noto Sans TC",sans-serif}.app-shell{width:100%}.mobile-page{width:100%;min-height:100vh;margin:auto;background:var(--bg);overflow:hidden}
.home-hero{min-height:275px;padding:18px;color:#fff;background:linear-gradient(145deg,var(--app-green),var(--g2))}.top-actions{display:flex;justify-content:space-between}.icon-button,.notification-button,.header-back,.header-bell{display:grid;width:38px;height:38px;place-items:center;color:#fff;background:#ffffff14;border:0;border-radius:8px;text-decoration:none}.hamburger-icon,.hamburger-icon:before,.hamburger-icon:after{display:block;width:18px;height:2px;background:#fff;content:""}.hamburger-icon{position:relative}.hamburger-icon:before{position:absolute;top:-6px}.hamburger-icon:after{position:absolute;top:6px}.notification-button:before,.header-bell:before{content:"🔔";font-size:20px}.notification-button,.header-bell{position:relative}.notification-button:after,.header-bell:after{position:absolute;top:2px;right:3px;width:8px;height:8px;background:#e22;border:2px solid #fff;border-radius:50%;content:""}
.home-title{text-align:center;margin-top:28px}.home-title h1,.home-title p{margin:0;font-weight:900;letter-spacing:.08em}.home-title h1{font-size:2rem}.home-title p{font-size:1.8rem;margin-top:6px}.city-line-art{display:flex;justify-content:center;gap:14px;margin-top:26px;padding-top:18px;border-top:1px solid #ffffff55;color:#ffffff55;font-size:2rem}
.home-content,.page-content{padding:18px 12px 26px}.main-entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.main-entry{position:relative;display:flex;min-height:145px;flex-direction:column;align-items:center;justify-content:center;padding:12px 6px;color:#fff;border-radius:10px;text-decoration:none;box-shadow:var(--shadow)}.main-entry--mayor{background:linear-gradient(150deg,#087735,#005224)}.main-entry--building{background:linear-gradient(150deg,#104f91,#07346a)}.entry-icon{font-size:2.4rem}.main-entry strong{font-size:1.35rem}.main-entry small{margin-top:5px}.entry-arrow{position:absolute;right:10px;font-size:1.8rem}
.home-card,.home-office-card,.building-info-card,.content-card,.attachment-section{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.home-card{margin-top:18px;padding:15px}.home-card h2,.home-office-card h2,.building-info-card h2,.attachment-section h2,.section-title{margin:0;color:var(--app-green);font-size:1.2rem;font-weight:900}.intro-layout{display:grid;grid-template-columns:42% 1fr;gap:12px;margin-top:14px}.intro-visual{min-height:180px;overflow:hidden;border-radius:8px;background:linear-gradient(145deg,#7cb68a,#1e6d3d)}.intro-visual img{width:100%;height:100%;object-fit:cover}.intro-visual__fallback{display:grid;min-height:180px;place-items:center;color:#fff;font-size:4rem}.intro-layout p{margin:0;color:#505856;font-size:.9rem;line-height:1.75}.outline-action{display:flex;justify-content:center;gap:12px;margin-top:16px;padding:10px;color:var(--app-green);border:1px solid #9bc0aa;border-radius:7px;font-weight:800;text-decoration:none}
.home-office-card{margin:0 12px 16px;padding:16px 18px;color:#fff;background:linear-gradient(150deg,var(--app-green),var(--g2));border:0}.home-office-card h2{color:#fff}.home-office-card p{margin:9px 0 0}
.side-menu{position:fixed;z-index:50;top:0;left:0;width:min(82vw,330px);height:100vh;padding:70px 20px;background:#fff;transform:translateX(-105%);transition:.2s;box-shadow:10px 0 30px #0004}.side-menu.open{transform:none}.side-menu a{display:block;padding:14px 10px;border-bottom:1px solid var(--border);font-weight:800;text-decoration:none}.side-menu__close{position:absolute;top:15px;right:15px;border:0;background:none;font-size:2rem}.menu-backdrop{position:fixed;z-index:40;inset:0;display:none;background:#0006}.menu-backdrop.open{display:block}
.app-header{display:grid;grid-template-columns:40px 1fr 40px;gap:8px;align-items:center;min-height:100px;padding:15px 12px;color:#fff;background:linear-gradient(145deg,var(--app-green),var(--g2))}.header-back{font-size:2rem}.header-title{text-align:center}.header-title h1,.header-title p{margin:0}.header-title h1{font-size:1.7rem}.header-title p{margin-top:4px;font-size:.84rem}
.notice-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:16px}.notice-tabs a{display:grid;min-height:38px;place-items:center;padding:5px;background:#fff;border:1px solid var(--border);border-radius:7px;color:#31533f;font-size:.76rem;font-weight:800;text-decoration:none}.notice-tabs a.active{color:#fff;background:var(--app-green)}
.stack-list{display:grid;gap:10px}.notice-card-mobile{display:block;padding:13px 12px;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);text-decoration:none}.notice-card-mobile h2,.notice-card-mobile h3{margin:9px 0 6px;font-size:1rem;line-height:1.45}.notice-card-mobile p{display:-webkit-box;margin:0;overflow:hidden;color:var(--muted);font-size:.86rem;line-height:1.65;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notice-card-mobile time{display:block;margin-top:8px;color:#777;font-size:.75rem;text-align:right}.notice-row-top{display:flex;gap:6px}.notice-tag,.pin-label{display:inline-flex;padding:3px 7px;color:#fff;border-radius:4px;font-size:.73rem;font-weight:900}.pin-label{color:#735400;background:#ffe59c}.tag-red{background:#d92b22}.tag-blue{background:#126bc5}.tag-purple{background:#6e55b7}.tag-cyan{background:#168da0}.tag-orange{background:#da8b00}.tag-green{background:#087235}
.pager,.article-nav{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;margin-top:16px}.pager a,.pager span,.article-nav a,.article-nav span{display:grid;min-height:42px;place-items:center;padding:6px 10px;background:#fff;border:1px solid #bad0c2;border-radius:6px;font-size:.8rem;font-weight:800;text-decoration:none}.pager>span:nth-child(2){background:transparent;border:0;white-space:nowrap}.pager-next{color:#fff!important;background:var(--app-green)!important}.disabled{color:#aaa!important;background:#f4f5f4!important}
.building-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.building-tile{overflow:hidden;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);text-decoration:none}.building-tile img,.building-image-fallback{width:100%;height:105px}.building-tile img{object-fit:cover}.building-image-fallback{display:grid;place-items:center;background:linear-gradient(145deg,#95c4a4,#2f7b4a);font-size:2.4rem}.building-tile__body{padding:10px 9px}.building-tile h2{margin:0;font-size:1.12rem}.building-tile p{margin:5px 0;color:#555;font-size:.78rem}.building-tile__body>div{display:flex;justify-content:space-between;font-size:.8rem}.building-tile__body strong{display:grid;width:28px;height:28px;place-items:center;color:var(--app-green);border:1px solid #bad0c2;border-radius:50%}
.building-hero-image,.building-hero-fallback{width:100%;height:210px}.building-hero-image{object-fit:cover}.building-hero-fallback{display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#9cc9aa,#1d6d3e);font-size:4rem}.building-info-card{padding:15px;border-radius:0 0 12px 12px}.building-description{margin-top:12px;color:#454c4d;line-height:1.75}.building-description img,.rich-content img{max-width:100%;height:auto}.contact-row{font-weight:800}.section-block{margin-top:22px}.section-title{margin-bottom:12px}
.content-card{padding:18px 15px}.content-card h2{margin:12px 0 8px;font-size:1.35rem;line-height:1.5}.content-card time{color:#777}.rich-content{margin-top:20px;line-height:1.9;overflow-wrap:anywhere}.rich-content table{display:block;max-width:100%;overflow:auto}.content-signature{text-align:right}.attachment-section{margin-top:20px;padding:15px 12px}.attachment-list{display:grid;gap:10px;margin-top:12px}.attachment-item{display:grid;grid-template-columns:34px 1fr 28px;gap:10px;align-items:center;padding:12px 10px;color:var(--text);border:1px solid var(--border);border-radius:8px;text-decoration:none}.attachment-item strong,.attachment-item small{display:block}.attachment-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-item small{color:var(--muted);font-size:.74rem}.article-nav{grid-template-columns:1fr 1fr}.empty-panel{padding:26px 16px;color:var(--muted);background:#fff;border:1px dashed #c7d3cc;border-radius:10px;text-align:center}
@media(min-width:560px){.mobile-page{max-width:430px;min-height:calc(100vh - 24px);margin:12px auto;border-radius:14px;box-shadow:0 10px 35px #0002}}
/* Step15G-CH2 HOME REDESIGN START */
.home-redesign.mobile-page{width:100%;max-width:none!important;min-height:100vh;margin:0!important;border-radius:0!important;box-shadow:none!important;background:#f4f7f5;color:#173b2d}
.home-redesign a{text-decoration:none}
.home-topbar{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:10px clamp(18px,6vw,110px);background:#fff;border-bottom:1px solid #dfe9e4;box-shadow:0 2px 14px #073d2512}
.home-brand{display:flex;align-items:center;gap:13px;color:#075f3a;font-weight:800;font-size:clamp(1rem,1.6vw,1.35rem)}
.home-brand-logo{width:54px;height:54px;object-fit:cover;border-radius:4px}
.home-desktop-nav{display:flex;align-items:center;gap:clamp(18px,3vw,42px)}
.home-desktop-nav a{padding:24px 0 18px;color:#18382c;font-weight:700;border-bottom:3px solid transparent}
.home-desktop-nav a:hover,.home-desktop-nav a.active{color:#067342;border-bottom-color:#067342}
.home-desktop-nav .fraud-nav{color:#e32626}
.home-menu-button{display:none;width:48px;height:48px;padding:9px;border:0;background:transparent}
.home-menu-button span{display:block;height:4px;margin:5px 0;border-radius:5px;background:#075f3a}
.home-mobile-menu{display:none}
.home-hero-redesign{position:relative;isolation:isolate;overflow:hidden;display:grid;place-items:center;min-height:330px;padding:56px 20px;background:linear-gradient(180deg,#f8fcf8 0%,#eaf4ed 100%)}
.home-hero-redesign:before{content:"";position:absolute;inset:auto 0 0;height:42%;z-index:-2;background:linear-gradient(180deg,transparent,#cfe6d8)}
.home-hero-redesign:after{content:"";position:absolute;right:4%;top:-25px;width:260px;height:260px;z-index:-1;border-radius:50%;background:radial-gradient(circle at 50% 50%,#8bc7a066 0 35%,transparent 36%),radial-gradient(circle at 28% 60%,#4e9b6c55 0 25%,transparent 26%),radial-gradient(circle at 72% 68%,#2f7a5055 0 26%,transparent 27%)}
.hero-copy{text-align:center;max-width:1000px}
.hero-copy h1{margin:0;color:#075f3a;font-size:clamp(2rem,5vw,4rem);line-height:1.15;letter-spacing:.06em}
.hero-copy p{margin:22px 0 0;color:#356c56;font-size:clamp(1rem,2vw,1.45rem);letter-spacing:.08em}
.hero-skyline{position:absolute;bottom:0;width:28%;height:62%;opacity:.52;background:linear-gradient(to top,transparent 0 15%,#8bb9a0 15% 43%,transparent 43%),repeating-linear-gradient(90deg,transparent 0 12px,#7eac93 12px 42px,transparent 42px 58px);clip-path:polygon(0 100%,0 58%,8% 58%,8% 43%,16% 43%,16% 66%,24% 66%,24% 32%,34% 32%,34% 76%,42% 76%,42% 52%,50% 52%,50% 0,57% 0,57% 68%,67% 68%,67% 39%,76% 39%,76% 61%,84% 61%,84% 48%,92% 48%,92% 100%)}
.hero-skyline-left{left:0}
.hero-skyline-right{right:0;transform:scaleX(-1)}
.home-main{width:min(1400px,calc(100% - 40px));margin:0 auto;padding:34px 0 42px}
.home-entry-grid{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:22px;align-items:stretch}
.home-action-card,.home-fraud-card{position:relative;overflow:hidden;display:flex;align-items:center;min-height:175px;padding:28px;border-radius:20px;box-shadow:0 12px 28px #072e1d22;transition:transform .18s ease,box-shadow .18s ease}
.home-action-card:hover,.home-fraud-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #072e1d30}
.action-mayor{background:linear-gradient(135deg,#07813f,#00652f);color:#fff}
.action-building{background:linear-gradient(135deg,#2468b3,#124c8e);color:#fff}
.action-icon{display:grid;place-items:center;flex:0 0 92px;width:92px;height:92px;border-radius:50%;background:#fffef0;font-size:3.1rem}
.action-copy{display:grid;gap:10px;padding:0 18px}
.action-copy strong{font-size:clamp(1.5rem,2.2vw,2.2rem)}
.action-copy small{font-size:1rem;line-height:1.7;color:#fff}
.action-arrow{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;margin-left:auto;border-radius:50%;background:#fff;color:#12593a;font-size:2.3rem}
.home-fraud-card{display:grid;grid-template-columns:auto 1fr;gap:12px 18px;background:#fff;border:2px solid #f22;color:#b70000}
.fraud-warning{display:grid;place-items:center;grid-row:1/3;width:90px;height:90px;border-radius:50%;background:#ed1c24;color:#fff;font-size:3.8rem;font-weight:900}
.fraud-copy{display:grid;gap:8px}
.fraud-copy strong{font-size:clamp(1.55rem,2.3vw,2.25rem)}
.fraud-copy small{color:#3b3b3b;font-size:.98rem;line-height:1.6}
.fraud-links{display:flex;flex-wrap:wrap;gap:10px}
.fraud-links span{padding:9px 14px;border-radius:10px;background:#ed1c24;color:#fff;font-weight:800}
.fraud-links span+span{background:#fff;color:#d60000;border:1px solid #f22}
.home-info-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:22px;margin-top:28px}
.home-info-card{padding:28px;border:1px solid #dce7e1;border-radius:20px;background:#fff;box-shadow:0 10px 26px #073d2512}
.info-heading{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#075f3a}
.info-heading span{font-size:1.55rem}
.info-heading h2{margin:0;font-size:1.65rem}
.info-layout,.logo-info-layout{display:grid;grid-template-columns:1fr 260px;gap:22px;align-items:stretch}
.info-text p{margin:0 0 12px;line-height:1.9;color:#3f5148}
.community-visual{position:relative;overflow:hidden;min-height:250px;border-radius:16px;background:linear-gradient(#9fd5ed 0 45%,#dff1f3 45% 68%,#55a86f 68% 100%)}
.community-visual:before{content:"";position:absolute;left:12%;bottom:30%;width:74%;height:38%;background:repeating-linear-gradient(90deg,#d6e2df 0 20px,#84a8a0 20px 44px);clip-path:polygon(0 100%,0 44%,15% 44%,15% 20%,27% 20%,27% 52%,43% 52%,43% 0,58% 0,58% 61%,74% 61%,74% 32%,88% 32%,88% 100%)}
.community-tower{position:absolute;left:58%;bottom:30%;width:32px;height:145px;background:linear-gradient(90deg,#6b8792,#b7d2d8,#5a7a86);clip-path:polygon(44% 0,56% 0,58% 20%,100% 100%,0 100%,42% 20%)}
.community-green{position:absolute;left:-4%;right:-4%;bottom:-9%;height:38%;border-radius:50% 50% 0 0;background:radial-gradient(circle at 20% 45%,#0d8b43 0 14%,transparent 15%),radial-gradient(circle at 40% 35%,#2aa75d 0 18%,transparent 19%),radial-gradient(circle at 70% 40%,#0c7a39 0 20%,transparent 21%),#69b65f}
.info-mini-logo{width:40px;height:40px;object-fit:cover;border-radius:3px}
.logo-intro-image{width:220px;height:220px;align-self:center;justify-self:center;object-fit:cover;border-radius:12px;box-shadow:0 8px 22px #7d000022}
.home-footer{display:grid;grid-template-columns:1.3fr 1.2fr .8fr;gap:24px;padding:32px clamp(18px,6vw,110px) 18px;background:linear-gradient(135deg,#064c34,#006c46);color:#fff}
.footer-brand{display:flex;align-items:center;gap:13px}
.footer-brand img{width:56px;height:56px;object-fit:cover;border-radius:4px}
.footer-brand div{display:grid;gap:4px}
.footer-brand strong{font-size:1.1rem}
.footer-brand small{color:#d7eee5}
.footer-contact p{margin:0 0 8px}
.footer-phone,.footer-phone a{color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none}
.footer-links{display:flex;flex-direction:column;gap:9px}
.footer-links a{color:#fff}
.footer-copy{grid-column:1/-1;padding-top:15px;border-top:1px solid #ffffff33;text-align:center;color:#d7eee5}
@media(max-width:1050px){
  .home-desktop-nav{display:none}
  .home-menu-button{display:block}
  .home-mobile-menu{position:fixed;z-index:58;top:76px;right:0;display:grid;width:min(82vw,330px);padding:16px;background:#fff;box-shadow:-10px 15px 28px #0002;transform:translateX(110%);transition:.2s}
  .home-mobile-menu.open{transform:none}
  .home-mobile-menu a{padding:13px;color:#075f3a;border-bottom:1px solid #e2ebe6;font-weight:700}
  .home-entry-grid{grid-template-columns:1fr 1fr}
  .home-fraud-card{grid-column:1/-1}
  .home-info-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .home-topbar{min-height:70px;padding:9px 14px}
  .home-brand{font-size:1rem}
  .home-brand-logo{width:45px;height:45px}
  .home-mobile-menu{top:70px}
  .home-hero-redesign{min-height:285px;padding:44px 22px}
  .hero-copy h1{font-size:2.35rem}
  .hero-copy p{font-size:1rem;line-height:1.7}
  .hero-skyline{width:38%;height:55%}
  .home-main{width:calc(100% - 24px);padding:18px 0 28px}
  .home-entry-grid{grid-template-columns:1fr;gap:14px}
  .home-action-card{min-height:190px;padding:22px 18px}
  .action-icon{flex-basis:88px;width:88px;height:88px;font-size:2.85rem}
  .action-copy strong{font-size:1.75rem}
  .action-copy small{font-size:.98rem}
  .action-arrow{flex-basis:44px;width:44px;height:44px}
  .home-fraud-card{min-height:108px;padding:14px;grid-template-columns:auto 1fr;gap:6px 12px}
  .fraud-warning{width:62px;height:62px;font-size:2.5rem}
  .fraud-copy strong{font-size:1.45rem}
  .fraud-copy small{font-size:.82rem}
  .fraud-links{gap:6px}
  .fraud-links span{padding:6px 9px;font-size:.82rem}
  .home-info-grid{margin-top:18px;gap:16px}
  .home-info-card{padding:18px}
  .info-layout,.logo-info-layout{grid-template-columns:1fr}
  .community-visual{min-height:210px}
  .logo-intro-image{width:180px;height:180px}
  .home-footer{grid-template-columns:1fr;padding:26px 18px 14px}
  .footer-copy{grid-column:auto}
}
@media(max-width:430px){
  .hero-copy h1{font-size:2rem}
  .home-action-card{min-height:176px}
  .action-icon{flex-basis:76px;width:76px;height:76px;font-size:2.45rem}
  .action-copy{padding:0 10px}
  .action-copy strong{font-size:1.55rem}
  .action-copy small{font-size:.9rem}
  .action-arrow{flex-basis:40px;width:40px;height:40px;font-size:1.9rem}
  .home-fraud-card{min-height:98px}
  .fraud-warning{width:56px;height:56px}
  .fraud-copy small{display:none}
}
/* Step15G-CH2 HOME REDESIGN END */


/* Step15G-CH4 RESPONSIVE LISTS START */
.public-list-page.mobile-page{
  width:100%;
  max-width:none!important;
  min-height:100vh;
  margin:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#f4f7f5;
}
.public-desktop-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(22px,3vw,44px);
  min-height:72px;
  padding:0 clamp(20px,6vw,100px);
  background:#fff;
  border-bottom:1px solid #dce7e1;
  box-shadow:0 2px 12px #083d2510;
}
.public-desktop-nav a{
  display:flex;
  align-items:center;
  min-height:72px;
  color:#254438;
  font-weight:800;
  border-bottom:3px solid transparent;
  text-decoration:none;
}
.public-desktop-nav a:hover,
.public-desktop-nav a.active{
  color:#087346;
  border-bottom-color:#087346;
}
.public-list-header{
  position:relative;
  overflow:hidden;
  min-height:230px;
  padding:44px clamp(24px,7vw,120px);
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  background:
    radial-gradient(circle at 88% 28%,#9fd0ae 0 54px,transparent 55px),
    radial-gradient(circle at 80% 48%,#6eaf84 0 62px,transparent 63px),
    linear-gradient(135deg,#edf8f1,#d9eee2);
  color:#075f3a;
}
.public-list-header:after{
  content:"";
  position:absolute;
  right:4%;
  bottom:0;
  width:38%;
  height:58%;
  opacity:.55;
  background:
    repeating-linear-gradient(90deg,transparent 0 14px,#7cac91 14px 52px,transparent 52px 72px);
  clip-path:polygon(0 100%,0 55%,8% 55%,8% 30%,18% 30%,18% 72%,30% 72%,30% 12%,42% 12%,42% 62%,55% 62%,55% 38%,69% 38%,69% 70%,80% 70%,80% 46%,91% 46%,91% 100%);
}
.public-list-header .header-back{
  position:absolute;
  top:22px;
  left:clamp(18px,3vw,42px);
  z-index:2;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#ffffffd9;
  color:#075f3a;
  box-shadow:0 6px 18px #073d2520;
}
.public-list-header .header-title{
  position:relative;
  z-index:2;
  margin-left:0;
  text-align:left;
}
.public-list-header .header-title h1{
  margin:10px 0 6px;
  font-size:clamp(2.2rem,4vw,3.8rem);
  line-height:1.15;
  color:#075f3a;
}
.public-list-header .header-title p{
  margin:0;
  font-size:clamp(1rem,1.6vw,1.25rem);
  color:#3c6f58;
}
.public-list-header .header-bell{
  position:absolute;
  top:22px;
  right:clamp(18px,3vw,42px);
  z-index:2;
  background:#ffffffd9;
  color:#075f3a;
  box-shadow:0 6px 18px #073d2520;
}
.public-list-page > :not(.public-desktop-nav):not(.public-list-header){
  width:min(1380px,calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}
.buildings-list-page .building-card-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  padding:30px 0 10px;
}
.buildings-list-page .building-tile{
  display:grid;
  grid-template-columns:minmax(230px,42%) 1fr;
  min-height:250px;
  overflow:hidden;
  border-radius:18px;
  border:1px solid #dbe7e1;
  background:#fff;
  box-shadow:0 10px 26px #073d2515;
  transition:transform .18s ease,box-shadow .18s ease;
}
.buildings-list-page .building-tile:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px #073d2524;
}
.buildings-list-page .building-tile img,
.buildings-list-page .building-tile .building-image,
.buildings-list-page .building-tile .building-image-fallback{
  width:100%;
  height:100%;
  min-height:250px;
  object-fit:cover;
}
.buildings-list-page .building-tile > div:not(.building-image):not(.building-image-fallback){
  padding:28px;
}
.buildings-list-page .building-tile h2,
.buildings-list-page .building-tile h3{
  margin-top:0;
  color:#075f3a;
  font-size:2rem;
}
.notices-list-page .stack-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  padding:30px 0 10px;
}
.notices-list-page .notice-card-mobile{
  min-height:170px;
  padding:24px;
  border-radius:18px;
  border:1px solid #dbe7e1;
  background:#fff;
  box-shadow:0 10px 26px #073d2515;
  transition:transform .18s ease,box-shadow .18s ease;
}
.notices-list-page .notice-card-mobile:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px #073d2524;
}
.notices-list-page .notice-card-mobile h2,
.notices-list-page .notice-card-mobile h3{
  margin-top:0;
  color:#153e2d;
  font-size:1.45rem;
  line-height:1.45;
}
.notices-list-page .notice-card-mobile p{
  color:#5a6b63;
  line-height:1.8;
}
.public-list-page .pagination,
.public-list-page .pager,
.public-list-page nav[aria-label*="頁"]{
  margin-top:26px;
  margin-bottom:36px;
}
@media(max-width:900px){
  .public-desktop-nav{display:none}
  .public-list-header{
    min-height:132px;
    padding:24px 18px;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--app-green),#00552f);
    color:#fff;
  }
  .public-list-header:after{display:none}
  .public-list-header .header-title{text-align:center}
  .public-list-header .header-title h1{
    margin:0;
    color:#fff;
    font-size:1.8rem;
  }
  .public-list-header .header-title p{
    color:#e8fff2;
    font-size:.92rem;
  }
  .public-list-header .header-back,
  .public-list-header .header-bell{
    top:50%;
    transform:translateY(-50%);
    background:#ffffff18;
    color:#fff;
    box-shadow:none;
  }
  .public-list-page > :not(.public-desktop-nav):not(.public-list-header){
    width:calc(100% - 24px);
  }
  .buildings-list-page .building-card-grid{
    grid-template-columns:1fr;
    gap:14px;
    padding-top:18px;
  }
  .buildings-list-page .building-tile{
    grid-template-columns:150px 1fr;
    min-height:150px;
    border-radius:14px;
  }
  .buildings-list-page .building-tile img,
  .buildings-list-page .building-tile .building-image,
  .buildings-list-page .building-tile .building-image-fallback{
    min-height:150px;
  }
  .buildings-list-page .building-tile > div:not(.building-image):not(.building-image-fallback){
    padding:16px;
  }
  .buildings-list-page .building-tile h2,
  .buildings-list-page .building-tile h3{
    font-size:1.45rem;
  }
  .notices-list-page .stack-list{
    grid-template-columns:1fr;
    gap:13px;
    padding-top:18px;
  }
  .notices-list-page .notice-card-mobile{
    min-height:130px;
    padding:17px;
    border-radius:14px;
  }
  .notices-list-page .notice-card-mobile h2,
  .notices-list-page .notice-card-mobile h3{
    font-size:1.18rem;
  }
}
@media(max-width:520px){
  .buildings-list-page .building-tile{
    grid-template-columns:116px 1fr;
    min-height:132px;
  }
  .buildings-list-page .building-tile img,
  .buildings-list-page .building-tile .building-image,
  .buildings-list-page .building-tile .building-image-fallback{
    min-height:132px;
  }
}
/* Step15G-CH4 RESPONSIVE LISTS END */


/* Step15G-CH5 BUILDINGS 2X2 DETAILS PINNED START */
.buildings-list-page .building-card-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.buildings-list-page .building-tile{
  min-width:0;
}
@media(max-width:900px){
  .buildings-list-page .building-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .buildings-list-page .building-tile{
    display:block!important;
    min-height:0!important;
    border-radius:13px!important;
  }
  .buildings-list-page .building-tile img,
  .buildings-list-page .building-tile .building-image,
  .buildings-list-page .building-tile .building-image-fallback{
    width:100%!important;
    height:118px!important;
    min-height:118px!important;
    object-fit:cover!important;
  }
  .buildings-list-page .building-tile > div:not(.building-image):not(.building-image-fallback){
    padding:12px!important;
  }
  .buildings-list-page .building-tile h2,
  .buildings-list-page .building-tile h3{
    margin:0 0 7px!important;
    font-size:1.05rem!important;
    line-height:1.25!important;
  }
  .buildings-list-page .building-tile p{
    margin:5px 0!important;
    font-size:.82rem!important;
    line-height:1.4!important;
  }
}
@media(max-width:390px){
  .buildings-list-page .building-card-grid{
    gap:8px!important;
  }
  .buildings-list-page .building-tile img,
  .buildings-list-page .building-tile .building-image,
  .buildings-list-page .building-tile .building-image-fallback{
    height:104px!important;
    min-height:104px!important;
  }
  .buildings-list-page .building-tile > div:not(.building-image):not(.building-image-fallback){
    padding:10px!important;
  }
}
.building-details-page.mobile-page{
  width:100%;
  max-width:none!important;
  min-height:100vh;
  margin:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#f4f7f5;
}
.building-details-page .app-header{
  min-height:150px;
  padding:32px clamp(20px,7vw,110px);
  border-radius:0;
}
.building-details-page > :not(.app-header):not(.building-hero-image):not(.building-hero-fallback){
  width:min(1240px,calc(100% - 40px));
  margin-left:auto;
  margin-right:auto;
}
.building-details-page .building-hero-image,
.building-details-page .building-hero-fallback{
  display:block;
  width:min(1240px,calc(100% - 40px));
  height:360px;
  margin:26px auto 0;
  border-radius:18px;
  object-fit:cover;
  box-shadow:0 12px 28px #073d251b;
}
.building-details-page .building-info-card{
  margin-top:22px;
  padding:26px;
  border-radius:18px;
}
.building-details-page .stack-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  padding-bottom:30px;
}
.building-details-page .notice-card-mobile{
  position:relative;
  min-height:145px;
  padding:22px;
  border-radius:16px;
  box-shadow:0 10px 24px #073d2515;
}
.building-notice-pinned{
  display:inline-flex;
  align-items:center;
  margin-bottom:8px;
  padding:4px 10px;
  border-radius:999px;
  background:#d71f2b;
  color:#fff;
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.08em;
}
@media(max-width:760px){
  .building-details-page .app-header{
    min-height:110px;
    padding:18px 14px;
  }
  .building-details-page > :not(.app-header):not(.building-hero-image):not(.building-hero-fallback){
    width:calc(100% - 24px);
  }
  .building-details-page .building-hero-image,
  .building-details-page .building-hero-fallback{
    width:100%;
    height:230px;
    margin:0;
    border-radius:0;
  }
  .building-details-page .building-info-card{
    margin-top:14px;
    padding:18px;
    border-radius:14px;
  }
  .building-details-page .stack-list{
    grid-template-columns:1fr;
    gap:12px;
  }
  .building-details-page .notice-card-mobile{
    min-height:0;
    padding:16px;
    border-radius:13px;
  }
}
/* Step15G-CH5 BUILDINGS 2X2 DETAILS PINNED END */

/* COMMUNITY-NOTICE-UNREAD-BADGE-START */
.notice-count-badge{
    position:absolute;
    top:10px;
    right:10px;
    z-index:4;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:26px;
    height:26px;
    padding:0 7px;
    border:2px solid #fff;
    border-radius:999px;
    background:#dc2626;
    color:#fff;
    box-shadow:0 3px 10px #0003;
    font-size:.78rem;
    font-weight:800;
    line-height:1;
    white-space:nowrap;
    pointer-events:none;
}
.notice-count-badge[hidden]{display:none!important}
.building-tile{position:relative}
@media(max-width:560px){
    .notice-count-badge{
        top:8px;
        right:8px;
        min-width:24px;
        height:24px;
        padding:0 6px;
        font-size:.74rem;
    }
}
/* COMMUNITY-NOTICE-UNREAD-BADGE-END */

/* STEP15H-CH8-P2 NOTICE DETAIL RESPONSIVE START */
.notice-detail-page.mobile-page{
    width:100%;
    max-width:none!important;
    min-height:100vh;
    margin:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible;
    background:#f3f6f4;
}
.notice-detail-header{
    position:relative;
    grid-template-columns:minmax(190px,1fr) minmax(260px,1.4fr) minmax(190px,1fr);
    min-height:150px;
    padding:28px clamp(24px,6vw,96px);
    border-radius:0;
}
.notice-detail-header .header-title h1{
    font-size:clamp(2rem,3vw,3rem);
    line-height:1.15;
}
.notice-detail-header .header-title p{
    margin-bottom:7px;
    color:#d9f3e5;
    font-size:1rem;
    font-weight:700;
}
.notice-detail-back{
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    gap:9px;
    width:auto;
    min-width:0;
    height:46px;
    padding:0 16px;
    justify-self:start;
    border-radius:999px;
    font-size:1rem;
    font-weight:800;
}
.notice-detail-back > span:first-child{
    font-size:1.8rem;
    line-height:1;
}
.notice-detail-header .header-bell{
    justify-self:end;
}
.notice-detail-main{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
    padding:36px 0 46px;
}
.notice-detail-card{
    max-width:920px;
    margin:0 auto;
    padding:42px clamp(28px,5vw,58px);
    border-radius:20px;
    box-shadow:0 14px 36px #073d2515;
}
.notice-detail-card h2{
    margin:18px 0 10px;
    color:#153e2d;
    font-size:clamp(1.8rem,2.7vw,2.4rem);
    line-height:1.4;
}
.notice-detail-card time{
    display:block;
    color:#738078;
    font-size:.95rem;
}
.notice-detail-card .rich-content{
    max-width:820px;
    margin:30px auto 0;
    color:#283c33;
    font-size:1.08rem;
    line-height:1.9;
}
.notice-detail-card .rich-content > :first-child{
    margin-top:0;
}
.notice-detail-card .rich-content > :last-child{
    margin-bottom:0;
}
.notice-detail-card .content-signature{
    max-width:820px;
    margin:34px auto 0;
    color:#46594f;
    font-weight:700;
}
.notice-detail-main .attachment-section{
    max-width:920px;
    margin:22px auto 0;
    padding:24px 28px;
    border-radius:18px;
}
.notice-detail-main .attachment-item{
    min-height:66px;
    padding:14px 16px;
    border-radius:12px;
}
.notice-detail-nav{
    max-width:920px;
    margin:24px auto 0;
    grid-template-columns:1fr 1fr;
    gap:16px;
}
.notice-detail-nav .article-nav-card{
    display:flex;
    min-height:92px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:8px;
    padding:16px 20px;
    border-radius:14px;
    text-align:left;
}
.notice-detail-nav .article-nav-card > span{
    color:#5f7368;
    font-size:.82rem;
}
.notice-detail-nav .article-nav-card > strong{
    color:#153e2d;
    font-size:1rem;
    line-height:1.45;
}
.notice-detail-nav .article-nav-next{
    align-items:flex-end;
    text-align:right;
}
.notice-detail-nav .disabled > strong{
    color:#9ba49f;
}
@media(max-width:760px){
    .notice-detail-header{
        grid-template-columns:40px 1fr 40px;
        min-height:100px;
        padding:15px 12px;
    }
    .notice-detail-header .header-title h1{
        font-size:1.7rem;
    }
    .notice-detail-header .header-title p{
        display:none;
    }
    .notice-detail-back{
        display:grid;
        width:38px;
        height:38px;
        min-width:38px;
        padding:0;
        place-items:center;
        border-radius:8px;
    }
    .notice-detail-back-text{
        display:none;
    }
    .notice-detail-main{
        width:100%;
        padding:18px 12px 26px;
    }
    .notice-detail-card{
        padding:18px 15px;
        border-radius:12px;
        box-shadow:var(--shadow);
    }
    .notice-detail-card h2{
        margin:12px 0 8px;
        font-size:1.35rem;
    }
    .notice-detail-card .rich-content{
        margin-top:20px;
        font-size:1rem;
        line-height:1.9;
    }
    .notice-detail-card .content-signature{
        margin-top:24px;
    }
    .notice-detail-main .attachment-section{
        margin-top:20px;
        padding:15px 12px;
        border-radius:12px;
    }
    .notice-detail-nav{
        margin-top:16px;
        gap:8px;
    }
    .notice-detail-nav .article-nav-card{
        min-height:64px;
        padding:10px;
        border-radius:6px;
    }
    .notice-detail-nav .article-nav-card > strong{
        display:none;
    }
}
@media(max-width:430px){
    .notice-detail-nav{
        grid-template-columns:1fr 1fr;
    }
}
/* STEP15H-CH8-P2 NOTICE DETAIL RESPONSIVE END */

/* STEP15H-CH9-P2 NOTICE IMAGE LIGHTBOX START */
.notice-detail-card .rich-content img{
    cursor:zoom-in;
    transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.notice-detail-card .rich-content img:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px #0002;
}
.notice-image-lightbox{
    position:fixed;
    z-index:10000;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:34px;
    background:rgba(0,0,0,.88);
    opacity:0;
    visibility:hidden;
    transition:opacity .18s ease,visibility .18s ease;
}
.notice-image-lightbox.is-open{
    opacity:1;
    visibility:visible;
}
.notice-image-lightbox__figure{
    position:relative;
    display:flex;
    max-width:100%;
    max-height:100%;
    align-items:center;
    justify-content:center;
    margin:0;
}
.notice-image-lightbox__image{
    display:block;
    max-width:min(92vw,1400px);
    max-height:88vh;
    object-fit:contain;
    border-radius:10px;
    box-shadow:0 18px 60px #000a;
    transform:scale(.97);
    transition:transform .18s ease;
}
.notice-image-lightbox.is-open .notice-image-lightbox__image{
    transform:scale(1);
}
.notice-image-lightbox__close{
    position:fixed;
    top:max(18px,env(safe-area-inset-top));
    right:max(18px,env(safe-area-inset-right));
    z-index:1;
    display:grid;
    width:48px;
    height:48px;
    place-items:center;
    padding:0;
    border:1px solid #ffffff66;
    border-radius:50%;
    color:#fff;
    background:#0009;
    font-size:2rem;
    line-height:1;
    cursor:pointer;
}
.notice-image-lightbox__close:hover,
.notice-image-lightbox__close:focus-visible{
    background:#fff;
    color:#111;
    outline:3px solid #ffffff66;
}
body.notice-image-lightbox-open{
    overflow:hidden!important;
}
@media(max-width:760px){
    .notice-image-lightbox{
        padding:56px 10px 18px;
    }
    .notice-image-lightbox__image{
        max-width:96vw;
        max-height:86vh;
        border-radius:7px;
    }
    .notice-image-lightbox__close{
        top:max(10px,env(safe-area-inset-top));
        right:max(10px,env(safe-area-inset-right));
        width:44px;
        height:44px;
    }
}
/* STEP15H-CH9-P2 NOTICE IMAGE LIGHTBOX END */

/* STEP15H-CH10-P2 BUILDING SELECTOR MEMORY START */
.building-selector-panel{
    display:grid;
    grid-template-columns:minmax(220px,1fr) minmax(260px,420px);
    gap:10px 24px;
    align-items:center;
    margin:28px auto 0;
    padding:22px 24px;
    border:1px solid #d7e5dd;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 26px #073d2512;
}
.building-selector-copy{
    display:grid;
    gap:5px;
}
.building-selector-copy label{
    color:#075f3a;
    font-size:1.25rem;
    font-weight:900;
}
.building-selector-copy small{
    color:#68776f;
    font-size:.92rem;
    line-height:1.55;
}
.building-selector-panel select{
    width:100%;
    min-height:50px;
    padding:0 44px 0 16px;
    border:2px solid #99bdaa;
    border-radius:12px;
    color:#173d2d;
    background:#fff;
    font:inherit;
    font-size:1rem;
    font-weight:800;
    cursor:pointer;
}
.building-selector-panel select:focus{
    border-color:var(--app-green);
    outline:3px solid #0a764522;
}
.building-selector-status{
    grid-column:2;
    margin:0;
    color:#577066;
    font-size:.84rem;
    font-weight:700;
}
.building-selector-panel--details{
    margin-top:22px;
}
@media(max-width:760px){
    .building-selector-panel{
        grid-template-columns:1fr;
        gap:12px;
        margin-top:16px;
        padding:16px;
        border-radius:14px;
    }
    .building-selector-copy label{
        font-size:1.1rem;
    }
    .building-selector-copy small{
        font-size:.85rem;
    }
    .building-selector-panel select{
        min-height:48px;
    }
    .building-selector-status{
        grid-column:1;
    }
}
/* STEP15H-CH10-P2 BUILDING SELECTOR MEMORY END */

/* STEP15H-CH10-P3-FIX1 RETURN HOME BUTTON START */
.building-selector-home-row{
    grid-column:1 / -1;
    display:flex;
    justify-content:flex-start;
    margin-top:2px;
}
.building-selector-home-link{
    display:inline-flex;
    min-height:42px;
    align-items:center;
    justify-content:center;
    padding:9px 16px;
    border:1px solid #8eb6a1;
    border-radius:10px;
    color:#075f3a;
    background:#f7fbf8;
    font-weight:900;
    text-decoration:none;
    transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.building-selector-home-link:hover,
.building-selector-home-link:focus-visible{
    border-color:var(--app-green);
    background:#eaf5ee;
    transform:translateY(-1px);
    outline:none;
}
@media(max-width:760px){
    .building-selector-home-link{
        width:100%;
    }
}
/* STEP15H-CH10-P3-FIX1 RETURN HOME BUTTON END */

/* Step15H-CH12: custom homepage intro */
.custom-home-intro-section .custom-home-intro-body {
  white-space: pre-line;
  line-height: 1.9;
  color: #334155;
}
.custom-home-intro-section .intro-visual img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 18px;
}
/* Step15H-CH14: fixed custom homepage intro dimensions */
.custom-home-intro-section {
  min-height: 260px;
}

.custom-home-intro-section .info-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.custom-home-intro-section .logo-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 24px;
}

.custom-home-intro-section .intro-visual {
  width: 360px;
  height: 220px;
  min-width: 360px;
  max-width: 360px;
  overflow: hidden;
  border-radius: 16px;
}

.custom-home-intro-section .intro-visual img,
.custom-home-intro-section .intro-visual__fallback {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
  border-radius: 16px;
}

.custom-home-intro-section .intro-visual__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 4vw, 4rem);
}

.custom-home-intro-section h2 {
  margin-top: 0;
}

@media (max-width: 820px) {
  .custom-home-intro-section {
    min-height: auto;
  }

  .custom-home-intro-section .info-layout,
  .custom-home-intro-section .logo-info-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .custom-home-intro-section .logo-info-layout .intro-visual {
    order: -1;
  }

  .custom-home-intro-section .intro-visual {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 220px;
  }
}
/* End Step15H-CH14 */
/* Step15H-CH15: custom intro two-card layout */
.custom-home-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.custom-home-intro-card {
  min-width: 0;
  min-height: 430px;
  padding: 30px;
}

.custom-home-intro-card__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 24px;
  height: 100%;
}

.custom-home-intro-card__content {
  min-width: 0;
}

.custom-home-intro-card__content h2 {
  margin-top: 0;
}

.custom-home-intro-card__visual {
  width: 280px;
  height: 340px;
  min-width: 280px;
  overflow: hidden;
  border-radius: 16px;
}

.custom-home-intro-card__visual img,
.custom-home-intro-card__fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.custom-home-intro-card__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7fbc91, #137a3d);
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
}

@media (max-width: 1180px) {
  .custom-home-intro-grid {
    grid-template-columns: 1fr;
  }

  .custom-home-intro-card {
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  .custom-home-intro-grid {
    gap: 16px;
    margin-top: 16px;
  }

  .custom-home-intro-card {
    min-height: auto;
    padding: 20px;
  }

  .custom-home-intro-card__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .custom-home-intro-card__visual {
    width: 100%;
    min-width: 0;
    height: 220px;
    order: -1;
  }
}
/* End Step15H-CH15 */

/* Step15H-CH16: independent left/right homepage cards */
.home-intro-independent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 560px), 1fr));
  gap: 24px;
  margin-top: 24px;
}

.home-intro-independent-grid > .home-card {
  margin: 0;
  min-width: 0;
}

.custom-home-intro-card {
  min-height: 430px;
  padding: 30px;
}

.custom-home-intro-card__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 24px;
  height: 100%;
}

.custom-home-intro-card__visual {
  width: 280px;
  height: 340px;
  min-width: 280px;
  overflow: hidden;
  border-radius: 16px;
}

.custom-home-intro-card__visual img,
.custom-home-intro-card__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.custom-home-intro-card__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#7fbc91,#137a3d);
  color: #fff;
  font-size: clamp(2rem,4vw,4rem);
}

@media (max-width: 720px) {
  .home-intro-independent-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }

  .custom-home-intro-card {
    min-height: auto;
    padding: 20px;
  }

  .custom-home-intro-card__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .custom-home-intro-card__visual {
    width: 100%;
    min-width: 0;
    height: 220px;
    order: -1;
  }
}
/* COMMUNITY-PUBLIC-BELL-REMOVE-START */
.header-bell,
.notification-button{
    display:none!important;
}
/* COMMUNITY-PUBLIC-BELL-REMOVE-END */

/* COMMUNITY-ZERO-DB-FEEDBACK-START */
.feedback-page{min-height:100vh;background:#f2f5f7;color:#24364b}
.feedback-header{display:flex;align-items:center;gap:16px;padding:22px max(20px,calc((100% - 980px)/2));color:#fff;background:linear-gradient(135deg,#1769aa,#2457b8)}
.feedback-header p{margin:0 0 3px;opacity:.82}
.feedback-header h1{margin:0;font-size:clamp(26px,4vw,38px)}
.feedback-back{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#ffffff1f;color:#fff;text-decoration:none;font-size:34px;line-height:1}
.feedback-form-wrap{width:min(760px,calc(100% - 28px));margin:28px auto 60px}
.feedback-title-card,.feedback-question,.feedback-success-card{background:#fff;border:1px solid #dbe4ef;border-radius:14px;box-shadow:0 4px 16px #33415512}
.feedback-title-card{border-top:9px solid #1769aa;padding:26px 28px;margin-bottom:16px}
.feedback-title-card span{display:inline-block;padding:5px 10px;border-radius:999px;background:#e0efff;color:#075a9c;font-weight:800}
.feedback-title-card h2{margin:13px 0 8px;font-size:30px}
.feedback-title-card p{margin:0;color:#64748b}
.feedback-google-form{display:grid;gap:14px}
.feedback-question{padding:22px 24px}
.feedback-question>label{display:block;font-weight:800;margin-bottom:11px;font-size:17px}
.feedback-question label small{font-weight:500;color:#64748b}
.feedback-question.required>label::after{content:" *";color:#dc2626}
.feedback-question input[type=text],
.feedback-question input[type=email],
.feedback-question input:not([type]),
.feedback-question textarea{width:100%;box-sizing:border-box;border:0;border-bottom:2px solid #cbd5e1;padding:11px 2px;background:transparent;outline:0}
.feedback-question textarea{border:1px solid #cbd5e1;border-radius:9px;padding:12px;resize:vertical;line-height:1.65}
.feedback-question input:focus,
.feedback-question textarea:focus{border-color:#1769aa;box-shadow:0 2px 0 #1769aa}
.feedback-question span.field-validation-error,
.feedback-validation{display:block;color:#b91c1c;margin-top:8px}
.feedback-check label{display:flex;align-items:center;gap:10px;margin:0}
.feedback-check input{width:20px;height:20px}
.feedback-check p{margin:8px 0 0 30px;color:#64748b}
.feedback-submit-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:5px 2px}
.feedback-submit-row button{border:0;border-radius:8px;padding:12px 26px;background:#1769aa;color:#fff;font-weight:800;font-size:16px}
.feedback-submit-row span{color:#64748b;font-size:14px}
.feedback-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.feedback-success-card{text-align:center;padding:50px 28px}
.feedback-success-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#dcfce7;color:#15803d;font-size:40px;font-weight:900}
.feedback-success-card h2{font-size:31px;margin:0 0 12px}
.feedback-success-card p{max-width:520px;margin:0 auto;color:#475569;line-height:1.8}
.feedback-success-actions{display:flex;justify-content:center;gap:12px;margin-top:25px;flex-wrap:wrap}
.feedback-success-actions a{padding:11px 20px;border-radius:8px;background:#1769aa;color:#fff;text-decoration:none;font-weight:800}
.feedback-success-actions a.secondary{background:#fff;color:#1769aa;border:1px solid #1769aa}
@media(max-width:600px){
.feedback-header{padding:17px 16px}
.feedback-form-wrap{width:min(100% - 20px,760px);margin-top:16px}
.feedback-title-card,.feedback-question{padding:20px 17px}
.feedback-title-card h2{font-size:25px}
.feedback-submit-row{align-items:stretch;flex-direction:column}
.feedback-submit-row button{width:100%}
}
/* COMMUNITY-ZERO-DB-FEEDBACK-END */
/* COMMUNITY-FEEDBACK-CARD-TEXT-FIX-START */
.home-action-card[data-feedback-home-card] .home-action-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:10px;
}
.home-action-card[data-feedback-home-card] .home-action-copy strong{
    display:block;
    font-size:2.15rem;
    line-height:1.12;
    font-weight:800;
    letter-spacing:.02em;
}
.home-action-card[data-feedback-home-card] .home-action-copy small{
    display:block;
    font-size:1.18rem;
    line-height:1.7;
    color:#fff;
    opacity:.96;
    white-space:normal;
}
@media (max-width: 900px){
    .home-action-card[data-feedback-home-card] .home-action-copy strong{
        font-size:1.85rem;
    }
    .home-action-card[data-feedback-home-card] .home-action-copy small{
        font-size:1.05rem;
        line-height:1.6;
    }
}
@media (max-width: 640px){
    .home-action-card[data-feedback-home-card] .home-action-copy strong{
        font-size:1.6rem;
    }
    .home-action-card[data-feedback-home-card] .home-action-copy small{
        font-size:0.98rem;
    }
}
/* COMMUNITY-FEEDBACK-CARD-TEXT-FIX-END */
/* COMMUNITY-FEEDBACK-PHOTO-UPLOAD-START */
.feedback-photo-upload input[type=file]{
    display:block;
    width:100%;
    box-sizing:border-box;
    border:1px dashed #9fb1c5;
    border-radius:10px;
    padding:16px;
    background:#f8fafc;
    cursor:pointer;
}
.feedback-photo-upload input[type=file]::file-selector-button{
    border:0;
    border-radius:8px;
    padding:9px 14px;
    margin-right:12px;
    background:#1769aa;
    color:#fff;
    font-weight:800;
    cursor:pointer;
}
.feedback-photo-upload p{
    margin:10px 0 0;
    color:#64748b;
    font-size:.94rem;
}
/* COMMUNITY-FEEDBACK-PHOTO-UPLOAD-END */