:root { color-scheme: light; font-family: system-ui, -apple-system, "Noto Sans JP", sans-serif; color: #24313f; background: #f5f7fb; }
* { box-sizing: border-box; }
body { margin: 0; }
.page-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 56px 0 80px; }
.hero { padding: 36px 40px; color: white; background: linear-gradient(125deg, #354ee8, #8a47e7); border-radius: 24px; box-shadow: 0 16px 38px #273b7b33; }
.hero h1 { margin: 6px 0 12px; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: .04em; }
.hero p { margin: 0; opacity: .9; }.eyebrow { font-weight: 700; letter-spacing: .14em; font-size: .74rem; }
.controls { display: flex; flex-wrap: wrap; gap: 14px; align-items: end; margin: 28px 0 14px; padding: 20px; background: white; border-radius: 16px; box-shadow: 0 3px 18px #2534510d; }
label { display: grid; gap: 6px; font-size: .8rem; font-weight: 700; color: #526171; } .search { flex: 1 1 280px; }
input, select, button { min-height: 42px; border: 1px solid #d8dfeb; border-radius: 9px; padding: 0 12px; font: inherit; color: inherit; background: white; }
button { border: 0; background: #e9edff; color: #354ee8; font-weight: 700; cursor: pointer; }.result-summary { margin: 16px 2px; color: #596a7b; font-size: .9rem; }
.table-wrap { overflow: auto; max-height: calc(100vh - 230px); background: white; border: 1px solid #e1e7f0; border-radius: 14px; box-shadow: 0 3px 18px #2534510d; }
table { width: 100%; min-width: 1660px; border-collapse: collapse; font-size: .81rem; line-height: 1.42; } th, td { padding: 8px 10px; text-align: left; vertical-align: top; border-bottom: 1px solid #edf0f5; } th { position: sticky; top: 0; z-index: 1; white-space: nowrap; color: #43526a; background: #f4f6fb; font-size: .74rem; } td:first-child, td:nth-child(2), td:nth-child(3), td:nth-child(8), td:nth-child(9) { white-space: nowrap; } tbody tr:nth-child(even) { background: #fbfcff; } tbody tr:hover { background: #f0f4ff; } td:nth-child(1) { color: #4258ba; font-weight: 700; } td:nth-child(4) { min-width: 180px; font-weight: 700; } td:nth-child(7), td:nth-child(12), td:nth-child(14) { min-width: 190px; } a { color: #315ed5; text-decoration: underline; text-underline-offset: 2px; } a:hover { color: #7a35bc; }.empty { padding: 34px; text-align: center; color: #657385; }
.unit-chip { display: inline-block; border: 1px solid transparent; border-radius: 999px; padding: 2px 8px; color: #fff; font-size: .74rem; font-weight: 800; line-height: 1.35; white-space: nowrap; }.unit-レオニ { background: #4455DD; }.unit-モモジャン { background: #88DD44; color: #274a10; }.unit-ビビバス { background: #EE1166; }.unit-ワンダショ { background: #FF9900; color: #5d3600; }.unit-ニーゴ { background: #884499; }.unit-混合 { border-color: #cfd6e1; background: #fff; color: #536275; }.unit-バチャシン { background: #7a8798; }
@media (max-width: 600px) { .page-shell { width: min(100% - 20px, 1120px); padding-top: 20px; }.hero { padding: 26px 22px; border-radius: 16px; }.table-wrap { max-height: calc(100vh - 250px); border-radius: 10px; } }
