.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-brand{position:relative;background:var(--pws-1);color:#fff;padding:56px 64px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.auth-brand:before{inset:0;background-image:url(/_next/static/media/bg-pattern-plus.b370e9e8.svg);background-size:32px 32px;opacity:.16}.auth-brand:after,.auth-brand:before{content:"";position:absolute;pointer-events:none}.auth-brand:after{bottom:-240px;left:-180px;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,0,.36),transparent 65%)}.auth-brand>*{position:relative}.auth-brand-logo img{height:26px;display:block}.auth-brand-mid{max-width:480px}.auth-eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.auth-headline{font-family:var(--font-display);font-size:clamp(36px,4vw,52px);font-weight:700;letter-spacing:-.025em;line-height:1.05;margin:14px 0 22px;color:#fff}.auth-headline em{font-style:normal;color:var(--pws-4)}.auth-lede{font-size:16px;line-height:1.55;color:hsla(0,0%,100%,.82);margin:0}.auth-platforms{display:flex;flex-direction:column;gap:12px;margin-top:36px}.auth-platform{display:flex;align-items:center;gap:14px;padding:12px 16px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;backdrop-filter:blur(6px)}.auth-platform-ic{width:36px;height:36px;border-radius:9px;background:hsla(0,0%,100%,.08);display:grid;place-items:center;color:#fff;flex-shrink:0}.auth-platform-ic svg{width:18px;height:18px}.auth-platform-text{display:flex;flex-direction:column;line-height:1.2}.auth-platform-name{font-family:var(--font-display);font-weight:700;font-size:13px;color:#fff}.auth-platform-sub{font-size:11px;color:hsla(0,0%,100%,.65);margin-top:2px}.auth-foot{display:flex;align-items:center;gap:12px;font-size:12px;color:hsla(0,0%,100%,.6)}.auth-foot strong{color:hsla(0,0%,100%,.9);font-weight:600}.auth-form{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:56px 64px;background:#faf8f4;position:relative}.auth-form-inner{width:100%;max-width:420px}.auth-form-logo-mobile{display:none;margin-bottom:24px}.auth-form-logo-mobile img{height:22px}.auth-eyebrow-light{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--pws-1)}.auth-title{font-family:var(--font-display);font-size:clamp(28px,3.4vw,38px);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:10px 0 8px;color:#1a1426}.auth-sub{font-size:14px;color:#5c5870;line-height:1.55;margin:0 0 28px}.ms-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 20px;background:#2f2f2f;color:#fff;border:1px solid #2f2f2f;border-radius:12px;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .14s cubic-bezier(.16,1,.3,1);text-decoration:none;box-shadow:0 1px 2px rgba(16,24,40,.04),0 2px 6px rgba(16,24,40,.06)}.ms-btn:hover{background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 10px rgba(16,24,40,.08),0 2px 4px rgba(16,24,40,.04)}.ms-btn:active{transform:translateY(0) scale(.99)}.ms-btn:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(66,4,109,.22)}.ms-btn-logo{width:20px;height:20px;display:grid;grid-template-columns:1fr 1fr;gap:1.5px;flex-shrink:0}.ms-btn-logo span{display:block;border-radius:1px}.ms-btn-logo .ms1{background:#f25022}.ms-btn-logo .ms2{background:#7fba00}.ms-btn-logo .ms3{background:#00a4ef}.ms-btn-logo .ms4{background:#ffb900}.auth-trust{display:flex;flex-direction:column;gap:8px;margin-top:24px;padding:14px 16px;background:var(--soft-lavender);border:1px solid rgba(66,4,109,.14);border-radius:10px}.auth-trust-row{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#2a1751;line-height:1.5}.auth-trust-row svg{flex-shrink:0;width:14px;height:14px;color:var(--pws-1);margin-top:2px}.auth-divider{display:flex;align-items:center;gap:12px;margin:28px 0 20px;color:#8a8699;font-size:11px;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:#e6e3dc}.auth-help{text-align:center;font-size:13px;color:#5c5870}.auth-help a{color:var(--pws-1);font-weight:600;text-decoration:none}.auth-help a:hover{text-decoration:underline}.auth-form-footer{width:100%;max-width:420px;margin-top:40px;padding-top:24px;border-top:1px solid #e6e3dc;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#8a8699}.auth-form-footer a{color:#5c5870;text-decoration:none;margin-left:16px}.auth-form-footer a:hover{color:var(--pws-1)}.ms-btn.loading{pointer-events:none;color:hsla(0,0%,100%,.85)}.ms-btn .spinner{display:none;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.ms-btn.loading .ms-btn-logo{display:none}.ms-btn.loading .spinner{display:block}.ms-btn.loading .ms-btn-label:after{content:"…";animation:dots 1.4s steps(4) infinite}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}@media (max-width:860px){.auth{grid-template-columns:1fr}.auth-brand{display:none}.auth-form{padding:32px 24px;min-height:100vh}.auth-form-logo-mobile{display:block}.auth-form-footer{flex-direction:column;gap:6px;max-width:100%}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.mb-5{margin-bottom:1.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.block{display:block}.table{display:table}.grid{display:grid}.hidden{display:none}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.p-5{padding:1.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.min-w-0{min-width:0}.actions-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.filter-pill input[type=checkbox]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.target-standards-card .filter-pills{margin-bottom:16px}.assessment-line-chart{width:100%;max-height:190px;height:auto;display:block}.chart-grid-line{stroke:var(--shell-border-strong);stroke-width:1}.chart-axis-label{fill:var(--shell-fg-muted);font-family:var(--font-mono);font-size:11px}.chart-series path{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-series circle{r:4;stroke:var(--shell-surface);stroke-width:2}.chart-series.potential circle,.chart-series.potential path{stroke:var(--vet-purple);fill:var(--vet-purple)}.chart-series.realised circle,.chart-series.realised path{stroke:var(--clinical-blue);fill:var(--clinical-blue)}.chart-series.time circle,.chart-series.time path{stroke:var(--pws-3);fill:var(--pws-3)}.chart-series.hidden-cost circle,.chart-series.hidden-cost path{stroke:var(--pws-4);fill:var(--pws-4)}.chart-series.risk circle,.chart-series.risk path{stroke:var(--kpi-down);fill:var(--kpi-down)}.chart-series.baseline circle,.chart-series.baseline path{stroke:var(--shell-fg-muted);fill:var(--shell-fg-muted)}.assess-answer-table{table-layout:fixed}.assess-answer-table td:first-child,.assess-answer-table th:first-child{width:48%}.assess-answer-table td:last-child,.assess-answer-table th:last-child{width:auto}.assess-comment-field{min-height:46px;resize:vertical}.empty-state{border:1px dashed var(--shell-border-strong);border-radius:var(--radius-sm);background:var(--shell-surface-2);color:var(--shell-fg-muted);padding:20px;font-size:13px}.form-error{border:1px solid color-mix(in srgb,var(--alert-coral) 32%,transparent);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--alert-coral) 10%,transparent);color:var(--alert-coral);padding:12px;font-weight:600}.quote-manager-panel{display:grid;gap:12px}.quote-manager-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.quote-manager-error{margin:0}.quote-manager-costs{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.quote-manager-url-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.quote-manager-link{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid var(--shell-border);border-radius:var(--radius-sm);color:var(--vet-purple);font-weight:700;text-decoration:none;white-space:nowrap}@media (max-width:640px){.quote-manager-costs,.quote-manager-url-row{grid-template-columns:1fr}}.field-hint{margin:0;min-height:16px;color:var(--shell-fg-muted);font-size:12px}.field-hint.error{color:var(--alert-coral)}input.invalid-formula{border-color:var(--alert-coral);background:color-mix(in srgb,var(--alert-coral) 8%,var(--shell-surface))}.read-only-field,input[readonly],textarea[readonly]{background:var(--shell-surface-2);color:var(--shell-fg-muted)}.w-fit{width:-moz-fit-content;width:fit-content}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:24px}.mt-5{margin-top:24px}.p-5{padding:20px}.flex{display:flex}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.gap-3{gap:12px}.capitalize{text-transform:capitalize}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.cell-avatar.image{background:var(--shell-surface);border:1px solid var(--shell-border)}.cell-avatar.image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:4px}.cell-avatar.xl{width:64px;height:64px;flex:0 0 64px;border-radius:14px;font-size:22px}.profile-logo{display:flex;align-items:center;gap:16px}.profile-logo-input{display:none}.profile-logo-file{color:var(--shell-fg-muted);font-size:13px;font-weight:600}.client-tabs-card{padding:12px}.client-tab-card{border:1px solid var(--shell-border);border-radius:var(--radius-md);background:var(--shell-surface);box-shadow:var(--shadow-sm);padding:20px}.client-tab-card>.card{border:0;box-shadow:none}.tick-inline{display:inline-flex;align-items:center;gap:8px;color:var(--shell-fg-muted);font-size:13px;font-weight:600}.tick-inline input{width:16px;min-height:16px}.vip-band{border:1px solid var(--shell-border);border-radius:12px;background:var(--shell-surface-2);padding:16px}.vip-band-head h4{margin:0;color:var(--shell-fg);font-family:var(--font-display);font-size:15px;font-weight:700}.vip-bar-shell{margin-top:16px}.vip-bar-track{position:relative;height:12px;overflow:hidden;border-radius:999px;background:var(--shell-border)}.vip-bar-fill{height:100%;display:flex;overflow:hidden;border-radius:inherit}.vip-value-seg{height:100%;min-width:0}.vip-dot.potential,.vip-value-seg.potential{background:var(--vet-purple)}.vip-dot.realised,.vip-value-seg.realised{background:var(--clinical-blue)}.vip-dot.hidden-cost,.vip-value-seg.hidden-cost{background:var(--pws-4)}.vip-dot.security,.vip-dot.time,.vip-value-seg.security,.vip-value-seg.time{background:var(--pws-3)}.vip-dot.risk,.vip-value-seg.risk{background:var(--kpi-down)}.vip-dot.baseline,.vip-value-seg.baseline{background:var(--shell-fg-muted)}.vip-bar-threshold{position:absolute;top:-8px;bottom:-8px;width:2px;background:var(--shell-fg);transform:translateX(-1px)}.vip-value-legend{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:16px;color:var(--shell-fg-muted);font-size:12px}.vip-value-legend span{display:inline-flex;align-items:center;gap:8px}.vip-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%}.trend-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.api-key-result,.report-metric-card,.report-stats-preview,.trend-card,.trend-chart{border:1px solid var(--shell-border);border-radius:var(--radius-sm);background:var(--shell-surface-2);padding:16px}.api-key-result h4,.trend-card h5,.trend-chart h4{margin:0 0 10px;color:var(--shell-fg);font-family:var(--font-display);font-weight:700}.api-key-token{display:block;margin:12px 0;border:1px solid var(--shell-border);border-radius:var(--radius-sm);background:var(--shell-surface);color:var(--shell-fg);padding:12px;font-family:var(--font-mono);font-size:13px;line-height:1.45;overflow-wrap:anywhere;-webkit-user-select:all;-moz-user-select:all;user-select:all}.data-row{display:grid;grid-template-columns:minmax(120px,.35fr) minmax(0,1fr);gap:12px;align-items:start;border-bottom:1px solid var(--shell-border);padding:8px 0}.data-row span{color:var(--shell-muted);font-size:13px;font-weight:700}.data-row strong{color:var(--shell-fg);font-size:13px;font-weight:700;white-space:pre-wrap;overflow-wrap:anywhere}.report-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.report-metric-card strong{display:block;margin-top:4px;color:var(--shell-fg);font-family:var(--font-display);font-size:20px}.rich-editor{min-height:140px;border:1px solid var(--shell-border-strong);border-radius:8px;background:var(--shell-surface);color:var(--shell-fg);padding:9px 12px;line-height:1.45;overflow:auto}.rich-editor:focus{outline:0;box-shadow:var(--focus-ring)}.report-ai-actions{display:grid;gap:8px;margin:8px 0 12px}.report-list-preview{border:1px solid var(--shell-border);border-radius:var(--radius-sm);background:var(--shell-surface);padding:8px;display:grid;gap:8px}.report-item{border:1px solid var(--shell-border);border-radius:8px;background:var(--shell-surface-2);padding:8px}.report-item>summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:8px;align-items:center}.report-item>summary::-webkit-details-marker{display:none}.report-item-meta{margin-top:8px;display:grid;gap:8px;color:var(--shell-fg-muted);font-size:12px}.chip-row,.platform-tag-list,.selected-tags{display:flex;flex-wrap:wrap;gap:8px}.platform-tag,.selected-tag-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--shell-border);border-radius:var(--radius-pill);background:var(--shell-surface-2);color:var(--shell-fg);padding:4px 8px;font-size:12px;font-weight:700}.chip-wrap{display:flex;flex-direction:column;gap:8px}.metric-group-label{margin:2px 0 0;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.chip-btn,.metric-group-label{color:var(--shell-fg-muted);font-size:11px}.chip-btn{border:1px solid var(--shell-border);border-radius:var(--radius-pill);background:var(--shell-surface-2);font-family:var(--font-body);padding:4px 8px;cursor:pointer}.chip-btn:hover{border-color:var(--vet-purple);color:var(--vet-purple);background:var(--rail-item-bg-hover)}.log{margin:0;min-height:220px;max-height:360px;overflow:auto;border-radius:var(--radius-sm);background:var(--pws-2);color:var(--white);padding:12px;font-family:var(--font-mono);font-size:12px;line-height:1.4}.public-report-page{height:100vh;min-height:100vh;overflow-x:hidden;overflow-y:auto;background:var(--shell-canvas);font-family:var(--font-body)}.public-report-page .report-page{min-height:100%}.request-info-page{height:100vh;min-height:100vh;overflow-x:hidden;overflow-y:auto;background:var(--shell-canvas);color:var(--shell-fg);font-family:var(--font-body)}.request-info-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px;display:grid;gap:16px}.request-info-hero{display:flex;align-items:center;justify-content:space-between;gap:24px}.request-info-hero h1{margin:6px 0 8px;color:var(--shell-fg);font-size:clamp(28px,4vw,44px);line-height:1.05;letter-spacing:-.02em}.request-info-hero p:not(.t-eyebrow){margin:0;color:var(--shell-fg-muted);font-size:15px;font-weight:600}.request-info-brand{width:172px;min-height:88px;display:grid;place-items:center}.request-info-brand img{max-width:172px;max-height:88px;-o-object-fit:contain;object-fit:contain}.vendor-hidden-field{position:absolute;left:-10000px;width:1px;height:1px;opacity:0;pointer-events:none}.version-banner{position:fixed;top:12px;left:50%;z-index:80;transform:translateX(-50%);display:inline-flex;align-items:center;gap:8px;border:1px solid var(--shell-border);border-radius:var(--radius-pill);background:var(--shell-surface);box-shadow:var(--shadow-md);padding:8px 12px 8px 16px;color:var(--shell-fg);font-size:13px;font-weight:700}@media (max-width:1100px){.report-metric-grid,.trend-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.request-info-shell{width:min(100% - 24px,1120px);padding:20px 0 32px}.request-info-hero{align-items:flex-start;flex-direction:column-reverse;gap:16px}.request-info-brand{width:140px;min-height:64px;place-items:start}.request-info-brand img{max-width:140px;max-height:64px}.report-metric-grid,.trend-chart-grid{grid-template-columns:1fr}}