.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}}