:root{--bg: #faf8f3;--paper: rgba(255, 255, 255, .68);--text: #1f2a25;--muted: #6d756f;--green: #143d2c;--green-light: #2e7a55;--line: rgba(20, 61, 44, .14);--surface: rgba(255, 255, 255, .54);--surface-soft: rgba(255, 255, 255, .5);--accent-soft: rgba(20, 61, 44, .06);--body-gradient-spot: rgba(255, 255, 255, .8);--body-gradient-pattern: rgba(20, 61, 44, .025);--hero-watermark: rgba(31, 42, 37, .055);--hero-subtext: #35413b;--shadow-soft: rgba(20, 61, 44, .06);--shadow-button: rgba(20, 61, 44, .18);--button-from: #17442f;--button-to: #0f3022;--button-text: #fff;--toggle-bg: rgba(255, 255, 255, .72);--toggle-border: var(--line);--toggle-icon: var(--green);--hero-illustration-opacity: .22}[data-theme=dark]{color-scheme:dark;--bg: #1c2220;--paper: rgba(38, 46, 42, .9);--text: #dfe5e1;--muted: #9caaa2;--green: #b8dcc8;--green-light: #8fc4a8;--line: rgba(184, 220, 200, .14);--surface: rgba(48, 58, 54, .72);--surface-soft: rgba(48, 58, 54, .66);--accent-soft: rgba(143, 196, 168, .1);--body-gradient-spot: rgba(60, 72, 66, .45);--body-gradient-pattern: rgba(143, 196, 168, .035);--hero-watermark: rgba(184, 220, 200, .055);--hero-subtext: #c5cec8;--shadow-soft: rgba(0, 0, 0, .24);--shadow-button: rgba(0, 0, 0, .32);--button-from: #3d6b55;--button-to: #2f5444;--button-text: #eef5f0;--toggle-bg: rgba(48, 58, 54, .88);--toggle-border: rgba(184, 220, 200, .18);--toggle-icon: #b8dcc8;--hero-illustration-opacity: .16}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,var(--body-gradient-spot),transparent 36%),linear-gradient(135deg,var(--body-gradient-pattern) 25%,transparent 25%) 0 0 / 18px 18px,var(--bg);line-height:1.75;transition:background-color .25s ease,color .25s ease}a{color:inherit;text-decoration:none}.site{min-height:100vh}.header{position:absolute;top:32px;left:48px;right:48px;z-index:5;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.header__brand{min-width:0}.header .book-top__brand{flex-shrink:0}.header .theme-toggle{width:36px;height:36px;margin-top:0}.header .theme-toggle svg{width:18px;height:18px}.theme-toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-top:2px;padding:0;border:1px solid var(--toggle-border);border-radius:999px;background:var(--toggle-bg);color:var(--toggle-icon);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.theme-toggle:hover{border-color:var(--green-light)}.theme-toggle:focus-visible{outline:2px solid var(--green-light);outline-offset:2px}.theme-toggle svg{width:20px;height:20px}.theme-toggle__sun,[data-theme=dark] .theme-toggle__moon{display:none}[data-theme=dark] .theme-toggle__sun{display:block}.book-top__brand{display:flex;align-items:center;gap:10px}.book-top__title{color:var(--muted)}.book-top .theme-toggle{width:36px;height:36px;margin-top:0}.book-top .theme-toggle svg{width:18px;height:18px}.logo{font-size:28px;font-weight:800;color:var(--green);letter-spacing:-.04em}.logo-sub{margin-top:2px;font-size:15px;color:var(--muted)}.hero{position:relative;min-height:100vh;padding:120px 32px 60px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero:before{content:"КАК ПЕРЕСТАТЬ БЫТЬ РАЗВАЛИНОЙ";position:absolute;top:11%;left:50%;transform:translate(-50%) rotate(2deg);width:100%;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:900;font-size:clamp(64px,11vw,180px);line-height:.95;color:var(--hero-watermark);letter-spacing:-.06em;pointer-events:none;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.hero-illustration{position:absolute;inset:auto 0 0;width:100%;height:58%;opacity:var(--hero-illustration-opacity);pointer-events:none;background-image:var(--hero-cover-image);background-position:center bottom;background-size:contain;background-repeat:no-repeat}.hero-content{position:relative;z-index:2;max-width:860px;text-align:center;padding-top:80px}.hero h1{margin:0;font-size:clamp(54px,8vw,96px);line-height:1;color:var(--green);letter-spacing:-.07em}.divider{width:88px;height:4px;background:var(--green-light);margin:34px auto 30px;border-radius:999px}.hero h2{margin:0 0 16px;font-size:clamp(26px,3vw,38px);letter-spacing:-.04em}.hero p{max-width:620px;margin:0 auto 34px;font-size:21px;color:var(--hero-subtext)}.button{display:inline-flex;align-items:center;justify-content:center;min-width:260px;padding:18px 30px;border-radius:14px;background:linear-gradient(135deg,var(--button-from),var(--button-to));color:var(--button-text);font-weight:800;font-size:20px;box-shadow:0 18px 40px var(--shadow-button)}.stats{display:flex;justify-content:center;gap:72px;margin-top:66px;color:var(--muted)}.stat strong{display:block;color:var(--text);font-size:20px}.book-page{max-width:1040px;margin:0 auto;padding:56px 28px 80px}.book-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:54px;color:var(--muted);font-size:15px}.book-top a{border-bottom:1px solid var(--line)}.chapter{background:var(--paper);border:1px solid var(--line);border-radius:34px;padding:clamp(28px,5vw,72px);box-shadow:0 24px 80px var(--shadow-soft)}.chapter-kicker{color:var(--green-light);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.chapter h1{margin:10px 0 28px;color:var(--green);font-size:clamp(42px,6vw,60px);line-height:1.02;letter-spacing:-.07em}.chapter-image{width:100%;max-height:460px;object-fit:contain;margin:6px 0 44px;opacity:.92}.chapter-image--mobile{display:none}.chapter--materials-list h1{font-size:clamp(28px,4vw,38px);letter-spacing:-.05em}.chapter--material h1{font-size:clamp(28px,4vw,40px);letter-spacing:-.05em}.chapter--materials-list .material-card{display:block;padding:14px 18px;border-radius:18px;background:var(--surface);border:1px solid var(--line);font-size:22px;line-height:1.75;color:var(--text)}.chapter--materials-list .material-card h2{margin:0;max-width:none;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:normal;color:var(--green)}.chapter p,.chapter-content p{max-width:780px;font-size:22px;margin:0 auto 24px}.chapter h2,.chapter-content h2{max-width:780px;margin:54px auto 18px;font-size:34px;line-height:1.15;letter-spacing:-.05em;color:var(--green)}.task{max-width:780px;margin:58px auto 0;padding:30px;border-radius:24px;background:var(--accent-soft);border:1px solid var(--line)}.task-title{font-weight:900;color:var(--green);margin-bottom:8px}.task-content p{max-width:none;margin:0 0 16px;font-size:22px}.task-content p:last-child{margin-bottom:0}.nav-bottom{max-width:1040px;margin:34px auto 0;display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:stretch}.nav-card{padding:22px 24px;border:1px solid var(--line);border-radius:20px;background:var(--surface-soft);color:var(--muted)}.nav-card strong{display:block;color:var(--green);font-size:20px}.nav-card.next{text-align:right}.contents{max-width:760px;margin:0;display:grid;gap:12px}.hero-bottom{max-width:760px;margin:44px auto 0;display:flex;flex-direction:column;gap:48px}.contents a{display:flex;justify-content:space-between;padding:18px 22px;border-radius:18px;background:var(--surface);border:1px solid var(--line)}.materials-footer{margin:0;text-align:center}.materials-footer a{display:inline-block;color:var(--muted);font-size:17px;border-bottom:1px solid var(--line);padding-bottom:2px}.materials-grid{max-width:760px;margin:0 auto;display:grid;gap:12px}.muted-text{color:var(--muted)}.related-chapter{max-width:780px;margin:58px auto 0;padding:30px;border-radius:24px;background:var(--accent-soft);border:1px solid var(--line)}.related-chapter a{font-weight:800;color:var(--green);border-bottom:1px solid var(--line)}.related-materials{max-width:780px;margin:58px auto 0}.related-materials h2{margin:0 0 18px;font-size:34px;line-height:1.15;letter-spacing:-.05em;color:var(--green)}.related-materials ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.related-materials a{display:block;padding:18px 22px;border-radius:18px;background:var(--surface);border:1px solid var(--line)}.related-materials strong{color:var(--green);font-size:20px}.related-materials .excerpt{display:block;margin-top:6px;color:var(--muted);font-weight:400;font-size:17px}@media(max-width:760px){body{line-height:1.65}.header{position:relative;top:auto;left:auto;right:auto;padding:22px 20px 0;align-items:flex-start}.header .book-top__brand{margin-top:2px}.header .book-top__title{font-size:14px;line-height:1.2}.logo{font-size:24px}.logo-sub{font-size:14px}.hero{min-height:auto;padding:48px 18px 44px;display:block}.hero:before{top:120px;font-size:56px;line-height:1;width:120%;opacity:.85}.hero-illustration{height:42%;background-size:cover;opacity:.13}.hero-content{padding-top:80px;max-width:100%}.hero h1{font-size:52px}.hero h2{font-size:25px}.hero p{font-size:18px;margin-bottom:26px}.button{min-width:0;width:100%;max-width:320px;font-size:18px;padding:16px 24px}.stats{margin-top:42px;gap:18px;flex-direction:column}.hero-bottom{margin-top:34px;gap:40px}.contents{margin-top:0}.contents a{padding:15px 16px;font-size:15px}.book-page{padding:22px 14px 48px}.book-top{margin-bottom:22px;font-size:14px;gap:12px}.book-top__brand{gap:8px}.chapter{border-radius:24px;padding:24px 18px 30px}.chapter-kicker{font-size:12px}.chapter h1{font-size:36px;line-height:1.08;letter-spacing:-.035em;overflow-wrap:anywhere;word-break:normal}.chapter-image{margin:0 0 30px;max-height:260px}.chapter-image--desktop{display:none}.chapter-image--mobile{display:block}.chapter--materials-list h1,.chapter--material h1{font-size:26px;line-height:1.12}.chapter--materials-list .material-card{font-size:18px;padding:12px 16px}.task-content p{font-size:18px;margin-bottom:14px}.chapter p,.chapter-content p{font-size:18px;margin-bottom:20px}.chapter h2,.chapter-content h2{font-size:28px;margin-top:38px}.task{margin-top:38px;padding:22px;border-radius:20px}.nav-bottom{grid-template-columns:1fr;gap:12px;margin-top:20px}.nav-card,.nav-card.next{text-align:left;padding:18px}.nav-card strong{font-size:18px}}
