:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f5f7fb;--card:#fff;--border:#d6deeb;--foreground:#172033;--muted:#5c6880;--primary:#0f62fe;--primary-foreground:#fff}*{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,a{font:inherit}.shell{min-height:100vh}.shellHeader{border-bottom:1px solid var(--border);background:var(--card)}.shellHeaderInner,.shellMain{max-width:1120px;margin:0 auto;padding:24px 20px}.brandEyebrow,.eyebrow,.sectionLabel{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.75rem;font-weight:700}.brandTitle,h1,h2,p,ul{margin:0}h1{margin-bottom:12px;font-size:2rem}h2{margin-bottom:16px;font-size:1.25rem}.muted{color:var(--muted)}.twoColumnLayout,.stackLarge{gap:24px;display:grid}.stackSmall{gap:12px;display:grid}.panel,.summaryCard,.noticeBox{background:var(--card);border:1px solid var(--border);border-radius:16px}.panel{padding:24px}.noticeBox,.summaryCard{padding:16px}.noticeBox,.summaryCard,.buttonRow{margin-top:20px}.buttonRow{flex-wrap:wrap;gap:12px;display:flex}.primaryButton,.secondaryButton,.linkButton{border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;text-decoration:none;display:inline-flex}.primaryButton{background:var(--primary);border:1px solid var(--primary);color:var(--primary-foreground)}.secondaryButton{border:1px solid var(--border);color:var(--foreground);background:0 0}.primaryButton:disabled,.secondaryButton:disabled{cursor:not-allowed;opacity:.6}.summaryRow{justify-content:space-between;align-items:center;gap:16px;padding:10px 0;display:flex}.summaryRow+.summaryRow{border-top:1px solid var(--border)}.summaryRowStrong{font-weight:700}.list{gap:12px;padding:0;list-style:none;display:grid}.listItem{border:1px solid var(--border);border-radius:12px;padding:14px 16px}.tripGrid{gap:16px;display:grid}@media (min-width:960px){.twoColumnLayout{grid-template-columns:minmax(0,1fr) 320px}.tripGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
