/* Статический журнал ШТАБ ИТ. Не зависит от сборки Tailwind. */
@font-face{font-family:Inter;src:url('/fonts/Inter-cyrillic.woff2') format('woff2');font-weight:100 900;font-display:swap;unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Inter;src:url('/fonts/Inter-latin.woff2') format('woff2');font-weight:100 900;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{color-scheme:dark;--bg:#090909;--panel:#121212;--line:#292929;--text:#f4f3ee;--muted:#a5a5a0;--gold:#ffd700;--wrap:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font:16px/1.65 Inter,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}::selection{background:var(--gold);color:#080808}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}svg{flex-shrink:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.13}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(var(--wrap),calc(100% - 64px));margin-inline:auto}.skip-link{position:fixed;top:8px;left:16px;background:var(--gold);color:#000;padding:12px 20px;z-index:100;transform:translateY(-200%)}.skip-link:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:30;background:rgba(9,9,9,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:30px;height:86px}.brand{display:inline-flex;align-items:center;gap:13px;font-size:23px;font-weight:850;letter-spacing:.08em;white-space:nowrap}.header-nav{display:flex;gap:29px;align-items:center}.header-nav a{color:#b8b8b2;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.header-nav a:hover,.header-nav a[aria-current=page]{color:var(--gold)}.header-contact{font-size:13px;white-space:nowrap;border-bottom:1px solid #5b5b54;padding-bottom:2px}.menu-button{display:none;background:none;border:1px solid var(--line);color:white;padding:8px 12px;border-radius:3px}.mobile-nav{border-top:1px solid var(--line);padding:16px 24px;display:flex;flex-wrap:wrap;gap:20px}.mobile-nav a{font-size:14px}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#8f8f88;font-size:12px;padding-block:30px}.breadcrumb a:hover{color:var(--gold)}.breadcrumb span[aria-hidden]{color:#555}.eyebrow{color:var(--gold);font-size:12px;letter-spacing:.21em;text-transform:uppercase;font-weight:650}.intro{padding:24px 0 51px;display:grid;grid-template-columns:1.35fr 1fr;gap:80px;align-items:end}.intro h1{font-size:clamp(46px,5.1vw,73px);font-weight:550;letter-spacing:-.065em;margin:20px 0 0}.intro h1 em{font-style:normal;color:var(--gold)}.intro-description{border-left:1px solid var(--line);padding-left:36px}.intro-description p{font-size:16px;line-height:1.8;color:var(--muted);max-width:390px;margin-bottom:24px}.small-link{display:inline-flex;gap:18px;align-items:center;font-size:13px;border-bottom:1px solid #5a5a52;padding-bottom:5px}.small-link:hover{color:var(--gold);border-color:var(--gold)}.library{padding-bottom:80px}.library-toolbar{display:flex;gap:24px;align-items:center;justify-content:space-between;padding:23px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:30px}.filter-list{display:flex;flex-wrap:wrap;gap:8px}.filter{border:1px solid transparent;border-radius:30px;background:none;color:#b0b0a9;padding:9px 16px;font-size:12px;white-space:nowrap}.filter:hover{color:white;border-color:#444}.filter[aria-pressed=true]{background:var(--gold);color:#111;border-color:var(--gold)}.search-box{display:flex;align-items:center;gap:10px;border-bottom:1px solid #494941;min-width:224px;padding:7px 0;color:#8e8e87}.search-box input{background:none;color:white;outline:none;border:0;min-width:0;width:100%;font-size:12px;padding:3px}.search-box:focus-within{border-color:var(--gold)}.search-box input:focus-visible{outline:none}.results-label{font-size:12px;letter-spacing:.16em;color:#85857f;text-transform:uppercase;margin-bottom:25px}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:31px}.post-card{min-width:0;display:flex;flex-direction:column;position:relative}.post-card__image{aspect-ratio:16/10;background:#1b1b17;overflow:hidden;margin-bottom:21px;border:1px solid #272720}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.post-card:hover .post-card__image img{transform:scale(1.035)}.post-card__label{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--gold);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:15px}.post-card__label span:last-child{color:#93938b;letter-spacing:0;text-transform:none;white-space:nowrap}.post-card h2,.post-card h3{font-size:25px;font-weight:550;letter-spacing:-.04em;line-height:1.23;margin:0 0 14px}.post-card h2 a:after,.post-card h3 a:after{content:'';position:absolute;inset:0}.post-card h2 a:hover,.post-card h3 a:hover{color:var(--gold)}.post-card__description{font-size:13px;line-height:1.8;color:#a4a49d;margin-bottom:24px}.post-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 0;border-top:1px solid var(--line);margin-top:auto;font-size:12px;color:#9f9f98}.post-card__bottom .arrow{color:var(--gold);font-size:23px;line-height:1}.empty-results{padding:50px 20px;text-align:center;border:1px dashed #444;color:#aaa}.empty-results button{color:var(--gold);border:0;border-bottom:1px solid #6d6020;background:none;padding:0}.pagination{display:flex;justify-content:center;gap:9px;margin-top:44px;flex-wrap:wrap}.pagination a,.pagination button,.pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:8px 12px;font-size:13px;background:none;border:1px solid #35352f;color:#ddd}.pagination [aria-current=page]{background:var(--gold);color:#111;border-color:var(--gold)}.pagination a:hover,.pagination button:hover{border-color:var(--gold)}
.tool-callout{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:42px 0;display:grid;grid-template-columns:1fr 1.2fr auto;gap:35px;align-items:center;margin-bottom:72px}.tool-label{display:flex;gap:18px;align-items:center;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.13em}.device-icon{position:relative;border:1px solid var(--gold);width:54px;height:38px;border-radius:3px}.device-icon:before{content:'';position:absolute;width:18px;height:27px;background:#090909;border:1px solid var(--gold);right:-6px;bottom:-5px;border-radius:3px}.tool-callout h2{font-size:24px;letter-spacing:-.04em;font-weight:500;margin:0 0 10px}.tool-callout p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;padding:14px 21px;border:1px solid #45453b;font-size:12px;line-height:1.5}.button:hover{border-color:var(--gold);color:var(--gold)}.button--gold{background:var(--gold);border-color:var(--gold);color:#111;font-weight:600}.button--gold:hover{background:#f3e28a;color:#111}.editorial-note{max-width:760px;color:#8e8e88;font-size:12px;line-height:1.8;margin-bottom:65px}.editorial-note a{border-bottom:1px solid #444}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:29px}.section-heading h2{font-size:32px;letter-spacing:-.045em;font-weight:500;margin:0}.section-heading .small-link{white-space:nowrap}.site-footer{background:#060606;border-top:1px solid var(--line)}.footer-main{display:flex;justify-content:space-between;gap:40px;padding-block:43px}.footer-main p{margin:13px 0 0;color:#888880;font-size:12px}.footer-links{display:flex;gap:35px;align-items:center;font-size:12px;color:#b2b2a9}.footer-links a:hover{color:var(--gold)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #20201d;padding-block:19px;font-size:12px;letter-spacing:.03em;color:#78786f}
.article-header{padding:18px 0 34px;max-width:1050px}.article-header h1{font-size:clamp(34px,4.2vw,60px);font-weight:550;letter-spacing:-.055em;line-height:1.09;margin:20px 0 24px}.article-deck{max-width:830px;font-size:18px;color:#aaa9a1;line-height:1.7;margin-bottom:28px}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px 26px;font-size:12px;color:#a5a49c}.byline{display:flex;align-items:center;gap:11px}.avatar{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#29271b;color:#e6d368;border:1px solid #444023;font-size:12px;letter-spacing:.03em;border-radius:50%;flex-shrink:0}.byline-name{color:#e6e5df;display:block;font-size:12px}.byline small{display:block;font-size:12px;color:#96968e;margin-top:1px}.meta-dot{color:#555}.article-cover{margin:0 0 50px;max-width:1080px}.article-cover img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;background:#141411}.article-cover figcaption{font-size:12px;color:#77776e;padding-top:10px}.reading-layout{display:grid;grid-template-columns:250px minmax(0,760px);gap:70px;align-items:start;padding-bottom:80px}.reading-sidebar{position:sticky;top:117px;max-height:calc(100vh - 140px);overflow-y:auto;scrollbar-width:thin}.toc{border-top:1px solid var(--line);padding-top:19px}.toc summary{font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;list-style:none}.toc summary::-webkit-details-marker{display:none}.toc summary:after{content:'−';float:right;color:var(--gold)}.toc:not([open]) summary:after{content:'+'}.toc ol{padding:9px 0 0;margin:12px 0;list-style:none;counter-reset:toc}.toc li{counter-increment:toc;display:flex;gap:10px;margin-bottom:15px;line-height:1.5}.toc li:before{content:counter(toc,decimal-leading-zero);color:#5b5b52;font-size:12px;padding-top:3px}.toc a{font-size:12px;color:#a5a59d}.toc a:hover,.toc a[aria-current=true]{color:var(--gold)}.sidebar-cta{border-top:1px solid var(--line);padding-top:21px;margin-top:25px}.sidebar-cta p{font-size:12px;color:#aaa99f;margin:0 0 13px}.sidebar-cta .small-link{font-size:12px}.article-body{min-width:0;color:#c2c1b9;font-size:16px;line-height:1.9}.article-body section{scroll-margin-top:114px;margin-bottom:40px}.article-body h2{font-size:31px;color:#f0efe8;font-weight:550;letter-spacing:-.04em;line-height:1.2;margin:0 0 20px}.article-body h3{font-size:21px;color:#e8e7de;line-height:1.3;margin:30px 0 14px;font-weight:550;letter-spacing:-.025em}.article-body p{margin-bottom:20px}.article-body strong{color:#f4f3eb;font-weight:600}.article-body a{color:#e9d65e;text-decoration:underline;text-underline-offset:4px}.article-body ul,.article-body ol{padding-left:22px;margin-bottom:25px}.article-body li{padding-left:6px;margin-bottom:9px}.article-body li::marker{color:#d9c555}.article-body blockquote,.article-body .note,.article-body aside{margin:25px 0;padding:23px 27px;border-left:2px solid var(--gold);background:#171710}.article-body blockquote p:last-child,.article-body aside p:last-child{margin-bottom:0}.article-body table{border-collapse:collapse;width:100%;font-size:13px;line-height:1.65;margin:24px 0}.article-body th,.article-body td{border:1px solid #36362f;padding:13px;text-align:left;vertical-align:top;overflow-wrap:anywhere}.article-body th{color:#f2f1e8;background:#1a1a15;font-weight:550}.table-scroll{width:100%;overflow:auto;margin:24px 0;border-right:1px solid #36362f}.table-scroll table{min-width:560px;margin:0}.table-scroll:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.article-body code{font-size:max(12px,.86em);background:#22221b;padding:2px 5px;overflow-wrap:anywhere}.article-body pre{white-space:pre-wrap;background:#1a1a16;padding:20px;font-size:13px;overflow:auto}.article-body pre code{padding:0;background:none}.article-body details{border-bottom:1px solid #3b3b31;padding:15px 0}.article-body summary{color:#eeeade;cursor:pointer}.article-body details p{margin-top:15px}.sources{border-top:1px solid var(--line);padding-top:30px;margin-top:40px}.sources h2{font-size:22px}.sources ol{font-size:13px;line-height:1.7}.sources a{overflow-wrap:anywhere}.author-box{display:flex;gap:20px;align-items:flex-start;margin-top:35px;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.author-box .avatar{width:54px;height:54px;font-size:15px}.author-box h2{font-size:17px;margin:0 0 5px;letter-spacing:-.02em}.author-box p{font-size:12px;margin:0;color:#94948a;line-height:1.8}.share-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:24px;font-size:12px;color:#8f8f85}.copy-link{color:#cccbbf;border:1px solid #3c3c32;padding:8px 13px;background:none;font-size:12px}.share-row a{text-decoration:none;font-size:12px}.share-status{font-size:12px;color:var(--gold)}.related{border-top:1px solid var(--line);padding-top:47px;margin-bottom:80px}.related .post-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px}.contact-banner{background:var(--gold);color:#111;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:40px 43px;margin-bottom:75px}.contact-banner h2{font-size:30px;font-weight:550;letter-spacing:-.05em;margin:0 0 8px}.contact-banner p{font-size:13px;color:#514714;margin:0}.contact-banner .button{border-color:#28250c;white-space:nowrap}.contact-banner .button:hover{background:#111;color:var(--gold)}.authors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:35px 0 80px}.editor-author{padding:28px;border:1px solid var(--line);display:flex;gap:18px;align-items:start}.editor-author h2{font-size:20px;font-weight:500;letter-spacing:-.035em;margin-bottom:8px}.editor-author .eyebrow{font-size:12px;letter-spacing:.1em}.editor-author p{font-size:12px;color:#aaa99f;line-height:1.8;margin:12px 0 0}
@media(min-width:801px){.mobile-nav{display:none!important}}
@media(min-width:1440px){.intro{padding-top:38px;padding-bottom:65px}.post-card__image{aspect-ratio:16/10}.library{padding-bottom:95px}}
@media(max-width:1100px){.header-nav{gap:18px}.header-nav a{font-size:12px}.header-contact{display:none}.intro{gap:40px}.post-card h2,.post-card h3{font-size:22px}.tool-callout{grid-template-columns:1fr 2fr}.tool-callout>.button{grid-column:2;justify-self:start}.reading-layout{grid-template-columns:210px minmax(0,1fr);gap:40px}.footer-links{gap:22px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header-row{height:72px}.brand{font-size:20px}.header-nav{display:none}.menu-button{display:block}.breadcrumb{padding-block:23px}.intro{grid-template-columns:1fr;gap:25px;padding-top:12px;padding-bottom:35px}.intro h1{font-size:54px;line-height:1.03}.intro-description{border-left:0;padding-left:0}.intro-description p{max-width:560px;font-size:14px;margin-bottom:18px}.library-toolbar{flex-direction:column;align-items:stretch;gap:18px;padding-block:20px}.filter-list{gap:5px}.filter{padding:8px 13px;font-size:12px}.search-box{max-width:none}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 24px}.post-card__image{margin-bottom:18px}.post-card h2,.post-card h3{font-size:22px}.post-card__description{font-size:12px}.tool-callout{grid-template-columns:1fr;gap:22px}.tool-callout>.button{grid-column:auto}.tool-callout h2{font-size:25px}.footer-main{flex-direction:column;gap:30px}.footer-links{flex-wrap:wrap;gap:18px 26px}.article-header{padding-top:10px}.article-header h1{font-size:42px;line-height:1.11}.article-deck{font-size:16px}.article-cover{margin-bottom:30px}.article-cover img{aspect-ratio:16/10}.reading-layout{grid-template-columns:1fr;gap:30px;padding-bottom:45px}.reading-sidebar{position:static;max-height:none;overflow:visible}.toc{padding:19px;border:1px solid var(--line)}.toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 23px;margin-bottom:0}.sidebar-cta{display:none}.article-body{font-size:15px;line-height:1.9}.article-body h2{font-size:28px}.article-meta{gap:13px 18px}.related .post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-banner{padding:30px;flex-direction:column;align-items:flex-start;gap:22px}.contact-banner h2{font-size:29px}.authors-grid{grid-template-columns:1fr}.section-heading h2{font-size:29px}}
@media(max-width:520px){.wrap{width:calc(100% - 36px)}.header-row{height:68px}.brand{font-size:19px;gap:10px}.brand svg{width:28px;height:28px}.intro h1{font-size:45px;letter-spacing:-.065em;margin-top:16px}.eyebrow{font-size:12px}.breadcrumb{font-size:12px;gap:8px}.post-grid,.related .post-grid{grid-template-columns:1fr;gap:33px}.post-card__image{aspect-ratio:16/10}.post-card h2,.post-card h3{font-size:26px;line-height:1.18}.post-card__description{font-size:13px;line-height:1.75;margin-bottom:20px}.library{padding-bottom:45px}.results-label{margin-bottom:20px}.tool-callout{padding-block:30px;margin-bottom:45px}.editorial-note{margin-bottom:40px;font-size:12px}.footer-bottom{flex-direction:column;gap:8px}.footer-main{padding-block:32px}.article-header h1{font-size:35px;line-height:1.11;letter-spacing:-.05em;margin-top:17px}.article-deck{font-size:14px;line-height:1.8}.article-meta{font-size:12px;gap:13px}.article-meta .byline{width:100%}.article-header{padding-bottom:25px}.article-cover{margin-bottom:25px}.article-cover figcaption{font-size:12px}.toc ol{grid-template-columns:1fr;padding-top:9px}.toc li{margin-bottom:10px}.toc a{font-size:12px}.article-body h2{font-size:27px}.article-body h3{font-size:21px}.article-body blockquote,.article-body .note,.article-body aside{padding:18px}.article-body th,.article-body td{padding:12px;font-size:13px}.section-heading{align-items:flex-start;gap:15px}.section-heading h2{font-size:27px}.section-heading .small-link{font-size:12px}.author-box{gap:13px}.author-box .avatar{width:42px;height:42px;font-size:12px}.contact-banner{padding:26px;margin-bottom:45px}.related{margin-bottom:45px}.reading-layout{padding-bottom:35px}.editor-author{padding:22px;gap:13px}.editor-author h2{font-size:19px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media print{body{background:white;color:black}.site-header,.site-footer,.reading-sidebar,.share-row,.related,.contact-banner,.breadcrumb,.skip-link{display:none}.wrap{width:100%;max-width:none}.reading-layout{display:block}.article-body,.article-deck,.article-meta{color:#222}.article-body h2,.article-body h3,.article-body strong,.byline-name{color:black}.article-body a{color:black}.article-cover{max-width:600px}.article-header h1{font-size:30px}.article-body{font-size:11pt}.article-body h2{font-size:19pt}.author-box p{color:#333}a[href^='https']::after{content:' (' attr(href) ')';font-size:12px}}

.post-card__author{position:relative;z-index:1}.post-card__author:hover{color:var(--gold)}.author-box h2 a,.editor-author h2 a{color:inherit;text-decoration:none}.author-box h2 a:hover,.editor-author h2 a:hover{color:var(--gold)}

/* Explanatory figures remain readable and available without JavaScript. */
.article-body .article-visual{margin:36px 0 42px;padding:28px;background:linear-gradient(135deg,#181910,#111210);border:1px solid #3d3b29;border-radius:12px;break-inside:avoid}
.article-visual__heading{margin-bottom:24px}.article-body .article-visual__heading h3{margin:10px 0 0;font-size:25px;line-height:1.25;letter-spacing:-.025em;color:#f2f0e6}.article-body .article-visual__items{list-style:none;padding:0;margin:0;display:grid;gap:14px}.article-body .article-visual__item{display:grid;grid-template-columns:32px minmax(0,1fr);gap:15px;margin:0;padding:18px;background:#0e100e;border:1px solid #30342b;border-radius:8px}.article-visual__number{display:flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid #71652a;border-radius:50%;color:#e5cf62;font-size:12px;font-weight:600}.article-body .article-visual h4{font-size:16px;line-height:1.35;font-weight:600;color:#ecece0;margin:0 0 8px}.article-body .article-visual__item p{font-size:13px;line-height:1.7;color:#b5b8ab;margin:0}.article-visual__label{display:block;color:#ddc764;font-size:12px;line-height:1.5;letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px}.article-body .article-visual figcaption{font-size:12px;line-height:1.65;margin-top:20px;padding-top:16px;border-top:1px solid #35372b;color:#a1a595}.article-body .article-visual--comparison .article-visual__items,.article-body .article-visual--responsive .article-visual__items{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.article-body .article-visual--comparison .article-visual__item,.article-body .article-visual--responsive .article-visual__item{display:block;border-top:2px solid #777464;height:100%;padding:18px}.article-visual--comparison .article-visual__number,.article-visual--responsive .article-visual__number{display:none}.article-body .article-visual--comparison .article-visual__item:last-child{border-top-color:#d8c15a}.layout-demo{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:24px}.layout-demo__case>span{display:block;color:#b9bbae;font-size:12px;margin-bottom:12px}.layout-demo__screen{position:relative;max-width:160px;height:205px;margin-inline:auto;border:2px solid #848970;border-radius:15px;padding:15px 12px;overflow:hidden;background:#161a17}.layout-demo__bar{height:12px;width:65%;background:#8a916e;border-radius:3px;margin-bottom:17px}.layout-demo__cards{display:grid;gap:7px}.layout-demo__cards i{height:32px;background:#c6c7ad;border-radius:3px}.layout-demo__line{margin-top:14px;width:65%;height:5px;background:#565e4d}.layout-demo__screen b{position:absolute;bottom:6px;right:10px;color:#d5cb62;font-size:21px}.layout-demo__screen--broken{border-color:#b58b76}.layout-demo__screen--broken .layout-demo__cards{display:flex;width:320px}.layout-demo__screen--broken .layout-demo__cards i{width:90px;height:112px;flex:none;background:#a28b7d}.layout-demo__screen--broken b{color:#ddb391}
@media(max-width:600px){.article-body .article-visual{padding:20px 16px;margin:28px 0 34px}.article-body .article-visual__heading h3{font-size:22px}.article-body .article-visual--comparison .article-visual__items,.article-body .article-visual--responsive .article-visual__items{grid-template-columns:1fr}.article-body .article-visual__item{gap:11px;padding:15px 12px}.article-body .article-visual h4{font-size:16px}.layout-demo{gap:14px}.layout-demo__screen{height:190px;padding:12px 10px}.layout-demo__case>span{min-height:36px}.layout-demo__cards i{height:29px}}
@media print{.article-body .article-visual,.article-body .article-visual__item{background:#fff;border-color:#aaa}.article-body .article-visual h3,.article-body .article-visual h4,.article-body .article-visual__item p,.article-body .article-visual figcaption{color:#222}}
/* Show the complete contents list; only the form sticks as the page scrolls. */
@media(min-width:801px){
  .reading-layout{grid-template-columns:280px minmax(0,760px);gap:50px}
  .reading-sidebar{position:static;align-self:stretch;height:auto;max-height:none;display:block;overflow:visible}
  .project-home{position:sticky;top:89px;margin-top:20px;max-height:calc(100vh - 110px);max-height:calc(100dvh - 110px);overflow:auto;scrollbar-width:thin;scrollbar-color:#8c7b35 #1d1c14}
  .reading-sidebar .toc{height:auto;max-height:none;overflow:visible;padding-top:15px}
  .reading-sidebar .toc ol{margin-bottom:0}
}
@media(min-width:801px) and (max-width:1100px){.reading-layout{grid-template-columns:245px minmax(0,1fr);gap:32px}}
.project-card{padding:20px;border:1px solid #4d4835;border-radius:10px;background:linear-gradient(135deg,#272315,#15150f 75%);box-shadow:0 12px 28px #0003}
.project-card__eyebrow{display:block;font-size:12px;font-weight:650;letter-spacing:.13em;text-transform:uppercase;color:#e2ca6e;margin-bottom:11px}
.project-card h2{font-size:24px;font-weight:550;letter-spacing:-.035em;line-height:1.14;margin:0 0 10px;color:#fffdf0}
.project-card__intro{font-size:12px;line-height:1.6;color:#c8c5b6;margin-bottom:16px}
.project-form__field{margin-bottom:12px}
.project-form__field label{display:block;font-size:12px;font-weight:550;color:#e3dfcc;margin-bottom:5px}
.project-form__field input{width:100%;min-width:0;height:42px;border:1px solid #625c42;border-radius:5px;background:#090a08;color:#fff;padding:9px 11px;font-size:14px;line-height:1.3}
.project-form__field input::placeholder{color:#aaa58e}
.project-form__field input:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-color:var(--gold)}
.project-form__field input[aria-invalid=true]{border-color:#f6a49a}
.project-form__consent{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.55;color:#bcb7a4;margin:14px 0;cursor:pointer}
.project-form__consent input{width:16px;height:16px;flex:0 0 16px;margin:1px 0 0;accent-color:var(--gold)}
.project-form__consent a{text-decoration:underline;text-underline-offset:3px;color:#dfd8ba}
.project-form__submit{width:100%;min-height:44px;border:1px solid var(--gold);border-radius:5px;background:var(--gold);color:#151300;font-weight:650;font-size:13px;padding:10px 8px}
.project-form__submit:hover{background:#ffe558}
.project-form__submit:disabled{cursor:wait;opacity:.65}
.project-form__error{color:#ffb0a5;font-size:12px;line-height:1.5;margin:6px 0 0}
.project-form__status{font-size:12px;line-height:1.6;margin:12px 0 0;padding:10px;border:1px solid #7c7041;border-radius:5px;overflow-wrap:anywhere;color:#ded7b4}
.project-form__status[data-state=error]{color:#ffbeb4;border-color:#86574f}
.project-form__status[data-state=success]{color:#d0e6bd;border-color:#6b8456}
.project-form__fallback{font-size:12px;line-height:1.6;color:#c8c5b6;margin-top:12px}
.project-card__contacts{display:inline-flex;align-items:center;gap:8px;color:#cfbf78;font-size:12px;margin-top:15px;text-underline-offset:3px}
.project-card__contacts:hover{text-decoration:underline;color:#fff0ab}
.project-mobile-bar{display:none}
.project-dialog{width:min(420px,calc(100% - 28px));max-width:none;max-height:calc(100vh - 28px);max-height:calc(100dvh - 28px);margin:auto;padding:0;border:1px solid #a48e34;border-radius:12px;background:#17160f;color:var(--text);overflow:auto;overscroll-behavior:contain}
.project-dialog:not([open]){display:none}
.project-dialog::backdrop{background:#000b;backdrop-filter:blur(3px)}
.project-dialog__close{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 20px;background:#252218;border:0;border-bottom:1px solid #4c4324;color:#ddd5b8;font-size:12px;min-height:44px}
.project-dialog__close span{font-size:22px;line-height:1}
.project-dialog .project-card{border:0;border-radius:0;box-shadow:none}
@media(max-width:800px){
  .project-home{margin-top:24px}
  .project-home:empty{display:none}
  .project-mobile-bar:has(button:not([hidden])){display:block;position:sticky;top:67px;z-index:20;padding:8px 0;background:#090909f5;backdrop-filter:blur(8px);margin-bottom:14px}
  .project-mobile-button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:42px;padding:10px 16px;border:1px solid #aa902c;border-radius:6px;background:#242013;color:#f6dd81;font-size:12px;font-weight:600;text-align:left}
  .article-body section{scroll-margin-top:136px}
  .project-card{padding:22px}
  .project-form__field input{height:46px;font-size:16px}
  .project-form__consent{font-size:12px}
  .project-form__submit{min-height:46px;font-size:14px}
}
@media print{.project-mobile-bar,.project-dialog{display:none!important}}

/* Keep relative small print and indices readable on every screen. */
small{font-size:max(12px,.8em)}sub,sup{font-size:max(12px,.75em)}
