:root {
  --green: #0f594c;
  --green-2: #174f45;
  --green-3: #083f36;
  --mint: #dcebe4;
  --mint-light: #f0f6f2;
  --coral: #e3775b;
  --gold: #e8b957;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #193a34;
  --text: #3f5751;
  --muted: #7f918d;
  --line: #dfe8e3;
  --white: #fff;
  --shadow: 0 18px 55px rgba(15, 70, 59, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.eyebrow { display: inline-block; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow.coral { color: var(--coral); }
.eyebrow.pale { color: #abd4c5; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 7px; font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 10px 24px rgba(15,89,76,.16); }
.button-light { color: var(--green); background: white; }

.site-ribbon { height: 34px; color: #d2e6de; background: var(--green-3); font-size: 11px; line-height: 34px; }
.site-ribbon .wrap { display: flex; justify-content: space-between; }
.site-header { position: relative; z-index: 30; height: 78px; background: rgba(255,253,248,.98); border-bottom: 1px solid rgba(15,89,76,.1); }
.nav-wrap { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; }
.site-brand > span:last-child { display: flex; flex-direction: column; }
.site-brand strong { font-size: 19px; letter-spacing: .14em; }
.site-brand small { margin-top: 2px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.brand-seal { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--green); border-radius: 50% 50% 48% 52%; font: 700 18px/1 serif; box-shadow: 7px 7px 0 var(--mint); }
.main-nav { height: 100%; display: flex; align-items: stretch; gap: 28px; }
.main-nav a { position: relative; display: flex; align-items: center; color: #455c57; font-size: 13px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 3px; background: var(--coral); transition: .2s; }
.main-nav a:hover::after, .main-nav a.active::after { left: 0; right: 0; }
.main-nav a.active { color: var(--green); }
.menu-button { display: none; border: 0; background: transparent; color: var(--green); font-size: 23px; }

.flash-stack { position: relative; z-index: 20; width: min(1180px, calc(100% - 48px)); margin: 18px auto -2px; display: grid; gap: 8px; }
.flash { padding: 12px 15px; border-radius: 8px; font-size: 13px; }
.flash-error { color: #963e2b; background: #fff0eb; border: 1px solid #f2cbc1; }
.flash-success { color: #176148; background: #e9f6ef; border: 1px solid #bce2ce; }

.hero { min-height: 540px; color: white; background: var(--green); overflow: hidden; }
.hero-inner { min-height: 540px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 30px; }
.hero-copy { position: relative; z-index: 2; padding: 60px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; color: #b9dace; font-size: 12px; font-weight: 700; letter-spacing: .22em; }
.hero-kicker::before { content: ""; width: 28px; height: 1px; background: var(--coral); }
.hero h1 { margin: 20px 0 22px; font-family: STKaiti, KaiTi, serif; font-size: clamp(47px, 5.6vw, 75px); font-weight: 700; line-height: 1.18; letter-spacing: .03em; }
.hero h1 em { color: #f4c28c; font-style: normal; }
.hero-copy > p { max-width: 570px; color: #c7ded7; font-size: 15px; line-height: 1.9; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; }
.text-link-light { color: #d4e7e0; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.hero-art { position: relative; align-self: stretch; min-height: 480px; }
.hero-art::before { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -80px; top: 38px; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.sun { position: absolute; top: 90px; right: 80px; width: 78px; height: 78px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 18px rgba(232,185,87,.12); }
.ground { position: absolute; bottom: 48px; left: -30px; right: -100px; height: 30px; border-radius: 50%; background: #0b493e; }
.building { position: absolute; bottom: 65px; display: grid; grid-template-columns: repeat(2, 20px); gap: 14px; padding: 25px 20px; background: #dce8e0; border-radius: 4px 4px 0 0; box-shadow: inset -18px 0 rgba(15,89,76,.09); }
.building::before { content: ""; position: absolute; top: -18px; left: -5px; right: -5px; height: 18px; background: #e58a70; clip-path: polygon(8% 100%, 20% 0, 80% 0, 92% 100%); }
.building i { width: 20px; height: 25px; background: #8ebcaf; border-radius: 10px 10px 0 0; }
.building-a { left: 38px; width: 145px; height: 205px; }
.building-b { left: 198px; width: 113px; height: 160px; background: #f1d29b; }
.building-c { right: 0; width: 155px; height: 240px; }
.tree { position: absolute; bottom: 64px; width: 13px; height: 65px; background: #8d6645; }
.tree::before, .tree::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); border-radius: 50%; background: #67a28c; }
.tree::before { width: 65px; height: 75px; top: -45px; }
.tree::after { width: 50px; height: 55px; top: -70px; background: #83b7a1; }
.tree-a { left: 10px; }
.tree-b { right: 140px; transform: scale(.75); }

.quick-strip { position: relative; z-index: 3; margin-top: -30px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: white; border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; }
.quick-grid > a { min-height: 112px; padding: 25px 28px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); transition: background .2s; }
.quick-grid > a:hover { background: var(--mint-light); }
.quick-grid > a:last-child { border-right: 0; }
.quick-grid > a > span:nth-child(2) { display: grid; gap: 4px; flex: 1; }
.quick-grid strong { font-size: 15px; }
.quick-grid small { color: var(--muted); font-size: 11px; }
.quick-grid b { color: var(--green); }
.quick-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font-size: 20px; }
.quick-icon.peach { color: #b9543f; background: #fae4dc; }
.quick-icon.mint { color: var(--green); background: var(--mint); }
.quick-icon.gold { color: #9d7120; background: #f7ebc9; }

.section { padding-top: 86px; padding-bottom: 86px; }
.section-heading { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: end; }
.section-heading h2 { margin: 7px 0 0; font-family: STKaiti, KaiTi, serif; font-size: 34px; letter-spacing: .04em; }
.heading-note, .more-link { color: var(--muted); font-size: 12px; }
.more-link { color: var(--green); font-weight: 700; }
.notice-section { padding-bottom: 76px; }
.notice-board { border-top: 2px solid var(--green); background: white; }
.notice-row { min-height: 93px; display: grid; grid-template-columns: 84px 1fr 30px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.notice-row:hover { padding-left: 10px; background: #fbfdfb; }
.date-block { display: grid; justify-items: center; border-right: 1px solid var(--line); }
.date-block b { font: 700 26px/1 serif; }
.date-block small { margin-top: 6px; color: var(--muted); font-size: 9px; }
.notice-title { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; }
.notice-title i { color: white; background: var(--coral); border-radius: 3px; padding: 3px 6px; font-size: 9px; font-style: normal; }
.notice-title strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; }
.notice-title small { grid-column: 1 / -1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: var(--muted); font-size: 11px; }
.row-arrow { color: var(--muted); }

.activity-section { background: var(--cream); }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.activity-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; background: white; border-radius: 10px; box-shadow: 0 8px 25px rgba(37,65,58,.05); transition: transform .2s, box-shadow .2s; }
.activity-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.activity-top { position: relative; height: 150px; padding: 18px; overflow: hidden; background: var(--green); }
.activity-top.tone-2 { background: #ba684f; }
.activity-top.tone-3, .activity-top.tone-4 { background: #756a4d; }
.activity-date { position: relative; z-index: 2; width: 58px; height: 68px; display: grid; place-content: center; justify-items: center; color: var(--green); background: white; border-radius: 5px; box-shadow: 7px 7px rgba(0,0,0,.1); }
.activity-date b { font: 700 26px/1 serif; }
.activity-date small { margin-top: 5px; font-size: 10px; }
.activity-label { position: absolute; z-index: 2; right: 17px; top: 18px; padding: 5px 8px; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; font-size: 9px; }
.activity-pattern { position: absolute; right: 30px; bottom: -45px; color: rgba(255,255,255,.13); font: 700 150px/1 serif; }
.activity-body { flex: 1; padding: 23px; display: flex; flex-direction: column; }
.activity-body .meta { color: var(--coral); font-size: 10px; }
.activity-body h3 { margin: 9px 0; font-size: 19px; }
.activity-body > p:not(.meta) { color: var(--muted); font-size: 12px; line-height: 1.7; }
.card-footer { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }
.card-footer > span { color: var(--muted); font-size: 10px; }
.mini-button { padding: 8px 13px; color: white; background: var(--green); border-radius: 5px; font-size: 11px; font-weight: 700; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.story-card { overflow: hidden; display: grid; grid-template-columns: 45% 55%; min-height: 255px; background: white; border: 1px solid var(--line); border-radius: 9px; transition: transform .2s; }
.story-card:hover { transform: translateY(-4px); }
.story-image { min-height: 220px; padding: 16px; background-color: var(--mint); background-position: center; background-size: cover; }
.story-image span { padding: 5px 8px; color: white; background: var(--coral); border-radius: 3px; font-size: 9px; }
.story-card > div:last-child { padding: 27px 24px; }
.story-card time { color: var(--coral); font-size: 9px; letter-spacing: .08em; }
.story-card h3 { margin: 12px 0 10px; font: 700 21px/1.35 STKaiti, KaiTi, serif; }
.story-card p { color: var(--muted); font-size: 11px; line-height: 1.75; }
.story-card b { display: inline-block; margin-top: 14px; color: var(--green); font-size: 10px; }

.service-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; }
.lost-panel { padding: 32px; background: var(--mint-light); border-radius: 10px; }
.section-heading.compact { margin-bottom: 15px; }
.section-heading.compact h2 { font-size: 27px; }
.lost-list { display: grid; }
.lost-list a { padding: 15px 0; display: flex; align-items: center; gap: 13px; border-top: 1px solid #d8e5de; }
.lost-icon { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; color: var(--green); background: white; border-radius: 50%; font-size: 11px; font-weight: 700; }
.lost-list a > span:nth-child(2) { flex: 1; display: grid; gap: 3px; }
.lost-list strong { font-size: 13px; }
.lost-list small { color: var(--muted); font-size: 9px; }
.lost-list i { color: var(--coral); font-size: 10px; font-style: normal; }
.poll-panel { position: relative; overflow: hidden; padding: 38px 35px; color: white; background: var(--green); border-radius: 10px; }
.poll-panel h2 { margin: 17px 0 12px; font: 700 29px/1.3 STKaiti, KaiTi, serif; }
.poll-panel p { max-width: 300px; color: #c3ddd4; font-size: 11px; line-height: 1.75; }
.poll-panel .button { position: absolute; z-index: 2; left: 35px; bottom: 35px; }
.ballot-mark { position: absolute; right: -20px; bottom: -45px; color: rgba(255,255,255,.08); font: 700 190px/1 serif; }

.site-footer { padding-top: 55px; color: #c5d8d2; background: var(--green-3); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 60px; padding-bottom: 45px; }
.footer-brand { color: white; }
.footer-brand .brand-seal { color: var(--green); background: white; box-shadow: 6px 6px 0 rgba(255,255,255,.15); }
.footer-grid > div:first-child > p { color: #91ada5; font-size: 12px; margin-top: 19px; }
.footer-grid h3 { color: white; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a, .footer-grid p { margin: 0; color: #91ada5; font-size: 11px; line-height: 1.7; }
.copyright { padding: 18px 0; color: #6f9389; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; text-align: center; }

.subpage { min-height: 60vh; background: #fbfaf6; }
.page-hero { padding: 75px 0; color: white; background: var(--green); }
.page-hero.warm { color: var(--ink); background: #f5eadb; }
.page-hero.soft { color: var(--ink); background: var(--mint); }
.page-hero h1 { margin: 13px 0 10px; font: 700 45px/1.2 STKaiti, KaiTi, serif; }
.page-hero p { margin: 0; color: inherit; opacity: .72; font-size: 13px; }
.breadcrumb { display: flex; gap: 9px; padding: 28px 0; color: var(--muted); font-size: 11px; }
.breadcrumb a { color: var(--green); }
.article-card { margin-bottom: 80px; padding: clamp(34px, 6vw, 68px); background: white; border: 1px solid var(--line); box-shadow: 0 12px 40px rgba(38,64,57,.05); }
.article-card h1 { margin: 14px 0 16px; font: 700 clamp(31px, 4vw, 46px)/1.35 STKaiti, KaiTi, serif; }
.article-meta { display: flex; flex-wrap: wrap; gap: 22px; padding-bottom: 22px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 10px; }
.article-meta i { padding: 2px 6px; color: white; background: var(--coral); font-style: normal; }
.article-content { min-height: 150px; padding: 32px 0; color: var(--text); font-size: 15px; line-height: 2; white-space: pre-line; }
.back-button { color: var(--green); font-size: 12px; font-weight: 700; }
.activity-list-grid { grid-template-columns: repeat(3, 1fr); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 24px; padding-bottom: 80px; }
.activity-article { margin: 0; }
.activity-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 25px; background: var(--mint-light); }
.activity-facts div { padding: 18px; border-right: 1px solid var(--line); }
.activity-facts div:last-child { border: 0; }
.activity-facts small, .activity-facts strong { display: block; }
.activity-facts small { color: var(--muted); font-size: 9px; }
.activity-facts strong { margin-top: 7px; font-size: 12px; }
.signup-card { position: sticky; top: 24px; padding: 30px; background: white; border-top: 4px solid var(--coral); box-shadow: var(--shadow); }
.signup-card h2 { margin: 8px 0; font: 700 29px STKaiti, KaiTi, serif; }
.signup-card > p, .signup-card > small { color: var(--muted); font-size: 10px; }
.signup-card form, .large-form, .login-card, .create-box form { display: grid; gap: 16px; margin: 22px 0 12px; }
.signup-card label, .large-form > label, .login-card label, .create-box label { display: grid; gap: 7px; color: var(--text); font-size: 11px; font-weight: 700; }
.signup-card input, .large-form input, .large-form textarea, .login-card input, .create-box input, .create-box textarea, .create-box select { width: 100%; min-height: 45px; padding: 0 12px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 6px; outline: none; }
.signup-card input:focus, .large-form input:focus, .large-form textarea:focus, .login-card input:focus, .create-box input:focus, .create-box textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(15,89,76,.08); }
.story-list { grid-template-columns: 1fr 1fr; }
.switch-link { margin-top: 35px; text-align: center; color: var(--green); font-size: 13px; font-weight: 700; }
.article-image { width: 100%; max-height: 440px; margin-top: 28px; object-fit: cover; }
.lost-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lost-cards article { padding: 25px; background: white; border: 1px solid var(--line); border-radius: 9px; }
.lost-card-head { display: flex; justify-content: space-between; align-items: center; }
.status-tag { padding: 5px 8px; color: var(--coral); background: #fbedE8; border-radius: 99px; font-size: 9px; }
.lost-cards time { display: block; margin-top: 19px; color: var(--muted); font-size: 9px; }
.lost-cards h2 { margin: 9px 0; font-size: 19px; }
.lost-cards > article > p { min-height: 48px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.lost-cards dl { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--line); }
.lost-cards dl div { display: grid; grid-template-columns: 45px 1fr; margin: 7px 0; font-size: 10px; }
.lost-cards dt { color: var(--muted); }
.lost-cards dd { margin: 0; }

.form-page { padding: 80px 0; background: var(--cream); }
.form-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.form-layout > section h1 { margin: 15px 0 22px; font: 700 48px/1.3 STKaiti, KaiTi, serif; }
.form-layout > section > p { color: var(--muted); font-size: 13px; line-height: 1.9; }
.promise-list { display: grid; gap: 17px; margin-top: 37px; }
.promise-list > div { display: flex; gap: 16px; align-items: center; }
.promise-list > div > b { color: var(--coral); font: 700 17px serif; }
.promise-list span { display: grid; gap: 3px; }
.promise-list strong { font-size: 12px; }
.promise-list small { color: var(--muted); font-size: 9px; }
.large-form { margin: 0; padding: 40px; background: white; box-shadow: var(--shadow); }
.large-form h2 { margin: 7px 0; font-size: 27px; }
.large-form > div > p { margin: 0 0 10px; color: var(--muted); font-size: 10px; }
.large-form textarea, .create-box textarea { min-height: 120px; padding: 12px; resize: vertical; }
.large-form label > span small { color: var(--muted); font-weight: 400; }
.large-form fieldset { margin: 0; padding: 0; border: 0; }
.large-form legend { margin-bottom: 9px; color: var(--text); font-size: 11px; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid label > span { min-height: 70px; display: grid; place-items: center; gap: 3px; color: var(--green); background: var(--mint-light); border: 1px solid transparent; border-radius: 7px; cursor: pointer; }
.choice-grid label b { font-size: 11px; }
.choice-grid input:checked + span { border-color: var(--green); background: var(--mint); }
.result-page { min-height: 68vh; display: grid; place-items: center; padding: 60px 24px; background: var(--cream); }
.result-card { width: min(560px, 100%); padding: 55px 45px; background: white; box-shadow: var(--shadow); text-align: center; }
.result-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 20px; color: white; background: var(--green); border-radius: 50%; font-size: 28px; }
.result-card h1 { margin: 13px 0; font: 700 35px STKaiti, KaiTi, serif; }
.result-card p { margin-bottom: 25px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.error-number { color: var(--mint); font: 700 80px/1 serif; }

.vote-page { padding: 80px 0; color: white; background: var(--green); }
.vote-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.vote-copy h1 { margin: 15px 0; color: white; font: 700 51px/1.25 STKaiti, KaiTi, serif; }
.vote-copy > p { color: #bed9d0; font-size: 13px; line-height: 1.9; }
.vote-rule { margin-top: 35px; padding: 17px; display: grid; gap: 5px; border-left: 3px solid var(--coral); background: rgba(255,255,255,.06); }
.vote-rule b { color: white; font-size: 11px; }
.vote-rule span { color: #9fc1b6; font-size: 9px; line-height: 1.7; }
.ballot-card { padding: 38px; color: var(--ink); background: white; box-shadow: 15px 15px 0 rgba(0,0,0,.1); }
.ballot-heading { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 2px solid var(--green); }
.ballot-heading span { font-size: 13px; font-weight: 700; }
.ballot-heading b { color: var(--coral); font-size: 9px; }
.ballot-card form { display: grid; gap: 11px; margin-top: 18px; }
.vote-option { display: grid; grid-template-columns: 22px 1fr 55px; align-items: center; gap: 11px; padding: 14px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; }
.vote-option > input { position: absolute; opacity: 0; }
.radio-mark { width: 17px; height: 17px; border: 1px solid #b4c4bf; border-radius: 50%; }
.vote-option > input:checked ~ .radio-mark { border: 5px solid var(--green); }
.vote-option.has-photo { grid-template-columns: 66px 22px 1fr 55px; padding: 10px; }
.vote-option.has-photo > img { width: 66px; height: 66px; object-fit: cover; border-radius: 6px; background: var(--mint-light); }
.photo-ballot { width: min(100%, 650px); }
.closed-ballot { display: grid; gap: 11px; margin-top: 18px; }
.closed-option { cursor: default; }
.result-rank { width: 20px; height: 20px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-size: 9px; font-weight: 700; }
.option-main { display: grid; gap: 8px; }
.option-main strong { font-size: 12px; }
.option-main i { overflow: hidden; height: 4px; background: #edf2ef; border-radius: 3px; }
.option-main em { display: block; height: 100%; background: var(--coral); }
.vote-count { color: var(--muted); font-size: 9px; text-align: right; }
.vote-count b { color: var(--green); font-size: 17px; }
.ballot-card > p { margin: 15px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.about-hero { padding: 105px 0; color: white; background: linear-gradient(115deg, rgba(5,57,48,.96), rgba(15,89,76,.83)), linear-gradient(45deg, #244c44, #8aac9c); }
.about-hero h1 { max-width: 760px; margin: 17px 0; font: 700 49px/1.4 STKaiti, KaiTi, serif; }
.about-hero p { color: #bbd3cb; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.about-grid h2, .contact-info h2 { margin: 12px 0 20px; font: 700 35px STKaiti, KaiTi, serif; }
.about-grid > div:first-child > p { color: var(--text); font-size: 13px; line-height: 2; }
.about-grid .button { margin-top: 14px; }
.about-numbers { display: grid; grid-template-columns: 1fr 1fr; background: var(--mint-light); }
.about-numbers div { min-height: 145px; display: grid; place-content: center; justify-items: center; border: 1px solid white; }
.about-numbers b { color: var(--green); font: 700 35px serif; }
.about-numbers small { font-size: 14px; }
.about-numbers span { margin-top: 5px; color: var(--muted); font-size: 10px; }
.values { padding: 60px 0; color: white; background: var(--green); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.values-grid div { padding: 10px 45px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.values-grid div:last-child { border: 0; }
.values-grid span { color: #f1c28f; font: 700 28px STKaiti, KaiTi, serif; }
.values-grid p { color: #a9c9bf; font-size: 10px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; gap: 50px; }
.contact-info > div { display: flex; gap: 16px; margin-top: 22px; }
.contact-info i { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-style: normal; }
.contact-info span { display: grid; }
.contact-info b { font-size: 11px; }
.contact-info p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.map-placeholder { position: relative; overflow: hidden; min-height: 390px; display: grid; place-content: center; justify-items: center; background: #e6ece8; }
.map-placeholder::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(35deg, transparent 48%, #d3ddd7 49%, #d3ddd7 52%, transparent 53%), linear-gradient(-25deg, transparent 47%, #f5f5ef 48%, #f5f5ef 54%, transparent 55%); background-size: 170px 130px, 220px 170px; }
.map-block { position: absolute; width: 70px; height: 48px; background: #c8d6cf; }
.block-a { left: 10%; top: 17%; }.block-b { right: 8%; top: 28%; }.block-c { left: 18%; bottom: 13%; }
.map-pin { position: relative; z-index: 2; width: 55px; height: 55px; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); font-size: 25px; box-shadow: 0 8px 20px rgba(108,70,57,.2); }
.map-pin + b, .map-placeholder > small { position: relative; z-index: 2; padding: 5px 11px; background: rgba(255,255,255,.88); }
.map-pin + b { margin-top: 18px; font-size: 12px; }
.map-placeholder > small { color: var(--muted); font-size: 9px; }

.admin-login-shell { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.login-brand-panel { position: relative; overflow: hidden; padding: clamp(35px, 6vw, 80px); display: flex; flex-direction: column; justify-content: space-between; color: white; background: var(--green); }
.login-brand-panel::after { content: "和"; position: absolute; right: -50px; bottom: -100px; color: rgba(255,255,255,.035); font: 700 420px/1 serif; }
.login-brand-panel > div { position: relative; z-index: 1; }
.login-brand-panel h1 { margin: 17px 0; font: 700 clamp(42px,5.3vw,72px)/1.3 STKaiti, KaiTi, serif; }
.login-brand-panel p { color: #bcd6cd; font-size: 13px; }
.login-brand-panel > small { color: #8db2a7; font-size: 9px; }
.login-form-panel { display: grid; place-items: center; padding: 35px; background: var(--cream); }
.login-card { width: min(410px, 100%); padding: 45px; background: white; box-shadow: var(--shadow); }
.login-card h2 { margin: 8px 0; font-size: 30px; }
.login-card > div:first-child > p { color: var(--muted); font-size: 11px; }
.login-back { color: var(--muted); font-size: 10px; text-align: center; }

.admin-page { background: #f1f4f2; }
.admin-topbar { position: sticky; z-index: 20; top: 0; height: 69px; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; background: white; border-bottom: 1px solid var(--line); }
.admin-topbar .site-brand strong { font-size: 15px; }
.admin-topbar > div { display: flex; align-items: center; gap: 10px; font-size: 10px; }
.admin-topbar > div > a { color: var(--green); margin-right: 18px; }
.admin-topbar form button { border: 0; color: var(--muted); background: transparent; cursor: pointer; }
.admin-avatar { width: 31px; height: 31px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-weight: 700; }
.admin-layout { display: grid; grid-template-columns: 205px 1fr; min-height: calc(100vh - 69px); }
.admin-sidebar { padding: 28px 18px; background: var(--green-3); }
.admin-sidebar > span { padding: 0 13px; color: #789b91; font-size: 8px; letter-spacing: .15em; }
.admin-sidebar nav { display: grid; gap: 5px; margin-top: 13px; position: sticky; top: 96px; }
.admin-sidebar a { padding: 11px 13px; color: #b8cec7; border-radius: 6px; font-size: 11px; }
.admin-sidebar a:hover { color: white; background: rgba(255,255,255,.08); }
.admin-main { min-width: 0; padding: 36px clamp(22px, 4vw, 55px) 80px; }
.admin-section { scroll-margin-top: 90px; margin-bottom: 25px; }
.admin-heading { display: flex; justify-content: space-between; align-items: end; }
.admin-heading h1 { margin: 7px 0; font-size: 29px; }
.admin-heading p, .admin-heading time { margin: 0; color: var(--muted); font-size: 10px; }
.admin-main > .admin-section > .flash-stack { width: 100%; margin: 20px 0 0; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.admin-stats a { padding: 19px; display: grid; gap: 4px; background: white; border-bottom: 3px solid transparent; box-shadow: 0 4px 18px rgba(35,65,57,.04); }
.admin-stats a:hover { border-color: var(--coral); }
.admin-stats span { color: var(--muted); font-size: 9px; }
.admin-stats strong { font: 700 28px serif; }
.admin-stats small { color: #a0adaa; font-size: 8px; }
.admin-card { padding: 25px; background: white; box-shadow: 0 4px 18px rgba(35,65,57,.04); }
.admin-card-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.admin-card-title h2 { margin: 5px 0 0; font-size: 18px; }
.create-box { position: relative; }
.create-box summary, .outline-button { list-style: none; padding: 9px 12px; color: var(--green); background: var(--mint-light); border: 1px solid #cbded5; border-radius: 5px; font-size: 9px; font-weight: 700; cursor: pointer; }
.create-box summary::-webkit-details-marker { display: none; }
.create-box[open] form { position: absolute; z-index: 30; top: 42px; right: 0; width: 390px; max-height: 73vh; overflow-y: auto; margin: 0; padding: 22px; background: white; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(20,55,47,.18); }
.wide-create[open] form { width: 570px; }
.create-box .button { min-height: 41px; }
.check-line { display: flex !important; grid-template-columns: auto 1fr; align-items: center; }
.check-line input { width: auto; min-height: 0; accent-color: var(--green); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.admin-list { display: grid; }
.admin-list > div { min-height: 62px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid #edf1ef; }
.admin-list > div:last-child { border: 0; }
.list-icon { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-size: 9px; font-weight: 700; }
.coral-bg { color: #a34b37; background: #fae8e2; }
.admin-list > div > span:nth-child(2) { flex: 1; display: grid; gap: 4px; }
.admin-list strong { font-size: 11px; }
.admin-list small { color: var(--muted); font-size: 8px; }
.admin-list > div > a { color: var(--green); font-size: 9px; }
.pin { margin-right: 5px; padding: 2px 4px; color: white; background: var(--coral); font-style: normal; font-size: 7px; }
.two-admin-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.compact-list > div { min-height: 55px; }
.admin-table-scroll { overflow-x: auto; }
.admin-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.admin-table th { padding: 12px; color: var(--muted); background: #f8faf8; font-size: 8px; text-align: left; }
.admin-table td { padding: 13px 12px; border-top: 1px solid #edf1ef; color: var(--text); font-size: 9px; }
.admin-table td a { color: var(--green); font-weight: 700; }
.empty-cell { padding: 35px !important; color: var(--muted); text-align: center !important; }
.muted { color: var(--muted); font-size: 9px; }
.feedback-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 17px; }
.feedback-list article { padding: 17px; background: #f9fbf9; border: 1px solid var(--line); }
.feedback-list article > div { display: flex; justify-content: space-between; }
.feedback-list time, .feedback-list small { color: var(--muted); font-size: 8px; }
.feedback-type { padding: 3px 6px; color: var(--coral); background: #f9e9e4; border-radius: 3px; font-size: 8px; font-weight: 700; }
.feedback-list p { min-height: 35px; font-size: 10px; line-height: 1.6; }
.feedback-list form { display: flex; gap: 6px; margin-top: 12px; }
.feedback-list select { flex: 1; min-height: 32px; border: 1px solid var(--line); background: white; font-size: 9px; }
.feedback-list button { border: 0; color: white; background: var(--green); border-radius: 4px; font-size: 8px; cursor: pointer; }
.poll-create-box[open] form { width: 620px; }
.poll-option-editor { display: grid; gap: 8px; }
.poll-option-editor > p { margin: 0 0 3px; color: var(--text); font-size: 10px; font-weight: 700; }
.poll-option-editor > p small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 400; }
.poll-option-input { display: grid; grid-template-columns: 24px 1fr 91px; align-items: center; gap: 7px; }
.poll-option-input > b { width: 24px; height: 24px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 50%; font-size: 8px; }
.poll-option-input > input { min-height: 38px; }
.file-picker { display: block !important; }
.file-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-picker span { min-height: 38px; display: grid; place-items: center; color: var(--green); background: var(--mint-light); border: 1px dashed #a9c6b9; border-radius: 5px; font-size: 8px; cursor: pointer; }
.poll-admin-list .poll-admin-item { flex-wrap: wrap; padding: 13px 0; }
.poll-admin-item > a { margin-right: 10px; }
.activate-poll-form button { padding: 6px 9px; color: white; background: var(--coral); border: 0; border-radius: 4px; font-size: 8px; font-weight: 700; cursor: pointer; }
.photo-manager { position: relative; }
.photo-manager > summary { list-style: none; color: var(--green); font-size: 9px; font-weight: 700; cursor: pointer; }
.photo-manager > summary::-webkit-details-marker { display: none; }
.photo-manager[open] { flex-basis: 100%; margin: 5px 0 0 43px; }
.photo-manager form { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 9px; padding: 14px; background: #f7faf8; border: 1px solid var(--line); }
.photo-manager form > p { grid-column: 1 / -1; margin: 0 0 5px; color: var(--muted); font-size: 8px; }
.photo-manager form label { min-width: 0; padding: 8px; display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 7px; background: white; border: 1px solid var(--line); }
.photo-manager form label img, .photo-empty { grid-row: 1 / 3; width: 45px; height: 45px; object-fit: cover; border-radius: 4px; }
.photo-empty { display: grid; place-items: center; color: var(--muted); background: var(--mint-light); font-size: 7px; text-align: center; }
.photo-manager form label strong { overflow: hidden; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.photo-manager form label input { min-width: 0; font-size: 7px; }
.photo-manager form .button { min-height: 38px; align-self: end; }

@media (max-width: 980px) {
  .main-nav { gap: 15px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .hero-copy { max-width: 700px; }
  .activity-grid, .activity-list-grid, .lost-cards { grid-template-columns: 1fr 1fr; }
  .story-card { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .poll-panel { min-height: 300px; }
  .form-layout, .vote-layout, .about-grid, .contact-grid { gap: 45px; }
  .detail-layout { grid-template-columns: 1fr; }
  .signup-card { position: static; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { display: none; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 1180px); }
  .site-ribbon { display: none; }
  .site-header { height: 66px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 66px; height: auto; padding: 12px 20px 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); box-shadow: 0 15px 30px rgba(15,70,59,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .main-nav a::after { display: none; }
  .hero, .hero-inner { min-height: 520px; }
  .hero h1 { font-size: 45px; }
  .hero-copy > p { font-size: 13px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > a { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .section-heading { align-items: start; flex-direction: column; gap: 8px; }
  .notice-row { grid-template-columns: 65px 1fr 15px; gap: 11px; }
  .notice-title small { display: none; }
  .activity-grid, .activity-list-grid, .story-grid, .story-list, .lost-cards { grid-template-columns: 1fr; }
  .story-card { grid-template-columns: 42% 58%; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .form-layout, .vote-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .form-page { padding: 55px 0; }
  .large-form { padding: 27px 20px; }
  .vote-page { padding: 55px 0; }
  .activity-facts { grid-template-columns: 1fr; }
  .activity-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .admin-login-shell { grid-template-columns: 1fr; }
  .login-brand-panel { min-height: 420px; }
  .login-form-panel { min-height: 600px; }
  .admin-topbar { padding: 0 15px; }
  .admin-topbar > div > a, .admin-topbar > div > strong { display: none; }
  .admin-main { padding: 28px 13px 70px; }
  .admin-stats, .two-admin-cards, .feedback-list { grid-template-columns: 1fr 1fr; }
  .create-box[open] form, .wide-create[open] form { position: fixed; top: 75px; left: 15px; right: 15px; width: auto; max-height: calc(100vh - 95px); }
  .poll-create-box[open] form { width: auto; }
}

@media (max-width: 500px) {
  .site-brand strong { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .story-card { grid-template-columns: 1fr; }
  .page-hero h1, .form-layout > section h1, .vote-copy h1, .about-hero h1 { font-size: 38px; }
  .choice-grid { grid-template-columns: 1fr; }
  .admin-stats, .two-admin-cards, .feedback-list { grid-template-columns: 1fr; }
  .form-two { grid-template-columns: 1fr; }
  .login-card { padding: 30px 22px; }
  .vote-option.has-photo { grid-template-columns: 52px 18px 1fr 44px; }
  .vote-option.has-photo > img { width: 52px; height: 52px; }
  .poll-option-input { grid-template-columns: 22px 1fr; }
  .poll-option-input .file-picker { grid-column: 2; }
}
