*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Palatino Linotype',Palatino,'Book Antiqua',serif;line-height:1.9;color:#2a2a2a;background:#fefefe}
.main-115d47{max-width:640px;margin:0 auto;padding:0 20px}
.sidebar-62352a{padding:60px 0 40px;border-bottom:1px solid #ccc;margin-bottom:48px}
.sidebar-62352a h1{font-size:24px;font-weight:400;letter-spacing:-.5px}
.sidebar-62352a p{font-size:14px;color:#777;margin-top:6px;font-style:italic}
.sidebar-62352a a{color:#2a2a2a;text-decoration:none;font-size:24px;font-weight:400;letter-spacing:-.5px}
.section-051ef6{padding:20px 0}
.section-051ef6 h2{font-size:18px;font-weight:400;margin-bottom:4px}
.section-051ef6 h2 a{color:#2a2a2a;text-decoration:none;border-bottom:1px solid transparent}
.section-051ef6 h2 a:hover{border-bottom-color:#2a2a2a}
.section-051ef6 .page-ae4ac5{font-size:12px;color:#aaa;margin-bottom:6px}
.section-051ef6 p{font-size:14px;color:#666}
.module-42ec6a{color:#888;font-size:13px;text-decoration:none}
.module-42ec6a:hover{color:#2a2a2a}
.footer-f10c21{padding-bottom:60px}
.footer-f10c21 h1{font-size:28px;font-weight:400;margin-bottom:8px}
.footer-f10c21 .page-ae4ac5{font-size:12px;color:#aaa;display:block;margin-bottom:32px}
.footer-f10c21 h2{font-size:21px;font-weight:400;margin:40px 0 12px;border-bottom:1px solid #eee;padding-bottom:6px}
.footer-f10c21 h3{font-size:17px;margin:28px 0 8px}
.footer-f10c21 p{margin-bottom:18px;font-size:16px}
.footer-f10c21 ul,.footer-f10c21 ol{margin:0 0 18px 20px}
.footer-f10c21 a{color:#555;border-bottom:1px solid #ccc}
.footer-f10c21 a:hover{color:#000;border-bottom-color:#000}
.footer-f10c21 img{max-width:100%;height:auto;margin:24px 0}
.wrapper-3f9e12{border-top:1px solid #ddd;padding:20px 0;margin-top:48px;text-align:center;font-size:12px;color:#aaa}
.wrapper-3f9e12 a{color:#aaa;text-decoration:none}
.panel-08423f{padding:0 0 16px;margin-bottom:24px;font-size:12px;color:#aaa;font-style:italic;border-bottom:1px solid #eee}
.header-509269{padding:16px 0 0;margin-top:32px;font-size:11px;color:#999;border-top:1px solid #eee}
.wrapper-534c95{font-size:12px;color:#aaa;margin:-26px 0 32px;font-weight:300}
.layout-7c716a{margin:0 auto 32px;max-width:720px}
.container-1e4825{width:100%;height:auto}
.section-551015{margin:24px auto;max-width:720px}
.content-2a2317{width:100%;height:auto}
.nav-9f284f{margin-top:40px;padding-top:20px;border-top:1px solid #eee;font-size:14px;color:#888}
.nav-9f284f em{color:#aaa}
.nav-9f284f a{color:#555;border-bottom:1px solid #ddd;text-decoration:none}
/* === Theme === */
:root{--primary:#2A455C;--accent:#9C7A4A;--bg:#EEE6D5;--fg:#0F1820;--border:#B8AC9C;--r:7px;--fb:'Mulish';--fh:'Domine'}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Mulish:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

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

:root > body > header { background: var(--primary); color: var(--bg); padding: 46px 0 28px; margin-bottom: 40px; border-bottom: 3px solid var(--accent); }
:root > body > header > h1, :root > body > header h1 { max-width: 720px; margin: 0 auto 8px; padding: 0 24px; font-family: var(--fh), Cambria, serif; font-size: 32px; font-weight: 600; color: var(--bg); line-height: 1.16; }
:root > body > header > p, :root > body > header p { max-width: 720px; margin: 0 auto; padding: 0 24px; font-family: var(--fb), system-ui, sans-serif; font-size: 14px; color: rgba(238, 230, 213, .82); }
:root > body > header a { font-family: var(--fh), Cambria, serif; font-size: 26px; color: var(--bg); text-decoration: none; font-weight: 600; }

:root main { max-width: 720px; margin: 0 auto; padding: 0 24px 60px; }
:root main > h1 { font-family: var(--fh), Cambria, serif; font-size: 28px; font-weight: 600; color: var(--primary); line-height: 1.20; 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: 26px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }

:root main > article > p { margin-bottom: 16px; font-size: 16px; }
:root main > article > h2 { font-family: var(--fh), Cambria, serif; font-size: 22px; font-weight: 600; color: var(--primary); margin: 34px 0 10px; padding-bottom: 5px; border-bottom: 1px solid var(--accent); }
:root main > article ul, :root main > article ol { margin: 0 0 16px 24px; }
:root main > article li { margin-bottom: 6px; font-size: 15.5px; }
:root main > article li strong { color: var(--primary); font-weight: 700; }
:root main > article > p strong { color: var(--primary); font-weight: 700; }

: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/"] { background: var(--accent); color: var(--bg); padding: 3px 12px; border-radius: var(--r); text-decoration: none; font-weight: 600; font-family: var(--fh), Cambria, serif; font-size: 14px; 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 { background: var(--primary); color: var(--bg); }

:root main > article > img, :root main > article > figure { margin: 0 0 26px; }
:root main > article > img, :root main > article > figure > img { width: 100%; height: auto; display: block; border-radius: var(--r); box-shadow: 0 3px 14px rgba(15, 24, 32, .12); }

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

:root main > div:has(> h2 > a) { padding: 18px 22px; margin-bottom: 14px; background: #FFFCEF; border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: 0 var(--r) var(--r) 0; transition: border-left-color .12s ease; }
:root main > div:has(> h2 > a):hover { border-left-color: var(--primary); }
:root main > div:has(> h2 > a) > 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: 6px; font-weight: 700; }
:root main > div:has(> h2 > a) > h2 { font-family: var(--fh), Cambria, serif; font-size: 18px; font-weight: 600; margin-bottom: 6px; line-height: 1.22; padding-bottom: 0; border-bottom: 0; }
:root main > div:has(> h2 > a) > h2 a { color: var(--primary); text-decoration: none; }
:root main > div:has(> h2 > a) > p:not(:first-child) { font-family: var(--fb), system-ui, sans-serif; font-size: 14px; color: var(--fg); opacity: .82; margin-bottom: 10px; }
:root main > div:has(> h2 > a) > 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 footer { background: transparent; border-top: 1px solid var(--border); padding: 22px 0 32px; margin-top: 44px; text-align: center; font-family: var(--fb), system-ui, sans-serif; font-size: 12px; 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); }
