*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,system-ui,sans-serif;line-height:1.7;color:#333;background:#fff}
.container-aaa064{max-width:780px;margin:0 auto;padding:0 20px}
header{background:#1a1a2e;color:#fff;padding:32px 0;margin-bottom:40px}
header h1{font-size:28px;margin-bottom:4px}
header p{opacity:.7;font-size:15px}
header .module-7e7020{color:#fff;text-decoration:none;font-size:18px;font-weight:600}
.frame-20bd01{border-bottom:1px solid #eee;padding:24px 0}
.frame-20bd01 h2{font-size:20px;margin-bottom:8px}
.frame-20bd01 h2 a{color:#1a1a2e;text-decoration:none}
.frame-20bd01 h2 a:hover{color:#e94560}
.frame-20bd01 .date{font-size:13px;color:#999;margin-bottom:8px}
.outer-9c184a{color:#e94560;text-decoration:none;font-size:14px;font-weight:600}
.content-b6b36b{padding-bottom:60px}
.content-b6b36b h1{font-size:32px;margin-bottom:8px}
.content-b6b36b time{font-size:13px;color:#999;display:block;margin-bottom:24px}
.content-b6b36b h2{font-size:22px;margin:32px 0 12px}
.content-b6b36b h3{font-size:18px;margin:24px 0 8px}
.content-b6b36b p{margin-bottom:16px}
.content-b6b36b ul,.content-b6b36b ol{margin:0 0 16px 24px}
.content-b6b36b a{color:#e94560}
.content-b6b36b img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}
footer{border-top:1px solid #eee;padding:24px 0;margin-top:40px;text-align:center;font-size:13px;color:#999}
footer a{color:#999}
.sidebar-eecf9e{background:#f5f5f5;border-left:3px solid #999;padding:10px 14px;margin-bottom:20px;font-size:13px;color:#777;font-style:italic}
.nav-9f6bf7{background:#fef9e7;border:1px solid #f0c36d;padding:10px 14px;margin-top:20px;font-size:12px;color:#8a6d3b}
.region-ab6f1d{font-size:13px;color:#999;margin:-16px 0 24px;font-style:italic}
.section-cd177d{text-align:center;margin:0 0 20px}
.outer-749795{max-width:100%;height:auto;border-radius:6px}
.main-9d7caf{text-align:center;margin:24px 0}
.sidebar-62b847{max-width:100%;height:auto;border-radius:6px}
.wrapper-b783ab{margin-top:40px;padding-top:24px;border-top:1px solid #eee}
.wrapper-b783ab h3{font-size:18px;margin-bottom:12px}
.wrapper-b783ab ul{list-style:none;padding:0}
.wrapper-b783ab li{padding:4px 0}
.wrapper-b783ab a{color:#e94560;text-decoration:none}
/* === Theme === */
:root{--primary:#4B2EA8;--accent:#E89A4B;--bg:#FAF1DD;--fg:#0F0F1F;--border:#C7BFD0;--r:5px;--fb:'Hanken Grotesk';--fh:'Domine'}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

:root body { font-family: var(--fb), system-ui, -apple-system, sans-serif; color: var(--fg); background: var(--bg); line-height: 1.68; font-size: 16.5px; }
::selection { background: var(--accent); color: var(--fg); }
:root hr { border: 0; border-top: 1px solid var(--border); margin: 30px 0; }

:root > body > header { background: var(--primary); color: var(--bg); padding: 48px 0 28px; margin-bottom: 42px; border-bottom: 3px solid var(--accent); }
:root > body > header > div { max-width: 760px; margin: 0 auto; padding: 0 24px; }
:root > body > header h1 { font-family: var(--fh), Cambria, serif; font-size: 36px; font-weight: 700; color: var(--bg); line-height: 1.14; margin-bottom: 8px; }
:root > body > header p { font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; color: rgba(250, 241, 221, .82); max-width: 680px; }
:root > body > header a { font-family: var(--fh), Cambria, serif; font-size: 26px; color: var(--bg); text-decoration: none; font-weight: 700; }

:root main { max-width: 760px; margin: 0 auto; padding: 0 24px 70px; }
:root main > h1 { font-family: var(--fh), Cambria, serif; font-size: 34px; font-weight: 700; color: var(--primary); line-height: 1.18; margin: 6px 0 6px; }
:root main > time { display: block; font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--accent); margin-bottom: 28px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }

:root main > article > p { margin-bottom: 18px; font-size: 16.5px; line-height: 1.78; }
:root main > article > h2 { font-family: var(--fh), Cambria, serif; font-size: 25px; font-weight: 700; color: var(--primary); margin: 2.4em 0 0.45em; padding-bottom: 6px; border-bottom: 1px solid var(--accent); }
:root main > article > h3 { font-family: var(--fh), Cambria, serif; font-size: 19px; font-weight: 600; color: var(--accent); margin: 1.8em 0 0.3em; }
:root main > article ul, :root main > article ol { margin: 0 0 18px 26px; }
:root main > article li { margin-bottom: 6px; font-size: 16px; }
:root main > article li strong { color: var(--primary); font-weight: 700; }
:root main > article blockquote { border-left: 4px solid var(--accent); padding: 12px 0 12px 22px; margin: 26px 0; color: var(--primary); background: rgba(232, 154, 75, .08); border-radius: 0 var(--r) var(--r) 0; }
:root main > article > p strong { color: var(--primary); font-weight: 700; }
:root main > article > p code { font-family: 'SF Mono', Menlo, Consolas, monospace; font-size: 14px; background: rgba(75, 46, 168, .08); padding: 1px 6px; border-radius: var(--r); }

:root main > article > p a, :root main > article > p a:visited { color: var(--primary); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; text-decoration-thickness: 1.5px; font-weight: 600; }
:root main > article > p a:hover { color: var(--accent); text-decoration-color: var(--primary); }

:root main > article > p a[href^="/ref/"], :root main > article > p a[href^="/try/"], :root main > article > p a[href^="/check/"], :root main > article > p a[href^="/partner/"], :root main > article > p a[href^="/go/"], :root main > article > p a[href^="/out/"], :root main > article > p a[href^="/view/"], :root main > article > p a[href^="/choice/"] { background: var(--accent); color: var(--fg); padding: 4px 14px; border-radius: var(--r); text-decoration: none; font-weight: 700; font-family: var(--fh), Cambria, serif; font-size: 14.5px; letter-spacing: .02em; }
:root main > article > p a[href^="/ref/"]:hover, :root main > article > p a[href^="/try/"]:hover, :root main > article > p a[href^="/check/"]:hover, :root main > article > p a[href^="/partner/"]:hover, :root main > article > p a[href^="/go/"]:hover, :root main > article > p a[href^="/out/"]:hover, :root main > article > p a[href^="/view/"]:hover, :root main > article > p a[href^="/choice/"]:hover { background: var(--primary); color: var(--bg); }

:root main > article > img, :root main > article > figure { margin: 0 0 28px; }
:root main > article > img, :root main > article > figure > img { width: 100%; height: auto; display: block; border-radius: var(--r); box-shadow: 0 4px 16px rgba(15, 15, 31, .14); }

:root main > article > table, :root main > article table { width: 100%; border-collapse: collapse; margin: 26px 0; font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; background: #FFFEF7; border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
:root main > article table th { background: var(--primary); color: var(--bg); padding: 10px 14px; text-align: left; font-family: var(--fh), Cambria, serif; font-weight: 700; font-size: 13.5px; letter-spacing: .02em; }
:root main > article table td { padding: 9px 14px; border-bottom: 1px solid var(--border); vertical-align: top; font-variant-numeric: tabular-nums; }

:root main > div > div:has(> h2) { background: #FFFEF7; border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 var(--r) var(--r) 0; padding: 20px 24px; margin-bottom: 18px; transition: border-left-color .12s ease; }
:root main > div > div:has(> h2):hover { border-left-color: var(--primary); }
:root main > div > div:has(> h2) > p:first-child { font-family: var(--fb), system-ui, sans-serif; font-size: 11px; color: var(--accent); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; font-weight: 700; }
:root main > div > div:has(> h2) > h2 { font-family: var(--fh), Cambria, serif; font-size: 22px; font-weight: 700; margin-bottom: 8px; line-height: 1.22; padding-bottom: 0; border-bottom: 0; }
:root main > div > div:has(> h2) > h2 a { color: var(--primary); text-decoration: none; }
:root main > div > div:has(> h2) > h2 a:hover { color: var(--accent); }
:root main > div > div:has(> h2) > p:not(:first-child) { font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; color: var(--fg); opacity: .82; margin-bottom: 12px; }
:root main > div > div:has(> h2) > a:last-child { font-family: var(--fb), system-ui, sans-serif; font-size: 12.5px; color: var(--primary); background: transparent; padding: 0; text-decoration: none; letter-spacing: .04em; font-weight: 700; border-bottom: 1px solid var(--primary); }
:root main > div > div:has(> h2) > a:last-child:hover { color: var(--accent); border-bottom-color: var(--accent); }

:root footer { background: transparent; border-top: 1px solid var(--border); padding: 22px 0 32px; margin-top: 50px; text-align: center; font-family: var(--fb), system-ui, sans-serif; font-size: 12.5px; color: var(--fg); opacity: .60; letter-spacing: .03em; }
:root footer a { color: var(--fg); text-decoration: none; border-bottom: 1px dotted var(--border); }
:root footer a:hover { color: var(--primary); border-bottom-color: var(--primary); }

/* === R2 fixes (2026-06-09T21:50:05.506026+00:00) === */
.sidebar-eecf9e { border-left: 3px solid rgba(130, 95, 40, 0.90); padding: 0.75em 1.1em; background-color: rgba(130, 95, 40, 0.14); border-radius: 0 3px 3px 0; }
header .module-7e7020 { font-size: 1.15rem; font-weight: 800; letter-spacing: 0.05em; }
.frame-20bd01 { padding-bottom: 1.8em; margin-bottom: 1.8em; border-bottom: 1px solid rgba(74, 53, 140, 0.12); }
.wrapper-b783ab { margin-top: 3em; padding-top: 1.5em; border-top: 2px solid rgba(74, 53, 140, 0.15); }

/* === R3 fixes (2026-06-09T22:30:07.119975+00:00) === */
.content-b6b36b h1 { font-size: 1.7rem; line-height: 1.18; }
.content-b6b36b p strong, .content-b6b36b li strong { font-weight: 700; color: #111111; }
header { padding-top: 1.3em; padding-bottom: 1.3em; }
.frame-20bd01 .date { color: rgba(130, 95, 40, 0.65); font-size: 0.85rem; }

/* === R4 fixes (2026-06-09T23:10:06.599545+00:00) === */
.content-b6b36b h2 { color: #3B2A6B; }
a[href^='/deal/'] { border-bottom: 1.5px solid rgba(130, 95, 40, 0.60); padding-bottom: 1px; }
.frame-20bd01 { border-left: 2px solid rgba(74, 53, 140, 0.14); padding-left: 1.1em; margin-left: -1.1em; }
