.header{width:100%;background:#fff;box-shadow:0 2px 8px rgba(25,118,210,.06);border-radius:0 0 18px 18px;margin-bottom:32px;position:relative;z-index:10}.header__container{max-width:980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px 16px 14px}.header__logo-link{display:flex;align-items:center;gap:12px;text-decoration:none}.header__logo{width:44px;height:44px;object-fit:cover;border-radius:12px;box-shadow:0 2px 8px rgba(25,118,210,.08);background:#f3f6fa}.header__wordmark{font-size:1.3rem;font-weight:700;color:#1976d2;letter-spacing:-.01em}.header__nav{display:none}.header__nav-list{display:flex;gap:18px;list-style:none;margin:0;padding:0}.header__nav-list li a{color:var(--link,#1976d2);font-weight:600;padding:7px 16px;border-radius:7px;transition:background .15s,color .15s;text-decoration:none;font-size:1rem}.header__nav-list li a:focus,.header__nav-list li a:hover{background:var(--primary,#1976d2);color:#fff}.header__burger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.header__burger-bar{width:28px;height:3px;background:#1976d2;border-radius:2px}.header__nav-mobile{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 4px 16px rgba(25,118,210,.12);border-radius:0 0 18px 18px;z-index:20}.header__nav-mobile--open{display:block}.header__nav-mobile .header__nav-list{flex-direction:column;gap:0}.header__nav-mobile .header__nav-list li a{padding:14px 18px;font-size:1.1rem;border-radius:0;border-bottom:1px solid #e5e5e5}.header__nav-mobile .header__nav-list li:last-child a{border-bottom:none}@media (min-width:700px){.header__nav{display:block}.header__burger{display:none}.header__nav-mobile{display:none!important}}@media (max-width:699px){.header__nav{display:none}.header__burger{display:flex}}.prose h1,.prose h2,.prose h3{color:#1a202c}.prose p{color:#2d3748}.static-header{width:100%;background:#fff;box-shadow:0 2px 8px rgba(25,118,210,.06);border-radius:0 0 18px 18px;margin-bottom:32px;position:relative;z-index:10}.static-header__container{max-width:980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px 16px 14px}.static-header__logo{width:44px;height:44px;object-fit:cover;border-radius:12px;box-shadow:0 2px 8px rgba(25,118,210,.08);background:#f3f6fa;margin-right:18px}.static-header__nav{display:flex;gap:18px}.static-header__nav a{color:var(--link,#1976d2);font-weight:600;padding:7px 16px;border-radius:7px;transition:background .15s,color .15s;text-decoration:none;font-size:1rem}.static-header__nav a:hover{background:var(--primary,#1976d2);color:#fff}@media (max-width:600px){.static-header__container{flex-direction:column;gap:10px;padding:10px 6px 8px}.static-header__nav{gap:8px;flex-wrap:wrap;justify-content:center}.static-header__logo{margin-right:0;margin-bottom:8px}}.prose{max-width:70ch;margin:0 auto;line-height:1.7;font-size:18px}.prose h1,.prose h2,.prose h3{line-height:1.25;margin-top:1.8em;margin-bottom:.6em;font-weight:800;letter-spacing:-.01em}.prose h1{font-size:40px}.prose h2{font-size:28px}.prose h3{font-size:22px}.prose p{margin:1em 0;color:var(--text)}.prose ol,.prose ul{margin:1em 0 1em 1.6em;padding:0}.prose li{margin:.4em 0}.prose a{color:var(--link);font-weight:600}.prose img{margin:1.5em 0;border-radius:12px;box-shadow:var(--shadow)}body,html{padding:0;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg,#f7fafc);color:var(--text,#1a202c)}a{color:var(--link,#1976d2);text-decoration:none;transition:color .15s}a:hover{color:var(--link-hover,#0d47a1);text-decoration:underline}:root{--bg:#f7fafc;--text:#1a202c;--link:#1976d2;--link-hover:#0d47a1;--primary:#1976d2;--primary-dark:#0d47a1;--shadow:0 2px 8px rgba(25,118,210,.08);--border:#e5e5e5;--radius:12px}.container{max-width:980px;margin:0 auto;padding:24px 16px}.nav{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:18px 0 14px;border-bottom:1px solid var(--border);background:#fff;box-shadow:0 2px 8px rgba(25,118,210,.03);border-radius:0 0 var(--radius) var(--radius)}.nav a{text-decoration:none;font-weight:600;padding:6px 14px;border-radius:6px;transition:background .15s,color .15s}.nav a:hover{background:var(--primary,#1976d2);color:#fff}@media (max-width:600px){.container{padding:16px 6px}.nav{flex-direction:column;gap:8px;padding:10px 0 8px}}.footer{border-top:1px solid var(--border);margin-top:48px;padding:32px 0 16px;font-size:15px;color:#444;background:#f3f6fa;border-radius:var(--radius) var(--radius) 0 0;text-align:center;box-shadow:0 -2px 8px rgba(25,118,210,.03)}.prose :is(h1,h2,h3){line-height:1.2}.prose p{line-height:1.6}.card{border:1px solid var(--border);border-radius:var(--radius);padding:20px 18px;margin:18px 0;background:#fff;box-shadow:var(--shadow);transition:box-shadow .15s}.card:hover{box-shadow:0 4px 16px rgba(25,118,210,.12)}.btn,.button{display:inline-block;background:var(--primary);color:#fff;border:none;border-radius:24px;padding:10px 28px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow);transition:background .15s,box-shadow .15s}.btn:hover,.button:hover{background:var(--primary-dark);box-shadow:0 4px 16px rgba(25,118,210,.16)}.small{font-size:14px;color:#444}