:root {
  color-scheme: light;
  --ink: #172238;
  --muted: #71809b;
  --line: #e6eaf2;
  --paper: #fff;
  --canvas: #f6f7fb;
  --navy: #16213b;
  --blue: #5267e9;
  --violet: #8b5cf6;
  --orange: #e98945;
  --green: #20a989;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; background: var(--canvas); color: var(--ink); }
.app-bg { position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 8% 4%, rgba(107, 124, 235, .15), transparent 30%), radial-gradient(circle at 95% 11%, rgba(236, 169, 104, .13), transparent 27%), linear-gradient(180deg, #fbfcff 0%, #f5f6fa 68%, #f1f3f8 100%); }
.shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 25px 0 50px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 13px; background: linear-gradient(145deg, #6878ee, #414fba); box-shadow: 0 8px 20px rgba(78, 96, 211, .27); color: #fff; font-size: 20px; font-weight: 800; }
.brand small { display: block; margin-bottom: 2px; color: #8995ad; font-size: 9px; font-weight: 750; letter-spacing: .18em; }
.brand strong { display: block; font-size: 16px; letter-spacing: .02em; }
.status-wrap { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #28b889; box-shadow: 0 0 0 4px rgba(40, 184, 137, .12); }
.main-nav { display: flex; gap: 4px; margin: 25px 0 18px; padding: 5px; border: 1px solid rgba(222, 227, 239, .85); border-radius: 15px; background: rgba(255, 255, 255, .73); box-shadow: 0 5px 18px rgba(34, 49, 84, .04); }
.main-nav a { flex: 1; padding: 10px 15px; border-radius: 10px; color: #69758e; font-size: 13px; font-weight: 650; text-align: center; text-decoration: none; transition: .2s ease; }
.main-nav a:hover { background: #f0f2ff; color: #5263c8; }
.main-nav a.active { background: var(--navy); color: #fff; box-shadow: 0 5px 14px rgba(23, 34, 56, .16); }
.hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; min-height: 205px; padding: 39px 43px 35px; border-radius: 25px; color: #fff; overflow: hidden; position: relative; isolation: isolate; }
.hero::after { content: ""; position: absolute; width: 320px; height: 320px; right: -56px; top: -125px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.04), 0 0 0 72px rgba(255,255,255,.03); z-index: -1; }
.hero-overview { background: linear-gradient(115deg, #1b2745 0%, #33437d 62%, #5867c9 100%); box-shadow: 0 18px 38px rgba(34, 48, 101, .2); }
.policy-hero { background: linear-gradient(115deg, #344c93, #6877dd); }
.recruitment-hero { background: linear-gradient(115deg, #8d5b3c, #dc8b4d); }
.competitor-hero { background: linear-gradient(115deg, #43337a, #8267ca); }
.plan-hero { background: linear-gradient(115deg, #196c70, #35a18d); }
.module-hero { min-height: 188px; }
.kicker { margin: 0 0 13px; color: rgba(255,255,255,.63); font-size: 10px; font-weight: 750; letter-spacing: .2em; }
.hero h1 { margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.05; letter-spacing: -.04em; }
.hero h1 em { color: #cad1ff; font-style: normal; }
.hero h1 span { color: rgba(255,255,255,.75); font-size: .52em; font-weight: 550; letter-spacing: 0; }
.hero-copy { max-width: 625px; margin: 17px 0 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.75; }
.date-control { min-width: 185px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: rgba(255,255,255,.11); backdrop-filter: blur(8px); }
.date-control label { display: block; margin: 0 0 7px 2px; color: rgba(255,255,255,.67); font-size: 11px; font-weight: 700; }
.date-row { display: flex; gap: 6px; }
button, select { border: 1px solid #dfe4ee; border-radius: 10px; background: #fff; color: #293653; cursor: pointer; font: inherit; }
select { min-width: 132px; padding: 9px 10px; outline: none; }
.date-control select { min-width: 0; flex: 1; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.95); }
.icon-button { width: 35px; padding: 5px 0; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.16); color: #fff; font-size: 23px; line-height: 1; }
.icon-button:hover { background: rgba(255,255,255,.28); }
.notice { margin: 16px 0; padding: 13px 16px; border: 1px solid #f0d7af; border-radius: 13px; background: #fff6e9; color: #8a5f27; font-size: 13px; }
.hidden { display: none; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin: 17px 0; }
.metric { position: relative; padding: 17px 18px 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.83); box-shadow: 0 8px 22px rgba(37, 50, 86, .05); overflow: hidden; }
.metric::after { content: ""; position: absolute; right: -16px; bottom: -25px; width: 76px; height: 76px; border-radius: 50%; background: var(--tint); opacity: .38; }
.metric span, .metric small { display: block; color: var(--muted); font-size: 12px; }
.metric strong { display: block; margin: 6px 0 2px; color: var(--metric); font-size: 28px; line-height: 1; letter-spacing: -.05em; }
.metric-policy { --metric: #4e63d8; --tint: #dbe1ff; }.metric-recruitment { --metric: #c77b3f; --tint: #f8dfc7; }.metric-competitor { --metric: #7855bd; --tint: #e5dcff; }.metric-plan { --metric: #198c7c; --tint: #cef0e9; }
.overview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.panel, .content-frame { border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.9); box-shadow: 0 9px 27px rgba(39, 53, 87, .055); }
.panel { min-height: 270px; padding: 22px; }
.panel-policy { border-top: 3px solid #6174dc; }.panel-recruitment { border-top: 3px solid #d5935a; }.panel-competitor { border-top: 3px solid #8b6bd0; }.panel-plan { border-top: 3px solid #2aaf99; }
.panel-heading, .content-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.section-index { display: block; margin-bottom: 7px; color: #a0aac1; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.panel h2, .content-header h2 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.panel-heading p { max-width: 310px; margin: 7px 0 16px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.text-link { flex: none; color: #5669cb; font-size: 12px; font-weight: 700; text-decoration: none; }
.cards { display: grid; gap: 10px; }
.card { padding: 15px 16px; border: 1px solid #e8ebf3; border-radius: 14px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-2px); box-shadow: 0 9px 18px rgba(42, 57, 95, .08); }
.card h3 { margin: 7px 0 8px; color: #1f2b45; font-size: 15px; line-height: 1.45; }
.card p { margin: 0 0 12px; color: #5b6983; font-size: 13px; line-height: 1.65; white-space: pre-wrap; }
.meta { color: #8b96aa; font-size: 11px; line-height: 1.5; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.actions a { color: #5369d4; font-size: 12px; font-weight: 700; text-decoration: none; }.actions a:hover { text-decoration: underline; }
.copy { padding: 6px 9px; border-color: #e1e5f0; background: #f6f7fc; color: #55627c; font-size: 11px; }.copy:hover { border-color: #bbc5ef; background: #eef1ff; color: #4d60c4; }
.content-frame { padding: 26px; }.content-header { align-items: flex-end; padding-bottom: 17px; border-bottom: 1px solid #edf0f5; }.eyebrow-label { display: block; margin-bottom: 7px; color: #8b96aa; font-size: 10px; font-weight: 800; letter-spacing: .16em; }.content-hint { color: #9aa4b6; font-size: 12px; }
.source-list { margin-top: 17px; }.source-list .card { padding: 18px 20px; }.source-list .card::before { content: ""; display: block; width: 30px; height: 3px; margin-bottom: 11px; border-radius: 4px; background: linear-gradient(90deg, #6073de, #b4bdf5); }.source-list .card p { max-width: 940px; }
.competitor-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 17px; }.competitor-card { background: linear-gradient(145deg, #fff 0%, #f8f7ff 100%); }.badge, .hot-badge { display: inline-block; margin-right: 5px; padding: 3px 7px; border-radius: 999px; background: #efedff; color: #7452bc; font-size: 10px; font-weight: 700; }.hot-badge { background: #fff0df; color: #bc6c2f; }.engagement { margin: 0 0 8px !important; color: #6d53bd !important; font-size: 12px !important; font-weight: 750; }.description { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }.analysis { display: grid; gap: 5px; margin: 12px 0; padding: 11px 12px; border-left: 3px solid #8971d2; border-radius: 0 10px 10px 0; background: #f2efff; color: #4f4772; font-size: 12px; line-height: 1.6; }.analysis strong { color: #694bb0; font-size: 10px; letter-spacing: .08em; }
.plan { margin-top: 16px; }.plan h3 { margin: 0 0 11px; font-size: 22px; letter-spacing: -.025em; }.cover { margin: 0 0 15px; padding: 13px 15px; border-radius: 12px; background: #edf8f6; color: #217b70; font-size: 13px; line-height: 1.6; }.plan pre { margin: 0; padding: 21px; border: 1px solid #e5ebe9; border-radius: 15px; background: #fbfdfc; color: #34475a; white-space: pre-wrap; font: inherit; font-size: 14px; line-height: 1.8; overflow-x: auto; }.plan .actions { margin-top: 13px; }.plan .tags { color: #5e8f88; font-size: 12px; }.plan-preview pre { max-height: 215px; overflow: hidden; font-size: 12px; }.plan-preview .plan h3 { font-size: 16px; }
.muted { color: #9aa4b6; font-size: 13px; }.footer { padding: 21px 0 0; color: #9aa4b6; font-size: 11px; text-align: center; }
@media (max-width: 840px) { .hero { align-items: flex-start; flex-direction: column; min-height: auto; padding: 30px 27px; }.date-control { width: 100%; }.metric-grid { grid-template-columns: repeat(2, 1fr); }.competitor-list { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .shell { width: min(100% - 24px, 1240px); padding-top: 16px; }.topbar { align-items: flex-start; }.status-wrap { padding-top: 9px; font-size: 10px; }.main-nav { margin-top: 18px; overflow-x: auto; }.main-nav a { min-width: 73px; padding: 9px 7px; font-size: 11px; white-space: nowrap; }.hero h1 { font-size: 31px; }.hero-copy { font-size: 13px; }.overview-grid { grid-template-columns: 1fr; }.panel { padding: 18px; }.content-frame { padding: 19px 16px; }.content-header { align-items: flex-start; flex-direction: column; }.content-hint { margin-top: -8px; }.metric { padding: 14px; }.metric strong { font-size: 24px; }.metric small { font-size: 10px; } }
