:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; background: #061a42; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: linear-gradient(135deg, #021331, #08275b 48%, #020e25); color: #071737; }
.document { width: min(100%, 750px); min-height: 100vh; margin: 0 auto; padding: 42px 24px 56px; background: #fff; }
.document h1 { margin: 0 0 30px; padding-bottom: 14px; border-bottom: 3px solid #cba750; color: #041a43; font-size: clamp(24px, 6vw, 34px); line-height: 1.35; }
.document h2 { margin: 30px 0 10px; color: #041a43; font-size: 18px; }
.document p, .document li, .document dd { font-size: 15px; line-height: 1.9; }
.document p { margin: 0 0 12px; }
.legal-copy { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; font-family: inherit; font-size: 15px; line-height: 1.9; }
.document ul { padding-left: 1.3em; }
.document dl { margin: 0; border-top: 1px solid #d9dfe8; }
.document dl > div { padding: 14px 0; border-bottom: 1px solid #d9dfe8; }
.document dt { margin-bottom: 5px; color: #041a43; font-weight: 700; }
.document dd { margin: 0; }
.notice { padding: 14px 16px; border-left: 4px solid #cba750; background: #f7f5ef; color: #475569; }
.back { display: inline-flex; margin-top: 36px; color: #041a43; font-weight: 700; text-underline-offset: 4px; }
