/* Public reading pages use the same Dekan wordmark and quiet workspace palette. */
:root { color-scheme:light; }
html body { margin:0; background:#f6f8fc; color:#17223b; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.8; }
html body * { box-sizing:border-box; }
html body .customer-public-nav { max-width:1120px; margin:0 auto; padding:26px 28px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
html body .customer-public-brand { color:#17223b; font-size:28px; font-weight:800; letter-spacing:-1.5px; line-height:1; text-decoration:none; }
html body .customer-public-brand span { color:#3056d3; }
html body .customer-public-nav > div { display:flex; gap:24px; }
html body .customer-public-nav > div a { color:#65728a; font-size:12px; font-weight:550; text-decoration:none; }
html body :is(header,.policy-header) { background:transparent; color:#17223b; padding:38px 28px 24px; }
html body :is(header > div,.policy-header-inner) { max-width:820px; }
html body h1 { font-size:clamp(30px,5vw,44px); font-weight:700; line-height:1.2; letter-spacing:-1.4px; color:#17223b; margin:0 0 18px; }
html body .identity { font-size:13px; line-height:1.8; font-weight:450; color:#65728a; margin:0; }
html body :is(main,.page,.container) { width:calc(100% - 48px); max-width:876px; padding:32px; margin:12px auto 48px; background:#fff; border:1px solid #e6ebf3; border-radius:16px; box-shadow:none; }
html body :is(p,li) { font-size:14px; line-height:1.9; }
html body h2 { font-size:20px; font-weight:650; letter-spacing:-.4px; line-height:1.5; margin:34px 0 12px; color:#17223b; }
html body a { color:#3056d3; font-weight:550; overflow-wrap:anywhere; }
html body a:hover { text-decoration:underline; }
html body a:focus-visible { outline:3px solid #3056d3; outline-offset:4px; border-radius:3px; }
html body :is(.effective,.muted) { color:#65728a; font-size:12px; font-weight:450; }
html body :is(.support-card,.contact) { padding:24px; background:#f6f8fc; border:1px solid #e6ebf3; border-radius:12px; }
html body .support-card h2 { margin-top:0; }
html body .customer-public-footer { max-width:876px; margin:0 auto; padding:0 24px 36px; display:flex; justify-content:space-between; gap:24px; font-size:11px; color:#65728a; }
html body .customer-public-footer nav { display:flex; flex-wrap:wrap; gap:18px; }
html body .customer-public-footer a { font-size:11px; color:#65728a; text-decoration:none; }
@media(max-width:600px) { html body :is(main,.page,.container) { width:calc(100% - 32px); padding:24px 20px; } html body .customer-public-nav { padding:24px 20px; } html body .customer-public-nav > div { gap:15px; } html body :is(header,.policy-header) { padding:24px 22px; } html body .customer-public-footer { flex-direction:column; } }
