:root{--bg:#100f0f;--surface:#171717;--surface-raised:#1e1e1e;--surface-soft:#242424;--border:#33312f;--border-strong:#4a463f;--text:#f2eee4;--text-soft:#c8c2b6;--text-muted:#858078;--gold:#c6b691;--gold-soft:#8c8063;--blue:#65a2cb;--danger:#b86e67;--success:#7f9477;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--content-max:1480px;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input{font:inherit}button{color:inherit}h1,h2,h3,p{margin-top:0}button,input[type=checkbox]{cursor:pointer}.coach-shell{background:radial-gradient(circle at 20% 0%, #c6b6910b, transparent 32rem), var(--bg);min-height:100vh}.top-nav{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#100f0ff5;grid-template-columns:1fr auto 1fr;align-items:center;min-height:76px;padding:0 32px;display:grid;position:sticky;top:0}.brand-block{align-items:baseline;gap:10px;display:flex}.brand-mark{letter-spacing:.16em;font-size:1.35rem;font-weight:800}.brand-sub{letter-spacing:.28em;color:var(--gold);font-size:.68rem}.primary-nav{gap:6px;display:flex}.nav-item,.identity-button{background:0 0;border:0}.nav-item{border-radius:var(--radius-sm);color:var(--text-soft);letter-spacing:.1em;padding:11px 14px;font-size:.76rem;font-weight:700}.nav-item:hover{background:var(--surface-soft);color:var(--text)}.nav-item.is-active{background:var(--surface-soft);color:var(--gold)}.identity-button{border:1px solid var(--border);border-radius:var(--radius-sm);letter-spacing:.12em;justify-self:end;align-items:center;gap:10px;padding:10px 14px;font-size:.72rem;display:flex}.coach-main{width:min(calc(100% - 48px), var(--content-max));margin:0 auto;padding:38px 0 64px}.page-heading{justify-content:space-between;align-items:flex-end;margin-bottom:26px;display:flex}.eyebrow{color:var(--gold);letter-spacing:.22em;margin-bottom:8px;font-size:.66rem;font-weight:700}.page-heading h1{letter-spacing:-.035em;margin-bottom:0;font-size:clamp(2rem,3vw,3.2rem);font-weight:500}.date-block{color:var(--text-soft);align-items:baseline;gap:8px;display:flex}.date-block span{letter-spacing:.14em;font-size:.86rem}.date-block small{color:var(--text-muted)}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(310px,.8fr);gap:20px;display:grid}.panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(180deg, #ffffff03, transparent), var(--surface)}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.panel-header h2{margin:0;font-size:1.12rem;font-weight:600}.count-badge{border:1px solid var(--gold-soft);min-width:32px;height:32px;color:var(--gold);border-radius:999px;place-items:center;font-size:.78rem;display:grid}.attention-list{padding:0 24px}.attention-row{border-bottom:1px solid var(--border);grid-template-columns:44px 1fr auto;align-items:center;gap:16px;padding:20px 0;display:grid}.attention-row:last-child{border-bottom:0}.avatar{border:1px solid var(--gold-soft);background:var(--surface-soft);width:42px;height:42px;color:var(--gold);border-radius:50%;place-items:center;font-size:.7rem;font-weight:700;display:grid}.avatar.large{width:58px;height:58px}.attention-copy h3{margin-bottom:5px;font-size:.95rem}.attention-copy p{color:var(--text-soft);margin-bottom:4px;font-size:.86rem}.attention-copy small{color:var(--text-muted)}.touchpoint{text-align:right;min-width:120px}.touchpoint span{color:var(--text-muted);margin-bottom:5px;font-size:.68rem;display:block}.touchpoint strong{color:var(--gold);font-size:.82rem}.sidebar-stack{gap:20px;display:grid}.stat-panel{padding:22px 24px}.stat-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.stat-grid div{border-right:1px solid var(--border);padding:14px 0}.stat-grid div:last-child{border-right:0}.stat-grid strong{color:var(--gold);margin-bottom:5px;font-size:1.7rem;font-weight:500;display:block}.stat-grid span{color:var(--text-muted);font-size:.7rem}.task-list{gap:13px;padding:20px 24px 24px;display:grid}.task-list label{color:var(--text-soft);align-items:center;gap:10px;font-size:.84rem;display:flex}.touchpoints-panel,.activity-panel{min-height:250px}.touchpoint-clients{gap:38px;padding:28px 24px;display:flex}.touchpoint-person{justify-items:center;gap:8px;display:grid}.touchpoint-person span{font-size:.85rem}.touchpoint-person small{color:var(--danger)}.touchpoint-person.complete small{color:var(--success)}.muted{color:var(--text-muted);font-size:.74rem}.activity-list{padding:4px 24px 16px}.activity-row{border-bottom:1px solid var(--border);grid-template-columns:64px 180px 1fr;gap:12px;padding:15px 0;font-size:.82rem;display:grid}.activity-row:last-child{border-bottom:0}.activity-row time{color:var(--gold)}.activity-row strong{font-weight:500}.activity-row span{color:var(--text-muted)}@media (width<=900px){.top-nav{grid-template-columns:1fr auto}.primary-nav{display:none}.dashboard-grid{grid-template-columns:1fr}}.roster-summary{align-items:baseline;gap:10px;display:flex}.roster-summary strong{color:var(--gold);font-size:1.5rem;font-weight:500}.roster-summary span{color:var(--text-muted);font-size:.76rem}.roster-panel{overflow:hidden}.roster-toolbar{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;gap:16px;padding:18px 20px;display:grid}.roster-search{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-raised);width:100%;color:var(--text);outline:none;padding:12px 14px}.roster-search:focus{border-color:var(--gold-soft)}.roster-filter{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--gold);letter-spacing:.08em;align-items:center;padding:0 16px;font-size:.76rem;display:flex}.roster-header,.roster-row{grid-template-columns:minmax(260px,1.5fr) minmax(150px,.8fr) minmax(230px,1fr) minmax(140px,.7fr) minmax(150px,.7fr);align-items:center;display:grid}.roster-header{border-bottom:1px solid var(--border);background:var(--surface-soft);color:var(--text-muted);letter-spacing:.11em;padding:13px 20px;font-size:.66rem;font-weight:700}.roster-row{border-bottom:1px solid var(--border);min-height:86px;color:inherit;padding:14px 20px;text-decoration:none;transition:background .12s,border-color .12s}.roster-row:last-child{border-bottom:0}.roster-row:hover{background:var(--surface-raised)}.roster-person{align-items:center;gap:14px;display:flex}.roster-person strong{margin-bottom:5px;font-size:.9rem;display:block}.roster-person small{color:var(--text-muted)}.roster-cell{color:var(--text-soft);font-size:.82rem}.roster-next{color:var(--gold);font-weight:600}.attention-pill,.stable-pill{border-radius:999px;max-width:210px;padding:6px 9px;font-size:.7rem;display:inline-flex}.attention-pill{color:#d69a94;background:#b86e6714;border:1px solid #b86e6759}.stable-pill{color:#a5ba9d;background:#7f947714;border:1px solid #7f947759}@media (width<=1050px){.roster-header{display:none}.roster-row{grid-template-columns:1fr 1fr;gap:15px}.roster-person{grid-column:1/-1}}.client-profile-heading{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:28px;display:flex}.back-link{color:var(--text-muted);letter-spacing:.12em;margin-bottom:22px;font-size:.68rem;font-weight:700;text-decoration:none;display:inline-block}.back-link:hover{color:var(--gold)}.client-title-row{align-items:center;gap:18px;display:flex}.profile-avatar{width:58px;height:58px}.client-title-row h1{margin:0}.client-subtitle{color:var(--text-muted);margin:5px 0 0}.engagement-status{flex-direction:column;align-items:flex-end;gap:7px;padding-top:28px;display:flex}.engagement-status span{color:var(--text-muted);letter-spacing:.12em;font-size:.62rem;font-weight:700}.engagement-status strong{color:var(--gold);text-transform:uppercase;font-size:.82rem}.profile-tabs{border-bottom:1px solid var(--border);gap:8px;margin-bottom:22px;display:flex;overflow-x:auto}.profile-tab{color:var(--text-muted);font:inherit;letter-spacing:.09em;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 14px;font-size:.7rem;font-weight:700}.profile-tab:hover{color:var(--text)}.profile-tab.is-active{border-bottom-color:var(--gold);color:var(--gold)}.client-overview-grid{grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:20px;display:grid}.client-state-grid{border-top:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.client-state-grid>div{border-right:1px solid var(--border);padding:22px}.client-state-grid>div:last-child{border-right:0}.client-state-grid span{color:var(--text-muted);margin-bottom:10px;font-size:.7rem;display:block}.client-state-grid strong{color:var(--gold);font-size:1rem;font-weight:500}.profile-attention-list,.profile-touchpoint-list,.profile-event-list{border-top:1px solid var(--border)}.profile-attention-row,.profile-touchpoint-row,.profile-event-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:15px 20px;display:flex}.profile-attention-row:last-child,.profile-touchpoint-row:last-child,.profile-event-row:last-child{border-bottom:0}.profile-attention-row strong,.profile-touchpoint-row strong,.profile-event-row strong{margin-bottom:5px;font-size:.82rem;display:block}.profile-attention-row p,.profile-touchpoint-row span,.profile-event-row span{color:var(--text-muted);margin:0;font-size:.72rem}.profile-attention-row>span,.profile-event-row time{color:var(--gold);font-size:.72rem}.status-label{letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:700}.status-completed{color:#98b18e}.status-due{color:#d69a94}.status-scheduled{color:var(--gold)}.status-missed{color:#c8756d}.empty-state{color:var(--text-muted);padding:24px 20px;font-size:.78rem}@media (width<=1050px){.client-overview-grid{grid-template-columns:1fr}.client-state-grid{grid-template-columns:1fr 1fr}.client-state-grid>div:nth-child(2){border-right:0}.client-state-grid>div:nth-child(-n+2){border-bottom:1px solid var(--border)}}@media (width<=650px){.client-profile-heading{flex-direction:column}.engagement-status{align-items:flex-start;padding-top:0}.client-state-grid{grid-template-columns:1fr}.client-state-grid>div{border-right:0;border-bottom:1px solid var(--border)}}.writable-attention{align-items:flex-start}.attention-resolution-copy{flex:1}.resolution-note{resize:vertical;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-raised);width:100%;min-height:72px;color:var(--text);font:inherit;margin-top:14px;padding:10px 12px;font-size:.76rem;display:block}.resolution-note:focus{border-color:var(--gold-soft);outline:none}.action-button{border:1px solid var(--gold-soft);border-radius:var(--radius-sm);min-height:36px;color:var(--gold);font:inherit;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:.68rem;font-weight:700;line-height:1;transition:background .14s,border-color .14s,color .14s,box-shadow .14s,transform .14s;display:inline-flex}.action-button:hover{border-color:var(--gold);background:#c3a87114;transform:translateY(-1px);box-shadow:0 0 0 1px #c3a8710a,0 6px 18px #0000002e}.action-button:active{box-shadow:none;transform:translateY(0)}.action-button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.action-button:disabled{border-color:var(--border);color:var(--text-muted);box-shadow:none;cursor:not-allowed;opacity:.55;background:0 0;transform:none}.action-button-primary{background:#c3a87112}.action-button-secondary{border-color:var(--border);color:var(--text-muted)}.action-button-secondary:hover{border-color:var(--gold-soft);color:var(--gold)}.action-button-danger{color:#d69a94;border-color:#9d5d58}.action-button-danger:hover{color:#e0aaa5;background:#c8756d14;border-color:#c8756d}.resolve-button{margin-top:10px}.touchpoint-actions{justify-content:flex-end;align-items:center;gap:14px;display:flex}.touchpoint-complete-button{min-width:96px}.library-summary{align-items:baseline;gap:10px;display:flex}.library-summary strong{color:var(--gold);font-size:1.5rem;font-weight:500}.library-summary span,.library-corpus-count{color:var(--text-muted);font-size:.76rem}.library-panel{overflow:hidden}.library-header,.library-row{grid-template-columns:minmax(300px,1.6fr) minmax(130px,.65fr) minmax(150px,.75fr) minmax(220px,1fr) minmax(110px,.55fr);align-items:center;display:grid}.library-header{border-bottom:1px solid var(--border);background:var(--surface-soft);color:var(--text-muted);letter-spacing:.11em;text-transform:uppercase;padding:13px 20px;font-size:.66rem;font-weight:700}.library-row{border-bottom:1px solid var(--border);min-height:96px;padding:16px 20px}.library-row:last-child{border-bottom:0}.library-row:hover{background:var(--surface-raised)}.library-artifact strong{margin-bottom:6px;font-size:.9rem;display:block}.library-artifact>span{color:var(--gold);letter-spacing:.03em;margin-bottom:7px;font-size:.68rem;display:block}.library-artifact small{color:var(--text-muted)}.library-cell{color:var(--text-soft);font-size:.76rem}.library-label{text-transform:uppercase;letter-spacing:.06em}.library-audience{color:var(--text-muted);line-height:1.55}.access-pill,.publication-state{border-radius:999px;padding:6px 9px;font-size:.68rem;display:inline-flex}.access-pill{border:1px solid var(--border-strong);color:var(--text-soft)}.access-assigned{border-color:var(--gold-soft);color:var(--gold)}.access-internal_only{color:#d69a94;border-color:#b86e6759}.publication-published{color:#a5ba9d;background:#7f947714;border:1px solid #7f947759}.publication-draft,.publication-retired{border:1px solid var(--border-strong);color:var(--text-muted)}@media (width<=1050px){.library-header{display:none}.library-row{grid-template-columns:1fr 1fr;gap:16px}.library-artifact{grid-column:1/-1}}@media (width<=650px){.library-row{grid-template-columns:1fr}.library-artifact{grid-column:auto}}.library-page-heading{align-items:flex-end}.library-intro{max-width:680px;color:var(--text-muted);margin:8px 0 0;line-height:1.6}.library-command-panel{justify-content:space-between;align-items:flex-end;gap:24px;padding:22px 24px;display:flex}.library-search-wrap{flex:1;max-width:760px}.library-search-wrap label{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px;font-size:.72rem;font-weight:700;display:block}.library-search-wrap input{box-sizing:border-box;border:1px solid var(--border);width:100%;min-height:46px;color:var(--text);font:inherit;background:#ffffff06;border-radius:8px;outline:none;padding:0 14px;transition:border-color .14s,background .14s}.library-search-wrap input:focus{border-color:var(--gold);background:#ffffff0a}.library-search-wrap input::placeholder{color:var(--text-muted)}.library-search-state{flex-direction:column;align-items:flex-end;min-width:120px;display:flex}.library-search-state strong{font-size:1.7rem;line-height:1}.library-search-state span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:6px;font-size:.68rem;font-weight:700}.library-section-nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.library-section-nav button{box-sizing:border-box;border:1px solid var(--border);min-height:48px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:#ffffff05;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;transition:border-color .14s,background .14s;display:flex}.library-section-nav button:hover:not(:disabled){border-color:var(--gold);background:#ffffff0a}.library-section-nav button.is-empty{opacity:.42;cursor:default}.library-section-nav button.is-active{border-color:var(--gold);background:#ffffff0e}.library-section-nav button.is-active span{color:var(--gold)}.library-section-nav span{font-size:.78rem;font-weight:700}.library-section-nav strong{color:var(--gold);font-size:.85rem}.library-sections{gap:18px;display:grid}.library-section{padding:0;scroll-margin-top:24px;overflow:hidden}.library-section-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:24px;padding:24px;display:flex}.library-section-heading h2{margin:4px 0 0}.library-section-heading p:not(.eyebrow){max-width:700px;color:var(--text-muted);margin:8px 0 0;line-height:1.5}.library-section-count{flex-direction:column;align-items:flex-end;min-width:82px;display:flex}.library-section-count strong{color:var(--gold);font-size:1.35rem}.library-section-count span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:3px;font-size:.65rem;font-weight:700}.library-card-list{display:grid}.library-artifact-card{box-sizing:border-box;border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr) minmax(150px,.5fr);align-items:center;gap:22px;min-height:92px;padding:18px 24px;transition:background .12s;display:grid}.library-artifact-card:last-child{border-bottom:0}.library-artifact-card:hover{background:#ffffff06}.library-artifact-main{min-width:0}.library-artifact-title{flex-direction:column;gap:5px;min-width:0;display:flex}.library-artifact-title strong{text-overflow:ellipsis;font-size:.92rem;overflow:hidden}.library-artifact-title>span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;overflow:hidden}.library-artifact-context{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.library-artifact-context span{color:var(--text-muted);font-size:.68rem}.library-artifact-context span+span:before{content:"·";color:var(--gold);margin-right:7px}.library-governance{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.library-governance .library-label,.library-governance .access-pill,.library-governance .publication-state{white-space:nowrap}.library-artifact-audience{text-align:right;flex-direction:column;align-items:flex-end;gap:5px;display:flex}.library-artifact-audience>span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:700}.library-artifact-audience strong{font-size:.72rem;font-weight:600;line-height:1.4}.library-phase{border-bottom:1px solid var(--border)}.library-phase:last-child{border-bottom:0}.library-phase-heading{border-bottom:1px solid var(--border);background:#ffffff05;justify-content:space-between;align-items:center;gap:18px;padding:15px 24px;display:flex}.library-phase-heading>div{align-items:baseline;gap:12px;display:flex}.library-phase-heading span{color:var(--text-muted);letter-spacing:.1em;font-size:.61rem;font-weight:700}.library-phase-heading h3{margin:0;font-size:.92rem}.library-phase-heading>strong{color:var(--gold);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem}.library-template-group .library-phase-heading{background:#ffffff08}.library-empty-state{text-align:center;padding:40px 24px}.library-empty-state h2{margin:7px 0}.library-empty-state>p:last-child{max-width:620px;color:var(--text-muted);margin:0 auto;line-height:1.6}@media (width<=1100px){.library-section-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.library-artifact-card{grid-template-columns:minmax(0,1.4fr) minmax(240px,.8fr)}.library-artifact-audience{text-align:left;flex-direction:row;grid-column:1/-1;align-items:baseline}}@media (width<=760px){.library-command-panel,.library-section-heading{flex-direction:column;align-items:stretch}.library-search-state,.library-section-count{align-items:flex-start}.library-section-nav{grid-template-columns:1fr 1fr}.library-artifact-card{grid-template-columns:1fr;gap:13px;padding:17px 18px}.library-artifact-audience{grid-column:auto}.library-phase-heading{align-items:flex-start}.library-phase-heading>div{flex-direction:column;gap:4px}}@media (width<=480px){.library-section-nav{grid-template-columns:1fr}}.temporal-workspace{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:20px;display:grid}.calendar-workspace{min-width:0}.calendar-toolbar{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;display:flex}.calendar-toolbar h2{margin-bottom:6px;font-size:1.45rem;font-weight:500}.calendar-subtitle{color:var(--text-muted);margin:0;font-size:.78rem}.calendar-controls{align-items:center;gap:6px;display:flex}.calendar-controls button,.add-temporal{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-soft)}.calendar-controls button{min-width:36px;height:36px;padding:0 10px}.calendar-controls button:hover,.add-temporal:hover{border-color:var(--gold-soft);color:var(--gold)}.calendar-controls .calendar-today,.calendar-controls .calendar-view{letter-spacing:.12em;font-size:.65rem;font-weight:700}.presentation-notice{border-radius:var(--radius-md) var(--radius-md) 0 0;color:var(--gold-soft);letter-spacing:.14em;background:#c6b69109;border:1px solid #c6b6913d;border-bottom:0;padding:8px 12px;font-size:.6rem;font-weight:700}.week-grid{border:1px solid var(--border);border-radius:0 0 var(--radius-lg) var(--radius-lg);background:var(--surface);grid-template-columns:repeat(7,minmax(130px,1fr));min-height:560px;display:grid;overflow-x:auto}.calendar-day{border-right:1px solid var(--border);min-width:130px}.calendar-day:last-child{border-right:0}.calendar-day.is-today{background:linear-gradient(#c6b6910e,#c6b69103)}.calendar-day>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:70px;padding:14px;display:flex}.calendar-day>header span{color:var(--text-muted);letter-spacing:.15em;font-size:.62rem;font-weight:700}.calendar-day>header strong{border-radius:50%;place-items:center;width:32px;height:32px;font-size:.9rem;font-weight:500;display:grid}.calendar-day.is-today>header strong{background:var(--gold);color:var(--bg)}.calendar-day-body{flex-direction:column;gap:9px;min-height:488px;padding:10px;display:flex}.temporal-card{border:1px solid var(--border-strong);border-left:2px solid var(--gold-soft);border-radius:var(--radius-sm);background:var(--surface-raised);padding:11px}.temporal-card-meta{justify-content:space-between;gap:6px;margin-bottom:8px;display:flex}.temporal-card-meta span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.52rem;font-weight:700}.temporal-card strong{margin-bottom:6px;font-size:.78rem;line-height:1.3;display:block}.temporal-card time{color:var(--gold);font-size:.66rem;display:block}.temporal-card p{color:var(--text-muted);margin:8px 0 0;font-size:.65rem;line-height:1.45}.temporal-card.temporal-habit{border-left-color:var(--blue)}.temporal-card.temporal-recovery{border-left-color:var(--success)}.temporal-card.state-modified{border-style:dashed}.add-temporal{letter-spacing:.12em;width:100%;margin-top:auto;padding:9px;font-size:.58rem;font-weight:700}.aura-presence{position:sticky;top:96px;overflow:hidden}.aura-presence-header{border-bottom:1px solid var(--border);grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:18px;display:grid}.aura-presence-header .eyebrow{margin-bottom:3px}.aura-presence-header h2{margin:0;font-size:.92rem;font-weight:600}.aura-orb{border:1px solid var(--gold-soft);width:42px;height:42px;color:var(--gold);background:radial-gradient(circle at 38% 35%,#f2eee433,#c6b69114 38%,#0000 72%);border-radius:50%;place-items:center;font-size:.8rem;font-weight:700;display:grid}.presentation-label{border:1px solid var(--border);color:var(--text-muted);letter-spacing:.1em;border-radius:999px;padding:5px 6px;font-size:.45rem;font-weight:700}.aura-context{border-bottom:1px solid var(--border);gap:5px;padding:17px 18px;display:grid}.aura-context>span,.aura-section-label{color:var(--gold-soft);letter-spacing:.14em;font-size:.55rem;font-weight:700}.aura-context strong{font-size:.84rem}.aura-context small{color:var(--text-muted);font-size:.67rem}.aura-section{border-bottom:1px solid var(--border);padding:16px 18px}.aura-section p{color:var(--text-soft);margin:7px 0 0;font-size:.72rem;line-height:1.55}.aura-prompt-shell{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg);justify-content:space-between;align-items:center;gap:10px;margin:18px;padding:11px 12px;display:flex}.aura-prompt-shell>span{color:var(--text-muted);font-size:.68rem}.aura-prompt-shell div{gap:5px;display:flex}.aura-prompt-shell button{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--gold);border-radius:50%}@media (width<=1180px){.temporal-workspace{grid-template-columns:1fr}.aura-presence{position:static}}@media (width<=760px){.calendar-toolbar{flex-direction:column;align-items:flex-start}}.aura-nav{align-items:center;gap:8px;text-decoration:none;display:inline-flex}.aura-nav-dot{border:1px solid var(--gold);background:#c6b6911f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #c6b69129}.aura-nav.is-active{border-color:var(--gold-soft);color:var(--gold);background:#c6b6910e}.aura-page{width:100%;max-width:none;min-height:calc(100vh - 72px)}.aura-workspace-shell{border-top:1px solid var(--border);background:var(--bg);grid-template-columns:280px minmax(420px,1fr) 300px;min-height:calc(100vh - 72px);display:grid}.aura-workspace-sidebar{border-right:1px solid var(--border);background:linear-gradient(180deg, #c6b69106, transparent 22%), var(--surface);flex-direction:column;min-width:0;display:flex}.aura-sidebar-identity{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:22px 18px 18px;display:flex}.aura-sidebar-identity h1{margin:2px 0 0;font-size:.9rem;font-weight:600}.aura-orb-large{flex:none;width:46px;height:46px}.aura-new-thread{border:1px solid var(--gold-soft);border-radius:var(--radius-sm);color:var(--gold);letter-spacing:.12em;text-align:left;background:#c6b6910b;margin:14px;padding:11px 12px;font-size:.62rem;font-weight:700}.aura-new-thread:hover{background:#c6b69114}.aura-sidebar-section{padding:4px 10px 12px}.aura-sidebar-heading{justify-content:space-between;align-items:center;padding:10px 8px 7px;display:flex}.aura-sidebar-heading>span{color:var(--gold-soft);letter-spacing:.15em;font-size:.54rem;font-weight:700}.aura-sidebar-heading button{width:24px;height:24px;color:var(--text-muted);background:0 0;border:0}.aura-workspace-item{border-radius:var(--radius-sm);width:100%;color:var(--text-soft);text-align:left;background:0 0;border:1px solid #0000;gap:4px;padding:10px 11px;display:grid}.aura-workspace-item:hover,.aura-workspace-item.is-active{border-color:var(--border);background:var(--surface-raised)}.aura-workspace-item.is-active{border-left-color:var(--gold-soft)}.aura-workspace-item>span{color:var(--gold-soft);letter-spacing:.1em;font-size:.48rem;font-weight:700}.aura-workspace-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:500;overflow:hidden}.aura-workspace-item small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.61rem;overflow:hidden}.aura-history-section{border-top:1px solid var(--border);margin-top:4px}.aura-sidebar-footer{border-top:1px solid var(--border);color:var(--text-muted);letter-spacing:.13em;margin-top:auto;padding:16px 18px;font-size:.49rem;font-weight:700}.aura-conversation{background:radial-gradient(circle at 50% 42%, #c6b69106, transparent 34%), var(--bg);grid-template-rows:auto 1fr auto;min-width:0;display:grid}.aura-conversation-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:88px;padding:18px 26px;display:flex}.aura-conversation-header h2{margin:3px 0;font-size:1rem;font-weight:550}.aura-conversation-header p:last-child{color:var(--text-muted);margin:0;font-size:.66rem}.aura-context-state{text-align:right;gap:3px;display:grid}.aura-context-state span{color:var(--text-muted);letter-spacing:.13em;font-size:.48rem;font-weight:700}.aura-context-state strong{color:var(--gold);letter-spacing:.1em;font-size:.58rem}.aura-conversation-body{flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:42px;display:flex}.aura-presence-stage{text-align:center;width:min(540px,100%)}.aura-presence-mark{justify-content:center;margin-bottom:18px;display:flex}.aura-orb-stage{width:74px;height:74px;font-size:1rem;box-shadow:0 0 0 10px #c6b69104,0 0 42px #c6b69114}.aura-presence-stage h3{letter-spacing:-.02em;margin:10px 0 12px;font-size:1.55rem;font-weight:450}.aura-presence-stage>p:last-child{max-width:500px;color:var(--text-muted);margin:0 auto;font-size:.78rem;line-height:1.7}.aura-workspace-boundary{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:min(540px,100%);margin-top:30px;padding:13px 15px}.aura-workspace-boundary span{color:var(--gold-soft);letter-spacing:.13em;font-size:.5rem;font-weight:700}.aura-workspace-boundary p{color:var(--text-muted);margin:6px 0 0;font-size:.65rem;line-height:1.5}.aura-composer-area{width:min(760px,100% - 48px);margin:0 auto;padding:0 0 24px}.aura-composer{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface-raised)}.aura-composer textarea{resize:none;width:100%;min-height:54px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:16px 17px 8px;font-size:.78rem}.aura-composer textarea::placeholder{color:var(--text-muted)}.aura-composer-actions{justify-content:space-between;align-items:center;padding:7px 10px 10px;display:flex}.aura-composer-actions>div{gap:6px;display:flex}.aura-composer-actions button{border:1px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--text-soft);border-radius:50%;place-items:center;display:grid}.aura-composer-actions .aura-send{border-color:var(--gold-soft);background:var(--gold);color:var(--bg)}.aura-composer-area>p{color:var(--text-muted);text-align:center;margin:9px 8px 0;font-size:.54rem;line-height:1.45}.aura-workspace-context{border-left:1px solid var(--border);background:var(--surface);min-width:0}.aura-context-header{border-bottom:1px solid var(--border);padding:22px 18px 18px}.aura-context-header h2{margin:4px 0 0;font-size:.92rem;font-weight:600}.aura-context-block{border-bottom:1px solid var(--border);gap:6px;padding:17px 18px;display:grid}.aura-context-block>span{color:var(--gold-soft);letter-spacing:.13em;font-size:.5rem;font-weight:700}.aura-context-block strong{font-size:.72rem;font-weight:550}.aura-context-block small{color:var(--text-muted);font-size:.62rem;line-height:1.5}@media (width<=1180px){.aura-workspace-shell{grid-template-columns:240px minmax(0,1fr)}.aura-workspace-context{display:none}}@media (width<=760px){.aura-workspace-shell{grid-template-columns:1fr}.aura-workspace-sidebar{display:none}.aura-conversation-body{padding:28px 20px}.aura-composer-area{width:calc(100% - 28px)}}.programs-page{gap:24px;padding-bottom:48px;display:grid}.programs-heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.programs-heading h1{margin:4px 0 8px}.programs-heading>div>p:last-child{max-width:720px;color:var(--muted);margin:0;line-height:1.65}.program-primary-action{color:var(--text);font:inherit;letter-spacing:.1em;cursor:pointer;background:#cfa95e1a;border:1px solid #cfa95e80;border-radius:10px;flex:none;padding:12px 18px;font-size:.72rem;font-weight:800}.program-primary-action:hover{background:#cfa95e29}.program-boundary-banner{border:1px solid var(--line);background:#ffffff05;border-radius:14px;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:14px;padding:18px 20px;display:grid}.program-boundary-banner>div{gap:5px;display:grid}.program-boundary-banner span,.program-subheading>span,.program-objective>span,.founder-training-boundary>span,.program-aura-card>div>span,.programs-footer>span{color:var(--muted);letter-spacing:.12em;font-size:.65rem;font-weight:800}.program-boundary-banner strong{font-size:.78rem;line-height:1.4}.program-boundary-banner>b{color:#cfa95ea6;font-weight:400}.program-section-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.program-section-card{border:1px solid var(--line);background:#ffffff05;border-radius:14px;min-height:172px;padding:18px}.program-section-card-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.program-section-card-top span{color:#cfa95ed9;letter-spacing:.12em;font-size:.65rem;font-weight:800}.program-section-card-top strong{border:1px solid var(--line);border-radius:50%;place-items:center;width:28px;height:28px;font-size:.72rem;display:grid}.program-section-card h2{margin:0 0 9px;font-size:1rem}.program-section-card p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.55}.program-workspace-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);align-items:start;gap:18px;display:grid}.program-development,.founder-training-card,.program-aura-card,.program-authoring{border:1px solid var(--line);background:#ffffff05;border-radius:16px}.program-development{padding:22px}.program-panel-heading{justify-content:space-between;align-items:start;gap:18px;display:flex}.program-panel-heading h2{margin:5px 0 0;font-size:1.2rem}.program-status{color:#cfa95ef2;letter-spacing:.09em;border:1px solid #cfa95e59;border-radius:999px;flex:none;padding:6px 9px;font-size:.6rem;font-weight:800}.program-signature-meta{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-top:18px;padding-bottom:18px;display:flex}.program-signature-meta span{color:#cfa95ee6;letter-spacing:.1em;font-size:.7rem;font-weight:800}.program-signature-meta p{color:var(--muted);margin:0;font-size:.72rem}.program-objective{margin-top:20px}.program-objective p{max-width:760px;margin:8px 0 0;line-height:1.65}.program-rhythm,.program-principles{margin-top:24px}.program-subheading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:11px;display:flex}.program-subheading small{color:var(--muted);font-size:.68rem}.program-rhythm-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;display:grid}.program-day{border:1px solid var(--line);background:#0000001f;border-radius:10px;min-height:90px;padding:11px 9px}.program-day span{color:#cfa95ecc;letter-spacing:.08em;margin-bottom:12px;font-size:.62rem;font-weight:800;display:block}.program-day strong{font-size:.72rem;line-height:1.35}.program-principle-list{flex-wrap:wrap;gap:8px;display:flex}.program-principle-list span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:.7rem}.program-development-boundary{background:#cfa95e0b;border-left:2px solid #cfa95ea6;margin-top:24px;padding:14px 16px}.program-development-boundary strong{color:#cfa95ee6;letter-spacing:.1em;font-size:.64rem}.program-development-boundary p{color:var(--muted);margin:7px 0 0;font-size:.74rem;line-height:1.55}.program-side-column{gap:18px;display:grid}.founder-training-card,.program-aura-card{padding:20px}.founder-training-card>p{color:var(--muted);margin:18px 0;font-size:.78rem;line-height:1.6}.founder-training-boundary{border:1px solid var(--line);background:#0000001f;border-radius:10px;padding:13px 14px}.founder-training-boundary p{color:var(--muted);margin:7px 0 0;font-size:.72rem;line-height:1.55}.founder-training-card>button{width:100%;color:var(--text);font:inherit;letter-spacing:.08em;background:#cfa95e14;border:1px solid #cfa95e66;border-radius:9px;margin-top:14px;padding:10px;font-size:.66rem;font-weight:800}.program-aura-heading{align-items:center;gap:12px;margin-bottom:18px;display:flex}.program-aura-heading h2{margin:3px 0 0;font-size:1rem}.program-aura-card>div:not(.program-aura-heading){border-top:1px solid var(--line);padding:13px 0}.program-aura-card>div>p{color:var(--muted);margin:6px 0 0;font-size:.73rem;line-height:1.55}.program-authoring{padding:22px}.program-authoring-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px;display:flex}.program-authoring-heading h2{margin:5px 0 0}.program-authoring-heading>p{max-width:380px;color:var(--muted);text-align:right;margin:0;font-size:.76rem;line-height:1.55}.program-authoring-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.program-authoring-card{border:1px solid var(--line);min-height:150px;color:var(--text);text-align:left;cursor:pointer;background:#0000001f;border-radius:12px;padding:17px 42px 17px 17px;position:relative}.program-authoring-card:hover{background:#cfa95e09;border-color:#cfa95e59}.program-authoring-card>span{color:#cfa95ed9;letter-spacing:.11em;margin-bottom:16px;font-size:.62rem;font-weight:800;display:block}.program-authoring-card>strong{margin-bottom:7px;font-size:.88rem;display:block}.program-authoring-card p{color:var(--muted);margin:0;font-size:.72rem;line-height:1.5}.program-authoring-card b{color:#cfa95ebf;font-weight:400;position:absolute;top:50%;right:17px;transform:translateY(-50%)}.programs-footer{align-items:center;gap:14px;padding:0 4px;display:flex}.programs-footer p{color:var(--muted);margin:0;font-size:.68rem}@media (width<=1180px){.program-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.program-workspace-grid{grid-template-columns:1fr}}@media (width<=860px){.programs-heading,.program-authoring-heading{flex-direction:column;align-items:stretch}.program-authoring-heading>p{text-align:left}.program-boundary-banner{grid-template-columns:1fr}.program-boundary-banner>b{justify-self:start;transform:rotate(90deg)}.program-rhythm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.program-authoring-grid{grid-template-columns:1fr}}@media (width<=560px){.program-section-grid,.program-rhythm-grid{grid-template-columns:1fr}.program-panel-heading,.program-subheading,.program-signature-meta,.programs-footer{flex-direction:column;align-items:flex-start}}.health-evidence-workspace{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:20px;display:grid}.health-evidence-main,.health-evidence-aura{border:1px solid var(--border);background:var(--panel);border-radius:18px}.health-evidence-main{padding:24px}.health-evidence-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.health-evidence-heading h2,.health-evidence-section-heading h3,.health-observation-boundary h3,.health-evidence-aura h2{margin:4px 0 0}.health-evidence-heading>div>p:last-child{max-width:720px;color:var(--muted);margin:10px 0 0;line-height:1.6}.health-evidence-protection{border:1px solid var(--border);letter-spacing:.12em;color:var(--muted);border-radius:999px;flex:none;padding:7px 10px;font-size:.68rem}.health-evidence-doctrine{border:1px solid var(--border);background:#ffffff06;border-radius:12px;flex-wrap:wrap;align-items:center;gap:9px;margin:24px 0;padding:14px 16px;display:flex}.health-evidence-doctrine span{letter-spacing:.1em;color:var(--muted);font-size:.67rem}.health-evidence-doctrine b{color:var(--accent);font-weight:500}.health-evidence-section-heading{justify-content:space-between;align-items:end;gap:16px;margin:26px 0 12px;display:flex}.health-evidence-section-heading>span{letter-spacing:.1em;color:var(--muted);font-size:.68rem}.health-source-list{gap:12px;display:grid}.health-source-card{border:1px solid var(--border);background:#ffffff05;border-radius:14px;padding:18px}.health-source-card-heading{justify-content:space-between;gap:16px;display:flex}.health-source-card-heading span,.health-source-transport span,.health-aura-section>span,.health-aura-context>span{letter-spacing:.11em;color:var(--muted);margin-bottom:5px;font-size:.64rem;display:block}.health-source-card-heading h3{margin:0}.health-source-card-heading p{color:var(--muted);margin:4px 0 0}.health-source-card>p{max-width:700px;color:var(--muted);margin:16px 0;line-height:1.55}.health-source-indicator{background:var(--accent);width:10px;height:10px;box-shadow:0 0 14px var(--accent);border-radius:50%;margin-top:5px}.health-source-transport{border-top:1px solid var(--border);padding-top:13px}.health-source-transport strong{letter-spacing:.06em;font-size:.76rem}.health-observation-boundary,.health-evidence-empty{border:1px dashed var(--border);border-radius:14px;margin-top:18px;padding:18px}.health-observation-boundary{grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr);gap:24px;display:grid}.health-observation-boundary>p,.health-evidence-empty p{color:var(--muted);margin:0;line-height:1.55}.health-evidence-aura{padding:20px;position:sticky;top:88px}.health-aura-heading{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding-bottom:16px;display:flex}.health-aura-orb{flex:none}.health-aura-context,.health-aura-section{border-bottom:1px solid var(--border);padding:16px 0}.health-aura-context strong,.health-aura-context small{display:block}.health-aura-context small{color:var(--muted);margin-top:4px}.health-aura-section p{color:var(--muted);margin:0;line-height:1.55}.health-aura-boundary{border:1px solid var(--border);background:#ffffff06;border-radius:12px;margin-top:16px;padding:14px}.health-aura-boundary p{color:var(--muted);margin:5px 0 0}@media (width<=1050px){.health-evidence-workspace{grid-template-columns:1fr}.health-evidence-aura{position:static}}@media (width<=720px){.health-evidence-heading,.health-observation-boundary{display:block}.health-evidence-protection{margin-top:16px;display:inline-block}.health-observation-boundary>p{margin-top:12px}}
