:root{--ink:#231f2d;--muted:#6f6878;--paper:#f7f2e8;--white:#fffdf8;--plum:#39245f;--violet:#7658a8;--coral:#ff6b5f;--lime:#d6f45d;--sky:#b7ddff;--line:rgba(35,31,45,.14);--shadow:0 24px 70px rgba(42,29,65,.11);--radius:28px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:17px;line-height:1.7;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}button,input{font:inherit}.skip{position:fixed;left:16px;top:-80px;z-index:999;background:var(--ink);color:#fff;padding:12px 18px;border-radius:12px}.skip:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,242,232,.91);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{max-width:1320px;margin:auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--plum);font-size:20px;font-weight:900;letter-spacing:.12em;text-decoration:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px 12px 18px 12px;background:var(--plum);color:var(--lime);font-size:24px;font-weight:900;transform:rotate(-3deg);box-shadow:6px 6px 0 var(--coral)}.main-menu{display:flex;align-items:center;gap:6px}.main-menu a{padding:9px 14px;border-radius:999px;text-decoration:none;font-size:15px;font-weight:750}.main-menu a:hover,.main-menu a:focus-visible{background:var(--white);outline:2px solid var(--plum);outline-offset:-2px}.menu-toggle{display:none;border:0;background:transparent}.home-hero{max-width:1320px;margin:34px auto 0;padding:0 28px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:620px}.hero-copy{background:var(--plum);color:#fff;border-radius:40px 0 0 40px;padding:74px 7vw 64px 64px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-copy:after{content:"";position:absolute;width:210px;height:210px;border:42px solid var(--coral);border-radius:50%;right:-90px;top:-75px;opacity:.85}.eyebrow{display:block;color:var(--coral);font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}.hero-copy .eyebrow{color:var(--lime)}h1,h2,h3,h4{font-family:var(--font);line-height:1.08;letter-spacing:-.035em;text-wrap:balance}.hero-copy h1{font-size:clamp(54px,6.4vw,92px);margin:0;max-width:780px}.hero-copy h1 em{color:var(--lime);font-style:normal}.hero-copy p{font-size:20px;line-height:1.55;max-width:650px;color:rgba(255,255,255,.82);margin:28px 0 0}.home-hero figure{margin:0;border-radius:0 40px 40px 0;overflow:hidden;min-height:620px;background:#c9bfd5}.home-hero figure img{width:100%;height:100%;object-fit:cover}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:12px 22px;border:2px solid var(--lime);background:var(--lime);color:var(--ink);font-weight:850;border-radius:14px;text-decoration:none}.button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.18)}.button.ghost{color:#fff;background:transparent;border-color:rgba(255,255,255,.42)}.category-strip{max-width:1264px;margin:28px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--white)}.category-strip a{display:grid;grid-template-columns:auto 1fr;gap:0 14px;padding:24px;text-decoration:none;border-right:1px solid var(--line);transition:.2s}.category-strip a:last-child{border:0}.category-strip a:hover{background:var(--lime)}.category-strip b{grid-row:1/3;color:var(--coral);font-size:12px}.category-strip span{font-size:20px;font-weight:850;line-height:1.2}.category-strip small{color:var(--muted)}.home-section,.listing,.related{max-width:1264px;margin:90px auto;padding:0}.section-heading{display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px;margin-bottom:30px}.section-heading>span{grid-column:1/-1;color:var(--coral);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.15em}.section-heading h2{font-size:clamp(34px,4vw,58px);margin:0}.section-heading>a{font-weight:800}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.story-card{min-height:330px;padding:28px;border-radius:var(--radius);background:var(--white);border:1px solid var(--line);display:flex;flex-direction:column;box-shadow:0 2px 0 rgba(57,36,95,.06);transition:transform .2s,box-shadow .2s}.story-card:nth-child(5n+1),.story-card.tone-2{background:#ece4ff}.story-card:nth-child(5n+2),.story-card.tone-3{background:#e6f4ff}.story-card:nth-child(5n+3),.story-card.tone-4{background:#f2f8d3}.story-card:hover{transform:translateY(-5px) rotate(-.25deg);box-shadow:var(--shadow)}.story-card h2,.story-card h3{font-size:24px;margin:0 0 16px}.story-card h3{font-size:22px}.story-card h2 a,.story-card h3 a{text-decoration:none}.story-card p{font-size:15px;line-height:1.55;color:#5f5868;margin:0 0 22px}.card-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}.card-bottom time{font-size:13px;color:var(--muted)}.text-link{font-weight:850;text-decoration:none}.manifest{max-width:1264px;margin:90px auto;display:grid;grid-template-columns:1fr 1fr;background:var(--coral);border-radius:38px;padding:62px;gap:60px;position:relative;overflow:hidden}.manifest:after{content:"У";position:absolute;right:-20px;bottom:-100px;font-size:300px;line-height:1;font-weight:950;color:rgba(255,255,255,.13);transform:rotate(-9deg)}.manifest h2{font-size:52px;margin:0;max-width:550px}.manifest p{font-size:20px;position:relative;z-index:2}.listing-hero{max-width:1264px;margin:54px auto 0;padding:56px 58px;border-radius:36px;background:var(--plum);color:#fff;position:relative;overflow:hidden}.listing-hero:after{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:var(--sky);right:-80px;top:-100px}.listing-hero h1{font-size:clamp(50px,7vw,90px);margin:0;position:relative;z-index:2}.listing-hero p{max-width:720px;color:rgba(255,255,255,.78);font-size:19px;position:relative;z-index:2}.search{display:flex;max-width:620px;margin-top:26px;position:relative;z-index:2}.search input{flex:1;min-width:0;border:0;padding:15px 18px;border-radius:14px 0 0 14px}.search button{border:0;background:var(--lime);font-weight:850;padding:0 22px;border-radius:0 14px 14px 0}.result-count{color:var(--muted);font-size:14px}.article{max-width:1264px;margin:0 auto;padding:36px 0 80px}.breadcrumbs{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;margin-bottom:34px}.breadcrumbs a{text-decoration:none}.article-header{max-width:980px;margin:0 auto;text-align:center;padding:30px}.article-header h1{font-size:clamp(42px,6vw,76px);margin:8px 0 24px}.article-header>p{font-size:21px;line-height:1.55;color:var(--muted);max-width:800px;margin:0 auto}.meta{display:flex;justify-content:center;gap:24px;margin-top:24px;color:var(--muted);font-size:13px}.article-hero{max-width:1140px;margin:38px auto 54px}.article-hero img{width:100%;aspect-ratio:5/3;object-fit:cover;border-radius:36px;box-shadow:var(--shadow);background:#ddd}.article-hero figcaption{text-align:right;font-size:12px;color:var(--muted);margin-top:8px}.article-layout{display:grid;grid-template-columns:260px minmax(0,760px);gap:70px;justify-content:center;align-items:start}.article-aside{position:sticky;top:100px;border-top:6px solid var(--lime);background:var(--plum);color:#fff;padding:24px;border-radius:0 0 20px 20px}.article-aside span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:var(--lime)}.article-aside p{line-height:1.55;margin-bottom:0}.article-content{min-width:0}.article-content .lead{font-size:22px;line-height:1.6;color:#494151;margin-top:0}.article-content h2{font-size:36px;margin:64px 0 22px;scroll-margin-top:100px}.article-content h3{font-size:25px;margin:38px 0 14px;scroll-margin-top:100px}.article-content p{margin:0 0 20px}.article-content ul,.article-content ol{padding-left:24px}.article-content li{margin-bottom:12px}.article-content a{color:var(--plum);font-weight:700;overflow-wrap:anywhere}.quick-answer{background:var(--lime);border-radius:24px;padding:26px 30px;margin:32px 0}.quick-answer span{font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.quick-answer p{font-size:19px;margin:8px 0 0;line-height:1.55}.toc{border:1px solid var(--line);background:var(--white);border-radius:18px;padding:0 20px;margin:28px 0}.toc summary{cursor:pointer;font-weight:850;padding:18px 0}.toc ol{margin:0 0 20px;columns:2}.toc li{break-inside:avoid}.mistakes{list-style:none;padding:0!important}.mistakes li{background:#fff4f0;border-left:4px solid var(--coral);padding:16px 18px;border-radius:0 14px 14px 0;margin-bottom:12px}.week-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:24px 0}.week-grid div{display:flex;gap:14px;background:var(--white);padding:15px;border-radius:12px;border:1px solid var(--line)}.week-grid b{white-space:nowrap;color:var(--plum)}.warning{background:#ece4ff;padding:24px;border-radius:20px;border:1px solid #cab9ed}.faq details{background:var(--white);border:1px solid var(--line);border-radius:15px;margin-bottom:10px;padding:0 18px}.faq summary{cursor:pointer;font-weight:800;padding:17px 0}.sources{border-top:1px solid var(--line);margin-top:64px;color:var(--muted);font-size:14px}.related{border-top:1px solid var(--line);padding-top:70px}.legal .article-content p{font-size:16px}.simple{max-width:900px;min-height:60vh}.legacy .article-content img{border-radius:18px;margin:24px auto}.legacy .article-content table{width:100%;border-collapse:collapse;display:block;overflow:auto}.legacy .article-content th,.legacy .article-content td{border:1px solid var(--line);padding:10px}.not-found{max-width:900px;min-height:65vh;margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.not-found>span{font-size:120px;font-weight:950;color:var(--coral);line-height:1}.not-found h1{font-size:56px;margin:10px}.site-footer{background:#21182e;color:#fff;padding:70px max(28px,calc((100vw - 1264px)/2));margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.brand-footer{color:#fff}.footer-grid h2{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--lime);margin:0 0 16px}.footer-grid a:not(.brand){display:block;color:rgba(255,255,255,.77);text-decoration:none;margin:9px 0}.footer-grid p{color:rgba(255,255,255,.58);max-width:330px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:54px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);font-size:12px;color:rgba(255,255,255,.52)}@media(max-width:1100px){.home-section,.listing,.related,.manifest,.article{margin-left:24px;margin-right:24px}.card-grid{grid-template-columns:repeat(2,1fr)}.home-hero{grid-template-columns:1fr 42%;min-height:560px}.hero-copy{padding:50px 40px}.home-hero figure{min-height:560px}.article-layout{grid-template-columns:210px minmax(0,1fr);gap:34px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}@media(max-width:760px){body{font-size:16px}.header-inner{padding:12px 18px}.menu-toggle{display:grid;width:52px;height:44px;padding:8px;border:0;place-content:center;gap:4px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink)}.menu-toggle b{font-size:9px;text-transform:uppercase}.main-menu{display:none;position:absolute;left:12px;right:12px;top:68px;background:var(--white);padding:12px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-menu.open{display:flex}.main-menu a{padding:13px 15px}.home-hero{display:block;padding:0 14px;margin-top:14px}.hero-copy{border-radius:28px 28px 0 0;padding:52px 26px}.hero-copy h1{font-size:52px}.hero-copy p{font-size:17px}.home-hero figure{border-radius:0 0 28px 28px;min-height:300px;height:300px}.category-strip{margin:18px 14px 0;grid-template-columns:1fr 1fr}.category-strip a:nth-child(2){border-right:0}.category-strip a:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-strip a{padding:18px}.home-section,.listing,.related,.manifest,.article{margin:64px 14px;padding-left:0;padding-right:0}.section-heading{display:block}.section-heading h2{margin:6px 0 12px}.card-grid{grid-template-columns:1fr}.story-card{min-height:270px}.manifest{grid-template-columns:1fr;padding:34px 28px;gap:18px}.manifest h2{font-size:38px}.listing-hero{margin:22px 14px 0;padding:42px 24px;border-radius:28px}.listing-hero:after{opacity:.25}.listing-hero h1{font-size:52px}.search button{padding:0 15px}.article{margin-top:0}.breadcrumbs{padding:0 8px}.article-header{padding:12px 4px}.article-header h1{font-size:40px}.article-header>p,.article-content .lead{font-size:18px}.meta{flex-wrap:wrap;gap:8px 18px}.article-hero{margin:26px 0 38px}.article-hero img{border-radius:24px;aspect-ratio:4/3}.article-layout{display:block}.article-aside{position:static;margin-bottom:22px}.article-content h2{font-size:30px;margin-top:50px}.article-content h3{font-size:22px}.toc ol{columns:1}.week-grid{grid-template-columns:1fr}.week-grid div{display:block}.week-grid b{display:block}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block}.site-footer{padding:54px 24px}.not-found>span{font-size:88px}.not-found h1{font-size:42px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
