*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.75;color:#333;background:#f0f2f5}
.Container_row__afuKU{max-width:860px;margin:0 auto;padding:0 20px}
.Banner_text__7IAj0{background:#fff;padding:28px 0;margin-bottom:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.Banner_text__7IAj0 h1{font-size:22px;font-weight:700;margin-bottom:2px}
.Banner_text__7IAj0 p{font-size:14px;color:#666}
.Banner_text__7IAj0 a{color:#333;text-decoration:none;font-size:18px;font-weight:700}
.Header_head__HzmdW{display:flex;flex-direction:column;gap:20px}
.Grid_wrap__Iz15V{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:24px 28px;transition:transform .15s,box-shadow .15s}
.Grid_wrap__Iz15V:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.Grid_wrap__Iz15V h2{font-size:19px;margin-bottom:6px}
.Grid_wrap__Iz15V h2 a{color:#1a1a1a;text-decoration:none}
.Grid_wrap__Iz15V .Main_row__SrnYW{font-size:12px;color:#999;margin-bottom:8px}
.Grid_wrap__Iz15V p{font-size:14px;color:#555;margin-bottom:12px}
.Header_head__d25AA{display:inline-block;background:#5865f2;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.Header_head__d25AA:hover{background:#4752c4}
.Section_wrapper__coIFP{padding-bottom:60px}
.Section_wrapper__coIFP h1{font-size:30px;font-weight:700;margin-bottom:8px}
.Section_wrapper__coIFP time{font-size:12px;color:#999;display:block;margin-bottom:24px}
.Section_wrapper__coIFP h2{font-size:22px;margin:32px 0 12px}
.Section_wrapper__coIFP h3{font-size:18px;margin:24px 0 8px}
.Section_wrapper__coIFP p{margin-bottom:16px}
.Section_wrapper__coIFP ul,.Section_wrapper__coIFP ol{margin:0 0 16px 24px}
.Section_wrapper__coIFP a{color:#5865f2}
.Section_wrapper__coIFP img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}
.Wrapper_box__frr0C{padding:24px 0;margin-top:40px;text-align:center;font-size:12px;color:#999}
.Wrapper_box__frr0C a{color:#999;text-decoration:none}
.Nav_block__uAJHG{background:#e8eaf0;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#888;font-style:italic}
.Main_item__ex5We{background:#fff8e1;border-radius:8px;padding:12px 16px;margin-top:24px;font-size:12px;color:#9e8600}
.Hero_body__eHAQ4{display:inline-block;background:#f0f2f7;border-radius:12px;padding:4px 12px;margin:-18px 0 24px;font-size:12px;color:#777}
.Footer_foot__PoxdI{text-align:center;margin:0 0 24px}
.Module_head__2CTeQ{max-width:100%;height:auto;border-radius:12px}
.Hero_block__DDut7{text-align:center;margin:24px 0}
.Footer_wrap__E2klb{max-width:100%;height:auto;border-radius:12px}
.Grid_title__ZtxY4{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0}
.Grid_title__ZtxY4 h3{font-size:16px;font-weight:700;margin-bottom:12px}
.crd-related-list{display:flex;flex-direction:column;gap:8px}
.crd-related-link{display:block;background:#fff;border-radius:8px;padding:10px 14px;color:#333;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.crd-related-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
/* === Theme === */
:root{--primary:#558B4A;--accent:#DA9E80;--bg:#F4EDD8;--fg:#1A1F14;--border:#D2DCC5;--r:14px;--fb:'Mulish';--fh:'Marcellus'}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Mulish: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.74; 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: 52px 0 32px; margin-bottom: 44px; border-bottom: 3px solid var(--accent); }
:root > body > header > div { max-width: 740px; margin: 0 auto; padding: 0 24px; }
:root > body > header h1 { font-family: var(--fh), Cambria, serif; font-size: 38px; font-weight: 400; color: var(--bg); line-height: 1.16; margin-bottom: 8px; letter-spacing: .01em; }
:root > body > header p { font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; color: rgba(244, 237, 216, .82); max-width: 660px; font-style: italic; }
:root > body > header a { font-family: var(--fh), Cambria, serif; font-size: 26px; color: var(--bg); text-decoration: none; font-weight: 400; }

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

:root main > article > p { margin-bottom: 18px; font-size: 16.5px; }
:root main > article > h2 { font-family: var(--fh), Cambria, serif; font-size: 25px; font-weight: 400; color: var(--primary); margin: 38px 0 12px; padding-bottom: 6px; border-bottom: 1px solid var(--accent); letter-spacing: .01em; }
:root main > article ul, :root main > article ol { margin: 0 0 18px 24px; }
:root main > article li { margin-bottom: 6px; font-size: 16px; }
: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: 700; }
: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 3px 14px rgba(26, 31, 20, .14); }

:root main > div > div:has(> h2) { background: #FBF9EE; border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 var(--r) var(--r) 0; padding: 22px 26px; margin-bottom: 18px; box-shadow: 0 1px 6px rgba(26, 31, 20, .06); 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: 6px; font-weight: 700; }
:root main > div > div:has(> h2) > h2 { font-family: var(--fh), Cambria, serif; font-size: 22px; font-weight: 400; margin-bottom: 8px; line-height: 1.22; padding-bottom: 0; border-bottom: 0; letter-spacing: .01em; }
: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: 24px 0 36px; margin-top: 52px; text-align: center; font-family: var(--fb), system-ui, sans-serif; font-size: 12.5px; color: var(--fg); opacity: .60; letter-spacing: .03em; font-style: italic; }
:root footer a { color: var(--fg); text-decoration: none; border-bottom: 1px dotted var(--border); font-style: normal; }
:root footer a:hover { color: var(--primary); border-bottom-color: var(--primary); }
