.focus-shell{position:relative;isolation:isolate;min-height:100vh;background:var(--bg);color:var(--text);--fs-band-h:64px;--backdrop-start:var(--fs-band-h)}.focus-shell .fs-grid{position:relative;z-index:1;display:grid;min-height:100vh;transition:grid-template-columns .2s ease-out}.focus-shell .focus-scroll{background:rgba(255,255,255,.92)}.focus-shell .fs-main{display:flex;flex-direction:column;height:100vh;min-width:0;position:relative}.focus-shell .fs-main>*{position:relative;z-index:1}.focus-shell .fs-head{position:relative;isolation:isolate;flex-shrink:0;height:var(--fs-band-h)}.focus-shell .fs-energy{position:absolute;inset:0;z-index:0;pointer-events:none}.focus-shell .fs-topbar{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:12px 24px}.focus-shell .fs-left{display:flex;align-items:center;gap:14px;min-width:0}.focus-shell .fs-back{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 8px;border-radius:var(--r-sm,8px);font-size:12.5px;font-weight:500;color:rgba(255,255,255,.82);text-decoration:none;transition:background .15s ease,color .15s ease}.focus-shell .fs-back:hover{background:rgba(255,255,255,.16);color:#fff}.focus-shell .fs-back-icon{width:14px;height:14px}.focus-shell .fs-divider{width:1px;height:20px;background:rgba(255,255,255,.35)}.focus-shell .fs-brand{display:flex;align-items:center;gap:8px;text-decoration:none}.focus-shell .fs-brand-mark{display:grid;place-items:center;width:22px;height:22px;border-radius:var(--r-sm,8px);background:#ffffff;color:var(--glass-ink,#1a1717);font-weight:700;font-size:12px;letter-spacing:-.04em;box-shadow:0 1px 2px rgba(0,0,0,.12)}.focus-shell .fs-brand-name{font-size:13px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#fff}.focus-shell .fs-crumb{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono,ui-monospace,monospace);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.66)}.focus-shell .fs-crumb .here{font-weight:500;color:#fff}.focus-shell .fs-right{display:flex;align-items:center;flex-shrink:0;gap:8px}.focus-shell .fs-drawer{position:sticky;top:0;height:100vh;overflow:hidden;background:transparent;transition:transform .2s ease-out,opacity .2s ease-out}.focus-shell .fs-drawer-closed{pointer-events:none;transform:translateX(100%);opacity:0}.focus-shell .fs-page-energy{position:absolute;inset:0;z-index:0;pointer-events:none}.focus-shell .focus-compose,.focus-shell .focus-pad{--text:rgba(255,255,255,0.96);--text-muted:rgba(255,255,255,0.8);--text-subtle:rgba(255,255,255,0.62);--border-token:rgba(255,255,255,0.22);--surface:rgba(255,255,255,0.12);--surface-2:rgba(255,255,255,0.16);position:relative;z-index:1;background:rgba(255,255,255,.16);-webkit-backdrop-filter:saturate(180%) blur(28px);backdrop-filter:saturate(180%) blur(28px)}.focus-shell .focus-compose{border-top:1px solid rgba(255,255,255,.24)}.focus-shell .focus-compose-inner{position:relative}.focus-shell .focus-composer-field,.focus-shell .intake-glass-composer{background:rgba(255,255,255,.14)!important;-webkit-backdrop-filter:saturate(150%) blur(14px);backdrop-filter:saturate(150%) blur(14px);box-shadow:inset 0 1px 0 rgba(255,255,255,.28)}.focus-shell .focus-pad{border-left:1px solid rgba(255,255,255,.22)}.focus-shell .focus-pad-head{border-bottom:1px solid rgba(255,255,255,.18)}.focus-shell .focus-pad-foot{border-top:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08)}.focus-shell .focus-pad .pad-card{--text:#0c0a09;--text-muted:#57534e;--text-subtle:#78716c;--surface:#ffffff;--surface-2:#f4f4f5;--border-token:rgba(12,10,9,0.08);background:rgba(255,255,255,.93);-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px);border-color:rgba(255,255,255,.85);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 26px -18px rgba(12,10,9,.55)}.focus-shell .focus-pad .pad-card[data-status=complete]{border-color:var(--success);box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 0 0 1px color-mix(in oklab,var(--success) 45%,transparent),0 10px 26px -18px rgba(12,10,9,.55)}@media (max-width:640px){.focus-shell .fs-topbar{padding:12px 16px}.focus-shell .fs-brand-name{display:none}}