.tp-service-intro{max-width:70ch;margin:0 auto;display:flex;flex-direction:column;gap:var(--tp-space-5)}.tp-service-intro p{margin:0;color:var(--tp-text);font-size:17px;line-height:var(--tp-leading-body)}.tp-service-intro p+p{color:var(--tp-text-muted)}.tp-service-intro p:first-child{color:var(--tp-text)}.tp-doctype-card__desc a,.tp-faq__a a,.tp-service-intro a,.tp-value-card__desc a{color:var(--tp-primary);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb,var(--tp-primary) 40%,transparent);text-decoration-color:color-mix(in srgb,var(--tp-primary) 40%,transparent);text-underline-offset:2px;font-weight:var(--tp-weight-medium);transition:color var(--tp-duration) var(--tp-ease)}.tp-doctype-card__desc a:hover,.tp-faq__a a:hover,.tp-service-intro a:hover,.tp-value-card__desc a:hover{color:var(--tp-primary-hover)}.tp-doctype-card__desc a:visited,.tp-faq__a a:visited,.tp-service-intro a:visited,.tp-value-card__desc a:visited{color:var(--tp-primary)}.tp-service-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:var(--tp-space-5);gap:var(--tp-space-5)}.tp-faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:var(--tp-space-3)}.tp-faq__item{border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);background:var(--tp-surface);overflow:hidden;transition:border-color .15s ease}.tp-faq__item:hover{border-color:var(--tp-primary)}.tp-faq__q{display:flex;align-items:center;justify-content:space-between;gap:var(--tp-space-4);padding:var(--tp-space-5) var(--tp-space-6);cursor:pointer;list-style:none;font-family:var(--tp-font-display);font-weight:var(--tp-weight-heading);font-size:16px;color:var(--tp-text)}.tp-faq__q::-webkit-details-marker{display:none}.tp-faq__chevron{color:var(--tp-text-muted);transform:rotate(90deg);transition:transform .2s ease}.tp-faq__item[open] .tp-faq__chevron{transform:rotate(-90deg)}.tp-faq__item[open] .tp-faq__q{color:var(--tp-primary)}.tp-faq__a{margin:0;padding:0 var(--tp-space-6) var(--tp-space-5);color:var(--tp-text-muted);font-size:15px;line-height:var(--tp-leading-body)}@media (max-width:640px){.tp-service-intro p{font-size:16px}.tp-faq__q{padding:var(--tp-space-4) var(--tp-space-5)}.tp-faq__a{padding:0 var(--tp-space-5) var(--tp-space-4)}}.tp-trust-badges{display:flex;gap:var(--tp-space-3);justify-content:center;flex-wrap:wrap;margin-top:var(--tp-space-5)}.tp-trust-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--tp-space-5);gap:var(--tp-space-5);counter-reset:tp-trust-step}.tp-trust-step{display:flex;flex-direction:column;gap:var(--tp-space-3)}.tp-trust-step__num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:var(--tp-primary);color:var(--tp-surface);font-family:var(--tp-font-display);font-weight:var(--tp-weight-heading);font-size:15px}[data-tp-theme=dark] .tp-trust-step__num{color:var(--tp-bg)}.tp-trust-step__title{font-family:var(--tp-font-display);font-weight:var(--tp-weight-heading);font-size:17px;color:var(--tp-text)}.tp-trust-step__desc{margin:0;color:var(--tp-text-muted);font-size:15px;line-height:var(--tp-leading-body)}.tp-trust-callout{max-width:70ch;margin:var(--tp-space-6) auto 0;padding:var(--tp-space-6);border-left:3px solid var(--tp-primary);border-radius:var(--tp-radius-sm);background:var(--tp-surface-card)}.tp-trust-callout__title{font-family:var(--tp-font-display);font-weight:var(--tp-weight-heading);font-size:16px;color:var(--tp-text);margin:0 0 var(--tp-space-4)}.tp-trust-callout ul{margin:0;padding-left:1.2em;display:flex;flex-direction:column;gap:var(--tp-space-3)}.tp-trust-callout li{color:var(--tp-text-muted);font-size:15px;line-height:var(--tp-leading-body)}.tp-trust-callout li::marker{color:var(--tp-primary)}@media (max-width:900px){.tp-trust-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.tp-trust-steps{grid-template-columns:1fr}.tp-trust-callout{padding:var(--tp-space-5)}}.tp-post-meta{display:inline-flex;align-items:center;gap:var(--tp-space-2);font-family:var(--tp-font-mono);font-size:13px;color:var(--tp-text-muted);white-space:nowrap}.tp-post-meta__dot{opacity:.5}.tp-post-body{max-width:70ch;margin:0 auto;display:flex;flex-direction:column;gap:var(--tp-space-8)}.tp-post-section__title{margin:0 0 var(--tp-space-4);font-family:var(--tp-font-display);font-weight:var(--tp-weight-heading);font-size:var(--tp-text-h3);line-height:var(--tp-leading-heading);color:var(--tp-text)}.tp-post-section p{margin:0;color:var(--tp-text);font-size:17px;line-height:var(--tp-leading-body)}.tp-post-section p+p{margin-top:var(--tp-space-4)}.tp-post-body a{color:var(--tp-primary);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb,var(--tp-primary) 40%,transparent);text-decoration-color:color-mix(in srgb,var(--tp-primary) 40%,transparent);text-underline-offset:2px;font-weight:var(--tp-weight-medium);transition:color var(--tp-duration) var(--tp-ease)}.tp-post-body a:hover{color:var(--tp-primary-hover)}.tp-post-body a:visited{color:var(--tp-primary)}@media (max-width:640px){.tp-post-section p{font-size:16px}.tp-post-section__title{font-size:20px}}.tp-dict{display:flex;flex-direction:column;gap:var(--tp-space-5)}.tp-dict__toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--tp-space-4);flex-wrap:wrap}.tp-dict__toolbar .tp-field{min-width:260px;flex:1 1 260px}.tp-dict__count{font-family:var(--tp-font-mono);font-size:14px;color:var(--tp-accent-hover);background:var(--tp-accent-soft);padding:6px 14px;border-radius:var(--tp-radius-pill);white-space:nowrap}.tp-dict__table-wrap{border:1px solid var(--tp-border);border-radius:var(--tp-radius);background:var(--tp-surface);overflow-x:auto}.tp-dict__table{width:100%;border-collapse:collapse;font-size:15px}.tp-dict__table th{text-align:left;color:var(--tp-text-muted);font-size:var(--tp-text-caption);font-weight:var(--tp-weight-medium);position:-webkit-sticky;position:sticky;top:0;background:var(--tp-surface)}.tp-dict__table td,.tp-dict__table th{padding:var(--tp-space-4) var(--tp-space-5);border-bottom:1px solid var(--tp-border)}.tp-dict__table td{color:var(--tp-text);vertical-align:top}.tp-dict__table tr:last-child td{border-bottom:none}.tp-dict__table tr:hover td{background:var(--tp-accent-soft)}.tp-dict__note{margin-top:4px;font-family:var(--tp-font-sans,inherit);font-size:13px;font-style:italic;color:var(--tp-text-muted);line-height:var(--tp-leading-body);max-width:46ch}.tp-dict__empty{margin:0;padding:var(--tp-space-6);text-align:center;color:var(--tp-text-muted);border:1px dashed var(--tp-border);border-radius:var(--tp-radius)}@media (max-width:640px){.tp-dict__toolbar{flex-direction:column;align-items:stretch}.tp-dict__table td,.tp-dict__table th{padding:var(--tp-space-3) var(--tp-space-4)}}.tp-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--tp-space-5);gap:var(--tp-space-5)}@media (max-width:1024px){.tp-benefit-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.tp-benefit-grid{grid-template-columns:1fr}}.tp-requirements{display:flex;flex-direction:column;gap:var(--tp-space-4);list-style:none;margin:0;padding:0}.tp-requirements li{display:flex;align-items:flex-start;gap:var(--tp-space-3);color:var(--tp-text);font-size:var(--tp-text-body)}.tp-requirements li svg{flex:none;margin-top:2px}.tp-anketa-card{max-width:720px;margin:0 auto}.tp-anketa-card .tp-contact-form{gap:var(--tp-space-7)}.tp-anketa-group{display:flex;flex-direction:column;gap:var(--tp-space-5)}.tp-anketa-group+.tp-anketa-group{padding-top:var(--tp-space-6);border-top:1px solid var(--tp-border)}.tp-anketa-group__title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tp-primary)}.tp-langfield{flex-direction:column}.tp-langfield,.tp-langfield__add{display:flex;gap:var(--tp-space-3)}.tp-langfield__add{flex-wrap:wrap}.tp-langfield__add select{min-width:160px}.tp-langfield__tags{display:flex;flex-wrap:wrap;gap:var(--tp-space-3)}.tp-langtag{display:inline-flex;align-items:center;gap:6px;padding:5px 6px 5px 12px;background:var(--tp-surface-sunken);border:1.5px solid var(--tp-border-strong);border-radius:var(--tp-radius-pill);font-size:var(--tp-text-caption);font-weight:var(--tp-weight-medium);color:var(--tp-text)}.tp-langtag__name{cursor:pointer;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:2px}.tp-langtag__level{background:var(--tp-primary);color:var(--tp-text-inverse);padding:2px 8px;border-radius:var(--tp-radius-pill);font-size:11px;font-weight:600;cursor:pointer}.tp-langtag__remove{background:none;border:none;cursor:pointer;opacity:.5;font-size:13px;padding:2px 4px;color:inherit;line-height:1}.tp-langtag__remove:hover{opacity:1}.tp-levelgrid{display:flex;flex-direction:column;gap:var(--tp-space-2)}.tp-levelopt{display:flex;align-items:center;gap:var(--tp-space-3);padding:10px 14px;border:1.5px solid var(--tp-border);border-radius:var(--tp-radius-sm);cursor:pointer;font-size:var(--tp-text-body);color:var(--tp-text)}.tp-levelopt input{accent-color:var(--tp-primary);width:16px;height:16px;cursor:pointer}.tp-levelopt--sel{border-color:var(--tp-primary);background:var(--tp-primary-soft)}.tp-modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(10,15,26,.6);display:flex;align-items:center;justify-content:center;padding:var(--tp-space-5)}.tp-modal{position:relative;width:100%;background:var(--tp-surface);border-radius:var(--tp-radius);max-height:90vh;overflow-y:auto;box-shadow:var(--tp-shadow-lift)}.tp-modal__close{position:absolute;top:var(--tp-space-4);right:var(--tp-space-4);background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--tp-text-muted);z-index:1}.tp-modal__header{padding:var(--tp-space-6) var(--tp-space-7) var(--tp-space-4);border-bottom:1px solid var(--tp-border)}.tp-modal__title{font-family:var(--tp-font-display);font-size:1.3rem;font-weight:var(--tp-weight-heading);color:var(--tp-text)}.tp-modal__subtitle{font-size:var(--tp-text-caption);color:var(--tp-text-muted);margin-top:4px}.tp-modal__body{padding:var(--tp-space-6) var(--tp-space-7)}.tp-modal__footer{padding:var(--tp-space-5) var(--tp-space-7) var(--tp-space-6);border-top:1px solid var(--tp-border);display:flex;gap:var(--tp-space-3);justify-content:flex-end;flex-wrap:wrap}.tp-samples-filter-section{padding-top:var(--tp-space-6);padding-bottom:var(--tp-space-6)}.tp-samples-filter{display:flex;gap:var(--tp-space-3);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.tp-samples-filter::-webkit-scrollbar{display:none}.tp-samples-filter__chip{display:flex;align-items:center;gap:8px;flex:none;padding:10px 16px;border-radius:var(--tp-radius-pill);border:1px solid var(--tp-border);background:var(--tp-surface-card);color:var(--tp-text);font-size:14px;font-weight:var(--tp-weight-medium);text-decoration:none;white-space:nowrap;transition:border-color var(--tp-duration) var(--tp-ease-out),color var(--tp-duration) var(--tp-ease-out)}.tp-samples-filter__chip:hover{border-color:var(--tp-primary);color:var(--tp-primary)}.tp-samples-filter__count{font-family:var(--tp-font-mono);font-size:12px;color:var(--tp-text-muted);background:var(--tp-surface-sunken);border-radius:var(--tp-radius-pill);padding:1px 7px}.tp-samples-spec-header{display:flex;flex-direction:column;align-items:flex-start;gap:var(--tp-space-4)}.tp-samples-spec-header__icon{width:48px;height:48px;flex:none;border-radius:var(--tp-radius-sm);background:var(--tp-primary-soft);color:var(--tp-primary);display:flex;align-items:center;justify-content:center}.tp-samples-grid{gap:var(--tp-space-6)}.tp-sample-card,.tp-samples-grid{display:flex;flex-direction:column}.tp-sample-card{gap:var(--tp-space-5)}.tp-sample-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--tp-space-3)}.tp-before-after--samples{grid-template-columns:1fr;gap:var(--tp-space-4)}.tp-before-after--samples .tp-before-after__panel{border-radius:var(--tp-radius-sm);padding:var(--tp-space-5);border:1px solid var(--tp-border);background:var(--tp-surface-sunken)}.tp-before-after--samples .tp-before-after__panel--after{background:var(--tp-accent-soft);border-color:color-mix(in srgb,var(--tp-accent) 35%,var(--tp-border))}.tp-before-after--samples .tp-before-after__text{font-size:15px}.tp-sample-card__markers{border-top:1px solid var(--tp-border);padding-top:var(--tp-space-4)}.tp-sample-card__markers-label{font-family:var(--tp-font-mono);font-size:12px;letter-spacing:.02em;text-transform:uppercase;color:var(--tp-text-muted);margin-bottom:var(--tp-space-3)}.tp-sample-card__markers ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.tp-sample-card__markers li{position:relative;padding-left:22px;font-size:14px;line-height:var(--tp-leading-body);color:var(--tp-text-muted)}.tp-sample-card__markers li:before{content:"";position:absolute;left:2px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--tp-accent)}@media (min-width:640px){.tp-before-after--samples{grid-template-columns:1fr 1fr}}@media (min-width:900px){.tp-samples-spec-header{flex-direction:row;align-items:center}}.tp-standards-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--tp-space-6);gap:var(--tp-space-6)}.tp-standard-card{display:flex;flex-direction:column;gap:var(--tp-space-4)}.tp-standard-card__code{font-family:var(--tp-font-display);font-weight:var(--tp-weight-heading);font-size:19px;color:var(--tp-text)}.tp-standard-card__fullname{font-size:14px;color:var(--tp-text-muted);margin-top:2px}.tp-standard-card__summary{margin:0;font-size:15px;line-height:var(--tp-leading-body);color:var(--tp-text)}.tp-standard-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--tp-space-3);border-top:1px solid var(--tp-border);padding-top:var(--tp-space-4)}.tp-standard-card__forwhom{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--tp-text-muted)}.tp-standard-card__forwhom svg{flex:none;color:var(--tp-text-muted)}.tp-standard-card__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:var(--tp-weight-medium);color:var(--tp-primary);text-decoration:none}.tp-standard-card__link:hover{text-decoration:underline}@media (min-width:900px){.tp-standards-grid{grid-template-columns:1fr 1fr}}@font-face{font-family:__Inter_fc104c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.p.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_fc104c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_fc104c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fc104c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_fc104c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.p.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_fc104c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_fc104c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_fc104c;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_fc104c{font-family:__Inter_fc104c,__Inter_Fallback_fc104c;font-style:normal}.__variable_fc104c{--font-inter:"__Inter_fc104c","__Inter_Fallback_fc104c"}@font-face{font-family:__JetBrains_Mono_4db7d5;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-s.p.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__JetBrains_Mono_4db7d5;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_4db7d5;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__JetBrains_Mono_4db7d5;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__JetBrains_Mono_4db7d5;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__JetBrains_Mono_4db7d5;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__JetBrains_Mono_Fallback_4db7d5;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_4db7d5{font-family:__JetBrains_Mono_4db7d5,__JetBrains_Mono_Fallback_4db7d5;font-style:normal}.__variable_4db7d5{--font-jetbrains-mono:"__JetBrains_Mono_4db7d5","__JetBrains_Mono_Fallback_4db7d5"}