:root {
  --ink: #173449;
  --muted: #6a8492;
  --line: rgba(41, 102, 122, .12);
  --paper: #f8fcfb;
  --white: #ffffff;
  --blue: #2d718d;
  --blue-dark: #1b506b;
  --mint: #5c9c8a;
  --lavender: #7771b9;
  --gold: #b78945;
  --danger: #b7534f;
  --shadow: 0 18px 48px rgba(32, 79, 93, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #e8f6f2;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #e8f6f2; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 4% 4%, rgba(139, 177, 226, .3), transparent 26rem), radial-gradient(circle at 96% 90%, rgba(112, 209, 183, .24), transparent 28rem), #f3fbf9; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.app-shell { width: min(100%, 1320px); min-height: 100vh; margin: 0 auto; padding: 0 22px 116px; }
.site-header { display: flex; align-items: center; gap: 30px; min-height: 88px; margin: 0 -22px 26px; padding: 14px max(22px, calc((100vw - 1320px) / 2 + 22px)); background: rgba(255,255,255,.82); border-bottom: 1px solid rgba(30, 85, 104, .08); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; border: 0; background: none; color: var(--ink); text-align: left; padding: 0; }
.brand-mark, .avatar { width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 22px; background: linear-gradient(145deg, #367f9c, #52a08d); box-shadow: 0 10px 22px rgba(45, 113, 141, .25); }
.brand strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.desktop-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: 7px; }
.top-nav { border: 0; background: transparent; color: #567281; padding: 12px 16px; border-radius: 15px; font-weight: 750; display: inline-flex; gap: 8px; align-items: center; }
.top-nav .nav-glyph { display: none; }
.top-nav.active, .top-nav:hover { background: #e7f4f5; color: var(--blue-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.icon-btn, .round-btn { border: 0; background: #fff; color: var(--blue-dark); width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; box-shadow: 0 7px 19px rgba(36, 93, 106, .08); font-size: 19px; }
.profile-trigger { display: flex; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--ink); padding: 0; font-weight: 700; }
.profile-trigger .avatar { width: 38px; height: 38px; border-radius: 13px; font-size: 16px; box-shadow: none; }

.page { animation: page-in .24s ease both; }
@keyframes page-in { from { opacity: .01; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.hero { display: grid; grid-template-columns: 1.14fr .86fr; gap: 28px; padding: 42px; overflow: hidden; min-height: 368px; border-radius: 32px; color: #fff; background: linear-gradient(120deg, rgba(25,74,116,.94), rgba(60,129,153,.75) 53%, rgba(142,220,207,.66)), linear-gradient(140deg, #1c5780, #92dbd1); box-shadow: var(--shadow); position: relative; }
.hero:after { content:""; width: 370px; height: 370px; border: 1px solid rgba(255,255,255,.25); border-radius: 45% 55% 58% 42%; position: absolute; right: -98px; top: -180px; transform: rotate(23deg); background: rgba(231,255,251,.12); }
.hero-copy { position: relative; z-index: 1; align-self: center; max-width: 660px; }
.eyebrow { margin: 0 0 11px; color: #688895; font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.hero .eyebrow { color: rgba(255,255,255,.86); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 13px; font-size: clamp(34px, 4.2vw, 56px); letter-spacing: -.07em; line-height: 1.08; }
h2 { margin-bottom: 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.06em; line-height: 1.16; }
h3 { margin-bottom: 7px; font-size: 18px; letter-spacing: -.04em; }
.hero-text { max-width: 580px; margin-bottom: 23px; color: rgba(255,255,255,.87); font-size: 17px; line-height: 1.7; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.chip { border: 1px solid rgba(50,110,128,.10); background: #fff; color: #467482; border-radius: 99px; padding: 7px 12px; font-size: 13px; font-weight: 700; }
.hero .chip { background: rgba(255,255,255,.17); color: white; border-color: rgba(255,255,255,.2); }
.primary-btn, .secondary-btn, .quiet-btn, .danger-btn { border: 0; border-radius: 15px; min-height: 45px; padding: 0 18px; font-weight: 800; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.primary-btn:hover, .secondary-btn:hover, .quiet-btn:hover, .danger-btn:hover { transform: translateY(-1px); }
.primary-btn { color: white; background: var(--blue); box-shadow: 0 10px 22px rgba(45,113,141,.23); }
.primary-btn.light { color: var(--blue-dark); background: white; }
.secondary-btn { color: var(--blue-dark); background: #e6f3f1; }
.quiet-btn { color: var(--blue); background: rgba(255,255,255,.78); border: 1px solid var(--line); }
.danger-btn { color: white; background: var(--danger); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }

.hero-side { z-index: 1; align-self: stretch; display: grid; gap: 12px; }
.hero-stat { display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 22px; background: rgba(255,255,255,.13); backdrop-filter: blur(10px); }
.hero-stat i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.18); font-style: normal; font-size: 21px; }
.hero-stat b { display: block; font-size: 15px; }
.hero-stat span { display: block; margin-top: 3px; color: rgba(255,255,255,.77); font-size: 12px; line-height: 1.4; }

.section { margin-top: 42px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 16px; }
.section-head .small-link { border: 0; color: var(--blue); background: none; font-weight: 750; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card, .notice-card, .post-card, .market-card, .service-card, .summary-card, .detail-card { background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.78); box-shadow: 0 12px 30px rgba(45, 101, 110, .09); }
.feature-card { min-height: 146px; padding: 21px; border-radius: 24px; text-align: left; color: var(--ink); border: 0; transition: transform .18s ease, box-shadow .18s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 17px 34px rgba(45, 101, 110, .14); }
.feature-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 16px; margin-bottom: 19px; font-size: 24px; background: #e7f4f8; }
.feature-card:nth-child(2) .feature-icon { background: #efedfb; }
.feature-card:nth-child(3) .feature-icon { background: #e7f5ef; }
.feature-card:nth-child(4) .feature-icon { background: #f9f0e5; }
.feature-card strong { display: block; font-size: 17px; letter-spacing: -.04em; }
.feature-card small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.stack { display: grid; gap: 12px; }
.notice-card { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: center; border-radius: 24px; padding: 17px; text-align: left; color: var(--ink); }
button.notice-card { width: 100%; border: 0; }
.notice-date { padding: 13px 8px; border-radius: 16px; text-align: center; color: #3d6f84; background: #eaf6f5; font-size: 12px; font-weight: 800; line-height: 1.35; }
.notice-date.important { color: #735f9d; background: #f0edfd; }
.notice-card h3 { margin: 0 0 5px; }
.notice-card p { margin: 0; color: var(--muted); line-height: 1.45; font-size: 13px; }
.notice-card .arrow { color: var(--blue); font-size: 22px; }
.mini-notice { padding: 17px; border-radius: 22px; background: linear-gradient(135deg, #e8f6f7, #f9fdfc); }
.mini-notice + .mini-notice { margin-top: 12px; }
.mini-notice b { display: block; margin-bottom: 7px; }
.mini-notice span { color: var(--muted); font-size: 13px; }

.page-top { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin: 20px 0 25px; }
.page-title { margin-bottom: 5px; font-size: clamp(31px, 4.4vw, 50px); }
.page-subtitle { margin: 0; max-width: 650px; color: var(--muted); line-height: 1.6; }
.filter-row { display: flex; gap: 8px; overflow-x: auto; padding: 2px 0 9px; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-btn { white-space: nowrap; border: 0; padding: 9px 14px; border-radius: 99px; color: #62818e; background: rgba(255,255,255,.75); font-weight: 750; }
.filter-btn.active { color: white; background: var(--blue); }
.list-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 20px; align-items: start; }
.post-list { display: grid; gap: 14px; }
.post-card { padding: 21px; border-radius: 25px; transition: transform .17s ease; }
.post-card:hover { transform: translateY(-2px); }
.post-meta, .market-meta, .reply-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.tiny-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 11px; color: white; background: linear-gradient(145deg, #4e98a3, #68a889); font-weight: 850; }
.post-board { border-radius: 9px; padding: 4px 7px; background: #e8f4f5; color: #397484; font-weight: 800; font-size: 11px; }
.post-title { margin: 14px 0 8px; font-size: 20px; letter-spacing: -.045em; }
.text-button { width: 100%; border: 0; padding: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 850; }
.post-body { margin: 0; color: #54717d; line-height: 1.65; word-break: break-word; }
.post-pictures { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 13px; }
.post-pictures img { width: 100%; height: 125px; object-fit: cover; border-radius: 14px; background: #e9f2f2; }
.post-actions { display: flex; gap: 9px; margin-top: 15px; }
.pill-action { border: 0; padding: 8px 11px; border-radius: 12px; color: #577682; background: #f0f8f7; font-size: 12px; font-weight: 750; }
.side-note { padding: 22px; border-radius: 26px; background: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.88); }
.side-note h3 { margin-bottom: 10px; }
.side-note p, .side-note li { color: var(--muted); line-height: 1.6; font-size: 13px; }
.side-note ul { padding-left: 18px; margin: 8px 0 0; }

.market-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.market-card { overflow: hidden; border-radius: 25px; text-align: left; color: var(--ink); border: 0; padding: 0; }
.market-image { width: 100%; aspect-ratio: 1.35 / 1; display: grid; place-items: center; overflow: hidden; color: #5f8792; background: linear-gradient(145deg, #deeff0, #f8fbf8); font-size: 39px; }
.market-image img { width: 100%; height: 100%; object-fit: cover; }
.market-card-copy { padding: 17px; }
.market-card h3 { min-height: 43px; margin-bottom: 9px; line-height: 1.25; }
.market-price { color: #b45543; font-weight: 900; font-size: 19px; }
.market-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }

.service-hero { padding: 34px; border-radius: 31px; background: rgba(255,255,255,.84); box-shadow: var(--shadow); }
.service-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.summary-card { border-radius: 20px; border: 0; padding: 20px; color: var(--ink); text-align: left; }
.summary-card b { display: block; font-size: 30px; }
.summary-card span { color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-card { border: 0; min-height: 190px; padding: 23px; border-radius: 26px; text-align: left; color: var(--ink); }
.service-card .feature-icon { margin-bottom: 22px; }
.service-card p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.task-list { display: grid; gap: 11px; }
.task-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px; border-radius: 19px; background: #fff; }
.task-row b { display: block; }
.task-row span { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }
.status { border-radius: 99px; padding: 6px 10px; background: #e7f4f0; color: #428071; font-size: 12px; font-weight: 800; white-space: nowrap; }
.status.pending { color: #7866a5; background: #efedfb; }
.status.withdrawn, .status.danger { color: #a94e49; background: #faeceb; }

.profile-card { display: flex; align-items: center; gap: 17px; padding: 27px; border-radius: 29px; background: linear-gradient(135deg, #fff, #eaf8f4); box-shadow: var(--shadow); }
.profile-card .avatar { width: 65px; height: 65px; border-radius: 21px; font-size: 28px; }
.profile-card h2 { margin: 0 0 6px; }
.profile-card p { margin: 0; color: var(--muted); }
.profile-card .button-row { margin-left: auto; }
.my-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.detail-card { padding: 25px; border-radius: 27px; }
.detail-card h3 { margin-bottom: 14px; }
.empty-state { padding: 45px 24px; text-align: center; border-radius: 25px; color: var(--muted); background: rgba(255,255,255,.64); border: 1px dashed rgba(50,110,128,.19); }
.empty-state b { display: block; margin-bottom: 7px; color: var(--ink); font-size: 18px; }

.detail-page { max-width: 900px; margin: 8px auto 0; }
.back-btn { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; border: 0; background: transparent; color: var(--blue); font-weight: 800; }
.detail-title { margin: 12px 0; font-size: clamp(29px, 4vw, 45px); letter-spacing: -.07em; }
.detail-content { white-space: pre-wrap; color: #496875; line-height: 1.85; word-break: break-word; }
.reply-form { display: grid; gap: 10px; margin-top: 22px; }
.reply-list { display: grid; gap: 12px; margin-top: 18px; }
.reply { padding: 17px; border-radius: 18px; background: #f5faf9; }
.reply p { margin: 9px 0 0; color: #4c6d79; line-height: 1.6; }

.bottom-nav { display: none; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(12, 39, 50, .46); backdrop-filter: blur(8px); }
.modal { width: min(100%, 570px); max-height: min(92vh, 780px); overflow: auto; padding: 27px; border-radius: 29px; background: #fbfefd; box-shadow: 0 28px 70px rgba(10,45,56,.27); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.modal h2 { font-size: 27px; }
.modal-close { width: 40px; height: 40px; border: 0; border-radius: 14px; color: var(--muted); background: #edf5f5; font-size: 23px; }
.form-grid { display: grid; gap: 13px; }
.field-group { display: grid; gap: 7px; }
.field-group label { color: #50717c; font-size: 13px; font-weight: 800; }
.field, .textarea, .select { width: 100%; border: 1px solid #dce9e8; border-radius: 14px; outline: none; color: var(--ink); background: #fff; padding: 12px 13px; transition: border-color .15s ease, box-shadow .15s ease; }
.textarea { min-height: 120px; resize: vertical; line-height: 1.6; }
.field:focus, .textarea:focus, .select:focus { border-color: #69a9b7; box-shadow: 0 0 0 4px rgba(82,159,177,.12); }
.field-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.modal-footer { display: flex; justify-content: end; gap: 10px; margin-top: 21px; }
.image-uploader { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.upload-slot { min-height: 88px; display: grid; place-items: center; overflow: hidden; border: 1px dashed #a9c7c7; border-radius: 14px; color: #57808e; background: #f1f8f7; text-align: center; font-size: 13px; font-weight: 800; }
.upload-slot input { display: none; }
.upload-slot img { width: 100%; height: 88px; object-fit: cover; }
.uploaded-tag { padding: 5px 8px; border-radius: 8px; background: #e2f1ec; color: #3e776b; font-size: 11px; font-weight: 800; }
.toast { position: fixed; left: 50%; bottom: 34px; z-index: 140; max-width: min(88vw, 430px); transform: translateX(-50%); padding: 13px 17px; border-radius: 15px; color: white; background: rgba(17, 53, 66, .92); box-shadow: 0 14px 30px rgba(21, 62, 73, .27); font-size: 14px; font-weight: 700; animation: toast-in .2s ease both; }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, 7px); } to { opacity: 1; transform: translate(-50%, 0); } }
.loading { display: grid; place-items: center; min-height: 52vh; color: var(--muted); }
.loading:before { content:""; width: 34px; height: 34px; margin-bottom: 12px; border: 3px solid #c9e3e2; border-top-color: var(--blue); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.work-body { background: #edf4f5; }
.work-shell { min-height: 100vh; }
.work-header { display: flex; align-items: center; gap: 18px; min-height: 78px; padding: 13px max(24px, calc((100vw - 1320px) / 2 + 24px)); color: white; background: #183c51; }
.work-header .brand { color: white; }
.work-header .brand small { color: #b7d2da; }
.work-header-actions { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.work-header .quiet-btn { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); color: white; }
.work-main { width: min(100%, 1320px); margin: 0 auto; padding: 31px 24px 70px; }
.work-intro { padding: 31px; border-radius: 30px; color: white; background: linear-gradient(120deg, #245d77, #3d8d94); box-shadow: var(--shadow); }
.work-intro h1 { font-size: 37px; }
.work-intro p { margin: 0; max-width: 700px; color: rgba(255,255,255,.83); line-height: 1.65; }
.work-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.work-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0 16px; }
.work-tab { border: 0; border-radius: 13px; padding: 10px 15px; color: #587681; background: white; font-weight: 800; }
.work-tab.active { color: white; background: var(--blue); }
.work-panel { display: grid; gap: 14px; }
.work-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; padding: 20px; border-radius: 22px; background: white; box-shadow: 0 8px 22px rgba(45,101,110,.08); }
.work-row h3 { margin: 0 0 6px; }
.work-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.work-row-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
.audit-row { padding: 15px; border-radius: 17px; background: white; color: #55727e; font-size: 13px; line-height: 1.5; }

@media (max-width: 850px) {
  .app-shell { padding: 0 16px 100px; width: 100%; }
  .site-header { min-height: 73px; margin: 0 -16px 19px; padding: 10px 16px; }
  .desktop-nav { display: none; }
  .brand-mark { width: 39px; height: 39px; border-radius: 13px; font-size: 18px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .header-actions .profile-trigger span { display: none; }
  .header-actions .icon-btn { display: none; }
  .profile-trigger .avatar { width: 39px; height: 39px; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 29px 24px; border-radius: 27px; }
  .hero-side { grid-template-columns: repeat(3, 1fr); }
  .hero-stat { min-height: 104px; align-items: start; padding: 13px; }
  .hero-stat i { width: 34px; height: 34px; border-radius: 11px; font-size: 17px; }
  .hero-stat b { font-size: 12px; }
  .hero-stat span { font-size: 10px; }
  .hero-text { font-size: 15px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .feature-card { min-height: 128px; padding: 17px; border-radius: 21px; }
  .feature-icon { width: 42px; height: 42px; margin-bottom: 14px; border-radius: 14px; font-size: 21px; }
  .feature-card strong { font-size: 15px; }
  .feature-card small { font-size: 11px; }
  .content-grid { grid-template-columns: 1fr; }
  .list-layout { grid-template-columns: 1fr; }
  .list-layout .side-note { display: none; }
  .market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .market-card { border-radius: 21px; }
  .market-card-copy { padding: 13px; }
  .market-card h3 { font-size: 15px; min-height: 37px; }
  .market-price { font-size: 16px; }
  .service-hero { padding: 25px; border-radius: 26px; }
  .service-summary { gap: 9px; }
  .summary-card { padding: 15px 10px; text-align: center; border-radius: 17px; }
  .summary-card b { font-size: 24px; }
  .summary-card span { font-size: 11px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .service-card { min-height: 166px; padding: 17px; border-radius: 22px; }
  .service-card h3 { font-size: 16px; }
  .service-card p { font-size: 11px; }
  .profile-card { padding: 21px; align-items: flex-start; flex-wrap: wrap; }
  .profile-card .button-row { margin-left: 0; width: 100%; }
  .my-grid { grid-template-columns: 1fr; gap: 14px; }
  .bottom-nav { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); padding: 9px max(11px, env(safe-area-inset-left)) calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(40,96,111,.11); background: rgba(252,255,255,.94); box-shadow: 0 -13px 36px rgba(37,86,99,.08); backdrop-filter: blur(14px); }
  .bottom-nav button { min-width: 0; border: 0; color: #7c949b; background: transparent; padding: 2px 3px; font-size: 11px; font-weight: 700; }
  .bottom-nav .nav-glyph { width: 31px; height: 31px; display: grid; place-items: center; margin: 0 auto 3px; border-radius: 11px; font-size: 17px; font-weight: 900; }
  .bottom-nav button.active { color: var(--blue); }
  .bottom-nav button.active .nav-glyph { color: white; background: var(--blue); box-shadow: 0 7px 15px rgba(45,113,141,.23); }
  .page-top { align-items: start; margin: 8px 0 19px; }
  .page-title { font-size: 32px; }
  .page-subtitle { font-size: 14px; }
  .notice-card { grid-template-columns: 61px 1fr 17px; border-radius: 20px; padding: 13px; }
  .notice-date { padding: 11px 6px; font-size: 11px; }
  .notice-card h3 { font-size: 15px; }
  .notice-card p { font-size: 11px; }
  .post-card { padding: 17px; border-radius: 21px; }
  .post-title { font-size: 18px; }
  .post-pictures img { height: 94px; border-radius: 11px; }
  .modal-backdrop { align-items: end; padding: 0; }
  .modal { width: 100%; max-height: 91vh; padding: 22px 18px calc(22px + env(safe-area-inset-bottom)); border-radius: 28px 28px 0 0; }
  .modal h2 { font-size: 24px; }
  .image-uploader { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .work-header { padding: 11px 16px; min-height: 66px; }
  .work-header .quiet-btn { padding: 0 11px; min-height: 39px; }
  .work-main { padding: 21px 16px 55px; }
  .work-intro { padding: 24px; }
  .work-intro h1 { font-size: 30px; }
  .work-row { grid-template-columns: 1fr; padding: 17px; }
  .work-row-actions { justify-content: start; }
}

@media (max-width: 430px) {
  .hero-side { grid-template-columns: 1fr; }
  .hero-stat { min-height: 0; align-items: center; }
  .hero-stat span { display: block; }
  .hero-stat i { flex: none; }
  .hero h1 { font-size: 35px; }
  .market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
