:root {
  --wine: #941943;
  --wine-dark: #65102d;
  --wine-soft: #f8e9ee;
  --gold: #efb51f;
  --gold-soft: #fff4c8;
  --ink: #24171b;
  --muted: #756a6d;
  --line: #e7dfd8;
  --cream: #f8f5ee;
  --paper: #fffdfa;
  --green: #277568;
  --shadow: 0 24px 70px rgba(64, 35, 41, 0.1);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; border-radius: 8px; color: white; background: var(--wine); transition: top .2s; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(231,223,216,.8); background: rgba(255,253,250,.9); backdrop-filter: blur(18px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; display: inline-block; width: 50px; height: 42px; flex: 0 0 auto; }
.brand-mark .roof { position: absolute; z-index: 2; left: 3px; top: 10px; width: 44px; height: 18px; border-left: 3px solid var(--ink); border-top: 3px solid var(--ink); transform: skewY(-14deg) rotate(-1deg); }
.brand-mark .sun { position: absolute; right: 2px; top: 0; width: 10px; height: 10px; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 -5px 0 -3px var(--gold), 0 5px 0 -3px var(--gold), 5px 0 0 -3px var(--gold), -5px 0 0 -3px var(--gold); }
.brand-mark .house { position: absolute; bottom: 3px; width: 15px; height: 24px; transform: skewY(-4deg); }
.brand-mark .h1 { left: 5px; background: var(--gold); }
.brand-mark .h2 { left: 19px; background: var(--wine); }
.brand-mark .h3 { left: 33px; background: #dc423b; }
.brand-mark .house::after { content: ""; position: absolute; left: 5px; top: 7px; width: 5px; height: 9px; background: white; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 17px; letter-spacing: -.4px; }
.brand-copy small { margin-top: 5px; color: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.admin-link) { position: relative; color: #5e5255; }
.nav-links > a:not(.admin-link)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--wine); transition: right .2s; }
.nav-links > a:hover::after { right: 0; }
.admin-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; background: white; }
.admin-link svg { width: 16px; }
.icon-btn { display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; }
.icon-btn svg { width: 20px; height: 20px; }
.menu-toggle { display: none; width: 42px; height: 42px; }

