:root{font-family:Inter,Segoe UI,system-ui,sans-serif;font-weight:400;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--slide-width: 1260px;--slide-height: 860px;--color-bg: #e5e7e6;--gradient: radial-gradient(140% 110% at 20% 15%, #f0f1f0 0%, #e5e7e6 45%, #d8dad9 100%);--color-surface: rgba(255, 255, 255, .78);--color-surface-strong: rgba(255, 255, 255, .92);--color-text: #1a1d1c;--color-muted: #5a6361;--color-border: rgba(30, 40, 38, .12);--color-accent: #5078be;--color-accent-strong: #4068ae;--shadow-elevated: 0 8px 24px rgba(10, 15, 20, .08);--color-background: #e5e7e6}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--gradient, var(--color-bg));color:var(--color-text);font-family:inherit;transition:background .6s ease,color .4s ease}body,#root{height:100vh}body{overflow:hidden}body[data-theme=light]{--color-bg: #e5e7e6;--gradient: radial-gradient(140% 110% at 20% 15%, #f0f1f0 0%, #e5e7e6 45%, #d8dad9 100%);--color-surface: rgba(255, 255, 255, .78);--color-surface-strong: #ffffff;--color-text: #11314e;--color-muted: #4a6580;--color-accent: #35cbb9;--color-accent-strong: #2ab5a4;--color-border: rgba(17, 49, 78, .12);--shadow-elevated: 0 18px 40px rgba(17, 49, 78, .18);color-scheme:light}body[data-theme=dark]{--color-bg: #11314e;--gradient: radial-gradient(170% 145% at 18% 12%, #1a4060 0%, #11314e 55%, #0a1f35 100%);--color-surface: rgba(23, 52, 78, .92);--color-surface-strong: rgba(15, 38, 60, .98);--color-text: #e5e7e6;--color-muted: #b8c5d0;--color-accent: #2cb9a8;--color-accent-strong: #3fd0bc;--color-border: rgba(229, 231, 230, .15);--shadow-elevated: 0 38px 60px rgba(10, 31, 53, .7);color-scheme:dark}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}ul{margin:0;padding-left:1.1rem}#root{isolation:isolate}.deck{position:relative;display:flex;height:100%}.deck.with-sidebar{padding-right:clamp(400px,37vw,540px)}.deck.without-sidebar{padding-right:0}.auth-overlay{position:fixed;inset:0;display:grid;place-items:center;background:radial-gradient(160% 120% at 18% 12%,#28508c38,#040810f0),var(--gradient, #03050d);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:2000}body[data-theme=light] .auth-overlay{background:radial-gradient(150% 115% at 18% 12%,#1f4d8f14,#edf3fcf0),var(--gradient, #edf2f9)}.auth-panel{width:min(520px,92vw);padding:clamp(2.2rem,4vw,3rem);border-radius:28px;background:var(--color-surface);box-shadow:0 28px 80px #050a1459;border:1px solid var(--color-border);display:flex;flex-direction:column;gap:clamp(1.6rem,3vw,2.4rem);color:var(--color-text);align-items:center;text-align:center}.auth-panel--loading{width:min(380px,85vw);align-items:center;text-align:center;gap:1rem;font-size:1rem}.auth-spinner{animation:spin 1.2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-header{display:flex;flex-direction:column;gap:1.4rem;text-align:center;align-items:center}.auth-brand{display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:1.2rem}.auth-logo{width:clamp(70px,17vw,92px);aspect-ratio:1;object-fit:contain}.auth-brand-text{display:flex;flex-direction:column;gap:.5rem;align-items:center}.auth-brand-text h1{font-size:clamp(1.9rem,3.8vw,2.7rem);letter-spacing:.04em;font-weight:700;margin:0}.auth-tagline{font-size:clamp(1rem,1.5vw,1.2rem);color:var(--color-muted);max-width:34ch}.auth-actions{display:grid;gap:1rem;width:100%}.auth-button{display:flex;flex-direction:column;gap:.3rem;padding:1rem 1.2rem;border-radius:16px;border:1px solid var(--color-border);background:var(--color-surface-strong);color:var(--color-text);box-shadow:var(--shadow-elevated);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-align:center}.auth-button:hover{transform:translateY(-2px);box-shadow:0 14px 36px #0b192a2e;border-color:#5078be80}.auth-button-label{font-size:1.05rem;font-weight:600}.auth-button-description{font-size:.85rem;color:var(--color-muted)}.auth-error{background:#d0415929;border:1px solid rgba(208,65,89,.45);color:#ffdde4;padding:.75rem 1rem;border-radius:12px;font-size:.85rem}body[data-theme=light] .auth-error{color:#6b1d2a;background:#ffcdd799;border-color:#ff789280}.auth-footer{display:flex;justify-content:center;align-items:center;gap:.75rem;width:100%}.auth-theme-icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-elevated)}.auth-theme-label{font-size:.85rem;color:var(--color-muted)}.sidebar-toggle{position:fixed;top:50%;right:1rem;transform:translateY(-50%);z-index:1001;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;background:var(--color-surface);color:var(--color-text);border-radius:12px;box-shadow:var(--shadow-elevated);cursor:pointer;transition:all .2s ease}.sidebar-toggle:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 8px 24px #00000026}.deck-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;padding:clamp(1.8rem,2.5vw,2.8rem) clamp(1.2rem,4vw,4rem)}.chrome{width:min(1180px,100%);display:flex;align-items:center;justify-content:space-between}.theme-toggle{border:none;background:var(--color-surface);color:var(--color-text);border-radius:999px;padding:.55rem .75rem;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-elevated);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.theme-toggle:hover{transform:translateY(-1px)}.sign-out{border:none;background:var(--color-accent);color:#fff;padding:.55rem 1rem;border-radius:999px;display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:var(--shadow-elevated);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.sign-out:hover{transform:translateY(-1px);box-shadow:0 14px 36px #0b192a2e;background:var(--color-accent-strong)}.progress{display:inline-flex;align-items:baseline;gap:.15rem;font-weight:600;letter-spacing:.08em;color:var(--color-muted)}.progress-text{font-size:1.05rem}.progress-separator{color:var(--color-border)}.viewport{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.slide{position:relative;width:var(--slide-width);max-width:calc(100vw - 3rem);height:var(--slide-height);max-height:calc(100vh - 3rem);background:var(--color-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;padding:clamp(1.9rem,4vw,3.4rem);box-shadow:var(--shadow-elevated);display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden}.slide-content{display:flex;flex-direction:column;gap:clamp(1.4rem,3vw,2.6rem);width:100%;max-width:100%;height:100%;overflow:hidden}.intro-brand{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;overflow:hidden}.brand-hero{display:grid;grid-template-columns:clamp(110px,14%,160px) 1fr;grid-template-rows:auto auto;gap:clamp(1.5rem,3vw,2.5rem) clamp(2rem,4vw,3.5rem);padding:0;background:transparent;border-radius:0;border:none;box-shadow:none;width:100%;max-width:100%}.hero-logo{display:grid;place-items:center;background:transparent;border-radius:0;padding:0;aspect-ratio:1;grid-row:1;align-self:center}.hero-logo img{width:100%;height:100%;object-fit:contain}.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:clamp(.8rem,1.6vw,1.4rem);min-width:0;grid-row:1;grid-column:2}.hero-kicker{font-size:clamp(.75rem,1.3vw,.9rem);text-transform:uppercase;letter-spacing:.2em;color:var(--color-muted);font-weight:500;opacity:.8}.hero-copy h1{font-size:clamp(2rem,4.2vw,3.6rem);line-height:1.15;letter-spacing:.005em;margin:0;font-weight:700}.hero-tagline{font-size:clamp(1rem,1.8vw,1.4rem);line-height:1.5;color:var(--color-text);opacity:.75;margin:0}.hero-meta{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:clamp(.8rem,1.6vw,1.4rem) clamp(2rem,4vw,3rem);border-top:1px solid var(--color-border);padding-top:clamp(1rem,2vw,1.6rem);grid-row:2;grid-column:1 / -1;width:100%}.hero-meta li{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;font-size:clamp(.85rem,1.5vw,1.05rem)}.hero-meta .meta-label{text-transform:uppercase;letter-spacing:.12em;font-size:clamp(.7rem,1.2vw,.85rem);font-weight:600;color:var(--color-muted);opacity:.8}.hero-meta .meta-value{font-weight:600;color:var(--color-text)}.chat-toggle-button{position:absolute;top:clamp(1.6rem,3vw,2.8rem);right:clamp(1.6rem,3vw,2.8rem);border:none;background:var(--color-accent);color:#fff;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-elevated);z-index:100}.chat-toggle-button:hover{transform:scale(1.08);box-shadow:0 8px 24px #5078be66}.info-panel{position:absolute;top:clamp(4rem,11vh,5.6rem);right:clamp(1rem,2vw,2rem);width:clamp(260px,26vw,340px);height:clamp(320px,48vh,420px);background:var(--color-surface-strong);border-radius:20px;padding:clamp(1.2rem,2vw,1.8rem);box-shadow:var(--shadow-elevated);border:1px solid var(--color-border);overflow-y:auto}.info-card{display:flex;flex-direction:column;gap:.85rem;color:var(--color-text)}.info-card h3{font-size:1.25rem}.info-card h4{font-size:1rem;letter-spacing:.02em;text-transform:uppercase;color:var(--color-muted)}.divider{width:100%;height:1px;background:var(--color-border)}.controls{width:min(var(--slide-width),100%);display:flex;align-items:center;justify-content:center;gap:2rem}.slide-jump{width:min(var(--slide-width),100%);display:flex;justify-content:center;margin:0 0 1.2rem}.slide-jump-select{width:min(420px,80%);padding:.7rem 3rem .7rem 1rem;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:1rem;font-weight:500;box-shadow:var(--shadow-elevated);transition:border-color .2s ease,box-shadow .2s ease;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--color-accent) 50%),linear-gradient(135deg,var(--color-accent) 50%,transparent 50%),linear-gradient(to right,var(--color-border),var(--color-border));background-position:calc(100% - 1.4rem) center,calc(100% - 1rem) center,calc(100% - 2.4rem) center;background-size:7px 7px,7px 7px,1px 60%;background-repeat:no-repeat}.slide-jump-select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #5078be26}.slide-jump-select option{color:initial}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav{border:none;background:var(--color-surface);color:var(--color-text);padding:.75rem 1.4rem;border-radius:999px;display:inline-flex;align-items:center;gap:.45rem;font-size:1rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:var(--shadow-elevated);transition:transform .2s ease,opacity .2s ease}.nav:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.nav:not(:disabled):hover{transform:translateY(-2px)}@media (max-width: 900px){.deck{padding:1.4rem 1.2rem;gap:1rem}.slide{min-height:unset;height:calc(100vh - 220px);padding:1.6rem 1.4rem 2.4rem}.info-panel{position:fixed;top:auto;bottom:1.5rem;right:1.2rem;left:1.2rem;width:auto;height:auto}.controls{position:fixed;bottom:1.6rem;left:50%;transform:translate(-50%);width:calc(100% - 2.4rem)}}.app-status-screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--color-background);z-index:100;padding:2rem}.app-status-content{max-width:560px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:clamp(2rem,4vw,3rem);background:var(--color-surface);border-radius:24px;box-shadow:var(--shadow-elevated);border:1px solid var(--color-border)}.app-status-content h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0;color:var(--color-text)}.app-status-content p{margin:0;color:var(--color-muted);font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.6}.app-spinner{width:48px;height:48px;border:4px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin 1s linear infinite}.app-error-screen{background:radial-gradient(140% 110% at 50% 20%,rgba(208,65,89,.06),var(--color-background))}.app-error-icon{font-size:4rem;line-height:1;filter:grayscale(.3)}.app-error-message{padding:1rem 1.5rem;background:#d041591a;border:1px solid rgba(208,65,89,.3);border-radius:12px;color:var(--color-text);font-size:.95rem;font-family:Monaco,Courier New,monospace;word-break:break-word}body[data-theme=light] .app-error-message{background:#d0415914;border-color:#d0415940}.app-error-details{text-align:left;width:100%;padding:1.25rem;background:var(--color-surface-strong);border-radius:12px;border:1px solid var(--color-border)}.app-error-details p{margin:0 0 .75rem;font-weight:600;color:var(--color-text)}.app-error-details ul{margin:0;padding-left:1.5rem;display:flex;flex-direction:column;gap:.5rem}.app-error-details li{color:var(--color-muted);font-size:.95rem;line-height:1.5}.app-error-actions{display:flex;gap:1rem;width:100%;flex-wrap:wrap;justify-content:center}.app-button{flex:1;min-width:140px;padding:.85rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.app-button-primary{background:var(--color-accent);color:#fff;box-shadow:0 4px 12px #5078be40}.app-button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #5078be59;background:var(--color-accent-strong)}.app-button-secondary{background:var(--color-surface-strong);color:var(--color-text);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}.app-button-secondary:hover{transform:translateY(-2px);border-color:var(--color-accent);box-shadow:0 8px 20px #0000001a}.app-error-help{font-size:.85rem;color:var(--color-muted);font-style:italic;margin-top:.5rem}@media (max-width: 600px){.app-error-actions{flex-direction:column}.app-button{width:100%}}.chat-sidebar{position:fixed;top:0;right:0;width:clamp(380px,35vw,520px);height:100vh;background:var(--color-surface);border-left:1px solid var(--color-border);box-shadow:-4px 0 24px #0000001f;display:flex;flex-direction:column;z-index:1000;transition:transform .3s ease}.chat-sidebar.closed{transform:translate(100%)}.chat-sidebar.open{transform:translate(0)}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-bottom:1px solid var(--color-border);background:var(--color-surface-strong);flex-shrink:0}.chat-header-content{display:flex;align-items:center;gap:.6rem;color:var(--color-text);flex:1;justify-content:center}.chat-title{font-size:1rem;font-weight:600}.chat-header-actions{display:flex;align-items:center;gap:.5rem}.theme-toggle-sidebar,.sign-out-sidebar{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;background:transparent;color:var(--color-muted);border-radius:6px;cursor:pointer;transition:all .2s ease}.theme-toggle-sidebar:hover,.sign-out-sidebar:hover{background:#ffffff14;color:var(--color-text)}.sign-out-sidebar:hover{color:var(--color-accent)}.prompt-bubbles{display:flex;gap:.5rem;padding:1rem 1.2rem .75rem;flex-wrap:wrap;flex-shrink:0}.prompt-bubble{display:flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:1px solid var(--color-border);background:var(--color-surface-strong);color:var(--color-text);font-size:.8rem;font-weight:500;border-radius:20px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.prompt-bubble:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent);transform:translateY(-1px);box-shadow:0 2px 8px #5078be4d}.prompt-bubble:active{transform:translateY(0)}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem 1.2rem;display:flex;flex-direction:column;gap:1rem}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--color-muted)}.chat-message{display:flex;flex-direction:column;gap:.5rem;max-width:85%;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{align-self:flex-end}.chat-message.assistant,.chat-message.system{align-self:flex-start}.message-content{padding:.875rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.6}.chat-message.user .message-content{background:var(--color-accent);color:#fff;border-bottom-right-radius:4px}.chat-message.assistant .message-content{background:var(--color-surface-strong);color:var(--color-text);border:1px solid var(--color-border);border-bottom-left-radius:4px}.chat-message.system .message-content{background:#ffffff08;color:var(--color-muted);font-size:.85rem;text-align:center;border-radius:8px}.message-content h3{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;color:inherit}.message-content h4{font-size:.95rem;font-weight:600;margin:.75rem 0 .35rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.message-content p{margin:.25rem 0}.message-content br{display:block;content:"";margin:.5rem 0}.message-timestamp{font-size:.7rem;color:var(--color-muted);margin-top:.5rem;text-align:right}.insight-separator{border:none;border-top:2px solid var(--color-border);margin:1rem 0;opacity:.5}.insight-bullet{margin-left:1.5rem;margin-bottom:.3rem;line-height:1.5;list-style-type:disc}.message-content strong{color:var(--color-accent);font-weight:700}.chat-message.user .message-timestamp{text-align:right}.typing-indicator{display:flex;gap:.35rem;padding:.25rem 0}.typing-indicator span{width:6px;height:6px;border-radius:50%;background:var(--color-muted);animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-input-container{display:flex;gap:.75rem;padding:1rem 1.2rem;border-top:1px solid var(--color-border);background:var(--color-surface-strong);flex-shrink:0}.chat-input{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:10px;font-size:.9rem;font-family:inherit;outline:none;transition:all .2s ease}.chat-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #5078be1a}.chat-input::placeholder{color:var(--color-muted);opacity:.6}.chat-send{display:flex;align-items:center;justify-content:center;padding:.75rem;border:none;background:var(--color-accent);color:#fff;border-radius:10px;cursor:pointer;transition:all .2s ease}.chat-send:hover:not(:disabled){background:#5078bee6;transform:translateY(-1px)}.chat-send:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 900px){.chat-sidebar{width:100%;max-width:100vw}}.dual-framework-slide{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem);height:100%;width:100%}.slide-header{text-align:center;padding-bottom:clamp(.6rem,1.2vw,1rem);border-bottom:2px solid var(--color-border)}.slide-header h2{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;color:var(--color-text);margin:0 0 clamp(.3rem,.6vw,.5rem) 0}.slide-header p{font-size:clamp(.85rem,1.4vw,1rem);color:var(--color-muted);margin:0}.metrics-summary-bottom{display:grid;grid-template-columns:2fr 3fr;gap:clamp(1.5rem,3vw,2.5rem);padding-top:clamp(.8rem,1.5vw,1.2rem);border-top:1px solid var(--color-border)}.category-group{display:flex;flex-direction:column;gap:clamp(.6rem,1.2vw,1rem)}.category-title{font-size:clamp(.8rem,1.4vw,.95rem);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin:0;padding:18px;border-bottom:3px solid var(--color-accent);background:linear-gradient(135deg,#3b82f614,#3b82f605);border-radius:8px 8px 0 0;text-align:center}.metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem)}.metric-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding:clamp(1rem,1.5vw,1.5rem);background:var(--color-surface-strong);border-radius:10px;border-left:4px solid transparent;transition:all .2s ease;min-height:clamp(85px,15vh,110px)}.metric-card.low{border-left-color:#ef4444;background:linear-gradient(135deg,#ef444414,#ef444405)}.metric-card.medium{border-left-color:#f59e0b;background:linear-gradient(135deg,#f59e0b14,#f59e0b05)}.metric-card.high{border-left-color:#10b981;background:linear-gradient(135deg,#10b98114,#10b98105)}.metric-name{font-size:clamp(.65rem,1.1vw,.8rem);font-weight:600;text-align:center;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.metric-value{font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:700;color:var(--color-text);text-align:center;line-height:1}.metric-benchmark{font-size:clamp(.6rem,1vw,.7rem);color:var(--color-muted);text-align:center;opacity:.8}.chart-section{flex:1;min-height:0;display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}.chart-container{background:var(--color-surface-strong);border-radius:14px;padding:clamp(.8rem,1.5vw,1.2rem);border:1px solid var(--color-border);box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;flex:1;min-height:0}.performance-content{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,2vw,1.5rem);min-height:0;overflow:hidden}.radar-chart-wrapper{display:flex;flex-direction:column;min-height:0}.whatif-panel-inline{display:flex;flex-direction:column;gap:clamp(.6rem,1.2vw,.9rem);min-height:0;overflow:hidden}.chart-header{display:flex;justify-content:center;padding-bottom:clamp(.4rem,.8vw,.6rem);margin-bottom:clamp(.4rem,.8vw,.6rem)}.chart-tabs-inline{display:flex;gap:.5rem;background:var(--color-surface);padding:.3rem;border-radius:8px;border:1px solid var(--color-border)}.tab-inline{padding:clamp(.4rem,.8vw,.6rem) clamp(.8rem,1.5vw,1.2rem);background:transparent;border:none;border-radius:6px;font-size:clamp(.75rem,1.2vw,.85rem);font-weight:600;color:var(--color-muted);cursor:pointer;transition:all .2s ease}.tab-inline:hover{background:var(--color-surface-strong);color:var(--color-text)}.tab-inline.active{background:var(--color-accent);color:#fff}.chart{width:100%;flex:1;min-height:0}.overview-content{flex:1;display:flex;flex-direction:column;gap:clamp(1.2rem,2vw,1.5rem);padding:clamp(.5rem,1vw,.8rem);overflow-y:auto}.overview-content:has(.category-group:nth-child(3)){display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto}.overview-content:has(.category-group:nth-child(3)) .category-group:first-child{grid-column:1 / -1}.overview-content:has(.category-group:nth-child(3)) .category-group:nth-child(2){grid-column:1}.overview-content:has(.category-group:nth-child(3)) .category-group:nth-child(3){grid-column:2}.comparison-matrix{padding:clamp(.5rem,1vw,.8rem);display:flex;flex-direction:column}.metrics-table{width:100%;border-collapse:separate;border-spacing:0}.metrics-table thead th{background:var(--color-accent);color:#fff;padding:clamp(.6rem,1.2vw,.9rem);text-align:left;font-size:clamp(.75rem,1.2vw,.85rem);font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--color-border)}.metrics-table thead th:first-child{border-radius:8px 0 0}.metrics-table thead th:last-child{border-radius:0 8px 0 0}.metrics-table tbody tr{transition:background-color .2s ease}.metrics-table tbody tr:hover{background:var(--color-surface)}.metrics-table tbody td{padding:clamp(.8rem,1.5vw,1.2rem);border-bottom:1px solid var(--color-border);font-size:clamp(.8rem,1.3vw,.9rem)}.metric-name-cell{font-weight:600}.metric-name-wrapper{display:flex;flex-direction:column;gap:.2rem}.metric-name-text{color:var(--color-text);font-weight:700}.metric-category{font-size:clamp(.65rem,1vw,.75rem);color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em}.value-cell{text-align:center}.value-display{font-weight:700;color:var(--color-text)}.performance-cell{min-width:150px}.performance-bar-container{position:relative;width:100%;height:28px;background:var(--color-border);border-radius:6px;overflow:hidden}.performance-bar-fill{position:absolute;left:0;top:0;height:100%;transition:width .3s ease;border-radius:6px}.performance-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(.7rem,1.1vw,.8rem);font-weight:700;color:var(--color-text);z-index:1}.status-cell{text-align:center}.status-badge{display:inline-block;padding:clamp(.3rem,.6vw,.4rem) clamp(.6rem,1.2vw,.8rem);border-radius:6px;font-size:clamp(.7rem,1.1vw,.8rem);font-weight:700;border:1px solid;white-space:nowrap}.whatif-panel{background:var(--color-surface-strong);border-radius:14px;padding:clamp(.8rem,1.5vw,1.2rem);border:1px solid var(--color-border);box-shadow:0 2px 8px #0000000f}.whatif-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(.6rem,1.2vw,.9rem)}.whatif-header h3{font-size:clamp(.85rem,1.4vw,1rem);font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.05em}.reset-button{padding:clamp(.4rem,.8vw,.6rem) clamp(.8rem,1.5vw,1.2rem);background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;font-size:clamp(.75rem,1.2vw,.85rem);font-weight:600;color:var(--color-text);cursor:pointer;transition:all .2s ease}.reset-button:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.whatif-controls-compact{display:flex;flex-direction:column;gap:clamp(.5rem,1vw,.7rem);flex:1;overflow:hidden}.whatif-control-compact{display:flex;flex-direction:column;gap:.3rem}.control-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.control-label-compact{font-size:clamp(.7rem,1.1vw,.8rem);font-weight:600;color:var(--color-text);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.control-value-compact{font-size:clamp(.75rem,1.2vw,.85rem);font-weight:700;color:var(--color-text);transition:color .2s ease;min-width:40px;text-align:right}.control-value-compact.improved{color:var(--color-accent)}.performance-indicator-compact{font-size:clamp(.7rem,1.1vw,.8rem);font-weight:600;min-width:45px;text-align:right}.whatif-slider-compact{width:100%;height:4px;border-radius:2px;background:var(--color-border);outline:none;-webkit-appearance:none;appearance:none}.whatif-slider-compact::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--color-accent);cursor:pointer;transition:all .2s ease}.whatif-slider-compact::-webkit-slider-thumb:hover{transform:scale(1.3);box-shadow:0 0 0 3px #3b82f633}.whatif-slider-compact::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--color-accent);cursor:pointer;border:none;transition:all .2s ease}.whatif-slider-compact::-moz-range-thumb:hover{transform:scale(1.3);box-shadow:0 0 0 3px #3b82f633}.whatif-summary{padding:clamp(.8rem,1.5vw,1.2rem);background:linear-gradient(135deg,#3b82f614,#3b82f605);border-radius:8px;border:1px solid var(--color-accent);display:flex;flex-direction:column;gap:clamp(.5rem,1vw,.7rem)}.summary-row{display:flex;justify-content:space-between;align-items:center}.stat-label{font-size:clamp(.7rem,1.1vw,.8rem);color:var(--color-text);font-weight:600}.stat-value{font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:700;color:var(--color-accent)}.stat-value.grade{padding:clamp(.2rem,.4vw,.3rem) clamp(.5rem,1vw,.7rem);background:var(--color-accent);color:#fff;border-radius:4px;font-size:clamp(.75rem,1.2vw,.85rem)}.stat-value.weakest{color:#f59e0b;font-size:clamp(.8rem,1.3vw,.95rem)}.telemetry-table{font-size:clamp(.65rem,1vw,.75rem)}.telemetry-table th,.telemetry-table td{padding:clamp(.3rem,.6vw,.45rem) clamp(.5rem,1vw,.7rem);line-height:1.2;vertical-align:middle}.numeric-value{font-size:clamp(.6rem,.9vw,.7rem);color:var(--color-muted);margin-top:.1rem}.telemetry-value{font-weight:700;color:var(--color-accent)}.variance-indicator{display:flex;flex-direction:column;gap:.2rem;align-items:center}.variance-badge{padding:.15rem .4rem;border-radius:3px;border:1px solid;font-weight:700;font-size:clamp(.65rem,1vw,.75rem)}.alignment-text{font-size:clamp(.6rem,.9vw,.7rem);font-weight:600}.source-info{display:flex;flex-direction:column;gap:.1rem}.source-name{font-weight:600;color:var(--color-text)}.source-period{font-size:clamp(.6rem,.9vw,.7rem);color:var(--color-muted)}.telemetry-insights{margin-top:clamp(1rem,2vw,1.5rem);padding:clamp(.8rem,1.5vw,1.2rem);background:var(--color-surface);border-radius:8px;border:1px solid var(--color-border)}.telemetry-insights h4{margin:0 0 .8rem;font-size:clamp(.85rem,1.4vw,1rem);color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em}.telemetry-insights ul{margin:0;padding-left:1.5rem;display:flex;flex-direction:column;gap:.6rem}.telemetry-insights li{line-height:1.5;color:var(--color-text)}@media (max-width: 900px){.metrics-summary-bottom,.chart-section{grid-template-columns:1fr}}.synopsis-slide{display:flex;flex-direction:column;gap:clamp(.9rem,1.6vw,1.3rem);height:100%}.synopsis-slide .slide-header{display:flex;flex-direction:column;gap:.35rem}.synopsis-slide .tab-bar{align-self:center}.synopsis-body{flex:1;min-height:0;display:flex}.synopsis-overview-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(.9rem,1.6vw,1.3rem);flex:1;min-height:0}.synopsis-hero-card{background:var(--color-surface-strong);border-radius:20px;border:1px solid var(--color-border);padding:clamp(1rem,1.8vw,1.4rem);display:flex;flex-direction:column;gap:clamp(.65rem,1.2vw,.95rem);min-height:0}.synopsis-hero-card header{display:flex;flex-direction:column;gap:.25rem}.synopsis-hero-card h3{margin:0;font-size:clamp(1rem,1.8vw,1.3rem)}.synopsis-kicker{font-size:clamp(.68rem,1vw,.85rem);color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em}.synopsis-lead{margin:0;font-size:clamp(.9rem,1.35vw,1.05rem);line-height:1.4;color:var(--color-text)}.synopsis-paragraphs{display:flex;flex-direction:column;gap:clamp(.55rem,1vw,.8rem)}.synopsis-paragraphs p{margin:0;font-size:clamp(.8rem,1.15vw,.95rem);color:var(--color-muted-strong)}.synopsis-overview-side{display:flex;flex-direction:column;gap:clamp(.8rem,1.4vw,1.1rem);min-height:0}.synopsis-stat-cluster{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.6rem,1vw,.85rem)}.synopsis-stat-card{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border);padding:clamp(.7rem,1.2vw,.95rem);display:flex;align-items:center;gap:clamp(.5rem,.9vw,.75rem)}.stat-value{font-size:clamp(1.3rem,2.1vw,1.7rem);font-weight:700;color:var(--color-accent)}.stat-meta{display:flex;flex-direction:column;gap:.2rem}.stat-label{font-size:clamp(.72rem,1.05vw,.88rem);font-weight:600}.stat-caption{font-size:clamp(.64rem,.95vw,.78rem);color:var(--color-muted)}.synopsis-highlight-card{background:linear-gradient(135deg,#2563eb24,#2563eb0a);border-radius:18px;border:1px solid rgba(37,99,235,.25);padding:clamp(.75rem,1.3vw,1.1rem);display:flex;flex-direction:column;gap:clamp(.55rem,1vw,.85rem)}.synopsis-highlight-card.secondary{background:linear-gradient(135deg,#0f766e2e,#0f766e0d);border-color:#0f766e47}.synopsis-highlight-card header{display:flex;flex-direction:column;gap:.2rem}.synopsis-highlight-card h4{margin:0;font-size:clamp(.85rem,1.25vw,1.05rem)}.synopsis-highlight-card span{font-size:clamp(.68rem,1vw,.82rem);color:var(--color-muted)}.synopsis-highlight-card ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:clamp(.45rem,.85vw,.7rem)}.synopsis-highlight-card li{display:flex;align-items:flex-start;gap:.5rem;font-size:clamp(.75rem,1.15vw,.92rem)}.synopsis-highlight-card .dot,.synopsis-sources-card .dot{width:.4rem;height:.4rem;border-radius:50%;background:var(--color-accent);margin-top:.4rem}.synopsis-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(.8rem,1.4vw,1.1rem);width:100%}.synopsis-card{background:var(--color-surface-strong);border-radius:18px;border:1px solid var(--color-border);padding:clamp(.85rem,1.4vw,1.2rem);display:flex;flex-direction:column;gap:clamp(.6rem,1vw,.85rem);min-height:0}.synopsis-card-index{font-size:clamp(.75rem,1.1vw,.9rem);font-weight:700;color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase}.synopsis-card p{margin:0;font-size:clamp(.8rem,1.15vw,.96rem);color:var(--color-text);line-height:1.45}.synopsis-pillars-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:clamp(1rem,1.8vw,1.4rem);flex:1;min-height:0}.synopsis-pillars-list{display:flex;flex-direction:column;gap:clamp(.75rem,1.3vw,1.05rem)}.pillar-card{background:var(--color-surface);border-radius:18px;border:1px solid var(--color-border);padding:clamp(.85rem,1.4vw,1.2rem);display:flex;flex-direction:column;gap:clamp(.45rem,.9vw,.7rem)}.pillar-card header{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem}.pillar-step{font-size:clamp(.68rem,1vw,.82rem);color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em}.pillar-card h4{margin:0;font-size:clamp(.9rem,1.35vw,1.08rem)}.pillar-card p{margin:0;font-size:clamp(.75rem,1.1vw,.9rem);color:var(--color-muted-strong);line-height:1.45}.synopsis-sources-card{background:var(--color-surface-strong);border-radius:18px;border:1px solid var(--color-border);padding:clamp(.9rem,1.5vw,1.25rem);display:flex;flex-direction:column;gap:clamp(.6rem,1.05vw,.85rem)}.synopsis-sources-card header{display:flex;flex-direction:column;gap:.2rem}.synopsis-sources-card h4{margin:0;font-size:clamp(.85rem,1.3vw,1.05rem)}.synopsis-sources-card span{font-size:clamp(.68rem,1vw,.84rem);color:var(--color-muted)}.synopsis-sources-card ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:clamp(.45rem,.9vw,.7rem)}.synopsis-sources-card li{display:flex;align-items:flex-start;gap:.6rem;font-size:clamp(.74rem,1.1vw,.9rem)}.synopsis-sources-card a{color:var(--color-accent);text-decoration:none}.synopsis-sources-card a:hover,.synopsis-highlight-card a:hover{text-decoration:underline}.space-framework-slide{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.6rem);height:100%;width:100%}.tab-bar{display:inline-flex;gap:.6rem;padding:.4rem;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);align-self:center}.tab-button{border:none;background:transparent;padding:clamp(.45rem,1vw,.7rem) clamp(1rem,2vw,1.6rem);border-radius:999px;font-size:clamp(.75rem,1.2vw,.9rem);font-weight:600;color:var(--color-muted);cursor:pointer;transition:all .2s ease}.tab-button:hover,.tab-button:focus-visible{outline:none;background:#3b82f61f;color:var(--color-text)}.tab-button.active{background:var(--color-accent);color:#fff}.space-body{flex:1;min-height:0;display:flex;flex-direction:column}.summary-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:clamp(.9rem,1.8vw,1.3rem);flex:1;min-height:0;height:100%;align-items:stretch}.summary-grid>*{height:100%}.index-column{display:flex;flex-direction:column;gap:clamp(.8rem,1.4vw,1.1rem);flex:1;height:100%;background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:18px;padding:clamp(.85rem,1.6vw,1.2rem);min-height:0}.index-card{border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);padding:clamp(.75rem,1.2vw,1rem);display:flex;flex-direction:column;gap:clamp(.4rem,.8vw,.7rem)}.index-card header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.index-card h3{margin:0;font-size:clamp(1rem,1.8vw,1.3rem)}.index-target{font-size:clamp(.75rem,1.2vw,.9rem);color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em}.index-score{font-size:clamp(1.7rem,2.7vw,2.1rem);font-weight:700;color:var(--color-text)}.index-delta{font-size:clamp(.72rem,1.1vw,.9rem);font-weight:600;color:var(--color-muted)}.index-delta.negative{color:#f87171}.index-delta.positive{color:#34d399}.index-metrics{display:flex;justify-content:space-between;align-items:center}.index-footnote{margin:0;font-size:clamp(.68rem,1vw,.82rem);color:var(--color-muted)}.dimension-chips{grid-column:2;display:flex;flex-direction:column;gap:clamp(.75rem,1.4vw,1.4rem);min-height:0;height:100%}.dimension-chip{background:var(--color-surface-strong);border-radius:14px;border:1px solid var(--color-border);padding:clamp(.7rem,1.3vw,1rem);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(.45rem,.9vw,.7rem);align-items:center}.chip-main{display:flex;flex-direction:column;gap:clamp(.35rem,.7vw,.55rem)}.chip-header{display:flex;justify-content:space-between;align-items:center}.chip-name{font-weight:600;font-size:clamp(.8rem,1.3vw,1rem)}.chip-gap{font-size:clamp(.7rem,1.1vw,.85rem);font-weight:700;padding:.25rem .6rem;border-radius:999px;border:1px solid transparent}.chip-gap.large{color:#f87171;border-color:#f8717159;background:#f8717124}.chip-gap.medium{color:#fbbf24;border-color:#fbbf2459;background:#fbbf2424}.chip-gap.small{color:#34d399;border-color:#34d39959;background:#34d39924}.chip-bars{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:clamp(.4rem,.8vw,.6rem)}.chip-track{position:relative;height:10px;border-radius:999px;background:linear-gradient(90deg,rgba(16,185,129,.25) var(--target-width, 0%),rgba(59,130,246,.08) var(--target-width, 0%));overflow:hidden}.chip-bar{position:absolute;left:0;top:0;height:100%;border-radius:999px;z-index:1}.chip-bar.current{background:linear-gradient(90deg,#3b82f6d9,#60a5faa6)}.chip-side{display:flex;flex-direction:column;align-items:center;gap:clamp(.3rem,.6vw,.45rem)}.chip-value{font-size:clamp(.7rem,1.05vw,.85rem);font-weight:600;color:var(--color-muted)}.chip-value.current-value{text-align:right}.chip-value.target-value{text-align:center}.callout-stack{display:flex;flex-direction:column;gap:clamp(.6rem,1.1vw,.9rem);flex:1;justify-content:flex-start}.callout-card{background:linear-gradient(135deg,#10b98138,#10b98114 70%);border:1px solid rgba(16,185,129,.45);border-radius:12px;padding:clamp(.7rem,1.2vw,.95rem);display:flex;flex-direction:column;gap:.35rem}.callout-card h4{margin:0;font-size:clamp(.78rem,1.25vw,.95rem);text-transform:uppercase;letter-spacing:.05em}.callout-card p{margin:0;font-size:clamp(.72rem,1.1vw,.88rem);line-height:1.4;color:var(--color-text)}.chart-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;gap:clamp(.8rem,1.5vw,1.2rem);background:var(--color-surface-strong);border-radius:16px;border:1px solid var(--color-border);padding:clamp(1rem,2vw,1.4rem)}.chart{flex:1;min-height:0}.gap-table{width:100%;border-collapse:collapse;font-size:clamp(.75rem,1.2vw,.9rem)}.gap-table thead th{text-align:left;padding-bottom:.4rem;color:var(--color-muted);font-weight:600}.gap-table tbody td{padding:.3rem 0;color:var(--color-text)}.gap-table tbody tr+tr td{border-top:1px solid rgba(255,255,255,.08)}.gap-table .negative{color:#f87171}.gap-table .positive{color:#34d399}.gap-legend{display:flex;justify-content:flex-end;gap:1rem;font-size:clamp(.7rem,1.1vw,.85rem);color:var(--color-muted)}.legend-current:before,.legend-target:before{content:"";display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:.4rem}.legend-current:before{background:#3b82f6}.legend-target:before{background:#10b98166}.matrix-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem)}.matrix-card{background:var(--color-surface-strong);border-radius:16px;border:1px solid var(--color-border);padding:clamp(.9rem,1.5vw,1.2rem);display:flex;flex-direction:column;gap:.6rem}.matrix-card h4{margin:0;font-size:clamp(.9rem,1.4vw,1.05rem)}.matrix-card ul{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.4rem;font-size:clamp(.75rem,1.2vw,.9rem);color:var(--color-muted)}.matrix-card li::marker{color:var(--color-accent)}.matrix-chart-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;gap:clamp(.8rem,1.5vw,1.2rem);background:var(--color-surface-strong);border-radius:16px;border:1px solid var(--color-border);padding:clamp(1rem,2vw,1.4rem)}.radar-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:clamp(1rem,2vw,1.5rem)}.radar-panel,.radar-table-panel{background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:16px;padding:clamp(1rem,2vw,1.4rem);display:flex;flex-direction:column;gap:clamp(.8rem,1.5vw,1.2rem);min-height:0}.panel-header h3{margin:0;font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:700}.panel-header p{margin:0;font-size:clamp(.7rem,1.1vw,.85rem);color:var(--color-muted)}.radar-panel .chart{flex:1;min-height:0}.gap-table.two-column thead th{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.7rem,1.1vw,.85rem);border-bottom:2px solid var(--color-border);padding:clamp(.6rem,1.2vw,.9rem) clamp(.6rem,1vw,.8rem)}.gap-table.two-column thead th:first-child{border-radius:10px 0 0}.gap-table.two-column thead th:last-child{border-radius:0 10px 0 0}.gap-table.two-column tbody tr:hover{background:var(--color-surface)}.gap-table.two-column tbody td{padding:clamp(.6rem,1.2vw,.9rem) clamp(.6rem,1vw,.8rem);border-bottom:1px solid var(--color-border)}.gap-table.two-column td:first-child{color:var(--color-text);font-weight:600}.gap-table.two-column .negative{color:#f87171}.gap-table.two-column .positive{color:#34d399}@media (max-width: 1100px){.summary-grid{grid-template-columns:1fr}.dimension-chips{grid-column:1}.radar-layout{grid-template-columns:1fr}.matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.matrix-grid{grid-template-columns:1fr}}.security-posture-slide{display:flex;flex-direction:column;gap:clamp(.8rem,1.6vw,1.2rem);height:100%}.security-posture-slide .slide-header{display:flex;flex-direction:column;gap:.4rem}.security-posture-slide .tab-bar{align-self:center}.security-posture-slide .summary-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);gap:clamp(.75rem,1.4vw,1.1rem)}.security-posture-slide .index-column{padding:clamp(.6rem,1vw,.9rem);gap:clamp(.5rem,.9vw,.75rem)}.security-summary-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.45rem,.9vw,.75rem)}.metric-card{background:var(--color-surface);border-radius:14px;border:1px solid var(--color-border);padding:clamp(.45rem,.85vw,.7rem);display:flex;flex-direction:column;align-items:center;gap:.35rem}.metric-card.highlight{background:linear-gradient(135deg,#2563eb26,#2563eb0a);border-color:#2563eb52}.metric-value{font-size:clamp(1rem,1.8vw,1.4rem);font-weight:700;color:var(--color-text)}.metric-label{font-size:clamp(.68rem,1vw,.82rem);text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.samm-compact{padding:clamp(.6rem,1vw,.85rem);gap:clamp(.3rem,.65vw,.55rem)}.callout-card.compact{padding:clamp(.5rem,.9vw,.75rem);gap:clamp(.3rem,.6vw,.5rem)}.callout-stack.samm-compact{gap:clamp(.5rem,.9vw,.75rem)}.index-card.samm-compact h3{font-size:clamp(.95rem,1.5vw,1.2rem)}.index-card.samm-compact .index-score{font-size:clamp(1.5rem,2.4vw,1.9rem)}.index-card.samm-compact .index-footnote,.index-card.samm-compact p{font-size:clamp(.64rem,.95vw,.8rem)}.callout-card.compact p{font-size:clamp(.68rem,1vw,.85rem)}.callout-card.compact h4{font-size:clamp(.7rem,1.05vw,.9rem)}.security-summary-body{margin:0;font-size:clamp(.64rem,.95vw,.78rem)}.security-summary-status{background:var(--color-surface-strong);border-radius:18px;border:1px solid var(--color-border);padding:clamp(.9rem,1.7vw,1.35rem);display:flex;flex-direction:column;gap:clamp(.6rem,1.1vw,.9rem)}.security-summary-status.standalone{height:100%}.security-summary-table{width:100%;border-collapse:collapse;font-size:clamp(.72rem,1.1vw,.88rem)}.security-summary-table thead th{text-align:left;padding-bottom:.5rem;color:var(--color-muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em}.security-summary-table tbody td{padding:.45rem 0;border-top:1px solid rgba(148,163,184,.25);vertical-align:top}.security-summary-table tbody td:first-child{font-weight:600;color:var(--color-text)}.security-summary-table tbody td:nth-child(2),.security-summary-table tbody td:nth-child(3){color:var(--color-muted)}.security-summary-table tbody tr:first-child td{border-top:none}.matrix-grid.security-matrix{grid-template-columns:minmax(0,1fr)}.matrix-card.full-span{grid-column:1 / -1}.security-matrix-header{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.45rem}.security-matrix-subtitle{margin:0;color:var(--color-muted);font-size:clamp(.75rem,1.2vw,.95rem)}.samm-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(.7rem,1.2vw,1rem)}.samm-list-item{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border);padding:clamp(.85rem,1.4vw,1.2rem);display:flex;flex-direction:column;gap:clamp(.5rem,1vw,.8rem)}.samm-list-item.high{border-color:#22c55e59}.samm-list-item.gap{border-color:#f8717159}.samm-list-header{display:flex;justify-content:space-between;align-items:baseline;gap:.8rem}.samm-practice{font-weight:600;font-size:clamp(.85rem,1.3vw,1rem)}.samm-score{font-weight:700;font-size:clamp(.85rem,1.3vw,1rem);color:var(--color-text)}.samm-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.6rem,1.2vw,1rem)}.samm-columns h5{margin:0 0 .4rem;font-size:clamp(.72rem,1.1vw,.88rem);text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted)}.samm-columns p{margin:0;font-size:clamp(.7rem,1.05vw,.85rem);color:var(--color-text)}.samm-summary-side{display:flex;flex-direction:column;background:var(--color-surface-strong);border-radius:18px;border:1px solid var(--color-border);padding:clamp(.7rem,1.3vw,1.05rem);min-height:0}.samm-summary-side .radar-panel{display:flex;flex-direction:column;gap:clamp(.6rem,1.1vw,.9rem);height:100%}.samm-summary-side .chart{flex:1;min-height:0}
