*{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}
.page-ea9197{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 .widget-1bae00{color:#fff;text-decoration:none;font-size:18px;font-weight:600}
.wrapper-8f73f5{border-bottom:1px solid #eee;padding:24px 0}
.wrapper-8f73f5 h2{font-size:20px;margin-bottom:8px}
.wrapper-8f73f5 h2 a{color:#1a1a2e;text-decoration:none}
.wrapper-8f73f5 h2 a:hover{color:#e94560}
.wrapper-8f73f5 .date{font-size:13px;color:#999;margin-bottom:8px}
.widget-57df44{color:#e94560;text-decoration:none;font-size:14px;font-weight:600}
.footer-f12cf1{padding-bottom:60px}
.footer-f12cf1 h1{font-size:32px;margin-bottom:8px}
.footer-f12cf1 time{font-size:13px;color:#999;display:block;margin-bottom:24px}
.footer-f12cf1 h2{font-size:22px;margin:32px 0 12px}
.footer-f12cf1 h3{font-size:18px;margin:24px 0 8px}
.footer-f12cf1 p{margin-bottom:16px}
.footer-f12cf1 ul,.footer-f12cf1 ol{margin:0 0 16px 24px}
.footer-f12cf1 a{color:#e94560}
.footer-f12cf1 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}
.header-dcac93{background:#f5f5f5;border-left:3px solid #999;padding:10px 14px;margin-bottom:20px;font-size:13px;color:#777;font-style:italic}
.block-0938a6{background:#fef9e7;border:1px solid #f0c36d;padding:10px 14px;margin-top:20px;font-size:12px;color:#8a6d3b}
.content-a21156{font-size:13px;color:#999;margin:-16px 0 24px;font-style:italic}
.header-28e86f{text-align:center;margin:0 0 20px}
.header-b474a2{max-width:100%;height:auto;border-radius:6px}
.layout-e08b75{text-align:center;margin:24px 0}
.inner-d79e2c{max-width:100%;height:auto;border-radius:6px}
.frame-34385d{margin-top:40px;padding-top:24px;border-top:1px solid #eee}
.frame-34385d h3{font-size:18px;margin-bottom:12px}
.frame-34385d ul{list-style:none;padding:0}
.frame-34385d li{padding:4px 0}
.frame-34385d a{color:#e94560;text-decoration:none}
/* === Theme === */
:root{--primary:#2C2418;--accent:#5A8AAE;--bg:#ECE5D2;--fg:#0E0905;--border:#C5BE9C;--r:40px;--fb:'Spline Sans';--fh:'Belleza'}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Spline+Sans: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.8; font-size: 16px; }
::selection { background: var(--accent); color: var(--bg); }
:root hr { border: 0; border-top: 1px solid var(--border); margin: 30px 0; }

:root header { background: var(--primary); color: var(--bg); padding: 46px 0 28px; margin-bottom: 44px; border-bottom: 4px solid var(--accent); }
:root header h1 { font-family: var(--fh), Cambria, serif; font-size: 38px; font-weight: 400; color: var(--bg); line-height: 1.14; margin-bottom: 6px; letter-spacing: .02em; text-transform: uppercase; }
:root header h1 + p { font-family: var(--fb), system-ui, sans-serif; font-size: 14px; color: rgba(236, 229, 210, .82); font-style: italic; }
:root header a { font-family: var(--fh), Cambria, serif; font-size: 26px; color: var(--bg); text-decoration: none; font-weight: 400; text-transform: uppercase; }

:root main { padding-bottom: 60px; }
:root main > h1 { font-family: var(--fh), Cambria, serif; font-size: 34px; font-weight: 400; color: var(--primary); line-height: 1.16; margin: 10px 0 6px; letter-spacing: .02em; }
: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:not(:has(> .date)) > p { margin-bottom: 1.4em; font-size: 16px; }
:root main > article:not(:has(> .date)) > h2 { font-family: var(--fh), Cambria, serif; font-size: 1.6em; font-weight: 700; color: var(--primary); margin: 2.5em 0 0.75em; padding-bottom: 10px; border-bottom: 3px solid var(--accent); letter-spacing: .02em; }
:root main > article:not(:has(> .date)) > h3 { font-family: var(--fh), Cambria, serif; font-size: 1.1em; font-weight: 600; color: var(--primary); margin: 24px 0 8px; letter-spacing: normal; text-transform: none; }
:root main > article:not(:has(> .date)) ul, :root main > article:not(:has(> .date)) ol { margin: 0 0 18px 24px; }
:root main > article:not(:has(> .date)) > ul li, :root main > article:not(:has(> .date)) > ol li { margin-bottom: 0.75em; line-height: 1.75; }
:root main > article:not(:has(> .date)) blockquote { border-left: 4px solid var(--accent); padding: 0.9em 1.4em; margin: 2em 0; font-style: italic; color: var(--primary); background: rgba(90, 138, 174, .07); border-radius: 0 var(--r) var(--r) 0; font-size: 1.04em; line-height: 1.8; }

:root main > article:not(:has(> .date)) > p a, :root main > article:not(:has(> .date)) > 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:not(:has(> .date)) > p a:hover { color: var(--accent); text-decoration-color: var(--primary); }

:root main > article:not(:has(> .date)) > p a[href^="/ref/"], :root main > article:not(:has(> .date)) > p a[href^="/try/"], :root main > article:not(:has(> .date)) > p a[href^="/check/"], :root main > article:not(:has(> .date)) > p a[href^="/partner/"], :root main > article:not(:has(> .date)) > p a[href^="/go/"] { background: var(--accent); color: var(--bg); border-radius: var(--r); padding: 3px 14px; text-decoration: none; font-family: var(--fh), Cambria, serif; font-size: 14.5px; letter-spacing: .04em; font-weight: 400; text-transform: uppercase; }
:root main > article:not(:has(> .date)) > p a[href^="/ref/"]:hover, :root main > article:not(:has(> .date)) > p a[href^="/try/"]:hover, :root main > article:not(:has(> .date)) > p a[href^="/check/"]:hover, :root main > article:not(:has(> .date)) > p a[href^="/partner/"]:hover, :root main > article:not(:has(> .date)) > p a[href^="/go/"]:hover { background: var(--primary); }

:root main > article:not(:has(> .date)) > div:has(> img) { margin: 0 0 28px; }
:root main > article:not(:has(> .date)) > div:has(> img) > img { width: 100%; height: auto; display: block; border-radius: var(--r); box-shadow: 0 3px 16px rgba(14, 9, 5, .12); }

:root main > article:not(:has(> .date)) > div:has(> em) { border-left: 4px solid var(--primary); border-radius: 0 var(--r) var(--r) 0; padding: 12px 18px; margin-top: 32px; font-size: 13.5px; color: var(--fg); font-family: var(--fb), system-ui, sans-serif; font-style: italic; background: rgba(44, 36, 24, .06); }
:root main > article:not(:has(> .date)) > div:has(> em) em { font-family: var(--fh), Cambria, serif; font-style: normal; color: var(--primary); text-transform: uppercase; font-size: 11px; letter-spacing: .14em; display: inline-block; margin-right: 8px; font-weight: 400; }

:root main > article:has(> .date) { padding: 22px 0; border-bottom: 1px solid var(--border); }
:root main > article:has(> .date):last-of-type { border-bottom: 0; }
:root main > article:has(> .date) > h2 { font-family: var(--fh), Cambria, serif; font-size: 22px; font-weight: 400; margin-bottom: 4px; line-height: 1.22; letter-spacing: .02em; }
:root main > article:has(> .date) > h2 a { color: var(--primary); text-decoration: none; }
:root main > article:has(> .date) > h2 a:hover { color: var(--accent); }
:root main > article:has(> .date) > .date { font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--accent); letter-spacing: .06em; text-transform: none; margin-bottom: 8px; display: block; font-weight: 700; }
:root main > article:has(> .date) > p:not(.date) { font-size: 16px; color: var(--fg); opacity: .85; margin-bottom: 1.4em; }
:root main > article:has(> .date) > a:last-child { font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--bg); background: var(--primary); padding: 6px 16px; border-radius: 4px; text-decoration: none; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
:root main > article:has(> .date) > a:last-child:hover { background: var(--accent); }

:root main > section { margin-top: 40px; padding-top: 22px; border-top: 2px solid var(--primary); }
:root main > section > h3 { font-family: var(--fh), Cambria, serif; font-size: 14px; color: var(--primary); margin-bottom: 14px; font-weight: 600; letter-spacing: normal; text-transform: none; }
:root main > section > ul { list-style: none; margin: 0; padding: 0; }
:root main > section > ul > li { padding: 9px 0; border-bottom: 1px dotted var(--border); }
:root main > section > ul > li:last-child { border-bottom: 0; }
:root main > section > ul > li > a { color: var(--fg); text-decoration: none; font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; }
:root main > section > ul > li > a:hover { color: var(--primary); }

:root footer { background: transparent; border-top: 1px solid var(--accent); 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: .04em; 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); }

/* === R2 fixes (2026-06-02T10:40:04.860302+00:00) === */

.wrapper-8f73f5 { padding: 1.2em 0; border-bottom: 1px solid #d8d0c4; margin-bottom: 0.5em; }

.widget-57df44 { display: inline-block; padding: 0.35em 0.9em; background-color: var(--primary); color: #ffffff; border-radius: 3px; font-weight: 600; text-decoration: none; font-size: 0.9em; }

.content-a21156 { font-size: 0.83em; font-style: italic; color: var(--primary); font-weight: 500; margin: 0 0 1.6em; display: block; opacity: 1; }

:root main > article:not(:has(> .date)) a[href^='/rec/'] { background: var(--accent); color: var(--bg); border-radius: 4px; padding: 2px 10px; text-decoration: none; font-weight: 400; font-size: 0.93em; display: inline-block; }
:root main > article:not(:has(> .date)) a[href^='/rec/']:hover { background: var(--primary); }

/* === R3 fixes (2026-06-02T11:30:05.081527+00:00) === */

table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: 0.92em; }
th { background: var(--primary); color: var(--bg); text-align: left; padding: 9px 12px; font-family: var(--fh), Cambria, serif; font-weight: 400; letter-spacing: .02em; }
td { padding: 8px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
tr:nth-child(even) td { background: rgba(44, 36, 24, .04); }

/* === R4 fixes (2026-06-02T12:10:04.349217+00:00) === */

:root main > article:not(:has(> .date)) > p:first-of-type { font-size: 1.05em; line-height: 1.85; color: var(--primary); font-weight: 500; }