.hero { position: relative; min-height: 695px; display: grid; align-items: center; overflow: hidden; padding: 76px 0 120px; background: linear-gradient(120deg, #fffdfa 0%, #faf6ee 56%, #f6efe6 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .55; }
.glow-one { width: 390px; height: 390px; right: 5%; top: 6%; background: radial-gradient(circle, rgba(239,181,31,.2), transparent 70%); }
.glow-two { width: 360px; height: 360px; left: -160px; bottom: -160px; background: radial-gradient(circle, rgba(148,25,67,.1), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .82fr; gap: 92px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #ffdf88; }
.hero h1, .section-copy h2, .section-header h2, .help-section h2 { margin: 18px 0; font-family: "Manrope", sans-serif; font-weight: 800; line-height: 1.08; letter-spacing: -2.6px; }
.hero h1 { max-width: 670px; font-size: clamp(48px, 5vw, 74px); }
h1 em, h2 em { color: var(--wine); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: #65585b; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .65; cursor: wait; transform: none; }
.btn svg { width: 18px; }
.btn-primary { color: white; background: var(--wine); box-shadow: 0 12px 25px rgba(148,25,67,.2); }
.btn-primary:hover { background: var(--wine-dark); box-shadow: 0 16px 32px rgba(148,25,67,.24); }
.btn-ghost, .btn-outline { border-color: var(--line); background: rgba(255,255,255,.65); }
.btn-accent { color: var(--ink); background: var(--gold); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 29px; color: #776a6d; font-size: 12px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { width: 14px; color: var(--green); stroke-width: 2.4; }
.hero-card { position: relative; padding: 29px; border: 1px solid rgba(148,25,67,.08); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: 0 28px 80px rgba(76,47,52,.15); backdrop-filter: blur(12px); }
.hero-card::before { content: ""; position: absolute; z-index: -1; inset: -14px 22px 14px -14px; border: 1px solid rgba(239,181,31,.25); border-radius: 30px; }
.card-topline { display: flex; align-items: center; gap: 9px; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; }
.live-dot, .sync-state i { width: 8px; height: 8px; border-radius: 50%; background: #32a678; box-shadow: 0 0 0 4px rgba(50,166,120,.13); }
.card-chip { margin-left: auto; padding: 5px 9px; border-radius: 99px; color: var(--green); background: #e9f7f2; font-family: "DM Sans"; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.process-step { display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; }
.process-step.active { margin-top: 23px; }
.step-num { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); background: white; font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.process-step.active .step-num { color: white; border-color: var(--wine); background: var(--wine); }
.process-step div { display: grid; }
.process-step strong { font-size: 14px; }
.process-step small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.step-state { padding: 5px 8px; border-radius: 7px; color: var(--wine); background: var(--wine-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.step-state.muted { color: #8a7d7f; background: #f4f1ec; }
.process-line { width: 1px; height: 19px; margin: 3px 0 3px 21px; background: var(--line); }
.hero-note { display: flex; gap: 12px; margin-top: 25px; padding: 15px; border-radius: 14px; background: var(--gold-soft); color: #6b5725; font-size: 11px; }
.hero-note svg { width: 20px; flex: 0 0 auto; }
.hero-note span { display: grid; }

.quick-categories { position: relative; z-index: 3; height: 0; }
.category-strip { transform: translateY(-50%); display: grid; grid-template-columns: 1.6fr repeat(5, .55fr); padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.category-intro { display: grid; align-content: center; padding: 0 22px 0 8px; }
.category-intro small { color: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.category-intro strong { margin-top: 2px; font-size: 13px; }
.category-jump { display: grid; place-items: center; gap: 5px; min-height: 70px; border: 0; border-left: 1px solid var(--line); background: transparent; color: #5e5255; font-size: 11px; font-weight: 700; cursor: pointer; transition: color .2s, background .2s; }
.category-jump span { font-size: 21px; filter: grayscale(.25); }
.category-jump:hover { color: var(--wine); background: var(--cream); }

.announcement-section { padding-top: 150px; background: linear-gradient(180deg, #fffdfa, #f8f4ed); }
.announcement-feature { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 15px; }
.announcement-card { position: relative; min-height: 210px; display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 35px rgba(70,43,49,.06); }
.announcement-card.featured { color: white; border-color: transparent; background: linear-gradient(135deg, #361720, #86183e); }
.announcement-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--gold-soft); font-size: 20px; }
.announcement-card.featured .announcement-icon { background: rgba(255,255,255,.12); }
.announcement-content { display: flex; flex-direction: column; }
.announcement-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.announcement-card.featured .announcement-meta { color: #ffdd80; }
.announcement-meta time { color: #9a8d90; letter-spacing: 0; text-transform: none; }
.announcement-card.featured .announcement-meta time { color: #cdbbc0; }
.announcement-card h3 { margin: 14px 0 8px; font-family: "Manrope"; font-size: 18px; line-height: 1.3; }
.announcement-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; white-space: pre-wrap; }
.announcement-card.featured p { color: #deccd1; }
.pinned-label { position: absolute; right: 12px; bottom: 11px; padding: 4px 8px; border-radius: 99px; color: #6a4f0c; background: var(--gold); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.announcement-skeleton, .suggestion-skeleton { height: 210px; border-radius: 18px; background: linear-gradient(90deg,#f1ede7 25%,#faf8f4 50%,#f1ede7 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }
.announcement-empty, .suggestion-empty { display: grid; justify-items: center; padding: 50px 20px; border: 1px dashed #dcd2ca; border-radius: 18px; color: var(--muted); text-align: center; }
.announcement-empty[hidden], .suggestion-empty[hidden] { display: none; }.announcement-empty span, .suggestion-empty span { font-size: 28px; }.announcement-empty strong, .suggestion-empty strong { margin-top: 8px; color: var(--ink); }.announcement-empty small, .suggestion-empty small { margin-top: 3px; }

.concern-section { padding-top: 110px; background: var(--paper); }
.concern-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 94px; align-items: start; }
.section-copy { position: sticky; top: 120px; }
.section-copy h2, .section-header h2, .help-section h2 { font-size: clamp(38px, 4vw, 54px); }
.section-copy > p, .section-header > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.info-stack { display: grid; gap: 23px; margin-top: 38px; }
.info-stack article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.info-stack article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: var(--wine); background: var(--wine-soft); font-size: 11px; font-weight: 800; }
.info-stack article strong { font-size: 14px; }
.info-stack article p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 22px 60px rgba(66,45,49,.08); }
.form-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 27px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-kicker, .card-label { color: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 0; font-family: "Manrope"; font-size: 24px; letter-spacing: -.7px; }
.form-subheading { display: flex; gap: 11px; align-items: center; margin: 25px 0 15px; padding-bottom: 10px; border-bottom: 1px solid #eee7e1; }
.form-subheading > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: var(--wine); background: var(--wine-soft); font-size: 9px; font-weight: 800; }
.form-subheading > div { display: grid; }.form-subheading strong { font-size: 12px; }.form-subheading small { color: var(--muted); font-size: 9px; }
.required-note { color: var(--muted); font-size: 10px; }
.required-note b, .field > span b, .consent b { color: var(--wine); }
.field-grid { display: grid; gap: 17px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field-grid.address-grid { grid-template-columns: .55fr .55fr 1.4fr; }
.field { position: relative; display: grid; gap: 7px; margin-bottom: 17px; color: #574b4e; font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea, .track-form input, .table-tools input, .table-tools select { width: 100%; border: 1px solid #ded5ce; border-radius: 10px; outline: none; color: var(--ink); background: #fffcf8; transition: border .2s, box-shadow .2s, background .2s; }
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { resize: vertical; min-height: 125px; padding: 12px 13px; }
.field input:focus, .field select:focus, .field textarea:focus, .track-form input:focus, .table-tools input:focus, .table-tools select:focus { border-color: var(--wine); background: white; box-shadow: 0 0 0 3px rgba(148,25,67,.09); }
.field input::placeholder, .field textarea::placeholder, .track-form input::placeholder { color: #b0a5a6; }
.field > small { position: absolute; right: 8px; bottom: 7px; color: #a19698; font-size: 9px; }
.consent { display: flex; gap: 11px; align-items: start; color: var(--muted); font-size: 11px; line-height: 1.55; }
.consent input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--wine); }
.privacy-notice { display: grid; grid-template-columns: 42px 1fr; gap: 13px; margin: 19px 0; padding: 16px; border: 1px solid #eadba7; border-radius: 12px; background: #fff9e7; }
.privacy-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: #72571a; background: #f8e5a4; }.privacy-icon svg { width: 20px; }
.privacy-notice strong { color: #59451b; font-size: 11px; }.privacy-notice p { margin: 4px 0 0; color: #78673f; font-size: 9px; line-height: 1.65; }
.form-alert { display: none; margin-top: 13px; padding: 10px 12px; border-radius: 9px; font-size: 11px; }
.form-alert:not(:empty) { display: block; }
.form-alert.error { color: #84213c; background: #fce7ed; }
.form-alert.success { color: #1d6758; background: #e6f5f0; }
.submit-btn { width: 100%; margin-top: 22px; }
.submit-btn svg { margin-left: 3px; }

.track-section { padding: 0 0 110px; }
.track-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 50px 58px; border-radius: 28px; color: white; background: linear-gradient(120deg, #3c1824, #6f1533 72%, #8f1a43); box-shadow: 0 30px 70px rgba(73,23,39,.2); }
.track-copy h2 { margin: 11px 0 9px; font-family: "Manrope"; font-size: 35px; letter-spacing: -1.4px; }
.track-copy p { margin: 0; color: #dfcbd0; font-size: 13px; }
.track-form > label { display: block; margin-bottom: 7px; color: #ead8dd; font-size: 10px; font-weight: 700; }
.track-input-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.track-form input { height: 52px; padding: 0 15px; border-color: rgba(255,255,255,.18); color: white; background: rgba(255,255,255,.1); text-transform: uppercase; }
.track-form input::placeholder { color: #c4aab2; }
.track-result { display: none; margin-top: 10px; padding: 12px 14px; border-radius: 10px; font-size: 11px; }
.track-result:not(:empty) { display: grid; }
.loading-result { color: #f5dfaa; background: rgba(255,255,255,.08); }
.error-result { color: #ffd4de; background: rgba(255,111,142,.13); }
.error-result span, .success-result > span { opacity: .75; }
.success-result { gap: 3px; color: white; background: rgba(255,255,255,.1); }
.track-result-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 7px; }
.track-result-head small { opacity: .7; }

.suggestion-section { background: white; }
.suggestion-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.suggestion-copy { position: sticky; top: 115px; }
.suggestion-copy h2 { margin: 17px 0; font-family: "Manrope"; font-size: clamp(38px,4vw,52px); line-height: 1.1; letter-spacing: -2.2px; }
.suggestion-copy > p { margin-bottom: 27px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.suggestion-board { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #faf8f4; box-shadow: var(--shadow); }
.board-heading { display: flex; justify-content: space-between; align-items: center; padding: 22px 25px; border-bottom: 1px solid var(--line); background: white; }.board-heading h3 { margin: 4px 0 0; font-family: "Manrope"; font-size: 20px; }.board-count { padding: 6px 10px; border-radius: 99px; color: var(--wine); background: var(--wine-soft); font-size: 9px; font-weight: 800; }
.suggestion-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-height: 590px; padding: 16px; overflow: auto; }
.suggestion-skeleton { height: 190px; }
.suggestion-card { min-height: 190px; display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 19px; border: 1px solid #e7dfd8; border-radius: 14px; background: white; }
.suggestion-quote { color: var(--gold); font-family: Georgia,serif; font-size: 42px; line-height: .8; }.suggestion-category { color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }.suggestion-card h4 { margin: 7px 0; font-family: "Manrope"; font-size: 14px; }.suggestion-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }.suggestion-card small { display: block; margin-top: 13px; color: #8b7f81; font-size: 8px; font-weight: 700; }
.suggestion-empty { margin: 16px; background: white; }
.suggestion-dialog, .admin-form-dialog { width: min(650px, calc(100% - 28px)); max-height: 90vh; overflow: auto; padding: 34px; border-radius: 22px; box-shadow: 0 30px 90px rgba(20,8,12,.35); }
.suggestion-dialog > h2, .admin-form-dialog > h2 { margin: 7px 0; font-family: "Manrope"; font-size: 27px; }.suggestion-dialog > p, .admin-form-dialog > p { margin: 0 0 22px; color: var(--muted); font-size: 11px; }.suggestion-dialog form > .btn, .admin-form-dialog form > .btn { width: 100%; margin-top: 17px; }

.site-plan-section { background: var(--cream); }
.section-header { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 40px; }
.section-header h2 { margin-bottom: 0; }
.section-header > p { margin: 0 0 6px; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.map-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.map-toolbar > div:first-child { display: grid; }
.map-toolbar strong { font-family: "Manrope"; font-size: 13px; }
.map-toolbar span { color: var(--muted); font-size: 9px; }
.map-actions { display: flex; align-items: center; gap: 7px; }
.map-actions .icon-btn { width: 34px; height: 34px; font-size: 18px; }
.map-actions > span { min-width: 38px; text-align: center; font-weight: 700; }
.map-actions .expand-btn { margin-left: 4px; }
.map-viewport { height: 630px; overflow: auto; background-color: #f4f1eb; background-image: linear-gradient(#ebe5dc 1px, transparent 1px), linear-gradient(90deg, #ebe5dc 1px, transparent 1px); background-size: 22px 22px; }
.map-viewport img { display: block; width: 100%; max-width: none; transition: width .25s ease; }
.map-caption { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; padding: 13px 20px; border-top: 1px solid var(--line); color: #6d6264; font-size: 9px; text-transform: uppercase; }
.map-caption span { display: flex; align-items: center; gap: 5px; }
.map-caption small { margin-left: auto; color: #9b9091; font-size: 8px; text-transform: none; }
.legend { width: 10px; height: 10px; display: inline-block; border: 1px solid #2a2526; }
.legend.inner { background: #fff59b; }.legend.eaves { background: #3aa9a6; }.legend.firewall { background: #ed8f44; }.legend.inner-firewall { background: #55588a; }

.help-section { padding: 65px 0; color: white; background: #24171b; }
.help-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.help-section h2 { margin: 12px 0 0; font-size: 37px; }
.help-section p { color: #cdbdc1; font-size: 14px; line-height: 1.8; }
.footer { padding: 55px 0 25px; background: #fffdfa; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; }
.footer-grid > p { color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 22px; color: #64585b; font-size: 12px; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); color: #968b8d; font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }

dialog { padding: 0; border: 0; outline: none; }
dialog::backdrop { background: rgba(31,18,22,.72); backdrop-filter: blur(5px); }
.success-dialog { width: min(470px, calc(100% - 30px)); padding: 40px; border-radius: 24px; text-align: center; box-shadow: 0 30px 90px rgba(20,8,12,.3); }
.dialog-close { position: absolute; right: 15px; top: 13px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #6d6063; background: #f4f0eb; font-size: 23px; cursor: pointer; }
.success-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 0 0 9px #e7f3ef; }
.success-icon svg { width: 30px; stroke-width: 2.4; }
.success-dialog h2 { margin: 8px 0; font-family: "Manrope"; font-size: 28px; letter-spacing: -1px; }
.success-dialog > p { color: var(--muted); font-size: 13px; }
.reference-box { width: 100%; display: grid; gap: 2px; margin: 20px 0; padding: 16px; border: 1px dashed rgba(148,25,67,.4); border-radius: 12px; color: var(--wine); background: var(--wine-soft); cursor: pointer; }
.reference-box strong { font-family: "Manrope"; font-size: 22px; letter-spacing: 1px; }
.reference-box span { font-size: 9px; }
.dialog-done { width: 100%; }
.map-dialog { width: min(96vw, 1500px); height: min(92vh, 1000px); border-radius: 18px; background: #e9e4dc; }
.map-close { z-index: 2; box-shadow: 0 4px 18px rgba(0,0,0,.15); }
.fullscreen-map { width: 100%; height: 100%; overflow: auto; }
.fullscreen-map img { width: 150%; max-width: none; display: block; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

/* Admin */
.admin-body { min-height: 100vh; background: #f5f3ee; }
.admin-loading { min-height: 100vh; display: grid; place-content: center; justify-items: center; color: var(--muted); font-size: 12px; }
.admin-loading[hidden], .login-screen[hidden], .admin-app[hidden] { display: none !important; }
.brand-loader { display: flex; gap: 5px; }
.brand-loader span { width: 9px; height: 34px; border-radius: 3px; animation: loader 1s ease-in-out infinite; }.brand-loader span:nth-child(1){background:var(--gold)}.brand-loader span:nth-child(2){background:var(--wine);animation-delay:.12s}.brand-loader span:nth-child(3){background:#dc423b;animation-delay:.24s}
@keyframes loader { 50% { transform: translateY(-8px); } }
.login-screen { min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr; }
.login-visual { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 45px clamp(35px,6vw,90px); color: white; background: linear-gradient(145deg, #28151c, #68132f 72%, #8c1a42); }
.login-brand .brand-copy strong { color: white; }.login-brand .brand-copy small { color: #ffd66c; }.login-brand .brand-mark .roof { border-color: white; }
.login-message { position: relative; z-index: 2; max-width: 610px; margin: auto 0; }
.login-message h1 { margin: 20px 0; font-family: "Manrope"; font-size: clamp(45px, 5vw, 72px); line-height: 1.06; letter-spacing: -3px; }
.login-message p { max-width: 560px; color: #decbd1; font-size: 16px; }
.login-pattern { position: absolute; right: -100px; bottom: -70px; width: 500px; height: 400px; transform: rotate(-18deg); opacity: .16; }
.login-pattern i { position: absolute; width: 190px; height: 85px; border: 1px solid #ffe08a; }.login-pattern i:nth-child(2){left:200px}.login-pattern i:nth-child(3){top:95px;left:100px}.login-pattern i:nth-child(4){top:190px}.login-pattern i:nth-child(5){top:190px;left:200px}.login-pattern i:nth-child(6){top:285px;left:100px}
.login-panel { display: grid; place-items: center; padding: 40px; background: white; }
.login-form { width: min(420px, 100%); }
.back-link { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 65px; color: var(--muted); font-size: 11px; font-weight: 700; }.back-link svg { width: 15px; }
.login-form h2 { margin: 9px 0 5px; font-family: "Manrope"; font-size: 36px; letter-spacing: -1.5px; }
.login-form > p { margin: 0 0 28px; color: var(--muted); font-size: 13px; }
.password-field { position: relative; }
.show-password { position: absolute; right: 11px; bottom: 14px; border: 0; color: var(--wine); background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.login-button { width: 100%; margin-top: 12px; }
.security-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 20px; color: #94898b; font-size: 9px; }.security-note svg { width: 13px; }

.admin-app { min-height: 100vh; }
.admin-sidebar { position: fixed; z-index: 40; inset: 0 auto 0 0; width: 248px; display: flex; flex-direction: column; padding: 27px 17px 18px; color: white; background: #27171c; }
.admin-brand { padding: 0 10px 26px; border-bottom: 1px solid rgba(255,255,255,.09); }.admin-brand .brand-copy strong { color: white; }.admin-brand .brand-copy small { color: #f1bd36; }.admin-brand .brand-mark .roof { border-color: white; }
.admin-nav { display: grid; gap: 5px; margin-top: 22px; }
.admin-nav > span { margin: 18px 11px 6px; color: #8d7b80; font-size: 8px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.admin-nav button, .admin-nav a { width: 100%; height: 43px; display: flex; align-items: center; gap: 11px; padding: 0 12px; border: 0; border-radius: 9px; color: #c9b9bd; background: transparent; font-size: 12px; font-weight: 600; text-align: left; cursor: pointer; }
.admin-nav button:hover, .admin-nav a:hover, .admin-nav button.active { color: white; background: rgba(255,255,255,.08); }
.admin-nav button.active { box-shadow: inset 3px 0 0 var(--gold); }
.admin-nav svg { width: 17px; }
.nav-count { min-width: 21px; margin-left: auto; padding: 2px 6px; border-radius: 20px; color: #29191e; background: var(--gold); font-size: 9px; text-align: center; }
.sidebar-footer { display: grid; grid-template-columns: 35px 1fr 34px; gap: 10px; align-items: center; margin-top: auto; padding: 16px 8px 0; border-top: 1px solid rgba(255,255,255,.09); }
.admin-avatar { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: #2d1c20; background: var(--gold); font-size: 12px; font-weight: 800; }
.sidebar-footer > div:nth-child(2) { min-width: 0; display: grid; }.sidebar-footer strong { font-size: 10px; }.sidebar-footer small { overflow: hidden; color: #8e7d82; font-size: 8px; text-overflow: ellipsis; }
.sidebar-footer .icon-btn { width: 33px; height: 33px; color: #c8b9bd; border-color: rgba(255,255,255,.1); background: transparent; }.sidebar-footer .icon-btn svg { width: 15px; }
.admin-main { min-height: 100vh; margin-left: 248px; }
.admin-topbar { position: sticky; z-index: 30; top: 0; min-height: 82px; display: flex; align-items: center; gap: 14px; padding: 13px 30px; border-bottom: 1px solid #e5dfd8; background: rgba(255,255,255,.92); backdrop-filter: blur(15px); }
.admin-topbar > div:nth-child(2) { display: grid; }.admin-topbar > div > span { color: var(--muted); font-size: 9px; text-transform: capitalize; }.admin-topbar h1 { margin: 0; font-family: "Manrope"; font-size: 21px; letter-spacing: -.6px; }
.sidebar-toggle { display: none; width: 40px; height: 40px; }
.topbar-actions { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.topbar-actions .btn { min-height: 40px; padding: 0 14px; font-size: 11px; }.topbar-actions .btn svg { width: 15px; }
.sync-state { display: inline-flex; align-items: center; gap: 8px; margin-right: 9px; color: var(--green) !important; font-size: 9px !important; font-weight: 700; }
.dashboard-content { padding: 26px 30px 45px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.metric-card { min-height: 128px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 22px; border: 1px solid #e6dfd8; border-radius: 15px; background: white; box-shadow: 0 7px 22px rgba(68,43,48,.035); }
.metric-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; }.metric-icon svg { width: 20px; }
.metric-card.total .metric-icon { color:#74518b;background:#f0eaf4}.metric-card.new .metric-icon{color:#b3214e;background:#f9e7ed}.metric-card.progress .metric-icon{color:#9b6811;background:#fff1ce}.metric-card.resolved .metric-icon{color:#267665;background:#e5f3ef}
.metric-card > div:last-child { display: grid; }.metric-card small { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }.metric-card strong { margin: 3px 0 0; font-family: "Manrope"; font-size: 32px; line-height: 1; }.metric-card span { margin-top: 8px; color: #94888a; font-size: 9px; }
.report-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 15px; margin-top: 15px; }
.dashboard-card { border: 1px solid #e5dfd8; border-radius: 15px; background: white; box-shadow: 0 7px 22px rgba(68,43,48,.03); }
.report-grid > article { min-height: 280px; padding: 21px; }
.card-heading { display: flex; justify-content: space-between; align-items: start; }.card-heading h2, .table-heading h2 { margin: 3px 0 0; font-family: "Manrope"; font-size: 16px; letter-spacing: -.4px; }
.legend-label { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 8px; }.legend-label i { width: 8px; height: 8px; border-radius: 2px; background: var(--wine); }
.trend-chart { height: 195px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; align-items: end; padding-top: 25px; }
.trend-column { height: 100%; display: grid; grid-template-rows: 14px 1fr 18px; gap: 4px; text-align: center; }.trend-column small, .bar-value { color: #968a8c; font-size: 8px; }.bar-value { color: var(--wine); font-weight: 700; }
.trend-bar { height: 100%; display: flex; align-items: end; border-radius: 5px 5px 0 0; background: #f5f0ee; overflow: hidden; }.trend-bar i { width: 100%; display: block; border-radius: 5px 5px 0 0; background: linear-gradient(#b82d57, #82153a); transition: height .4s; }
.category-report, .status-report { display: grid; gap: 14px; margin-top: 21px; }
.report-row > div:first-child { display: grid; grid-template-columns: 8px 1fr auto; gap: 7px; align-items: center; font-size: 9px; }.report-row > div i { width: 7px; height: 7px; border-radius: 2px; }.report-row b { font-size: 10px; }
.report-track, .status-track { height: 5px; margin-top: 7px; border-radius: 10px; overflow: hidden; background: #f0ece7; }.report-track i, .status-track i { height: 100%; display: block; border-radius: inherit; }
.report-placeholder { padding: 50px 10px; color: #9f9495; font-size: 10px; text-align: center; }
.status-summary > div:first-child { display: flex; justify-content: space-between; font-size: 10px; }.status-summary small { display: block; margin-top: 4px; color: #9d9193; font-size: 8px; }
.concerns-panel { margin-top: 15px; overflow: hidden; }
.table-heading { display: flex; justify-content: space-between; gap: 25px; padding: 20px 22px; border-bottom: 1px solid #e7e0da; }.table-heading p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.table-tools { display: flex; align-items: center; gap: 8px; }.table-tools select, .table-tools input { height: 38px; padding: 0 10px; background: white; font-size: 10px; }.table-tools select { width: 145px; }
.search-box { position: relative; }.search-box svg { position: absolute; left: 10px; top: 11px; width: 16px; color: #968a8c; }.table-tools .search-box input { width: 245px; padding-left: 33px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 10px; }
th { padding: 11px 14px; color: #8b7e81; background: #faf8f5; font-size: 8px; letter-spacing: .5px; text-align: left; text-transform: uppercase; white-space: nowrap; }
td { padding: 14px; border-top: 1px solid #eee8e3; vertical-align: middle; } tbody tr:hover { background: #fdfaf7; }
td > strong, td > small { display: block; max-width: 230px; } td > small { margin-top: 2px; color: #988d8f; }
.reference-link { border: 0; color: var(--wine); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.status-pill, .priority-pill { display: inline-flex; align-items: center; padding: 5px 8px; border-radius: 99px; font-size: 8px; font-weight: 800; white-space: nowrap; }
.status-pill.bago { color:#a51e48;background:#fae6ed}.status-pill.sinusuri{color:#74518b;background:#efe8f4}.status-pill.ginagawa{color:#99660b;background:#fff0c9}.status-pill.resolbado,.status-pill.sarado{color:#216b5c;background:#e4f2ee}
.priority-pill.karaniwan{color:#687079;background:#eef0f1}.priority-pill.mahalaga{color:#99660b;background:#fff0c9}.priority-pill.apurahan{color:#aa244d;background:#fae5ec}
.date-cell { color: #75696c; white-space: nowrap; }
.row-action { width: 30px; height: 30px; }.row-action svg { width: 14px; }
.empty-state { display: grid; justify-items: center; padding: 70px 20px; color: #9b9092; }.empty-state[hidden] { display: none; }.empty-state div { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 9px; border-radius: 50%; color: var(--green); background: #e8f3f0; }.empty-state strong { color: #625659; font-size: 12px; }.empty-state span { font-size: 9px; }

.muted-count { color: #312126; background: #d9cbd0; }
.publishing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; scroll-margin-top: 95px; }
.publishing-grid > article { min-height: 330px; overflow: hidden; }
.publishing-heading { padding: 20px 21px; border-bottom: 1px solid var(--line); }.publishing-heading p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }.compact-btn { min-height: 37px; padding: 0 12px; font-size: 9px; }
.queue-badge { padding: 6px 9px; border-radius: 99px; color: #91600f; background: #fff0c9; font-size: 8px; font-weight: 800; }
.admin-announcement-list, .suggestion-admin-list { max-height: 430px; overflow: auto; }
.admin-publish-item, .admin-suggestion-item { display: grid; gap: 12px; align-items: start; padding: 14px 18px; border-bottom: 1px solid #eee8e3; }
.admin-publish-item { grid-template-columns: 65px 1fr auto; }.admin-publish-item.inactive { opacity: .55; }
.publish-type { padding: 5px 7px; border-radius: 6px; color: var(--wine); background: var(--wine-soft); font-size: 7px; font-weight: 800; text-align: center; text-transform: uppercase; }
.admin-publish-item > div:nth-child(2), .admin-suggestion-item > div:nth-child(2) { min-width: 0; display: grid; }.admin-publish-item strong, .admin-suggestion-item strong { font-size: 10px; }.admin-publish-item p, .admin-suggestion-item p { display: -webkit-box; overflow: hidden; margin: 3px 0; color: var(--muted); font-size: 9px; line-height: 1.5; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }.admin-publish-item small, .admin-suggestion-item small { color: #94888a; font-size: 7px; }
.publish-actions, .suggestion-actions { display: flex; gap: 5px; align-items: center; }
.mini-action { padding: 5px 7px; border: 1px solid var(--line); border-radius: 6px; color: #5f5356; background: white; font-size: 7px; font-weight: 800; cursor: pointer; white-space: nowrap; }.mini-action.approve { color: #236b5d; border-color: #b9dcd3; background: #e9f5f1; }.mini-action.danger { color: #a32349; border-color: #efcbd6; background: #fcecf1; }
.admin-suggestion-item { grid-template-columns: 58px 1fr auto; }
.suggestion-status { padding: 5px 7px; border-radius: 6px; color: #7d6b70; background: #eee9e6; font-size: 7px; font-weight: 800; text-align: center; text-transform: uppercase; }.suggestion-status.pending{color:#93610e;background:#fff0c9}.suggestion-status.approved{color:#246b5c;background:#e6f3ef}.suggestion-status.rejected{color:#a12248;background:#f9e7ed}.suggestion-status.hidden{color:#6e6470;background:#ece8ef}
.admin-suggestion-item > div:nth-child(2) > span { color: var(--wine); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.resident-grid .wide { grid-column: 1 / -1; }

.pmo-report-dialog { width: min(1120px, calc(100% - 24px)); max-height: 94vh; overflow: auto; border-radius: 20px; background: #f7f4ef; box-shadow: 0 30px 90px rgba(20,8,12,.35); }
.report-controls { position: sticky; z-index: 2; top: 82px; display: grid; grid-template-columns: 160px 160px 160px auto; gap: 10px; align-items: end; padding: 14px 26px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }.report-controls .field { margin: 0; }.report-controls .field input, .report-controls .field select { height: 39px; }
.pmo-report-preview { margin: 25px; padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 12px 35px rgba(68,43,48,.05); }
.pmo-report-header { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 18px; border-bottom: 2px solid var(--wine); }.pmo-report-header > div { display: grid; }.pmo-report-header > div:last-child { text-align: right; }.pmo-report-header h3 { margin: 4px 0; font-family: "Manrope"; font-size: 24px; }.pmo-report-header span, .pmo-report-header small, .pmo-report-header p { margin: 0; color: var(--muted); font-size: 8px; }.pmo-report-header > div:first-child > span { color: var(--wine); font-weight: 800; letter-spacing: 1.3px; }
.executive-summary { margin-top: 18px; padding: 15px; border-left: 3px solid var(--gold); background: #faf7ed; }.executive-summary h4, .report-breakdown h4, .report-table-section h4 { margin: 0 0 6px; font-family: "Manrope"; font-size: 12px; }.executive-summary p { margin: 0; color: #5f5356; font-size: 10px; line-height: 1.7; }
.report-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin: 14px 0; }.report-metrics > div { display: grid; padding: 12px; border: 1px solid var(--line); border-radius: 8px; }.report-metrics small { color: var(--muted); font-size: 7px; text-transform: uppercase; }.report-metrics strong { font-family: "Manrope"; font-size: 23px; }
.report-breakdown { padding: 14px 0; }.report-breakdown > div { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #eee8e3; font-size: 9px; }
.report-table-wrap { overflow-x: auto; }.report-table-section table { min-width: 820px; }.report-table-section td { font-size: 8px; }.report-table-section td p { max-width: 300px; margin: 4px 0; color: var(--muted); }.report-table-section td small { display: block; max-width: 260px; }
.report-confidentiality { margin-top: 17px; padding: 10px 12px; border: 1px solid #e5c6d0; border-radius: 7px; color: #791d3c; background: #fff6f8; font-size: 8px; }
.report-actions { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: 8px; padding: 14px 25px; border-top: 1px solid var(--line); background: rgba(255,255,255,.97); }.report-actions .btn { min-height: 42px; font-size: 10px; }

.concern-dialog { width: min(960px, calc(100% - 30px)); max-height: 90vh; overflow: auto; border-radius: 20px; box-shadow: 0 30px 90px rgba(20,8,12,.35); }
.dialog-header { position: sticky; z-index: 3; top: 0; padding: 22px 27px; border-bottom: 1px solid var(--line); background: white; }.dialog-header h2 { margin: 3px 0 0; font-family: "Manrope"; font-size: 23px; }.dialog-header .dialog-close { top: 18px; }
.detail-body { display: grid; grid-template-columns: 1.25fr .75fr; }
.detail-main { padding: 27px; }.detail-meta { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--muted); font-size: 10px; }.detail-meta > span:not(.status-pill) { padding-left: 9px; border-left: 1px solid var(--line); }
.detail-main h3, .action-panel h3 { margin: 27px 0 10px; font-family: "Manrope"; font-size: 14px; }.detail-description { padding: 15px; border-radius: 10px; color: #584c4f; background: #f8f5f1; font-size: 12px; white-space: pre-wrap; }
.resident-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.resident-grid div { display: grid; padding: 12px; border: 1px solid var(--line); border-radius: 9px; }.resident-grid small { color: var(--muted); font-size: 8px; text-transform: uppercase; }.resident-grid strong { margin-top: 3px; font-size: 10px; overflow-wrap: anywhere; }
.action-panel { padding: 27px; border-left: 1px solid var(--line); background: #faf8f4; }.action-panel h3 { margin-top: 4px; font-size: 17px; }.action-panel .field { margin-bottom: 12px; }.action-panel .field input, .action-panel .field select { height: 42px; }.action-panel .field textarea { min-height: 90px; }.action-panel .btn { width: 100%; margin-top: 10px; }

@media (max-width: 1050px) {
  .hero-grid { gap: 48px; }.category-strip { grid-template-columns: 1.3fr repeat(5,.6fr); }.concern-grid { gap: 55px; }
  .announcement-feature { grid-template-columns: 1fr 1fr; }.announcement-card.featured { grid-column: 1 / -1; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }.report-grid { grid-template-columns: 1fr 1fr; }.trend-card { grid-column: 1 / -1; }.table-heading { display: grid; }.table-tools { flex-wrap: wrap; }
  .publishing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 680px); }.section { padding: 80px 0; }
  .menu-toggle { display: grid; }.nav-links { position: absolute; inset: 78px 14px auto; display: none; align-items: stretch; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }.nav-links.open { display: grid; }.nav-links a { padding: 9px; }.admin-link { justify-content: center; }
  .hero { min-height: auto; padding: 70px 0 120px; }.hero-grid, .concern-grid, .track-card, .section-header, .help-grid, .footer-grid, .suggestion-layout { grid-template-columns: 1fr; }.hero-card { max-width: 540px; }.hero h1 { font-size: clamp(45px,12vw,64px); }
  .quick-categories { height: auto; padding: 20px 0; background: white; }.category-strip { transform: none; grid-template-columns: repeat(5,1fr); overflow-x: auto; padding: 10px; box-shadow: none; }.category-intro { grid-column: 1 / -1; padding: 10px; }.category-jump { min-width: 78px; border-left: 0; }
  .announcement-section { padding-top: 80px; }.concern-section { padding-top: 80px; }.section-copy, .suggestion-copy { position: static; }.suggestion-layout { gap: 40px; }.track-card { gap: 30px; padding: 38px 28px; }.section-header { gap: 10px; }.map-viewport { height: 480px; }.map-caption small { width: 100%; margin-left: 0; }.help-grid { gap: 20px; }.footer-grid { gap: 25px; }.footer-bottom { gap: 20px; }
  .login-screen { grid-template-columns: 1fr; }.login-visual { min-height: 360px; padding: 35px; }.login-message h1 { font-size: 45px; }.login-panel { padding: 55px 25px; }.back-link { margin-bottom: 45px; }
  .admin-sidebar { transform: translateX(-100%); transition: transform .25s; box-shadow: 14px 0 45px rgba(20,8,12,.2); }.admin-sidebar.open { transform: translateX(0); }.admin-main { margin-left: 0; }.sidebar-toggle { display: grid; }.metric-grid { grid-template-columns: repeat(2,1fr); }.report-grid { grid-template-columns: 1fr; }.trend-card { grid-column: auto; }.topbar-actions .sync-state, .topbar-actions .btn-outline { display: none; }.detail-body { grid-template-columns: 1fr; }.action-panel { border-left: 0; border-top: 1px solid var(--line); }
  .report-controls { position: static; grid-template-columns: 1fr 1fr; }.report-controls .btn { align-self: end; }.pmo-report-preview { margin: 15px; padding: 22px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 500px); }.section { padding: 65px 0; }
  .brand-copy strong { font-size: 15px; }.hero { padding-top: 55px; }.hero h1 { font-size: 42px; letter-spacing: -2px; }.hero-copy > p { font-size: 15px; }.hero-actions { display: grid; }.trust-row { gap: 10px 14px; }.hero-card { padding: 22px 18px; }.process-step { grid-template-columns: 38px 1fr auto; gap: 10px; }.step-num { width: 38px; height: 38px; }.process-line { margin-left: 19px; }
  .category-strip { grid-template-columns: repeat(5,83px); }.category-intro { grid-column: 1 / 6; }
  .announcement-feature { grid-template-columns: 1fr; }.announcement-card.featured { grid-column: auto; }.section-copy h2, .section-header h2, .help-section h2, .suggestion-copy h2 { font-size: 36px; letter-spacing: -1.8px; }.card { padding: 24px 18px; }.field-grid.two, .field-grid.address-grid { grid-template-columns: 1fr; }.form-heading { gap: 10px; }.form-heading h3 { font-size: 20px; }.privacy-notice { grid-template-columns: 1fr; }.suggestion-list { grid-template-columns: 1fr; }.suggestion-dialog, .admin-form-dialog { padding: 29px 18px; }
  .track-card { padding: 30px 20px; }.track-input-row { grid-template-columns: 1fr; }.track-form .btn { width: 100%; }.track-result-head { align-items: start; gap: 7px; }.map-toolbar { align-items: start; gap: 10px; }.map-toolbar > div:first-child { max-width: 150px; }.map-viewport { height: 350px; }.map-caption { gap: 8px 12px; }.footer-bottom { display: grid; }.fullscreen-map img { width: 260%; }
  .success-dialog { padding: 35px 20px; }.reference-box strong { font-size: 18px; }
  .login-visual { min-height: 315px; }.login-message h1 { font-size: 38px; letter-spacing: -2px; }.login-panel { padding: 45px 20px; }.back-link { margin-bottom: 35px; }
  .admin-topbar { padding: 12px 14px; }.admin-topbar h1 { font-size: 17px; }.topbar-actions .btn { width: 40px; padding: 0; font-size: 0; }.dashboard-content { padding: 16px 12px 35px; }.metric-grid { grid-template-columns: 1fr; gap: 10px; }.metric-card { min-height: 108px; }.table-tools { display: grid; grid-template-columns: 1fr 1fr; }.search-box { grid-column: 1 / -1; }.table-tools .search-box input { width: 100%; }.table-tools select { width: 100%; }.report-grid > article { padding: 17px; }.table-heading { padding: 17px; }.resident-grid { grid-template-columns: 1fr; }
  .admin-publish-item, .admin-suggestion-item { grid-template-columns: 1fr; }.publish-actions, .suggestion-actions { justify-content: flex-start; }.report-controls { grid-template-columns: 1fr; }.pmo-report-preview { margin: 9px; padding: 15px; }.pmo-report-header { display: grid; }.pmo-report-header > div:last-child { text-align: left; }.report-metrics { grid-template-columns: 1fr 1fr; }.report-actions { display: grid; }.report-actions .btn { width: 100%; }
}

@media print {
  .admin-sidebar, .admin-topbar .topbar-actions, .sidebar-toggle, .row-action { display: none !important; }
  .admin-main { margin: 0; }.admin-topbar { position: static; padding: 10px 0; }.dashboard-content { padding: 10px 0; }.dashboard-card, .metric-card { box-shadow: none; break-inside: avoid; }.table-tools { display: none; }.report-grid { grid-template-columns: repeat(3,1fr); }.trend-card { grid-column: auto; } body { background: white; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
