:root{--ink:#111;--muted:#5f6870;--faint:#8a949e;--link:#0645ad;--visited:#5a2ca0;--brand:#00385f;--line:#ccd8e0;--soft-line:#e6edf2;--paper:#fff;--panel:#f7fafc;--surface-tint:#f7fbff;--surface-muted:#f4f7fa;--surface-warm:#fff7df;--field-warm:#fffdf2;--line-tint:#d8e6f0;--line-muted:#e3ebf1;--line-dotted:#c7d3dc;--shadow-brand:#00385f1a;--shadow-ink:#1111110f;--notice-soft:#fff2f2;--content-gap:22px;--page-max-width:1768px;--sidebar-width:270px;--code-preview-width:180px;--yandex-yellow:#fff3c4;--yandex-yellow-strong:#d7b957;--notice:#a40000}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.35}body{margin:0}.site{width:min(var(--page-max-width), calc(100vw - 24px));margin:0 auto;padding:12px 0 36px}a{color:var(--link);text-decoration:none}a:visited{color:var(--visited)}a:hover{text-decoration:underline}.top-strip{border-bottom:1px solid var(--soft-line);color:var(--muted);justify-content:space-between;align-items:baseline;padding:2px 0 7px;font-size:12px;display:flex}.top-strip a{color:var(--brand);margin-left:12px}.brand-row{gap:var(--content-gap);grid-template-columns:245px 1fr;align-items:center;padding:13px 0 11px;display:grid}.logo{align-items:center;display:inline-flex}.logo img{width:224px;height:auto;display:block}.search-box{background:var(--yandex-yellow);border:1px solid var(--yandex-yellow-strong);grid-template-columns:1fr auto;gap:6px;padding:8px;display:grid}.search-box input{width:100%;min-width:0;font:inherit;background:var(--field-warm);border:1px solid #8c969d;padding:6px 7px}.search-box button,.plain-button{font:inherit;background:var(--surface-muted);cursor:pointer;border:1px solid #7f8a92;padding:6px 11px}.nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-wrap:wrap;gap:12px;padding:6px 0;font-size:13px;display:flex}.nav a{color:var(--brand);white-space:nowrap}.nav a.active{color:#000;font-weight:700}.ticker{border-bottom:1px solid var(--soft-line);color:var(--muted);flex-wrap:wrap;gap:10px 14px;padding:7px 0;font-size:12px;display:flex}.ticker b{color:var(--notice);font-weight:400}.layout{grid-template-columns:minmax(0, 1fr) var(--sidebar-width);gap:var(--content-gap);padding-top:16px;display:grid}.layout>aside{align-self:start}.layout>div{min-width:0}.layout>div>.section:first-child{border-top:0;padding-top:0}.layout.wide{grid-template-columns:1fr}.columns-two{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;display:grid}.section{border-top:2px solid var(--brand);margin-bottom:20px;padding-top:8px}.section.thin{border-top-width:1px}.section h1,.section h2,.section h3{color:var(--ink);margin:0 0 8px;font-weight:400}.section h1{font-size:23px;line-height:1.15}.section h2{font-size:18px}.section h3{font-size:15px;font-weight:700}.kicker{text-transform:uppercase;letter-spacing:0;color:var(--notice);margin-bottom:4px;font-size:11px}.lead{grid-template-columns:minmax(0, 1fr) var(--code-preview-width);border-bottom:1px solid var(--soft-line);gap:16px;padding-bottom:13px;display:grid}.lead p{color:#2f3a41;margin:6px 0 0}.lead-meta{color:var(--muted);margin-top:7px;font-size:12px}.product-strip{margin-bottom:22px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.product-card{border:1px solid var(--line);min-height:132px;color:var(--ink);background:#fff;flex-direction:column;align-items:flex-start;padding:12px;text-decoration:none;transition:background-color .12s,border-color .12s,box-shadow .12s;display:flex}.product-card:hover,.product-card:focus-visible{background:var(--surface-warm);border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand);outline:0}.product-card h2{margin-bottom:8px;font-size:18px}.product-card:hover h2,.product-card:focus-visible h2{color:var(--brand)}.product-card p{color:#2f3a41;margin:0;line-height:1.35}.code-card{border:1px solid var(--line);color:#1c1c1c;background:#fff;min-height:118px;padding:9px;font-family:Courier New,Courier,monospace;font-size:12px;overflow:auto}.box .code-card{background:0 0;border:0;min-height:0;padding:0}.code-card .dim{color:#777}.code-card .accent{color:var(--brand);font-weight:700}.code-card .warn{color:var(--notice)}.syntax-card{color:#d8e6f0;background:#0b1120;border:1px solid #23324d;margin:12px 0;overflow:hidden}.syntax-head{color:#9fb1c5;background:#111827;border-bottom:1px solid #223149;justify-content:space-between;align-items:center;gap:16px;margin:0;padding:9px 11px;font-family:Courier New,Courier,monospace;font-size:12px;display:flex}.syntax-head span:first-child{color:#f8fafc}.syntax-code{color:#d8e6f0;tab-size:2;margin:0;padding:14px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.55;overflow-x:auto}.syntax-code code{counter-reset:syntax-line;white-space:normal;min-width:620px;display:block}.syntax-line{counter-increment:syntax-line;grid-template-columns:34px minmax(0,1fr);min-height:20px;display:grid}.syntax-line:before{color:#64748b;content:counter(syntax-line);font-variant-numeric:tabular-nums;text-align:right;-webkit-user-select:none;user-select:none;border-right:1px solid #223149;margin-right:12px;padding-right:10px}.syntax-src{white-space:pre}.tok-key{color:#c084fc}.tok-type{color:#67e8f9}.tok-fn{color:#facc15}.tok-prop{color:#93c5fd}.tok-str{color:#86efac}.tok-tag{color:#fb7185}.headline-list{margin:0;padding:0;list-style:none}.headline-list li{border-bottom:1px dotted var(--line-dotted);grid-template-columns:54px 84px minmax(0,1fr);gap:8px;padding:7px 0;display:grid}.headline-list.compact li{grid-template-columns:60px minmax(0,1fr)}.time{color:var(--muted);font-size:12px}.tag{color:var(--notice);white-space:nowrap;font-size:12px}.desc{color:#43505a;margin-top:2px;font-size:12px;display:block}.box{border:1px solid var(--line);background:var(--panel);margin-bottom:14px;padding:10px}.box h3{color:#000;margin:0 0 7px;font-size:14px}.box ul{margin:0;padding-left:17px}.box li{margin:4px 0}.post-sidebar .box{border-color:var(--line-tint);background:#fff}.read-time-box{border-top:3px solid var(--post-accent,var(--brand))}.read-time-value{color:var(--post-accent,var(--brand));margin:0;font-size:26px;line-height:1}.post-inline-read-time{display:none}.sidebar-link-list{padding-left:0;list-style:none}.sidebar-link-list li{border-top:1px solid var(--soft-line);margin:0;padding:7px 0}.sidebar-link-list li:first-child{border-top:0;padding-top:0}.sidebar-link-list a{color:var(--brand);line-height:1.25;text-decoration:none;display:block}.sidebar-link-list a:hover{text-decoration:underline}.latest-post-list a{color:var(--link);overflow-wrap:anywhere}.latest-post-list a:visited{color:var(--visited)}.site-content .layout :where(.longform,.headline-list,.plain-table,.box,.post-sidebar) a:not(.product-card):not(.text-button){color:var(--link);overflow-wrap:anywhere;text-decoration:none}.site-content .layout :where(.longform,.headline-list,.plain-table,.box,.post-sidebar) a:not(.product-card):not(.text-button):visited{color:var(--visited)}.site-content .layout :where(.longform,.headline-list,.plain-table,.box,.post-sidebar) a:not(.product-card):not(.text-button):hover{text-decoration:underline}.meta-grid{grid-template-columns:auto minmax(0,1fr);gap:4px 9px;font-size:12px;display:grid}.meta-grid dt{color:var(--muted)}.meta-grid dd{margin:0}.plain-table{border-collapse:collapse;width:100%;font-size:13px}.plain-table th,.plain-table td{text-align:left;border-bottom:1px solid var(--soft-line);vertical-align:top;padding:6px 5px}.plain-table th{color:var(--muted);background:var(--panel);font-weight:400}.note{color:var(--muted);font-size:12px}.inline-note{background:var(--surface-warm);border:1px solid var(--yandex-yellow-strong);padding:1px 4px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.section-index{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:20px;display:grid}.category-card{border-top:1px solid var(--line);padding-top:7px}.category-card h3{margin-bottom:4px}.category-card p{color:#3f4b53;margin:0;font-size:12px}.longform{width:100%;max-width:none}.longform p{margin:0 0 12px}.post-tools{border-top:1px solid var(--soft-line);border-bottom:1px solid var(--soft-line);color:var(--muted);margin:12px 0;padding:7px 0;font-size:12px}.post-header h2{color:#43505a;max-width:820px;font-size:18px;line-height:1.35}.post-author-meta{color:var(--muted);flex-wrap:wrap;gap:8px 14px;margin:10px 0 0;font-size:12px;display:flex}.post-tag-list{margin-top:10px}.post-kit{display:block}.pattern-label{color:var(--post-label,var(--notice));letter-spacing:0;text-transform:uppercase;margin-bottom:4px;font-size:11px}.pattern-note{color:#43505a;margin:0 0 10px;font-size:12px}.guide-snippet{background:var(--post-panel,var(--panel));border:1px dotted var(--line-dotted);color:#33414a;margin-top:10px;padding:8px;font-family:Courier New,Courier,monospace;font-size:12px;overflow:auto}.post-lede{color:#24323b;max-width:860px;margin:0 0 12px;font-size:16px;line-height:1.45}.post-meta-strip{border-bottom:1px solid var(--soft-line);border-top:1px solid var(--soft-line);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px 14px;margin:12px 0;padding:8px 0;display:grid}.post-meta-strip span{color:var(--muted);text-transform:uppercase;font-size:11px;display:block}.post-meta-strip b{color:var(--ink);margin-top:1px;font-weight:400;display:block}.chip-list{flex-wrap:wrap;gap:6px;margin:8px 0 0;padding:0;display:flex}.chip-list li,.chip{background:var(--post-panel,var(--surface-tint));border:1px solid var(--line-tint);color:#23313a;padding:4px 6px;font-size:12px;line-height:1.2;list-style:none;display:inline-flex}.toc-list{border-left:2px solid var(--post-accent,var(--brand));columns:2;column-gap:24px;margin:0;padding:0 0 0 12px}.toc-list li{break-inside:avoid;margin:0 0 5px;list-style:none}.callout{background:var(--post-panel,var(--panel));border:1px solid var(--line);border-left:4px solid var(--post-accent,var(--brand));margin:10px 0;padding:10px 12px}.callout h3,.callout p{margin:0}.callout p+p,.callout h3+p{margin-top:5px}.callout.warning{background:var(--post-warning-bg,var(--surface-warm));border-color:var(--post-warning-border,var(--yandex-yellow-strong));border-left-color:var(--post-label,var(--notice))}.callout.success{background:var(--post-success-bg,#f1fbf4);border-color:var(--post-success-border,#b8d9c3);border-left-color:var(--post-success,#2d7a43)}.checklist,.step-list,.timeline-list{margin:0;padding:0}.checklist li,.step-list li,.timeline-list li{list-style:none}.checklist li{border-bottom:1px dotted var(--line-dotted);grid-template-columns:28px minmax(0,1fr) auto;gap:8px;padding:8px 0;display:grid}.check-mark{border:1px solid var(--post-accent,var(--brand));color:var(--post-accent,var(--brand));justify-content:center;width:24px;height:18px;font-size:12px;line-height:16px;display:inline-flex}.status-pill{border:1px solid var(--line);color:var(--muted);white-space:nowrap;padding:3px 5px;font-size:11px;line-height:1.1}.status-pill.ready{border-color:var(--post-success-border,#9cc9a9);color:var(--post-success,#1f6b36)}.status-pill.risk{border-color:var(--post-label-border,#d3a0a0);color:var(--post-label,var(--notice))}.step-list{counter-reset:post-step}.step-list li{border-bottom:1px solid var(--soft-line);counter-increment:post-step;grid-template-columns:42px minmax(0,1fr);gap:10px;padding:10px 0;display:grid}.step-list li:before{border:1px solid var(--line);color:var(--post-accent,var(--brand));content:counter(post-step, decimal-leading-zero);justify-content:center;padding:4px 0;font-size:12px;display:inline-flex}.step-list h3,.timeline-list h3{margin:0 0 3px}.step-list p,.timeline-list p{margin:0}.card-grid,.metric-grid,.compare-grid{gap:12px;margin:10px 0;display:grid}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid,.compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-card,.metric-card,.compare-card{border:1px solid var(--line);background:#fff;padding:10px}.post-card h3,.metric-card h3,.compare-card h3{margin:0 0 5px}.post-card p,.metric-card p,.compare-card p{color:#43505a;margin:0}.metric-value{color:var(--post-accent,var(--brand));margin-bottom:4px;font-size:24px;line-height:1.1;display:block}.timeline-list{border-left:2px solid var(--line);margin-left:7px;padding-left:14px}.timeline-list li{margin-bottom:12px;position:relative}.timeline-list li:before{border:2px solid var(--post-accent,var(--brand));content:"";background:#fff;width:8px;height:8px;position:absolute;top:4px;left:-20px}.quote-panel{border-left:4px solid var(--post-accent,var(--brand));color:#1f2f38;margin:10px 0;padding:6px 0 6px 14px;font-size:17px;line-height:1.45}.quote-panel cite{color:var(--muted);margin-top:7px;font-size:12px;font-style:normal;display:block}.media-frame{background:var(--post-panel,var(--panel));border:1px solid var(--line);margin:10px 0;padding:8px}.media-placeholder{border:1px solid var(--soft-line);color:var(--muted);text-align:center;background-color:#fff;background-image:linear-gradient(90deg,#00385f0f 1px,#0000 1px),linear-gradient(#00385f0f 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:18px 18px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;justify-content:center;align-items:center;min-height:180px;display:flex}.caption{color:var(--muted);margin:7px 0 0;font-size:12px}.resource-list{border-top:1px solid var(--soft-line);margin:0;padding:0}.resource-list li{border-bottom:1px solid var(--soft-line);grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:10px;padding:8px 0;list-style:none;display:grid}.button-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.text-button{color:var(--brand);border:1px solid #7f8a92;padding:6px 9px;font-size:13px;line-height:1.1;text-decoration:none;display:inline-flex}.text-button:hover{background:var(--surface-warm);text-decoration:none}.footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:14px;margin-top:26px;padding-top:10px;font-size:12px;display:flex}.footer a{color:var(--brand)}@media (min-width:761px) and (max-width:1180px){.site-home{--content-gap:20px;width:min(1060px,100vw - 32px);padding:16px 0 40px}.site-header .top-strip{background:var(--surface-tint);border:1px solid var(--line-tint);border-radius:0;padding:8px 10px}.site-header .top-strip>div:last-child{flex-wrap:wrap;gap:10px;display:flex}.site-header .top-strip a{margin-left:0}.site-header .brand-row{grid-template-columns:230px minmax(0,1fr);gap:18px;padding:16px 0}.site-header .logo img{width:210px}.site-header .search-box{box-shadow:0 10px 24px var(--shadow-brand);border-radius:0;gap:8px;padding:10px}.site-header .search-box input,.site-header .search-box button{border-radius:0}.site-header .search-box input{padding:8px 9px}.site-header .search-box button{padding:8px 14px}.site-header .nav{border:1px solid var(--line-tint);background:#fff;border-radius:0;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:0;padding:0;display:grid;overflow:hidden}.site-header .nav a{border:0;border-left:1px solid var(--soft-line);color:var(--brand);text-align:center;white-space:normal;background:#fff;border-radius:0;justify-content:center;align-items:center;min-height:42px;padding:10px 8px;display:flex}.site-header .nav a:first-child{border-left:0}.site-header .nav a.active{background:var(--surface-tint);box-shadow:inset 0 -2px 0 var(--brand);color:#000}.footer{border:0;border-top:1px solid var(--line);background:0 0;border-radius:0;align-items:flex-start;padding:12px 0 0}.footer>div:last-child{flex-wrap:wrap;gap:6px 10px;display:flex}}@media (max-width:760px){:root{--content-gap:16px}.site{width:100%;padding:0 0 30px}.top-strip{background:var(--surface-tint);border-bottom:1px solid var(--line-tint);gap:7px;padding:10px 16px 8px;display:grid}.top-strip>div:last-child{flex-wrap:wrap;gap:8px 12px;display:flex}.top-strip a{margin-left:0}.brand-row{grid-template-columns:1fr;gap:10px;padding:12px 16px 14px}.site-header .brand-row{border-bottom:1px solid var(--line-tint);box-shadow:0 10px 22px var(--shadow-ink);z-index:5;background:#fff;position:sticky;top:0}.logo img{width:min(190px,66vw)}.search-box{border-radius:0;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:7px}.search-box input{border-radius:0;padding:8px 9px;font-size:16px}.search-box button,.plain-button{border-radius:0;padding:8px 10px}.site-header .nav{border:0;border-top:1px solid var(--line-tint);border-bottom:1px solid var(--line-tint);scroll-snap-type:x proximity;scrollbar-width:none;background:#fff;grid-auto-columns:max-content;grid-auto-flow:column;gap:0;padding:0 16px;font-size:13px;display:grid;overflow-x:auto}.site-header .nav::-webkit-scrollbar{display:none}.site-header .nav a{border:0;border-left:1px solid var(--soft-line);color:var(--brand);scroll-snap-align:start;background:#fff;border-radius:0;align-items:center;min-height:44px;padding:12px 14px;text-decoration:none;display:flex}.site-header .nav a:first-child{border-left:0}.site-header .nav a.active{box-shadow:inset 0 -2px 0 var(--brand);color:#000;background:#fff}.ticker{flex-wrap:nowrap;padding:8px 16px;overflow-x:auto}.layout,.lead,.columns-two,.card-grid,.metric-grid,.compare-grid{grid-template-columns:1fr}.layout{padding:16px 16px 0}.headline-list li{grid-template-columns:48px 72px minmax(0,1fr)}.category-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toc-list{columns:1}.checklist li{grid-template-columns:28px minmax(0,1fr)}.checklist .status-pill{grid-column:2;justify-self:start}.top-strip,.footer{gap:10px;display:grid}.footer{border:0;border-top:1px solid var(--line);background:0 0;border-radius:0;margin:24px 16px 0;padding:12px 0 0}.footer>div:last-child{flex-wrap:wrap;gap:6px 10px;display:flex}}@media (min-width:1200px){:root{--content-gap:clamp(26px, 2vw, 36px);--sidebar-width:clamp(320px, 18vw, 360px);--code-preview-width:clamp(280px, 22vw, 380px)}.layout{padding-top:18px}.lead{gap:24px;padding-bottom:16px}.headline-list:not(.compact){column-gap:var(--content-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.headline-list:not(.compact) li{grid-template-columns:60px 74px minmax(0,1fr);gap:10px}.headline-list.compact li{grid-template-columns:68px minmax(0,1fr);gap:12px}.box{padding:12px}.plain-table th,.plain-table td{padding:7px 8px}.category-grid{gap:var(--content-gap)}.section-index{gap:14px var(--content-gap)}}@media (max-width:480px){.headline-list li,.headline-list.compact li{grid-template-columns:1fr}.time,.tag{display:inline-block}.product-grid{grid-template-columns:1fr}.product-card{min-height:0}}.post-layout-modern{background:#fff}.post-layout-modern .post-article{min-width:0}.post-layout-modern .section{border-top:1px solid var(--line-tint);background:#fff;margin-bottom:20px;padding-top:12px}.post-layout-modern .post-header{border-top:0;border-bottom:1px solid var(--line-tint);padding-top:0;padding-bottom:14px}.post-layout-modern .post-header h1{font-size:32px;line-height:1.12}.post-layout-modern .post-description{color:#43505a;max-width:820px;font-size:18px;line-height:1.35}.post-layout-modern .plain-table th,.post-layout-modern .code-card,.post-layout-modern .box,.post-layout-modern .chip-list li{background:#fff}.post-layout-modern .plain-table th,.post-layout-modern .plain-table td,.post-layout-modern .headline-list li,.post-layout-modern .code-card,.post-layout-modern .box,.post-layout-modern .sidebar-link-list li{border-color:var(--line-tint)}@media (min-width:761px) and (max-width:1180px){.post-layout-modern,.post-layout-modern *,.post-layout-modern :before,.post-layout-modern :after{border-radius:0!important}.post-layout-modern{background:#fff;grid-template-columns:minmax(0,1fr) 260px;gap:18px;padding-top:16px}.post-layout-modern .section{border-top:1px solid var(--line-tint);background:#fff;margin-bottom:18px;padding-top:12px;scroll-margin-top:18px}.post-layout-modern .post-header{border-top:0;padding-bottom:16px}.post-layout-modern .post-header h1{font-size:28px}.post-layout-modern .post-description{font-size:19px}.post-layout-modern .post-author-meta{gap:10px 16px}.post-layout-modern .post-tag-list{flex-wrap:wrap;overflow:visible}.post-layout-modern .post-tag-list li{min-height:30px;padding:7px 9px}.post-layout-modern .post-inline-read-time{border:1px solid var(--line-tint);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;width:min(100%,360px);margin-top:12px;padding:12px;display:grid}.post-layout-modern .post-inline-read-time span{color:#000;font-weight:700}.post-layout-modern .post-inline-read-time strong{color:var(--post-accent,var(--brand));font-size:25px;line-height:1}.post-layout-modern .post-sidebar-read-time,.post-layout-modern .post-contents-box{display:none}.post-layout-modern .columns-two{grid-template-columns:1fr;gap:14px}.post-layout-modern .plain-table{font-size:12px}.post-layout-modern .plain-table th,.post-layout-modern .plain-table td{padding:8px}.post-layout-modern .code-card{white-space:nowrap;padding:12px;font-size:12px;line-height:1.55;overflow-x:auto}.post-layout-modern .post-sidebar{max-height:none;position:sticky;top:14px;overflow:visible}.post-layout-modern .post-sidebar .box{margin-bottom:12px;padding:12px}}@media (max-width:760px){.post-layout-modern,.post-layout-modern *,.post-layout-modern :before,.post-layout-modern :after{border-radius:0!important}.post-layout-modern{background:#fff;grid-template-columns:1fr;gap:0;padding:0;display:grid}.post-layout-modern .section{border:0;border-top:1px solid var(--line-tint);background:#fff;margin:0;padding:18px 16px;scroll-margin-top:124px}.post-layout-modern .post-header{border-top:0;border-bottom:1px solid var(--line-tint);padding-bottom:18px}.post-layout-modern .post-header h1{margin-bottom:10px;font-size:26px;line-height:1.12}.post-layout-modern .post-description{margin-bottom:0;font-size:18px;line-height:1.35}.post-layout-modern .post-author-meta{gap:4px;margin-top:12px;display:grid}.post-layout-modern .post-tag-list{flex-wrap:wrap;gap:6px;padding-bottom:0;overflow:visible}.post-layout-modern .post-tag-list li{white-space:nowrap;min-height:32px;padding:7px 9px}.post-layout-modern .post-inline-read-time{border:1px solid var(--line-tint);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;width:100%;margin-top:12px;padding:12px;display:grid}.post-layout-modern .post-inline-read-time span{color:#000;font-weight:700}.post-layout-modern .post-inline-read-time strong{color:var(--post-accent,var(--brand));font-size:24px;line-height:1}.post-layout-modern .post-sidebar-read-time,.post-layout-modern .post-contents-box{display:none}.post-layout-modern .longform p{font-size:15px;line-height:1.52}.post-layout-modern .columns-two{grid-template-columns:1fr;gap:0;display:grid}.post-layout-modern .columns-two>.section{border-top:1px solid var(--line-tint)}.post-layout-modern .headline-list.compact li{border-bottom:1px solid var(--line-tint);grid-template-columns:38px minmax(0,1fr);gap:6px;padding:12px 0;display:grid}.post-layout-modern .headline-list.compact li:last-child{border-bottom:0}.post-layout-modern .plain-table,.post-layout-modern .plain-table thead,.post-layout-modern .plain-table tbody,.post-layout-modern .plain-table tr,.post-layout-modern .plain-table td{display:block}.post-layout-modern .plain-table thead{display:none}.post-layout-modern .plain-table tr{border-top:1px solid var(--line-tint);padding:10px 0}.post-layout-modern .plain-table tr:first-child{border-top:0}.post-layout-modern .plain-table td{border:0;grid-template-columns:102px minmax(0,1fr);gap:8px;padding:5px 0;display:grid}.post-layout-modern .plain-table td:before{color:var(--muted);content:attr(data-label);text-transform:uppercase;font-size:11px}.post-layout-modern .code-card{white-space:nowrap;padding:12px;font-size:12px;line-height:1.55;overflow-x:auto}.post-layout-modern .post-sidebar{background:#fff;gap:10px;padding:12px 16px 16px;display:grid}.post-layout-modern .post-sidebar .box{border:1px solid var(--line-tint);background:#fff;margin:0;padding:12px}.post-layout-modern .read-time-value{font-size:24px}.post-layout-modern .sidebar-link-list li{padding:8px 0}}.route-ui-global .site-content,.route-ui-global .site-content *,.route-ui-global .site-content :before,.route-ui-global .site-content :after{border-radius:0!important}.route-ui-global{--post-accent:#00385f;--post-label:#8f0000;--post-label-bg:#fff5f5;--post-label-border:#e7c7c7;--post-app-bg:#fff;--post-panel:#fff;--post-success:#1f6b36;--post-success-border:#aacdb6;--post-warning-bg:#fff7df;--post-warning-border:#d0ae5d;background:#fff}.route-ui-global .site-header,.route-ui-global .site-header .top-strip,.route-ui-global .site-header .brand-row,.route-ui-global .site-header .nav,.route-ui-global .ticker,.route-ui-global .footer,.route-ui-global .site-content .layout{background:#fff}.route-ui-global .site-content .post-tools,.route-ui-global .site-content .guide-snippet,.route-ui-global .site-content .post-meta-strip>div,.route-ui-global .site-content .chip-list li,.route-ui-global .site-content .chip,.route-ui-global .site-content .callout,.route-ui-global .site-content .checklist li,.route-ui-global .site-content .step-list li,.route-ui-global .site-content .post-card,.route-ui-global .site-content .metric-card,.route-ui-global .site-content .compare-card,.route-ui-global .site-content .timeline-list li,.route-ui-global .site-content .quote-panel,.route-ui-global .site-content .media-frame,.route-ui-global .site-content .resource-list li,.route-ui-global .site-content .columns-two>div,.route-ui-global .site-content .box{border-color:var(--line-tint)}.route-ui-global .site-content button,.route-ui-global .site-content .plain-button,.route-ui-global .site-content .text-button,.route-ui-global .site-content .resource-list a{color:var(--post-accent);background:#fff;border:1px solid #7f8a92;justify-content:center;align-items:center;min-height:40px;padding:8px 12px;text-decoration:none;display:inline-flex}.route-ui-global .site-content .text-button:visited,.route-ui-global .site-content .resource-list a:visited{color:var(--post-accent)}.route-ui-global .site-content button:hover,.route-ui-global .site-content .plain-button:hover,.route-ui-global .site-content .text-button:hover,.route-ui-global .site-content .resource-list a:hover{background:var(--post-panel);text-decoration:none}.route-ui-global .site-content input{border:1px solid #7f8a92}.route-ui-global .site-content .status-pill,.route-ui-global .site-content .check-mark{justify-content:center;align-items:center;min-height:28px;display:inline-flex}@media (max-width:1024px){.route-ui-global{width:100%;overflow-x:hidden}.route-ui-global .site-content{overflow-x:hidden}.route-ui-global .site-content .layout{width:100%;min-width:0;max-width:100%;padding:18px 16px 0}.route-ui-global .site-content .section{border-top:1px solid var(--line-tint);overflow-wrap:anywhere;min-width:0;margin-bottom:18px;padding-top:12px}.route-ui-global .site-content :where(h1,h2,h3,p,li,.post-tools,.pattern-note){overflow-wrap:anywhere;max-width:100%}.route-ui-global .site-content .post-tools,.route-ui-global .site-content .guide-snippet{white-space:normal}.route-ui-global .site-content .checklist li{grid-template-columns:28px minmax(0,1fr)}.route-ui-global .site-content .checklist .status-pill{grid-column:2;justify-self:start}.route-ui-global .site-content .code-card,.route-ui-global .site-content .syntax-card,.route-ui-global .site-content .plain-table{max-width:100%}}@media (max-width:760px){.route-ui-global .site-content .layout{padding:16px 16px 0}.route-ui-global .site-content .section h1{font-size:24px;line-height:1.14}.route-ui-global .site-content .section h2{font-size:20px;line-height:1.2}.route-ui-global .site-content .post-lede{font-size:18px;line-height:1.45}.route-ui-global .site-content .columns-two,.route-ui-global .site-content .card-grid,.route-ui-global .site-content .metric-grid,.route-ui-global .site-content .compare-grid{grid-template-columns:1fr}.route-ui-global .site-content .resource-list li{gap:6px;display:grid}}.site,.site *,.site :before,.site :after{border-radius:0!important}
