:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--jh-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--jh-font-display:Georgia, "Songti SC", "STSong", serif;--jh-font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--jh-color-canvas:#f8f5ef;--jh-color-surface:#fffefa;--jh-color-surface-subtle:#f5f2ed;--jh-color-text:#24221f;--jh-color-text-muted:#7d7972;--jh-color-text-faint:#9d978f;--jh-color-on-accent:#fff;--jh-color-border:#e4dfd7;--jh-color-border-strong:#d1cac0;--jh-color-accent:#6d5df4;--jh-color-accent-soft:#f0edff;--jh-color-success:#247354;--jh-color-success-soft:#e8f6ef;--jh-color-warning:#9b641e;--jh-color-warning-soft:#fff2df;--jh-color-danger:#b14438;--jh-color-danger-soft:#fff0ed;--jh-color-info:#5262a8;--jh-color-info-soft:#eef1ff;--jh-color-overlay:#231d176b;--jh-space-1:4px;--jh-space-2:8px;--jh-space-3:12px;--jh-space-4:16px;--jh-space-5:20px;--jh-space-6:24px;--jh-space-8:32px;--jh-space-10:40px;--jh-space-12:48px;--jh-space-16:64px;--jh-radius-xs:6px;--jh-radius-sm:9px;--jh-radius-md:12px;--jh-radius-lg:16px;--jh-radius-xl:20px;--jh-radius-dialog:24px;--jh-radius-pill:999px;--jh-control-height-sm:36px;--jh-control-height-md:42px;--jh-control-height-lg:48px;--jh-touch-target:44px;--jh-shadow-card:0 10px 35px #2e271f0d;--jh-shadow-floating:0 20px 56px #2d251d29;--jh-focus-ring:0 0 0 3px #6d5df433;--jh-duration-fast:.12s;--jh-duration-normal:.18s;--jh-ease-standard:cubic-bezier(.2, 0, 0, 1);--jh-z-navigation:20;--jh-z-overlay:100;--jh-z-dialog:110;--jh-z-toast:120;--jh-content-wide:1280px;--jh-content-reading:760px}*,:before,:after{box-sizing:border-box}html{font-family:var(--jh-font-sans);color:var(--jh-color-text);background:var(--jh-color-canvas);font-synthesis:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-width:320px;min-height:100vh;margin:0}button,[role=button],summary{cursor:pointer}:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible{outline:2px solid var(--jh-color-accent);outline-offset:2px;box-shadow:var(--jh-focus-ring)}:where(button,input,textarea,select):disabled{cursor:default;opacity:.48}::selection{color:var(--jh-color-text);background:color-mix(in srgb, var(--jh-color-accent) 20%, white)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}:where(.jh-button){min-height:var(--jh-control-height-md);justify-content:center;align-items:center;gap:var(--jh-space-2);padding:0 var(--jh-space-4);border-radius:var(--jh-radius-md);white-space:nowrap;transition:background var(--jh-duration-normal) var(--jh-ease-standard), border-color var(--jh-duration-normal) var(--jh-ease-standard), transform var(--jh-duration-fast) var(--jh-ease-standard);border:1px solid #0000;font-weight:650;line-height:1;display:inline-flex}.jh-button:active:not(:disabled){transform:translateY(1px)}.jh-button--primary{color:#fff;background:var(--jh-color-accent)}.jh-button--secondary{color:var(--jh-color-text);border-color:var(--jh-color-border);background:var(--jh-color-surface)}.jh-button--quiet{color:var(--jh-color-accent);background:0 0}.jh-button--danger{color:var(--jh-color-danger);border-color:color-mix(in srgb, var(--jh-color-danger) 24%, transparent);background:var(--jh-color-danger-soft)}.jh-button--icon{width:var(--jh-control-height-md);padding:0}.jh-button--small{min-height:var(--jh-control-height-sm);padding-inline:var(--jh-space-3);font-size:12px}.jh-card{padding:var(--jh-space-5);border:1px solid var(--jh-color-border);border-radius:var(--jh-radius-lg);background:var(--jh-color-surface);box-shadow:var(--jh-shadow-card)}.jh-label{gap:var(--jh-space-2);color:var(--jh-color-text-muted);font-size:12px;display:grid}.jh-field{width:100%;min-height:var(--jh-control-height-md);padding:0 var(--jh-space-3);color:var(--jh-color-text);border:1px solid var(--jh-color-border);border-radius:var(--jh-radius-md);background:var(--jh-color-surface);outline:0}textarea.jh-field{min-height:96px;padding-block:var(--jh-space-3);resize:vertical;line-height:1.6}.jh-field:focus{border-color:color-mix(in srgb, var(--jh-color-accent) 62%, var(--jh-color-border));box-shadow:var(--jh-focus-ring)}.jh-eyebrow{color:var(--jh-color-accent);font:700 10px/1.2 var(--jh-font-mono);letter-spacing:.18em}.jh-message{padding:var(--jh-space-3) var(--jh-space-4);border-radius:var(--jh-radius-md);font-size:12px;line-height:1.55}.jh-message--error{color:var(--jh-color-danger);background:var(--jh-color-danger-soft)}.jh-message--success{color:var(--jh-color-success);background:var(--jh-color-success-soft)}.jh-message--warning{color:var(--jh-color-warning);background:var(--jh-color-warning-soft)}.jh-message--info{color:var(--jh-color-info);background:var(--jh-color-info-soft)}.jh-empty-state{place-content:center;justify-items:center;gap:var(--jh-space-2);min-height:160px;padding:var(--jh-space-8);color:var(--jh-color-text-muted);border:1px dashed var(--jh-color-border-strong);border-radius:var(--jh-radius-xl);text-align:center;display:grid}.jh-status{align-items:center;gap:var(--jh-space-1);border-radius:var(--jh-radius-pill);white-space:nowrap;padding:5px 8px;font-size:10px;font-weight:650;display:inline-flex}.jh-status--success{color:var(--jh-color-success);background:var(--jh-color-success-soft)}.jh-status--warning{color:var(--jh-color-warning);background:var(--jh-color-warning-soft)}.jh-status--danger{color:var(--jh-color-danger);background:var(--jh-color-danger-soft)}.jh-page{width:min(var(--jh-content-wide), calc(100% - 56px));padding-block:var(--jh-space-12) var(--jh-space-16);margin-inline:auto}.jh-page-header{justify-content:space-between;align-items:flex-end;gap:var(--jh-space-6);margin-bottom:var(--jh-space-8);display:flex}.jh-page-header h1{margin:var(--jh-space-2) 0;font:600 clamp(36px, 5vw, 58px) / 1.06 var(--jh-font-display);letter-spacing:-.035em}.jh-page-header p{color:var(--jh-color-text-muted);margin:0;line-height:1.65}.jh-stack{gap:var(--jh-space-4);display:grid}.jh-cluster{align-items:center;gap:var(--jh-space-2);flex-wrap:wrap;display:flex}.jh-section-header{justify-content:space-between;align-items:flex-start;gap:var(--jh-space-4);display:flex}.jh-tabs{align-items:center;gap:var(--jh-space-1);padding:var(--jh-space-1);border-radius:var(--jh-radius-md);background:var(--jh-color-surface-subtle);display:inline-flex}.jh-tabs>button{min-height:var(--jh-control-height-sm);padding-inline:var(--jh-space-3);border-radius:var(--jh-radius-sm);color:var(--jh-color-text-muted);background:0 0;border:0}.jh-tabs>button[aria-selected=true],.jh-tabs>button.active{color:var(--jh-color-text);background:var(--jh-color-surface);box-shadow:var(--jh-shadow-card)}.jh-dialog-overlay{z-index:var(--jh-z-overlay);padding:var(--jh-space-6);background:var(--jh-color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);place-items:center;display:grid;position:fixed;inset:0}.jh-dialog{border-radius:var(--jh-radius-dialog);background:var(--jh-color-surface);width:min(720px,100%);max-height:calc(100vh - 48px);box-shadow:var(--jh-shadow-floating);overflow:auto}.jh-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=680px){.jh-page{width:min(100% - 28px, var(--jh-content-reading));padding-block:var(--jh-space-8) calc(var(--jh-space-16) + env(safe-area-inset-bottom))}.jh-page-header{margin-bottom:var(--jh-space-6);flex-direction:column;align-items:flex-start}.jh-page-header h1{font-size:clamp(34px,11vw,42px)}.jh-button{min-height:var(--jh-touch-target)}.jh-dialog-overlay{align-items:end;padding:0}.jh-dialog{border-radius:var(--jh-radius-dialog) var(--jh-radius-dialog) 0 0;max-height:92vh}}:root{font-family:var(--jh-font-sans);color:var(--jh-color-text);background:var(--jh-color-canvas);font-synthesis:none;--ink:var(--jh-color-text);--muted:var(--jh-color-text-muted);--line:var(--jh-color-border);--paper:var(--jh-color-surface);--warm:#f5efe7;--accent:var(--jh-color-accent);--orange:#df642a;--green:var(--jh-color-success)}.source-file-picker{background:#f7f4ff;border:1px dashed #cfc5ff;border-radius:11px;padding:11px}.source-file-picker small{color:var(--accent)}.source-attachment-list>div{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:90px minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:9px;display:grid}.source-attachment-list div>span{color:var(--accent);text-overflow:ellipsis;font-size:8px;overflow:hidden}.source-attachment-list div>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;overflow:hidden}.source-attachment-list div>small{color:var(--muted);font-size:8px}.source-attachment-list div>b{color:var(--accent);font-size:8px}*{box-sizing:border-box}body{background:var(--jh-color-canvas)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select){min-height:var(--jh-control-height-md);color:var(--jh-color-text);border-color:var(--jh-color-border);border-radius:var(--jh-radius-md);background:var(--jh-color-surface)}:where(input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select):focus{border-color:color-mix(in srgb, var(--jh-color-accent) 60%, var(--jh-color-border));box-shadow:var(--jh-focus-ring)}.product-shell{min-height:100vh}.sidebar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-right:1px solid #24221f14;flex-direction:column;width:236px;padding:20px 12px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;padding:0 6px 24px;display:flex}.brand-mark{background:#f1e6d3;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #84612e1f}.brand-mark img{object-fit:cover;width:100%;height:100%;display:block;transform:scale(1.38)}.brand strong,.brand small{display:block}.brand strong{letter-spacing:-.02em;font-size:17px}.brand small{color:#9a958c;margin-top:2px;font-size:10px}.side-nav{gap:4px;display:grid}.side-nav a{color:#66615b;border-radius:11px;grid-template-columns:28px 1fr auto;align-items:center;min-height:42px;padding:0 12px;display:grid}.side-nav a span{font-size:18px}.side-nav a strong{font-size:14px;font-weight:560}.side-nav a:hover,.side-nav a.router-link-exact-active{color:var(--ink);background:var(--jh-color-surface-subtle)}.nav-badge{color:#fff;text-align:center;background:#dc5a4e;border-radius:99px;min-width:20px;padding:3px 5px;font-size:8px;line-height:1}.quick-capture-trigger{color:#5f53ba;text-align:left;background:var(--jh-color-accent-soft);border:1px solid #ddd6ff;border-radius:11px;grid-template-columns:28px 1fr auto;align-items:center;gap:7px;width:calc(100% - 4px);min-height:43px;margin:14px 2px 0;padding:0 10px;display:grid}.quick-capture-trigger:hover{background:#f1edff;border-color:#c6bcff}.quick-capture-trigger>span{font-size:18px}.quick-capture-trigger strong{font-size:12px}.quick-capture-trigger kbd{color:#8a81b6;background:#fff;border:1px solid #ddd7ef;border-radius:5px;padding:3px 5px;font:500 8px ui-monospace,monospace}.sidebar-bottom{margin:auto 3px 0;position:relative}.account-trigger{width:100%;min-height:58px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:14px;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:8px;transition:background .18s;display:grid}.account-trigger:hover,.account-trigger[aria-expanded=true]{background:var(--jh-color-surface-subtle)}.account-trigger>span{color:#fff;background:linear-gradient(135deg,#7464f4,#a85fc4);border-radius:13px;place-items:center;width:38px;height:38px;font-size:15px;font-weight:750;display:grid}.account-trigger strong,.account-trigger small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.account-trigger strong{font-size:13px}.account-trigger small{color:var(--jh-color-text-faint);margin-top:3px;font-size:10px}.account-trigger b{color:var(--jh-color-text-faint);font-size:14px;font-weight:500;transition:transform .18s}.account-trigger b.open{transform:rotate(180deg)}.account-menu-scrim{z-index:38;cursor:default;background:0 0;border:0;position:fixed;inset:0}.account-menu{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border:1px solid #24221f1f;border-radius:16px;padding:7px;position:absolute;bottom:calc(100% + 10px);left:0;right:0;overflow:hidden;box-shadow:0 18px 45px #2d251d29}.account-menu button{color:#625d57;text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:42px;padding:0 10px;font-size:12px;display:grid}.account-menu button:not(:disabled):hover{color:var(--ink);background:var(--jh-color-surface-subtle)}.account-menu button:disabled{opacity:.48}.account-menu i{color:#6e6861;text-align:center;width:24px;font-size:16px;font-style:normal}.account-menu i.letters{font:700 10px ui-monospace,monospace}.account-menu small{color:var(--jh-color-text-faint);font-size:8px}.account-menu small.online{color:var(--green)}.account-menu hr{background:var(--line);border:0;height:1px;margin:6px -7px}.account-menu button.account-menu-logout{color:#e14e54}.account-menu-logout i{color:inherit}.product-stage{width:min(1140px,100% - 300px);margin-left:max(268px,50vw - 452px);padding:44px 0 100px}.mobile-capture-trigger{display:none}.quick-capture-overlay{z-index:100;place-items:start center;padding:7vh 20px;display:grid;position:fixed;inset:0;overflow-y:auto}.quick-capture-scrim{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:default;background:#1e1a176b;border:0;position:fixed;inset:0}.quick-capture-dialog{background:var(--jh-color-surface);border:1px solid #ffffffb3;border-radius:23px;width:min(760px,100%);position:relative;overflow:hidden;box-shadow:0 30px 100px #1e181347}.quick-capture-dialog>header{border-bottom:1px solid var(--line);background:linear-gradient(135deg,var(--jh-color-accent-soft),var(--jh-color-surface));justify-content:space-between;align-items:flex-start;gap:20px;padding:23px 25px 19px;display:flex}.quick-capture-dialog h2{margin:8px 0 5px;font:500 28px Georgia,Songti SC,serif}.quick-capture-dialog header p{color:var(--muted);margin:0;font-size:11px}.quick-capture-dialog header>button{color:var(--muted);background:0 0;border:0;font-size:26px;line-height:1}.quick-capture-dialog>form{grid-template-columns:1fr 1fr;gap:12px;padding:22px 25px 25px;display:grid}.quick-capture-dialog form>.wide,.quick-capture-dialog .error-message,.quick-capture-dialog fieldset,.quick-capture-dialog footer{grid-column:1/-1}.quick-capture-dialog form>label{color:var(--muted);gap:6px;font-size:10px;display:grid}.quick-capture-dialog label small{color:var(--jh-color-text-faint)}.quick-capture-dialog input,.quick-capture-dialog textarea{border:1px solid var(--line);background:#fff;border-radius:10px;outline:0;width:100%;padding:10px 11px}.quick-capture-dialog textarea{resize:vertical;line-height:1.6}.quick-capture-dialog input:focus,.quick-capture-dialog textarea:focus{border-color:#6d5df48c;box-shadow:0 0 0 3px #6d5df412}.quick-attachment-fieldset{border:1px solid var(--line);background:#faf8f4;border-radius:13px;margin:2px 0 0;padding:14px}.quick-attachment-fieldset legend{padding:0 6px;font-size:11px;font-weight:650}.quick-attachment-fieldset>p{color:var(--muted);margin:0 0 9px;font-size:9px}.quick-attachment-row{grid-template-columns:1.3fr .7fr 30px;gap:6px;margin-top:6px;display:grid}.quick-attachment-row button{color:#a05e57;background:#f4ece8;border:0;border-radius:8px}.quick-attachment-fieldset>.text-button{margin-top:6px}.quick-capture-dialog footer{justify-content:space-between;align-items:center;gap:14px;padding-top:5px;display:flex}.quick-capture-dialog footer>small{color:var(--muted);font-size:9px}.quick-capture-dialog footer>div{gap:7px;display:flex}.quick-capture-dialog footer kbd{color:#ffffffb8;border:1px solid #ffffff38;border-radius:5px;margin-left:8px;padding:2px 5px;font:500 8px ui-monospace,monospace}.quick-file-picker{color:var(--accent);background:var(--jh-color-accent-soft);text-align:center;cursor:pointer;border:1px dashed #6d5df461;border-radius:10px;margin-bottom:8px;padding:11px;display:block;position:relative}.quick-file-picker input{opacity:0;width:1px;height:1px;position:absolute}.quick-file-row{border:1px solid var(--line);background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;margin:6px 0;padding:9px 11px;display:flex}.quick-file-row span{min-width:0;display:grid}.quick-file-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.quick-file-row small{color:var(--muted);margin-top:3px;font-size:8px}.quick-file-row button{color:#a05e57;background:#f4ece8;border:0;border-radius:8px;width:28px;height:28px}.eyebrow{color:var(--accent);font:700 10px/1.2 var(--jh-font-mono);letter-spacing:.2em}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.page-heading h1{font-family:var(--jh-font-display);letter-spacing:-.045em;margin:10px 0 7px;font-size:clamp(40px,5vw,58px);font-weight:500}.page-heading p{color:var(--muted);margin:0;line-height:1.65}.calendar-entry{min-height:38px;color:var(--accent);white-space:nowrap;background:#ffffffb3;border:1px solid #6d5df433;border-radius:11px;align-items:center;gap:7px;padding:0 13px;font-size:12px;font-weight:650;display:inline-flex}.calendar-entry span{font-size:14px}.quiet-link,.text-link{color:var(--accent);font-size:13px;font-weight:600}.error-message{border:1px solid color-mix(in srgb, var(--jh-color-danger) 25%, white);border-radius:var(--jh-radius-md);background:var(--jh-color-danger-soft);margin:0 0 18px;padding:12px 14px;color:var(--jh-color-danger)!important;font-size:13px!important}.empty-state{text-align:center;min-height:300px;color:var(--muted);border:1px dashed var(--jh-color-border-strong);border-radius:var(--jh-radius-xl);flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.empty-state.compact{min-height:150px}.empty-state strong{color:var(--ink);font-size:18px}.empty-state p{margin:7px 0 16px}.primary-button,.secondary-button,.dark-button,.text-button{min-height:var(--jh-control-height-md);border-radius:var(--jh-radius-md);white-space:nowrap;border:0;justify-content:center;align-items:center;font-weight:620;display:inline-flex}.primary-button{color:var(--jh-color-on-accent);background:var(--jh-color-accent);box-shadow:0 9px 22px color-mix(in srgb, var(--accent) 18%, transparent);padding:0 18px}.secondary-button{color:var(--ink);border:1px solid var(--line);background:var(--paper);padding:0 17px}.dark-button{color:var(--jh-color-on-accent);background:var(--jh-color-text);padding:0 16px}.text-button{min-height:auto;color:var(--accent);background:0 0;padding:7px 8px}button:disabled{opacity:.5;cursor:default}.focus-card{background:#ffffffe6;border:1px solid #6d5df426;border-radius:20px;grid-template-columns:34px 1fr;gap:4px 12px;padding:22px;display:grid;box-shadow:0 10px 35px #2e271f0a}.focus-card.confirmed{grid-template-columns:34px minmax(0,1fr) auto;align-items:center}.focus-icon{width:34px;height:34px;color:var(--accent);background:var(--jh-color-accent-soft);border-radius:11px;grid-row:1/3;place-items:center;display:grid}.focus-card strong,.focus-card small{display:block}.focus-card small{color:#99938b;margin-top:4px;font-size:12px}.focus-card .focus-label{color:var(--accent);letter-spacing:.12em;margin:0 0 5px;font-size:9px;font-weight:700}.focus-card .focus-value{color:#292622;font-size:15px;line-height:1.45}.focus-confirmed-actions{align-items:center;gap:12px;display:flex}.focus-confirmed-actions .text-button{color:var(--muted)}.focus-confirmed-badge{color:#16835d;white-space:nowrap;background:#ebfff7;border:1px solid #a8ebd1;border-radius:11px;align-items:center;min-height:40px;padding:0 16px;font-size:11px;font-weight:700;display:inline-flex}.focus-start-button{grid-column:2;justify-self:start;margin-top:8px}.portfolio-card{background:linear-gradient(145deg,#fff,#fbf9ff);border-color:#e3dcf6;margin-top:16px;padding:22px}.attention-inbox{background:linear-gradient(145deg,#fffaf5,#fff);border-color:#efd1bd;margin-top:16px;padding:20px}.attention-inbox>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.attention-inbox h2{margin:6px 0 4px;font-size:19px}.attention-inbox header p{color:var(--muted);margin:0;font-size:10px}.attention-summary{flex-wrap:wrap;gap:5px;display:flex}.attention-summary span{color:#9d4e31;background:#fff0e8;border-radius:99px;padding:6px 8px;font-size:8px;font-weight:700}.attention-list{gap:7px;margin-top:14px;display:grid}.attention-list article{border:1px solid var(--line);background:#fff;border-left:4px solid #887cf1;border-radius:12px;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.attention-list article.urgent{border-left-color:#db5b4d}.attention-list article.warning{border-left-color:#d99536}.attention-kind{color:#765f56;font-size:8px;font-weight:750}.attention-list strong,.attention-list small{display:block}.attention-list strong{font-size:11px}.attention-list small{color:var(--muted);margin-top:4px;font-size:8px}.attention-actions{flex-wrap:wrap;justify-content:flex-end;align-items:end;gap:5px;display:flex}.attention-actions .dark-button{padding:7px 10px;font-size:8px}.attention-actions label{color:var(--muted);gap:3px;font-size:7px;display:grid}.attention-actions input{border:1px solid var(--line);background:#fff;border-radius:7px;width:118px;min-height:30px;padding:4px 6px;font-size:8px}.text-button.danger{color:#c84f4b}.portfolio-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.portfolio-heading h2{margin:7px 0 5px;font-size:20px}.portfolio-heading p{color:var(--muted);margin:0;font-size:11px}.portfolio-heading-side{justify-items:end;gap:8px;display:grid}.portfolio-summary{gap:8px;display:flex}.portfolio-summary span{border:1px solid var(--line);min-width:82px;color:var(--muted);background:#ffffffdb;border-radius:11px;padding:9px 11px;font-size:9px}.portfolio-summary strong{color:var(--text);margin-bottom:3px;font-size:11px;display:block}.portfolio-edit-trigger{padding-inline:0}.portfolio-conflicts{gap:7px;margin-top:14px;display:grid}.portfolio-conflicts article{border-radius:11px;grid-template-columns:220px 1fr;gap:12px;padding:10px 12px;font-size:10px;display:grid}.portfolio-conflicts article.warning{color:#80512a;background:#fff3e7}.portfolio-conflicts article.notice{color:#58507d;background:var(--jh-color-accent-soft)}.portfolio-conflicts span{opacity:.78}.portfolio-form{margin-top:16px}.portfolio-goal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.portfolio-goal{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px;transition:all .18s}.portfolio-goal.selected{border-color:#6d5df473;box-shadow:0 7px 22px #5644be14}.portfolio-goal-select{cursor:pointer;grid-template-columns:18px 1fr;align-items:start;gap:8px;display:grid}.portfolio-goal-select input{accent-color:var(--accent);margin-top:2px}.portfolio-goal-select small,.portfolio-goal-select strong{display:block}.portfolio-goal-select small{color:var(--accent);margin-bottom:4px;font-size:8px}.portfolio-goal-select strong{font-size:12px}.portfolio-goal>p{min-height:34px;color:var(--muted);margin:10px 0;font-size:10px;line-height:1.55}.portfolio-goal-facts{flex-wrap:wrap;gap:5px;display:flex}.portfolio-goal-facts span{color:var(--muted);background:#f5f3ef;border-radius:7px;padding:4px 6px;font-size:8px}.portfolio-goal-facts .risk{color:#a25927;background:#fff0df}.portfolio-allocation{color:var(--muted);grid-template-columns:auto 64px auto;align-items:center;gap:6px;margin-top:12px;font-size:9px;display:grid}.portfolio-allocation input,.portfolio-editor input{border:1px solid var(--line);background:#fff;border-radius:8px;outline:0;width:100%;min-height:34px;padding:7px 8px}.portfolio-editor{grid-template-columns:190px 1fr auto auto;align-items:center;gap:10px;margin-top:12px;display:grid}.portfolio-editor>label{color:var(--muted);grid-template-columns:auto 64px auto;align-items:center;gap:6px;font-size:9px;display:grid}.portfolio-editor .dark-button{min-height:36px}.portfolio-snapshot{gap:8px;margin-top:15px;display:grid}.portfolio-snapshot article{border:1px solid var(--line);background:#ffffffbd;border-radius:12px;grid-template-columns:minmax(180px,.7fr) 1.3fr;align-items:center;gap:16px;padding:12px 14px;display:grid}.portfolio-snapshot small,.portfolio-snapshot strong{display:block}.portfolio-snapshot small{color:var(--accent);margin-bottom:4px;font-size:8px}.portfolio-snapshot strong{font-size:12px}.portfolio-snapshot article>span{color:var(--muted);font-size:10px}.portfolio-snapshot-empty{color:var(--muted);border:1px dashed var(--line);text-align:center;background:#ffffff8c;border-radius:12px;padding:15px;font-size:11px}.inline-create{grid-column:2;gap:8px;margin-top:12px;display:flex}.focus-editor{grid-column:2/-1}.inline-create>input{flex:auto;min-width:0}.inline-create>button{white-space:nowrap;flex-shrink:0}.focus-submit-button{white-space:nowrap;flex:0 0 96px}.action-create>.text-button{min-width:72px;padding-inline:16px}.inline-create input,.stack-form input,.stack-form textarea,.create-panel input,.create-panel textarea,.create-panel select,.review-fields input,.settings-card input,.settings-card select{border:1px solid var(--line);background:#fff;border-radius:10px;outline:none;width:100%}.inline-create input{height:43px;padding:0 12px}.inline-create input:focus,.stack-form input:focus,.stack-form textarea:focus,.create-panel input:focus,.create-panel textarea:focus,.create-panel select:focus{border-color:#6d5df499;box-shadow:0 0 0 3px #6d5df414}.content-section{margin-top:34px}.section-title{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:13px;display:flex}.section-title h2{margin:5px 0 2px;font-size:19px}.section-title p{color:#99938b;margin:0;font-size:12px}.section-title>span{color:var(--muted);font-size:12px}.action-list{border:1px solid var(--line);background:#ffffffd1;border-radius:18px;overflow:hidden}.action-row{border-bottom:1px solid var(--line);align-items:center;gap:14px;min-height:68px;padding:13px 16px;display:flex}.action-row input{width:19px;height:19px;accent-color:var(--accent)}.action-row strong,.action-row small{display:block}.action-row strong{font-size:14px}.action-row small{color:var(--jh-color-text-faint);margin-top:4px;font-size:10px}.action-row.done strong{color:var(--jh-color-text-faint);text-decoration:line-through}.today-action-groups{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;margin-top:34px;display:grid}.today-action-groups .content-section{margin-top:0}.today-action-groups .action-list{border-radius:15px}.today-action-groups .action-row{min-height:61px}.today-action-groups .section-title h2{font-size:16px}.action-create{grid-column:auto;margin:0;padding:8px}.action-create input{background:0 0;border:0}.action-create>button{min-width:68px}.action-add-trigger{width:100%;min-height:46px;color:var(--accent);text-align:left;background:0 0;border:0;padding:0 16px;font-size:11px;font-weight:650}.action-add-trigger:hover{background:#6d5df40b}.joy-panel{background:linear-gradient(135deg, var(--jh-color-accent-soft), #fffdfb);border:1px solid #ded8fd;border-radius:20px;grid-template-columns:.75fr 1.25fr;gap:28px;margin-top:34px;padding:24px;display:grid}.joy-title{align-items:flex-start;gap:13px;display:flex}.joy-title>span{color:#fff;background:var(--accent);border-radius:13px;place-items:center;width:42px;height:42px;font:800 10px ui-monospace,monospace;display:grid}.joy-title strong,.joy-title small{display:block}.joy-title strong{margin-top:2px}.joy-title small{color:var(--muted);margin-top:6px;line-height:1.5}.compact-capture-panel{grid-template-columns:1fr auto;align-items:center}.compact-capture-panel>button{justify-self:end}.mini-run-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.mini-run-card{border:1px solid var(--line);background:#ffffffc7;border-radius:16px;flex-direction:column;align-items:flex-start;min-height:135px;padding:16px;display:flex}.mini-run-card strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:15px 0 10px;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.mini-run-card small{color:var(--jh-color-text-faint);margin-top:auto}.review-card{border:1px solid var(--line);background:#f1ede6;border-radius:19px;grid-template-columns:.8fr 1.2fr;gap:30px;margin-top:34px;padding:22px;display:grid}.review-card h2{margin:8px 0 5px}.review-card p{color:var(--muted);margin:0;font-size:13px}.review-fields{grid-template-columns:1fr 1fr auto auto;align-items:center;gap:8px;display:grid}.review-fields input{height:42px;padding:0 10px}.review-summary-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.review-summary-actions>span{color:#16835d;font-size:11px;font-weight:650}.split-layout{grid-template-columns:350px 1fr;align-items:start;gap:20px;display:grid}.panel{border:1px solid var(--line);border-radius:var(--jh-radius-xl);background:color-mix(in srgb, var(--paper) 78%, transparent);padding:22px}.create-panel{position:sticky;top:24px}.create-panel h2{margin:8px 0 20px}.create-panel label,.settings-card label{color:#65605a;gap:7px;margin:13px 0;font-size:12px;display:grid}.create-panel input,.create-panel select{height:43px;padding:0 11px}.create-panel textarea{resize:vertical;padding:11px;line-height:1.5}.create-panel .primary-button{width:100%;margin-top:8px}.goal-list,.task-list{gap:12px;display:grid}.goal-card,.task-card{border:1px solid var(--line);background:#ffffffd1;border-radius:18px;padding:20px}.goal-card.completed{opacity:.64}.card-topline{justify-content:space-between;align-items:center;display:flex}.card-topline small,.card-topline time{color:var(--jh-color-text-faint);font-size:11px}.goal-card h2{margin:18px 0 7px;font-size:19px}.goal-card p{min-height:42px;color:var(--muted);margin:0;font-size:13px;line-height:1.6}.card-actions{justify-content:space-between;gap:10px;margin-top:18px;display:flex}.task-card{grid-template-columns:80px 1fr auto;align-items:center;gap:18px;display:grid}.task-state{color:var(--muted);justify-items:center;gap:7px;font-size:10px;display:grid}.task-state i{background:#aaa;border-radius:50%;width:12px;height:12px}.task-state i.on{background:var(--green);box-shadow:0 0 0 6px #2cab781a}.task-card h2{margin:0 0 7px;font-size:17px}.task-card p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.task-card small{color:var(--jh-color-text-faint)}.task-actions{justify-items:stretch;gap:4px;display:grid}.status-pill{color:#716c66;background:var(--jh-color-surface-subtle);border-radius:999px;align-items:center;padding:5px 9px;font-size:10px;display:inline-flex}.status-pill.active{color:#167653;background:#dff4ea}.status-pill.failed{color:#bd3d49;background:#fbe3e5}.home-summary,.growth-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.home-summary>div,.growth-stats article{border:1px solid var(--line);background:#ffffffb3;border-radius:16px;padding:18px}.home-summary strong,.home-summary span{display:block}.home-summary strong{font-size:25px}.home-summary span{color:var(--muted);margin-top:5px;font-size:11px}.library-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.memory-panel{background:#faf7ff}.stack-form{gap:8px;margin-bottom:22px;display:grid}.stack-form input{height:42px;padding:0 11px}.stack-form textarea{resize:vertical;padding:11px;line-height:1.5}.stack-form button{justify-self:start}.library-list{gap:9px;display:grid}.library-list article{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:34px 1fr;gap:11px;padding:12px;display:grid}.library-list article>span{width:34px;height:34px;color:var(--accent);background:var(--jh-color-accent-soft);border-radius:10px;place-items:center;font-size:12px;display:grid}.library-list strong{font-size:13px}.library-list p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 0;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.library-heading{margin-bottom:22px}.library-summary{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px;display:grid}.library-summary article{border:1px solid var(--line);background:#ffffffb8;border-radius:16px;grid-template-columns:1fr auto;gap:4px 16px;padding:17px 19px;display:grid}.library-summary span{color:var(--muted);font-size:11px}.library-summary strong{grid-area:1/2/3;align-self:center;font:500 29px Georgia,serif}.library-summary small{color:var(--jh-color-text-faint);font-size:10px}.library-furniture{background:linear-gradient(135deg,#f8f0e2,#fffaf1 55%,#fff);border:1px solid #e6ddcd;border-radius:22px;padding:21px;box-shadow:0 12px 35px #4731150a}.furniture-title{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.furniture-title h2{margin:6px 0 3px;font-size:19px}.furniture-title p{color:var(--muted);margin:0;font-size:11px}.furniture-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px;display:grid}.furniture-grid button,.furniture-grid a{min-width:0;color:var(--ink);text-align:left;background:#ffffffbf;border:1px solid #5b421c1a;border-radius:14px;grid-template-columns:40px 1fr;align-items:center;gap:11px;padding:13px;display:grid}.furniture-grid button:hover,.furniture-grid a:hover{border-color:#6d5df447;transform:translateY(-1px)}.furniture-grid i{color:#fff;border-radius:12px;place-items:center;width:40px;height:40px;font:800 10px ui-monospace,monospace;display:grid}.furniture-grid i.violet{background:var(--accent)}.furniture-grid i.amber{background:#bd7a29}.furniture-grid i.green{background:#25966a}.furniture-grid strong,.furniture-grid small{display:block}.furniture-grid strong{font-size:13px}.furniture-grid small{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.4}.library-tabs{border-bottom:1px solid var(--line);gap:22px;margin-top:26px;display:flex}.library-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 2px 11px}.library-tabs button.active{color:var(--ink);border-bottom-color:var(--ink);font-weight:650}.library-workspace,.memory-workspace{padding-top:20px}.collection-workspace{grid-template-columns:minmax(240px,1.3fr) minmax(260px,1fr);gap:12px;margin-top:18px;display:grid}.collection-tree,.collection-create{border:1px solid var(--line);background:#ffffffbd;border-radius:16px;overflow:hidden}.collection-tree>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.collection-tree>header div{gap:3px;display:grid}.collection-tree>header strong{font-size:13px}.collection-tree>header>span{color:var(--muted);font-size:10px}.collection-tree>button{--collection-depth:0;width:100%;padding:9px 12px 9px calc(12px + var(--collection-depth) * 18px);color:var(--ink);text-align:left;background:0 0;border:0;border-bottom:1px solid #e7e1d9b3;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:7px;display:grid}.collection-tree>button:last-child{border-bottom:0}.collection-tree>button:hover,.collection-tree>button.active{background:#f1eeff}.collection-tree>button i{width:25px;height:25px;color:var(--accent);background:#fff;border-radius:7px;place-items:center;font-style:normal;display:grid}.collection-tree>button span{gap:2px;min-width:0;display:grid}.collection-tree>button strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.collection-tree>button small{color:var(--muted);font-size:8px}.collection-create{grid-template-columns:minmax(0,1fr) minmax(130px,.7fr);align-content:center;gap:8px;padding:16px;display:grid}.collection-create>div{grid-column:1/-1;gap:4px;display:grid}.collection-create strong{font-size:13px}.collection-create small{color:var(--muted);font-size:9px}.collection-create input,.collection-create select{border:1px solid var(--line);background:#fff;border-radius:9px;min-width:0;height:38px;padding:0 10px}.collection-create button{grid-column:1/-1}.collection-scope-toggle{width:fit-content;color:var(--muted);align-items:center;gap:7px;margin-top:10px;font-size:10px;display:flex}.source-collections{border-bottom:1px solid var(--line);margin-bottom:16px;padding-bottom:14px}.source-collections header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.source-collections header strong{font-size:11px}.source-collections header small{color:var(--muted);font-size:8px}.source-collections>div{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.source-collections button{color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:8px;padding:5px 8px;font-size:9px}.source-collections button.active{color:#5c49d7;background:var(--jh-color-accent-soft);border-color:#cfc6ff}.source-collections em{color:var(--muted);font-size:9px;font-style:normal}.automation-banner{background:#f4f7ff;border:1px solid #d7e2ff;border-radius:16px;grid-template-columns:38px 1fr auto;align-items:center;gap:13px;padding:15px 17px;display:grid}.automation-banner>span{color:#2964da;background:#fff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.automation-banner strong,.automation-banner p{margin:0;display:block}.automation-banner strong{font-size:13px}.automation-banner p{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.45}.automation-banner a{color:var(--accent);font-size:12px;font-weight:620}.source-create-card{background:#fbfaff;border:1px solid #ded7fb;border-radius:18px;margin-top:14px;padding:20px}.source-create-head,.source-create-actions{justify-content:space-between;align-items:center;gap:18px;display:flex}.source-create-head h2{margin:6px 0 14px}.source-create-grid{grid-template-columns:170px 1fr;gap:11px;display:grid}.source-create-grid label,.document-fields label{color:var(--muted);gap:6px;font-size:10px;display:grid}.source-create-grid label.wide,.document-fields label.wide{grid-column:1/-1}.source-create-grid input,.source-create-grid textarea,.source-create-grid select,.document-fields input,.document-fields textarea,.document-fields select,.source-thinking input,.source-thinking textarea,.memory-create input,.memory-create textarea,.memory-create select{border:1px solid var(--line);background:#fff;border-radius:10px;outline:0;width:100%;padding:10px 11px}.source-create-grid textarea,.document-fields textarea,.source-thinking textarea,.memory-create textarea{resize:vertical;line-height:1.6}.source-create-grid input:focus,.source-create-grid textarea:focus,.document-fields input:focus,.document-fields textarea:focus,.source-thinking input:focus,.source-thinking textarea:focus{border-color:#6d5df48c;box-shadow:0 0 0 3px #6d5df412}.source-create-actions{margin-top:14px}.source-create-actions small{color:var(--muted);font-size:10px}.library-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-top:18px;display:flex}.library-toolbar form{flex:1;gap:7px;display:flex}.library-toolbar input{border:1px solid var(--line);background:#fff;border-radius:11px;outline:0;flex:1;min-width:0;height:42px;padding:0 12px}.knowledge-rebuild-actions{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.knowledge-search-results{margin:14px 0}.knowledge-search-results>header{justify-content:space-between;align-items:center;display:flex}.knowledge-search-results>header div{gap:5px;display:grid}.knowledge-search-results>p{color:var(--muted);margin:12px 0 0;font-size:11px}.knowledge-hit-list{gap:8px;margin-top:12px;display:grid}.knowledge-hit-list button{text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(170px,.35fr) minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;display:grid}.knowledge-hit-list button div{gap:4px;display:grid}.knowledge-hit-list small,.knowledge-hit-list button>span{color:var(--muted);font-size:9px}.knowledge-hit-list p{color:#55504b;max-height:38px;margin:0;font-size:11px;line-height:1.7;overflow:hidden}.filter-chips,.tag-filters{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.filter-chips button,.tag-filters button{color:#716c65;background:var(--jh-color-surface-subtle);border:0;border-radius:999px;padding:6px 11px;font-size:10px}.filter-chips button.active,.tag-filters button.active{color:#fff;background:var(--ink)}.tag-filters{align-items:center}.tag-filters>span{color:var(--jh-color-text-faint);margin-right:3px;font-size:10px}.tag-filters small{opacity:.65}.knowledge-governance-filters{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.knowledge-governance-filters label{color:var(--muted);align-items:center;gap:6px;font-size:10px;display:flex}.knowledge-governance-filters select{color:#5f5953;border:1px solid var(--line);background:#fff;border-radius:9px;height:32px;padding:0 28px 0 9px;font-size:10px}.source-list{gap:9px;margin-top:18px;display:grid}.source-row{width:100%;color:var(--ink);text-align:left;border:1px solid var(--line);background:#ffffffc7;border-radius:15px;grid-template-columns:42px minmax(0,1fr) 130px;align-items:center;gap:14px;padding:14px 15px;display:grid}.source-row:hover{background:#fff;border-color:#6d5df447;box-shadow:0 7px 24px #2d241d0b}.source-row>i{width:42px;height:42px;color:var(--accent);background:#eeebff;border-radius:12px;place-items:center;font-style:normal;font-weight:700;display:grid}.source-copy{min-width:0}.source-copy>strong,.source-copy>small{display:block}.source-copy>strong{font-size:13px}.source-copy>small{max-width:740px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:10px;line-height:1.45;overflow:hidden}.source-tags{gap:4px;margin-top:7px;display:flex}.source-tags em{color:#6959d3;background:var(--jh-color-accent-soft);border-radius:99px;padding:2px 6px;font-size:9px;font-style:normal}.source-meta{color:var(--muted);justify-items:end;gap:4px;display:grid}.source-meta small,.source-meta time{font-size:9px}.source-meta b{color:var(--accent);font-size:11px}.source-index-state{color:#6856d7;background:var(--jh-color-accent-soft);border-radius:99px;padding:2px 6px;font-size:9px;font-style:normal}.source-index-state.ready{color:var(--jh-color-success);background:var(--jh-color-success-soft)}.source-index-state.failed{color:#b04d40;background:var(--jh-color-danger-soft)}@media (width<=760px){.collection-workspace,.collection-create{grid-template-columns:1fr}.collection-create>*{grid-column:1!important}}.memory-intro h2{margin:7px 0 5px}.memory-intro p{color:var(--muted);margin:0;font-size:12px}.memory-create{background:var(--jh-color-accent-soft);border:1px solid #ded7fb;border-radius:16px;grid-template-columns:130px 1fr auto;align-items:start;gap:8px;margin:18px 0;padding:16px;display:grid}.memory-create textarea{grid-column:1/3}.memory-create button{grid-area:1/3/3;align-self:stretch}.memory-grid{grid-template-columns:repeat(2,1fr);gap:11px;display:grid}.memory-grid article{border:1px solid var(--line);background:#fffc;border-radius:15px;grid-template-columns:38px 1fr;gap:12px;padding:16px;display:grid}.memory-grid article>span{color:#8a692a;background:#fff3cf;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.memory-grid small,.memory-grid strong,.memory-grid p{display:block}.memory-grid small{color:var(--jh-color-text-faint);text-transform:uppercase;font-size:9px}.memory-grid strong{margin-top:6px;font-size:13px}.memory-grid p{color:var(--muted);margin:7px 0 0;font-size:11px;line-height:1.6}.source-editor .back-button{color:var(--muted);background:0 0;border:0;padding:0;font-size:12px}.source-editor-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin:18px 0;display:flex}.source-editor-heading h2{max-width:820px;margin:8px 0 5px;font:500 35px Georgia,Songti SC,serif}.source-editor-heading p{color:var(--muted);margin:0;font-size:12px}.privacy-pill{color:var(--jh-color-success);background:var(--jh-color-success-soft);border-radius:99px;padding:6px 10px;font-size:10px}.source-editor-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:start;gap:15px;display:grid}.document-fields{grid-template-columns:150px 1fr;gap:12px;display:grid}.uri-field{gap:7px;display:flex}.uri-field input{flex:1}.uri-field a{color:var(--accent);border:1px solid var(--line);background:#fff;border-radius:10px;place-items:center;padding:0 12px;font-size:10px;display:grid}.editor-save{align-items:center;gap:12px;margin-top:15px;display:flex}.archive-button{color:#9a625a;background:0 0;border:0;padding:8px;font-size:11px}.source-thinking{background:linear-gradient(145deg,var(--jh-color-accent-soft),#fff);border-color:#ddd6fb;position:sticky;top:25px}.source-thinking h2{margin:8px 0 5px}.source-thinking>p{color:var(--muted);margin:0 0 15px;font-size:11px;line-height:1.55}.source-thinking input{margin-top:8px}.thinking-actions{gap:7px;margin-top:11px;display:grid}.thinking-actions button{color:#5d5750;border:1px solid var(--line);background:#fff;border-radius:10px;min-height:39px;font-size:11px;font-weight:620}.thinking-actions button.ai-button{color:#fff;background:var(--accent);border:0}.source-thinking>small{color:var(--muted);margin-top:12px;display:block}.source-runs{margin-top:15px}.source-run-list{gap:8px;display:grid}.source-run-list a{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;display:grid}.source-run-list strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.source-run-list time{color:var(--muted);font-size:9px}.source-run-list b{color:var(--accent);font-size:10px}.knowledge-revisions{margin-top:15px}.knowledge-revision-list{gap:8px;display:grid}.knowledge-revision-list article{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;display:grid}.knowledge-revision-list article div{gap:4px;display:grid}.knowledge-revision-list small,.knowledge-revision-list time{color:var(--muted);font-size:9px}.knowledge-revision-list p{color:#b44e43;margin:0;font-size:10px}.knowledge-revision-list a{color:var(--accent);font-size:10px}.source-attachment-list{background:var(--jh-color-accent-soft);border:1px solid #e0daf7;border-radius:13px;gap:7px;margin-top:14px;padding:13px;display:grid}.source-attachment-list>header{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.source-attachment-list header strong{font-size:10px}.source-attachment-list header small{color:var(--muted);font-size:8px}.source-attachment-list>a{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:90px minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:9px;display:grid}.source-attachment-list a>span{color:var(--accent);text-overflow:ellipsis;font-size:8px;overflow:hidden}.source-attachment-list a>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;overflow:hidden}.source-attachment-list a>small{color:var(--muted);font-size:8px}.source-attachment-list a>b{color:var(--accent);font-size:8px}.growth-stats{grid-template-columns:repeat(4,1fr)}.growth-stats span,.growth-stats strong,.growth-stats small{display:block}.growth-stats span{color:var(--muted);font-size:11px}.growth-stats strong{margin:12px 0 5px;font-size:30px}.growth-stats small{color:var(--jh-color-text-faint);line-height:1.4}.review-timeline>h2{margin:8px 0 20px}.review-timeline>article{border-bottom:1px solid var(--line);grid-template-columns:100px 1fr;gap:14px;padding:14px 0;display:grid}.review-timeline time{color:var(--muted);font-size:12px}.review-timeline p{color:var(--muted);margin:5px 0 0;font-size:12px}.run-hero{border:1px solid var(--line);background:var(--paper);border-radius:21px;align-items:center;gap:20px;padding:25px;display:flex}.run-state-mark{color:#777;background:var(--jh-color-surface-subtle);border-radius:18px;flex:none;place-items:center;width:58px;height:58px;font-size:24px;display:grid}.run-state-mark.active{color:var(--orange);background:#fff0e8}.run-state-mark.failed{color:#bd3d49;background:#fbe3e5}.run-hero-copy{flex:1}.run-hero h1{margin:8px 0 5px;font-size:32px}.run-hero p{color:var(--muted);margin:0}.run-actions{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.detail-grid{grid-template-columns:1.25fr .75fr;gap:14px;margin-top:14px;display:grid}.detail-card,.result-card,.settings-card{border:1px solid var(--line);background:#ffffffc2;border-radius:20px;padding:23px}.detail-card h2,.result-card h2,.settings-card h2{margin:8px 0 16px}.goal-detail p,.result-content{white-space:pre-wrap;line-height:1.7}.detail-card dl{margin:0}.detail-card dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:15px;padding:8px 0;display:flex}.detail-card dt{color:var(--muted)}.detail-card dd{text-align:right;margin:0}.result-card{min-height:230px;margin-top:14px}.result-content{color:#5e5953;max-width:860px}.progress-line{gap:5px;margin:18px 0;display:flex}.progress-line i{background:var(--orange);border-radius:9px;width:25px;height:4px;animation:1.2s infinite pulse}.progress-line i:nth-child(2){animation-delay:.2s}.progress-line i:nth-child(3){animation-delay:.4s}.run-governance-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.run-governance-card h2{margin-bottom:11px}.run-governance-list{gap:8px;display:grid}.run-governance-list>section{border:1px solid var(--line);background:#faf8f4;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.run-governance-list>section.pending{background:#fff8e9;border-color:#ead4ae}.run-governance-list>section.succeeded,.run-governance-list>section.approved{background:#f0f8f3;border-color:#cde3d5}.run-governance-list strong,.run-governance-list small{display:block}.run-governance-list strong{font-size:11px}.run-governance-list small{color:var(--muted);margin-top:3px;font-size:8px}.run-governance-list p{color:var(--muted);margin:6px 0 0;font-size:9px;line-height:1.5}.approval-actions{flex:none;gap:6px;display:flex}.approval-actions button{min-height:34px;padding:0 11px;font-size:9px}.work-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.work-card{border:1px solid var(--line);background:#ffffffc7;border-radius:19px;overflow:hidden}.work-cover{color:#fff;background:linear-gradient(135deg,#6d5df4,#ba66c4,#e9844f);justify-content:space-between;align-items:flex-end;height:130px;padding:18px;display:flex}.work-cover span{font-size:27px}.work-content{padding:18px}.work-content h2{margin:16px 0 7px}.work-content p{color:var(--muted);font-size:13px;line-height:1.55}.work-content>a{color:var(--accent);margin-top:14px;font-weight:600;display:inline-block}.work-actions{flex-wrap:wrap;align-items:center;gap:7px;margin-top:13px;display:flex}.work-actions .dark-button{min-height:34px;font-size:10px}.work-actions .text-button,.work-actions a{font-size:10px;font-weight:650}.publication-state{background:var(--jh-color-accent-soft);border-radius:11px;gap:4px;margin-top:13px;padding:10px;display:grid}.publication-state strong{color:#5f53b5;font-size:10px}.publication-state span{color:var(--muted);font-size:8px;line-height:1.5}.publication-state a{color:var(--accent);font-size:8px;font-weight:650}.publication-state.succeeded{background:#edf8f1}.publication-state.succeeded strong{color:#247153}.publication-state.failed{background:#fff0ef}.publication-state.failed strong{color:#b84951}.publication-state.waiting_approval{background:#fff4e8}.publication-state.waiting_approval strong{color:#a46125}.publication-dialog{width:min(720px,100%)}.publication-guardrail{background:#fff9e8;border:1px solid #e4dcbd;border-radius:11px;padding:12px}.publication-guardrail strong{color:#745c24;font-size:10px}.publication-guardrail p{color:#82755a;margin:5px 0 0;font-size:9px;line-height:1.55}.settings-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.settings-card label{margin:15px 0}.settings-card input,.settings-card select{height:44px;padding:0 11px}.advanced-card p,.advanced-card li,.cloud-card p,.cloud-card li{color:var(--muted);line-height:1.7}.advanced-card ul,.cloud-card ul{padding-left:19px}.identity-summary{background:var(--jh-color-accent-soft);border:1px solid #ddd7fb;border-radius:13px;gap:4px;margin-bottom:17px;padding:13px;display:grid}.identity-summary span{color:var(--muted);font-size:11px}.identity-summary code{color:#6557c9;text-overflow:ellipsis;margin-top:6px;font-size:10px;overflow:hidden}.identity-summary small{color:var(--muted);line-height:1.45}.auth-shell{background:var(--jh-color-surface);grid-template-columns:minmax(420px,1.08fr) minmax(440px,.92fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:radial-gradient(circle at 15% 10%,#ffffff29,#0000 35%),linear-gradient(145deg,#29233d 0%,#514287 55%,#88627a 100%);flex-direction:column;min-height:100vh;padding:clamp(28px,5vw,70px);display:flex}.auth-brand{align-self:flex-start;align-items:center;gap:12px;display:flex}.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-size:18px}.auth-brand small{color:#fff9;margin-top:3px;font-size:10px}.auth-brand .brand-mark{background:#ffffff24;box-shadow:inset 0 0 0 1px #ffffff1a}.auth-promise{max-width:670px;margin:auto 0;padding:70px 0}.auth-promise .eyebrow{color:#dcd6ff}.auth-promise h1{letter-spacing:-.045em;margin:20px 0;font:500 clamp(42px,5vw,68px)/1.15 Georgia,Songti SC,serif}.auth-promise p{color:#ffffffad;max-width:540px;margin:0;font-size:16px;line-height:1.85}.auth-boundary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff24;border-radius:17px;max-width:630px;padding:18px 20px}.auth-boundary strong{font-size:13px}.auth-boundary p{color:#ffffff9e;margin:7px 0 0;font-size:11px;line-height:1.65}.auth-panel{background:linear-gradient(145deg,#fbf8f2,#fff);place-items:center;padding:clamp(24px,5vw,72px);display:grid}.auth-card{gap:17px;width:min(440px,100%);display:grid}.auth-card h2{letter-spacing:-.035em;margin:10px 0 7px;font:500 38px Georgia,Songti SC,serif}.auth-card>div>p{color:var(--muted);margin:0;font-size:13px}.auth-switch{background:var(--jh-color-surface-subtle);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;display:grid}.auth-switch button{min-height:38px;color:var(--muted);background:0 0;border:0;border-radius:9px;padding:0 7px;font-size:11px;font-weight:620}.auth-switch button.active{color:var(--ink);background:#fff;box-shadow:0 3px 10px #27211b12}.auth-card label{color:#5d5852;gap:7px;font-size:12px;font-weight:620;display:grid}.auth-card label small{color:var(--muted);font-weight:400}.auth-card input{border:1px solid var(--line);background:#fff;border-radius:11px;outline:0;width:100%;height:48px;padding:0 13px}.auth-card input:focus{border-color:#6d5df494;box-shadow:0 0 0 3px #6d5df414}.auth-submit{color:#fff;background:linear-gradient(135deg,#705ef4,#5d4bd6);border:0;border-radius:12px;min-height:50px;font-weight:680;box-shadow:0 12px 28px #5c48d633}.auth-note{color:#a19b93;text-align:center;margin:0;font-size:10px;line-height:1.55}.cloud-restore-proof{background:var(--jh-color-accent-soft);border:1px solid #d8d0f3;border-radius:12px;gap:8px;padding:13px;display:grid}.cloud-restore-proof span,.cloud-restore-proof small{color:var(--muted);font-size:9px;line-height:1.5}.cloud-restore-proof code{color:#fff;text-align:center;letter-spacing:.13em;background:#282333;border-radius:9px;padding:10px;font-size:18px}.cloud-restore-proof a{color:var(--accent);font-size:10px;font-weight:680}.auth-restart{color:var(--muted);background:0 0;border:0;justify-self:center;padding:0;font-size:10px}.mobile-nav{display:none}.opportunity-intake{background:linear-gradient(145deg,#f8fcf7,#fff);border-color:#d9e4d8;margin-top:15px}.intake-title{align-items:center}.intake-title h2{margin:7px 0 4px}.derived-opportunity{background:#fff;border:1px solid #cfe6d6;border-radius:14px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px;display:grid}.derived-opportunity>span{color:#fff;background:#27946a;border-radius:13px;place-items:center;width:42px;height:42px;font-size:11px;font-weight:700;display:grid}.derived-opportunity small,.derived-opportunity strong,.derived-opportunity p{display:block}.derived-opportunity small{color:var(--muted);font-size:9px}.derived-opportunity strong{margin-top:4px}.derived-opportunity p{color:var(--muted);margin:5px 0 0;font-size:11px}.derived-opportunity a{color:var(--accent);font-size:11px;font-weight:650}.growth-intake{background:linear-gradient(145deg,var(--jh-color-accent-soft),#fff);border-color:#ded8ef}.derived-growth{border-color:#ddd5f4}.derived-growth>span,.opportunity-form.growth-intake-form legend b{background:#7662dc}.opportunity-form.growth-intake-form input:focus,.opportunity-form.growth-intake-form textarea:focus,.opportunity-form.growth-intake-form select:focus{border-color:#7662dc80;box-shadow:0 0 0 3px #7662dc14}.opportunity-form{gap:12px;margin-top:15px;display:grid}.opportunity-form fieldset{border:1px solid var(--line);background:#fffc;border-radius:15px;grid-template-columns:1fr 1fr;gap:11px;margin:0;padding:16px;display:grid}.opportunity-form legend{padding:0 6px;font-size:12px;font-weight:680}.opportunity-form legend b{color:#fff;background:#27946a;border-radius:8px;place-items:center;width:22px;height:22px;margin-right:7px;font-size:10px;display:inline-grid}.opportunity-form label{color:var(--muted);gap:6px;font-size:10px;display:grid}.opportunity-form label.wide,.opportunity-form .wide{grid-column:1/-1}.opportunity-form input,.opportunity-form textarea,.opportunity-form select{border:1px solid var(--line);background:#fff;border-radius:10px;outline:0;width:100%;padding:10px 11px}.opportunity-form textarea{resize:vertical;line-height:1.55}.opportunity-form input:focus,.opportunity-form textarea:focus,.opportunity-form select:focus{border-color:#27946a80;box-shadow:0 0 0 3px #27946a12}.score-grid{background:#f5f3ef;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:9px;padding:11px;display:grid}.score-grid input{accent-color:#27946a;border:0;height:19px;padding:0}.intake-submit{justify-content:space-between;align-items:center;gap:18px;display:flex}.intake-submit small{color:var(--muted);font-size:10px}.contact-candidate-list{background:#fff9ed;border:1px solid #e6cfae;border-radius:11px;gap:6px;padding:11px;display:grid}.contact-candidate-list>strong{color:#7c592c;font-size:10px}.contact-candidate-list>p{color:#8d7658;margin:0 0 2px;font-size:8px}.contact-candidate-list>button{color:var(--ink);text-align:left;background:#fff;border:1px solid #eadac2;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:9px;display:flex}.contact-candidate-list button span,.contact-candidate-list button b,.contact-candidate-list button small{display:block}.contact-candidate-list button b{font-size:9px}.contact-candidate-list button small{color:var(--muted);margin-top:3px;font-size:7px}.contact-candidate-list button em{color:#936126;font-size:8px;font-style:normal}.business-summary{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.business-summary article{border:1px solid var(--line);background:#ffffffc2;border-radius:17px;align-content:space-between;min-height:112px;padding:17px;display:grid}.business-summary article.urgent{background:#fff8f1;border-color:#efcbb3}.business-summary span,.business-summary small{color:var(--muted);font-size:10px}.business-summary strong{font:500 30px Georgia,serif}.follow-up-section{margin-top:30px}.follow-up-list{gap:8px;display:grid}.follow-up-list article{background:#fffaf4;border:1px solid #ebd5c3;border-radius:15px;grid-template-columns:90px 1fr auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.follow-up-list time{color:#b36431;font-size:11px;font-weight:650}.follow-up-list strong,.follow-up-list p,.follow-up-list small{display:block}.follow-up-list p{margin:5px 0;font-size:12px}.follow-up-list small{color:var(--muted);font-size:9px}.business-tabs{border-bottom:1px solid var(--line);align-items:center;gap:17px;margin-top:32px;display:flex}.business-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:11px 2px}.business-tabs button.active{color:var(--ink);border-bottom-color:var(--ink);font-weight:650}.business-tabs>span{flex:1}.business-tabs a{color:var(--accent);font-size:10px;font-weight:620}.opportunity-board{grid-template-columns:repeat(2,1fr);gap:12px;padding-top:18px;display:grid}.opportunity-board>.empty-state{grid-column:1/-1}.opportunity-card{border:1px solid var(--line);background:#fffc;border-radius:18px;flex-direction:column;min-height:350px;padding:19px;display:flex}.opportunity-card header,.opportunity-card footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.opportunity-card header>small,.opportunity-card footer>small{color:var(--muted);font-size:9px}.opportunity-status{color:#705f21;background:#fff2c8;border-radius:99px;padding:5px 8px;font-size:9px;font-weight:700}.opportunity-status.pursuing{color:#1e7553;background:#e2f5eb}.opportunity-status.waiting{color:#3f64a7;background:#e9f0ff}.opportunity-card h2{margin:17px 0 8px;font-size:18px}.opportunity-card>p{min-height:52px;color:var(--muted);margin:0;font-size:11px;line-height:1.6}.opportunity-scores{background:var(--jh-color-surface-subtle);border-radius:11px;grid-template-columns:repeat(4,1fr);margin:16px 0;padding:10px;display:grid}.opportunity-scores div{text-align:center;border-right:1px solid var(--line)}.opportunity-scores div:last-child{border:0}.opportunity-scores dt{color:var(--muted);font-size:8px}.opportunity-scores dd{margin:4px 0 0;font-size:11px;font-weight:680}.opportunity-next{border-left:3px solid var(--accent);background:#f8f7ff;gap:5px;margin-bottom:16px;padding:12px;display:grid}.opportunity-next small{color:var(--muted);font-size:8px}.opportunity-next strong{font-size:11px;line-height:1.45}.opportunity-next time{color:var(--accent);font-size:9px}.opportunity-card footer{border-top:1px solid var(--line);margin-top:auto;padding-top:12px}.opportunity-card footer div{gap:5px;display:flex}.opportunity-card footer button{color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px 8px;font-size:9px}.contact-board{gap:8px;padding-top:18px;display:grid}.contact-board>article{border:1px solid var(--line);background:#ffffffc7;border-radius:15px;grid-template-columns:43px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 16px;display:grid}.contact-board>article>span{color:#fff;background:linear-gradient(135deg,#7464f4,#b26bc9);border-radius:14px;place-items:center;width:43px;height:43px;font-weight:700;display:grid}.contact-board strong,.contact-board small,.contact-board p{display:block}.contact-board small{color:var(--muted);margin-top:3px;font-size:9px}.contact-board p{color:#5f5a54;margin:6px 0 0;font-size:10px}.contact-next{text-align:right}.contact-next strong{color:#a85a2f;margin-top:5px;font-size:10px}.contact-next em{color:var(--jh-color-text-faint);margin-top:5px;font-size:9px;font-style:normal;display:block}.form-grid{gap:12px;display:grid}.form-grid.two-columns{grid-template-columns:1fr 1fr}.form-grid .span-two{grid-column:1/-1}.form-grid label{color:#65605a;gap:7px;font-size:11px;font-weight:620;display:grid}.form-grid input,.form-grid textarea,.form-grid select{border:1px solid var(--line);background:#fff;border-radius:10px;outline:0;width:100%;padding:10px 11px}.form-grid input,.form-grid select{min-height:42px}.form-grid textarea{resize:vertical;line-height:1.55}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:#6d5df48c;box-shadow:0 0 0 3px #6d5df412}.goal-intake-layout{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start;gap:18px;display:grid}.goal-intake{padding:25px}.goal-intake>.primary-button{width:100%;min-height:48px;margin-top:18px}.goal-catalog{gap:10px;display:grid;position:sticky;top:24px}.goal-filter-row{background:#ebe7e1;border-radius:12px;flex-wrap:wrap;gap:5px;padding:5px;display:flex}.goal-filter-row button{min-width:62px;color:var(--muted);background:0 0;border:0;border-radius:9px;flex:1;padding:8px 7px;font-size:9px}.goal-filter-row button.active{color:var(--ink);background:#fff;font-weight:680;box-shadow:0 2px 8px #28221c0f}.goal-summary-card{border:1px solid var(--line);background:#fffc;border-radius:16px;padding:17px;transition:border-color .18s,transform .18s;display:block}.goal-summary-card:hover{border-color:#6d5df459;transform:translateY(-1px)}.goal-summary-card>div,.goal-summary-card footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.goal-summary-card>div small,.goal-summary-card footer span{color:var(--muted);font-size:9px}.goal-summary-card h2{margin:14px 0 6px;font-size:16px}.goal-summary-card>p{min-height:35px;color:var(--muted);margin:0;font-size:10px;line-height:1.55}.goal-summary-card dl{grid-template-columns:1fr 1fr;gap:7px;margin:14px 0;display:grid}.goal-summary-card dl div{background:var(--jh-color-surface-subtle);border-radius:9px;padding:8px}.goal-summary-card dt{color:var(--muted);font-size:8px}.goal-summary-card dd{margin:4px 0 0;font-size:10px;font-weight:680}.goal-summary-card footer{border-top:1px solid var(--line);padding-top:11px}.goal-summary-card footer strong{color:var(--accent);font-size:9px}.status-pill.intake,.status-pill.clarifying{color:#9b6423;background:#fff0d8}.status-pill.planned{color:#4d64ae;background:#e9efff}.status-pill.completed{color:#287157;background:#e4f5ed}.status-pill.paused,.status-pill.abandoned,.status-pill.archived{color:#77716a;background:#ece9e4}.workbench-heading{align-items:center}.workbench-heading h1{max-width:780px;font-size:clamp(32px,4vw,48px)}.workbench-heading-actions{align-items:center;gap:10px;display:flex}.goal-fact-strip{grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:16px;display:grid}.goal-fact-strip article{border:1px solid var(--line);background:#ffffffb3;border-radius:14px;padding:14px 16px}.goal-fact-strip span,.goal-fact-strip strong{display:block}.goal-fact-strip span{color:var(--muted);font-size:9px}.goal-fact-strip strong{margin-top:7px;font-size:13px}.plan-workbench{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:14px;display:grid}.plan-context{background:linear-gradient(150deg,var(--jh-color-accent-soft),#fff);border-color:#ded7fa;position:sticky;top:24px}.plan-context h2{margin:8px 0;font-size:19px}.plan-context>p{color:var(--muted);margin:0;font-size:11px;line-height:1.65}.clarification-list,.clarification-ready{background:#fff5e6;border-radius:12px;gap:7px;margin:17px 0;padding:13px;display:grid}.clarification-list strong,.clarification-ready strong{font-size:11px}.clarification-list span{color:#8c6736;font-size:10px}.clarification-ready{background:#eaf7f0}.clarification-ready p{color:#527463;margin:0;font-size:10px}.goal-context-list{margin:0}.goal-context-list div{border-top:1px solid var(--line);padding:10px 0}.goal-context-list dt{color:var(--muted);font-size:8px}.goal-context-list dd{margin:5px 0 0;font-size:10px;line-height:1.55}.plan-editor{padding:25px}.initiative-editor{background:#faf8f4;border:1px solid #ddd8cf;border-radius:15px;margin-top:17px;padding:16px}.initiative-editor>header{justify-content:space-between;gap:10px;margin-bottom:12px;display:flex}.initiative-editor>header span{color:var(--accent);font-size:9px}.initiative-editor>header h3{margin:3px 0 0;font-size:15px}.plan-item-editor{border:1px solid var(--line);background:#fff;border-radius:12px;gap:7px;margin-top:10px;padding:11px;display:grid}.plan-item-editor input,.plan-item-editor select{border:1px solid var(--line);background:#fff;border-radius:9px;outline:0;min-width:0;min-height:38px;padding:8px 9px;font-size:10px}.plan-item-main{grid-template-columns:1fr 30px;gap:6px;display:grid}.plan-item-main button{color:#a58e84;background:0 0;border:0}.plan-item-options{grid-template-columns:120px 180px 1fr 1fr;align-items:end;gap:6px;display:grid}.plan-item-options .compact-date{color:var(--muted);gap:4px;font-size:8px;font-weight:620;display:grid}.inline-add{color:var(--accent);background:0 0;border:0;margin-top:10px;padding:6px 0;font-size:10px;font-weight:650}.plan-editor>.secondary-button{margin-top:12px}.activation-preview{background:var(--jh-color-accent-soft);border:1px solid #ddd6ff;border-radius:13px;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:16px;padding:13px;display:grid}.activation-preview div{background:#fff;border-radius:9px;padding:9px}.activation-preview span,.activation-preview strong{display:block}.activation-preview span{color:var(--muted);font-size:8px}.activation-preview strong{margin-top:4px;font-size:15px}.activation-preview p{color:#7169a2;grid-column:1/-1;margin:2px 0 0;font-size:9px;line-height:1.5}.plan-editor-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding-top:16px;display:flex}.plan-editor-footer p{max-width:520px;color:var(--muted);margin:0;font-size:10px;line-height:1.55}.revision-history{margin-top:30px}.revision-history>article{border:1px solid var(--line);background:#ffffffc2;border-radius:16px;margin-top:9px;padding:18px}.revision-history>article.active{background:#f6fcf9;border-color:#abd9c5}.revision-history article header,.revision-history article footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.revision-history article header>div{align-items:center;gap:8px;display:flex}.revision-history article header span,.revision-history article header time{color:var(--muted);font-size:9px}.revision-history article header strong{background:var(--jh-color-surface-subtle);border-radius:99px;padding:4px 7px;font-size:8px}.revision-history article h3{margin:13px 0 5px;font-size:15px}.revision-history article>p{color:var(--muted);margin:0;font-size:10px}.revision-initiatives,.revision-activation-summary{flex-wrap:wrap;gap:6px;margin:13px 0;display:flex}.revision-initiatives span,.revision-activation-summary span,.revision-activation-summary b{background:var(--jh-color-surface-subtle);border-radius:8px;padding:5px 8px;font-size:9px}.revision-activation-summary b{color:#a2483e;background:#fff0ed}.revision-history article footer{border-top:1px solid var(--line);padding-top:12px}.plan-action-kind{color:var(--muted);grid-template-columns:auto minmax(160px,240px);justify-content:start;align-items:center;gap:9px;font-size:8px;font-weight:650;display:grid}.business-goal-focus{background:linear-gradient(145deg,var(--jh-color-accent-soft),#fff);border-color:#ddd6fb;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr) auto;align-items:center;gap:20px;margin-top:14px;display:grid}.business-goal-focus h2{margin:7px 0 5px;font-size:19px}.business-goal-focus p{color:var(--muted);margin:0;font-size:11px}.business-goal-focus dl{grid-template-columns:repeat(3,1fr);gap:7px;margin:0;display:grid}.business-goal-focus dl div{background:#fff;border-radius:10px;padding:9px}.business-goal-focus dt{color:var(--muted);font-size:8px}.business-goal-focus dd{margin:4px 0 0;font-size:10px;font-weight:680}.growth-focus-grid{grid-template-columns:1.15fr .85fr;gap:13px;margin-bottom:14px;display:grid}.growth-focus-grid article h2{margin:8px 0 6px;font-size:18px}.growth-focus-grid article p{color:var(--muted);margin:0 0 13px;font-size:11px;line-height:1.6}.growth-focus-grid article>a{color:var(--accent);font-size:10px;font-weight:680}.growth-current-goal dl{grid-template-columns:1fr 1fr;gap:7px;margin:12px 0;display:grid}.growth-current-goal dl div{background:var(--jh-color-surface-subtle);border-radius:10px;padding:9px}.growth-current-goal dt,.growth-current-challenge small{color:var(--muted);font-size:8px}.growth-current-goal dd{margin:4px 0 0;font-size:10px;font-weight:680}.growth-current-challenge{background:linear-gradient(145deg,#fffaf1,#fff);border-color:#e8d8bd}.growth-current-challenge>strong{margin-top:5px;font-size:11px;display:block}.heading-actions{align-items:center;gap:8px;display:flex}.routine-cadence-fields{background:#f5f1ff;border-radius:10px;grid-template-columns:130px 140px 1fr;align-items:center;gap:8px;padding:9px;display:grid}.routine-cadence-fields label{color:var(--muted);align-items:center;gap:5px;font-size:9px;display:flex}.routine-cadence-fields label input{width:50px}.routine-cadence-fields small{color:#8b82a5;font-size:8px}.calendar-shell{padding:0;overflow:hidden}.calendar-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:17px 20px;display:flex}.calendar-toolbar>div{align-items:center;gap:14px;display:flex}.calendar-toolbar h2{text-align:center;min-width:150px;margin:0;font:500 20px Georgia,Songti SC,serif}.calendar-toolbar>div button{width:32px;height:32px;color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:9px}.calendar-toolbar nav{background:var(--jh-color-surface-subtle);border-radius:10px;gap:4px;padding:4px;display:flex}.calendar-toolbar nav button{min-width:48px;color:var(--muted);background:0 0;border:0;border-radius:7px;padding:7px 9px;font-size:9px}.calendar-toolbar nav button.active{color:var(--ink);background:#fff;font-weight:680;box-shadow:0 2px 7px #28211b0f}.calendar-weekdays{border-bottom:1px solid var(--line);grid-template-columns:repeat(7,1fr);padding:10px 0;display:grid}.calendar-weekdays span{color:var(--muted);text-align:center;font-size:9px}.calendar-loading{min-height:420px;color:var(--muted);place-items:center;display:grid}.calendar-grid{grid-template-columns:repeat(7,1fr);display:grid}.calendar-grid>button{text-align:left;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff6b;min-width:0;min-height:112px;padding:9px}.calendar-grid>button:nth-child(7n){border-right:0}.calendar-grid>button.blank{cursor:default;background:#f0ece566}.calendar-grid>button:not(.blank):hover,.calendar-grid>button.selected{background:var(--jh-color-accent-soft);box-shadow:inset 0 0 0 2px #6d5df42e}.calendar-grid>button>strong{border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;display:grid}.calendar-grid>button.today>strong{color:#fff;background:var(--accent)}.calendar-grid>button>div{gap:3px;margin-top:5px;display:grid}.calendar-grid>button span{color:#4e5d86;text-overflow:ellipsis;white-space:nowrap;background:#eaf0ff;border-radius:5px;padding:3px 5px;font-size:7px;overflow:hidden}.calendar-grid>button span.growth{color:#77622b;background:#fff1cf}.calendar-grid>button span.career{color:#2d7058;background:#e4f5ed}.calendar-grid>button span.done{color:#8d8983;background:var(--jh-color-surface-subtle);text-decoration:line-through}.calendar-grid>button small{color:var(--muted);font-size:7px}.calendar-day-panel{margin-top:26px}.calendar-day-panel>article{border:1px solid var(--line);background:#ffffffbf;border-radius:13px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:7px;padding:13px 15px;display:grid}.calendar-day-panel>article>button,.calendar-day-panel>article>span{color:#fff;border:1px solid var(--line);background:#fff;border-radius:8px;place-items:center;width:25px;height:25px;font-size:10px;display:grid}.calendar-day-panel>article.done>button{background:#61b590;border-color:#61b590}.calendar-day-panel article small,.calendar-day-panel article strong{display:block}.calendar-day-panel article small{color:var(--muted);font-size:8px}.calendar-day-panel article strong{margin-top:4px;font-size:11px}.calendar-day-panel article>a{color:var(--accent);font-size:9px;font-weight:650}.metric-layout{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);align-items:start;gap:14px;display:grid}.metric-list{gap:9px;display:grid}.metric-card{border:1px solid var(--line);background:#ffffffc7;border-left:4px solid #6d5df4;border-radius:15px;padding:17px}.metric-card.leading{border-left-color:#2c9a6c}.metric-card.guardrail{border-left-color:#d68a3d}.metric-card header{justify-content:space-between;gap:10px;display:flex}.metric-card header span{color:var(--accent);font-size:9px;font-weight:700}.metric-card header small{color:var(--muted);font-size:8px}.metric-card h2{margin:10px 0;font-size:16px}.metric-values{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.metric-values div{background:var(--jh-color-surface-subtle);border-radius:9px;padding:9px}.metric-values small,.metric-values strong{display:block}.metric-values small{color:var(--muted);font-size:8px}.metric-values strong{margin-top:4px;font-size:10px}.metric-card form{grid-template-columns:140px 1fr auto;gap:6px;margin-top:11px;display:grid}.metric-card form input{border:1px solid var(--line);background:#fff;border-radius:9px;outline:0;min-width:0;height:38px;padding:0 9px;font-size:10px}.metric-create{position:sticky;top:24px}.metric-create h2{margin:8px 0 17px;font-size:18px}.metric-create>label,.metric-form-row label{color:var(--muted);gap:6px;margin-top:10px;font-size:9px;display:grid}.metric-create input,.metric-create select{border:1px solid var(--line);background:#fff;border-radius:9px;outline:0;width:100%;min-height:40px;padding:0 9px}.metric-form-row{grid-template-columns:1fr 1fr;gap:7px;display:grid}.metric-create>button{width:100%;margin-top:15px}.review-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:14px;margin-top:30px;display:grid}.review-create>.primary-button{width:100%;margin-top:16px}.review-list{gap:9px;display:grid}.review-list>article{border:1px solid var(--line);background:#ffffffc7;border-radius:15px;padding:17px}.review-list>article.decided{background:#f7fcf9;border-color:#badbca}.review-list article header{justify-content:space-between;gap:10px;display:flex}.review-list article header span{color:var(--accent);font-size:9px;font-weight:700}.review-list article header time{color:var(--muted);font-size:8px}.review-list article h3{margin:12px 0;font-size:14px;line-height:1.5}.review-list article dl{gap:7px;display:grid}.review-list article dl div{background:var(--jh-color-surface-subtle);border-radius:9px;padding:9px}.review-list article dt{color:var(--muted);font-size:8px}.review-list article dd{margin:4px 0 0;font-size:10px;line-height:1.5}.decision-form{border-top:1px solid var(--line);gap:7px;margin-top:12px;padding-top:12px;display:grid}.decision-form textarea,.decision-form select{border:1px solid var(--line);background:#fff;border-radius:9px;outline:0;width:100%;padding:9px;font-size:10px}.decision-form button{justify-self:end}.decision-result{background:var(--jh-color-success-soft);border-radius:10px;margin-top:12px;padding:11px}.decision-result strong{color:#276b50;font-size:10px}.decision-result p{color:#527565;margin:5px 0 0;font-size:9px;line-height:1.5}.review-agent-box{background:var(--jh-color-accent-soft);border:1px solid #ddd7ff;border-radius:13px;justify-content:space-between;align-items:center;gap:14px;margin:18px 0;padding:14px;display:flex}.review-agent-box>div:last-child{flex-shrink:0;gap:7px;display:flex}.review-agent-box p{color:var(--muted);margin:4px 0;font-size:9px}.review-agent-box small{color:#8279a8;font-size:8px}.review-agent-box.failed{background:#fff4f1;border-color:#f3c9c3}.review-agent-box.succeeded{background:#f2faf4;border-color:#c8e3d1}.review-draft-applied{color:#6157a7;margin:12px 0 0;font-size:9px}.agent-assistant-heading{align-items:center;gap:11px;min-width:0;display:flex}.agent-assistant-heading>div{min-width:0}.agent-assistant-heading strong{display:block}.agent-assistant-heading p{margin:4px 0 0}.agent-plan-request{background:var(--jh-color-accent-soft);border:1px solid #dcd5ff;border-radius:13px;gap:8px;margin-top:18px;padding:14px;display:grid}.agent-plan-request strong{font-size:12px}.agent-plan-request p,.agent-plan-request small{color:var(--muted);margin:0;font-size:9px;line-height:1.6}.agent-plan-request button{justify-self:start}.runtime-readiness-warning{justify-content:space-between;align-items:center;gap:8px;padding-top:2px;display:flex}.runtime-readiness-warning small{color:var(--jh-color-warning)}.runtime-readiness-warning .secondary-button{white-space:nowrap;flex:none;min-height:30px;padding:0 9px;font-size:9px}.runtime-plan-fields{background:#faf9ff;border:1px solid #ded8ff;border-radius:11px;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px;padding:11px;display:grid}.runtime-plan-fields label{color:var(--muted);gap:5px;font-size:8px;display:grid}.runtime-plan-fields input{width:100%;min-width:0}.runtime-plan-fields .span-two{grid-column:1/-1}.runtime-plan-fields .approval-check{color:#514787;grid-column:1/-1;align-items:center;gap:7px;display:flex}.runtime-plan-fields .approval-check input{width:auto}.task-card small{margin-top:5px;display:block}.error-inline{color:#b84650!important}.deployment-history .revision-history{margin-top:0}.settings-agent-identity{border:1px solid var(--jh-color-border);background:var(--jh-color-surface-subtle);border-radius:14px;align-items:center;gap:13px;padding:13px;display:flex}.settings-agent-identity>div{min-width:0}.settings-agent-identity strong,.settings-agent-identity span,.settings-agent-identity small{display:block}.settings-agent-identity strong{font-size:13px}.settings-agent-identity span{color:var(--jh-color-accent);margin-top:2px;font-size:9px;font-weight:700}.settings-agent-identity small{overflow-wrap:anywhere;color:var(--muted);margin-top:6px;font-size:8px;line-height:1.5}.handoff-workbench{margin-top:30px}.handoff-grid{grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:13px;display:grid}.handoff-grid form{gap:10px;display:grid}.handoff-grid form label{color:var(--muted);gap:6px;font-size:9px;display:grid}.handoff-grid form input,.handoff-grid form select,.handoff-grid form textarea{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;padding:9px}.handoff-grid form button{justify-self:start}.handoff-history{align-content:start;gap:7px;display:grid}.handoff-history article{border:1px solid var(--line);background:#ffffffc2;border-radius:12px;padding:13px}.handoff-history article header{justify-content:space-between;gap:10px;display:flex}.handoff-history article header span{color:var(--accent);font-size:8px;font-weight:700}.handoff-history article p{margin:7px 0 4px;font-size:10px}.handoff-history article small{color:var(--muted);font-size:8px}.handoff-result{background:var(--accent-soft);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding:10px;display:flex}.handoff-result>div:first-child{gap:3px;display:grid}.handoff-result.pending{border:1px solid #6653f52e}.handoff-result.accepted{background:#edf8f1}.handoff-result.dismissed{opacity:.65}.handoff-result-actions{flex:none;align-items:center;gap:6px;display:flex}.handoff-result-actions button{white-space:nowrap}.source-app-handoff{margin-top:14px}.source-app-handoff .section-title{align-items:center}.source-handoff-history{gap:8px;margin-top:13px;display:grid}.source-handoff-history>article{border:1px solid var(--line);background:#fbfaf8;border-radius:12px;padding:13px}.source-handoff-history>article>header{justify-content:space-between;display:flex}.source-handoff-history>article>header span{color:var(--accent);font-size:8px}.source-handoff-history>article>p{color:var(--muted);font-size:9px}.source-handoff-result{background:var(--accent-soft);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:10px;display:flex}.source-handoff-result>div:first-child{gap:3px;display:grid}.source-handoff-result small{color:var(--muted);font-size:8px}.source-handoff-result>div:last-child{flex:none;gap:6px;display:flex}.app-boundary{background:linear-gradient(145deg,var(--jh-color-accent-soft),#fff);border-color:#dcd6fa;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.app-boundary strong{font-size:13px}.app-boundary p{color:var(--muted);margin:5px 0 0;font-size:10px}.app-boundary>span{color:var(--accent);font-size:9px;font-weight:700}.app-management-layout{grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);align-items:start;gap:14px;display:grid}.app-installation-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.app-installation-grid>article{border:1px solid var(--line);background:#ffffffc7;border-radius:16px;padding:17px}.app-installation-grid article header{justify-content:space-between;align-items:center;display:flex}.app-installation-grid article header i{color:#fff;background:var(--accent);border-radius:11px;place-items:center;width:36px;height:36px;font-style:normal;font-weight:700;display:grid}.app-installation-grid article header span{color:#287157;font-size:8px}.app-installation-grid h2{margin:13px 0 5px;font-size:15px}.app-installation-grid p,.app-installation-grid small{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:9px;display:block}.app-installation-grid footer{flex-wrap:wrap;gap:5px;margin-top:14px;display:flex}.app-installation-grid footer span{background:var(--jh-color-surface-subtle);border-radius:7px;padding:4px 6px;font-size:8px}.app-install-form{gap:10px;display:grid;position:sticky;top:24px}.app-install-form h2{margin:6px 0 0}.app-install-form>p{color:var(--muted);margin:0 0 4px;font-size:9px}.app-install-form label{color:var(--muted);gap:5px;font-size:9px;display:grid}.app-install-form input{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;padding:9px}.app-install-form button{width:100%;margin-top:4px}.official-app-callout{background:linear-gradient(135deg,#fffaf5,#fff);border-color:#e6cdbd;justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px;display:flex}.official-app-callout h2{margin:6px 0;font-size:18px}.official-app-callout p{color:var(--muted);margin:0 0 7px;font-size:10px}.official-app-callout small{color:#9b6d56;font-size:8px}.official-app-callout button{flex:none}.official-app-callout.improvement{background:linear-gradient(135deg,var(--jh-color-accent-soft),#fff);border-color:#d8d0f5}.official-app-callout.improvement small{color:#7165aa}.growth-goal-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.growth-goal-actions .secondary-button{font-size:9px}.sync-local-state{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:7px;margin:13px 0;display:grid}.sync-local-state span{background:var(--jh-color-surface-subtle);color:var(--muted);border-radius:9px;padding:10px;font-size:8px}.sync-local-state strong{color:var(--ink);margin-bottom:3px;font-size:16px;display:block}.sync-local-state span.warning{color:#a05b2d;background:#fff0e5}.sync-conflict-list{background:#fff9f3;border:1px solid #efd0b8;border-radius:9px;gap:5px;margin:12px 0;padding:10px;display:grid}.sync-conflict-list strong{font-size:9px}.sync-conflict-list span{color:#8c674e;overflow-wrap:anywhere;font-size:8px}.cloud-card{gap:10px;display:grid}.cloud-card>p,.cloud-card>small{color:var(--muted);margin:0;font-size:9px;line-height:1.6}.cloud-card>button{justify-self:start}.cloud-authorization,.cloud-unlock{background:var(--jh-color-accent-soft);border:1px solid #d9d2f6;border-radius:12px;gap:9px;padding:13px;display:grid}.cloud-authorization>strong{font-size:11px}.cloud-authorization>code,.recovery-secret-box>code{overflow-wrap:anywhere;color:#f2edff;background:#25212f;border-radius:9px;padding:10px;font-size:10px;line-height:1.45}.cloud-authorization>a{color:var(--accent);font-size:9px;font-weight:700}.cloud-authorization label,.cloud-unlock label{color:var(--muted);gap:5px;font-size:8px;display:grid}.cloud-authorization input,.cloud-unlock input{width:100%}.cloud-authorization button,.cloud-unlock button{justify-self:start}.cloud-profile-summary{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.cloud-profile-summary span{min-width:0;color:var(--muted);background:var(--jh-color-surface-subtle);overflow-wrap:anywhere;border-radius:9px;padding:10px;font-size:7px}.cloud-profile-summary strong{color:var(--ink);margin-bottom:4px;font-size:10px;display:block}.recovery-secret-box{background:#fff9eb;border:1px solid #e6c88e;border-radius:12px;gap:8px;padding:13px;display:grid}.recovery-secret-box>strong{color:#785617;font-size:11px}.recovery-secret-box>p{color:#8a7043;margin:0;font-size:8px;line-height:1.5}.recovery-check{color:#6a552f;align-items:center;gap:7px;font-size:9px;display:flex}.recovery-check input{width:auto}.cloud-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sync-receipt{flex-wrap:wrap;gap:6px;display:flex}.sync-receipt span{color:#2b6d4f;background:#eef7f1;border-radius:7px;padding:5px 7px;font-size:8px}.notice-message{background:var(--jh-color-accent-soft);border-radius:9px;padding:9px 10px;color:#62569b!important}.completion-overlay{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f1b175c;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.completion-dialog{background:var(--jh-color-surface);width:min(820px,100%);max-height:calc(100vh - 56px);padding:0;overflow:auto;box-shadow:0 28px 90px #231c163d}.completion-dialog>header{z-index:2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffefaf5;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px 18px;display:flex;position:sticky;top:0}.completion-dialog>header h2{margin:7px 0 4px;font:500 26px Georgia,Songti SC,serif}.completion-dialog>header p{color:var(--muted);margin:0;font-size:11px}.completion-dialog>header>button{color:var(--muted);background:0 0;border:0;padding:3px 7px;font-size:25px}.completion-dialog>form{grid-template-columns:1fr 1fr;gap:14px;padding:22px 24px 25px;display:grid}.completion-dialog form>label,.completion-context label,.completion-metrics label{color:var(--muted);gap:6px;font-size:10px;display:grid}.completion-dialog input,.completion-dialog textarea,.completion-dialog select{border:1px solid var(--line);background:#fff;border-radius:10px;outline:0;width:100%;padding:10px 11px}.completion-dialog textarea{resize:vertical;line-height:1.55}.completion-dialog input:focus,.completion-dialog textarea:focus,.completion-dialog select:focus{border-color:#6d5df48c;box-shadow:0 0 0 3px #6d5df412}.completion-dialog .span-two{grid-column:1/-1}.completion-dialog fieldset{border:1px solid var(--line);background:#faf8f4;border-radius:14px;margin:0;padding:14px}.completion-dialog legend{color:var(--ink);padding:0 6px;font-size:11px;font-weight:650}.completion-metrics,.completion-context{grid-template-columns:1fr 1fr;gap:10px;display:grid}.completion-context .check-line{grid-column:1/-1;align-items:center;gap:8px;display:flex}.completion-context .check-line input{width:16px;height:16px}.completion-dialog form>footer{justify-content:flex-end;gap:8px;padding-top:3px;display:flex}.contact-merge-dialog{width:min(760px,100%)}.contact-merge-dialog form>footer{grid-column:1/-1}.contact-merge-warning{background:#fff8ea;border:1px solid #edd3aa;border-radius:10px;padding:11px}.contact-merge-warning strong{color:#79551f;font-size:10px}.contact-merge-warning p{color:#876f4c;margin:4px 0 0;font-size:8px;line-height:1.5}.email-compose-dialog{width:min(760px,100%)}.email-compose-dialog form>footer{grid-column:1/-1}.email-compose-note{color:#645e87;background:#f4f1ff;border-radius:10px;margin:0;padding:10px 12px;font-size:9px;line-height:1.55}.contact-next .email-request-state{color:var(--accent);margin-top:6px;font-weight:650}.contact-next .email-run-link{color:var(--accent);margin-top:5px;font-size:8px;display:block}.contact-next .text-button{color:var(--accent);background:0 0;border:0;margin:7px 0 0 8px;padding:0;font-size:8px;display:inline-block}.growth-evidence-grid{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:start;gap:14px;margin:18px 0;display:grid}.growth-evidence-grid .section-title{margin-bottom:12px}.growth-evidence-grid h2,.growth-outcome-panel h2{margin:6px 0 4px;font-size:18px}.growth-evidence-grid .section-title p,.growth-metric-panel>p,.growth-outcome-panel .section-title p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.growth-action-list{gap:7px;display:grid}.growth-action-list>article{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.growth-action-list time{color:var(--accent);font-size:9px;font-weight:700}.growth-action-list strong,.growth-action-list small{display:block}.growth-action-list strong{font-size:11px}.growth-action-list small{color:var(--muted);margin-top:3px;font-size:8px}.growth-action-list button{min-height:34px;padding:0 11px;font-size:9px}.growth-metric-list{gap:7px;margin-top:14px;display:grid}.growth-metric-list>article{border-left:3px solid var(--accent);background:var(--jh-color-surface-subtle);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:4px 8px;padding:11px;display:grid}.growth-metric-list>article.guardrail{border-left-color:#d68a3d}.growth-metric-list>article.leading{border-left-color:#2c9a6c}.growth-metric-list span{color:var(--accent);font-size:8px;font-weight:700}.growth-metric-list strong{font-size:10px}.growth-metric-list b{font-size:12px}.growth-metric-list small{color:var(--muted);grid-column:2/-1;font-size:8px}.growth-outcome-panel{margin:18px 0}.growth-outcome-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.growth-outcome-list>article{border:1px solid var(--line);background:#ffffffc7;border-radius:13px;padding:14px}.growth-outcome-list header{color:var(--accent);justify-content:space-between;gap:8px;font-size:8px;font-weight:700;display:flex}.growth-outcome-list header time{color:var(--muted);font-weight:500}.growth-outcome-list>article>strong{margin-top:10px;font-size:11px;display:block}.growth-outcome-list>article>p{color:var(--muted);margin:6px 0;font-size:9px;line-height:1.55}.growth-outcome-list dl{gap:5px;margin:9px 0;display:grid}.growth-outcome-list dl div{background:var(--jh-color-surface-subtle);border-radius:8px;padding:7px}.growth-outcome-list dt{color:var(--muted);font-size:7px}.growth-outcome-list dd{margin:3px 0 0;font-size:8px;line-height:1.45}.growth-outcome-list>article>small,.growth-outcome-list footer small{color:#9d968d;font-size:7px}.growth-outcome-list footer{justify-content:space-between;align-items:center;gap:9px;margin-top:9px;display:flex}.growth-outcome-list footer .secondary-button{min-height:30px;padding:0 10px;font-size:8px}.growth-outcome-list footer a{color:var(--accent);font-size:8px}.metric-create{padding:24px}.metric-create h2{margin:10px 0 22px;font-size:22px;line-height:1.25}.metric-create>label,.metric-form-row label{gap:7px;margin-top:14px;font-size:12px;font-weight:620}.metric-create input,.metric-create select{min-height:48px;padding:0 13px;font-size:14px}.metric-create input::placeholder{color:var(--muted)}.metric-create input:focus,.metric-create select:focus{border-color:#6d5df4b3;box-shadow:0 0 0 3px #6d5df41c}.metric-form-row{gap:10px}.metric-create>button{min-height:50px;margin-top:20px;font-size:15px}.save-toast{z-index:90;max-width:min(420px,100vw - 48px);color:var(--jh-color-success);border:1px solid var(--jh-color-success);border-radius:var(--jh-radius-md);background:var(--jh-color-success-soft);box-shadow:var(--jh-shadow-floating);margin:0;padding:12px 15px;font-size:12px;font-weight:650;position:fixed;top:22px;right:24px}.revision-history-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.revision-history-controls,.revision-history-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.revision-history-controls{justify-content:flex-end}.revision-history-controls .secondary-button{min-height:36px;font-size:10px}.revision-history>article.archived{opacity:.72;background:var(--jh-color-surface-subtle)}.revision-history>article.archived h3{text-decoration:line-through;-webkit-text-decoration-color:var(--jh-color-border);text-decoration-color:var(--jh-color-border)}@keyframes pulse{0%,to{opacity:.2}50%{opacity:1}}.calendar-grid>button span.overdue{color:#a13b32;background:#ffe5df}.calendar-day-panel>article.overdue{background:#fff5f2;border-color:#efb5ac}@media (width<=920px){.sidebar{width:190px}.product-stage{width:calc(100% - 238px);margin-left:214px}.split-layout,.joy-panel,.review-card,.library-grid,.detail-grid,.run-governance-grid,.settings-grid,.source-editor-grid,.goal-intake-layout,.plan-workbench,.metric-layout,.review-layout,.growth-evidence-grid,.today-action-groups{grid-template-columns:1fr}.create-panel,.source-thinking,.goal-catalog,.plan-context,.metric-create{position:static}.furniture-grid{grid-template-columns:1fr 1fr}.memory-grid{grid-template-columns:1fr}.mini-run-grid,.work-grid,.opportunity-board,.growth-stats,.business-summary,.goal-fact-strip{grid-template-columns:repeat(2,1fr)}.review-fields{grid-template-columns:1fr}.review-summary-actions{justify-content:flex-start}.business-goal-focus{grid-template-columns:1fr}.portfolio-heading{flex-direction:column;align-items:flex-start}.portfolio-heading-side{justify-items:start;width:100%}.portfolio-goal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-editor{grid-template-columns:180px 1fr}.portfolio-editor .dark-button{grid-column:1/-1}.portfolio-snapshot article{grid-template-columns:1fr;gap:7px}.compact-capture-panel>button{justify-self:start}.plan-item-options,.routine-cadence-fields{grid-template-columns:1fr 1fr}.routine-cadence-fields small{grid-column:1/-1}.calendar-grid>button{min-height:90px}.auth-shell{grid-template-columns:1fr}.auth-story{min-height:auto;padding:28px}.auth-promise{padding:65px 0}.auth-boundary{display:none}.auth-panel{padding:50px 24px 70px}.attention-inbox>header{flex-direction:column}.attention-list article{grid-template-columns:72px minmax(0,1fr)}.attention-actions{grid-column:2;justify-content:flex-start}.activation-preview{grid-template-columns:repeat(2,1fr)}}.source-heading-state{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;max-width:410px;display:flex}.source-heading-state>small{color:var(--muted);text-align:right;flex-basis:100%;font-size:10px;line-height:1.5}.index-state-pill{color:#6856d7;background:var(--jh-color-accent-soft);border-radius:99px;padding:6px 10px;font-size:10px}.index-state-pill.ready{color:var(--jh-color-success);background:var(--jh-color-success-soft)}.index-state-pill.failed{color:#b04d40;background:var(--jh-color-danger-soft)}@media (width<=680px){.sidebar{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;width:100%;height:62px;padding:10px 14px;position:static}.brand{padding:0}.brand small,.side-nav,.sidebar-bottom,.quick-capture-trigger{display:none}.save-toast{max-width:none;top:12px;left:14px;right:14px}.revision-history-heading{flex-direction:column;align-items:flex-start}.revision-history-controls{justify-content:flex-start}.product-stage{width:calc(100% - 28px);margin:0 auto;padding:32px 0 92px}.page-heading{flex-direction:column;align-items:flex-start}.page-heading h1{font-size:42px}.form-grid.two-columns,.growth-focus-grid,.goal-fact-strip{grid-template-columns:1fr}.form-grid .span-two{grid-column:auto}.portfolio-summary{flex-wrap:wrap;width:100%}.portfolio-goal-grid,.portfolio-editor{grid-template-columns:1fr}.portfolio-editor .dark-button{grid-column:auto}.portfolio-conflicts article,.plan-item-options,.routine-cadence-fields{grid-template-columns:1fr}.plan-editor-footer{flex-direction:column;align-items:stretch}.plan-editor-footer .primary-button{width:100%}.calendar-toolbar{flex-direction:column;align-items:stretch}.calendar-toolbar>div{justify-content:space-between}.calendar-grid{grid-template-columns:repeat(7,minmax(90px,1fr));overflow-x:auto}.calendar-weekdays{grid-template-columns:repeat(7,minmax(90px,1fr));overflow:hidden}.calendar-day-panel>article{grid-template-columns:30px 1fr}.calendar-day-panel article>a{grid-column:2}.metric-card form,.metric-form-row,.metric-values{grid-template-columns:1fr}.decision-form button{justify-self:stretch}.review-agent-box{flex-direction:column;align-items:flex-start}.review-agent-box>div:last-child{flex-wrap:wrap;width:100%}.focus-card,.focus-card.confirmed{grid-template-columns:34px 1fr}.focus-confirmed-actions{grid-column:2;justify-content:flex-start}.inline-create{grid-column:1/-1}.mini-run-grid,.work-grid,.home-summary,.growth-stats,.library-summary,.furniture-grid,.business-summary,.opportunity-board{grid-template-columns:1fr}.task-card{grid-template-columns:48px 1fr}.task-actions{grid-column:2;grid-template-columns:auto auto;justify-content:start}.run-hero{flex-wrap:wrap;align-items:flex-start}.run-actions{flex-direction:row;justify-content:space-between;width:100%}.settings-grid{grid-template-columns:1fr}.furniture-title,.source-editor-heading,.intake-title{flex-direction:column;align-items:flex-start}.source-heading-state{justify-content:flex-start;max-width:none}.source-heading-state>small{text-align:left}.automation-banner{grid-template-columns:38px 1fr}.automation-banner a{grid-column:2}.source-create-grid,.document-fields,.opportunity-form fieldset{grid-template-columns:1fr}.source-create-grid label.wide,.document-fields label.wide,.opportunity-form label.wide,.opportunity-form .wide{grid-column:auto}.source-row{grid-template-columns:38px minmax(0,1fr)}.source-meta{grid-column:2;grid-template-columns:auto auto auto 1fr;justify-items:start}.source-meta b{justify-self:end}.memory-create{grid-template-columns:1fr}.memory-create textarea,.memory-create button{grid-area:auto}.source-run-list a{grid-template-columns:auto 1fr}.source-run-list time,.source-run-list b{grid-column:2}.score-grid{grid-template-columns:1fr}.derived-opportunity,.follow-up-list article,.contact-board>article{grid-template-columns:42px minmax(0,1fr)}.derived-opportunity a,.follow-up-list button,.contact-next{text-align:left;grid-column:2}.intake-submit{flex-direction:column;align-items:stretch}.business-tabs{flex-wrap:wrap}.business-tabs>span{display:none}.library-toolbar{flex-direction:column;align-items:stretch}.knowledge-rebuild-actions{flex-wrap:wrap}.knowledge-hit-list button,.knowledge-revision-list article{grid-template-columns:1fr}.mobile-nav{z-index:30;padding:7px 4px max(7px, env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;inset:auto 0 0}.mobile-nav a{min-height:var(--jh-touch-target);color:var(--muted);place-content:center;justify-items:center;gap:2px;font-size:9px;display:grid}.mobile-nav a span{font-size:15px}.mobile-nav a.router-link-exact-active{color:var(--accent)}.mobile-capture-trigger{z-index:32;color:#fff;background:var(--accent);border:0;border-radius:16px;place-items:center;width:48px;height:48px;font-size:25px;display:grid;position:fixed;bottom:70px;right:16px;box-shadow:0 12px 30px #4f3cbf4d}.quick-capture-overlay{align-items:end;padding:0}.quick-capture-dialog{border-radius:22px 22px 0 0;max-height:94vh;overflow-y:auto}.quick-capture-dialog>form{grid-template-columns:1fr}.quick-capture-dialog form>.wide,.quick-capture-dialog .error-message,.quick-capture-dialog fieldset,.quick-capture-dialog footer{grid-column:auto}.quick-attachment-row{grid-template-columns:1fr 34px}.quick-attachment-row input:nth-child(2){grid-column:1}.quick-attachment-row button{grid-area:1/2/3}.quick-capture-dialog footer{flex-direction:column;align-items:stretch}.quick-capture-dialog footer>div{grid-template-columns:1fr 1fr;display:grid}.completion-overlay{align-items:end;padding:0}.completion-dialog{border-radius:22px 22px 0 0;max-height:92vh}.completion-dialog>form,.completion-metrics,.completion-context{grid-template-columns:1fr}.completion-dialog .span-two,.completion-context .check-line{grid-column:auto}.growth-action-list>article{grid-template-columns:50px minmax(0,1fr)}.growth-action-list button{grid-column:2;justify-self:start}.growth-outcome-list,.attention-list article{grid-template-columns:1fr}.attention-actions{grid-column:auto}.activation-preview{grid-template-columns:1fr}.product-shell button{min-width:var(--jh-touch-target);min-height:var(--jh-touch-target)}.product-shell :is(.calendar-entry,a.text-button,.quiet-link,.automation-banner a){min-height:var(--jh-touch-target);align-items:center;display:inline-flex}}
