/* Extracted from app.css for route-specific maintainability. */
/* 메인(/) 카드형 목업 — .home-mock-page 안만 조정 (공지·일정·날씨·AI) */
.home-mock-page .home-preamble-top-row {
    gap: 8px;
    margin-bottom: 8px;
}
.home-mock-page .home-preamble-left-stack {
    gap: 8px;
}
.home-mock-page .home-notice-card,
.home-mock-page .home-schedule-card,
.home-mock-page .home-weather-box {
    border-radius: 12px;
    border: 0.5px solid #e2e5ea;
    box-shadow: none;
}
.home-mock-page .home-notice-card,
.home-mock-page .home-schedule-card {
    padding: 0;
    overflow: hidden;
}
.home-mock-page .home-notice-card-header {
    padding: 10px 13px 0;
    margin-bottom: 0;
}
.home-mock-page .home-notice-icon-wrap {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fef3c7;
}
.home-mock-page .home-notice-title-text {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}
.home-mock-page .home-notice-edit-link {
    font-size: 11px;
    font-weight: 500;
    padding: 4px 8px;
}
.home-mock-page .home-notice-body {
    margin: 8px 13px 11px;
    border: none;
    border-radius: 0 6px 6px 0;
    border-left: 2px solid #f59e0b;
    background: #fffbeb;
    padding: 8px 10px;
    font-size: 12px;
    color: #374151;
    line-height: 1.6;
}
.home-mock-page .home-schedule-card-header {
    padding: 10px 13px 0;
    margin-bottom: 0;
}
.home-mock-page .home-schedule-icon-wrap {
    width: 18px;
    height: 18px;
    border-radius: 5px;
}
.home-mock-page .home-schedule-card-title {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}
.home-mock-page .home-schedule-grid {
    padding: 8px 13px 11px;
    gap: 8px;
}
.home-mock-page .home-schedule-col--today {
    background: #f8faff;
    border: 0.5px solid #dbeafe;
    border-radius: 8px;
}
.home-mock-page .home-schedule-col--next {
    background: #fafafa;
    border: 0.5px solid #e5e7eb;
    border-radius: 8px;
}
.home-mock-page .home-schedule-col-label {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 3px;
    gap: 4px;
}
.home-mock-page .home-schedule-bullet--today {
    width: 5px;
    height: 5px;
}
.home-mock-page .home-schedule-bullet--next {
    width: 5px;
    height: 5px;
}
/* 날씨: 목업 카드 톤만 유지 — padding/overflow 는 기본 .home-weather-box 와 동일하게(이모지·가로 스크롤 잘림 방지) */
.home-mock-page .home-weather-box {
    padding: 12px 14px 10px;
    overflow-x: auto;
    overflow-y: visible;
    margin-bottom: 12px;
}
.home-mock-page .home-weather-title-row {
    padding: 0;
    margin-bottom: 10px;
}
.home-mock-page .home-weather-title-icon-wrap {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #e0f2fe;
}
.home-mock-page .home-weather-title-text {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}
.home-mock-page .home-weather-daily-strip .home-weather-day .ico {
    display: block;
    font-size: 15px;
    line-height: 1.25;
    margin: 4px 0 3px;
}
.home-mock-page .home-weather-hour-pill .hw-ico {
    display: block;
    line-height: 1.2;
    min-height: 1.15em;
}
.home-mock-page .home-weather-footnote {
    padding: 10px 0 0;
    margin: 0;
    font-size: 10px;
    color: #d1d5db;
}
.home-mock-page .home-main-grid { display: none; } /* default off (mobile) */

