body{background:#f5f4f0}.app-layout{padding:80px 0 0 220px;min-height:100dvh}.app-header{position:fixed;z-index:25;top:0;left:0;right:0;min-height:80px;background:#fffffff5;backdrop-filter:blur(15px);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:17px 35px;gap:20px;padding-top:max(17px,var(--tg-safe-area-inset-top,0px))}.app-header .brand-logo{width:36px;height:36px}.app-header .brand-text strong{font-size:17px}.app-header .brand-text .brand-crm{font-size:8px;letter-spacing:1px;margin-bottom:2px}.app-user{display:flex;align-items:center;gap:14px;color:#91949d;font-size:11px}.app-user-name{padding:6px 12px;background:#f5f4f0;border-radius:8px;font-size:11px;color:#737984}.app-nav{position:fixed;left:0;top:80px;bottom:0;width:220px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:30px 19px;gap:7px;z-index:20}.app-nav button{display:flex;align-items:center;gap:12px;text-align:left;background:transparent;border:0;color:#898c95;border-radius:11px;padding:15px 17px;line-height:1.4;font-size:12px;font-weight:590;min-height:50px;user-select:none}.app-nav button:hover{background:#f7f6f3}.app-nav button.active{background:#fff0f1;color:var(--red);font-weight:730}.app-nav button.active svg{stroke-width:2}.nav-caption{font-size:9px;letter-spacing:1.5px;color:#aaaeb5;font-weight:700;text-transform:uppercase;padding:0 17px 12px}.app-nav-footer{margin-top:auto;padding:20px 15px 0;font-size:10px;color:#a5a8af;line-height:1.8}.app-nav-footer strong{display:block;color:#747a83;font-size:10px;margin-bottom:6px}.app-main{max-width:1280px;padding:38px 46px 65px;margin:0 auto;min-height:calc(100dvh - 80px)}.app-page-head{margin-bottom:27px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.app-page-head h1{font-size:30px}.app-page-head .eyebrow{margin-bottom:11px}.app-page-head p:not(.eyebrow){font-size:13px;line-height:1.7;color:#89909a;max-width:640px;margin-top:12px}.app-hero{position:relative;overflow:hidden;background:#1b1c21;border-radius:23px;color:white;padding:36px 37px;margin-bottom:27px;display:grid;grid-template-columns:1fr 190px;gap:20px;min-height:270px;align-items:center}.app-hero .eyebrow{color:var(--hero-eyebrow,#c39a9f);position:relative;z-index:1}.app-hero h1{max-width:580px;font-size:37px;line-height:1.15;letter-spacing:-1.1px;margin:14px 0 16px;position:relative;z-index:1}.app-hero p:not(.eyebrow){font-size:13px;line-height:1.8;color:var(--hero-copy,#b3b6c0);max-width:535px;position:relative;z-index:1}.app-hero .button{margin-top:24px;position:relative;z-index:1}.hero-orbit{width:178px;height:178px;position:relative;border:1px solid #ffffff14;border-radius:50%;display:grid;place-items:center;justify-self:end}.hero-orbit:before{content:'';position:absolute;inset:17px;border:1px solid #ffffff13;border-radius:50%}.hero-orbit:after{content:'';position:absolute;inset:35px;border:1px solid #ffffff13;border-radius:50%}.hero-orbit .orbit-logo{width:82px;height:82px;border-radius:23px;position:relative;z-index:1;transform:rotate(-8deg);box-shadow:0 13px 35px #ed1c2e22}.hero-orbit .hero-mascot{width:100%;height:220px;object-fit:contain;position:relative;z-index:2}.orbit-dot{position:absolute;right:23px;top:19px;width:9px;height:9px;background:var(--red);border-radius:50%;box-shadow:0 0 25px #ed1c2e99}.home-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:34px}.home-quick-card{padding:21px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;flex-direction:column;gap:14px;text-align:left;min-width:0;transition:border-color .18s}.home-quick-card:hover{border-color:#ed1c2e66}.quick-icon{width:36px;height:36px;border-radius:11px;background:#f4f2ee;display:grid;place-items:center;color:var(--red)}.home-quick-card strong{font-size:13px;line-height:1.4}.home-quick-card p{color:#9399a3;font-size:11px;line-height:1.75}.home-quick-card .row{justify-content:space-between;gap:9px}.home-quick-card .row>svg{color:#a7abb2;width:15px}.app-section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.app-section-title h2{font-size:21px}.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.article-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;text-align:left;display:flex;flex-direction:column;padding:0;transition:border-color .18s;min-width:0;color:var(--ink)}.article-card:hover{border-color:#e19b9e}.article-cover{height:148px;background:#eeede8;overflow:hidden;border-bottom:1px solid var(--line)}.article-cover img{width:100%;height:100%;object-fit:cover}.article-cover.fallback{display:flex;align-items:center;justify-content:space-between;padding:26px;color:#7d7c7b;position:relative;background:linear-gradient(130deg,#f1ede6,#e5e1d9)}.article-cover.fallback:after{content:'';position:absolute;width:110px;height:110px;right:-5px;top:-15px;border:20px solid #ffffff80;border-radius:50%}.article-cover.fallback>svg{width:43px;height:43px;stroke-width:1}.article-cover-label{align-self:flex-end;font-size:9px;letter-spacing:2px;font-weight:700;color:#a09b92}.article-body{padding:22px;display:flex;flex-direction:column;flex:1;gap:12px}.article-body h3{font-size:18px;line-height:1.3;letter-spacing:-.35px}.article-body p{font-size:12px;line-height:1.75;color:#9299a4}.article-body .row:last-child{margin-top:auto;padding-top:5px;font-size:10px;color:#979da6}.article-type{font-size:9px;font-weight:750;color:#bf4d58;letter-spacing:.9px;text-transform:uppercase}.app-filterbar{display:flex;gap:12px;margin-bottom:23px;flex-wrap:wrap}.app-filterbar .search-input{min-width:210px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:17px;min-width:0;display:flex;flex-direction:column;gap:15px}.service-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.service-identity{display:flex;gap:12px;align-items:center;min-width:0}.service-logo{width:45px;height:45px;border-radius:12px;border:1px solid var(--line);object-fit:contain;padding:6px;background:#fff;flex-shrink:0}.service-initial{display:grid;place-items:center;font-size:19px;font-weight:730;padding:0;background:#f1f0ed;color:#6b727d}.service-identity h3{font-size:18px;line-height:1.3;overflow-wrap:anywhere}.service-identity .muted{font-size:10px;margin-top:3px}.service-card>p{font-size:12px;color:#8b929e;line-height:1.8}.service-actions{margin-top:auto;display:flex;gap:8px;padding-top:3px}.service-actions .button{font-size:11px;flex:1;min-height:38px;padding:9px 10px}.ownership{font-size:9px;border-radius:5px;padding:4px 7px;background:#f7f4ec;color:#9b8963;line-height:1.35;max-width:105px;text-align:right}.service-detail-header{display:flex;align-items:center;gap:15px;margin-bottom:22px}.service-detail-header h3{font-size:23px}.detail-metadata{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.diagnostic-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.diagnostic-card{border:1px solid var(--line);background:white;border-radius:18px;padding:26px;display:flex;flex-direction:column;gap:16px}.diagnostic-icon{width:46px;height:46px;border-radius:13px;background:#fff0f1;color:var(--red);display:grid;place-items:center}.diagnostic-card h3{font-size:20px;line-height:1.3}.diagnostic-card p{font-size:12px;color:#8a919c;line-height:1.8}.diagnostic-card .button{margin-top:auto;align-self:flex-start}.diagnostic-progress{height:4px;border-radius:8px;background:#eeede9;overflow:hidden;margin:15px 0 27px}.diagnostic-progress span{display:block;height:100%;background:var(--red);transition:width .25s ease}.question-text{font-size:22px;line-height:1.4;margin-bottom:22px}.diagnostic-options{display:flex;flex-direction:column;gap:10px}.diagnostic-option{display:flex;align-items:center;gap:12px;padding:15px 17px;border:1px solid var(--line);border-radius:12px;cursor:pointer;font-size:13px;line-height:1.65}.diagnostic-option:has(input:checked){border-color:#ed1c2e99;background:#fff5f5}.diagnostic-option input{accent-color:var(--red);width:17px;height:17px;flex-shrink:0}.result-score{font-size:56px;line-height:1;letter-spacing:-2px;font-weight:790;margin:10px 0 15px}.result-score small{font-size:19px;font-weight:500;letter-spacing:0;color:#a0a4aa}.result-label{color:#9ca0a8;font-size:11px}.result-body{line-height:1.8;color:#737b88;font-size:14px}.result-recommendations{padding-left:20px;margin-top:18px;color:#737b88;font-size:13px;line-height:1.8}.rating-list{display:flex;flex-direction:column;gap:14px}.rating-service{border:1px solid var(--line);border-radius:17px;background:#fff;padding:23px;display:flex;justify-content:space-between;align-items:center;gap:20px}.rating-score{text-align:right;flex-shrink:0}.rating-score strong{font-size:26px;letter-spacing:-.9px;font-weight:760}.rating-score p{font-size:10px;color:#9b9fa6;margin-top:4px}.rating-actions{display:flex;align-items:center;gap:25px}.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.review-card{background:white;border:1px solid var(--line);border-radius:15px;padding:22px}.review-card p{font-size:12px;line-height:1.85;color:#818996;margin:15px 0}.review-author{font-size:11px;color:#949ba4;display:flex;justify-content:space-between;gap:12px}.review-response{border-left:2px solid #ddd9d0;padding-left:14px;font-size:11px;line-height:1.8;color:#9298a1;margin-top:18px}.review-rating-select{display:flex;gap:7px;margin-top:8px}.review-rating-select button{width:45px;height:44px;border:1px solid var(--line);border-radius:9px;background:white;color:#c6c9ce;display:grid;place-items:center}.review-rating-select button.selected{color:#dfa22d;border-color:#efd7a8;background:#fff9ed}.review-rating-select button.selected svg{fill:#dfa22d;stroke:#dfa22d}.app-footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:22px;margin-top:35px;font-size:10px;color:#a3a7af}.app-footer .text-button{font-size:10px}.subscription-modal{text-align:center}.subscription-visual{width:110px;height:110px;border-radius:32px;margin:3px auto 22px;background:#fff0f1;position:relative;display:grid;place-items:center}.subscription-visual img{width:65px;height:65px;border-radius:20px}.subscription-visual .sub-lock{position:absolute;bottom:-5px;right:-5px;width:35px;height:35px;background:#fff;border:1px solid #f0e0e2;border-radius:12px;display:grid;place-items:center;color:var(--red);box-shadow:0 6px 14px #ed1c2e0a}.subscription-visual.soft{animation:soft-float 3.5s ease-in-out infinite}.subscription-visual.slide{animation:soft-slide 2.5s ease-in-out infinite}@keyframes soft-float{50%{transform:translateY(-6px) rotate(2deg)}}@keyframes soft-slide{50%{transform:translateX(5px)}}.subscription-modal>p{font-size:14px;color:#858d99;line-height:1.85;margin-bottom:22px}.subscription-modal>.button{width:100%;margin-top:9px}.subscription-modal .field-help{display:block;margin-top:14px}.login-notice{text-align:center}.login-notice .empty-icon{margin:0 auto 22px}.login-notice h3{font-size:23px;margin-bottom:15px}.login-notice p{color:#8a929e;font-size:13px;line-height:1.8}.catalog-warning{font-size:11px;color:#9298a2;margin:24px 0 0;line-height:1.8}.review-form,.lead-form{display:flex;flex-direction:column;gap:18px}.review-form .modal-actions,.lead-form .modal-actions{margin-top:3px}.article-source{margin-top:24px;border-top:1px solid var(--line);padding-top:17px;font-size:12px;color:var(--red)}.article-meta{margin-bottom:22px;display:flex;gap:9px;flex-wrap:wrap}.service-form-heading{padding:14px 16px;background:#f5f4f0;border-radius:10px;font-size:12px;color:#717986}.app-section-spacer{margin-top:33px}.public-empty{border:1px dashed #dcdcd6;border-radius:17px;background:#faf9f6}.app-page-error{max-width:600px;margin:10vh auto;padding:30px}
@media(max-width:1150px){.app-layout{padding-left:180px}.app-nav{width:180px;padding:26px 12px}.app-nav button{padding:14px 12px;gap:9px;font-size:11px}.app-main{padding:31px 28px 55px}.app-hero{padding:29px;grid-template-columns:1fr 125px;gap:15px}.app-hero h1{font-size:32px}.hero-orbit{width:125px;height:125px}.hero-orbit .orbit-logo{width:65px;height:65px;border-radius:18px}.home-quick{gap:11px}.home-quick-card{padding:17px}.home-quick-card strong{font-size:12px}.service-card{padding:20px}.article-body{padding:20px}.rating-actions{gap:18px}}
@media(max-width:760px){.app-layout{padding:68px 0 calc(90px + env(safe-area-inset-bottom,0px))}.app-header{min-height:68px;padding:12px 21px;padding-top:max(12px,var(--tg-content-safe-area-inset-top,0px))}.app-header .brand-logo{width:32px;height:32px}.app-header .brand-text strong{font-size:16px}.app-header .brand-text .brand-crm{font-size:7px}.app-user .badge{font-size:8px;min-height:21px;padding:3px 6px}.app-user-name{display:none}.app-nav{position:fixed;inset:auto 0 0;width:auto;min-height:74px;max-width:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:8px 7px max(8px,env(safe-area-inset-bottom,0px));gap:2px;background:#fffffff5;border:0;border-top:1px solid var(--line);backdrop-filter:blur(12px);box-shadow:0 -5px 25px #00000003}.app-nav button{min-height:57px;max-width:100%;flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;border-radius:10px;padding:5px 3px;color:#8d929d;font-size:9px;line-height:1.25;text-align:center;font-weight:620}.app-nav button span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;max-width:100%;min-height:23px}.app-nav button svg{width:20px;height:20px}.app-nav button.active{background:#fff0f1}.nav-caption,.app-nav-footer{display:none}.app-main{padding:26px 21px 18px;min-height:calc(100dvh - 145px)}.app-page-head{margin-bottom:24px}.app-page-head h1{font-size:28px}.app-page-head p:not(.eyebrow){font-size:12px;line-height:1.8}.app-hero{padding:27px 25px;grid-template-columns:1fr;min-height:0;margin-bottom:19px;border-radius:19px}.app-hero h1{font-size:29px;line-height:1.16;max-width:340px;letter-spacing:-.8px;margin:13px 0}.app-hero p:not(.eyebrow){font-size:12px;max-width:440px}.app-hero .eyebrow{font-size:9px}.hero-orbit{position:absolute;right:-46px;top:-31px;width:148px;height:148px;opacity:.13;pointer-events:none}.hero-orbit .orbit-logo{width:72px;height:72px}.app-hero .button{margin-top:22px;font-size:12px;min-height:42px}.home-quick{grid-template-columns:1fr;gap:10px;margin-bottom:28px}.home-quick-card{display:grid;grid-template-columns:37px 1fr;gap:4px 13px;padding:17px 18px;align-items:center}.home-quick-card>.quick-icon{grid-row:1/3;width:37px;height:37px;border-radius:11px}.home-quick-card .row strong{font-size:13px}.home-quick-card>p{font-size:11px;grid-column:2;line-height:1.6}.app-section-title h2{font-size:20px}.app-section-title .text-button{font-size:10px}.article-grid,.service-grid,.diagnostic-list,.reviews-grid{grid-template-columns:1fr;gap:15px}.article-card{border-radius:16px}.article-cover{height:148px}.article-body{padding:22px}.article-body h3{font-size:20px}.article-body p{font-size:12px}.app-filterbar{gap:9px}.app-filterbar .search-input{min-width:170px;flex-basis:100%}.app-filterbar .filter-select{flex:1;max-width:none;font-size:12px}.service-card{padding:22px}.service-actions .button{min-height:42px;font-size:12px}.diagnostic-card{padding:23px}.diagnostic-card h3{font-size:21px}.rating-service{padding:20px;flex-wrap:wrap;gap:19px}.rating-service .service-identity{flex:1;min-width:180px}.rating-actions{width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px}.rating-score{text-align:left;display:flex;align-items:baseline;gap:8px}.rating-score strong{font-size:24px}.rating-score p{font-size:10px}.app-footer{font-size:9px;margin-top:28px;padding-top:20px}.app-footer .text-button{font-size:10px}.question-text{font-size:20px}.diagnostic-option{padding:14px;font-size:13px}.detail-actions .button{flex:1}.app-user{gap:7px}.service-top{gap:10px}.service-identity h3{font-size:18px}}
@media(min-width:1550px){.app-main{padding-top:43px}.app-hero{padding:43px}.app-hero h1{font-size:42px}.app-hero p:not(.eyebrow){font-size:14px}.hero-orbit{width:190px;height:190px}}
@media(max-width:370px){.app-main{padding-left:16px;padding-right:16px}.app-header{padding-left:17px;padding-right:17px}.app-hero{padding:23px}.app-hero h1{font-size:27px}.app-nav button{font-size:8px}.app-nav{padding-left:4px;padding-right:4px}.app-page-head h1{font-size:26px}.article-body{padding:20px}.app-header .brand-text strong{font-size:14px}.app-user .badge{font-size:7px}}

.app-section-title .text-button{white-space:nowrap;flex-shrink:0}.app-header .brand-text strong{overflow-wrap:anywhere;max-width:250px}.login-notice>.button{margin-top:18px}
