:root{--navy:#102b43;--ink:#142033;--muted:#607086;--line:#c5d4e1;--panel:#fff;--bg:#dfe8f0;--blue:#2f6fed;--orange:#ff6f32;--pale-blue:#e7f3f9;--connection-ink:#445767;--shadow:0 16px 42px rgba(18,43,67,.13);--content:1416px}
*{box-sizing:border-box}
html,body{height:100%;margin:0;overflow:hidden}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}
button,input,select{font:inherit}button{cursor:pointer}
.intelligence-app{position:relative;display:grid;grid-template-rows:154px 70px minmax(0,1fr) 112px;height:100dvh;min-height:796px}
.studio-header{background:var(--navy);color:#fff}
.studio-header-inner,.tool-utility-inner,.studio-workspace,.studio-footer-inner{width:min(var(--content),calc(100% - 48px));margin-inline:auto}
.studio-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.studio-brand{display:flex;align-items:center;gap:22px}
.studio-mark{display:grid;place-items:center;width:76px;height:76px;border:1px solid rgba(255,255,255,.4);border-radius:18px;background:rgba(255,255,255,.08);font-size:22px;font-weight:900}
.studio-brand strong{display:block;color:#fff;font-size:clamp(38px,3.5vw,54px);line-height:1;letter-spacing:-.045em}
.studio-brand small{display:block;margin-top:10px;color:#cbd9e5;font-size:14px;font-weight:750;letter-spacing:.02em}.studio-brand small b{color:var(--orange)}
.studio-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.return-link{min-height:42px;display:flex;align-items:center;padding:0 17px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff;text-decoration:none;font-size:13px;font-weight:850}.return-link[hidden]{display:none}.return-link:hover{border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.08)}
.about-studio-button{min-height:42px;padding:0 17px;border:1px solid rgba(255,255,255,.48);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:12px;font-weight:850;white-space:nowrap}.about-studio-button:hover{border-color:#fff;background:#fff;color:var(--navy)}
.tool-utility{position:relative;z-index:30;border-bottom:1px solid #dbe3ec;background:rgba(255,255,255,.98);box-shadow:0 7px 18px rgba(20,43,67,.06)}
.tool-utility-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px}.tool-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px 0}
.tool-actions button,.export-menu summary{box-sizing:border-box;min-height:42px;margin:0;padding:0 14px;border:1px solid #d4dee7;border-radius:10px;background:#fff;color:#17243a;font:800 12px/1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;cursor:pointer;white-space:nowrap}
.tool-actions button:hover{border-color:#526b7d;background:#f8fafc}.tool-actions button.primary{border-color:var(--navy);background:var(--navy);color:#fff}
#loadExample{border:2px solid #ff6f32}
.save-state{display:flex;align-items:center;gap:7px;color:#607086;font-size:11px;font-weight:750;white-space:nowrap}.save-state>span:first-child{width:8px;height:8px;border-radius:50%;background:#24a06b;box-shadow:0 0 0 3px rgba(36,160,107,.12)}.save-state.is-unsaved>span:first-child{background:#98a6b2;box-shadow:0 0 0 3px rgba(98,112,134,.1)}
.export-menu{position:relative}.export-menu summary{display:inline-flex;align-items:center;gap:7px;list-style:none}.export-menu summary::-webkit-details-marker{display:none}.export-menu summary::after{content:"";width:0;height:0;margin-left:6px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #526477}
.export-menu>div{position:absolute;top:calc(100% + 8px);left:0;z-index:50;width:220px;padding:7px;display:grid;gap:4px;border:1px solid #dbe3ec;border-radius:12px;background:#fff;box-shadow:0 16px 38px rgba(16,43,67,.16)}.export-menu>div button{width:100%;min-height:38px;border:0;text-align:left}
.topic-controls-panel{display:grid;grid-template-columns:1fr;gap:13px;margin:0;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
@media(min-width:761px){.topic-controls-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.topic-controls-panel>.custom-exploration-trigger,.topic-controls-panel>.library-divider{grid-column:1/-1}}
.topic-controls-panel label{display:grid;gap:8px;color:var(--blue);font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.topic-controls-panel input,.topic-controls-panel select{width:100%;height:46px;padding:0 14px;border:1px solid #aebfcd;border-radius:9px;background:#fff;color:var(--ink);font-size:14px;font-weight:400}.topic-controls-panel input::placeholder{color:var(--ink);font-weight:400;opacity:1}
.search-field{position:relative}.search-field input{padding-right:42px}.search-field input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}.search-field input::-ms-clear{display:none}.search-field button{position:absolute;top:50%;right:7px;display:grid;width:32px;height:32px;padding:0;border:0;border-radius:7px;background:#edf2f6;color:#354c60;font-size:20px;line-height:1;place-items:center;transform:translateY(-50%)}.search-field button:hover{background:#dfe7ed}
.topic-search{position:relative}.search-results{position:absolute;z-index:50;top:66px;left:0;right:0;max-height:320px;overflow:auto;padding:7px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}
.custom-exploration-trigger{position:relative;display:grid;gap:5px;width:100%;padding:14px 210px 14px 16px;border:1px solid #102b43;border-top:4px solid var(--orange);border-radius:12px;background:linear-gradient(145deg,#102b43,#173a55);color:#fff;text-align:left;box-shadow:0 9px 20px rgba(16,43,67,.16);cursor:pointer}.custom-exploration-trigger:hover{border-color:#102b43;border-top-color:var(--orange);box-shadow:0 9px 20px rgba(16,43,67,.16);transform:none}.custom-exploration-trigger:focus-visible{outline:3px solid rgba(255,111,50,.36);outline-offset:3px}.custom-exploration-badge{justify-self:start;margin-bottom:2px;padding:4px 7px;border-radius:999px;background:#fff1e9;color:#a84518;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.custom-exploration-label{color:#bcd8ed;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.custom-exploration-trigger strong{font-size:12px;line-height:1.42}.custom-exploration-action{position:absolute;top:50%;right:18px;display:flex;align-items:center;gap:10px;color:#fff;font-size:12px;font-weight:650;line-height:1;transform:translateY(-50%)}.custom-exploration-action span{white-space:nowrap}.custom-exploration-action b{color:var(--orange);font-size:34px;font-weight:500}.custom-exploration-trigger:hover .custom-exploration-action{transform:translateY(-50%)}.library-divider{display:flex;align-items:center;gap:10px;color:#6a7c8c;font-size:9px;font-weight:850;letter-spacing:.08em;text-align:center;text-transform:uppercase}.library-divider::before,.library-divider::after{content:"";flex:1;height:1px;background:#d7e0e7}.library-divider span{white-space:nowrap}
.search-results button{display:grid;gap:4px;width:100%;padding:11px 12px;border:0;border-radius:8px;background:#fff;color:var(--ink);font-size:14px;font-weight:400;text-align:left}.search-results button strong{font-size:14px;font-weight:400;line-height:1.4}.search-results button:hover,.search-results button:focus{background:#edf5ff}.search-results small{color:#40576b;font-size:12px;font-weight:400;line-height:1.35}
.studio-workspace{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(420px,1fr);min-height:0;padding:18px 0 20px;gap:18px}
.visual-stage,.information-panel{min-height:0;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.visual-stage{position:relative;display:grid;grid-template-rows:104px 227px minmax(486px,1fr);overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;background:#fff}
.panel-about-button{position:absolute;z-index:22;top:37px;left:28px;min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:#174a73;font:800 12px/1.2 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;text-decoration:underline;text-underline-offset:3px;cursor:pointer;box-shadow:none}.panel-about-button:hover,.panel-about-button:focus-visible{background:transparent;color:#2563eb;outline:2px solid rgba(37,99,235,.24);outline-offset:4px}
.snapshot-area-control{position:absolute;z-index:22;top:10px;right:12px;display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid #174a73;border-radius:10px;background:#fff;color:#174a73;box-shadow:0 4px 12px rgba(16,43,67,.12);cursor:pointer}.snapshot-area-control:hover,.snapshot-area-control:focus-visible{background:#174a73;color:#fff;outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.snapshot-area-control svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.snapshot-preview-overlay{position:absolute;z-index:20;inset:0;display:grid;place-items:center;border:2px solid #2563eb;border-radius:inherit;background:rgba(37,99,235,.14);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}.snapshot-preview-message{box-sizing:border-box;width:min(380px,calc(100% - 36px));padding:14px 18px;border-radius:14px;background:#174a73;color:#fff;text-align:center;box-shadow:0 7px 20px rgba(16,43,67,.22)}.snapshot-preview-message strong{display:block;font-size:14px;font-weight:800;line-height:1.2}.snapshot-preview-message small{display:block;margin-top:6px;color:#e4eff6;font-size:12px;font-weight:600;line-height:1.45}.visual-stage.is-previewing-snapshot>.snapshot-preview-overlay{opacity:1;visibility:visible}
.edit-map-button{position:absolute;z-index:22;top:72px;left:28px;min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:#174a73;box-shadow:none;font-size:12px;font-weight:800;line-height:1.2;text-decoration:underline;text-underline-offset:3px}.edit-map-button:hover,.edit-map-button:focus-visible{background:transparent;color:#2563eb;outline:2px solid rgba(37,99,235,.24);outline-offset:4px}.edit-map-button[hidden]{display:none}.strategyworks-help-unavailable{display:none!important}
.connection-layer{position:absolute;z-index:6;inset:0;width:100%;height:100%;pointer-events:none}.connection-path{fill:none;stroke:var(--connection-ink);stroke-width:1.5;opacity:1}.connection-path.hidden{stroke-dasharray:3 6;stroke-linecap:round;opacity:.78}
.influence-zone{position:relative;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:8px 24px 34px;background:transparent}.hidden-zone{padding-top:18px;padding-bottom:24px}
.visible-zone::after{content:"";position:absolute;z-index:1;right:24px;bottom:0;left:24px;border-top:2px solid #4f9fc8}.hidden-zone::after{content:"WATERLINE";position:absolute;z-index:3;top:2px;right:28px;padding:0 6px;background:#fff;color:#347fa6;font-size:9px;font-weight:850;line-height:1.2;letter-spacing:.12em}
.zone-heading{position:relative;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:7px}.zone-heading h1{margin:0;color:var(--blue);font-size:16px;letter-spacing:-.015em}.zone-heading span{order:2;color:var(--muted);font-size:10px}
.concept-help{display:inline-grid;width:20px;height:20px;margin-left:5px;padding:0;border:1.5px solid var(--orange);border-radius:50%;background:#fff;color:var(--orange);font-size:12px;font-weight:900;line-height:1;vertical-align:2px;place-items:center}.concept-help:hover,.concept-help:focus-visible{background:var(--orange);color:#fff}.concept-help-dialog{width:min(520px,calc(100% - 32px));padding:0;border:1px solid #263444;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 24px 70px rgba(8,26,41,.3)}.concept-help-dialog::backdrop{background:rgba(8,26,41,.55)}.concept-help-dialog>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px 14px}.concept-help-dialog h2{margin:0;color:var(--navy);font-size:23px}.concept-help-dialog>div button{width:34px;height:34px;padding:0;border:0;border-radius:8px;background:#edf2f6;color:var(--ink);font-size:22px}.concept-help-dialog p{margin:0;padding:0 22px 20px;color:#34465d;font-size:14px;line-height:1.6}.concept-help-dialog>button{min-height:40px;margin:0 22px 20px;padding:0 16px;border:1px solid var(--navy);border-radius:9px;background:var(--navy);color:#fff;font-size:12px;font-weight:850}
.influence-grid{display:grid;flex:1;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,46px);gap:10px 12px}.hidden-zone .influence-grid{grid-template-rows:repeat(8,46px);row-gap:7px}
.influence-card{position:relative;z-index:4;display:flex;align-items:center;min-height:46px;padding:9px 12px 9px 36px;border:1px solid #c4ced6;border-radius:8px;background:#fff;color:#142033;text-align:left;transition:border-color .15s,box-shadow .15s,transform .15s}
.influence-card::before{content:"";position:absolute;top:50%;left:13px;width:11px;height:11px;border:1.5px solid #263746;border-radius:50%;background:#fff;transform:translateY(-50%);transition:background .15s}
.influence-card:hover,.influence-card:focus{border-color:#263746;box-shadow:0 5px 16px rgba(18,43,67,.1);transform:translateY(-1px)}
.influence-card strong{display:block;width:100%;font-size:13px;font-weight:650;line-height:1.18}.influence-card small{display:none}
.hidden-zone .influence-card strong{font-weight:400}
.influence-card.is-connected{border-color:#aeb9c2;background:#edf1f4;color:#142033}.influence-card.is-connected::before{background:var(--connection-ink);border-color:var(--connection-ink)}
.influence-card.is-connected small{color:#526477}
.influence-card.is-placeholder{display:flex;border-style:dashed;color:#41556a;cursor:pointer}.influence-card.is-placeholder::before{content:"+";display:grid;width:15px;height:15px;border-color:#6e7f8d;color:#41556a;font-size:12px;line-height:1;place-items:center}.influence-card.is-placeholder span{font-size:12px;font-weight:400;line-height:1.3}
.focus-divider{position:relative;z-index:5;align-self:center;justify-self:center;display:grid;min-width:350px;min-height:clamp(44px,5.5vh,58px);margin:0;padding:11px 24px;border:1.5px solid #17232e;border-radius:8px;background:#17232e;color:#fff;box-shadow:0 9px 22px rgba(16,43,67,.16);place-items:center;text-align:center}
.focus-divider.is-empty{width:min(540px,calc(100% - 220px));border:1px solid #174a73;border-top:4px solid var(--orange);background:linear-gradient(180deg,#f8fcff,#eef6fb);color:#17243a;box-shadow:0 9px 22px rgba(16,43,67,.14)}
.focus-divider.is-empty::before{content:"START HERE";display:block;margin-bottom:2px;color:var(--orange);font-size:9px;font-weight:900;line-height:1;letter-spacing:.14em}
.focus-divider.is-empty.is-area-selected::before{content:"AREA SELECTED"}
.focus-divider.is-empty strong{color:#102b43;font-weight:850}
.focus-divider strong{font-size:18px;line-height:1.15}
.focus-divider:not(.is-empty) small{display:none}
.visual-stage.is-area-selected .influence-card:not(.is-placeholder){border-color:#7f96a8;background:#f8fbfd;box-shadow:0 3px 10px rgba(16,43,67,.07)}.visual-stage.is-area-selected .influence-card:not(.is-placeholder):hover,.visual-stage.is-area-selected .influence-card:not(.is-placeholder):focus-visible{border-color:var(--orange);background:#fff7f2;box-shadow:0 0 0 3px rgba(255,111,50,.12)}
.intelligence-sidebar{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;min-height:0}
.intelligence-sidebar.reminder-dismissed{grid-template-rows:auto minmax(0,1fr)}
.information-panel{position:relative;overflow-y:scroll;overflow-x:hidden;padding:28px 30px;scrollbar-color:#8798a7 #edf1f4;scrollbar-width:auto}
.information-panel::-webkit-scrollbar{width:12px}.information-panel::-webkit-scrollbar-track{background:#edf1f4;border-radius:999px}.information-panel::-webkit-scrollbar-thumb{border:3px solid #edf1f4;border-radius:999px;background:#8798a7}
.topic-identity>span{color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.topic-identity h1{margin:9px 0 12px;font-size:clamp(32px,3vw,44px);line-height:1;letter-spacing:-.045em}.topic-identity p{margin:0;color:#455d70;font-size:15px;line-height:1.58}
.copy-information{margin-top:16px;padding:9px 12px;border:1px solid #b8c8d5;border-radius:8px;background:#fff;color:var(--navy);font-size:11px;font-weight:750}.copy-information:hover{border-color:var(--navy);background:#f6f9fb}
.scroll-cue{position:absolute;z-index:12;top:12px;right:12px;bottom:auto;display:flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #aebfcd;border-radius:999px;background:var(--navy);color:#fff;box-shadow:0 6px 18px rgba(16,43,67,.18);font-size:10px;font-weight:800;transition:opacity .18s,transform .18s}.scroll-cue b{font-size:13px;line-height:1}.scroll-cue[hidden]{display:none}.scroll-cue:hover{transform:translateY(-2px)}
.information-section{padding:19px 0;border-top:1px solid var(--line)}.topic-identity+.information-section{margin-top:22px}.information-section h2{margin:0 0 10px;font-size:17px}.information-section p,.information-section li{color:#53687b;font-size:13px;line-height:1.58}.information-section ul{margin:0;padding-left:19px}.section-intro{margin-top:-4px}
.understanding-section p{margin:0 0 12px}.understanding-section p:last-child{margin-bottom:0}
.connected-topics{display:flex;flex-wrap:wrap;gap:7px}.connected-topics button{padding:7px 9px;border:1px solid #bdcedc;border-radius:999px;background:#fff;color:var(--navy);font-size:11px;font-weight:800}.connected-topics button:hover{border-color:var(--orange);background:#fff7f2}
.insight-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.insight-actions button{margin-top:0;padding:9px 11px;border:1px solid #bdcbd7;border-radius:8px;background:#fff;color:var(--navy);font-size:11px;font-weight:850}.action-status{min-height:20px;margin:7px 0 0!important}
.studio-footer{background:var(--navy);color:#fff;border-top:1px solid rgba(255,255,255,.12)}.studio-footer-inner{min-height:112px;padding:18px 0 15px;display:grid;grid-template-columns:minmax(230px,1fr) auto;align-items:center;gap:34px}.studio-footer-brand{display:grid;gap:5px}.studio-footer-content{display:grid;justify-items:end;gap:7px}.studio-footer strong{color:#fff;font-size:14px;line-height:1.25}.studio-footer span,.studio-footer p{margin:0;color:rgba(220,235,245,.76);font-size:11px;line-height:1.4}.studio-footer-links{display:flex;align-items:center;justify-content:flex-end;gap:16px}.studio-footer-links a,.studio-footer-links button{position:relative;border:0;padding:2px 0 3px;background:transparent;color:#fff;text-decoration:none;font-size:11px;font-weight:800;line-height:1.45;cursor:pointer}.studio-footer-links a::after,.studio-footer-links button::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.35)}.studio-footer-links a:hover,.studio-footer-links button:hover{color:#ff9a69}.studio-footer-links a:hover::after,.studio-footer-links button:hover::after{background:#ff7a3d}.studio-footer-credit{width:100%;padding-top:7px;border-top:1px solid rgba(255,255,255,.16);text-align:right}
.history-drawer{position:fixed;z-index:100;top:0;right:0;bottom:0;width:min(410px,92vw);padding:24px;background:#fff;box-shadow:-20px 0 60px rgba(10,32,50,.25);transform:translateX(105%);transition:transform .25s ease}.history-drawer.is-open{transform:translateX(0)}
.history-drawer>div:first-child{display:flex;justify-content:space-between;gap:15px;align-items:center}.history-drawer h2{margin:0}.history-drawer>p{color:var(--muted)}.history-drawer button{border:1px solid var(--line);border-radius:8px;background:#fff}#closeHistory{width:36px;height:36px;font-size:22px}#historyList{display:grid;gap:8px;margin:20px 0}#historyList button{display:grid;gap:3px;width:100%;padding:11px;text-align:left}#historyList small{color:var(--muted)}.clear-history{padding:9px 11px;color:#9a3030}.drawer-backdrop{position:fixed;z-index:90;inset:0;background:rgba(8,26,41,.46)}
.custom-builder-dialog{width:min(760px,calc(100% - 32px));max-height:calc(100dvh - 36px);padding:0;border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 28px 90px rgba(8,26,41,.32)}.custom-builder-dialog::backdrop{background:rgba(8,26,41,.62);backdrop-filter:blur(4px)}.custom-builder-dialog form{margin:0}.custom-builder-body{display:grid;gap:17px;max-height:calc(100dvh - 190px);overflow:auto;padding:20px 26px}.custom-builder-body label{display:grid;gap:7px}.custom-builder-body label>span{color:var(--navy);font-size:11px;font-weight:800}.custom-builder-body input,.custom-builder-body select,.custom-builder-body textarea{width:100%;box-sizing:border-box;border:1px solid #afbfcc;border-radius:9px;background:#fff;color:var(--ink);font:500 13px/1.4 Inter,system-ui,sans-serif;padding:11px 12px}.custom-builder-body textarea{min-height:90px;resize:vertical}.custom-builder-intro{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.custom-topic-grid,.custom-influence-grid{display:grid;grid-template-columns:1.4fr .7fr;gap:12px}.custom-influence-builder{display:grid;gap:12px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.custom-influence-builder h3{margin:0;font-size:16px}.custom-influence-builder p{margin:3px 0 0;color:var(--muted);font-size:12px}.custom-influence-builder button,.custom-builder-actions button{min-height:40px;padding:0 14px;border:1px solid #afbfcc;border-radius:9px;background:#fff;color:var(--navy);font-weight:750;cursor:pointer}.custom-influence-builder>button{justify-self:start}.custom-influence-list{display:grid;gap:8px}.custom-influence-item{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}.custom-influence-item strong{display:block;font-size:13px}.custom-influence-item span{display:block;margin-top:3px;color:var(--muted);font-size:11px}.custom-influence-item-actions{display:flex;align-items:center;gap:7px}.custom-influence-item button{border:0;background:transparent;color:#8b3940;font-size:12px;font-weight:750;cursor:pointer}.custom-influence-item [data-edit-custom]{color:#174a73}.custom-content-notice{margin:0;padding:13px 14px;border-left:4px solid #d99729;border-radius:8px;background:#fff8e8;color:#624d21!important;font-size:12px;line-height:1.55}.custom-builder-status{min-height:18px;margin:0;color:#9b3d3d;font-size:12px}.custom-builder-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 26px;border-top:1px solid var(--line)}.custom-builder-actions .primary{border-color:var(--navy);background:var(--navy);color:#fff}.influence-card.is-user-created{border-style:dashed}.influence-card.is-user-created small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-created-notice{margin:14px 0 0;padding:11px 12px;border-left:4px solid #d99729;border-radius:7px;background:#fff8e8;color:#624d21!important;font-size:11px!important}
.about-studio-dialog{width:min(880px,calc(100% - 32px));max-height:calc(100dvh - 36px);padding:0;border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 28px 90px rgba(8,26,41,.34)}.about-studio-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.about-studio-dialog::backdrop{background:rgba(8,26,41,.64);backdrop-filter:blur(4px)}.about-studio-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding:25px 30px 20px;border-bottom:1px solid var(--line);background:#f7fafc}.about-studio-heading span{color:var(--orange);font-size:10px;font-weight:900;letter-spacing:.12em}.about-studio-heading h2{margin:6px 0 5px;color:var(--navy);font-size:30px;letter-spacing:-.03em}.about-studio-heading p{margin:0;color:var(--muted);font-size:13px}.about-studio-heading button{flex:0 0 auto;width:38px;height:38px;border:0;border-radius:9px;background:#e7edf2;color:var(--ink);font-size:24px}.about-studio-body{min-height:0;overflow:auto;padding:24px 30px 30px}.about-studio-body section{padding:20px 0;border-top:1px solid var(--line)}.about-studio-body section:first-child{padding-top:0;border-top:0}.about-studio-body h3{margin:0 0 10px;color:var(--navy);font-size:19px}.about-studio-body h4{margin:0 0 5px;color:var(--navy);font-size:14px}.about-studio-body p,.about-studio-body li{color:#4c6274;font-size:13px;line-height:1.65}.about-studio-body p{margin:0 0 10px}.about-studio-body p:last-child{margin-bottom:0}.about-studio-lead p{color:#2e4659;font-size:15px;line-height:1.65}.about-methods{display:grid;gap:10px}.about-methods article{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:13px;border:1px solid #cfdae3;border-radius:11px;background:#f8fafc}.about-methods article>span{display:grid;width:32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;font-size:12px;font-weight:900;place-items:center}.about-two-column{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.about-two-column article{padding:15px;border:1px solid #cfdae3;border-radius:11px;background:#f8fafc}.about-studio-body ol{margin:0;padding-left:22px}.about-studio-body li{padding-left:5px;margin-bottom:4px}.about-studio-note{padding:16px 17px;border-left:4px solid #d99729;border-radius:8px;background:#fff8e8}.about-studio-note strong{color:#624d21}.about-studio-note p{margin:5px 0 0;color:#624d21}.about-studio-actions{display:flex;justify-content:flex-end;padding:15px 30px;border-top:1px solid var(--line);background:#fff}.about-studio-actions button{min-height:42px;padding:0 17px;border:1px solid var(--navy);border-radius:9px;background:var(--navy);color:#fff;font-size:12px;font-weight:850}
.custom-exploration-label{font-size:11px;font-weight:750}
.custom-builder-dialog form{display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-height:calc(100dvh - 36px);overflow:hidden}.custom-builder-dialog .share-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 26px 17px;border-bottom:1px solid var(--line)}.custom-builder-dialog .share-dialog-heading span{color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.12em}.custom-builder-dialog .share-dialog-heading h2{margin:6px 0 0;color:var(--navy);font-size:26px;line-height:1.12}.custom-builder-dialog .share-dialog-heading button{display:grid;width:36px;height:36px;flex:0 0 36px;padding:0;border:1px solid #b9c6d0;border-radius:9px;background:#fff;color:var(--ink);font-size:23px;line-height:1;place-items:center}.custom-builder-dialog .custom-builder-body{min-height:0;max-height:none}.custom-builder-dialog .custom-builder-actions{background:#fff}
.intelligence-app:fullscreen{height:100dvh;min-height:0;overflow:auto;grid-template-rows:154px 70px auto;background:var(--bg)}
.intelligence-app:fullscreen .studio-footer{display:none!important}
@media(max-width:1100px){.studio-header-inner,.tool-utility-inner,.studio-workspace,.studio-footer-inner{width:min(var(--content),calc(100% - 28px))}.studio-workspace{grid-template-columns:minmax(0,1fr) 370px}.studio-brand strong{font-size:38px}.studio-mark{width:64px;height:64px}.information-panel{padding:22px}.save-state{display:none}}
@media(max-height:850px) and (min-width:761px){
  .intelligence-app{min-height:0;grid-template-rows:106px 58px minmax(0,1fr) 0}
  .studio-header-inner{gap:16px}.studio-brand{gap:15px}.studio-mark{width:56px;height:56px;border-radius:14px;font-size:18px}.studio-brand strong{font-size:36px}.studio-brand small{margin-top:6px;font-size:12px}.about-studio-button{min-height:36px;padding:0 13px}
  .tool-utility-inner{min-height:58px}.tool-actions{gap:6px;padding:8px 0}.tool-actions button,.export-menu summary{min-height:36px;padding:0 11px;font-size:10.5px}
  .studio-workspace{padding:10px 0 12px;gap:12px}.visual-stage{overflow-y:auto}.intelligence-sidebar{grid-template-rows:auto minmax(300px,1fr) auto;gap:9px}
  .topic-controls-panel{grid-template-columns:1fr 1fr;gap:8px 10px;padding:10px 12px;border-radius:14px}.custom-exploration-trigger,.library-divider{grid-column:1/-1}.custom-exploration-trigger{min-height:58px;padding:8px 130px 8px 12px}.custom-exploration-label{font-size:10px}.custom-exploration-trigger strong{font-size:10.5px}.custom-exploration-action{right:12px}.topic-controls-panel label{gap:5px;font-size:10px}.topic-controls-panel input,.topic-controls-panel select{height:38px;font-size:14px;font-weight:400}.search-results{top:56px}
  .information-panel{min-height:300px;padding:20px 22px}.topic-identity h1{margin:7px 0 9px;font-size:34px}.topic-identity p{font-size:13.5px;line-height:1.5}
  .save-file-reminder{min-height:44px;padding:7px 10px;gap:8px;border-width:1px;border-radius:10px}.save-file-reminder>div{width:22px;flex-basis:22px;font-size:16px}.save-file-reminder p{display:flex;align-items:baseline;gap:8px}.save-file-reminder strong{font-size:11px;white-space:nowrap}.save-file-reminder span{font-size:10px;line-height:1.25}.save-file-reminder>button{width:28px;height:28px;margin-left:auto;padding:0;border:0;background:transparent;color:#5d4a18;font-size:18px}
  .studio-footer{display:none}
}
@media(max-height:680px) and (min-width:761px){.intelligence-app{grid-template-rows:88px 52px minmax(0,1fr) 0}.studio-brand strong{font-size:31px}.studio-brand small{display:none}.studio-workspace{padding-block:8px}.intelligence-sidebar{grid-template-rows:auto minmax(280px,1fr) auto}.save-file-reminder span{display:none}}
@media(max-width:760px){html,body{overflow:auto}.intelligence-app{height:auto;min-height:100dvh;grid-template-rows:auto auto auto auto}.studio-header-inner{min-height:130px}.studio-brand{gap:13px}.studio-brand strong{font-size:29px}.studio-brand small{display:none}.about-studio-button{min-height:38px;padding:0 12px;font-size:0}.about-studio-button::after{content:"About";font-size:11px}.return-link{font-size:0}.return-link::after{content:"← Home";font-size:12px}.tool-utility-inner{align-items:flex-start}.tool-actions{overflow:auto;flex-wrap:nowrap}.studio-workspace{grid-template-columns:minmax(0,1fr);min-width:0}.visual-stage{min-height:760px}.intelligence-sidebar{display:block;width:100%;min-width:0}.topic-controls-panel{width:100%;min-width:0;margin-bottom:14px}.topic-controls-panel label,.topic-controls-panel input,.topic-controls-panel select{min-width:0;max-width:100%}.information-panel{max-height:none;overflow:visible}.influence-grid{grid-template-columns:1fr 1fr}.focus-divider{min-width:280px;margin-top:48px}.focus-divider.is-empty{width:calc(100% - 32px)}.edit-map-button{top:8px;right:auto;left:50%;transform:translateX(-50%)}.studio-footer-inner{min-height:110px;align-items:flex-start;justify-content:center;flex-direction:column;gap:10px}.studio-footer-links{justify-content:flex-start;flex-wrap:wrap}.studio-footer p{text-align:left}.share-dialog-body{grid-template-columns:1fr}.share-qr{display:none}.custom-topic-grid,.custom-influence-grid,.about-two-column{grid-template-columns:1fr}.custom-builder-body{padding-inline:18px}.custom-builder-actions{padding-inline:18px}.about-studio-heading{padding:20px}.about-studio-heading h2{font-size:25px}.about-studio-body{padding:20px}.about-studio-actions{padding-inline:20px}}
@media(max-width:760px){.studio-footer-inner{min-height:0;padding:20px 0;grid-template-columns:1fr;align-items:start;gap:16px}.studio-footer-content{width:100%;justify-items:start}.studio-footer-links{justify-content:flex-start;flex-wrap:wrap}.studio-footer-credit{text-align:left}}
@media print{.tool-utility,.studio-footer,.history-drawer,.drawer-backdrop{display:none!important}.intelligence-app{display:block;height:auto}.studio-workspace{display:block;width:100%;padding:0}.visual-stage{height:740px;margin-bottom:20px}.information-panel{overflow:visible}.studio-header{margin-bottom:18px}}


/* Main-studio column layout for the Opportunity Iceberg footer. */
.intelligence-app{grid-template-rows:154px 70px minmax(0,1fr) 238px;min-height:930px}
.studio-footer{border-top:5px solid var(--orange)}
.studio-footer-inner{width:min(var(--content),calc(100% - 64px));min-height:0;padding:48px 0 42px;display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(160px,1fr));align-items:start;gap:54px}
.studio-footer-brand{display:flex;align-items:flex-start;gap:18px}
.studio-footer-mark{box-sizing:border-box;display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border:1px solid rgba(255,255,255,.36);border-radius:15px;background:rgba(255,255,255,.07);font:850 18px/1 Inter,system-ui,sans-serif}
.studio-footer-brand strong{display:block;margin:1px 0 10px;color:#fff;font:800 22px/1.15 Inter,system-ui,sans-serif}
.studio-footer-brand p{max-width:380px;margin:0;color:#d7e2ec;font:500 14px/1.58 Inter,system-ui,sans-serif}
.studio-footer-brand span{display:block;margin-top:14px;color:#ff9a69;font:750 11px/1.4 Inter,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.studio-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.studio-footer-column h2{margin:2px 0 7px;color:#fff;font:750 15px/1.2 Inter,system-ui,sans-serif;letter-spacing:.01em}
.studio-footer-column a,.studio-footer-column button,.studio-footer-static{box-sizing:border-box!important;width:auto!important;min-width:0!important;min-height:0!important;height:auto!important;border:0!important;padding:0!important;background:transparent!important;color:#d7e2ec!important;text-align:left!important;text-decoration:none!important;font:550 13px/1.45 Inter,system-ui,sans-serif!important;cursor:pointer}
.studio-footer-static{cursor:default}.studio-footer-static em{color:#ff9a69;font-style:normal;font-size:11px;letter-spacing:.04em;text-transform:uppercase}
.studio-footer-column a:hover,.studio-footer-column button:hover{color:#ff9a69;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:4px}
.studio-footer-bottom{width:min(var(--content),calc(100% - 64px));margin:0 auto;padding:20px 0 24px;border-top:1px solid rgba(255,255,255,.18);display:flex;justify-content:space-between;gap:28px}
.studio-footer-bottom p{margin:0;color:#b9c9d7;font:500 11px/1.55 Inter,system-ui,sans-serif}.studio-footer-bottom p:last-child{max-width:620px;text-align:right}
@media(max-width:1100px){.studio-footer-inner{grid-template-columns:1.35fr 1fr;gap:42px 56px}.studio-footer-brand{grid-row:span 2}.intelligence-app{grid-template-rows:154px 70px minmax(0,1fr) 330px;min-height:1020px}}
@media(max-height:850px) and (min-width:761px){.intelligence-app{min-height:0;grid-template-rows:106px 58px minmax(0,1fr) 0}.studio-footer{display:none}}
@media(max-width:760px){.intelligence-app{height:auto;min-height:100dvh;grid-template-rows:auto auto auto auto}.studio-footer-inner{width:calc(100% - 36px);padding:30px 0 26px;grid-template-columns:1fr;gap:25px}.studio-footer-brand{grid-row:auto}.studio-footer-bottom{width:calc(100% - 36px);padding:15px 0 19px;flex-direction:column;gap:8px}.studio-footer-bottom p:last-child{text-align:left}}

/* Keep the footer in normal document flow so it is reached by scrolling. */
html,body{height:auto;min-height:100%;overflow:auto}
.intelligence-app{height:auto;min-height:100dvh;grid-template-rows:154px 70px auto auto}
.studio-workspace{min-height:calc(100dvh - 224px)}
.studio-footer{display:block}
@media(max-height:850px) and (min-width:761px){.intelligence-app{grid-template-rows:106px 58px auto auto}.studio-workspace{min-height:calc(100dvh - 164px)}.studio-footer{display:block}}
@media(max-height:680px) and (min-width:761px){.intelligence-app{grid-template-rows:88px 52px auto auto}.studio-workspace{min-height:calc(100dvh - 140px)}}
@media(max-width:760px){.intelligence-app{grid-template-rows:auto auto auto auto}.studio-workspace{min-height:0}.edit-map-button{top:72px;right:auto;left:28px;transform:none}}

.save-file-reminder{box-sizing:border-box;width:100%;margin:0;padding:13px 15px;display:flex;align-items:center;gap:12px;border:2px solid #9a6a00;border-radius:14px;background:#fff4bf;color:#362900}.save-file-reminder[hidden]{display:none}.save-file-reminder>div{width:32px;flex:0 0 32px;font-size:20px;text-align:center}.save-file-reminder p{display:grid;gap:3px;margin:0}.save-file-reminder strong{font-size:13px}.save-file-reminder span{font-size:11.5px;line-height:1.4}.save-file-reminder>button{width:32px;height:32px;margin-left:auto;padding:0;border:0;border-radius:7px;background:rgba(255,255,255,.55);color:#5d4a18;font-size:20px}
.information-section p,.information-section li{color:#3f5366;font-size:13.5px;line-height:1.62}.topic-controls-panel,.visual-stage,.information-panel,.influence-card{border-color:#263444}
.topic-identity p,.custom-builder-intro,.custom-influence-builder p,.about-studio-heading p,.about-studio-body p,.about-studio-body li{color:#3f5366;font-weight:500}
.strategyworks-save-prompt-backdrop{position:fixed;z-index:10000;inset:0;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(10,28,43,.62);backdrop-filter:blur(3px)}.strategyworks-save-prompt-backdrop.open{display:flex}.strategyworks-save-prompt{position:relative;width:min(560px,100%);padding:32px;border:2px solid #102b43;border-radius:18px;background:#fff;color:#142033;box-shadow:0 28px 80px rgba(8,26,41,.34);text-align:center}.strategyworks-save-prompt-close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:9px;background:#edf2f6;color:#142033;font-size:25px}.strategyworks-save-prompt-sign{display:grid;width:54px;height:48px;margin:0 auto 13px;border-radius:12px;background:#ffd84d;color:#3d3100;font-size:28px;place-items:center}.strategyworks-save-prompt h2{margin:0 0 9px;color:#142033;font-size:27px}.strategyworks-save-prompt p{margin:0 auto 22px;max-width:460px;color:#34465d;font-size:14px;font-weight:500;line-height:1.55}.strategyworks-save-prompt-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.strategyworks-save-prompt-actions button{min-height:48px;padding:0 15px;border:1px solid #102b43;border-radius:10px;background:#fff;color:#102b43;font-size:13px;font-weight:800}.strategyworks-save-prompt-actions button.primary{background:#102b43;color:#fff}
.strategyworks-save-prompt-backdrop{background:rgba(8,25,40,.35);backdrop-filter:blur(2px)}.strategyworks-save-prompt{box-sizing:border-box;width:min(500px,100%);padding:26px;border:1px solid #263444;color:#17243a;box-shadow:0 22px 60px rgba(8,25,40,.24);text-align:left}.strategyworks-save-prompt-close{top:14px;right:14px;width:36px;height:36px;border:1px solid #b9c5cf;background:#fff;color:#17243a;font-size:21px}.strategyworks-save-prompt-sign{width:38px;height:38px;margin:0 0 12px;border-radius:50%;background:#eaf7f1;color:#247252;font-size:20px;font-weight:900}.strategyworks-save-prompt h2{margin:0 44px 8px 0;color:#17243a;font-size:23px}.strategyworks-save-prompt p{margin:0;color:#3d4e63}.strategyworks-save-prompt-actions{margin-top:19px}.strategyworks-save-prompt-actions button{min-height:44px;padding:0 14px;border-color:#263444;font-size:12px}.strategyworks-save-prompt-dismiss{display:block;margin:15px auto 0;border:0;background:transparent;color:#526579;text-decoration:underline;text-underline-offset:3px;font-size:12px;font-weight:700}
@media(max-width:760px){.save-file-reminder{width:calc(100% - 28px);align-items:flex-start}}
@media(max-width:560px){.strategyworks-save-prompt{padding:27px 20px 22px}.strategyworks-save-prompt-actions{grid-template-columns:1fr}}
.strategyworks-save-prompt-actions{grid-template-columns:1fr}.strategyworks-save-prompt-sign{background:#eef4f8;color:#102b43}
@media(max-height:850px) and (min-width:761px){.save-file-reminder{min-height:42px;padding:6px 9px;gap:7px;border-width:1px;border-radius:10px}.save-file-reminder>div{width:20px;flex-basis:20px;font-size:15px}.save-file-reminder p{display:flex;align-items:baseline;gap:7px}.save-file-reminder strong{font-size:10.5px;white-space:nowrap}.save-file-reminder span{font-size:9.5px;line-height:1.2}.save-file-reminder>button{width:26px;height:26px;flex:0 0 26px;background:transparent;font-size:17px}}
@media print{.save-file-reminder,.strategyworks-save-prompt-backdrop{display:none!important}}
/* Contextual learning drawer */
.strategyworks-help-drawer{position:fixed;z-index:2147482600;top:50%;right:0;transform:translateY(-50%);pointer-events:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#17243a}
.strategyworks-help-tab{position:absolute;top:50%;right:0;width:42px;height:96px;transform:translateY(-50%);padding:0;border:1px solid #d9561f;border-right:0;border-radius:13px 0 0 13px;background:#ff6f32;color:#fff;box-shadow:-8px 10px 24px rgba(16,43,67,.18);font:850 11px/1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:.11em;text-transform:uppercase;writing-mode:vertical-rl;cursor:pointer;pointer-events:auto;transition:right .22s ease,background-color .18s ease}
.strategyworks-help-tab:hover,.strategyworks-help-tab:focus-visible{background:#e95b22;outline:3px solid rgba(255,122,61,.28);outline-offset:2px}
.strategyworks-help-drawer.open .strategyworks-help-tab{right:100%}
.strategyworks-help-panel{box-sizing:border-box;width:min(410px,calc(100vw - 58px));max-height:min(680px,calc(100vh - 32px));overflow:auto;padding:24px;border:1px solid #102b43;border-right:0;border-radius:20px 0 0 20px;background:#f8fafc;box-shadow:-22px 22px 54px rgba(8,25,40,.24);transform:translateX(calc(100% + 28px));visibility:hidden;pointer-events:none;transition:transform .22s ease,visibility 0s linear .22s}
.strategyworks-help-drawer.open .strategyworks-help-panel{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform .22s ease}
.strategyworks-help-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:-24px -24px 0;padding:22px 24px 20px;background:#102b43;color:#fff;border-bottom:0}
.strategyworks-help-panel>header span{display:block;margin-bottom:6px;color:#ff7a3d;font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.strategyworks-help-panel h2{margin:0;color:#fff;font-size:23px;line-height:1.15;letter-spacing:-.025em}
.strategyworks-help-close{width:38px;height:38px;flex:0 0 38px;padding:0;border:1px solid #fff;border-radius:10px;background:#fff;color:#17243a;font-size:24px;line-height:1;cursor:pointer}
.strategyworks-help-context{margin:17px 0;color:#52647c;font-size:13.5px;font-weight:500;line-height:1.55}
.strategyworks-help-actions{display:grid;gap:10px}
.strategyworks-help-actions>button,.strategyworks-help-actions>a,.strategyworks-help-unavailable{box-sizing:border-box;width:100%;min-height:76px;padding:14px 15px;border:1px solid #bdcad7;border-radius:13px;background:#fff;color:#17243a;text-align:left;text-decoration:none}
.strategyworks-help-actions>button{cursor:pointer}
.strategyworks-help-actions>button:hover,.strategyworks-help-actions>button:focus-visible,.strategyworks-help-actions>a:hover,.strategyworks-help-actions>a:focus-visible{border-color:#102b43;box-shadow:0 7px 18px rgba(16,43,67,.09);outline:0}
.strategyworks-help-actions strong,.strategyworks-help-actions span{display:block}
.strategyworks-help-actions strong{margin-bottom:5px;font-size:14px;line-height:1.2}
.strategyworks-help-actions span{color:#586a81;font-size:12.5px;font-weight:500;line-height:1.4}
.strategyworks-help-unavailable{position:relative;background:#f1f4f7}
.strategyworks-help-unavailable em{display:block;margin-top:7px;color:#ff6f32;font-size:10px;font-style:normal;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.strategyworks-help-return{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:16px;border:1px solid #102b43;border-radius:10px;background:#102b43;color:#fff;font-size:12.5px;font-weight:800;text-decoration:none}
.strategyworks-help-return:hover{background:#173b53}
.dt-modal-open .strategyworks-help-drawer{visibility:hidden}
@media(max-width:680px){.strategyworks-help-drawer{top:auto;right:0;bottom:0;left:0;transform:none}.strategyworks-help-tab,.strategyworks-help-drawer.open .strategyworks-help-tab{top:auto;right:14px;bottom:0;width:82px;height:38px;transform:none;border-right:1px solid #d9561f;border-bottom:0;border-radius:11px 11px 0 0;writing-mode:horizontal-tb}.strategyworks-help-panel{width:100%;max-height:82dvh;padding:20px;border-right:1px solid #102b43;border-bottom:0;border-left:1px solid #102b43;border-radius:20px 20px 0 0;transform:translateY(calc(100% + 28px))}.strategyworks-help-drawer.open .strategyworks-help-panel{transform:translateY(0)}.strategyworks-help-panel>header{margin:-20px -20px 0;padding:20px}.strategyworks-help-actions{grid-template-columns:1fr 1fr}.strategyworks-help-actions>button,.strategyworks-help-unavailable{min-height:92px}}
@media(max-width:440px){.strategyworks-help-actions{grid-template-columns:1fr}.strategyworks-help-actions>button,.strategyworks-help-unavailable{min-height:70px}}
@media print{.strategyworks-help-drawer{display:none!important}}


.studio-footer-brand span,.studio-footer-static em{color:#ff6f32!important;font-weight:850!important}
.studio-footer-brand span{font-size:14px;letter-spacing:0;text-transform:none}
.strategyworks-tool-sticky-identity{position:fixed;z-index:2147482000;top:0;right:0;left:0;box-sizing:border-box;height:68px;transform:translateY(-110%);border-bottom:0;background:#102b43;color:#fff;box-shadow:0 8px 24px rgba(8,25,40,.2);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.strategyworks-tool-sticky-identity.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.strategyworks-tool-sticky-inner{box-sizing:border-box;width:min(1460px,100%);height:100%;margin:auto;padding:2px 24px;display:flex;align-items:center;gap:12px}.strategyworks-tool-sticky-mark{box-sizing:border-box;display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border:1px solid rgba(255,255,255,.48);border-radius:9px;background:rgba(255,255,255,.08);color:#fff;font:850 11px/1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.strategyworks-tool-sticky-label{min-width:0;display:flex;align-items:baseline;gap:10px}.strategyworks-tool-sticky-label small{color:#ff8a50;font:900 11px/1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.strategyworks-tool-sticky-label strong{overflow:hidden;color:#fff;font:900 17px/1.2 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;text-overflow:ellipsis;white-space:nowrap}.strategyworks-tool-sticky-studio{padding-left:12px;border-left:1px solid rgba(255,255,255,.28);color:#dce8f0;font:800 12px/1.2 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;white-space:nowrap}.strategyworks-tool-sticky-identity button{box-sizing:border-box;min-height:40px;margin-left:auto;padding:0 14px;border:1px solid rgba(255,255,255,.44);border-radius:8px;background:transparent;color:#fff;font:800 12px/1 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;cursor:pointer}.strategyworks-tool-sticky-identity button b{margin-left:5px;color:#ff9a69;font-size:15px}.strategyworks-tool-sticky-progress{position:absolute;z-index:2;right:0;bottom:-3px;left:0;height:4px;transform:scaleX(0);transform-origin:left center;background:#ff6f32;transition:transform .08s linear}@media(max-width:700px){.strategyworks-tool-sticky-inner{padding:0 14px}.strategyworks-tool-sticky-label{display:block}.strategyworks-tool-sticky-label small{display:block;margin-bottom:2px;font-size:8px}.strategyworks-tool-sticky-label strong{display:block;max-width:48vw;font-size:13px}.strategyworks-tool-sticky-studio{display:none}.strategyworks-tool-sticky-identity button{padding:0 9px;font-size:10px}}@media(prefers-reduced-motion:reduce){.strategyworks-tool-sticky-identity,.strategyworks-tool-sticky-progress{transition:none}}@media print{.strategyworks-tool-sticky-identity{display:none!important}}
.studio-footer-column a:hover,.studio-footer-column button:hover,.studio-footer-links a:hover,.studio-footer-links button:hover{color:#ff6f32}
/* End both desktop workspace panels on the same baseline. */
@media(min-width:761px){
  .studio-workspace{min-height:0;align-items:start}
  .visual-stage,.intelligence-sidebar{height:817px}
}
@media(max-width:760px){
  .visual-stage,.intelligence-sidebar{height:auto}
}
@media print{
  .visual-stage,.intelligence-sidebar{height:auto}
}
