:root{--bg:#0a1019;--bg-2:#0d1521;--surface:#0f1824;--surface-2:#121d2c;--surface-3:#162336;--line:#25374f;--line-soft:#203147;--text:#eef3f9;--muted:#98abc2;--text-1:#eef4fc;--text-2:#e4edf8;--text-3:#dbe6f4;--text-4:#c7d5e9;--text-5:#a8bbd3;--text-6:#8fa4c1;--accent:#b88b5b;--accent-strong:#c89b6b;--accent-ink:#23190d;--radius-sm:6px;--radius:10px;--radius-pill:999px;--maxw:1200px;--space-2:2px;--space-4:4px;--space-6:6px;--space-8:8px;--space-10:10px;--space-12:12px;--space-14:14px;--space-16:16px;--space-20:20px;--space-24:24px;--shadow-soft:0 3px 10px #0308103d;--shadow-panel:0 8px 20px #0308104d}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--bg);overflow-x:clip}body{color:var(--text);background:radial-gradient(960px 420px at 14% -10%, #586f911a, transparent 72%), radial-gradient(860px 400px at 98% 104%, #b88b5b12, transparent 72%), linear-gradient(180deg, var(--bg) 0%, #0d1624 100%);background-color:var(--bg);margin:0;font-family:Manrope,Segoe UI,sans-serif;line-height:1.45;overflow-x:hidden}::selection{color:#1b130a;background:#bf966599}a{color:inherit}:focus:not(:focus-visible){outline:none}.topbar{z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0b131ef5;border-bottom:1px solid #96a9c233;width:100%;transition:transform .24s,opacity .24s;position:fixed;top:0;left:0;box-shadow:0 6px 16px #03091042}.mobile-topbar{display:none}.topbar-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.topbar-shell{width:min(100%, var(--maxw));align-items:center;gap:16px;min-height:82px;margin:0 auto;padding:0 20px;display:flex}.brand{color:var(--text-1);white-space:nowrap;align-items:center;gap:8px;margin:0;font-family:JetBrains Mono,monospace;line-height:1;display:flex}.brand-link{text-decoration:none}.brand-logo{object-fit:contain;object-position:center;opacity:.96;flex:none;width:auto;max-width:38px;height:27px}.brand-text{letter-spacing:.032em;color:var(--text-1);text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:15px;font-weight:700;line-height:1}.topnav{scrollbar-width:none;flex:1;justify-content:center;align-items:center;gap:16px;display:flex;overflow-x:auto}.topnav::-webkit-scrollbar{display:none}.topnav a{white-space:nowrap;color:var(--muted);padding:7px 0 10px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,opacity .2s;position:relative}.topnav a:after{content:"";border-radius:var(--radius-pill);background:var(--accent);transform-origin:50%;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.topnav a:hover,.topnav a.active{color:var(--text-1);opacity:1}.topnav a:hover:after,.topnav a.active:after{transform:scaleX(1)}.button{border-radius:var(--radius);-webkit-tap-highlight-color:transparent;border:1px solid #345173;justify-content:center;align-items:center;padding:8px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.topbar .button{border-radius:var(--radius);padding:8px 14px;font-size:13px}.button-primary{background:var(--accent);color:var(--accent-ink);border-color:#ad8456}.button-secondary{color:var(--text-2);background:#0f1824e0;border-color:#8ca0bb57}.button-contact{color:var(--text-2);background:linear-gradient(#0b1523 0%,#091220 100%);border-color:#68819e75}.button-ghost{color:var(--text-3);background:0 0;border-color:#34465f}@media (hover:hover){.button-primary:hover{background:var(--accent-strong);border-color:#c29a6d}.button-secondary:hover{background:#141f2ff0;border-color:#b88b5b85}.button-contact:hover{border-color:var(--accent);color:var(--text-2);background:linear-gradient(#0b1523 0%,#091220 100%)}.button-ghost:hover{background:#141f2fb8;border-color:#3e546f}}.page{width:min(100%, var(--maxw));margin:0 auto;padding:114px 20px 60px}.section{padding:48px 0}.section-first{padding-top:22px}.section-head{align-items:center;gap:14px;margin-bottom:28px;display:flex}#project .section-head{margin-bottom:20px}#habr .section-head,#skills .section-head,#education .section-head,#contacts .section-head{margin-bottom:40px}.section-head:after{content:none}h1,h2,h3{letter-spacing:-.015em;margin:0}h1{font-size:clamp(38px,4.7vw,64px);font-weight:700;line-height:.98}h2{font-size:clamp(26px,2.9vw,38px);font-weight:700;line-height:1.05}h3{font-size:clamp(18px,1.6vw,25px);font-weight:700;line-height:1.12}.panel{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-panel);border:1px solid #8ca0bb26}.hero{grid-template-columns:.86fr 1.14fr;gap:12px;display:grid}.hero-main-panel{min-height:320px;box-shadow:none;background:0 0;border:0;flex-direction:column;justify-content:center;padding:14px 0 12px;display:flex}.hero-role{color:var(--text-3);margin:14px 0 0;font-size:clamp(22px,1.85vw,30px);font-weight:600}.hero-main-note{max-width:56ch;color:var(--text-5);margin:16px 0 0;font-size:clamp(12px,.9vw,15px);line-height:1.4}.hero-main-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.hero-main-actions .button{border-radius:var(--radius);width:196px;min-height:42px;padding:10px 16px;font-size:14px}.hero-side-panel{min-height:320px;padding:0;display:flex}.hero-console{border-radius:var(--radius);background:linear-gradient(#0a1422 0%,#08101b 100%);border:1px solid #96a9c23d;flex-direction:column;flex:1;width:100%;height:100%;min-height:320px;padding:0;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff05}.hero-console-head{background:#0c1421f2;border-bottom:1px solid #96a9c229;justify-content:flex-start;align-items:center;gap:8px;min-height:36px;padding:0 12px;display:flex}.hero-dot{border-radius:var(--radius-pill);order:1;width:8px;height:8px;display:inline-block}.hero-dot-red{background:#f06e68}.hero-dot-yellow{background:#e8b86a}.hero-dot-green{background:#6ec98a}.hero-console-title{color:var(--text-5);letter-spacing:.07em;text-transform:none;order:2;margin-left:auto;font-family:JetBrains Mono,monospace;font-size:11px}.hero-console-body{flex-direction:column;flex:1;gap:4px;padding:14px 14px 6px;display:flex}.hero-console-line{color:var(--text-3);white-space:nowrap;align-items:center;gap:8px;margin:0;font-family:JetBrains Mono,monospace;font-size:clamp(12px,1.05vw,15px);font-weight:600;line-height:1.27;display:inline-flex}.hero-cli-prompt{color:#b88b5b}.hero-console-output{color:var(--text-1);margin:0;font-family:JetBrains Mono,monospace;font-size:clamp(12px,1.05vw,15px);font-weight:600;line-height:1.27}.hero-console-bottom{margin-top:0;margin-bottom:0}.hero-cursor{color:var(--text-1);font-weight:700;animation:1s step-end infinite hero-cursor-blink}@keyframes hero-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.hero-console.is-animating .hero-console-output,.hero-console.is-animating .hero-console-bottom{opacity:0}.hero-console .hero-console-output,.hero-console .hero-console-bottom{transition:opacity .4s}.hero-console .hero-console-output.is-shown,.hero-console .hero-console-bottom.is-shown{opacity:1}.hero-type-caret{color:var(--text-1);margin-left:1px;font-weight:700;animation:1s step-end infinite hero-cursor-blink}.project-showcase{gap:clamp(20px,2.1vw,28px);display:grid}.project-overview{box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-template-areas:"title title""main side";gap:clamp(10px,1.2vw,14px);padding:0;display:grid}.project-overview-main{grid-area:main;align-content:start;justify-items:start;gap:10px;padding-left:4px;display:grid}.project-overview-side{grid-area:side;align-content:start;justify-items:stretch;gap:8px;margin-top:-14px;display:grid}.project-links-side{border-radius:var(--radius);background:linear-gradient(#0f1826 0%,#0d1622 100%);border:1px solid #859bb63d;padding:12px}.project-overview-kicker{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-family:JetBrains Mono,monospace;font-size:11px}.project-title-row{grid-area:title;align-items:center;gap:12px;min-width:0;display:flex}.project-logo{object-fit:contain;filter:drop-shadow(0 6px 12px #03081038);flex:none;width:46px;height:46px;display:block}.project-title{color:var(--accent);letter-spacing:-.012em;margin:0;font-family:Sora,Manrope,sans-serif;font-size:clamp(21px,1.64vw,29px);font-weight:700;line-height:1.12}.project-summary{color:var(--text-3);margin:0;font-size:clamp(14px,1.02vw,17px);line-height:1.4}.project-summary-intro{letter-spacing:-.003em;font-family:Manrope,Segoe UI,sans-serif;font-size:clamp(14px,.98vw,15.5px);line-height:1.42}.project-summary-lead{color:var(--text-1);letter-spacing:normal;font-family:inherit;font-size:1em;font-weight:700}.project-no-emphasis{color:inherit;font-family:inherit;font-weight:400}.project-inline-plain{color:inherit;letter-spacing:normal;font-family:inherit;font-weight:400!important}.project-inline-link{color:var(--text-1);text-decoration:none;transition:color .2s,opacity .2s;position:relative}.project-inline-link:after{content:"";background:var(--accent);transform-origin:50%;height:2px;transition:transform .2s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.project-inline-link:focus-visible{color:#fff;opacity:.96}.project-inline-link:focus-visible:after{transform:scaleX(1)}@media (hover:hover){.project-inline-link:hover{color:#fff;opacity:.96}.project-inline-link:hover:after{transform:scaleX(1)}}.project-key-head{color:var(--text-1);letter-spacing:-.01em;text-transform:none;margin:8px 0 4px;font-family:Sora,Manrope,sans-serif;font-size:clamp(16px,1.12vw,20px);font-weight:700;line-height:1.18}.project-key-head-side{margin:0 0 4px;font-size:clamp(15px,1.02vw,18px)}.project-service-labels{color:var(--text-3);text-align:left;margin:2px 0 4px;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1.35}.project-service-plain{border-radius:var(--radius);background:linear-gradient(#0b1522ad 0%,#08101cbd 100%);border:1px solid #6e88a647;grid-template-columns:.95fr 1.05fr;gap:8px;padding:12px;display:grid;box-shadow:inset 0 1px #b88b5b14}.project-service-pre{border-radius:var(--radius);color:var(--text-3);white-space:pre-wrap;word-break:break-word;background:#070e186b;border:0;margin:0;padding:8px 10px;font-family:JetBrains Mono,monospace;font-size:10px;line-height:1.3}.project-service-pre:first-child{border-top:1px dashed #8aa1bd52;padding-top:12px}.project-service-pre+.project-service-pre{border-left:1px dashed #8aa1bd52;padding-left:14px}.project-accent-char{color:var(--accent);font-weight:700}.project-service-mini-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.project-service-mini{border-radius:var(--radius);min-height:38px;color:var(--text-2);text-align:center;background:#0a142294;border:1px solid #7089a64d;justify-content:center;align-items:center;padding:4px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;line-height:1.2;display:inline-flex}.project-key-facts{gap:6px;margin:0;padding:0 0 0 18px;list-style:outside;display:grid}.project-key-facts li{color:var(--text-3);border-left:0;margin:0;padding-left:0;font-size:clamp(14px,1.03vw,16px);line-height:1.4}.project-stack-line{color:var(--text-3);letter-spacing:-.003em;margin:0;font-family:Manrope,Segoe UI,sans-serif;font-size:clamp(14px,.98vw,15.5px);line-height:1.42}.project-stack-line span{color:var(--text-1);letter-spacing:normal;font-family:inherit;font-size:1em;font-weight:700}.project-links{flex-wrap:wrap;gap:10px;margin-top:2px;display:flex}.project-links-vertical{grid-template-columns:1fr;justify-items:stretch;gap:8px;margin-top:0;display:grid}.project-links.project-links-vertical .button{width:100%;min-height:43px;padding:10px 14px;font-size:13px;line-height:1.2}.project-links.project-links-project{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(100%,520px);margin-top:4px;display:grid}.project-link-main{white-space:normal;text-align:center;justify-content:center;width:100%;min-height:40px;padding:8px 10px;font-size:12px;line-height:1.2}.project-links-project-sub{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.project-links-project-sub .button{white-space:normal;text-align:center;justify-content:center;width:100%;min-height:40px;padding:8px 10px;font-size:12px;line-height:1.2}.project-links.project-links-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;margin-top:8px;display:grid}.project-links.project-links-row .button{width:100%;min-height:42px;padding:9px 15px;font-size:13px}.project-links.project-links-row.project-links-right{gap:8px;margin-top:0}.project-links.project-links-row.project-links-right .button{min-height:40px;padding:8px 10px;font-size:12px;line-height:1.2}.project-links .button{white-space:nowrap;min-height:40px;padding:8px 14px;font-size:12px}.project-demo{gap:10px;display:grid}.project-block-head{gap:6px;margin-bottom:14px;display:grid}.project-block-title{color:var(--text-1);letter-spacing:-.01em;margin:0;font-family:Sora,Manrope,sans-serif;font-size:clamp(20px,1.55vw,28px);font-weight:700;line-height:1.14}.project-block-note{color:var(--text-5);margin:0;font-size:clamp(13px,.95vw,15px);line-height:1.38}.project-video-frame{aspect-ratio:16/9;box-shadow:none;background:0 0;border:0;border-radius:0;overflow:hidden}.project-video-frame iframe{border:0;width:100%;height:100%}.project-architecture{background:0 0;border:0;border-radius:0;padding:0}.project-arch-summary{gap:8px;margin-top:10px;display:grid}.project-arch-summary-title{color:var(--text-1);letter-spacing:-.01em;margin:0;font-family:Sora,Manrope,sans-serif;font-size:clamp(17px,1.25vw,22px);font-weight:700;line-height:1.18}.project-arch-summary-text{color:var(--text-3);margin:0;font-size:clamp(13px,.95vw,15px);line-height:1.36}.project-plain-list{gap:6px;margin:0;padding:0 0 0 18px;list-style:outside;display:grid}.project-plain-list li{color:var(--text-4);margin:0;font-size:clamp(12px,.92vw,14px);line-height:1.36}.project-evolution{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px;display:grid}.project-stage-card{border-radius:var(--radius);background:linear-gradient(180deg, var(--surface) 0%, #0e1724 100%);box-shadow:inset 0 1px 0 #a0b6d00a, var(--shadow-soft);transition:transform .62s cubic-bezier(.21,.9,.26,1),opacity .52s,filter .52s,box-shadow .52s,border-color .52s;transition-delay:var(--evolution-reveal-delay,0s);will-change:transform, opacity;border:1px solid #7e92aa38;grid-template-rows:auto auto 1fr auto;align-content:start;gap:8px;padding:13px 13px 11px;display:grid;position:relative;overflow:hidden}.project-stage-card.stage-reveal-init{opacity:0;filter:none;transform:translateY(20px)}.project-stage-card.stage-reveal-init.is-revealed{opacity:1;filter:none;transform:translateY(0);box-shadow:inset 0 1px #aabed60f,0 10px 24px #050a1447}.project-evolution.evolution-motion-dynamic .project-stage-card.stage-reveal-init{filter:blur(1.5px);transform:translateY(26px)scale(.992)}.project-evolution.evolution-motion-dynamic .project-stage-card.stage-reveal-init.is-revealed{filter:blur();transform:translateY(0)scale(1)}.project-stage-card:before,.project-stage-card:after{content:none}.project-stage-card>*{position:static}.project-stage-a{border-color:#7e92aa38}.project-stage-a:before,.project-stage-a:after{content:none}.project-stage-b{border-color:#7e92aa38}.project-stage-b:before,.project-stage-b:after{content:none}.project-stage-c{border-color:#7e92aa38;grid-column:1/-1;grid-template-rows:auto;grid-template-columns:minmax(0,1fr) clamp(360px,38%,430px);justify-self:stretch;align-items:stretch;gap:26px;width:100%;padding:13px;display:grid}.project-stage-c-copy{grid-template-rows:auto auto 1fr;gap:8px;min-width:0;display:grid}.project-stage-c-links{border-radius:var(--radius);background:radial-gradient(120% 120% at 100% 0,#b88b5b1f 0%,#0000 52%),linear-gradient(#0d1623 0%,#0b131e 100%);border:1px solid #7e92aa38;grid-template-rows:auto auto 1fr;align-content:start;align-self:stretch;gap:8px;width:100%;min-height:0;padding:12px;display:grid;box-shadow:inset 0 1px #b88b5b14,inset 0 0 0 1px #ffffff03}.project-stage-c-links-kicker{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-family:JetBrains Mono,monospace;font-size:10px}.project-stage-c-links-note{color:var(--text-5);margin:-1px 0 4px;font-size:11px;line-height:1.34}.project-stage-c-links-grid{grid-auto-rows:1fr;align-content:stretch;gap:8px;height:100%;display:grid}.project-stage-c-link{border-radius:var(--radius);width:100%;min-height:0;color:var(--text-2);background:linear-gradient(#0b1523eb 0%,#091220f5 100%);border:1px solid #68819e61;align-content:center;gap:4px;padding:10px 12px;text-decoration:none;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:grid;box-shadow:inset 0 1px #ffffff05}.project-stage-c-link-title{color:var(--text-1);font-size:13px;font-weight:700;line-height:1.24}.project-stage-c-link-meta{color:var(--text-5);font-size:11px;line-height:1.35}.project-stage-c-link:focus-visible{border-color:var(--accent);outline:none;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff05,0 8px 18px #0309103d}@media (hover:hover){.project-stage-c-link:hover{background:linear-gradient(#0e1928f5 0%,#0a1321fa 100%);border-color:#b88b5b85;box-shadow:inset 0 1px #ffffff05,0 8px 18px #0309103d}}.project-stage-kicker{color:#b88b5b;letter-spacing:.07em;text-transform:uppercase;margin:0;font-family:JetBrains Mono,monospace;font-size:11px}.project-stage-title{color:var(--text-1);letter-spacing:-.01em;margin:0;font-family:Manrope,Sora,sans-serif;font-size:clamp(18px,1.28vw,22px);font-weight:700;line-height:1.14}.project-stage-a .project-stage-title,.project-stage-b .project-stage-title{color:var(--text-1)}.project-stage-stack{color:var(--text-5);margin:0;font-size:clamp(12px,.9vw,13px);line-height:1.36}.project-stage-a .project-stage-stack,.project-stage-b .project-stage-stack{color:var(--text-5)}.project-stage-list{align-content:start;gap:8px;margin:0;padding:0;list-style:none;display:grid}.project-stage-list li{color:var(--text-4);padding:0;font-size:clamp(12px,.96vw,14px);line-height:1.42;display:block}.project-stage-list li span{color:var(--text-2);font-family:inherit;font-size:1em;font-weight:700;line-height:inherit;letter-spacing:normal}.project-stage-network{border-left:2px solid var(--accent);color:var(--text-3);background:#b88b5b14;border-radius:0 6px 6px 0;margin:2px 0 0;padding:8px 10px;font-size:clamp(12px,.9vw,14px);line-height:1.34}.project-stage-network span{color:var(--text-1);font-weight:700}.project-stage-diagram{cursor:zoom-in;border-radius:var(--radius);background:#0b131e;border:1px solid #7e92aa38;justify-content:center;align-items:center;height:clamp(220px,19vw,300px);margin-top:auto;padding:8px;text-decoration:none;display:flex;position:relative;overflow:hidden}.project-stage-diagram:after{content:"Клик по картинке, чтобы увеличить";color:#c4d2e4db;letter-spacing:.02em;pointer-events:none;z-index:2;background:0 0;border:0;border-radius:0;padding:0;font-family:JetBrains Mono,monospace;font-size:11px;line-height:1;transition:color .18s,opacity .18s;position:absolute;bottom:10px;left:12px}.project-stage-diagram:focus-visible:after{color:#fff;opacity:1}.project-diagram-img{object-fit:contain;border-radius:var(--radius-sm);border:0;width:100%;height:100%;transition:transform .2s;display:block}.project-stage-diagram:focus-visible .project-diagram-img{transform:scale(1.015)}@media (hover:hover){.project-stage-diagram:hover:after{color:#fff;opacity:1}.project-stage-diagram:hover .project-diagram-img{transform:scale(1.015)}}.project-stage-arrow{align-content:center;justify-items:center;gap:6px;padding:4px 0;display:none}.project-stage-arrow-line{border-radius:var(--radius-pill);background:linear-gradient(#b88b5b33 0%,#b88b5bbf 50%,#b88b5b33 100%);width:2px;height:48px}.project-stage-arrow-label{color:var(--text-5);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:10px}.project-stage-arrow-symbol{color:var(--accent);font-size:21px;font-weight:700;line-height:1}.project-experience{background:0 0;border:0;border-radius:0;padding:0}.project-experience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.project-exp-card{border-radius:var(--radius);background:linear-gradient(#0f1826 0%,#0d1622 100%);border:1px solid #859bb633;align-content:start;gap:8px;padding:12px;display:grid}.project-exp-card h5{color:var(--text-1);letter-spacing:-.008em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(14px,1.01vw,18px);font-weight:700;line-height:1.2}.project-exp-card p{color:var(--text-5);margin:0;font-size:clamp(12px,.9vw,14px);line-height:1.38}.project-exp-card p.project-exp-text-compact{font-size:clamp(11.5px,.86vw,13px);line-height:1.34}.diagram-lightbox{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2200;background:#080d16f5;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;top:0;bottom:0;left:0;right:0}.diagram-lightbox.is-open{display:flex}.diagram-lightbox-content{justify-content:center;align-items:center;width:min(96vw,1540px);max-height:92vh;display:flex;position:relative}.diagram-lightbox-image{border-radius:var(--radius);object-fit:contain;background:#0a1019;border:1px solid #8ca1ba47;width:auto;max-width:100%;height:auto;max-height:92vh}.diagram-lightbox-close{border-radius:var(--radius);width:42px;height:42px;color:var(--text-3);cursor:pointer;background:#0b131ee6;border:1px solid #8ca1ba5c;justify-content:center;align-items:center;font-size:22px;line-height:1;display:inline-flex;position:absolute;top:10px;right:10px}.infra-panel{overflow:hidden}.infra-row{grid-template-columns:.82fr 1.09fr 1.09fr;min-height:56px;display:grid}.infra-row+.infra-row{border-top:0}.infra-row span{align-items:center;padding:12px 14px;font-size:clamp(12px,.9vw,14px);display:flex}.infra-row-head{background:#132033}.infra-row-head span{color:var(--text-5);letter-spacing:.09em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:10px}.infra-row:not(.infra-row-head) span:first-child{color:var(--text-1);font-weight:700}.infra-row:not(.infra-row-head) span:not(:first-child){color:var(--text-4)}.habr-layout{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:clamp(12px,1.5vw,18px);width:100%;margin:0;display:grid}.habr-article{background:var(--surface);gap:14px;min-height:100%;padding:16px;display:grid}.habr-author{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.habr-author-avatar{border-radius:var(--radius-sm);background:#0f1a2a;border:1px solid #96a9c247;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex;overflow:hidden}.habr-author-avatar img{object-fit:cover;width:100%;height:100%;display:block}.habr-author-name{color:var(--text-1);align-items:center;font-size:15px;font-weight:700;text-decoration:none;transition:color .2s,opacity .2s;display:inline-flex;position:relative}.habr-author-name:after{content:"";background:var(--accent);transform-origin:50%;height:2px;transition:transform .2s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.habr-author-name:focus-visible:after{transform:scaleX(1)}@media (hover:hover){.habr-author-name:hover{color:#fff;opacity:.94}.habr-author-name:hover:after{transform:scaleX(1)}}.habr-author-date{color:var(--text-6);font-size:12px}.habr-meta{align-items:center;gap:8px;display:flex}.habr-tag{border-radius:var(--radius-sm);background:var(--accent);min-height:20px;color:var(--accent-ink);letter-spacing:.08em;border:1px solid #ac855a;justify-content:center;align-items:center;padding:0 6px;font-family:JetBrains Mono,monospace;font-size:9px;display:inline-flex}.habr-label{color:var(--text-5);letter-spacing:.09em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:10px}.habr-title{color:var(--text-1);white-space:normal;overflow-wrap:anywhere;font-size:clamp(15px,1.15vw,21px);line-height:1.12}.habr-topics{color:var(--text-4);margin:0;font-size:11px;line-height:1.25}.habr-cover-wrap{border-radius:var(--radius);background:#0a121e;border:0;width:100%;margin:0;overflow:hidden}.habr-cover{width:100%;height:auto;display:block}.habr-cta{margin-top:2px}.habr-cta .button-contact{background:var(--surface);border-color:#68819e75;padding:10px 18px;font-size:13px}.habr-cta .button-contact:focus-visible{background:var(--surface);border-color:var(--accent);color:var(--text-2)}@media (hover:hover){.habr-cta .button-contact:hover{background:var(--surface);border-color:var(--accent);color:var(--text-2)}}.habr-telemetry{flex-direction:column;justify-content:space-between;align-self:stretch;height:100%;min-height:0;padding:16px 0 0;display:flex}.habr-telemetry-grid{flex-direction:column;flex:1;justify-content:space-between;gap:clamp(8px,.9vw,12px);margin-top:0;margin-bottom:0;display:flex}.habr-metric-line{justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:clamp(42px,3.2vw,52px);margin:0;padding:0;display:flex}.habr-metric-line>span{color:var(--text-5);letter-spacing:.08em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:13px}.habr-metric-line strong{color:var(--text-1);font-size:clamp(26px,2.7vw,36px);font-weight:700;line-height:1}.habr-repost-link{color:var(--text-1);align-items:center;gap:8px;font-family:inherit;font-size:clamp(26px,2.7vw,36px);font-weight:700;line-height:1;text-decoration:none;transition:color .2s,opacity .2s;display:inline-flex;position:relative}.habr-repost-link:after{content:"";background:var(--accent);transform-origin:50%;height:2px;transition:transform .2s;position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.habr-repost-link img{object-fit:contain;width:1em;height:1em;display:block}.habr-repost-link:focus-visible:after{transform:scaleX(1)}@media (hover:hover){.habr-repost-link:hover{color:#fff;opacity:.94}.habr-repost-link:hover:after{transform:scaleX(1)}}.habr-telemetry.habr-metrics-fx-ready .habr-metric-line strong,.habr-telemetry.habr-metrics-fx-ready .habr-repost-link{opacity:0;filter:blur(2.6px);will-change:transform, opacity, filter;transform:translateY(16px)scale(.82)}.habr-telemetry.habr-metrics-fx-ready.habr-metrics-in-view .habr-metric-line strong,.habr-telemetry.habr-metrics-fx-ready.habr-metrics-in-view .habr-repost-link{animation:.88s cubic-bezier(.18,.88,.24,1) both habr-metric-value-seq;animation-delay:var(--metric-delay,0s)}.habr-vim{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-panel);border:1px solid #8ca0bb26;margin-top:clamp(18px,1.9vw,26px);overflow:hidden}.habr-vim-content{flex-direction:column;gap:1px;min-height:clamp(126px,10.1vw,160px);padding:7px 9px 6px;display:flex}.habr-vim-line{margin:0}.habr-vim-line-main{padding-right:8px}.habr-vim-wave{color:#2da7ff;-webkit-user-select:none;user-select:none;margin:0;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1}.habr-vim-text{color:var(--text-1);font-feature-settings:"liga" 0, "calt" 0;font-family:JetBrains Mono,monospace;font-size:clamp(11.5px,.96vw,13.5px);font-weight:600;line-height:1.24}.habr-vim-caret{vertical-align:-.18em;background:#eef5ff;width:.6em;height:1.05em;margin-left:1px;animation:1s step-end infinite habr-vim-cursor-blink;display:inline-block}.habr-vim-status-left{font-weight:700}.habr-vim .habr-vim-content{transition:opacity .22s}.habr-vim.is-loading .habr-vim-content{opacity:0}.habr-vim-status{background:var(--surface);min-height:24px;color:var(--text-1);letter-spacing:.02em;white-space:nowrap;scrollbar-width:thin;justify-content:space-between;align-items:center;gap:12px;padding:0 6px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;display:flex;overflow-x:auto}.habr-vim-status-left,.habr-vim-status-right{font-feature-settings:"liga" 0, "calt" 0}.habr-vim-status-right-group{align-items:center;gap:18px;display:inline-flex}@keyframes habr-metric-value-seq{0%{opacity:0;filter:blur(3px);text-shadow:0 0 #b88b5b00;transform:translateY(18px)scale(.8)}58%{opacity:1;filter:blur();text-shadow:0 0 16px #b88b5b75;transform:translateY(-2px)scale(1.09)}to{opacity:1;filter:blur();text-shadow:0 0 #b88b5b00;transform:translateY(0)scale(1)}}@keyframes habr-vim-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.skills-panel{isolation:isolate;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:146px;align-items:stretch;gap:10px;display:grid;position:relative}.skills-network{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:visible}.skill-network-line{fill:none;stroke-width:1.45px;stroke-linecap:round;stroke-linejoin:round;opacity:0;stroke-dasharray:1;stroke-dashoffset:1px;transition:opacity .34s,stroke-dashoffset .66s}.skill-card{z-index:1;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;grid-column:span 2;justify-content:center;align-items:center;gap:4px;padding:12px 10px;display:flex;position:relative;overflow:hidden}.skills-panel.skills-lines-in-view .skill-network-line{opacity:.42;stroke-dashoffset:0}.skill-card-wide{grid-column:span 2}.skill-card-lg{grid-column:span 3}.skill-card-xl{grid-column:span 4}.skill-logo{--logo-scale:1;justify-content:center;align-items:center;width:74px;height:74px;display:flex;overflow:hidden}.skill-logo img{object-fit:contain;width:54px;max-width:54px;height:54px;max-height:54px;transform:scale(var(--logo-scale));transform-origin:50%;display:block}.skill-logo-linux{--logo-scale:1.15}.skill-logo-networks{--logo-scale:1.18}.skill-logo-git{--logo-scale:1.04}.skill-logo-docker{--logo-scale:1.05}.skill-logo-terraform{--logo-scale:.98}.skill-logo-ansible{--logo-scale:.94}.skill-logo-gitlab{--logo-scale:1.02}.skill-logo-k8s{--logo-scale:1.06}.skill-logo-prometheus,.skill-logo-postgresql{--logo-scale:.98}.skill-logo-redis{--logo-scale:1.08}.skill-logo-python{--logo-scale:1.22}.skill-logo-grafana{--logo-scale:1.04}.skill-logo-go{--logo-scale:1.46}@media (min-width:1101px){.hero{grid-template-columns:.8fr 1.2fr;gap:14px}.hero-main-panel{min-height:336px}.hero-main-panel h1{font-size:clamp(41px,4.9vw,67px)}.hero-role{font-size:clamp(24px,1.92vw,31px)}.hero-main-note{font-size:clamp(13px,.94vw,16px)}.hero-main-actions{gap:12px;margin-top:20px}.hero-main-actions .button{width:206px;min-height:44px;padding:10px 17px;font-size:14px}.hero-side-panel,.hero-console{min-height:336px}.hero-console-head{min-height:38px;padding:0 13px}.hero-dot{width:8px;height:8px}.hero-console-body{gap:6px;padding:15px 15px 7px}.hero-console-line,.hero-console-output{font-size:clamp(12px,1.06vw,16px);line-height:1.28}.contacts-primary-grid{gap:24px 54px}.contact-top-icon{width:54px;height:54px}.contact-top-icon img{width:48px;height:48px}.contact-card-value{font-size:clamp(21px,1.55vw,25px)}.contact-copy-btn{width:34px;height:34px}.contact-copy-btn img{width:18px;height:18px}.skills-panel{grid-template-rows:repeat(5,92px);grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:unset;align-items:start;gap:10px 12px}.skill-n1{grid-area:1/1/auto/span 2;margin:6px 0 0}.skill-n2{grid-area:2/3/auto/span 2;margin:2px 0 0 10px}.skill-n3{grid-area:1/5/auto/span 2;margin:8px 0 0}.skill-n4{grid-area:2/6/auto/span 2;margin:0}.skill-n5{grid-area:1/10/auto/span 2;margin:4px 0 0}.skill-n6{grid-area:3/1/auto/span 2;margin:8px 0 0}.skill-n7{grid-area:2/10/auto/span 2;margin:6px 0 0}.skill-n8{grid-area:2/8/auto/span 2;margin:-2px 0 0}.skill-n9{grid-area:3/9/auto/span 2;margin:8px 0 0}.skill-n10{grid-area:3/5/auto/span 2;margin:2px 0 0}.skill-n11{grid-area:4/7/auto/span 2;margin:6px 0 0}.skill-n12{grid-area:4/3/auto/span 2;margin:2px 0 0}.skill-n13{grid-area:5/5/auto/span 2;margin:-18px 0 0}.skill-n14{grid-area:5/9/auto/span 2;margin:-34px 0 0}}.skill-label{color:var(--text-2);letter-spacing:.01em;text-align:center;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.1}.skill-logo-docker+.skill-label,.skill-logo-gitlab+.skill-label,.skill-logo-k8s+.skill-label,.skill-logo-grafana+.skill-label,.skill-logo-go+.skill-label{margin-top:-2px}.education-plain{gap:12px;padding:0;display:grid}.education-head{justify-content:flex-start;align-items:center;gap:14px;display:flex}.education-logo{object-fit:contain;flex:none;width:46px;height:46px}.education-meta{gap:6px;min-width:0;display:grid}.education-meta strong{font-size:clamp(20px,1.7vw,26px);line-height:1.12}.education-meta span{color:var(--text-5);font-size:clamp(13px,.95vw,15px)}.education-program{color:var(--text-2);margin:0;font-size:clamp(15px,1.08vw,17px);font-weight:600;line-height:1.35}.contacts-primary-grid{grid-template-columns:repeat(2,max-content);justify-items:start;gap:18px 34px;width:-moz-fit-content;width:fit-content;max-width:100%;display:grid}.contact-item{min-width:0}.contact-card{box-shadow:none;text-align:center;background:0 0;border:0;border-radius:0;flex-direction:column;align-items:center;gap:8px;padding:0;display:flex}.contact-logo-link{justify-content:center;align-items:center;width:100%;text-decoration:none;display:inline-flex}.contact-card-value-row{justify-content:center;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;min-width:0;max-width:100%;display:inline-flex}.contact-main-link{align-items:center;gap:2px;min-width:0;text-decoration:none;display:inline-flex}.contact-top-icon{flex:none;justify-content:center;align-items:center;width:48px;height:48px;margin-right:0;display:inline-flex}.contact-top-icon img{object-fit:contain;width:42px;height:42px;transition:filter .2s;display:block}.contact-card-value{color:var(--text-1);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:clamp(19px,1.35vw,22px);font-weight:700;line-height:1.15;overflow:hidden}.contact-card-actions{justify-content:flex-start;align-items:center;gap:12px;width:auto;display:flex}.contact-action-link{border-radius:var(--radius);justify-content:center;width:196px;min-height:40px;padding:9px 16px;font-size:13px;font-weight:700}.contact-copy-btn{cursor:pointer;opacity:1;width:32px;height:32px;box-shadow:none;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #0000;border-radius:0;outline:none;justify-content:center;align-items:center;margin-left:0;padding:0;transition:opacity .16s;display:inline-flex}.contact-copy-btn:focus,.contact-copy-btn:active{box-shadow:none;outline:none}.contact-copy-btn:focus-visible{box-shadow:none;outline:none}.contact-copy-btn img{object-fit:contain;opacity:1;width:17px;height:17px;transition:filter .16s,opacity .16s;display:block}.contact-copy-btn:focus-visible img{filter:brightness(1.28)saturate(1.08)}@media (hover:hover){.contact-copy-btn:hover img{filter:brightness(1.28)saturate(1.08)}}.contact-copy-btn.is-copied{opacity:1;background:0 0;border-color:#0000}.contact-copy-btn.is-copied img{opacity:1;filter:none}.contact-copy-btn.is-error{opacity:1;background:0 0;border-color:#0000}.contact-copy-btn.is-error img{filter:none}.contact-copy-toast{color:#c79a61;letter-spacing:.04em;opacity:0;pointer-events:none;text-align:center;align-self:center;min-height:14px;margin-top:2px;font-family:JetBrains Mono,monospace;font-size:11px;line-height:1;transition:opacity .16s,transform .16s;display:block;transform:translateY(-2px)}.contact-copy-toast.is-visible{opacity:1;transform:translateY(0)}.contact-copy-toast.is-error{color:#f39a9a}.contact-logo-link:focus-visible .contact-top-icon img{filter:brightness(1.16)}@media (hover:hover){.contact-logo-link:hover .contact-top-icon img{filter:brightness(1.16)}}.site-footer{width:100%;margin-top:72px}.footer-shell{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:min(100%,1320px);min-height:120px;margin:0 auto;padding:30px 16px 20px;display:flex}.footer-brand{color:var(--text-3);opacity:.96;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.footer-brand-logo{object-fit:contain;object-position:center;flex:none;width:auto;max-width:34px;height:25px}.footer-brand-text{letter-spacing:.03em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700;line-height:1}.footer-meta{flex-direction:row;justify-content:center;align-items:center;gap:20px;display:flex}.footer-role{color:var(--text-5);white-space:nowrap;font-size:15px}.footer-icons{justify-content:center;align-items:center;gap:12px;display:inline-flex}.footer-icon-btn{opacity:.9;justify-content:center;align-items:center;width:30px;height:30px;text-decoration:none;transition:opacity .2s,filter .2s;display:inline-flex}.footer-icon-btn img{object-fit:contain;width:22px;height:22px;display:block}.footer-icon-btn-github img{width:19px;height:19px}.footer-icon-btn-habr img{width:24px;height:24px}.footer-icon-btn:focus-visible{opacity:1;filter:brightness(1.22)saturate(1.08)drop-shadow(0 4px 8px #02070d4d)}@media (hover:hover){.footer-icon-btn:hover{opacity:1;filter:brightness(1.22)saturate(1.08)drop-shadow(0 4px 8px #02070d4d)}}.scroll-top-btn{border-radius:var(--radius);width:52px;height:52px;color:var(--accent);cursor:pointer;z-index:1150;opacity:0;pointer-events:none;background:#0e1826e6;border:1px solid #b88b5ba3;place-items:center;font-size:24px;font-weight:700;transition:background .2s,border-color .2s,color .2s,opacity .2s,transform .2s;display:grid;position:fixed;bottom:14px;right:16px;transform:translateY(10px);box-shadow:0 10px 22px #02070d6b}.scroll-top-btn.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media (hover:hover){.scroll-top-btn:hover{background:var(--accent);color:#1f1710;border-color:#c29a6d}}@media (max-width:1180px){.skills-panel{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:146px;gap:8px}.skill-card,.skill-card-wide{grid-column:span 2}.skill-card-lg,.skill-card-xl{grid-column:span 4}}@media (max-width:1080px){.hero,.habr-layout{grid-template-columns:1fr}.hero-main-panel{min-height:0}.project-video-frame{aspect-ratio:16/9}.project-overview{grid-template-columns:1fr;grid-template-areas:"title""main""side"}.project-overview-side{align-content:start;max-width:100%;margin-top:0}.project-service-plain{grid-template-columns:1fr}.project-service-pre:first-child{border-top:0;padding-top:8px}.project-service-pre+.project-service-pre{border-top:1px dashed #8aa1bd47;border-left:0;padding-top:12px;padding-left:10px}.project-service-mini-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.project-links .button{width:100%}.project-links.project-links-row{grid-template-columns:repeat(3,minmax(0,1fr))}.project-links.project-links-row .button{width:100%}.project-links-side{padding:10px}.project-stage-diagram{height:clamp(220px,42vw,300px)}.project-stage-list{min-height:0}.project-stage-c{grid-column:auto;grid-template-columns:1fr;justify-self:stretch;gap:10px;width:auto}.project-stage-c-links{grid-template-rows:auto auto auto;align-content:start;width:100%;padding:10px}.project-stage-c-links-grid{grid-auto-rows:auto;height:auto}.project-diagram-img{height:100%;max-height:none}.project-evolution{grid-template-columns:1fr;gap:10px}.project-stage-arrow{grid-template-columns:auto auto auto;justify-content:center;align-items:center;gap:8px;padding:0}.project-stage-arrow-line{background:linear-gradient(90deg,#b88b5b33 0%,#b88b5bbf 50%,#b88b5b33 100%);width:44px;height:2px}.project-stage-arrow-symbol{transform:rotate(90deg)}.project-experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contacts-secondary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:780px){body.mobile-menu-open{overflow:hidden}.topbar{display:none}.mobile-topbar{z-index:1210;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0b131ef7;border-bottom:1px solid #8da0b738;width:100%;display:block;position:fixed;top:0;left:0}.mobile-topbar-shell{width:min(100%, var(--maxw));justify-content:space-between;align-items:center;gap:10px;min-height:66px;margin:0 auto;padding:0 14px;display:flex}.mobile-brand{align-items:center;gap:8px;min-width:0;text-decoration:none;display:inline-flex}.mobile-brand-logo{object-fit:contain;width:auto;max-width:30px;height:24px}.mobile-brand-text{letter-spacing:.026em;color:var(--text-1);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700}.mobile-menu-btn{border-radius:var(--radius);border:1px solid var(--accent);cursor:pointer;background:#0b131ef5;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .2s,background .2s;display:inline-flex}.mobile-menu-btn:focus-visible{border-color:var(--accent);background:#0b131efa}.mobile-menu-icon{background:linear-gradient(var(--accent), var(--accent)) 0 0 / 100% 2px no-repeat, linear-gradient(var(--accent), var(--accent)) 0 50% / 100% 2px no-repeat, linear-gradient(var(--accent), var(--accent)) 0 100% / 100% 2px no-repeat;opacity:.95;width:16px;height:12px;display:inline-block;position:relative}.mobile-topnav{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080e18d1;border-top:1px solid #8da0b71f;grid-template-columns:1fr;gap:4px;padding:10px 12px 14px;display:none}.mobile-topbar.is-open .mobile-topnav{display:grid}.mobile-topnav a{border-radius:var(--radius);min-height:46px;color:var(--text-3);background:0 0;border:0;justify-content:flex-start;align-items:center;padding:0 14px 0 30px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex;position:relative}.mobile-topnav a:before{content:">";color:var(--accent);opacity:0;font-family:JetBrains Mono,monospace;font-weight:700;transition:opacity .2s,transform .2s;position:absolute;left:13px;transform:translate(-5px)}.mobile-topnav a:focus-visible{color:var(--text-1);background:#b88b5b14}.mobile-topnav a.active{color:var(--text-1);background:#b88b5b1a}.mobile-topnav a.active:before{opacity:1;transform:translate(0)}.topbar-shell{gap:10px;min-height:64px;padding:0 14px}.brand{gap:6px}.brand-logo{max-width:30px;height:22px}.brand-text{letter-spacing:.024em;font-size:12px}.topnav{justify-content:flex-start;gap:12px}.topnav a{font-size:13px}.topbar .button{display:none}.page{padding:86px 14px 30px}.section{padding:30px 0}.section-first{padding-top:0}.section-head{margin-bottom:20px}#project .section-head{margin-bottom:16px}#habr .section-head,#skills .section-head,#education .section-head,#contacts .section-head{margin-bottom:28px}.panel,.habr-article{border-radius:var(--radius)}.habr-layout{gap:12px}.habr-article{gap:12px;padding:14px}.habr-author{align-items:center;gap:6px 8px}.habr-author-name{font-size:14px}.habr-author-date{flex-basis:100%;margin-left:34px;font-size:11px;line-height:1.2}.habr-title{font-size:clamp(20px,6.1vw,28px);line-height:1.16}.habr-topics{font-size:12px;line-height:1.35}.habr-cta .button-contact{min-height:38px;padding:8px 14px;font-size:12px}.project-evolution{gap:10px;margin-top:14px}.project-overview,.project-architecture,.project-experience{padding:0}.project-overview-side{gap:12px;margin-top:12px}.project-key-head-side{margin:2px 0 10px}.project-links{gap:8px}.project-service-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-service-pre{font-size:10px;line-height:1.32}.project-links .button{width:100%}.project-links.project-links-row{grid-template-columns:1fr}.project-stage-diagram{height:clamp(190px,55vw,260px)}.project-stage-list{min-height:0}.project-diagram-img{height:100%;max-height:none}.project-experience-grid{grid-template-columns:1fr;gap:10px}.hero-main-panel{padding:4px 0 0}.hero-main-actions{gap:8px;margin-top:14px}.hero-main-actions .button{width:168px;min-height:36px;padding:8px 12px;font-size:12px}.education-plain,.hero-side-panel{padding:0}.hero-signals{margin-top:18px}.habr-telemetry{justify-content:flex-start;height:auto;min-height:0;padding:14px 0 0}.habr-telemetry-grid{flex:none;grid-template-rows:none;justify-content:normal;gap:10px;margin-top:0;margin-bottom:18px;display:grid}.habr-metric-line{width:100%}.habr-vim{margin-top:14px}.habr-vim-content{gap:2px;min-height:0;padding:8px 9px 6px}.habr-vim-wave{font-size:13px}.habr-vim-text{font-size:12px;line-height:1.32}.habr-metric-line strong,.habr-repost-link{font-size:clamp(24px,7.2vw,32px)}.skills-panel{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:124px;gap:8px}.skill-card,.skill-card-wide,.skill-card-lg,.skill-card-xl{border-radius:var(--radius);background:linear-gradient(#0f1826 0%,#0d1622 100%);border:1px solid #859bb633;grid-area:auto/span 1;gap:4px;min-height:0;margin:0;padding:9px 7px}.skill-logo{width:52px;height:52px}.skill-logo img{width:36px;max-width:36px;height:36px;max-height:36px}.skill-label{font-size:12px}.skills-network{display:none}.infra-panel{background:0 0;border:0;border-radius:0}.infra-row{border-radius:var(--radius);background:var(--surface);border:1px solid #1c2c41;grid-template-columns:1fr;margin-bottom:10px;overflow:hidden}.infra-row+.infra-row{border-top:0}.infra-row-head{display:none}.contacts-primary-grid{grid-template-columns:repeat(2,max-content);justify-content:center;justify-items:center;gap:16px;width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto}.contact-card{text-align:center;align-items:center;gap:10px;padding:0}.contact-card-value{font-size:15px}.contact-card-value-row{justify-content:center}.contact-top-icon{width:46px;height:46px;margin-right:0}.contact-top-icon img{width:40px;height:40px}.contact-action-link{border-radius:var(--radius);width:176px;min-height:36px;padding:8px 14px;font-size:12px}.contact-copy-btn{width:28px;height:28px}.contact-copy-btn img{width:14px;height:14px}.footer-shell{align-items:center;gap:10px;min-height:106px;padding:24px 14px 16px}.footer-brand-logo{max-width:29px;height:21px}.footer-brand-text{letter-spacing:.02em;font-size:11px}.footer-meta{gap:14px}.footer-role{font-size:14px}.footer-icons{gap:8px}.footer-icon-btn{width:26px;height:26px}.footer-icon-btn img{width:19px;height:19px}.footer-icon-btn-github img{width:17px;height:17px}.footer-icon-btn-habr img{width:21px;height:21px}.scroll-top-btn{width:44px;height:44px;font-size:20px;bottom:10px;right:10px}}@media (max-width:560px){.habr-article{gap:10px;padding:12px}.habr-author-avatar{width:24px;height:24px}.habr-author-date{margin-left:32px}.habr-title{font-size:clamp(18px,6.6vw,24px)}.habr-metric-line>span{font-size:11px}.habr-metric-line strong,.habr-repost-link{font-size:clamp(22px,8vw,28px)}}@media (prefers-reduced-motion:reduce){.hero-cursor,.habr-vim-caret{animation:none}.habr-telemetry .habr-metric-line strong,.habr-telemetry .habr-repost-link{opacity:1;filter:none;transition:none;animation:none;transform:none}.skills-panel .skill-card,.skills-panel .skill-network-line{opacity:1;stroke-dashoffset:0;transition:none;transform:none}.contact-item,.contact-card,.contact-card-value,.contact-top-icon img,.footer-icon-btn,.footer-icon-btn img,.contact-copy-btn,.contact-copy-toast,.education-logo{transition:none}}