/* PC 메인(/) 대시보드 리스킨 (home-mock-page 전용) */
@media (min-width: 900px) {
  .home-mock-page { background: #f0f2f5; border-radius: 16px; border: 0.5px solid #d1d5db; overflow: hidden; padding: 0; }
  .home-mock-page .home-main-topbar { background: #fff; border-bottom: 0.5px solid #e8eaed; height: 52px; display: flex; align-items: center; gap: 12px; padding: 0 20px; }
  .home-mock-page .home-main-tabs { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; flex: 1; }
  .home-mock-page .home-main-tabs::-webkit-scrollbar { display:none; }
  .home-mock-page .home-main-tab { padding: 5px 12px; border-radius: 6px; font-size: 11px; font-weight: 600; cursor: pointer; color: #6b7280; white-space: nowrap; border: 0.5px solid transparent; }
  .home-mock-page .home-main-tab--active { background: #1a2744; color: #fff; }
  .home-mock-page .home-main-tab .cnt { font-size: 10px; opacity: .75; margin-left: 3px; }
  .home-mock-page .home-main-grid { display: grid; padding: 16px 20px 18px; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: auto; gap: 14px; }
  .home-mock-page .home-card { background: #fff; border-radius: 12px; border: 0.5px solid #e5e7eb; overflow: hidden; }
  .home-mock-page .home-card-head { display:flex; align-items:center; gap:7px; padding:12px 14px 10px; border-bottom:0.5px solid #f3f4f6; }
  .home-mock-page .home-card-ico { width:20px; height:20px; border-radius:6px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .home-mock-page .home-card-title { font-size:12px; font-weight:700; color:#111827; }
  .home-mock-page .home-card-action { font-size:11px; font-weight:700; color:#1a56db; margin-left:auto; cursor:pointer; }
  .home-mock-page .home-long-card { background:#fff8f8; border-color:#fecaca; }
  .home-mock-page .home-long-inner { padding:12px 14px; display:flex; align-items:center; gap:12px; }
  .home-mock-page .home-long-num { font-size:36px; font-weight:800; color:#dc2626; line-height:1; }
  .home-mock-page .home-long-sub { font-size:11px; color:#b91c1c; font-weight:700; }
  .home-mock-page .home-long-badge { margin-left:auto; font-size:10px; font-weight:800; padding:3px 9px; border-radius:6px; background:#fee2e2; color:#991b1b; flex-shrink:0; }
  .home-mock-page .home-span2 { grid-column: span 2; }
  .home-mock-page .home-span3 { grid-column: span 3; }

  /* 중복 렌더 방지: PC에서는 grid만 보여준다 */
  .home-mock-page .home-preamble-top-row { display: none !important; }
  /* briefing_sec가 grid에도 들어가므로, grid 바깥의 briefing은 숨김 */
  .home-mock-page > .home-ai-briefing-box { display: none !important; }
  .home-mock-page > .home-ai-summary-box { display: none !important; }
}

.home-mock-page .home-ai-briefing-box {
    background: #fff;
    border: 0.5px solid #e2e5ea;
    border-radius: 12px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.home-mock-page .home-ai-briefing-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px 0;
    gap: 8px;
}
.home-mock-page .home-ai-briefing-head-main {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.home-mock-page .home-ai-briefing-head-icon {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #f0fdf4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.home-mock-page .home-ai-briefing-head-title {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}
.home-mock-page .home-ai-briefing-updated {
    font-size: 10px;
    color: #9ca3af;
    flex-shrink: 0;
}
.home-mock-page .home-ai-briefing-card-body {
    padding: 8px 13px 11px;
}
.home-mock-page .home-ai-briefing-box .home-ai-briefing-md,
.home-mock-page .home-ai-briefing-box .home-ai-briefing-md p,
.home-mock-page .home-ai-briefing-box .home-ai-briefing-md li {
    color: #374151 !important;
    font-size: 12px !important;
}
.home-mock-page .home-ai-briefing-box .home-ai-briefing-md h1,
.home-mock-page .home-ai-briefing-box .home-ai-briefing-md h2,
.home-mock-page .home-ai-briefing-box .home-ai-briefing-md h3,
.home-mock-page .home-ai-briefing-box .home-ai-briefing-md h4 {
    color: #374151 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}
.home-mock-page .home-ai-briefing-empty-msg {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
    padding: 0 13px 11px;
}
.home-mock-page .home-ai-summary-box {
    background: #fff;
    border: 0.5px solid #e2e5ea;
    border-radius: 12px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.home-mock-page .home-ai-summary-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    padding: 14px 0 16px;
}
.home-mock-page .home-ai-summary-panel {
    min-width: 0;
    padding: 0 16px;
}
.home-mock-page .home-ai-summary-panel--stats {
    border-left: 1px solid #eef2f7;
}
.home-mock-page .home-ai-summary-section-title {
    position: relative;
    padding-left: 8px;
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}
.home-mock-page .home-ai-summary-section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    height: 14px;
    border-radius: 2px;
    background: #2563eb;
}
.home-mock-page .home-ai-summary-target-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
}
.home-mock-page .home-ai-summary-target-card {
    min-height: 46px;
    padding: 8px 10px;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    background: #f8fafc;
    box-sizing: border-box;
}
.home-mock-page .home-ai-summary-target-region {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 4px;
}
.home-mock-page .home-ai-summary-target-line {
    display: flex;
    align-items: baseline;
    min-width: 0;
}
.home-mock-page .home-ai-summary-target-value {
    color: #020617;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}
.home-mock-page .home-ai-summary-target-unit {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
    margin-left: 1px;
}
.home-mock-page .home-ai-summary-stat-list {
    display: flex;
    flex-direction: column;
}
.home-mock-page .home-ai-summary-stat-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    min-height: 24px;
    border-bottom: 1px solid #f3f5f8;
    color: #334155;
    font-size: 12px;
    line-height: 1.1;
}
.home-mock-page .home-ai-summary-stat-row:last-child {
    border-bottom: 0;
}
.home-mock-page .home-ai-summary-stat-label {
    font-weight: 700;
}
.home-mock-page .home-ai-summary-stat-value {
    color: #020617;
    font-weight: 800;
}
.home-mock-page .home-ai-summary-empty {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0;
}
@media (max-width: 899px) {
    .home-mock-page .home-ai-summary-body {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .home-mock-page .home-ai-summary-target-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-mock-page .home-ai-summary-panel--stats {
        border-left: 0;
        border-top: 1px solid #eef2f7;
        padding-top: 14px;
    }
}
@media screen and (max-width: 800px) {
    .home-mock-page {
        background: #f4f5f7 !important;
        padding: 5px 12px 14px !important;
    }
}
/* 메인(/): 모바일은 공지→일정→날씨 세로, PC(≥901px)는 공지·일정 좌 / 날씨 우 */
.home-preamble-top-row {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 7px;
}
.home-preamble-left-stack {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    width: 100%;
}
.home-preamble-weather-slot {
    min-width: 0;
    width: 100%;
}
.home-preamble-weather-slot .home-weather-box {
    margin-bottom: 0;
}
.home-briefing-mobile-only {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
}
@media (min-width: 901px) {
    .home-preamble-top-row {
        flex-direction: row;
        align-items: flex-start;
        gap: 11px;
        margin-bottom: 9px;
    }
    .home-preamble-left-stack {
        flex: 0 1 38%;
        max-width: 460px;
        min-width: 260px;
    }
    .home-preamble-weather-slot {
        flex: 1 1 0;
        min-width: 0;
    }
    .home-preamble-left-stack .home-notice-body {
        padding: 8px 12px;
        font-size: 12px;
    }
    .home-preamble-left-stack .home-schedule-col {
        padding: 8px 10px;
        font-size: 12px;
    }
    .home-briefing-mobile-only {
        display: none !important;
    }
}
/* 메인 공지: 흰 카드 + 헤더(종 아이콘) + 본문 크림박스 왼쪽 주황 강조줄 */
.home-notice-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 11px 14px 12px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    width: 100%;
    max-width: 100%;
}
.home-notice-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
}
.home-notice-card-head-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.home-notice-icon-wrap {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #ffedd5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-notice-title-text {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.home-notice-edit-link {
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 8px;
    font-family: inherit;
}
.home-notice-edit-link:hover {
    background: #eff6ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.home-notice-body {
    background: #fffbeb;
    border-radius: 10px;
    border: 1px solid #fde68a;
    border-left: 3px solid #f97316;
    padding: 9px 14px;
    font-size: 13px;
    color: #422006;
    line-height: 1.55;
    white-space: pre-wrap;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
}
/* 메인 일정: 흰 카드 + 오늘/다음 2열 */
.home-schedule-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 11px 14px 12px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    width: 100%;
    max-width: 100%;
}
.home-schedule-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.home-schedule-icon-wrap {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-schedule-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.home-schedule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
}
@media (max-width: 380px) {
    .home-schedule-grid {
        grid-template-columns: 1fr;
    }
}
.home-schedule-col {
    border-radius: 12px;
    padding: 10px 12px 11px;
    box-sizing: border-box;
    min-width: 0;
}
.home-schedule-col--today {
    background: #f8fafc;
    border: 1px solid #bfdbfe;
}
.home-schedule-col--next {
    background: #ffffff;
    border: 1px solid #e2e8f0;
}
.home-schedule-col-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}
.home-schedule-col-label--today {
    color: #1d4ed8;
}
.home-schedule-col-label--next {
    color: #64748b;
}
.home-schedule-bullet {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    flex-shrink: 0;
}
.home-schedule-bullet--today {
    background: #2563eb;
}
.home-schedule-bullet--next {
    background: #94a3b8;
}
.home-schedule-empty {
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    text-align: left;
    padding: 2px 0 0;
    line-height: 1.45;
    letter-spacing: normal;
}
.home-schedule-next-empty {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.45;
    padding: 4px 0 0;
}
.home-schedule-day-events {
    font-size: 12px;
    color: #1e293b;
    line-height: 1.45;
}
.home-schedule-event-title {
    font-weight: 700;
    font-size: 13px;
    color: #0f172a;
    margin-bottom: 4px;
    line-height: 1.35;
}
.home-schedule-event-meta {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 8px;
}
.home-schedule-event-desc {
    font-size: 11px;
    color: #475569;
    white-space: pre-wrap;
}
.home-schedule-event-row {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}
.home-schedule-event-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/* 공지와 동일 크림 톤. Dash Markdown 래퍼(모노·내부 배경) 덮어쓰기 */
.home-ai-briefing-box {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #422006;
    line-height: 1.5;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
}
.home-ai-briefing-box .home-ai-briefing-md {
    margin: 0;
    padding: 0;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    background: transparent !important;
    background-color: transparent !important;
    font-family: inherit !important;
}
.home-ai-briefing-box .home-ai-briefing-md > div,
.home-ai-briefing-box .home-ai-briefing-md .markdown,
.home-ai-briefing-box .home-ai-briefing-md > div > div,
.home-ai-briefing-box .home-ai-briefing-md [class*="markdown"],
.home-ai-briefing-box .home-ai-briefing-md [class*="Markdown"],
.home-ai-briefing-box .home-ai-briefing-md [class*="dash-markdown"] {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: inherit !important;
}
.home-ai-briefing-box .home-ai-briefing-md p,
.home-ai-briefing-box .home-ai-briefing-md li,
.home-ai-briefing-box .home-ai-briefing-md ul,
.home-ai-briefing-box .home-ai-briefing-md ol {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 14px;
    color: #422006;
    line-height: 1.5;
    font-family: inherit !important;
}
.home-ai-briefing-box .home-ai-briefing-md p {
    margin: 0 0 0.5em;
}
.home-ai-briefing-box .home-ai-briefing-md p:last-child {
    margin-bottom: 0;
}
.home-ai-briefing-box .home-ai-briefing-md h1,
.home-ai-briefing-box .home-ai-briefing-md h2,
.home-ai-briefing-box .home-ai-briefing-md h3,
.home-ai-briefing-box .home-ai-briefing-md h4 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    color: #78350f !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    margin: 0.65em 0 0.4em;
    border: none;
    padding: 0;
    background: transparent !important;
    font-family: inherit !important;
}
.home-ai-briefing-box .home-ai-briefing-md h1:first-child,
.home-ai-briefing-box .home-ai-briefing-md h2:first-child {
    margin-top: 0;
}
.home-ai-briefing-box .home-ai-briefing-md blockquote {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    border-left: 3px solid #fbbf24;
    margin: 0.5em 0;
    padding-left: 10px;
    color: #57534e;
    background: transparent !important;
    font-family: inherit !important;
}
.home-ai-briefing-box .home-ai-briefing-md a {
    color: #b45309;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.home-ai-briefing-box .home-ai-briefing-md pre,
.home-ai-briefing-box .home-ai-briefing-md code {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
    font-family: inherit !important;
}
.home-ai-briefing-box .home-ai-briefing-md code {
    background: rgba(251, 191, 36, 0.35) !important;
    color: #422006;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 14px;
}
.home-ai-briefing-box .home-ai-briefing-md pre {
    background: rgba(254, 243, 199, 0.55) !important;
    border: 1px solid #fcd34d;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    color: #422006;
    margin: 0.5em 0;
}
.home-ai-briefing-box .home-ai-briefing-md strong {
    color: #422006;
    font-weight: 700;
}
.home-ai-briefing-box .home-ai-briefing-md ul,
.home-ai-briefing-box .home-ai-briefing-md ol {
    margin: 0.35em 0 0.5em;
    padding-left: 1.25em;
}
.home-weather-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px 10px;
    margin-bottom: 12px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.home-weather-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.home-weather-title-icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: #dbeafe;
}
.home-weather-title-text {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}
.home-weather-footnote {
    font-size: 11px;
    color: #d1d5db;
    margin-top: 10px;
    padding-top: 2px;
}
.home-weather-section-rule {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #e5e7eb;
    background: transparent;
    height: 0;
}
.home-weather-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
    margin-top: 6px;
}
.home-weather-card {
    flex: 1 1 140px;
    min-width: 120px;
    max-width: 220px;
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    padding: 6px 8px;
    box-sizing: border-box;
}
.home-weather-card-title {
    font-weight: 700;
    font-size: 12px;
    color: #1e40af;
    margin-bottom: 4px;
    border-bottom: 1px solid #dbeafe;
    padding-bottom: 3px;
}
.home-weather-days {
    display: flex;
    flex-direction: row;
    gap: 3px;
    overflow-x: auto;
    padding-bottom: 2px;
}
.home-weather-day {
    flex: 0 0 auto;
    min-width: 40px;
    text-align: center;
    font-size: 10px;
    color: #334155;
    line-height: 1.2;
}
.home-weather-daily-strip .home-weather-day .dow {
    color: #9ca3af;
    font-weight: 600;
    font-size: 12px;
}
.home-weather-daily-strip .home-weather-day .ico {
    font-size: 17px;
    line-height: 1.15;
    margin: 3px 0 3px;
}
.home-weather-day .dow {
    color: #1d4ed8;
    font-weight: 600;
}
.home-weather-day .ico {
    font-size: 13px;
    line-height: 1.15;
}
.home-weather-day .tx {
    font-size: 9px;
    color: #475569;
}
/* 홈 날씨: 지역 드롭다운 + 시간별 스크롤 + 5일 한 줄 */
.home-weather-region-picker {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
}
.home-weather-chip-scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 6px 0;
    margin-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    max-width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.home-weather-chip-scroll::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}
.home-weather-chip {
    flex: 0 0 auto;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 5px 12px;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1.25;
}
.home-weather-chip:hover {
    background: #e2e8f0;
    border-color: #cbd5e1;
}
.home-weather-chip--active {
    background: #3b82f6 !important;
    color: #fff !important;
    border-color: #2563eb !important;
}
.home-weather-tab-inner {
    min-width: 0;
}
.home-weather-rainline {
    margin: 2px 0 7px;
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}
.home-weather-rainline--active {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
}
.home-weather-subtitle {
    font-size: 11px;
    font-weight: 650;
    color: #1e40af;
    margin-bottom: 3px;
}
.home-weather-subtitle--spaced {
    margin-top: 8px;
}
.home-weather-hourly-scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    padding: 4px 0 6px;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    max-width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.home-weather-hourly-scroll::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}
.home-weather-hour-pill {
    flex: 0 0 auto;
    min-width: 44px;
    max-width: 54px;
    text-align: center;
    line-height: 1.25;
    padding: 3px 5px 5px;
    border-right: none;
    box-sizing: border-box;
}
.home-weather-hour-pill .hw-hour {
    font-size: 11px;
    font-weight: 650;
    color: #9ca3af;
}
.home-weather-hour-pill .hw-hour.hw-hour--current,
.home-weather-hour-pill--current .hw-hour {
    color: #2563eb;
}
.home-weather-hour-pill .hw-ico {
    font-size: 17px;
    line-height: 1.12;
    margin: 2px 0 2px;
}
.home-weather-hour-pill .hw-temp {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}
.home-weather-hour-pill .hw-temp.hw-temp--current,
.home-weather-hour-pill--current .hw-temp {
    color: #2563eb;
}
.home-weather-hour-pill .hw-pop {
    font-size: 10px;
    font-weight: 500;
    color: #2563eb;
    margin-top: 2px;
}
.home-weather-daily-outer {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 2px 0 0;
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.home-weather-daily-outer::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}
.home-weather-daily-strip {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    box-sizing: border-box;
    justify-content: center;
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
}
.home-weather-daily-strip .home-weather-day {
    flex: 0 0 auto;
    min-width: 54px;
    max-width: 80px;
    box-sizing: border-box;
}
.home-weather-daily-range {
    font-size: 12px;
    line-height: 1.25;
    margin-top: 2px;
    white-space: nowrap;
}
.home-weather-daily-hi {
    font-weight: 700;
    color: #111827;
}
.home-weather-daily-sep {
    font-weight: 500;
    color: #9ca3af;
    margin: 0 1px;
}
.home-weather-daily-lo {
    font-weight: 500;
    color: #9ca3af;
}
.admin-home-split-row {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.admin-region-summary-table {
    border-collapse: collapse;
    box-sizing: border-box;
}
.admin-region-summary-table th,
.admin-region-summary-table td {
    box-sizing: border-box;
}
.admin-home-row-frequent {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 12px;
}
/* PC: 본문 좌우 여백 축소 + 1400px 캡 제거(사이드~창 끝까지 넓게) */
@media screen and (min-width: 901px) {
    .content-area {
        padding: 8px 2px 24px 2px;
    }
    .main-home-preamble {
        max-width: none;
        width: 100%;
        padding: 7px 6px 12px 6px;
        margin-left: 0;
        margin-right: 0;
    }
    .admin-home-split-row,
    .admin-home-row-frequent {
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 6px;
        padding-right: 6px;
        box-sizing: border-box;
    }
}
