@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--si-coral: #F26F66;--si-dark: #0F0F0F;--si-dark-mid: #1A1A1A;--si-grey: #666666;--si-grey-light: #999999;--si-white: #FFFFFF;--si-off-white: #FAFAFA;--si-square: 14px;--si-shell: 760px;--si-border: rgba(255, 255, 255, .08);--si-body: rgba(255, 255, 255, .6);--si-body-strong: rgba(255, 255, 255, .82);--si-on-coral: #FFFFFF;--si-ease: cubic-bezier(.22, 1, .36, 1)}body.theme-light{--si-dark: #FFFFFF;--si-dark-mid: #FAFAFA;--si-white: #0F0F0F;--si-border: rgba(0, 0, 0, .1);--si-body: rgba(0, 0, 0, .62);--si-body-strong: rgba(0, 0, 0, .82);--si-grey-light: #6e6e6e}body.theme-light .client-logo{filter:invert(1)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--si-dark);color:var(--si-white);font-weight:500;line-height:1.6;-webkit-font-smoothing:antialiased}[hidden]{display:none!important}img{max-width:100%;display:block}a{color:inherit}#app,#app *{border-radius:0}#app{max-width:var(--si-shell);margin:0 auto;padding:2.5rem 1.5rem 5rem}@media (min-width: 640px){#app{padding:4rem 2rem 6rem}}.gate-inner{max-width:420px;margin:14vh auto;padding:0 1.5rem}.gate-inner h1{font-weight:800;letter-spacing:-.02em;font-size:1.6rem;margin:0 0 .5rem}.gate-inner p{color:var(--si-body);margin:0 0 2rem}.si-mark{width:var(--si-square);height:var(--si-square);background:var(--si-coral);margin-bottom:1.5rem}.client-logo{height:120px;width:auto;margin:0 0 2.5rem}.accent-square{width:var(--si-square);height:var(--si-square);background:var(--si-coral)}.eyebrow,.section-label,.focus-label{text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:800;color:var(--si-coral);margin:0 0 .75rem}.hero{margin:0 0 3rem}.hero-headline{font-size:clamp(2rem,5.5vw,3rem);font-weight:900;letter-spacing:-.04em;line-height:1.07;margin:0 0 1rem}em.accent{font-style:normal;color:var(--si-coral)}.hero-sub{color:var(--si-body-strong);font-size:1.125rem;line-height:1.5;margin:0;max-width:56ch}.focus{border:1px solid var(--si-border);background:var(--si-dark-mid);padding:1.5rem;margin:0 0 3rem;position:relative}.focus:before{content:"";position:absolute;top:1.5rem;left:-7px;width:var(--si-square);height:var(--si-square);background:var(--si-coral)}.focus-action{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 .75rem}.focus-why,.focus-track{color:var(--si-body);margin:0 0 .5rem;font-size:.95rem}.roadmap{margin:0 0 3rem}.phase{padding:.75rem 0 .75rem 1.5rem;border-left:1px solid var(--si-border);position:relative}.phase:before{content:"";position:absolute;left:-7px;top:1.1rem;width:var(--si-square);height:var(--si-square);background:var(--si-grey)}.phase-live:before{background:var(--si-coral)}.phase-done .phase-title{color:var(--si-grey)}.phase-when{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--si-grey-light);margin:0 0 .25rem;font-weight:700}.phase-title{font-size:1.05rem;font-weight:700;margin:0;letter-spacing:-.01em}.numbers{display:grid;grid-template-columns:1fr;gap:1rem;margin:0 0 3rem}.number{border:1px solid var(--si-border);padding:1.25rem}.number-value{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:900;letter-spacing:-.03em;line-height:1;color:var(--si-coral)}.number-label{color:var(--si-grey-light);font-size:.85rem;margin-top:.5rem;line-height:1.4}@media (min-width: 640px){.numbers{grid-template-columns:repeat(3,1fr)}}.doors{display:grid;grid-template-columns:1fr;gap:.75rem;margin:0 0 3rem}.door{border:1px solid var(--si-border);padding:1rem 1.25rem;text-decoration:none;color:var(--si-white);transition:border-color .15s var(--si-ease),transform .15s var(--si-ease),box-shadow .15s var(--si-ease)}.door:hover{border-color:var(--si-coral);transform:translateY(-2px);box-shadow:0 8px 24px #0000000a}.door-title{font-weight:700}.door-sub{color:var(--si-grey-light);font-size:.85rem;margin-top:.2rem}@media (min-width: 640px){.doors{grid-template-columns:repeat(2,1fr)}}.homework{margin:0 0 3rem}.hw{display:grid;grid-template-columns:auto 1fr;gap:.4rem .85rem;align-items:start;padding:.85rem 0;cursor:pointer}.hw input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--si-coral);grid-row:1 / span 3}.hw-title{font-weight:700}.hw-detail{grid-column:2;color:var(--si-body);font-size:.9rem}.hw-due{grid-column:2;color:var(--si-grey-light);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.hw-done .hw-title{color:var(--si-grey);text-decoration:line-through}.notes{margin:0 0 3rem}.note-form{border:1px solid var(--si-border);background:var(--si-dark-mid);padding:1rem;margin:0 0 1.5rem}.note-input{width:100%;background:var(--si-dark);color:var(--si-white);border:1px solid var(--si-border);padding:.75rem;font-family:inherit;font-size:.95rem;resize:vertical}.note-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem}.note-upload{color:var(--si-grey-light);font-size:.85rem}.note-submit{background:var(--si-coral);color:var(--si-on-coral);border:none;padding:.65rem 1.4rem;font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;cursor:pointer;transition:background .15s var(--si-ease),color .15s var(--si-ease)}.note-submit:hover{background:var(--si-white);color:var(--si-dark)}.notes-list{display:flex;flex-direction:column;gap:1rem}.note{border:1px solid var(--si-border);padding:1rem}.note-coach{border-left:2px solid var(--si-coral)}.note-author{color:var(--si-grey-light);font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .4rem;font-weight:700}.note-body{margin:0;color:var(--si-body-strong)}.note-file{display:inline-block;margin-top:.5rem;color:var(--si-coral);font-size:.85rem}.drive{margin:0 0 3rem}.drive-level{list-style:none;margin:0;padding-left:1rem}.drive-tree>.drive-level{padding-left:0}summary.drive-folder-name{cursor:pointer;font-weight:700;padding:.4rem 0;list-style:none}summary.drive-folder-name::-webkit-details-marker{display:none}summary.drive-folder-name:before{content:"+";color:var(--si-coral);display:inline-block;width:1rem;font-weight:700}details[open]>summary.drive-folder-name:before{content:"−"}.drive-file-link{color:var(--si-white);text-decoration:none;display:inline-block;padding:.4rem 0}.drive-file-link:before{content:"";display:inline-block;width:var(--si-square);height:2px;background:var(--si-grey);margin-right:.6rem;vertical-align:middle}.drive-file-link:hover{color:var(--si-coral)}.drive-empty,.drive-loading{color:var(--si-grey-light)}.miro{margin:0 0 3rem}.miro-frame{width:100%;aspect-ratio:16 / 10;border:1px solid var(--si-border)}.footer{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--si-border);padding-top:1rem;color:var(--si-grey-light);font-size:.8rem}.footer-link{color:var(--si-coral);text-decoration:none;font-weight:700}.footer-link:hover{text-decoration:underline}.section-narrative,.section-phase{margin:0 0 3rem}.narrative-title,.section-title{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .85rem}.narrative-body{color:var(--si-body-strong);line-height:1.7}.section-intro{color:var(--si-body-strong);line-height:1.7;margin:0 0 1.5rem;max-width:60ch}.numbers>.section-title,.doors>.section-title,.doors>.section-intro{grid-column:1 / -1;margin-bottom:0}.narrative-edit,.narrative-save,.narrative-cancel{font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;padding:.5rem 1.1rem;cursor:pointer;border:1px solid var(--si-border);background:transparent;color:var(--si-body-strong)}.narrative-edit{margin-top:1rem}.narrative-edit:hover,.narrative-cancel:hover{border-color:var(--si-coral);color:var(--si-white)}.narrative-save{background:var(--si-coral);color:var(--si-on-coral);border-color:var(--si-coral)}.narrative-save:hover{background:var(--si-white);color:var(--si-dark)}.narrative-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.narrative-input-title,.narrative-input-body{width:100%;background:var(--si-dark);color:var(--si-white);border:1px solid var(--si-border);padding:.75rem;font-family:inherit;font-size:.95rem}.narrative-input-body{resize:vertical;line-height:1.6}.narrative-actions{display:flex;gap:.75rem}.hw-file{grid-column:2;color:var(--si-coral);font-size:.85rem;margin-top:.2rem}.portal-topbar{display:flex;justify-content:flex-end;margin:0 0 1rem}.theme-toggle{font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;padding:.4rem .9rem;cursor:pointer;border:1px solid var(--si-border);background:transparent;color:var(--si-grey-light);transition:border-color .15s var(--si-ease),color .15s var(--si-ease)}.theme-toggle:hover{border-color:var(--si-coral);color:var(--si-coral)}body.portal-tool #app{max-width:none;margin:0;padding:0}.tool-switcher{position:fixed;top:.75rem;right:.75rem;z-index:50}.tool-switcher .client-switch{background:#10182bd9;padding:.35rem .6rem}.number-edit{margin-top:.75rem;font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;padding:.35rem .85rem;cursor:pointer;border:1px solid var(--si-border);background:transparent;color:var(--si-body-strong)}.number-edit:hover{border-color:var(--si-coral);color:var(--si-coral)}.number-form{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem}.number-input-value{width:100%;background:var(--si-dark);color:var(--si-white);border:1px solid var(--si-border);padding:.6rem;font-family:inherit;font-size:1.1rem;font-weight:800}.notes-panel{margin-top:1rem}.notes-panel-summary{cursor:pointer;color:var(--si-grey-light);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;padding:.5rem 0;list-style:none}.notes-panel-summary::-webkit-details-marker{display:none}.notes-panel-summary:before{content:"+";color:var(--si-coral);display:inline-block;width:1rem;font-weight:700}.notes-panel[open]>.notes-panel-summary:before{content:"−"}.notes-panel>.notes-list{margin-top:.75rem}.toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%);background:var(--si-coral);color:var(--si-on-coral);padding:.7rem 1.25rem;font-weight:700;font-size:.85rem;box-shadow:0 8px 24px #00000040;z-index:1000;max-width:90vw}.toast-error{background:var(--si-dark-mid);color:var(--si-white);border:1px solid var(--si-coral)}.hw-item{border-bottom:1px solid var(--si-border)}.hw-notes{display:flex;flex-direction:column;gap:.6rem;margin:0 0 .85rem 1.6rem;padding-left:1rem}.hw-note{border-left:2px solid var(--si-border);padding:.1rem 0 .1rem .85rem}.hw-note-coach{border-left-color:var(--si-coral)}.hw-note-meta{color:var(--si-grey-light);font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .2rem;font-weight:700}.hw-note-body{margin:0;color:var(--si-body-strong);font-size:.92rem;white-space:pre-wrap}.hw-note-locked{margin:.35rem 0 0;color:var(--si-coral);font-size:.78rem}.hw-note-edit{margin-top:.35rem;font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.64rem;padding:.2rem 0;cursor:pointer;border:none;background:transparent;color:var(--si-grey-light)}.hw-note-edit:hover{color:var(--si-coral)}.hw-note-form{display:flex;gap:.6rem;align-items:flex-start;margin-top:.2rem}.hw-note-input,.hw-note-edit-input{flex:1;width:100%;background:var(--si-dark);color:var(--si-white);border:1px solid var(--si-border);padding:.55rem;font-family:inherit;font-size:.9rem;resize:vertical}.hw-note-edit-form{display:flex;flex-direction:column;gap:.6rem;margin-top:.35rem}.hw-note-submit{background:var(--si-coral);color:var(--si-on-coral);border:none;padding:.55rem 1.1rem;font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;cursor:pointer;transition:background .15s var(--si-ease),color .15s var(--si-ease)}.hw-note-submit:hover{background:var(--si-white);color:var(--si-dark)}.wheel{margin:0 0 1.5rem;border:1px solid var(--si-border);border-top:2px solid var(--si-coral)}.wheel-summary{position:relative;cursor:pointer;list-style:none;display:flex;align-items:center;gap:.85rem;padding:1.1rem 2.75rem 1.1rem 1.5rem}.wheel-summary::-webkit-details-marker{display:none}.wheel-summary:before{content:"+";position:absolute;top:1.2rem;right:1.5rem;color:var(--si-coral);font-weight:800;font-size:1.2rem;line-height:1}.wheel[open]>.wheel-summary:before{content:"−"}.wheel-pin-square{width:var(--si-square);height:var(--si-square);background:var(--si-coral);flex:none}.wheel-pin-text{display:flex;flex-direction:column;gap:.15rem}.wheel-pin-label{color:var(--si-coral);font-size:.62rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.wheel-pin-title{color:var(--si-white);font-size:1.4rem;font-weight:900;letter-spacing:-.02em;line-height:1.1}.wheel-body{padding:.5rem 1.5rem 1.75rem}.wheel-legend{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;justify-content:center;margin:0 0 .5rem}.wheel-leg-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--si-body-strong);cursor:pointer}.wheel-leg-item input{accent-color:var(--si-coral);width:16px;height:16px}.wheel-sw{width:13px;height:13px;display:inline-block;border:1px solid}.wheel-sw-baseline{background:transparent;border-color:var(--si-body-strong)}.wheel-sw-midpoint{background:var(--si-grey-light);border-color:var(--si-grey-light)}.wheel-sw-final{background:var(--si-coral);border-color:var(--si-coral)}.wheel-svg{display:block;width:100%;max-width:540px;margin:0 auto}.wheel-disc{fill:#f26f661a}.wheel-grid{stroke:var(--si-grey);stroke-opacity:.45;stroke-width:1}.wheel-scale{fill:var(--si-grey-light);font-size:11px}.wheel-axis{fill:var(--si-body-strong);font-size:12px;font-weight:700}.wheel-poly{stroke-linejoin:round}.wheel-poly-baseline{fill:none;stroke:var(--si-body-strong);stroke-width:1.6;stroke-dasharray:5 4}.wheel-poly-midpoint{fill:#9993;stroke:var(--si-grey-light);stroke-width:2}.wheel-poly-final{fill:#f26f664d;stroke:var(--si-coral);stroke-width:2.5}.wheel-marker{fill:var(--si-coral);stroke:var(--si-dark);stroke-width:1.2}.wheel-coach{border:1px solid var(--si-border);background:var(--si-dark-mid);padding:1.25rem;margin-top:1.5rem}.wheel-coach-head{font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--si-coral);margin:0 0 .85rem}.wheel-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.wheel-tab{font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;padding:.4rem .9rem;cursor:pointer;border:1px solid var(--si-border);background:transparent;color:var(--si-body-strong)}.wheel-tab:hover{border-color:var(--si-coral);color:var(--si-white)}.wheel-tab.on{border-color:var(--si-coral);color:var(--si-coral)}.wheel-sliders{display:grid;grid-template-columns:1fr;gap:.6rem;margin-bottom:1.25rem}.wheel-row{display:grid;grid-template-columns:9.5rem 1fr 1.6rem;align-items:center;gap:.85rem}.wheel-row-label{font-size:.85rem;color:var(--si-body)}.wheel-slider{width:100%;accent-color:var(--si-coral)}.wheel-row-value{font-size:.95rem;font-weight:800;color:var(--si-coral);text-align:right}.wheel-save{background:var(--si-coral);color:var(--si-on-coral);border:none;padding:.65rem 1.4rem;font-family:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;cursor:pointer;transition:background .15s var(--si-ease),color .15s var(--si-ease)}.wheel-save:hover{background:var(--si-white);color:var(--si-dark)}.wheel-explain{margin-top:1.5rem;border:1px solid var(--si-border);padding:1rem 1.25rem}.wheel-explain-summary{cursor:pointer;font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--si-coral);list-style:none;padding:.25rem 0}.wheel-explain-summary::-webkit-details-marker{display:none}.wheel-explain-summary:before{content:"+";color:var(--si-coral);display:inline-block;width:1rem;font-weight:700}.wheel-explain[open]>.wheel-explain-summary:before{content:"−"}.wheel-explain-intro{color:var(--si-body-strong);line-height:1.7;margin:.85rem 0}.wheel-explain-grid{display:grid;grid-template-columns:1fr;gap:.5rem 1.5rem;margin:0 0 1rem}.wheel-explain-item{margin:0;color:var(--si-body);font-size:.9rem;line-height:1.5}.wheel-explain-item strong{color:var(--si-body-strong);font-weight:700}.wheel-explain-steps{margin:.5rem 0 0;padding-left:1.2rem;color:var(--si-body);font-size:.9rem;line-height:1.6}.wheel-explain-steps strong{color:var(--si-body-strong);font-weight:700}@media (min-width: 640px){.wheel-explain-grid{grid-template-columns:1fr 1fr}}.portal-topbar{gap:.75rem;align-items:center}.client-switch{display:flex;align-items:center;gap:.5rem}.client-switch-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--si-grey-light);font-weight:700}.client-select{font-family:inherit;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.4rem .9rem;background:var(--si-dark-mid);color:var(--si-white);border:1px solid var(--si-border);cursor:pointer}.client-select:hover,.client-select:focus{border-color:var(--si-coral)}.picker{max-width:520px;margin:8vh auto 0}.picker .si-mark{margin-bottom:1.5rem}.picker-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900;letter-spacing:-.03em;line-height:1.1;margin:0 0 .5rem}.picker-sub{color:var(--si-body);margin:0 0 2rem}.picker-list{display:grid;grid-template-columns:1fr;gap:.75rem}.picker-item{display:block;width:100%;text-align:left;font-family:inherit;font-size:1.05rem;font-weight:700;letter-spacing:-.01em;padding:1rem 1.25rem;background:transparent;color:var(--si-white);border:1px solid var(--si-border);cursor:pointer;transition:border-color .15s var(--si-ease),transform .15s var(--si-ease)}.picker-item:hover{border-color:var(--si-coral);transform:translateY(-2px)}.load-error{color:var(--si-body-strong);font-size:1.05rem;margin:0 0 1.5rem}.session{margin:0 0 1.5rem;border:1px solid var(--si-border)}.session-summary{position:relative;cursor:pointer;list-style:none;padding:1.25rem 2.75rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.35rem}.session-summary::-webkit-details-marker{display:none}.session-summary:before{content:"+";position:absolute;top:1.2rem;right:1.5rem;color:var(--si-coral);font-weight:800;font-size:1.2rem;line-height:1}.session[open]>.session-summary:before{content:"−"}.session-kicker{color:var(--si-coral);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.session-heading{color:var(--si-white);font-size:clamp(1.4rem,3vw,1.9rem);font-weight:900;letter-spacing:-.025em;line-height:1.15}.session-body{padding:0 1.5rem 1.75rem}.session-intro{color:var(--si-body-strong);font-size:1rem;line-height:1.6;margin:0 0 1.5rem;max-width:60ch}.session-asks{display:flex;flex-direction:column;gap:.6rem;margin:0 0 1.75rem}.session-ask{margin:0;color:var(--si-body);line-height:1.6}.session-ask strong{color:var(--si-white);font-weight:800}.session-section-label{color:var(--si-coral);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem}.session-reading-intro{color:var(--si-grey-light);font-size:.9rem;line-height:1.5;margin:0 0 1rem}.session-reading{display:flex;flex-direction:column;gap:1rem}.session-card{display:block;border:1px solid var(--si-border);padding:1.4rem 1.5rem;text-decoration:none;color:inherit;transition:border-color .2s var(--si-ease),transform .2s var(--si-ease)}.session-card:hover{border-color:var(--si-coral);transform:translateY(-2px)}.session-card-meta{display:flex;align-items:center;gap:.75rem;margin:0 0 .5rem}.session-card-num{color:var(--si-coral);font-weight:900;font-size:.95rem}.session-card-tag{color:var(--si-grey-light);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.session-card-tag-coral{color:var(--si-coral)}.session-card-title{color:var(--si-white);font-size:1.1rem;font-weight:800;letter-spacing:-.01em;line-height:1.3;margin:0 0 .5rem}.session-card-desc{color:var(--si-body);font-size:.95rem;line-height:1.6;margin:0 0 .85rem}.session-card-go{color:var(--si-coral);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.session-links{display:flex;flex-direction:column;gap:.6rem}.session-link{display:block;border:1px solid var(--si-border);padding:.85rem 1.1rem;text-decoration:none;color:var(--si-white);font-weight:700;transition:border-color .2s var(--si-ease)}a.session-link:hover{border-color:var(--si-coral);color:var(--si-coral)}.session-link-note{display:flex;flex-direction:column;gap:.2rem}.session-link-sub{color:var(--si-grey-light);font-size:.85rem;font-weight:500}@media (min-width: 640px){.picker-list{grid-template-columns:1fr 1fr}}
