:root{--portal-bg: #f7f2ec;--portal-surface: #fffaf4;--portal-card: #ffffff;--portal-card-soft: #fdf6ed;--portal-text: #151412;--portal-muted: #706860;--portal-subtle: #a79d93;--portal-border: #e9ded2;--portal-orange: #ef7f1a;--portal-orange-dark: #c95f0b;--portal-green: #15803d;--portal-blue: #2563eb;--portal-violet: #7c3aed;--portal-red: #dc2626;--portal-radius: 8px;--portal-shadow: 0 18px 45px rgba(41, 30, 20, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{min-height:100%}body.portal-body{margin:0;color:var(--portal-text);background:linear-gradient(180deg,rgba(239,127,26,.08),transparent 280px),var(--portal-bg);font-family:inherit;-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.portal-shell{min-height:100vh}.portal-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;min-height:72px;padding:14px clamp(18px,4vw,44px);background:#fffaf4e0;border-bottom:1px solid rgba(233,222,210,.78);backdrop-filter:blur(14px)}.portal-logo{display:inline-flex;align-items:center}.portal-logo img{display:block;height:30px;width:auto}.portal-nav{display:flex;gap:6px;justify-content:center}.portal-nav__link{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;color:var(--portal-muted);border-radius:var(--portal-radius);font-size:14px;font-weight:800;text-decoration:none}.portal-nav__link.is-active,.portal-nav__link:hover{color:var(--portal-text);background:#fff;box-shadow:0 1px #0000000a}.portal-topbar__right{display:flex;align-items:center;gap:10px;justify-content:flex-end}.portal-company{max-width:220px;overflow:hidden;color:var(--portal-muted);font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.portal-icon-button{width:40px;height:40px;display:inline-grid;place-items:center;color:var(--portal-muted);background:#fff;border:1px solid var(--portal-border);border-radius:var(--portal-radius)}.portal-icon-button svg{width:18px;height:18px}.portal-main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:clamp(28px,5vw,56px) 0 72px}.portal-auth{width:min(1060px,100%);min-height:calc(100vh - 96px);display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,440px);gap:clamp(28px,6vw,72px);align-items:center;margin:0 auto;padding:32px 18px}.portal-auth__brand img{display:block;width:112px;height:auto;margin-bottom:54px}.portal-kicker{margin:0 0 14px;color:var(--portal-orange-dark);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.portal-title{max-width:760px;margin:0;font-size:clamp(34px,7vw,76px);font-weight:950;letter-spacing:0;line-height:.96}.portal-subtitle{max-width:660px;margin:22px 0 0;color:var(--portal-muted);font-size:clamp(16px,2vw,20px);line-height:1.65}.portal-card{background:var(--portal-card);border:1px solid var(--portal-border);border-radius:var(--portal-radius);box-shadow:var(--portal-shadow)}.portal-card__body{padding:clamp(22px,4vw,34px)}.portal-card__title{margin:0 0 8px;font-size:22px;line-height:1.15}.portal-card__text{margin:0;color:var(--portal-muted);line-height:1.6}.portal-form{display:grid;gap:16px;margin-top:22px}.portal-field{display:grid;gap:8px}.portal-field label,.portal-subfield label,.portal-label{color:var(--portal-text);font-size:13px;font-weight:900}.portal-help{margin:0;color:var(--portal-muted);font-size:13px;line-height:1.45}.portal-input,.portal-select,.portal-textarea{width:100%;min-height:46px;padding:12px 14px;color:var(--portal-text);background:#fff;border:1px solid var(--portal-border);border-radius:var(--portal-radius);outline:none}.portal-textarea{min-height:118px;resize:vertical}.portal-input:focus,.portal-select:focus,.portal-textarea:focus{border-color:#ef7f1ab8;box-shadow:0 0 0 3px #ef7f1a24}.portal-button,.portal-button-secondary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid transparent;border-radius:var(--portal-radius);font-weight:900;text-decoration:none}.portal-button{color:#fff;background:var(--portal-orange)}.portal-button:hover{background:var(--portal-orange-dark)}.portal-button-secondary{color:var(--portal-text);background:#fff;border-color:var(--portal-border)}.portal-alert{padding:14px 16px;color:#7c2d12;background:#fff7ed;border:1px solid #fed7aa;border-radius:var(--portal-radius);font-weight:700}.portal-notice{padding:14px 16px;color:var(--portal-text);background:var(--portal-card-soft);border:1px solid var(--portal-border);border-radius:var(--portal-radius);font-size:14px;font-weight:800;line-height:1.5}.portal-page-head{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.portal-page-head h1{margin:0;font-size:clamp(30px,5vw,52px);line-height:1}.portal-page-head p{max-width:680px;margin:12px 0 0;color:var(--portal-muted);line-height:1.6}.portal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.portal-diagnostic-card{display:grid;gap:18px;padding:24px;text-decoration:none}.portal-diagnostic-card h2{margin:0;font-size:22px}.portal-card-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.portal-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900}.portal-badge--orange{color:#9a3412;background:#ffedd5}.portal-badge--blue{color:#1d4ed8;background:#dbeafe}.portal-badge--violet{color:#6d28d9;background:#ede9fe}.portal-badge--warning{color:#92400e;background:#fef3c7}.portal-badge--success{color:#166534;background:#dcfce7}.portal-badge--muted{color:#57534e;background:#e7e5e4}.portal-progress{height:10px;overflow:hidden;background:#f1e7dc;border-radius:999px}.portal-progress__bar{height:100%;background:var(--portal-orange);border-radius:inherit}.portal-wizard{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}.portal-steps{position:sticky;top:96px;display:grid;gap:8px}.portal-step-link{display:grid;gap:3px;padding:12px;color:var(--portal-muted);background:#ffffff9e;border:1px solid var(--portal-border);border-radius:var(--portal-radius);text-decoration:none}.portal-step-link.is-active{color:var(--portal-text);background:#fff;border-color:#ef7f1a80}.portal-step-link strong{font-size:13px}.portal-step-link span{font-size:12px}.portal-question{padding:18px 0;border-top:1px solid var(--portal-border)}.portal-question:first-child{border-top:0}.portal-options{display:grid;gap:8px}.portal-option{display:flex;gap:10px;align-items:flex-start;padding:12px;background:var(--portal-card-soft);border:1px solid var(--portal-border);border-radius:var(--portal-radius)}.portal-option input{margin-top:3px}.portal-form-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding-top:18px;border-top:1px solid var(--portal-border)}.portal-report-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.portal-score-list{display:grid;gap:10px}.portal-score-row{display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:12px;align-items:center;padding:12px;background:var(--portal-card-soft);border:1px solid var(--portal-border);border-radius:var(--portal-radius)}.portal-score-row strong{display:block;margin-bottom:5px}.portal-score-bar{height:8px;background:#eadfd4;border-radius:999px}.portal-score-bar span{display:block;height:100%;background:var(--portal-orange);border-radius:inherit}.portal-score-number{font-size:22px;font-weight:950;text-align:right}.portal-radar{width:100%;height:auto}.radar-hero{background:linear-gradient(135deg,#fffaf3,#fff5e8);border:1px solid #f0d9b8}.radar-hero__header{margin-bottom:24px;text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.radar-hero__intro{margin:8px auto 0;font-size:15px;line-height:1.6;color:var(--portal-muted);max-width:720px}.radar-hero__visual--centered{display:flex;justify-content:center;align-items:center;margin:0 auto;width:100%;max-width:560px;padding:12px}.radar-hero__svg{width:100%;height:auto;display:block}.radar-hero__below{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin:24px auto 0;max-width:720px}@media(max-width:720px){.radar-hero__below{grid-template-columns:1fr}}.radar-hero__highlights{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin:18px auto 0;max-width:720px}@media(max-width:720px){.radar-hero__highlights{grid-template-columns:1fr}}.radar-hero__score{background:var(--portal-card-soft);border:1px solid var(--portal-border);border-radius:var(--portal-radius);padding:18px 22px;display:flex;flex-direction:column;gap:4px}.radar-hero__score-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--portal-muted)}.radar-hero__score-value{font-size:56px;font-weight:950;line-height:1;color:var(--portal-orange)}.radar-hero__score-value small{font-size:22px;color:var(--portal-muted);font-weight:600;margin-left:4px}.radar-hero__score-badge{display:inline-block;margin-top:6px;padding:4px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;background:#ef7f1a1f;color:var(--portal-orange);align-self:flex-start}.radar-hero__score--low .radar-hero__score-value{color:#c43d2f}.radar-hero__score--low .radar-hero__score-badge{background:#c43d2f1f;color:#c43d2f}.radar-hero__score--high .radar-hero__score-value{color:#16a34a}.radar-hero__score--high .radar-hero__score-badge{background:#16a34a1f;color:#16a34a}.radar-hero__stage{display:flex;flex-direction:column;gap:2px;padding:4px 0 0}.radar-hero__stage-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--portal-muted)}.radar-hero__stage-value{font-size:14px;font-weight:700;color:var(--portal-text)}.radar-hero__list h3{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--portal-muted);margin:0 0 8px}.radar-hero__list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.radar-hero__list li{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;border-radius:8px}.radar-hero__list--top li{background:#16a34a14;color:#15532b}.radar-hero__list--bottom li{background:#c43d2f14;color:#7a2519}.radar-hero__list-name{font-weight:600}.radar-hero__list-score{font-weight:800;font-size:14px}.radar-hero__legend{margin-top:20px;padding:14px 18px;background:#fff9;border:1px solid var(--portal-border);border-radius:var(--portal-radius);display:flex;gap:20px;flex-wrap:wrap;font-size:12px;color:var(--portal-muted)}.radar-hero__legend-item{display:flex;align-items:center;gap:8px}.radar-hero__legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.radar-hero__legend-item--low .radar-hero__legend-dot{background:#c43d2f}.radar-hero__legend-item--mid .radar-hero__legend-dot{background:var(--portal-orange)}.radar-hero__legend-item--high .radar-hero__legend-dot{background:#16a34a}.radar-hero__legend strong{color:var(--portal-text);margin-right:4px}.portal-score-row--low .portal-score-bar span{background:#c43d2f}.portal-score-row--high .portal-score-bar span{background:#16a34a}@media(max-width:720px){.radar-hero__grid{grid-template-columns:1fr;gap:20px}.radar-hero__legend{flex-direction:column;gap:8px}}.portal-section{margin-top:18px}.portal-section h2,.portal-section h3{margin:0 0 12px}.portal-action-list{display:grid;gap:12px}.portal-action{padding:18px}.portal-action h2{margin:0 0 10px;font-size:19px}.portal-action__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.portal-empty{padding:28px;text-align:center}.portal-empty p{margin:8px auto 0;max-width:560px;color:var(--portal-muted);line-height:1.6}@media(max-width:860px){.portal-topbar{grid-template-columns:1fr auto}.portal-nav{grid-column:1 / -1;justify-content:flex-start;overflow-x:auto}.portal-auth,.portal-wizard,.portal-report-grid{grid-template-columns:1fr}.portal-steps{position:static;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.portal-company{display:none}}@media(max-width:560px){.portal-main{width:min(100% - 20px,1180px)}.portal-auth{padding:24px 10px}.portal-page-head{display:grid}.portal-card__body,.portal-diagnostic-card{padding:20px}}
