#root{width:100%}:root{--rr-bg: #f5f6f4;--rr-surface: #ffffff;--rr-surface-muted: #f0f2ef;--rr-border: #dde4dc;--rr-text: #162033;--rr-text-muted: #5c6b61;--rr-brand: #256c3a;--rr-brand-hover: #1f5b31;--rr-brand-soft: #e6f0e8;--rr-brand-line: #bfd4c3;--rr-danger-bg: #fff7f7;--rr-danger-border: #efc4c4;--rr-danger-text: #8d1f1f;--rr-shadow: 0 8px 24px rgba(22, 32, 51, .06)}.cabinet-page{min-height:100vh;background:var(--rr-bg);color:var(--rr-text)}.public-page{min-height:100vh;background:linear-gradient(180deg,#0f2e22 0,#184933 420px,var(--rr-bg) 420px,var(--rr-bg) 100%);color:var(--rr-text)}.public-shell{max-width:1180px;margin:0 auto;padding:0 20px 40px}.public-brand{min-height:260px;padding:36px 0 28px;border-radius:0;background:radial-gradient(circle at right center,#ffffff14,#fff0 38%),linear-gradient(135deg,#0d2119,#153728 52%,#1d4f38);border:0;box-shadow:none;color:#fff;margin-bottom:24px;display:flex;flex-direction:column;justify-content:center}.public-brand__logo-wrap{display:flex;align-items:center;margin-bottom:24px;padding:0 40px}.public-brand__logo{display:block;width:280px;max-width:100%;height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.22))}.public-brand__product{font-size:42px;line-height:1.06;font-weight:700;color:#fff;margin-bottom:12px;max-width:760px;padding:0 40px}.public-brand__subtitle{max-width:760px;font-size:17px;line-height:1.55;color:#ffffffd1;padding:0 40px}.public-content{min-width:0;margin-top:8px}.cabinet-shell{margin-left:72px;height:100vh;padding:0;display:grid;grid-template-columns:320px minmax(0,1fr);gap:0;align-items:stretch;overflow:hidden}.cabinet-rail{position:fixed;top:0;left:0;width:72px;height:100vh;display:flex;flex-direction:column;background:#1f2329;border-right:1px solid rgba(255,255,255,.06);z-index:40}.cabinet-rail__list{display:flex;flex:0 0 auto;flex-direction:column;gap:10px;padding:8px 10px 0;height:auto}.cabinet-rail__item{position:relative}.cabinet-rail__footer{margin-top:auto;padding:0 10px 16px}.cabinet-rail__button{position:relative;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;text-decoration:none;background:transparent;border:1px solid transparent;color:#d7dde7;transition:background .18s ease,border-color .18s ease,color .18s ease}.cabinet-rail__button:hover{background:#ffffff14;border-color:#ffffff1a;color:#fff}.cabinet-rail__button--active{background:#2f7f44e6;border-color:#2f7f44;color:#fff}.cabinet-rail__icon{font-size:18px;font-weight:700;line-height:1}.cabinet-rail__label{position:absolute;left:62px;top:50%;z-index:20;transform:translateY(-50%);white-space:nowrap;padding:8px 12px;border-radius:10px;background:#2f343a38;color:#ffffff4d;font-size:14px;font-weight:600;line-height:1;opacity:0;pointer-events:none;box-shadow:none;transition:opacity .16s ease,transform .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.cabinet-rail__list:has(.cabinet-rail__item:hover) .cabinet-rail__item:not(:hover) .cabinet-rail__label,.cabinet-rail__list:focus-within .cabinet-rail__item:not(:focus-within) .cabinet-rail__label{opacity:1;transform:translateY(-50%) translate(-2px);background:#2f343a6b;color:#ffffff9e;box-shadow:none}.cabinet-rail__button--active .cabinet-rail__label{opacity:0}.cabinet-rail__item:hover .cabinet-rail__label,.cabinet-rail__button:hover .cabinet-rail__label,.cabinet-rail__button:focus-visible .cabinet-rail__label{opacity:1;transform:translateY(-50%) translate(8px);background:#59616c;color:#fff;box-shadow:0 12px 32px #00000057}.cabinet-context{display:flex;flex-direction:column;gap:0;min-width:0;height:100vh;padding:0;background:var(--rr-surface);border-right:1px solid var(--rr-border)}.cabinet-context__identity,.cabinet-context__section{background:transparent;border-radius:0;box-shadow:none;border:0;border-bottom:1px solid var(--rr-border);margin:0}.cabinet-context__identity{padding:28px 24px 20px}.cabinet-context__section{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:24px 0 0}.cabinet-context .panel,.cabinet-context__identity,.cabinet-context__section{border-radius:0!important;box-shadow:none!important;background:transparent!important}.cabinet-context__identity{border-top:0}.cabinet-context__section{border-bottom:0}.cabinet-context__nav{display:flex;flex-direction:column;gap:0;margin-top:18px;overflow-y:auto;padding:0 0 20px}.cabinet-context__identity-label,.cabinet-context__section-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rr-text-muted);margin-bottom:8px}.cabinet-context__identity-name,.cabinet-context__section-title{font-size:22px;line-height:1.2;font-weight:700;color:var(--rr-brand);word-break:break-word}.cabinet-context__section-label,.cabinet-context__section-title,.cabinet-context__empty{padding-left:24px;padding-right:24px}.cabinet-context__nav{display:flex;flex-direction:column;gap:8px;margin-top:18px}.cabinet-context__link{display:flex;align-items:center;width:100%;box-sizing:border-box;min-height:44px;padding:0 24px;border-radius:0;text-decoration:none;color:var(--rr-text);background:transparent;border:0;font-size:14px;font-weight:600;transition:background .2s ease,color .2s ease}.cabinet-context__link:hover{background:#2f7f4414;color:var(--rr-brand)}.cabinet-context__link--active{background:#2f7f441f;border-left:4px solid var(--rr-brand);color:var(--rr-brand)}.cabinet-context__empty{margin-top:18px;color:var(--rr-text-muted);font-size:14px;line-height:1.5}.cabinet-main{min-width:0;height:100vh;overflow-y:auto;padding:24px 24px 40px}.cabinet-header{margin-bottom:24px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rr-brand);margin-bottom:8px}.cabinet-header h1{margin:0 0 8px;font-size:36px;line-height:1.1;color:var(--rr-text)}.subtitle{margin:0;max-width:760px;color:var(--rr-text-muted);font-size:16px}.panel{background:var(--rr-surface);border:1px solid var(--rr-border);border-radius:18px;padding:20px;box-shadow:var(--rr-shadow);margin-bottom:16px}.panel h2{margin:0 0 16px;font-size:20px;color:var(--rr-text)}.ui-button-row{display:flex;flex-wrap:wrap;gap:12px}.ui-button{min-height:42px;border:1px solid transparent;border-radius:12px;padding:0 16px;font-size:15px;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.ui-button:hover{transform:translateY(-1px)}.ui-button:focus-visible{outline:3px solid rgba(37,108,58,.18);outline-offset:2px}.ui-button--primary{background:var(--rr-brand);border-color:var(--rr-brand);color:#fff}.ui-button--primary:hover{background:var(--rr-brand-hover);border-color:var(--rr-brand-hover)}.ui-button--soft{background:var(--rr-brand-soft);border-color:var(--rr-brand-line);color:var(--rr-brand)}.ui-button--soft:hover{background:var(--rr-brand);border-color:var(--rr-brand);color:#fff}.ui-button--secondary{background:var(--rr-surface-muted);border-color:var(--rr-border);color:var(--rr-text)}.ui-button--secondary:hover{background:var(--rr-surface);border-color:var(--rr-brand-line);color:var(--rr-brand)}.ui-button--danger{background:var(--rr-danger-bg);border-color:var(--rr-danger-border);color:var(--rr-danger-text)}.ui-button--danger:hover{background:var(--rr-danger-text);border-color:var(--rr-danger-text);color:#fff}.dashboard-channels{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px}.channel-icon-link{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:42px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:800;letter-spacing:.02em;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.channel-icon-link:hover{transform:translateY(-1px)}.channel-icon-link:focus-visible{outline:3px solid rgba(37,108,58,.18);outline-offset:2px}.channel-icon-link--telegram{background:#e8f4ff;border:1px solid #b8daf6;color:#2584c6}.channel-icon-link--telegram:hover{background:#2584c6;border-color:#2584c6;color:#fff}.channel-icon-link--max{background:#eef0ff;border:1px solid #c9cff8;color:#4657c8}.channel-icon-link--max:hover{background:#4657c8;border-color:#4657c8;color:#fff}.panel-error{border-color:var(--rr-danger-border);background:var(--rr-danger-bg);color:var(--rr-danger-text)}.access-form{display:flex;flex-direction:column;gap:10px}.access-form label{font-size:14px;font-weight:600;color:var(--rr-text)}.form-row{display:flex;gap:12px;flex-wrap:wrap}.form-row input{flex:1 1 420px;min-width:280px;height:48px;border:1px solid var(--rr-border);border-radius:12px;background:var(--rr-surface);color:var(--rr-text);padding:0 14px;font-size:15px;outline:none}.form-row input:focus{border-color:var(--rr-brand);box-shadow:0 0 0 4px #256c3a1f}.form-row button{height:48px;border:0;border-radius:12px;padding:0 18px;background:var(--rr-brand);color:#fff;font-weight:600;font-size:15px;cursor:pointer}.form-row button:hover{background:var(--rr-brand-hover)}.form-row button:disabled{background:#9db6a4;cursor:not-allowed}.grid{display:grid;gap:14px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:14px;background:var(--rr-surface-muted);border:1px solid var(--rr-border)}.field-label{font-size:13px;color:var(--rr-text-muted)}.field-value{font-size:15px;font-weight:600;color:var(--rr-text);word-break:break-word}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;font-size:14px;font-weight:600}.chip-enabled{background:var(--rr-brand-soft);color:var(--rr-brand);border:1px solid var(--rr-brand-line)}.chip-disabled{background:var(--rr-surface-muted);color:var(--rr-text-muted);border:1px solid var(--rr-border)}.limits-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.limit-card{border:1px solid var(--rr-border);border-radius:14px;padding:14px;background:var(--rr-surface-muted)}.limit-title{font-size:14px;font-weight:700;color:var(--rr-text);margin-bottom:6px}.limit-meta{font-size:14px;color:var(--rr-text-muted);word-break:break-word}.empty-state{color:var(--rr-text-muted);font-size:15px}.dashboard-channels-panel .dashboard-channels-text{max-width:760px}.dashboard-channels--icons{gap:14px;margin-top:18px;margin-bottom:16px}.dashboard-channels--icons .channel-icon-link{width:48px;min-width:48px;height:48px;border-radius:50%;padding:0;box-shadow:0 8px 20px #0f172a14}.channel-icon-link__svg{display:block;width:24px;height:24px}.channel-icon-link__svg--max{width:30px;height:30px}.channel-icon-link__image{display:block;width:30px;height:30px;object-fit:contain}.dashboard-channels-text--action{margin-top:4px}.dashboard-channel-action{margin-top:10px}.dashboard-channel-bind-button{min-height:44px;padding:0 22px;border-radius:12px}.profile-main-page .cabinet-header{margin-bottom:14px}.profile-main-page .eyebrow{margin-bottom:7px;font-size:18px;line-height:1.25;letter-spacing:.08em}.profile-main-page a{color:var(--rr-brand);font-weight:700;text-decoration:underline;text-underline-offset:3px}.profile-main-page a:hover{text-decoration:underline}.profile-main-page .cabinet-header h1{margin-bottom:6px;font-size:30px}.profile-main-page .subtitle{font-size:14px;line-height:1.45}.profile-main-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-main-grid .panel{margin-bottom:0;padding:16px}.profile-main-grid .panel h2{margin-bottom:10px;font-size:18px}.profile-main-grid .empty-state{font-size:14px;line-height:1.5}.profile-main-grid .empty-state>div+div{margin-top:6px}.profile-interfaces-hint{margin-top:12px}@media (max-width: 1100px){.profile-main-grid{grid-template-columns:1fr}}.status-dot{display:inline-block;width:9px;height:9px;margin-right:8px;border-radius:999px;vertical-align:middle}.status-dot--success{background:#1f9d55}.status-dot--danger{background:#d64545}@media (max-width: 900px){.cabinet-shell{margin-left:0;height:auto;grid-template-columns:1fr;overflow:visible}.cabinet-rail{position:static;width:auto;height:auto;display:block;background:transparent;border-right:0}.cabinet-context{position:static;height:auto;border-right:0}.cabinet-rail__list{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;padding:0;height:auto}.cabinet-rail__footer{margin-top:0;padding:0}.cabinet-rail__button{background:var(--rr-surface);border-color:var(--rr-border);color:var(--rr-text)}.cabinet-rail__label{display:none}.public-page{background:linear-gradient(180deg,#0f2e22 0,#184933 300px,var(--rr-bg) 300px,var(--rr-bg) 100%)}.public-brand{min-height:220px;padding:28px 0 24px;border-radius:0}.public-brand__logo-wrap,.public-brand__product,.public-brand__subtitle{padding-left:24px;padding-right:24px}.public-brand__product{font-size:30px}.public-brand__logo{width:200px}.two-columns,.limits-list{grid-template-columns:1fr}.cabinet-header h1{font-size:30px}}.billing-plan-meta{color:#5f6b66}.billing-field{display:grid;gap:8px;margin-top:10px}.billing-field span{font-weight:700}.billing-select{width:100%;min-height:42px;border:1px solid rgba(15,23,42,.18);border-radius:12px;padding:8px 12px;font:inherit;background:#fff}.billing-select:disabled{opacity:.7;cursor:not-allowed}.profile-page-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:20px}.profile-last-activity{display:inline-flex;align-items:center;gap:8px;color:var(--rr-text-muted);font-size:14px;white-space:nowrap}.profile-hero-card{display:grid;grid-template-columns:minmax(260px,1fr) minmax(420px,1.65fr) 220px;gap:18px;align-items:center;margin-bottom:18px;padding:22px;border:1px solid var(--rr-border);border-radius:8px;background:var(--rr-surface);box-shadow:var(--rr-shadow)}.profile-hero-identity{display:flex;align-items:flex-start;gap:14px;min-width:0;padding-top:2px;padding-right:22px;border-right:1px solid var(--rr-border)}.profile-hero-identity>div{min-width:0;max-width:260px}.profile-avatar{display:inline-flex;width:56px;height:56px;align-items:center;justify-content:center;border-radius:999px;background:var(--rr-brand);color:#fff;font-size:19px;font-weight:800;letter-spacing:.03em;flex:0 0 auto}.profile-hero-identity h2{margin:0 0 8px;color:var(--rr-text);font-size:20px;line-height:1.18}.profile-role-pill{display:inline-flex;align-items:flex-start;gap:7px;max-width:100%;border:1px solid rgba(47,127,68,.18);border-radius:5px;padding:6px 10px;background:#2f7f4414;color:var(--rr-brand);font-size:12px;font-weight:700;line-height:1.18;white-space:normal;overflow-wrap:anywhere}.profile-role-pill:before{content:"♙";display:inline-block;color:var(--rr-brand);font-size:13px;line-height:1}.profile-role-pill span{min-width:0;white-space:normal;overflow-wrap:anywhere}.profile-hero-statuses{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--rr-border);border-radius:6px;overflow:hidden;background:#f6f8f6b8}.profile-status-card{display:flex;gap:8px;align-items:flex-start;min-width:0;padding:10px 11px;border-right:1px solid var(--rr-border);background:#f4f7f5c7}.profile-status-card:last-child{border-right:0}.profile-status-card .status-dot{position:relative;width:17px;height:17px;margin-top:1px;border-radius:999px;flex:0 0 17px}.profile-status-card .status-dot:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:800;line-height:1}.profile-status-card strong{display:block;margin-bottom:3px;color:var(--rr-text);font-size:12px;font-weight:800;line-height:1.2;white-space:nowrap}.profile-status-card span:not(.status-dot){display:block;overflow:hidden;color:#4b5852c7;font-size:11px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.profile-readiness{min-width:0;padding-left:20px;border-left:1px solid var(--rr-border)}.profile-readiness span{display:block;color:var(--rr-text-muted);font-size:12px;font-weight:700}.profile-readiness strong{display:block;margin-top:3px;color:var(--rr-text);font-size:24px;line-height:1}.profile-readiness-bar{height:7px;margin:11px 0 10px;overflow:hidden;border-radius:999px;background:#2f7f441f}.profile-readiness-bar>div{height:100%;border-radius:inherit;background:var(--rr-brand)}.profile-readiness a{display:flex;justify-content:space-between;min-height:32px;align-items:center;gap:12px;padding:0 10px 0 12px;border:1px solid rgba(47,127,68,.18);border-radius:5px;background:#ffffff6b;color:var(--rr-brand);font-size:12px;font-weight:800;text-decoration:none}.profile-readiness a:after{content:"›";color:#4b5852b8;font-size:18px;font-weight:800;line-height:1}@media (max-width: 1300px){.profile-hero-card{grid-template-columns:1fr}.profile-hero-statuses{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-status-card:nth-child(2){border-right:0}}@media (max-width: 760px){.profile-page-heading{display:block}.profile-last-activity{margin-top:12px}.profile-hero-statuses{grid-template-columns:1fr}.profile-status-card{border-right:0;border-bottom:1px solid var(--rr-border)}.profile-status-card:last-child{border-bottom:0}}.profile-info-card{display:flex;min-height:230px;flex-direction:column}.profile-key-value-list,.profile-channel-list{display:grid;gap:12px;margin-top:4px}.profile-key-value-list>div,.profile-channel-list>div{display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--rr-text-muted);font-size:14px}.profile-key-value-list span,.profile-channel-list span{display:inline-flex;align-items:center;min-width:0}.profile-key-value-list strong,.profile-channel-list strong{color:var(--rr-text);font-size:14px;font-weight:700;text-align:right}.profile-card-action{display:flex;justify-content:space-between;align-items:center;min-height:42px;margin-top:auto;padding:0 14px;border:1px solid var(--rr-border);border-radius:6px;background:#2f7f440a;color:var(--rr-brand);font-size:14px;font-weight:800;text-decoration:none}.profile-card-action:hover{background:var(--rr-brand-soft);text-decoration:none}.profile-card-action span{font-size:22px;line-height:1}.profile-recommendations-card{display:flex;min-height:260px;flex-direction:column}.profile-recommendation-list{display:grid;gap:10px}.profile-recommendation-list a{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid var(--rr-border);border-radius:6px;background:#2f7f4409;color:inherit;text-decoration:none}.profile-recommendation-list a:hover{background:var(--rr-brand-soft);text-decoration:none}.profile-recommendation-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:6px;background:#2f7f441a;font-size:18px}.profile-recommendation-list strong{display:block;color:var(--rr-text);font-size:14px;line-height:1.25}.profile-recommendation-list small{display:block;margin-top:3px;color:var(--rr-text-muted);font-size:12px;line-height:1.35}.profile-recommendation-list em{display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:0 10px;border:1px solid var(--rr-brand-line);border-radius:5px;background:var(--rr-surface);color:var(--rr-brand);font-size:12px;font-style:normal;font-weight:800}.profile-personalization-card{display:flex;min-height:260px;flex-direction:column}.profile-key-value-list--compact{gap:10px}.profile-key-value-list--compact>div{align-items:flex-start}.profile-key-value-list--compact span{flex:0 0 245px}.profile-key-value-list--compact strong{max-width:280px;overflow-wrap:anywhere}.profile-side-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);gap:12px;margin-top:12px}.profile-side-grid .panel{margin-bottom:0;padding:16px}.profile-activity-card,.profile-system-card{display:flex;min-height:230px;flex-direction:column}.profile-activity-list{display:grid;gap:10px}.profile-activity-list>div{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:16px;padding:0 12px;border:1px solid var(--rr-border);border-radius:12px;background:#ffffff9e}.profile-activity-list span{color:var(--rr-text-muted);font-size:14px}.profile-activity-list strong{color:var(--rr-text);font-size:18px;font-weight:800}.profile-system-card{justify-content:center}.profile-system-icon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;margin-bottom:14px;border-radius:999px;background:#2f7f441a;color:var(--rr-brand);font-size:28px;font-weight:900}.profile-system-card h2{max-width:320px;color:var(--rr-brand);line-height:1.2}.profile-system-card p{margin:0 0 18px;color:var(--rr-text-muted);font-size:14px;line-height:1.45}@media (max-width: 1100px){.profile-side-grid{grid-template-columns:1fr}}.profile-main-page--reference{max-width:1380px;margin:-24px -24px 0;padding:0 24px 24px}.profile-sticky-strip{position:sticky;top:0;z-index:20;display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:18px;margin:0 -24px 16px;padding:10px 24px;border-bottom:1px solid var(--rr-border);background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.profile-sticky-path{color:var(--rr-brand);font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.profile-sticky-subtitle{margin-top:3px;color:var(--rr-text-muted);font-size:13px}.profile-sticky-user{display:inline-flex;min-width:240px;align-items:center;justify-content:flex-end;gap:10px}.profile-sticky-user strong{display:block;color:var(--rr-text);font-size:14px;line-height:1.2;text-align:right}.profile-sticky-user span{display:block;color:var(--rr-text-muted);font-size:12px;line-height:1.2;text-align:right}.profile-sticky-avatar{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:var(--rr-brand);color:#fff;font-size:14px;font-weight:900}.profile-reference-layout{display:grid;grid-template-columns:minmax(340px,1.08fr) minmax(340px,1fr) minmax(280px,.82fr);grid-template-areas:"hero hero system" "access channels activity" "recommendations personalization personalization";gap:12px}.profile-reference-hero{grid-area:hero;display:grid;grid-template-columns:minmax(260px,.9fr) minmax(420px,1.45fr) 190px;gap:14px;align-items:center;min-height:158px;padding:18px;border:1px solid var(--rr-border);border-radius:18px;background:var(--rr-surface);box-shadow:var(--rr-shadow)}.profile-reference-identity{display:flex;min-width:0;align-items:center;gap:14px}.profile-avatar--reference{width:58px;height:58px;font-size:20px}.profile-reference-label{margin-bottom:4px;color:var(--rr-text-muted);font-size:12px;font-weight:800;text-transform:uppercase}.profile-reference-identity h1{margin:0 0 7px;color:var(--rr-text);font-size:24px;line-height:1.08}.profile-reference-status-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--rr-border);border-radius:14px}.profile-reference-status-row>div{min-width:0;padding:11px 10px;border-right:1px solid var(--rr-border);background:#ffffffa8}.profile-reference-status-row strong,.profile-reference-status-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-reference-status-row strong{margin-top:5px;color:var(--rr-text);font-size:12px}.profile-reference-status-row small{margin-top:3px;color:var(--rr-text-muted);font-size:11px}.profile-reference-readiness{min-width:0}.profile-reference-readiness span{color:var(--rr-text-muted);font-size:12px;font-weight:800}.profile-reference-readiness strong{display:block;margin-top:4px;color:var(--rr-text);font-size:26px;line-height:1}.profile-reference-readiness .profile-readiness-bar{margin:11px 0 10px}.profile-reference-readiness a{display:flex;min-height:34px;align-items:center;justify-content:center;border:1px solid var(--rr-brand-line);border-radius:10px;background:var(--rr-brand-soft);color:var(--rr-brand);font-size:12px;font-weight:900;text-decoration:none}.profile-reference-card{display:flex;min-height:174px;flex-direction:column;margin-bottom:0;padding:14px}.profile-reference-card h2{margin:0 0 10px;font-size:16px;line-height:1.15}.profile-reference-card--system{grid-area:system;justify-content:center;min-height:158px}.profile-compact-list{display:grid;gap:8px}.profile-compact-list>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;color:var(--rr-text-muted);font-size:13px;line-height:1.25}.profile-compact-list strong{max-width:58%;overflow-wrap:anywhere;color:var(--rr-text);font-size:13px;text-align:right}.profile-compact-list--personalization{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.profile-compact-list--personalization>div{min-width:0}.profile-compact-list--personalization strong{max-width:62%}.profile-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-metric-grid>div{min-height:52px;padding:10px;border:1px solid var(--rr-border);border-radius:12px;background:#2f7f4409}.profile-metric-grid strong{display:block;color:var(--rr-text);font-size:20px;line-height:1}.profile-metric-grid span{display:block;margin-top:5px;color:var(--rr-text-muted);font-size:11px;line-height:1.2}.profile-reference-actions{display:grid;gap:8px}.profile-reference-actions a{display:grid;grid-template-columns:30px minmax(0,1fr) 18px;gap:10px;align-items:center;min-height:42px;padding:7px 9px;border:1px solid var(--rr-border);border-radius:11px;background:#2f7f4409;color:inherit;text-decoration:none}.profile-reference-actions a:hover{background:var(--rr-brand-soft);text-decoration:none}.profile-reference-actions span{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:9px;background:#2f7f441a;font-size:15px}.profile-reference-actions strong{overflow:hidden;color:var(--rr-text);font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.profile-reference-actions em{color:var(--rr-brand);font-size:18px;font-style:normal;font-weight:900}.profile-reference-card .profile-card-action{min-height:34px;margin-top:auto;padding:0 11px;font-size:12px}.profile-reference-card--system .profile-system-icon{width:46px;height:46px;margin-bottom:10px;font-size:22px}.profile-reference-card--system h2{max-width:260px;color:var(--rr-brand);font-size:17px}.profile-reference-card--system p{margin:0 0 14px;color:var(--rr-text-muted);font-size:13px;line-height:1.35}@media (max-width: 1280px){.profile-reference-layout{grid-template-columns:1fr 1fr;grid-template-areas:"hero hero" "access channels" "activity system" "recommendations personalization"}.profile-reference-hero{grid-template-columns:1fr}}@media (max-width: 820px){.profile-main-page--reference{margin:-24px -16px 0;padding:0 16px 24px}.profile-sticky-strip{margin:0 -16px 14px;padding:10px 16px}.profile-reference-layout{grid-template-columns:1fr;grid-template-areas:"hero" "access" "channels" "activity" "recommendations" "personalization" "system"}.profile-reference-status-row,.profile-compact-list--personalization{grid-template-columns:1fr}.profile-sticky-user{display:none}}.cabinet-topbar{position:fixed;top:0;left:72px;right:0;z-index:120;display:grid;grid-template-columns:320px minmax(0,1fr);min-height:76px;border-bottom:1px solid var(--rr-border);background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cabinet-topbar__user{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:12px 24px;border-right:1px solid var(--rr-border)}.cabinet-topbar__label{color:var(--rr-text-muted);font-size:12px;font-weight:800;letter-spacing:.06em;line-height:1.1;text-transform:uppercase}.cabinet-topbar__name{margin-top:7px;overflow:hidden;color:var(--rr-brand);font-size:15px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.cabinet-topbar__main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-width:0;padding:12px 24px}.cabinet-topbar__title-block{min-width:0}.cabinet-topbar__path{overflow:hidden;color:var(--rr-brand);font-size:13px;font-weight:800;letter-spacing:.04em;line-height:1.2;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.cabinet-topbar__subtitle{margin-top:6px;overflow:hidden;color:var(--rr-text-muted);font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.cabinet-topbar__activity{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;color:var(--rr-text-muted);font-size:13px;font-weight:600;white-space:nowrap}.cabinet-rail{z-index:200}.cabinet-rail__list{padding-top:8px}.cabinet-rail__label{z-index:240}.cabinet-context__identity{display:none!important}.cabinet-context__section{margin-top:76px}.cabinet-main{padding-top:100px;overflow-x:hidden}.profile-main-page--reference{max-width:none!important;margin:0!important;padding:0!important}@media (max-width: 900px){.cabinet-topbar{position:static;grid-template-columns:1fr;min-height:auto}.cabinet-topbar__user{display:none}.cabinet-topbar__main{grid-template-columns:1fr;gap:8px;padding:12px 16px}.cabinet-topbar__activity{justify-content:flex-start}.cabinet-rail__list{padding-top:0}.cabinet-context__section{margin-top:0}.cabinet-main{padding-top:24px}}.profile-reference-layout{gap:10px}.profile-reference-hero{grid-template-columns:minmax(250px,.8fr) minmax(360px,1.3fr) 160px;min-height:138px;padding:14px 16px;gap:12px}.profile-reference-identity{gap:12px}.profile-avatar--reference{width:54px;height:54px;font-size:19px}.profile-reference-label{margin-bottom:4px;font-size:11px;letter-spacing:.04em}.profile-reference-identity h1{margin-bottom:6px;font-size:23px;line-height:1.04}.profile-role-pill{min-height:26px;padding:5px 12px;font-size:12px}.profile-reference-status-row{grid-template-columns:repeat(4,minmax(92px,1fr))}.profile-reference-status-row>div{padding:9px}.profile-reference-status-row strong{margin-top:4px;font-size:11px;line-height:1.15}.profile-reference-status-row small{margin-top:3px;font-size:10px}.profile-reference-readiness{align-self:center;min-width:150px}.profile-reference-readiness span{font-size:11px}.profile-reference-readiness strong{font-size:25px}.profile-reference-readiness a{min-height:32px;font-size:12px}.profile-readiness-bar{height:8px}.profile-reference-card{min-height:160px;padding:13px 14px}.profile-reference-card--system{min-height:138px;padding:14px}.profile-reference-card--system .profile-system-icon{width:42px;height:42px;margin-bottom:9px;font-size:20px}.profile-reference-card--system h2{margin-bottom:8px;font-size:16px}.profile-reference-card--system p{margin-bottom:12px;font-size:12px}@media (max-width: 1320px){.profile-reference-hero{grid-template-columns:minmax(240px,.75fr) minmax(320px,1.2fr) 150px}.profile-reference-identity h1{font-size:21px}.profile-reference-status-row{grid-template-columns:repeat(4,minmax(82px,1fr))}}.profile-main-page--reference{width:100%;max-width:none!important;margin:0!important;padding:0!important}.profile-reference-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 320px!important;grid-template-areas:"hero hero system" "access channels activity" "recommendations personalization personalization"!important;gap:12px!important;align-items:stretch;width:100%;min-width:0}.profile-reference-layout>*{min-width:0;box-sizing:border-box}.profile-reference-hero{grid-area:hero;display:grid!important;grid-template-columns:280px minmax(0,1fr) 168px!important;align-items:center;gap:14px!important;min-width:0;min-height:146px!important;max-width:100%;overflow:hidden;padding:16px 18px!important;border:1px solid var(--rr-border);border-radius:18px;background:var(--rr-surface);box-shadow:var(--rr-shadow)}.profile-reference-identity{min-width:0;gap:12px!important}.profile-avatar--reference{width:54px!important;height:54px!important;flex:0 0 54px;font-size:19px!important}.profile-reference-label{margin-bottom:5px!important;color:var(--rr-text-muted);font-size:11px!important;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.profile-reference-identity h1{max-width:190px;margin:0 0 7px!important;color:var(--rr-text);font-size:22px!important;line-height:1.05!important;letter-spacing:-.02em}.profile-role-pill{display:inline-flex;min-height:26px!important;align-items:center;padding:5px 12px!important;border-radius:999px;background:#2f7f441a;color:var(--rr-brand);font-size:12px!important;font-weight:800;white-space:nowrap}.profile-reference-status-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;min-width:0;overflow:hidden;border:1px solid var(--rr-border);border-radius:14px;background:#ffffffb3}.profile-reference-status-row>div{min-width:0;padding:10px 9px!important;border-right:1px solid var(--rr-border);background:transparent}.profile-reference-status-row>div:last-child{border-right:0}.profile-reference-status-row .status-dot{width:9px;height:9px}.profile-reference-status-row strong,.profile-reference-status-row small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-reference-status-row strong{margin-top:6px!important;color:var(--rr-text);font-size:11px!important;font-weight:800;line-height:1.15}.profile-reference-status-row small{margin-top:4px!important;color:var(--rr-text-muted);font-size:10px!important;line-height:1.15}.profile-reference-readiness{width:168px;min-width:0!important;max-width:168px;align-self:center;overflow:hidden}.profile-reference-readiness span{display:block;overflow:hidden;color:var(--rr-text-muted);font-size:11px!important;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.profile-reference-readiness strong{display:block;margin-top:5px!important;color:var(--rr-text);font-size:25px!important;line-height:1}.profile-reference-readiness .profile-readiness-bar{width:100%;height:8px;margin:10px 0!important;overflow:hidden;border-radius:999px;background:#2f7f441f}.profile-reference-readiness .profile-readiness-bar>div{height:100%;border-radius:inherit;background:var(--rr-brand)}.profile-reference-readiness a{display:flex;min-height:32px!important;align-items:center;justify-content:center;overflow:hidden;padding:0 10px;border:1px solid var(--rr-brand-line);border-radius:10px;background:var(--rr-brand-soft);color:var(--rr-brand);font-size:12px!important;font-weight:900;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.profile-reference-card{min-width:0;min-height:166px!important;overflow:hidden;padding:14px 16px!important;border:1px solid var(--rr-border);border-radius:16px!important;background:var(--rr-surface);box-shadow:var(--rr-shadow)}.profile-reference-card h2{margin:0 0 12px!important;color:var(--rr-text);font-size:16px!important;font-weight:800;line-height:1.15}.profile-reference-card--system{grid-area:system;min-height:146px!important;justify-content:center}.profile-reference-card--activity{grid-area:activity}.profile-reference-card--access{grid-area:access}.profile-reference-card--channels{grid-area:channels}.profile-reference-card--recommendations{grid-area:recommendations}.profile-reference-card--personalization{grid-area:personalization}.profile-compact-list{gap:9px!important}.profile-compact-list>div{min-width:0;color:var(--rr-text-muted);font-size:13px!important;line-height:1.25}.profile-compact-list strong{max-width:62%;overflow-wrap:anywhere;color:var(--rr-text);font-size:13px!important;font-weight:800}.profile-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important}.profile-metric-grid>div{min-width:0;min-height:52px!important;padding:10px 12px!important;border:1px solid var(--rr-border);border-radius:12px;background:#2f7f4409}.profile-metric-grid strong{display:block;color:var(--rr-text);font-size:20px!important;font-weight:900;line-height:1}.profile-metric-grid span{display:block;margin-top:5px;color:var(--rr-text-muted);font-size:11px!important;line-height:1.2}.profile-reference-card .profile-card-action{min-height:34px!important;margin-top:auto;padding:0 12px!important;border-radius:9px!important;font-size:12px!important;font-weight:900}.profile-reference-actions a{min-height:42px!important;grid-template-columns:30px minmax(0,1fr) 18px;padding:7px 9px!important;border-radius:11px!important}.profile-reference-actions span{width:30px!important;height:30px!important;border-radius:9px!important;font-size:15px!important}.profile-reference-actions strong{font-size:13px!important}.profile-reference-card--system .profile-system-icon{width:44px!important;height:44px!important;margin-bottom:10px!important;border-radius:999px;font-size:20px!important}.profile-reference-card--system h2{max-width:260px;margin-bottom:9px!important;color:var(--rr-brand);font-size:17px!important;line-height:1.18}.profile-reference-card--system p{margin:0 0 13px!important;color:var(--rr-text-muted);font-size:12px!important;line-height:1.35}@media (max-width: 1280px){.profile-reference-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"hero hero" "access channels" "activity system" "recommendations personalization"!important}.profile-reference-hero{grid-template-columns:minmax(230px,.8fr) minmax(0,1fr) 160px!important}}@media (max-width: 980px){.profile-reference-layout{grid-template-columns:1fr!important;grid-template-areas:"hero" "system" "access" "channels" "activity" "recommendations" "personalization"!important}.profile-reference-hero{grid-template-columns:1fr!important}.profile-reference-readiness{width:100%;max-width:none}.profile-reference-status-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.profile-reference-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 320px!important;grid-template-areas:"hero hero hero" "access channels activity" "personalization recommendations system"!important;gap:14px!important;align-items:stretch!important}.profile-reference-hero{grid-area:hero!important;grid-template-columns:300px minmax(0,1fr) 190px!important;min-height:156px!important}.profile-reference-card--access{grid-area:access!important;min-height:206px!important}.profile-reference-card--channels{grid-area:channels!important;min-height:206px!important}.profile-reference-card--activity{grid-area:activity!important;min-height:206px!important}.profile-reference-card--personalization{grid-area:personalization!important;min-height:250px!important}.profile-reference-card--recommendations{grid-area:recommendations!important;min-height:250px!important}.profile-reference-card--system{grid-area:system!important;min-height:250px!important}.profile-reference-card--access,.profile-reference-card--channels,.profile-reference-card--activity,.profile-reference-card--personalization,.profile-reference-card--recommendations,.profile-reference-card--system{height:100%}@media (max-width: 1280px){.profile-reference-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"hero hero" "access channels" "activity system" "personalization recommendations"!important}.profile-reference-hero{grid-template-columns:280px minmax(0,1fr) 180px!important}}@media (max-width: 980px){.profile-reference-layout{grid-template-columns:1fr!important;grid-template-areas:"hero" "access" "channels" "activity" "personalization" "recommendations" "system"!important}.profile-reference-hero{grid-template-columns:1fr!important}}.profile-main-page--reference{--profile-card-radius: 7px;--profile-card-border: rgba(31, 48, 37, .11);--profile-card-shadow: 0 8px 22px rgba(15, 23, 42, .045);--profile-soft-bg: rgba(47, 127, 68, .045);--profile-soft-bg-strong: rgba(47, 127, 68, .075);--profile-text-strong: #06142a;--profile-muted: #6f7b73}.profile-reference-card,.profile-reference-hero{border:1px solid var(--profile-card-border)!important;border-radius:var(--profile-card-radius)!important;background:#fffffff5!important;box-shadow:var(--profile-card-shadow)!important}.profile-reference-card{padding:14px 16px!important}.profile-reference-card h2{margin-bottom:13px!important;color:var(--profile-text-strong)!important;font-size:16px!important;font-weight:760!important;letter-spacing:-.015em}.profile-reference-hero{min-height:138px!important;padding:18px 22px!important;gap:18px!important}.profile-reference-label{color:#66766b!important;font-size:10.5px!important;font-weight:800!important;letter-spacing:.055em!important}.profile-reference-identity h1{color:var(--profile-text-strong)!important;font-size:21px!important;font-weight:760!important;line-height:1.08!important;letter-spacing:-.025em}.profile-avatar--reference{width:50px!important;height:50px!important;flex-basis:50px!important;font-size:17px!important;font-weight:800!important;box-shadow:0 8px 18px #12692e29}.profile-role-pill{min-height:24px!important;padding:4px 11px!important;border-radius:5px!important;background:var(--profile-soft-bg-strong)!important;color:#12692e!important;font-size:11.5px!important;font-weight:760!important}.profile-reference-status-row{border-color:var(--profile-card-border)!important;border-radius:6px!important;background:#fff!important}.profile-reference-status-row>div{padding:10px 12px!important;border-color:var(--profile-card-border)!important}.profile-reference-status-row .status-dot{width:8px!important;height:8px!important}.profile-reference-status-row strong{margin-top:6px!important;color:var(--profile-text-strong)!important;font-size:11.5px!important;font-weight:760!important}.profile-reference-status-row small{margin-top:4px!important;color:var(--profile-muted)!important;font-size:10.5px!important}.profile-reference-readiness span{color:#59685f!important;font-size:11px!important;font-weight:760!important}.profile-reference-readiness strong{color:var(--profile-text-strong)!important;font-size:24px!important;font-weight:780!important}.profile-readiness-bar{height:7px!important;background:#2f7f4421!important}.profile-reference-readiness a,.profile-card-action{border:1px solid rgba(47,127,68,.18)!important;border-radius:5px!important;background:#2f7f440e!important;color:#12692e!important;font-size:12px!important;font-weight:760!important;box-shadow:none!important}.profile-compact-list{gap:10px!important}.profile-compact-list>div{color:#657267!important;font-size:13px!important;line-height:1.28!important}.profile-compact-list strong{color:var(--profile-text-strong)!important;font-size:13px!important;font-weight:760!important}.profile-metric-grid{gap:8px!important}.profile-metric-grid>div{min-height:50px!important;padding:9px 12px!important;border:1px solid var(--profile-card-border)!important;border-radius:6px!important;background:#2f7f4406!important}.profile-metric-grid strong{color:var(--profile-text-strong)!important;font-size:19px!important;font-weight:780!important}.profile-metric-grid span{color:#69776d!important;font-size:10.5px!important}.profile-reference-actions{gap:8px!important}.profile-reference-actions a{min-height:43px!important;border:1px solid var(--profile-card-border)!important;border-radius:6px!important;background:#ffffffd1!important}.profile-reference-actions span{width:30px!important;height:30px!important;border-radius:5px!important;background:var(--profile-soft-bg-strong)!important;font-size:14px!important}.profile-reference-actions strong{color:var(--profile-text-strong)!important;font-size:12.5px!important;font-weight:760!important}.profile-reference-card--system .profile-system-icon{width:42px!important;height:42px!important;border-radius:50%!important;background:#2f7f4413!important;color:#12692e!important;font-size:19px!important}.profile-reference-card--system h2{color:#12692e!important;font-size:16px!important;font-weight:780!important;line-height:1.18!important}.profile-reference-card--system p{color:#657267!important;font-size:12px!important;line-height:1.36!important}.cabinet-context__section h2{font-size:19px!important;font-weight:760!important;letter-spacing:-.015em}.cabinet-context__link{min-height:42px!important;border-radius:8px!important;font-size:13px!important;font-weight:650!important}.cabinet-context__link--active{background:#2f7f4417!important}.cabinet-rail__brand{display:flex;width:44px;height:44px;align-items:center;justify-content:center;margin:8px auto 12px;border-radius:10px;background:#ffffff14;text-decoration:none}.cabinet-rail__brand img{display:block;width:28px;height:28px;object-fit:contain}.profile-main-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(280px,.86fr)!important;gap:16px!important;align-items:start!important}.profile-side-grid{display:contents!important}.profile-activity-card{order:3!important}.profile-recommendations-card{order:4!important}.profile-personalization-card{order:5!important}.profile-system-card{order:6!important}@media (max-width: 1280px){.profile-main-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.profile-activity-card{order:5!important}.profile-system-card{order:6!important}}@media (max-width: 860px){.profile-main-grid{grid-template-columns:1fr!important}.profile-activity-card,.profile-recommendations-card,.profile-personalization-card,.profile-system-card{order:initial!important}.profile-side-grid{display:grid!important}}.profile-main-grid .panel,.profile-side-grid .panel{min-height:auto!important;padding:12px 14px!important;border-radius:8px!important}.profile-info-card{min-height:150px!important}.profile-activity-card,.profile-system-card{min-height:170px!important}.profile-recommendations-card,.profile-personalization-card{min-height:188px!important}.profile-main-grid .panel h2,.profile-side-grid .panel h2{margin-bottom:10px!important;font-size:18px!important;line-height:1.15!important}.profile-key-value-list,.profile-channel-list,.profile-activity-list{gap:8px!important}.profile-key-value-list>div,.profile-channel-list>div{font-size:13px!important}.profile-key-value-list strong,.profile-channel-list strong{font-size:13px!important}.profile-activity-list>div{min-height:38px!important;padding:0 12px!important;border-radius:6px!important}.profile-card-action{min-height:32px!important;padding:0 12px!important;border-radius:5px!important;font-size:13px!important}.profile-card-action span{font-size:20px!important}.profile-recommendation-list{gap:8px!important}.profile-recommendation-list a{padding:8px!important;border-radius:6px!important}.profile-recommendation-icon{width:34px!important;height:34px!important;border-radius:6px!important}.profile-access-card{gap:0!important}.profile-access-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-access-head h2{display:inline-flex;align-items:center;gap:8px;margin:0!important}.profile-card-title-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;color:var(--rr-brand);font-size:18px;line-height:1}.profile-access-badge{display:inline-flex;min-height:24px;align-items:center;justify-content:center;padding:0 10px;border-radius:5px;background:#2f7f4417;color:var(--rr-brand);font-size:12px;font-weight:800;white-space:nowrap}.profile-access-badge.is-inactive{background:#d1444417;color:#d14444}.profile-access-list{gap:12px!important;margin-top:0!important}.profile-access-list strong{max-width:52%;font-size:13px!important;text-align:right}.profile-access-action{margin-top:auto!important}.profile-card-action-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.profile-card-action-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:var(--rr-brand);font-size:16px!important;line-height:1}.profile-card-action-arrow{color:var(--rr-brand);font-size:20px!important;line-height:1}.profile-access-card .profile-card-title-icon{position:relative;display:inline-flex!important;width:16px;height:18px;align-items:center;justify-content:center;font-size:0!important;line-height:0!important;color:transparent!important}.profile-access-card .profile-card-title-icon:before{content:"";display:block;width:16px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24' fill='none'%3E%3Cpath d='M10 1.5L17.5 4.5V10.5C17.5 15.7 14.4 20.4 10 22.5C5.6 20.4 2.5 15.7 2.5 10.5V4.5L10 1.5Z' stroke='%232f7f44' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.profile-access-card .profile-access-list{margin-bottom:0!important}.profile-access-card .profile-access-action{margin-top:8px!important;min-height:36px!important;padding:0 12px!important;border:1px solid var(--rr-border)!important;border-radius:5px!important;background:#2f7f4408!important;color:var(--rr-brand)!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important}.profile-access-card .profile-access-action:hover{background:#2f7f440f!important;text-decoration:none!important}.profile-access-card .profile-card-action-left{gap:0!important}.profile-access-card .profile-card-action-icon{display:none!important}.profile-access-card .profile-card-action-arrow{font-size:18px!important;line-height:1!important}.profile-access-card .profile-access-action{min-height:34px!important;font-size:13px!important;font-weight:700!important;line-height:1.1!important}.profile-access-card .profile-card-action-left{font-size:13px!important;font-weight:700!important;line-height:1.1!important}.profile-access-card .profile-card-action-left span{font-size:13px!important}.profile-access-card .profile-card-action-arrow{font-size:18px!important;font-weight:700!important}.profile-access-card .profile-access-action{min-height:32px!important;padding:0 10px 0 12px!important;border:1px solid rgba(47,127,68,.18)!important;border-radius:5px!important;background:#ffffff6b!important;background-color:#ffffff6b!important;color:var(--rr-brand)!important;font-size:12px!important;font-weight:800!important;box-shadow:none!important}.profile-access-card .profile-access-action:hover{background:#ffffff94!important;background-color:#ffffff94!important;border-color:#2f7f443d!important;box-shadow:none!important;text-decoration:none!important}.profile-access-card .profile-card-action-left{font-size:12px!important;font-weight:800!important;line-height:1.1!important}.profile-access-card .profile-card-action-left span{font-size:12px!important}.profile-access-card .profile-card-action-arrow{color:#4b5852b8!important;font-size:18px!important;font-weight:800!important}.profile-channels-card{min-height:150px!important;gap:0!important}.profile-channels-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.profile-channels-head h2{display:inline-flex;align-items:center;gap:8px;margin:0!important}.profile-channels-title-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:var(--rr-brand);font-size:16px!important;line-height:1}.profile-channels-list{display:grid;gap:0!important;margin-top:0!important}.profile-channel-row{min-height:38px;padding:0;border-bottom:1px solid rgba(31,58,42,.09)}.profile-channel-row:last-child{border-bottom:0}.profile-channel-main{display:inline-flex;align-items:center;gap:10px;min-width:0}.profile-channel-icon{display:inline-flex;width:20px;height:20px;flex:0 0 20px;align-items:center;justify-content:center;color:var(--rr-brand);font-size:15px!important;line-height:1}.profile-channels-list strong{font-size:13px!important;font-weight:700;text-align:right}.profile-channels-action{margin-top:8px!important;min-height:32px!important;padding:0 10px 0 12px!important;border:1px solid rgba(47,127,68,.18)!important;border-radius:5px!important;background:#ffffff6b!important;background-color:#ffffff6b!important;color:var(--rr-brand)!important;font-size:12px!important;font-weight:800!important;box-shadow:none!important}.profile-channels-action:hover{background:#ffffff94!important;background-color:#ffffff94!important;border-color:#2f7f443d!important;box-shadow:none!important;text-decoration:none!important}.profile-channels-action .profile-card-action-left{font-size:12px!important;font-weight:800!important}.profile-channels-action .profile-card-action-arrow{color:#4b5852b8!important;font-size:18px!important;font-weight:800!important}.profile-access-card,.profile-channels-card{min-height:138px!important}.profile-access-head,.profile-channels-head{margin-bottom:12px!important}.profile-access-list{gap:10px!important}.profile-access-list>div{font-size:12px!important}.profile-access-list strong{font-size:12px!important}.profile-channel-row{min-height:34px!important}.profile-channels-list strong{font-size:12px!important}.profile-access-action,.profile-channels-action{margin-top:6px!important}.profile-main-grid{grid-template-columns:minmax(250px,.88fr) minmax(330px,1.12fr) minmax(280px,.92fr)!important}.profile-access-head,.profile-channels-head{margin-bottom:8px!important}.profile-access-list{gap:8px!important}.profile-channels-list{gap:0!important}.profile-access-card,.profile-channels-card{min-height:130px!important}.profile-access-action,.profile-channels-action{margin-top:5px!important}@media (max-width: 1280px){.profile-main-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}}.profile-access-card{min-height:124px!important}.profile-access-head{margin-bottom:6px!important}.profile-access-list>div{display:grid!important;grid-template-columns:minmax(96px,112px) minmax(0,1fr)!important;align-items:start!important;column-gap:8px!important}.profile-access-list span{line-height:1.18!important}.profile-access-list strong{max-width:none!important;width:auto!important;font-size:12px!important;line-height:1.18!important;text-align:right!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}.profile-access-action{margin-top:4px!important}.profile-channels-card{min-height:124px!important}.profile-channels-head{margin-bottom:6px!important}.profile-channel-row{min-height:29px!important}.profile-channel-main{gap:9px!important}.profile-channel-icon{position:relative;display:inline-flex!important;width:18px!important;height:18px!important;flex:0 0 18px!important;align-items:center;justify-content:center;font-size:0!important;line-height:0!important;color:transparent!important}.profile-channel-icon:before{content:"";display:block;width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:contain}.profile-channel-icon--web:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8.25' stroke='%232f7f44' stroke-width='1.8'/%3E%3Cellipse cx='12' cy='12' rx='3.9' ry='8.25' stroke='%232f7f44' stroke-width='1.5'/%3E%3Cpath d='M4.5 12H19.5' stroke='%232f7f44' stroke-width='1.5'/%3E%3Cpath d='M5.6 8.2H18.4M5.6 15.8H18.4' stroke='%232f7f44' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E")}.profile-channel-icon--telegram:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' fill='%232AABEE'/%3E%3Cpath d='M17.2 7.6L6.9 11.6C6.2 11.9 6.2 12.3 6.8 12.5L9.4 13.3L15.4 9.5C15.7 9.3 16 9.4 15.8 9.6L10.9 14L10.7 16.9C11 16.9 11.2 16.8 11.3 16.6L12.6 15.3L15.3 17.3C15.8 17.6 16.2 17.5 16.3 16.8L18.1 8.7C18.3 7.8 17.8 7.4 17.2 7.6Z' fill='white'/%3E%3C/svg%3E")}.profile-channel-icon--max:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='5.2' fill='%231f6fff'/%3E%3Cpath d='M7.5 16.6V7.4H9.2L12 11.6L14.8 7.4H16.5V16.6H14.8V10.4L12.5 13.8H11.5L9.2 10.4V16.6H7.5Z' fill='white'/%3E%3C/svg%3E")}.profile-channels-action{margin-top:5px!important}.profile-access-list{gap:2px!important}.profile-access-list>div{grid-template-columns:minmax(86px,96px) minmax(0,1fr)!important;column-gap:8px!important;min-height:18px!important}.profile-access-list>div:first-child{min-height:34px!important;align-items:start!important}.profile-access-list>div:first-child strong{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;white-space:normal!important;line-height:1.14!important;min-height:2.28em!important}.profile-access-list>div:not(:first-child) strong{white-space:nowrap!important;min-height:auto!important}.profile-access-action{margin-top:5px!important}.profile-access-card,.profile-channels-card{height:132px!important;min-height:132px!important;max-height:132px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.profile-access-head,.profile-channels-head{flex:0 0 auto!important;margin-bottom:6px!important}.profile-access-list{gap:1px!important}.profile-access-list>div{min-height:17px!important;align-items:start!important}.profile-access-list>div:first-child{min-height:30px!important}.profile-access-list>div:first-child strong{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;min-height:2.24em!important;max-height:2.24em!important;overflow:hidden!important;line-height:1.12!important}.profile-access-list>div:not(:first-child) strong{line-height:1.12!important;white-space:nowrap!important}.profile-channel-row{min-height:28px!important}.profile-access-action,.profile-channels-action{flex:0 0 32px!important;height:32px!important;min-height:32px!important;margin-top:4px!important}.profile-access-card,.profile-channels-card{height:156px!important;min-height:156px!important;max-height:156px!important;overflow:hidden!important}.profile-access-list,.profile-channels-list{flex:1 1 auto!important;min-height:0!important}.profile-access-list{gap:4px!important}.profile-access-list>div{min-height:19px!important}.profile-channel-row{min-height:31px!important}.profile-access-action,.profile-channels-action{flex:0 0 32px!important;height:32px!important;min-height:32px!important;margin-top:6px!important}.profile-access-card,.profile-channels-card{height:188px!important;min-height:188px!important;max-height:188px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.profile-access-head,.profile-channels-head{flex:0 0 auto!important;margin-bottom:10px!important}.profile-access-list,.profile-channels-list{flex:0 0 auto!important;min-height:auto!important}.profile-access-list{gap:5px!important}.profile-access-list>div{min-height:20px!important}.profile-access-list>div:first-child{min-height:34px!important}.profile-channel-row{min-height:32px!important}.profile-access-action,.profile-channels-action{flex:0 0 32px!important;height:32px!important;min-height:32px!important;margin-top:auto!important}.profile-access-card,.profile-channels-card{height:188px!important;min-height:188px!important;max-height:188px!important;display:grid!important;grid-template-rows:26px 1fr 32px!important;row-gap:10px!important;overflow:hidden!important}.profile-access-head,.profile-channels-head{height:26px!important;min-height:26px!important;margin-bottom:0!important;align-items:center!important}.profile-access-head h2,.profile-channels-head h2{line-height:1.1!important}.profile-access-list,.profile-channels-list{height:100%!important;min-height:0!important;margin:0!important}.profile-access-list{display:grid!important;grid-template-rows:34px 24px 24px!important;align-content:start!important;gap:0!important}.profile-access-list>div{min-height:0!important;height:auto!important;align-items:center!important}.profile-access-list>div:first-child{min-height:0!important;align-items:start!important}.profile-access-list>div:first-child strong{min-height:2.24em!important;max-height:2.24em!important}.profile-channels-list{display:grid!important;grid-template-rows:30px 30px 30px!important;align-content:start!important;gap:0!important}.profile-channel-row{min-height:0!important;height:30px!important;align-items:center!important}.profile-access-action,.profile-channels-action{align-self:end!important;height:32px!important;min-height:32px!important;margin-top:0!important}.profile-recommendations-card,.profile-personalization-card{margin-top:-12px!important}.profile-main-grid{display:grid!important;grid-template-columns:minmax(0,2fr) minmax(280px,.92fr)!important;gap:16px!important;align-items:start!important}.profile-left-grid{display:grid!important;grid-template-columns:minmax(250px,.9fr) minmax(330px,1.1fr)!important;gap:16px!important;align-items:start!important}.profile-side-column{display:grid!important;gap:16px!important;align-items:start!important}.profile-main-grid>.profile-access-card,.profile-main-grid>.profile-channels-card,.profile-main-grid>.profile-recommendations-card,.profile-main-grid>.profile-personalization-card,.profile-main-grid>.profile-activity-card,.profile-main-grid>.profile-system-card{order:initial!important}.profile-left-grid>.profile-access-card,.profile-left-grid>.profile-channels-card,.profile-left-grid>.profile-recommendations-card,.profile-left-grid>.profile-personalization-card,.profile-side-column>.profile-activity-card,.profile-side-column>.profile-system-card{order:initial!important}.profile-recommendations-card,.profile-personalization-card{margin-top:0!important}@media (max-width: 1280px){.profile-main-grid{grid-template-columns:1fr!important}.profile-left-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}}@media (max-width: 860px){.profile-left-grid{grid-template-columns:1fr!important}}.profile-left-grid>.profile-access-card{order:1!important}.profile-left-grid>.profile-channels-card{order:2!important}.profile-left-grid>.profile-personalization-card{order:3!important}.profile-left-grid>.profile-recommendations-card{order:4!important}.profile-personalization-card{display:flex!important;flex-direction:column!important;min-height:300px!important;max-height:380px!important;overflow:hidden!important}.profile-personalization-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-personalization-head h2{margin:0!important}.profile-personalization-score{display:inline-flex;min-width:34px;height:24px;align-items:center;justify-content:center;border:1px solid rgba(47,127,68,.16);border-radius:999px;background:#2f7f4414;color:var(--rr-brand);font-size:12px;font-weight:800}.profile-personalization-list{display:grid;gap:0;min-height:0}.profile-personalization-list>div{display:grid;grid-template-columns:minmax(122px,.72fr) minmax(0,1.28fr);gap:12px;align-items:start;padding:8px 0;border-bottom:1px solid rgba(31,58,42,.08)}.profile-personalization-list>div:first-child{padding-top:0}.profile-personalization-list>div:last-child{border-bottom:0}.profile-personalization-list span{min-width:0;color:#4b5852db;font-size:13px;line-height:1.25}.profile-personalization-list strong{min-width:0;color:var(--rr-ink);font-size:12px;font-weight:800;line-height:1.25;text-align:right;white-space:normal;word-break:normal;overflow-wrap:normal}.profile-personalization-tags{display:flex!important;flex-wrap:wrap;justify-content:flex-end;gap:5px}.profile-personalization-tags>span{display:inline-flex;max-width:100%;padding:3px 7px;border:1px solid rgba(47,127,68,.14);border-radius:6px;background:#2f7f440f;color:var(--rr-brand)!important;font-size:11px!important;font-weight:800;line-height:1.15!important}.profile-personalization-empty{color:#4b5852b8!important;font-size:12px!important;font-weight:700!important}.profile-personalization-action{margin-top:auto!important;min-height:32px!important;padding:0 10px 0 12px!important;border:1px solid rgba(47,127,68,.18)!important;border-radius:5px!important;background:#ffffff6b!important;color:var(--rr-brand)!important;font-size:12px!important;font-weight:800!important;box-shadow:none!important}.profile-personalization-action:hover{background:#ffffff94!important;border-color:#2f7f443d!important;box-shadow:none!important;text-decoration:none!important}.profile-personalization-action .profile-card-action-left{font-size:12px!important;font-weight:800!important}.profile-personalization-action .profile-card-action-arrow{color:#4b5852b8!important;font-size:18px!important;font-weight:800!important}.profile-main-grid{gap:12px!important}.profile-left-grid{gap:10px 12px!important}.profile-side-column{gap:12px!important}.profile-hero,.profile-hero-card,.profile-reference-hero,.profile-profile-hero{margin-top:-4px!important;margin-bottom:10px!important}.profile-personalization-card{min-height:260px!important;max-height:310px!important;padding-top:14px!important;padding-bottom:12px!important}.profile-personalization-head{margin-bottom:8px!important}.profile-personalization-list>div{padding:6px 0!important}.profile-personalization-list span,.profile-personalization-list strong{font-size:12px!important;line-height:1.18!important}.profile-personalization-action{min-height:30px!important;height:30px!important;margin-top:8px!important}.profile-main-grid{gap:10px!important}.profile-left-grid{gap:8px 12px!important}.profile-side-column{gap:10px!important}.profile-hero,.profile-hero-card,.profile-reference-hero,.profile-profile-hero{margin-top:-8px!important;margin-bottom:8px!important}.profile-personalization-card,.profile-recommendations-card,.profile-access-card,.profile-channels-card,.profile-activity-card,.profile-system-card{margin-top:0!important}.profile-personalization-action,.profile-channels-action,.profile-access-action{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:34px!important;height:34px!important;margin-top:8px!important;padding:0 12px!important;border:1px solid #cfe0d2!important;border-radius:8px!important;background:#f7fbf7!important;color:#1f7a3f!important;font-size:12px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;box-sizing:border-box!important}.profile-personalization-action:hover,.profile-channels-action:hover,.profile-access-action:hover{background:#f2f8f2!important}.profile-personalization-action:after,.profile-channels-action:after,.profile-access-action:after{content:"›"!important;font-size:18px!important;line-height:1!important;color:#1f7a3f!important}.profile-personalization-action button,.profile-personalization-action a,.profile-channels-action button,.profile-channels-action a,.profile-access-action button,.profile-access-action a{all:unset;color:inherit!important;font:inherit!important;cursor:pointer!important}.profile-personalization-action .button,.profile-personalization-action .btn,.profile-channels-action .button,.profile-channels-action .btn,.profile-access-action .button,.profile-access-action .btn{all:unset}.profile-personalization-action:after,.profile-channels-action:after,.profile-access-action:after{content:none!important;display:none!important}.profile-personalization-action,.profile-channels-action,.profile-access-action{background:#ffffff5c!important;border:1px solid rgba(47,127,68,.22)!important;box-shadow:none!important}.profile-personalization-action:hover,.profile-channels-action:hover,.profile-access-action:hover{background:#ffffff85!important;border-color:#2f7f444d!important;box-shadow:none!important}.profile-personalization-action .profile-card-action-arrow,.profile-channels-action span:last-child,.profile-access-action span:last-child{color:#4b5852b8!important;font-size:18px!important;font-weight:800!important;line-height:1!important}.profile-left-grid>.profile-personalization-card{width:80%!important;justify-self:start!important}.profile-personalization-head{align-items:center!important}.profile-personalization-head h2{display:inline-flex!important;align-items:center!important;gap:8px!important}.profile-personalization-head h2:before{content:""!important;width:18px!important;height:18px!important;flex:0 0 18px!important;display:inline-block!important;background-color:#1f7a3f!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center / contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center / contain no-repeat!important}.profile-left-grid>.profile-recommendations-card{width:calc(120% + 12px)!important;max-height:250px!important;min-height:0!important;justify-self:start!important;transform:translate(calc(-20% - 12px))!important;overflow:hidden!important}.profile-recommendations-card{padding-top:14px!important;padding-bottom:12px!important}.profile-recommendations-card h2{margin-bottom:10px!important}.profile-recommendations-card .profile-recommendation-item,.profile-recommendations-card .profile-recommendation-row,.profile-recommendations-card [class*=recommendation]{min-height:0!important}.profile-recommendations-card .profile-recommendation-item,.profile-recommendations-card .profile-recommendation-row{padding-top:8px!important;padding-bottom:8px!important}.profile-recommendations-card strong,.profile-recommendations-card b{font-size:13px!important;line-height:1.14!important;font-weight:800!important}.profile-recommendations-card p,.profile-recommendations-card small{font-size:12px!important;line-height:1.22!important}.profile-recommendations-card a,.profile-recommendations-card button{font-size:12px!important}.profile-recommendations-card .profile-card-action{min-height:30px!important;height:30px!important}.profile-left-grid{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)!important;column-gap:16px!important;row-gap:10px!important;align-items:start!important}.profile-left-grid>.profile-personalization-card{width:100%!important;max-width:none!important;justify-self:stretch!important}.profile-left-grid>.profile-recommendations-card{width:100%!important;max-width:none!important;min-width:0!important;justify-self:stretch!important;transform:none!important;overflow:hidden!important;max-height:250px!important}.profile-recommendations-card{padding:12px 14px 10px!important}.profile-recommendations-card h2{font-size:16px!important;line-height:1.15!important;margin-bottom:8px!important}.profile-recommendation-list a{min-height:0!important;padding:8px 10px!important;gap:10px!important}.profile-recommendation-list strong{font-size:12px!important;line-height:1.12!important}.profile-recommendation-list small{font-size:11px!important;line-height:1.16!important}.profile-recommendation-list em{font-size:11px!important;padding:0 8px!important;height:28px!important}.profile-recommendations-card{padding:10px 12px!important;max-height:238px!important;overflow:hidden!important}.profile-recommendations-card h2{font-size:15px!important;line-height:1.12!important;margin:0 0 8px!important}.profile-recommendation-list{gap:6px!important}.profile-recommendation-list a{min-height:0!important;padding:8px 10px!important;gap:10px!important;border-radius:10px!important;align-items:center!important}.profile-recommendation-list a strong{font-size:11px!important;line-height:1.08!important;font-weight:700!important;margin-bottom:2px!important}.profile-recommendation-list a small{font-size:10px!important;line-height:1.12!important}.profile-recommendation-list a em{font-size:10px!important;line-height:1!important;height:26px!important;padding:0 8px!important;min-width:88px!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important}.profile-recommendation-list a>:first-child{background:transparent!important;box-shadow:none!important;border:none!important;color:#5f6976!important}.profile-recommendation-list a>:first-child svg,.profile-recommendation-list a>:first-child i{color:#5f6976!important;fill:currentColor!important;stroke:currentColor!important}.profile-recommendation-list a:last-child{padding-top:6px!important;padding-bottom:6px!important}.profile-recommendation-list a:last-child strong,.profile-recommendation-list a:last-child small{font-size:11px!important;line-height:1.08!important}.profile-recommendations-card{max-height:226px!important;padding:10px 12px 8px!important}.profile-recommendations-card h2{font-size:15px!important;line-height:1.1!important;margin:0 0 7px!important}.profile-recommendations-card .profile-recommendation-list{gap:5px!important}.profile-recommendations-card .profile-recommendation-list a{grid-template-columns:24px minmax(0,1fr) auto!important;gap:8px!important;min-height:0!important;padding:7px 8px!important;border-radius:7px!important;background:transparent!important;box-shadow:none!important}.profile-recommendations-card .profile-recommendation-list a:hover{background:#ffffff6b!important}.profile-recommendations-card .profile-recommendation-icon{width:24px!important;height:24px!important;border-radius:5px!important;background:transparent!important;color:#5f6976!important;font-size:14px!important;line-height:1!important;box-shadow:none!important}.profile-recommendations-card .profile-recommendation-list strong{font-size:11px!important;line-height:1.08!important;font-weight:700!important}.profile-recommendations-card .profile-recommendation-list small{margin-top:1px!important;font-size:10px!important;line-height:1.1!important}.profile-recommendations-card .profile-recommendation-list em{min-width:78px!important;height:24px!important;min-height:24px!important;padding:0 7px!important;border-radius:6px!important;background:transparent!important;box-shadow:none!important;font-size:10px!important;line-height:1!important;font-style:normal!important}.profile-recommendations-card>.profile-card-action{min-height:26px!important;height:26px!important;margin-top:5px!important;padding:0 8px!important;background:transparent!important;border-radius:6px!important;font-size:11px!important}.profile-personalization-card,.profile-recommendations-card{height:252px!important;min-height:252px!important;display:flex!important;flex-direction:column!important}.profile-personalization-card h2,.profile-recommendations-card h2{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 10px!important}.profile-personalization-card h2:before{content:"";width:18px;height:18px;flex:0 0 18px;background-repeat:no-repeat;background-position:center;background-size:18px 18px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f7f44' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21a8 8 0 0 0-16 0'/><circle cx='12' cy='8' r='4'/></svg>")}.profile-personalization-card .profile-card-action,.profile-recommendations-card>.profile-card-action{margin-top:auto!important;min-height:36px!important;height:36px!important;padding:0 14px!important;border:1px solid rgba(47,127,68,.18)!important;border-radius:9px!important;background:#fff!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:14px!important;font-weight:700!important;line-height:1!important}.profile-personalization-card .profile-card-action:after,.profile-recommendations-card>.profile-card-action:after{margin-left:12px!important}.profile-recommendations-card{padding-bottom:12px!important}.profile-recommendations-card .profile-recommendation-list{display:flex!important;flex-direction:column!important;gap:7px!important;flex:1 1 auto!important;min-height:0!important}.profile-recommendations-card .profile-recommendation-list a{display:grid!important;grid-template-columns:16px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;min-height:46px!important;padding:7px 10px!important;border:1px solid #dfe7df!important;border-radius:10px!important;background:transparent!important;box-shadow:none!important}.profile-recommendations-card .profile-recommendation-icon{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;color:#6f7b88!important;font-size:12px!important;line-height:1!important}.profile-recommendations-card .profile-recommendation-list strong{display:block!important;margin:0 0 2px!important;font-size:13px!important;line-height:1.12!important;font-weight:800!important}.profile-recommendations-card .profile-recommendation-list small{display:block!important;margin:0!important;font-size:11px!important;line-height:1.15!important}.profile-recommendations-card .profile-recommendation-list em{min-width:90px!important;height:31px!important;min-height:31px!important;padding:0 12px!important;border:1px solid rgba(47,127,68,.18)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:700!important;line-height:1!important;font-style:normal!important}.profile-personalization-card .profile-card-body,.profile-recommendations-card .profile-card-body{flex:1 1 auto!important;min-height:0!important}.profile-recommendations-card .profile-recommendation-list{gap:6px!important}.profile-recommendations-card .profile-recommendation-list a{min-height:42px!important;padding:5px 10px!important;border-radius:9px!important}.profile-recommendations-card .profile-recommendation-list strong{font-size:13px!important;line-height:1.1!important;font-weight:800!important}.profile-recommendations-card .profile-recommendation-list small{font-size:11px!important;line-height:1.1!important}.profile-recommendations-card .profile-recommendation-list em{height:30px!important;min-height:30px!important;min-width:90px!important;padding:0 11px!important;border-radius:8px!important;background:#fff!important;border:1px solid rgba(47,127,68,.2)!important;text-decoration:none!important}.profile-recommendations-card>.profile-card-action,.profile-recommendations-card>.profile-card-action:link,.profile-recommendations-card>.profile-card-action:visited,.profile-recommendations-card>.profile-card-action:hover,.profile-recommendations-card>.profile-card-action:active{margin-top:auto!important;min-height:36px!important;height:36px!important;padding:0 14px!important;border:1px solid rgba(47,127,68,.18)!important;border-radius:9px!important;background:#fff!important;box-shadow:none!important;text-decoration:none!important;color:#1f7a3f!important;font-size:14px!important;font-weight:700!important;line-height:1!important}.profile-recommendations-card>.profile-card-action *,.profile-recommendations-card>.profile-card-action span,.profile-recommendations-card>.profile-card-action .profile-card-action-left{text-decoration:none!important;border-bottom:0!important}.profile-recommendations-card>.profile-card-action .profile-card-action-arrow{color:#4b5852b8!important;font-size:18px!important;font-weight:800!important;text-decoration:none!important}.profile-recommendations-card .profile-card-title{display:flex!important;align-items:center!important;gap:10px!important}.profile-recommendations-card .profile-card-title:before{content:"";width:18px;height:18px;flex:0 0 18px;display:inline-block;background-repeat:no-repeat;background-position:center;background-size:18px 18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f7f44' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l2.15 4.85L19 10l-4.85 2.15L12 17l-2.15-4.85L5 10l4.85-2.15L12 3z'/%3E%3C/svg%3E");opacity:.95}.profile-recommendations-card .profile-recommendation-list em{background:#2f7f440f!important;border-color:#2f7f442e!important;box-shadow:none!important}.profile-recommendations-card h2{display:flex!important;align-items:center!important;gap:8px!important}.profile-recommendations-card h2:before{content:""!important;width:18px!important;height:18px!important;flex:0 0 18px!important;display:inline-block!important;background-repeat:no-repeat!important;background-position:center!important;background-size:18px 18px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f7f44' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l2.15 4.85L19 10l-4.85 2.15L12 17l-2.15-4.85L5 10l4.85-2.15L12 3z'/%3E%3C/svg%3E")!important;opacity:.95!important}.profile-left-grid{--profile-access-expand: 58px}.profile-left-grid>.profile-access-card{width:calc(100% + var(--profile-access-expand))!important;max-width:none!important;justify-self:start!important;z-index:2!important}.profile-left-grid>.profile-channels-card{width:calc(100% - var(--profile-access-expand))!important;max-width:none!important;transform:translate(var(--profile-access-expand))!important;justify-self:start!important;z-index:1!important}.profile-left-grid>.profile-personalization-card,.profile-left-grid>.profile-recommendations-card{transform:none!important}.profile-activity-card{padding:16px 18px 14px!important}.profile-activity-card .profile-activity-title{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 12px!important;font-size:18px!important;line-height:1.15!important}.profile-activity-title-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#2f7f44!important;font-size:17px!important;line-height:1!important;font-weight:700!important}.profile-activity-card .profile-activity-list{display:flex!important;flex-direction:column!important;gap:7px!important}.profile-activity-card .profile-activity-list>div{min-height:35px!important;padding:7px 12px!important;border-radius:8px!important}.profile-activity-card .profile-activity-list>div span{font-size:13px!important;line-height:1.15!important}.profile-activity-card .profile-activity-list>div strong{font-size:16px!important;line-height:1!important}.profile-activity-card .profile-card-action{margin-top:9px!important;min-height:34px!important;height:34px!important;padding:0 14px!important;border-radius:9px!important;background:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:700!important}.profile-system-card{min-height:0!important;height:176px!important;max-height:176px!important;padding:14px 16px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 34px!important;column-gap:12px!important;row-gap:10px!important;align-items:start!important;overflow:hidden!important}.profile-system-card .profile-system-icon{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border-radius:50%!important;font-size:23px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;grid-column:1!important;grid-row:1!important;margin:0!important}.profile-system-card>div:not(.profile-system-icon){grid-column:2!important;grid-row:1!important;min-width:0!important;align-self:start!important;padding-top:0!important}.profile-system-card h2{margin:0 0 7px!important;font-size:19px!important;line-height:1.12!important;font-weight:800!important}.profile-system-card p{margin:0!important;font-size:13px!important;line-height:1.28!important;max-width:100%!important}.profile-system-card .profile-card-action{grid-column:1 / -1!important;grid-row:2!important;align-self:end!important;margin-top:0!important;min-height:34px!important;height:34px!important;padding:0 14px!important;border-radius:9px!important;background:#fff!important;border:1px solid rgba(47,127,68,.18)!important;box-shadow:none!important;text-decoration:none!important;font-size:13px!important;font-weight:700!important;line-height:1!important}.profile-system-card{height:104px!important;min-height:104px!important;max-height:104px!important;padding:11px 14px!important;display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;grid-template-rows:1fr 28px!important;column-gap:10px!important;row-gap:7px!important;align-items:start!important;overflow:hidden!important}.profile-system-card .profile-system-icon{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;border-radius:50%!important;font-size:18px!important;line-height:1!important;grid-column:1!important;grid-row:1!important;margin:0!important}.profile-system-card>div:not(.profile-system-icon){grid-column:2!important;grid-row:1!important;min-width:0!important;padding:0!important;margin:0!important}.profile-system-card h2{margin:0 0 4px!important;font-size:16px!important;line-height:1.08!important;font-weight:800!important}.profile-system-card p{margin:0!important;font-size:11.5px!important;line-height:1.18!important;max-height:28px!important;overflow:hidden!important}.profile-system-card .profile-card-action{grid-column:1 / -1!important;grid-row:2!important;align-self:end!important;margin:0!important;min-height:28px!important;height:28px!important;padding:0 12px!important;border-radius:8px!important;background:#fff!important;border:1px solid rgba(47,127,68,.18)!important;box-shadow:none!important;text-decoration:none!important;font-size:12px!important;font-weight:700!important;line-height:1!important}.profile-system-card .profile-card-action span{font-size:16px!important;line-height:1!important}.profile-system-card{height:104px!important;min-height:104px!important;max-height:104px!important;padding:9px 12px!important;display:grid!important;grid-template-columns:26px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 25px!important;column-gap:9px!important;row-gap:5px!important;overflow:hidden!important;align-items:start!important}.profile-system-card .profile-system-text p{margin:0!important;color:#1f6f3a!important;font-size:12.5px!important;line-height:1.15!important;font-weight:800!important;max-height:30px!important;overflow:hidden!important}.profile-system-card h2{display:none!important}.profile-system-card .profile-card-action{grid-column:1 / -1!important;grid-row:2!important;min-height:25px!important;height:25px!important;margin:0!important;padding:0 10px!important;border-radius:8px!important;background:#fff!important;border:1px solid rgba(47,127,68,.18)!important;box-shadow:none!important;text-decoration:none!important;font-size:11.5px!important;font-weight:700!important;line-height:1!important}.profile-system-card .profile-card-action span{font-size:14px!important;line-height:1!important}.profile-system-card{height:114px!important;min-height:114px!important;max-height:114px!important;padding:10px 14px 13px!important;display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) 36px!important;column-gap:9px!important;row-gap:8px!important;overflow:hidden!important;align-items:start!important}.profile-system-card .profile-system-icon{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;font-size:17px!important;margin:0!important;grid-column:1!important;grid-row:1!important}.profile-system-card .profile-system-text p{margin:0!important;font-size:13px!important;line-height:1.15!important;font-weight:800!important;color:#1f6f3a!important;max-height:32px!important;overflow:hidden!important}.profile-system-card .profile-card-action{grid-column:1 / -1!important;grid-row:2!important;align-self:end!important;min-height:36px!important;height:36px!important;margin:0!important;padding:0 14px!important;border-radius:9px!important;background:#fff!important;border:1px solid rgba(47,127,68,.18)!important;box-shadow:none!important;text-decoration:none!important;font-size:14px!important;font-weight:700!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.profile-system-card{height:96px!important;min-height:96px!important;max-height:96px!important;padding:8px 14px 10px!important;display:grid!important;grid-template-columns:26px minmax(0,1fr)!important;grid-template-rows:auto 36px!important;column-gap:9px!important;row-gap:4px!important;align-content:start!important;align-items:start!important;overflow:hidden!important}.profile-system-card .profile-system-icon{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;margin:0!important;grid-column:1!important;grid-row:1!important;font-size:16px!important;line-height:1!important}.profile-system-card .profile-system-text{grid-column:2!important;grid-row:1!important;align-self:center!important;min-width:0!important;margin:0!important;padding:0!important}.profile-system-card .profile-system-text p{margin:0!important;color:#1f6f3a!important;font-size:12.5px!important;line-height:1.12!important;font-weight:800!important;max-height:28px!important;overflow:hidden!important}.profile-system-card .profile-card-action{grid-column:1 / -1!important;grid-row:2!important;align-self:end!important;min-height:36px!important;height:36px!important;margin:0!important;padding:0 14px!important;border-radius:9px!important;background:#fff!important;border:1px solid rgba(47,127,68,.18)!important;box-shadow:none!important;text-decoration:none!important;color:#1f7a3f!important;font-size:14px!important;font-weight:700!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.profile-system-card .profile-card-action span{font-size:18px!important;line-height:1!important;font-weight:800!important}.profile-main-page .profile-card-action,.profile-main-page .profile-card-action:link,.profile-main-page .profile-card-action:visited,.profile-main-page .profile-card-action:hover,.profile-main-page .profile-card-action:active,.profile-main-page .profile-card-action:focus,.profile-main-page .profile-card-action:focus-visible,.profile-main-page .profile-card-action *,.profile-main-page .profile-card-action span,.profile-main-page .profile-card-action em,.profile-main-page .profile-card-action strong{text-decoration:none!important;border-bottom:0!important}.profile-main-page .profile-card-action{color:#0f6b35!important;font-size:13px!important;font-weight:700!important;line-height:1!important}.profile-main-page .profile-card-action span,.profile-main-page .profile-card-action em,.profile-main-page .profile-card-action strong,.profile-main-page .profile-card-action-left{font-size:13px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important}.profile-main-page .profile-card-action>span:last-child,.profile-main-page .profile-card-action-arrow{font-size:17px!important;font-weight:800!important;line-height:1!important;color:#4b5852b8!important;text-decoration:none!important}.profile-main-page .profile-summary-completion a,.profile-main-page .profile-summary-completion a:link,.profile-main-page .profile-summary-completion a:visited,.profile-main-page .profile-summary-completion a:hover,.profile-main-page .profile-summary-completion a:active,.profile-main-page .profile-summary-completion a:focus,.profile-main-page .profile-summary-completion a:focus-visible,.profile-main-page .profile-summary-completion a *,.profile-main-page .profile-summary-completion a span{text-decoration:none!important;border-bottom:0!important}.profile-main-page .profile-summary-completion a{color:#0f6b35!important;font-size:13px!important;font-weight:700!important;line-height:1!important}.profile-main-page .profile-recommendations-card .profile-recommendation-list em{font-size:13px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important}.profile-card-action,.profile-card-action:link,.profile-card-action:visited,.profile-card-action:hover,.profile-card-action:active,.profile-card-action:focus,.profile-card-action:focus-visible,.profile-card-action *,.profile-card-action span,.profile-card-action em,.profile-card-action strong,.profile-card-action-left,.profile-card-action-left span,.profile-card-action .profile-card-action-left{font-size:12.5px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-decoration:none!important;border-bottom:0!important}.profile-summary-completion a,.profile-summary-completion a:link,.profile-summary-completion a:visited,.profile-summary-completion a:hover,.profile-summary-completion a:active,.profile-summary-completion a:focus,.profile-summary-completion a:focus-visible,.profile-summary-completion a *,.profile-summary-completion a span{font-size:12.5px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-decoration:none!important;border-bottom:0!important}.profile-recommendations-card .profile-recommendation-list em,.profile-recommendations-card .profile-recommendation-list em:link,.profile-recommendations-card .profile-recommendation-list em:visited,.profile-recommendations-card .profile-recommendation-list em:hover,.profile-recommendations-card .profile-recommendation-list em:active{font-size:12.5px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-decoration:none!important;border-bottom:0!important}.profile-card-action>span:last-child,.profile-card-action-arrow,.profile-summary-completion a>span:last-child{font-size:16px!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;border-bottom:0!important;color:#4b5852b8!important}.profile-access-card .profile-card-action,.profile-channels-card .profile-card-action,.profile-personalization-card .profile-card-action,.profile-recommendations-card>.profile-card-action,.profile-activity-card .profile-card-action,.profile-system-card .profile-card-action,.profile-summary-completion a{font-size:12.5px!important;font-weight:700!important}.profile-recommendations-card>.profile-card-action.profile-recommendations-action,.profile-recommendations-card>.profile-card-action.profile-recommendations-action:link,.profile-recommendations-card>.profile-card-action.profile-recommendations-action:visited,.profile-recommendations-card>.profile-card-action.profile-recommendations-action:hover,.profile-recommendations-card>.profile-card-action.profile-recommendations-action:active,.profile-recommendations-card>.profile-card-action.profile-recommendations-action:focus,.profile-recommendations-card>.profile-card-action.profile-recommendations-action:focus-visible{min-height:36px!important;height:36px!important;padding:0 14px!important;border-radius:9px!important;background:#fff!important;border:1px solid rgba(47,127,68,.18)!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;color:#0f6b35!important;text-decoration:none!important;border-bottom:0!important;font-size:12.5px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important}.profile-recommendations-card>.profile-card-action.profile-recommendations-action .profile-card-action-left{display:inline-flex!important;align-items:center!important;color:#0f6b35!important;font-size:12.5px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-decoration:none!important;border-bottom:0!important}.profile-recommendations-card>.profile-card-action.profile-recommendations-action .profile-card-action-arrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#4b5852b8!important;font-size:16px!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;border-bottom:0!important}.profile-system-card .profile-system-text p{font-weight:650!important;font-size:12.5px!important;line-height:1.15!important}.profile-system-card .profile-system-text p{color:#34423a!important}.cabinet-context__section{display:flex!important;flex-direction:column!important}.cabinet-context__nav,.cabinet-context__empty{flex:0 0 auto!important}.cabinet-context__help{margin:auto 24px 22px!important;min-height:66px!important;padding:12px 14px!important;border:1px solid rgba(47,127,68,.16)!important;border-radius:10px!important;background:#fff!important;box-shadow:0 12px 28px #0f23190d!important;display:grid!important;grid-template-columns:32px minmax(0,1fr) 16px!important;align-items:center!important;column-gap:10px!important;color:#25352f!important;text-decoration:none!important}.cabinet-context__help:hover,.cabinet-context__help:focus,.cabinet-context__help:focus-visible{text-decoration:none!important;border-color:#2f7f4447!important;background:#fff!important}.cabinet-context__help-icon{width:32px!important;height:32px!important;border-radius:50%!important;background:#2f7f4414!important;color:#1f7a3f!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.cabinet-context__help-icon svg{width:20px!important;height:20px!important}.cabinet-context__help-text{min-width:0!important;display:flex!important;flex-direction:column!important;gap:3px!important}.cabinet-context__help-text strong{color:#1f2a37!important;font-size:13px!important;line-height:1.15!important;font-weight:800!important}.cabinet-context__help-text small{color:#5e6b63!important;font-size:12px!important;line-height:1.15!important;font-weight:500!important}.cabinet-context__help-arrow{color:#4b5852b8!important;font-size:20px!important;line-height:1!important;font-weight:800!important}.cabinet-context__help{align-self:stretch!important;width:auto!important;max-width:none!important;margin:auto 12px 10px!important;min-height:66px!important;padding:12px 14px!important}.cabinet-context__help-text strong{font-size:12.5px!important;line-height:1.15!important}.cabinet-context__help-text small{font-size:11.5px!important;line-height:1.15!important}.dashboard-page{display:flex;flex-direction:column;gap:8px}.dashboard-page .panel{border:1px solid rgba(47,127,68,.14);border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f23190a}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);align-items:center;gap:8px;padding:12px 16px}.dashboard-hero__main h1{margin:0 0 6px;color:var(--rr-ink);font-size:13px;line-height:1.15;font-weight:800}.dashboard-hero__main p{max-width:620px;margin:0;color:#4b5852db;font-size:10.5px;line-height:1.35}.dashboard-profile-card{min-height:74px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(47,127,68,.12);border-radius:10px;background:#f8fbf8b8;color:inherit;text-decoration:none}.dashboard-profile-card:hover,.dashboard-profile-card:focus,.dashboard-profile-card:focus-visible{text-decoration:none;border-color:#2f7f443d;background:#fff}.dashboard-profile-card__avatar{width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#2f7f441a;color:#1f7a3f;font-size:14px;font-weight:800}.dashboard-profile-card__text{min-width:0;display:flex;flex-direction:column;gap:3px}.dashboard-profile-card__text strong{color:var(--rr-ink);font-size:13px;line-height:1.2;font-weight:800}.dashboard-profile-card__text small{max-width:340px;color:#4b5852c7;font-size:10px;line-height:1.35}.dashboard-profile-card__button,.dashboard-card-action,.dashboard-channel-subscribe{min-height:22px;padding:0 11px;border:1px solid rgba(47,127,68,.18);border-radius:8px;background:#fff;color:#0f6b35;display:inline-flex;align-items:center;gap:8px;justify-content:center;font-size:10px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.dashboard-profile-card__button span,.dashboard-card-action span{color:#4b5852b8;font-size:13px;font-weight:800}.dashboard-actions{padding:12px 14px 14px}.dashboard-page h2{margin:0 0 8px;color:var(--rr-ink);font-size:10px;line-height:1.15;font-weight:800}.dashboard-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-action-card,.dashboard-list a,.dashboard-result-list a{display:grid;align-items:center;color:inherit;text-decoration:none}.dashboard-action-card{grid-template-columns:36px minmax(0,1fr) 12px;gap:10px;min-height:62px;padding:10px 12px;border:1px solid rgba(47,127,68,.14);border-radius:10px;background:#ffffffb8}.dashboard-action-card:hover,.dashboard-list a:hover,.dashboard-result-list a:hover{text-decoration:none;border-color:#2f7f443d;background:#f8fbf8c2}.dashboard-action-card__icon,.dashboard-list__icon,.dashboard-result-list__icon{width:32px;height:32px;border-radius:50%;background:#2f7f4414;color:#1f7a3f;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.dashboard-action-card strong,.dashboard-list strong,.dashboard-result-list strong,.dashboard-soon-list strong,.dashboard-channel-row strong{display:block;color:var(--rr-ink);font-size:10.5px;line-height:1.15;font-weight:800}.dashboard-action-card small,.dashboard-list small,.dashboard-result-list small,.dashboard-soon-list small,.dashboard-channel-row small{display:block;margin-top:2px;color:#4b5852c7;font-size:10.5px;line-height:1.28}.dashboard-action-card em,.dashboard-list em{color:#1f7a3f;font-style:normal;font-size:13px;font-weight:700;line-height:1}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:8px}.dashboard-today-card,.dashboard-results-card,.dashboard-info-channels,.dashboard-news-card,.dashboard-soon-card{padding:12px 14px}.dashboard-list,.dashboard-result-list,.dashboard-news-list,.dashboard-soon-list{display:flex;flex-direction:column;gap:6px}.dashboard-list a{grid-template-columns:30px minmax(0,1fr) 12px;gap:8px;min-height:46px;padding:4px 0;border-bottom:1px solid rgba(31,58,42,.08)}.dashboard-list a:last-child{border-bottom:0}.dashboard-result-list a{grid-template-columns:24px minmax(0,1fr) auto;gap:10px;min-height:26px;padding:6px 8px;border:1px solid rgba(47,127,68,.12);border-radius:10px}.dashboard-result-list__icon{width:22px;height:22px;border-radius:6px;font-size:13px}.dashboard-result-list em{padding:5px 8px;border-radius:6px;background:#2f7f4414;color:#1f7a3f;font-size:10px;font-style:normal;font-weight:700;white-space:nowrap}.dashboard-bottom-grid{display:grid;grid-template-columns:minmax(240px,.84fr) minmax(300px,1.08fr) minmax(260px,.94fr);gap:8px}.dashboard-channel-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid rgba(31,58,42,.08)}.dashboard-channel-row:last-child{border-bottom:0}.dashboard-channel-logo{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.dashboard-channel-logo--telegram{background:#2aabee1f;color:#2aabee;border:1px solid rgba(42,171,238,.22)}.dashboard-channel-logo--telegram svg{width:18px;height:18px}.dashboard-channel-logo--max{background:#4b58ff1a;border:1px solid rgba(75,88,255,.18)}.dashboard-channel-logo--max img{width:22px;height:22px;object-fit:contain}.dashboard-news-list div{display:grid;grid-template-columns:8px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:22px;border-bottom:1px solid rgba(31,58,42,.08);color:#4b5852db;font-size:10px;line-height:1.25}.dashboard-news-list div:before{content:"";width:6px;height:6px;border-radius:50%;background:#1f9d55}.dashboard-news-list div:last-child{border-bottom:0}.dashboard-news-list strong{color:#4b5852b8;font-size:10px;font-weight:600;white-space:nowrap}.dashboard-card-action{width:100%;margin-top:8px;justify-content:space-between}.dashboard-soon-list div{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;min-height:38px}.dashboard-soon-list .dashboard-list__icon{width:28px;height:28px;font-size:13px}.dashboard-tariff-note{margin-top:6px;padding-top:6px;border-top:1px solid rgba(31,58,42,.08);color:#4b5852d1;font-size:10px;line-height:1.2}.dashboard-tariff-note strong{color:var(--rr-ink)}@media (max-width: 1280px){.dashboard-hero,.dashboard-main-grid,.dashboard-bottom-grid,.dashboard-action-grid{grid-template-columns:1fr}}@media (max-width: 760px){.dashboard-profile-card,.dashboard-action-card,.dashboard-result-list a,.dashboard-channel-row{grid-template-columns:1fr}.dashboard-profile-card__button,.dashboard-channel-subscribe{width:100%}}.dashboard-page{gap:3px!important}.dashboard-hero{gap:4px!important;padding:8px 12px!important}.dashboard-actions{padding:8px 10px 10px!important}.dashboard-action-grid,.dashboard-main-grid,.dashboard-bottom-grid{gap:4px!important}.dashboard-action-card{min-height:48px!important;padding:6px 8px!important;gap:6px!important}.dashboard-today-card,.dashboard-results-card,.dashboard-info-channels,.dashboard-news-card,.dashboard-soon-card{padding:8px 10px!important}.dashboard-list,.dashboard-result-list,.dashboard-news-list,.dashboard-soon-list{gap:3px!important}.dashboard-list a{min-height:36px!important;padding:2px 0!important;gap:5px!important}.dashboard-result-list a{min-height:22px!important;padding:4px 6px!important;gap:6px!important}.dashboard-channel-row{padding:4px 0!important;gap:5px!important}.dashboard-card-action{margin-top:6px!important}.dashboard-hero__main h1{font-size:19px!important;line-height:1.12!important;font-weight:800!important}.dashboard-page h2{font-size:13px!important;line-height:1.15!important;font-weight:800!important}.dashboard-page{gap:6px!important}.dashboard-hero{padding:12px 16px!important}.dashboard-hero__main h1{font-size:22px!important;line-height:1.12!important;font-weight:800!important}.dashboard-hero__main p{font-size:12.5px!important;line-height:1.35!important}.dashboard-profile-card{min-height:82px!important;padding:11px 14px!important}.dashboard-profile-card__avatar{width:48px!important;height:48px!important;font-size:15px!important}.dashboard-profile-card__text strong{font-size:14px!important;line-height:1.15!important}.dashboard-profile-card__text small{font-size:11.5px!important;line-height:1.28!important}.dashboard-page h2{font-size:15px!important;line-height:1.15!important;margin-bottom:8px!important}.dashboard-actions{padding:11px 13px 13px!important}.dashboard-action-card{min-height:62px!important;padding:9px 11px!important;gap:8px!important}.dashboard-action-card__icon,.dashboard-list__icon{width:36px!important;height:36px!important;font-size:15px!important}.dashboard-action-card strong,.dashboard-list strong,.dashboard-result-list strong,.dashboard-soon-list strong,.dashboard-channel-row strong{font-size:12.5px!important;line-height:1.15!important}.dashboard-action-card small,.dashboard-list small,.dashboard-result-list small,.dashboard-soon-list small,.dashboard-channel-row small{font-size:11.2px!important;line-height:1.28!important}.dashboard-today-card,.dashboard-results-card,.dashboard-info-channels,.dashboard-news-card,.dashboard-soon-card{padding:11px 13px!important}.dashboard-list a{min-height:44px!important;padding:4px 0!important}.dashboard-result-list a{min-height:38px!important;padding:6px 8px!important}.dashboard-result-list__icon{width:26px!important;height:26px!important;font-size:12px!important}.dashboard-result-list em{font-size:10.5px!important;padding:6px 8px!important}.dashboard-news-list div{min-height:31px!important;font-size:11.5px!important}.dashboard-news-list strong{font-size:10.5px!important}.dashboard-channel-row{padding:7px 0!important}.dashboard-channel-logo{width:36px!important;height:36px!important}.dashboard-channel-logo--telegram svg{width:20px!important;height:20px!important}.dashboard-channel-logo--max img{width:27px!important;height:27px!important}.dashboard-profile-card__button,.dashboard-card-action,.dashboard-channel-subscribe{min-height:28px!important;font-size:11.5px!important;font-weight:700!important}.dashboard-hero__main h1{font-size:24px!important;line-height:1.12!important;font-weight:800!important}.dashboard-page h2{font-size:16px!important;line-height:1.15!important;font-weight:800!important}.dashboard-profile-card__text strong,.dashboard-action-card strong,.dashboard-list strong,.dashboard-result-list strong,.dashboard-soon-list strong,.dashboard-channel-row strong,.dashboard-profile-card__button,.dashboard-card-action,.dashboard-channel-subscribe,.dashboard-result-list em{font-weight:600!important}.subscription-v2-page{display:flex;flex-direction:column;gap:12px}.subscription-v2-header .eyebrow{color:#166534;font-size:18px;line-height:1.2;letter-spacing:.08em;font-weight:800;margin-bottom:8px}.subscription-v2-current,.subscription-v2-next,.subscription-v2-manage,.subscription-v2-line,.subscription-v2-note{border:1px solid rgba(47,127,68,.14);border-radius:13px;background:#fff;box-shadow:0 14px 34px #0f23190d}.subscription-v2-current{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.58fr);gap:22px;padding:22px 26px;align-items:center}.subscription-v2-section-label{color:var(--rr-ink);font-size:14px;line-height:1.15;font-weight:800;margin-bottom:16px}.subscription-v2-plan-intro{display:grid;grid-template-columns:92px minmax(0,1fr);gap:22px;align-items:center}.subscription-v2-plan-icon{width:84px;height:84px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#2f7f4417;color:#13743a;font-size:42px;font-weight:700}.subscription-v2-plan-icon--expert{background:#3884ff1a;color:#2463d8}.subscription-v2-title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.subscription-v2-title-row h2,.subscription-v2-next h2,.subscription-v2-manage h2,.subscription-v2-line h2{margin:0;color:var(--rr-ink);font-size:22px;line-height:1.15;font-weight:800}.subscription-v2-status{padding:7px 13px;border-radius:7px;background:#2f7f441a;color:#166534;font-size:12px;line-height:1;font-weight:800}.subscription-v2-current p,.subscription-v2-next p{max-width:620px;margin:12px 0 18px;color:#4b5852d6;font-size:14px;line-height:1.45}.subscription-v2-outline-button,.subscription-v2-tier-button{min-height:36px;padding:0 16px;border:1px solid rgba(47,127,68,.28);border-radius:8px;background:#fff;color:#0f6b35;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:13px;line-height:1;font-weight:700;text-decoration:none;white-space:nowrap}.subscription-v2-outline-button:hover,.subscription-v2-tier-button:hover{text-decoration:none;background:#2f7f440f}.subscription-v2-current__facts{border:1px solid rgba(47,127,68,.12);border-radius:12px;overflow:hidden;background:#ffffffc2}.subscription-v2-fact{min-height:78px;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid rgba(31,58,42,.08)}.subscription-v2-fact:last-child{border-bottom:0}.subscription-v2-fact__icon{color:#13743a;font-size:24px}.subscription-v2-fact small{display:block;color:#4b5852b3;font-size:12px;line-height:1.2;margin-bottom:4px}.subscription-v2-fact strong{display:block;color:var(--rr-ink);font-size:14px;line-height:1.2;font-weight:700}.subscription-v2-fact em{color:#4b585294;font-style:normal}.subscription-v2-mid-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.86fr);gap:12px}.subscription-v2-next{display:grid;grid-template-columns:86px minmax(0,1fr);gap:22px;align-items:center;padding:22px 26px}.subscription-v2-next .subscription-v2-plan-icon{width:72px;height:72px;font-size:34px}.subscription-v2-next .subscription-v2-section-label{margin-bottom:8px}.subscription-v2-manage{padding:20px 22px}.subscription-v2-manage-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}.subscription-v2-manage-actions a{min-height:76px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding:12px 14px;border:1px solid rgba(47,127,68,.14);border-radius:10px;color:#0f6b35;background:#fffc;text-decoration:none}.subscription-v2-manage-actions a:hover{text-decoration:none;background:#2f7f440d}.subscription-v2-manage-actions span{width:42px;height:42px;border-radius:50%;background:#2f7f4414;display:inline-flex;align-items:center;justify-content:center;color:#13743a;font-size:24px}.subscription-v2-manage-actions strong{font-size:13px;line-height:1.2;font-weight:800}.subscription-v2-line{padding:18px 22px}.subscription-v2-tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:14px}.subscription-v2-tier{position:relative;min-height:210px;padding:18px 18px 14px;border:1px solid rgba(47,127,68,.13);border-radius:11px;background:#fff}.subscription-v2-tier--current{border-color:#2f7f448c;box-shadow:0 12px 28px #2f7f4414}.subscription-v2-tier-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);padding:5px 13px;border:1px solid rgba(47,127,68,.38);border-radius:8px;background:#dcefe2;color:#166534;font-size:11px;line-height:1;font-weight:800;white-space:nowrap}.subscription-v2-tier-badge--next{left:auto;right:18px;transform:none;background:#3884ff1a;border-color:#3884ff2e;color:#2463d8}.subscription-v2-tier-head{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;margin-bottom:12px}.subscription-v2-tier-icon{width:46px;height:46px;border-radius:50%;background:#2f7f4414;color:#13743a;display:inline-flex;align-items:center;justify-content:center;font-size:25px}.subscription-v2-tier-icon--expert{background:#3884ff1a;color:#2463d8}.subscription-v2-tier h3{margin:0;color:var(--rr-ink);font-size:18px;line-height:1.2;font-weight:800}.subscription-v2-tier ul{display:flex;flex-direction:column;gap:8px;min-height:84px;margin:0;padding:0;list-style:none}.subscription-v2-tier li{position:relative;padding-left:18px;color:#4b5852d1;font-size:12.5px;line-height:1.25}.subscription-v2-tier li:before{content:"✓";position:absolute;left:0;color:#13743a;font-weight:800}.subscription-v2-tier-footer{display:grid;grid-template-columns:auto auto minmax(96px,1fr);align-items:end;gap:4px 8px;margin-top:18px}.subscription-v2-tier-footer strong{color:var(--rr-ink);font-size:24px;line-height:1;font-weight:800}.subscription-v2-tier-footer small{color:#4b5852b8;font-size:12px;line-height:1}.subscription-v2-tier-button{justify-self:end;min-height:34px;min-width:108px}.subscription-v2-tier-button--current{border-color:#13743a;background:#13743a;color:#fff}.subscription-v2-tier-button--current:hover{background:#0f6b35;color:#fff}.subscription-v2-note{min-height:66px;display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:14px;padding:12px 18px;color:inherit;text-decoration:none}.subscription-v2-note:hover{text-decoration:none;background:#2f7f4408}.subscription-v2-note>span:first-child{width:36px;height:36px;border-radius:50%;background:#2f7f4414;color:#13743a;display:inline-flex;align-items:center;justify-content:center;font-size:22px}.subscription-v2-note strong{display:block;color:var(--rr-ink);font-size:13px;line-height:1.2;font-weight:800}.subscription-v2-note small{display:block;margin-top:4px;color:#4b5852bd;font-size:12px;line-height:1.25}.subscription-v2-note em{color:#13743a;font-size:24px;line-height:1;font-style:normal}@media (max-width: 1280px){.subscription-v2-current,.subscription-v2-mid-grid,.subscription-v2-tiers,.subscription-v2-manage-actions{grid-template-columns:1fr}}.subscription-v2-page{gap:8px!important}.subscription-v2-header .eyebrow{font-size:16px!important;letter-spacing:.06em!important;margin-bottom:5px!important}.subscription-v2-header .subtitle{font-size:13px!important;line-height:1.3!important}.subscription-v2-current,.subscription-v2-next,.subscription-v2-manage,.subscription-v2-line,.subscription-v2-note{border-radius:11px!important;box-shadow:0 10px 24px #0f23190a!important}.subscription-v2-current{grid-template-columns:minmax(0,1fr) minmax(330px,.52fr)!important;gap:16px!important;padding:16px 20px!important}.subscription-v2-section-label{font-size:12.5px!important;margin-bottom:10px!important}.subscription-v2-plan-intro{grid-template-columns:70px minmax(0,1fr)!important;gap:16px!important}.subscription-v2-plan-icon{width:62px!important;height:62px!important;font-size:30px!important}.subscription-v2-title-row{gap:10px!important}.subscription-v2-title-row h2,.subscription-v2-next h2,.subscription-v2-manage h2,.subscription-v2-line h2{font-size:18px!important;line-height:1.15!important}.subscription-v2-status{padding:5px 10px!important;border-radius:7px!important;font-size:10.5px!important}.subscription-v2-current p,.subscription-v2-next p{margin:8px 0 12px!important;font-size:12.5px!important;line-height:1.35!important}.subscription-v2-outline-button,.subscription-v2-tier-button{min-height:31px!important;padding:0 13px!important;border-radius:8px!important;gap:12px!important;font-size:11.5px!important;font-weight:700!important}.subscription-v2-fact{min-height:58px!important;grid-template-columns:32px minmax(0,1fr) 16px!important;gap:9px!important;padding:10px 13px!important}.subscription-v2-fact__icon{font-size:18px!important}.subscription-v2-fact small{font-size:10.5px!important;margin-bottom:3px!important}.subscription-v2-fact strong{font-size:12px!important}.subscription-v2-mid-grid{gap:8px!important}.subscription-v2-next{grid-template-columns:68px minmax(0,1fr)!important;gap:16px!important;padding:16px 20px!important}.subscription-v2-next .subscription-v2-plan-icon{width:58px!important;height:58px!important;font-size:27px!important}.subscription-v2-next .subscription-v2-section-label{margin-bottom:5px!important}.subscription-v2-manage{padding:16px 18px!important}.subscription-v2-manage-actions{gap:8px!important;margin-top:16px!important}.subscription-v2-manage-actions a{min-height:60px!important;grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important;padding:9px 11px!important;border-radius:9px!important}.subscription-v2-manage-actions span{width:34px!important;height:34px!important;font-size:18px!important}.subscription-v2-manage-actions strong{font-size:11.5px!important;line-height:1.18!important}.subscription-v2-line{padding:14px 18px!important}.subscription-v2-tiers{gap:14px!important;margin-top:12px!important}.subscription-v2-tier{min-height:178px!important;padding:14px 14px 12px!important;border-radius:10px!important}.subscription-v2-tier-badge{top:-11px!important;padding:4px 11px!important;font-size:10px!important}.subscription-v2-tier-badge--next{right:14px!important}.subscription-v2-tier-head{grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important;margin-bottom:10px!important}.subscription-v2-tier-icon{width:38px!important;height:38px!important;font-size:20px!important}.subscription-v2-tier h3{font-size:15.5px!important}.subscription-v2-tier ul{gap:6px!important;min-height:72px!important}.subscription-v2-tier li{padding-left:16px!important;font-size:11.2px!important;line-height:1.22!important}.subscription-v2-tier-footer{margin-top:12px!important;grid-template-columns:auto auto minmax(88px,1fr)!important}.subscription-v2-tier-footer strong{font-size:20px!important}.subscription-v2-tier-footer small{font-size:10.5px!important}.subscription-v2-tier-button{min-height:30px!important;min-width:96px!important}.subscription-v2-note{min-height:54px!important;grid-template-columns:36px minmax(0,1fr) 16px!important;gap:10px!important;padding:10px 15px!important;border-radius:11px!important}.subscription-v2-note>span:first-child{width:30px!important;height:30px!important;font-size:17px!important}.subscription-v2-note strong{font-size:11.8px!important;line-height:1.18!important}.subscription-v2-note small{margin-top:3px!important;font-size:10.8px!important}.subscription-v2-note em{font-size:19px!important}.subscription-v2-page{gap:6px!important}.subscription-v2-current{margin-bottom:0!important}.subscription-v2-mid-grid{gap:7px!important;margin-top:0!important;margin-bottom:0!important}.subscription-v2-line,.subscription-v2-note{margin-top:0!important}.subscription-v2-current,.subscription-v2-next,.subscription-v2-manage,.subscription-v2-line,.subscription-v2-note{margin-block:0!important}.channels-v2-page{display:flex;flex-direction:column;gap:18px}.channels-v2-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;align-items:stretch;padding:24px 30px;border:1px solid rgba(47,127,68,.13);border-radius:14px;background:#fff;box-shadow:0 14px 34px #0f23190b}.channels-v2-card{min-height:238px;padding:0 34px;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;display:flex;flex-direction:column}.channels-v2-card:first-child{padding-left:0}.channels-v2-card:last-child{padding-right:0}.channels-v2-card:not(:last-child){border-right:1px solid rgba(32,55,46,.14)!important}.channels-v2-card-head{display:flex;align-items:center;gap:16px;margin-bottom:28px}.channels-v2-card-head h2{margin:0;color:var(--rr-ink);font-size:23px;line-height:1.15;font-weight:800}.channels-v2-icon{width:56px;height:56px;min-width:56px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2f7f4414;border:1px solid rgba(47,127,68,.13);overflow:hidden}.channels-v2-icon svg{width:34px;height:34px;display:block}.channels-v2-icon img{width:38px;height:38px;display:block}.channels-v2-icon--telegram{color:#2aabee}.channels-v2-icon--max img{width:42px;height:42px}.channels-v2-status{display:flex;align-items:center;gap:14px;color:var(--rr-ink);font-size:19px;line-height:1.2;font-weight:700;margin-bottom:18px}.channels-v2-status-dot{width:12px;height:12px;min-width:12px;border-radius:999px;background:#cbd2d8}.channels-v2-status-dot--active{background:#22a35a}.channels-v2-card p{margin:0;color:#3b4c5cc7;font-size:15.5px;line-height:1.45}.channels-v2-action{width:100%;min-height:46px;margin-top:auto;border:1px solid rgba(20,119,60,.36);border-radius:8px;background:#fff;color:#0f6b35;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;font-weight:700;text-decoration:none}.channels-v2-action--primary{cursor:pointer}.channels-v2-action--primary:hover{background:#2f7f440e}.channels-v2-action:disabled{opacity:.68;cursor:not-allowed}.channels-v2-action--static{background:#2f7f4406}.channels-v2-benefits{min-height:205px;padding:24px 32px;border:1px solid rgba(47,127,68,.13);border-radius:13px;background:#fff;box-shadow:0 14px 34px #0f23190b;display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px}.channels-v2-benefits-icon{width:44px;height:44px;border-radius:999px;background:#2f7f4414;border:1px solid rgba(47,127,68,.12);color:#13743a;display:inline-flex;align-items:center;justify-content:center;font-size:26px}.channels-v2-benefits h2{margin:4px 0 20px;color:var(--rr-ink);font-size:18px;line-height:1.2;font-weight:800}.channels-v2-benefits ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.channels-v2-benefits li{display:grid;grid-template-columns:26px minmax(0,1fr);gap:12px;align-items:center}.channels-v2-benefits li span{color:#13743a;font-size:18px;line-height:1}.channels-v2-benefits li p{margin:0;color:#3b4c5ccc;font-size:15px;line-height:1.35}.channels-v2-notice{min-height:56px;padding:0 24px;border:1px solid rgba(41,121,255,.22);border-radius:10px;background:#ffffffb8;color:#3b4c5cd1;display:flex;align-items:center;gap:16px}.channels-v2-notice span{width:28px;height:28px;min-width:28px;border-radius:999px;border:2px solid #2f7fff;color:#2f7fff;display:inline-flex;align-items:center;justify-content:center;font-size:17px;line-height:1;font-weight:800}.channels-v2-notice p{margin:0;font-size:14.5px;line-height:1.3}.channels-v2-error{color:#b42318;border-color:#b4231838}.channels-v2-loading{color:#3b4c5ccc}@media (max-width: 1280px){.channels-v2-grid{grid-template-columns:1fr;padding:22px 26px}.channels-v2-card{min-height:0;padding:22px 0}.channels-v2-card:first-child{padding-top:0}.channels-v2-card:last-child{padding-bottom:0}.channels-v2-card:not(:last-child){border-right:0!important;border-bottom:1px solid rgba(32,55,46,.14)!important}}.dashboard-main-grid{grid-template-columns:1fr!important;gap:14px!important}.dashboard-today-card,.dashboard-results-card{width:100%;min-height:0}.dashboard-actions{order:3}.dashboard-action-grid{grid-template-columns:1fr!important;gap:10px!important}.dashboard-action-card{min-height:58px}.dashboard-bottom-grid--news-only{display:grid!important;grid-template-columns:1fr!important}.dashboard-news-card--wide{min-height:0}.dashboard-news-list--wide{display:grid;grid-template-columns:1fr;gap:0}.dashboard-news-list--wide div{min-height:38px}.dashboard-info-channels,.dashboard-soon-card{display:none!important}.cabinet-topbar__channels{display:inline-flex;align-items:center;justify-content:flex-end;gap:16px;margin-left:auto}.cabinet-topbar__channel-link{width:auto;height:auto;min-width:0;padding:0;border:0;border-radius:0;background:transparent;color:#2aabee;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:none;transition:opacity .16s ease,transform .16s ease}.cabinet-topbar__channel-link:hover,.cabinet-topbar__channel-link:focus-visible{background:transparent;border:0;transform:translateY(-1px);opacity:.82}.cabinet-topbar__channel-link svg{width:28px;height:28px;display:block}.cabinet-topbar__channel-link img{width:30px;height:30px;display:block}.cabinet-topbar__channel-link--max{color:inherit}@media (max-width: 900px){.cabinet-topbar__channels{margin-left:0}}.dashboard-today-card .dashboard-list{gap:0!important}.dashboard-today-card .dashboard-list a{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;column-gap:12px!important;min-height:62px!important;padding:10px 6px!important}.dashboard-today-card .dashboard-list__icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:999px!important;font-size:15px!important}.dashboard-today-card .dashboard-list a>span:not(.dashboard-list__icon){display:flex!important;align-items:center!important;gap:15px!important;min-width:0!important}.dashboard-today-card .dashboard-list a>span:not(.dashboard-list__icon) strong{display:inline-block!important;margin:0!important;color:var(--rr-ink)!important;font-size:17px!important;line-height:1.18!important;font-weight:760!important;white-space:nowrap!important}.dashboard-today-card .dashboard-list a>span:not(.dashboard-list__icon) small{display:inline-block!important;margin:0!important;padding-left:15px!important;border-left:1px solid rgba(59,76,92,.26)!important;color:#3b4c5cd6!important;font-size:15.5px!important;line-height:1.18!important;font-weight:560!important;white-space:nowrap!important}.dashboard-today-card .dashboard-list a em{align-self:center!important}@media (max-width: 1200px){.dashboard-today-card .dashboard-list a>span:not(.dashboard-list__icon){flex-wrap:wrap!important;gap:8px 12px!important}.dashboard-today-card .dashboard-list a>span:not(.dashboard-list__icon) strong,.dashboard-today-card .dashboard-list a>span:not(.dashboard-list__icon) small{white-space:normal!important}.dashboard-today-card .dashboard-list a>span:not(.dashboard-list__icon) small{padding-left:10px!important}}.dashboard-today-card h2,.dashboard-results-card h2,.dashboard-news-card h2,.dashboard-actions h2{display:inline-block!important;width:auto!important;margin:0 0 18px!important;padding:6px 14px!important;border-radius:10px!important;background:#2f7f441a!important;border:none!important;color:#0f172a!important;font-size:17px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:0!important;box-shadow:none!important}.dashboard-results-card .dashboard-results-list{display:flex!important;flex-direction:column!important;gap:12px!important}.dashboard-results-card .dashboard-result-item{display:flex!important;align-items:center!important;gap:14px!important;padding:14px 16px!important}.dashboard-results-card .dashboard-result-content{display:flex!important;align-items:center!important;gap:18px!important;flex:1 1 auto!important;min-width:0!important}.dashboard-results-card .dashboard-result-title{display:inline-flex!important;align-items:center!important;margin:0!important;font-size:17px!important;line-height:1.25!important;font-weight:800!important;color:#0f172a!important;white-space:nowrap!important;flex:0 0 auto!important}.dashboard-results-card .dashboard-result-title:after{content:""!important;display:inline-block!important;width:1px!important;height:22px!important;margin-left:18px!important;background:#d7e0d8!important}.dashboard-results-card .dashboard-result-meta{display:block!important;margin:0!important;font-size:17px!important;line-height:1.3!important;font-weight:500!important;color:#5f6f68!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:1 1 auto!important;min-width:0!important}.dashboard-results-card .dashboard-result-tag{display:none!important}@media (max-width: 1280px){.dashboard-results-card .dashboard-result-content{gap:14px!important}.dashboard-results-card .dashboard-result-title,.dashboard-results-card .dashboard-result-meta{font-size:15px!important}.dashboard-results-card .dashboard-result-title:after{height:18px!important;margin-left:14px!important}}@media (max-width: 980px){.dashboard-results-card .dashboard-result-item{align-items:flex-start!important}.dashboard-results-card .dashboard-result-content{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.dashboard-results-card .dashboard-result-title{white-space:normal!important}.dashboard-results-card .dashboard-result-title:after{display:none!important}.dashboard-results-card .dashboard-result-meta{white-space:normal!important}}.dashboard-results-card .dashboard-result-list{gap:0!important}.dashboard-results-card .dashboard-result-list a{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;column-gap:12px!important;min-height:62px!important;padding:10px 6px!important;border:0!important;border-bottom:1px solid rgba(31,58,42,.08)!important;border-radius:0!important;background:transparent!important}.dashboard-results-card .dashboard-result-list a:last-child{border-bottom:0!important}.dashboard-results-card .dashboard-result-list__icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:999px!important;background:#2f7f4414!important;color:#1f7a3f!important;font-size:15px!important}.dashboard-results-card .dashboard-result-list a>span:not(.dashboard-result-list__icon){display:flex!important;align-items:center!important;gap:15px!important;min-width:0!important}.dashboard-results-card .dashboard-result-list strong{display:inline-block!important;margin:0!important;color:var(--rr-ink)!important;font-size:17px!important;line-height:1.18!important;font-weight:760!important;white-space:nowrap!important}.dashboard-results-card .dashboard-result-list small{display:inline-block!important;margin:0!important;padding-left:15px!important;border-left:1px solid rgba(59,76,92,.26)!important;color:#3b4c5cd6!important;font-size:15.5px!important;line-height:1.18!important;font-weight:560!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dashboard-results-card .dashboard-result-list em{display:none!important}.dashboard-results-card .dashboard-result-list a:hover{background:#f8fbf8c2!important}@media (max-width: 1200px){.dashboard-results-card .dashboard-result-list a>span:not(.dashboard-result-list__icon){flex-wrap:wrap!important;gap:8px 12px!important}.dashboard-results-card .dashboard-result-list strong,.dashboard-results-card .dashboard-result-list small{white-space:normal!important}.dashboard-results-card .dashboard-result-list small{padding-left:10px!important}}.dashboard-actions .dashboard-action-grid{display:flex!important;flex-direction:column!important;gap:0!important}.dashboard-actions .dashboard-action-card{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;column-gap:12px!important;min-height:62px!important;padding:10px 6px!important;border:0!important;border-bottom:1px solid rgba(31,58,42,.08)!important;border-radius:0!important;background:transparent!important}.dashboard-actions .dashboard-action-card:last-child{border-bottom:0!important}.dashboard-actions .dashboard-action-card__icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:999px!important;background:#2f7f4414!important;color:#1f7a3f!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important}.dashboard-actions .dashboard-action-card>span:not(.dashboard-action-card__icon){display:flex!important;align-items:center!important;gap:15px!important;min-width:0!important}.dashboard-actions .dashboard-action-card strong{display:inline-block!important;margin:0!important;color:var(--rr-ink)!important;font-size:17px!important;line-height:1.18!important;font-weight:760!important;white-space:nowrap!important}.dashboard-actions .dashboard-action-card small{display:inline-block!important;margin:0!important;padding-left:15px!important;border-left:1px solid rgba(59,76,92,.26)!important;color:#3b4c5cd6!important;font-size:15.5px!important;line-height:1.18!important;font-weight:560!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dashboard-actions .dashboard-action-card em{color:#1f7a3f!important;font-style:normal!important;font-size:14px!important;font-weight:700!important;line-height:1!important}.dashboard-actions .dashboard-action-card:hover{background:#f8fbf8c2!important}.dashboard-news-card .dashboard-news-list{display:flex!important;flex-direction:column!important;gap:0!important}.dashboard-news-card .dashboard-news-list div{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;column-gap:12px!important;min-height:62px!important;padding:10px 6px!important;border-bottom:1px solid rgba(31,58,42,.08)!important}.dashboard-news-card .dashboard-news-list div:last-child{border-bottom:0!important}.dashboard-news-card .dashboard-news-list div:before{content:"•"!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:999px!important;background:#2f7f4414!important;color:#1f7a3f!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;line-height:1!important}.dashboard-news-card .dashboard-news-list span{display:inline-block!important;margin:0!important;color:var(--rr-ink)!important;font-size:17px!important;line-height:1.18!important;font-weight:760!important;min-width:0!important}.dashboard-news-card .dashboard-news-list strong{display:inline-block!important;margin:0!important;padding-left:15px!important;border-left:1px solid rgba(59,76,92,.26)!important;color:#3b4c5cd6!important;font-size:15.5px!important;line-height:1.18!important;font-weight:560!important;white-space:nowrap!important}@media (max-width: 1200px){.dashboard-actions .dashboard-action-card>span:not(.dashboard-action-card__icon){flex-wrap:wrap!important;gap:8px 12px!important}.dashboard-actions .dashboard-action-card strong,.dashboard-actions .dashboard-action-card small{white-space:normal!important}.dashboard-actions .dashboard-action-card small{padding-left:10px!important}.dashboard-news-card .dashboard-news-list div{grid-template-columns:auto 1fr!important;row-gap:6px!important;align-items:start!important}.dashboard-news-card .dashboard-news-list strong{grid-column:2 / 3!important;padding-left:10px!important}}html{scroll-behavior:smooth}.dashboard-anchor-section{scroll-margin-top:112px}.profile-main-page{display:flex;flex-direction:column;gap:12px}.profile-main-page .profile-hero-card{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(520px,1.45fr) minmax(230px,.62fr);grid-template-areas:"identity statuses readiness" "identity actions  readiness";column-gap:18px;row-gap:10px;align-items:center;padding:18px 20px;min-height:148px;overflow:hidden;box-sizing:border-box}.profile-main-page .profile-hero-card>*{min-width:0;box-sizing:border-box}.profile-hero-identity{grid-area:identity;align-self:center}.profile-hero-statuses{grid-area:statuses;display:grid;grid-template-columns:repeat(4,minmax(104px,1fr));width:100%;min-width:0}.profile-status-card{min-width:0;overflow:hidden}.profile-status-card strong,.profile-status-card span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-status-card strong{font-size:12px;line-height:1.15}.profile-status-card div>span{font-size:11px;line-height:1.15}.profile-hero-actions{grid-area:actions;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:100%}.profile-readiness{grid-area:readiness;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;width:100%;min-width:0;max-width:100%;height:100%;padding-left:16px;border-left:1px solid rgba(31,58,42,.12);box-sizing:border-box}.profile-main-page .profile-hero-action,.profile-main-page .profile-hero-action:link,.profile-main-page .profile-hero-action:visited,.profile-main-page .profile-readiness a,.profile-main-page .profile-readiness a:link,.profile-main-page .profile-readiness a:visited{display:flex;align-items:center;justify-content:space-between;min-height:36px;height:36px;width:100%;padding:0 14px;border:1px solid rgba(39,118,69,.26);border-radius:8px;background:transparent;background-color:transparent;background-image:none;color:#1b6b3c;box-shadow:none;text-decoration:none;font-size:13px;line-height:1.2;font-weight:600;font-family:inherit;box-sizing:border-box}.profile-main-page .profile-hero-action:hover,.profile-main-page .profile-readiness a:hover{background:#2f7f440b;text-decoration:none}.profile-main-grid--slim{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.profile-main-grid--slim>.profile-activity-card--wide{grid-column:1 / -1;grid-row:1}.profile-main-grid--slim>.profile-personalization-card{grid-column:1 / -1;grid-row:2}.profile-main-grid--slim>.profile-system-card{grid-column:1 / -1;grid-row:3}.profile-activity-card--wide{padding:14px 16px}.profile-activity-card--wide .profile-activity-title,.profile-activity-card--wide h2,.profile-activity-card--wide h3{font-size:17px;line-height:1.25}.profile-activity-card--wide .profile-activity-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.profile-activity-card--wide .profile-activity-list>div{min-height:42px;padding:0 12px;display:flex;align-items:center;justify-content:space-between}.profile-activity-card--wide .profile-activity-list span{font-size:16px;line-height:1.28;font-weight:400}.profile-activity-card--wide .profile-activity-list strong{font-size:17px;line-height:1.28;font-weight:400}.profile-personalization-card{min-height:360px;height:auto;display:flex;flex-direction:column}.profile-personalization-head h2,.profile-personalization-card h2{font-size:17px;line-height:1.25}.profile-personalization-list--counts{flex:1 1 auto}.profile-personalization-list--counts>div,.profile-personalization-list--counts>div span,.profile-personalization-list--counts>div strong{font-size:16px;line-height:1.35}.profile-personalization-card .profile-card-action{margin-top:auto;width:100%}.profile-system-card{min-height:190px;padding:18px 18px 16px;display:grid;grid-template-columns:auto 1px auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:18px;row-gap:16px;align-items:center}.profile-system-card h2,.profile-system-card h3,.profile-system-card h4,.profile-system-card .profile-card-title{display:none}.profile-system-card:before{content:"🛡 Требования безопасности";grid-column:1 / 2;grid-row:1 / 2;display:inline-flex;align-items:center;gap:10px;font-size:17px;line-height:1.25;font-weight:700;color:#102544;white-space:nowrap}.profile-system-card:after{content:"";grid-column:2 / 3;grid-row:1 / 2;display:block;width:1px;height:42px;background:#10254429}.profile-system-icon{grid-column:3 / 4;grid-row:1 / 2;width:58px;height:58px;min-width:58px;min-height:58px;margin:0;display:flex;align-items:center;justify-content:center;font-size:30px}.profile-system-text{grid-column:4 / 5;grid-row:1 / 2;margin:0;min-width:0}.profile-system-text p{margin:0;font-size:16px;line-height:1.35;font-weight:400;color:#31465f}.profile-system-card .profile-card-action{grid-column:1 / -1;grid-row:2 / 3;width:100%;min-height:38px;height:38px;margin:0;display:flex;align-items:center;justify-content:space-between;background:transparent;background-color:transparent;background-image:none;border:1px solid rgba(39,118,69,.26);border-radius:8px;box-shadow:none;color:#1b6b3c;text-decoration:none;font-size:13px;line-height:1.2;font-weight:600}.profile-system-card .profile-card-action:hover{background:#2f7f440b;text-decoration:none}.profile-main-page a:hover,.profile-main-page a:focus,.profile-main-page a:focus-visible{text-decoration:none}@media (max-width: 1280px){.profile-main-page .profile-hero-card{grid-template-columns:1fr;grid-template-areas:"identity" "statuses" "actions" "readiness";min-height:0}.profile-readiness{padding-left:0;border-left:0}.profile-hero-statuses{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-system-card{grid-template-columns:1fr}.profile-system-card:before,.profile-system-card:after,.profile-system-icon,.profile-system-text,.profile-system-card .profile-card-action{grid-column:1 / -1;grid-row:auto}.profile-system-card:after{display:none}}.profile-main-page .profile-system-card:before,.profile-main-page .profile-system-card:after{content:none!important;display:none!important}.profile-main-page .profile-system-card{grid-column:1 / -1!important;grid-row:3!important;width:100%!important;min-height:150px!important;padding:18px 18px 16px!important;display:flex!important;flex-direction:column!important;gap:16px!important;box-sizing:border-box!important}.profile-main-page .profile-system-heading{display:inline-flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.profile-main-page .profile-system-shield{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;font-size:18px!important;line-height:1!important}.profile-main-page .profile-system-heading h2{display:block!important;margin:0!important;font-size:17px!important;line-height:1.25!important;font-weight:700!important;color:#102544!important;white-space:nowrap!important}.profile-main-page .profile-system-divider{width:1px!important;height:46px!important;background:#10254429!important}.profile-main-page .profile-system-state{display:flex!important;align-items:center!important;gap:16px!important;min-width:0!important}.profile-main-page .profile-system-icon{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;line-height:1!important}.profile-main-page .profile-system-text{margin:0!important;min-width:0!important}.profile-main-page .profile-system-card .profile-card-action{width:100%!important;min-height:38px!important;height:38px!important;margin:0!important;padding:0 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:transparent!important;background-color:transparent!important;background-image:none!important;border:1px solid rgba(39,118,69,.26)!important;border-radius:8px!important;box-shadow:none!important;color:#1b6b3c!important;text-decoration:none!important;font-size:13px!important;line-height:1.2!important;font-weight:600!important}.profile-main-page .profile-system-card .profile-card-action:hover{background:#2f7f440b!important;text-decoration:none!important}.profile-main-page .profile-personalization-list--counts>div,.profile-main-page .profile-personalization-list--counts>div span,.profile-main-page .profile-personalization-list--counts>div strong{font-size:16px!important;line-height:1.35!important}@media (max-width: 1100px){.profile-main-page .profile-system-summary{grid-template-columns:1fr!important;row-gap:12px!important}.profile-main-page .profile-system-divider{display:none!important}}.profile-main-page .profile-activity-card--wide{width:100%!important;max-width:100%!important}.profile-main-page .profile-activity-card--wide .profile-activity-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 14px!important;width:100%!important}.profile-main-page .profile-activity-card--wide .profile-activity-list>div{min-width:0!important;width:100%!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 14px!important;box-sizing:border-box!important}.profile-main-page .profile-activity-card--wide .profile-activity-list span{font-size:16px!important;line-height:1.3!important;font-weight:400!important}.profile-main-page .profile-activity-card--wide .profile-activity-list strong{font-size:17px!important;line-height:1.3!important;font-weight:400!important}.profile-main-page .profile-activity-card--wide .profile-activity-action,.profile-main-page .profile-activity-card--wide .profile-card-action{width:100%!important;margin-top:10px!important}.profile-main-page .profile-personalization-card{min-height:360px!important;max-height:none!important;height:auto!important;overflow:visible!important;padding-top:16px!important;padding-bottom:16px!important}.profile-main-page .profile-personalization-head{margin-bottom:12px!important}.profile-main-page .profile-personalization-head h2{font-size:17px!important;line-height:1.25!important}.profile-main-page .profile-personalization-list,.profile-main-page .profile-personalization-list--counts{display:grid!important;gap:0!important;min-height:auto!important;overflow:visible!important}.profile-main-page .profile-personalization-list--counts>div{min-height:44px!important;padding:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;column-gap:14px!important;align-items:center!important;border-bottom:1px solid rgba(31,58,42,.08)!important}.profile-main-page .profile-personalization-list--counts>div span,.profile-main-page .profile-personalization-list--counts>div strong{font-size:16px!important;line-height:1.3!important}.profile-main-page .profile-personalization-list--counts>div span{font-weight:400!important;color:#52645b!important}.profile-main-page .profile-personalization-list--counts>div strong{font-weight:600!important;color:#061936!important}.profile-main-page .profile-personalization-action{min-height:38px!important;height:38px!important;margin-top:12px!important}.profile-main-page .profile-system-card{min-height:138px!important;padding:18px 18px 16px!important}.profile-main-page .profile-system-summary{display:grid!important;grid-template-columns:auto 1px minmax(0,1fr)!important;column-gap:18px!important;align-items:center!important;width:100%!important}.profile-main-page .profile-system-heading{display:inline-flex!important;align-items:center!important;gap:10px!important}.profile-main-page .profile-system-heading h2{margin:0!important;font-size:17px!important;line-height:1.25!important;font-weight:700!important;color:#102544!important;white-space:nowrap!important}.profile-main-page .profile-system-shield{width:22px!important;height:22px!important;font-size:16px!important;line-height:1!important}.profile-main-page .profile-system-divider{width:1px!important;height:38px!important;background:#10254429!important}.profile-main-page .profile-system-state{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important}.profile-main-page .profile-system-icon{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;margin:0!important;border-radius:999px!important;font-size:20px!important;line-height:1!important;font-weight:600!important}.profile-main-page .profile-system-text p{margin:0!important;font-size:16px!important;line-height:1.35!important;font-weight:400!important;color:#31465f!important}.profile-main-page .profile-system-card .profile-card-action{width:100%!important;min-height:38px!important;height:38px!important;margin-top:12px!important}@media (max-width: 1100px){.profile-main-page .profile-activity-card--wide .profile-activity-list{grid-template-columns:1fr!important}.profile-main-page .profile-system-summary{grid-template-columns:1fr!important;row-gap:12px!important}.profile-main-page .profile-system-divider{display:none!important}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#162033;background:#f3f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100%}body{background:#f3f6fb}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}
