:root{--cream:#f2ede4;--cream-dark:#e8e4dc;--navy:#1a1f2c;--grey-200:#e5e1d8;--grey-300:#c9c5bb;--grey-500:#7c7975;--grey-700:#3d3d3d;--white:#fff;--orange:#2f8f5b;--orange-soft:#f0f7f4;--green:#4a8a5c;--green-soft:#e6f0e9;--amber:#c99a2e;--red:#c0392b;--border:#00000014;--shadow:0 1px 2px #0000000a;--page-bg:#e8e4dc}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--page-bg);color:var(--navy);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}#root,.app-root{height:100vh}.no-anim *,.no-anim :before,.no-anim :after{transition:none!important;animation:none!important}.app{background:var(--cream);grid-template-rows:auto 1fr;height:100vh;display:grid;overflow:hidden}.topbar{background:var(--cream);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 22px;display:flex}.brand{color:var(--navy);align-items:center;gap:9px;font-size:14px;font-weight:700;display:flex}.brand-mark{background:var(--navy);width:26px;height:26px;color:var(--cream);border-radius:50%;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;font-size:13px;font-style:italic;font-weight:700;display:flex}.product{color:var(--navy);font-weight:700}.product .accent{color:var(--orange);font-weight:700}.topbar-right{align-items:center;gap:12px;display:flex;position:relative}.memory-chip{background:var(--white);border:1px solid var(--border);color:var(--grey-700);box-shadow:var(--shadow);cursor:pointer;border-radius:14px;align-items:center;gap:7px;padding:5px 11px 5px 9px;font-size:11px;transition:border-color .15s;display:inline-flex}.memory-chip:hover{border-color:var(--grey-300)}.memory-chip.open{border-color:var(--navy)}.memory-chip .mem-pulse{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2.2s infinite pulse;box-shadow:0 0 #4a8a5c99}@keyframes pulse{0%{box-shadow:0 0 #4a8a5c80}70%{box-shadow:0 0 0 7px #4a8a5c00}to{box-shadow:0 0 #4a8a5c00}}.memory-chip .mem-label{color:var(--grey-500);font-weight:500}.memory-chip .mem-count{color:var(--navy);font-weight:700}.memory-chip .mem-caret{color:var(--grey-300);font-size:9px}.deal-title-pill{background:var(--white);border:1px solid var(--border);color:var(--navy);box-shadow:var(--shadow);border-radius:14px;align-items:center;gap:7px;padding:5px 11px;font-size:11px;display:inline-flex}.deal-title-pill .pill-dot{background:var(--orange);border-radius:50%;width:7px;height:7px}.deal-title-pill .pill-dot.saved{background:var(--green)}.deal-title-pill .pill-label{color:var(--grey-500);font-weight:500}.deal-title-pill .pill-value{color:var(--navy);font-weight:700}.menu{color:var(--grey-300);letter-spacing:2px;cursor:pointer;background:0 0;border:none;font-size:18px;line-height:1}.reset-btn{background:var(--white);border:1px solid var(--border);color:var(--grey-700);cursor:pointer;box-shadow:var(--shadow);border-radius:14px;padding:6px 12px;font-size:11px;font-weight:600}.reset-btn:hover:not(:disabled){border-color:var(--navy);color:var(--navy)}.reset-btn:disabled{opacity:.45;cursor:default}.memory-popover{background:var(--white);border:1px solid var(--border);z-index:40;border-radius:10px;width:320px;padding:14px 16px 16px;animation:.16s popIn;position:absolute;top:40px;right:0;box-shadow:0 16px 36px #0000001f,0 2px 6px #0000000a}@keyframes popIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.memory-popover .pop-head{color:var(--grey-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:10px;font-weight:700}.memory-popover .pop-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:5px 0;font-size:12px;display:flex}.memory-popover .pop-row:last-of-type{border-bottom:none}.memory-popover .pop-row .pop-k{color:var(--grey-500);flex-shrink:0}.memory-popover .pop-row .pop-v{color:var(--navy);text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:600}.memory-popover .pop-empty{color:var(--grey-500);padding:4px 0;font-size:12px;font-style:italic}.memory-popover .pop-foot{border-top:1px dashed var(--grey-300);color:var(--grey-500);margin-top:12px;padding-top:10px;font-size:11px;line-height:1.5}.workspace{grid-template-columns:minmax(0,1fr) 420px;height:100%;min-height:0;display:grid;position:relative}.app[data-picking] .workspace{grid-template-columns:minmax(0,1fr)}.app[data-picking] .conv{border-right:none}.conv{background:var(--cream);border-right:1px solid var(--border);flex-direction:column;min-height:0;display:flex}.conv-feed{flex:1;min-height:0;overflow-y:auto}.chat-thread{flex-direction:column;gap:16px;width:100%;max-width:760px;min-height:100%;margin:0 auto;padding:28px;display:flex}.chat-thread.empty{max-width:none;padding:0}.chat-thread.empty .empty-hero{min-height:100%}.empty-hero{text-align:center;flex-direction:column;flex:1;justify-content:safe center;align-items:center;gap:12px;padding:24px;display:flex}.empty-hero .mark{background:var(--navy);width:56px;height:56px;color:var(--cream);border-radius:50%;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;font-size:24px;font-style:italic;font-weight:700;display:flex}.empty-hero .mark-hero{width:104px;height:104px;margin-bottom:6px;font-size:50px;position:relative;box-shadow:0 14px 34px #1a1f2c47}.empty-hero .mark-hero:after{content:"";border:1px solid var(--grey-300);opacity:.5;border-radius:50%;position:absolute;inset:-10px}.empty-hero .headline{color:var(--navy);letter-spacing:-.015em;font-family:Georgia,Times New Roman,serif;font-size:34px;font-style:italic;font-weight:700;line-height:1.15}.empty-hero .subhead{color:var(--grey-500);max-width:460px;font-size:13px;line-height:1.55}.empty-hero .starter-row{flex-direction:column;justify-content:center;align-items:center;gap:8px;max-width:380px;margin-top:8px;display:flex}.empty-hero .starter-lead{color:var(--grey-500);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:700}.empty-hero .starter-chip{background:var(--white);border:1px solid var(--border);color:var(--grey-700);cursor:pointer;box-shadow:var(--shadow);text-align:center;border-radius:12px;padding:10px 16px;font-size:12.5px;font-style:italic;line-height:1.45}.empty-hero .starter-chip:hover{border-color:var(--navy);color:var(--navy)}.msg-user{background:var(--navy);color:var(--cream);max-width:78%;box-shadow:var(--shadow);white-space:pre-wrap;border-radius:14px;align-self:flex-end;padding:12px 16px;font-size:14px;line-height:1.55;animation:.25s msgIn}@keyframes msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.msg-aaron{align-items:flex-start;gap:12px;max-width:92%;animation:.25s msgIn;display:flex}.msg-aaron .avatar{background:var(--navy);width:32px;height:32px;color:var(--cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;font-size:15px;font-style:italic;font-weight:700;display:flex}.msg-aaron .bubble{background:var(--white);border:1px solid var(--border);color:var(--navy);box-shadow:var(--shadow);border-radius:14px;padding:14px 16px;font-size:13.5px;line-height:1.6}.msg-aaron .bubble .name{color:var(--grey-500);margin-bottom:6px;font-size:12px;font-weight:600}.msg-aaron .bubble p{margin-bottom:9px}.msg-aaron .bubble p:last-child{margin-bottom:0}.msg-aaron .bubble .thinking-line{color:var(--grey-500);font-style:italic}.msg-aaron-col{flex-direction:column;gap:8px;min-width:0;display:flex}.scorecard-update{flex-wrap:wrap;align-items:center;gap:6px;padding-left:2px;animation:.25s msgIn;display:flex}.su-label{color:var(--grey-500);margin-right:2px;font-size:11px}.su-chip{color:var(--grey-700);background:var(--white);border:1px solid var(--border);cursor:pointer;box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:6px;padding:4px 10px 4px 8px;font-family:inherit;font-size:11.5px;font-weight:600;display:inline-flex}.su-chip:hover{border-color:var(--navy);color:var(--navy)}.su-chip .risk-dot{width:7px;height:7px;margin-top:0}.su-count{color:var(--grey-500);font-size:10px;font-weight:700}.stage-artifact{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;max-width:560px;padding:12px 14px;animation:.25s msgIn}.sa-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.sa-title{color:var(--navy);font-size:12.5px;font-weight:700}.sa-copy{color:var(--grey-700);background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:3px 10px;font-family:inherit;font-size:11px;font-weight:600}.sa-copy:hover{border-color:var(--navy);color:var(--navy)}.sa-section{margin-top:8px}.sa-heading{letter-spacing:.04em;text-transform:uppercase;color:var(--grey-500);margin-bottom:3px;font-size:10.5px;font-weight:700}.sa-section ul{margin:0;padding-left:16px}.sa-section li{color:var(--grey-700);margin:2px 0;font-size:12.5px;line-height:1.45}.caret{background:var(--orange);vertical-align:text-bottom;width:7px;height:14px;margin-left:1px;animation:.9s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.annotation{background:var(--orange-soft);border-left:3px solid var(--orange);color:var(--grey-700);border-radius:4px;align-items:flex-start;gap:8px;margin-top:10px;padding:9px 11px 9px 12px;font-size:11.5px;line-height:1.5;animation:.3s msgIn;display:flex}.annotation .ann-icon{width:14px;height:14px;color:var(--orange);flex-shrink:0;margin-top:2px}.annotation .ann-body strong{color:var(--navy);font-weight:700}.annotation .ann-body .flag-name{background:var(--white);border:1px solid var(--border);color:var(--navy);border-radius:4px;align-items:center;gap:5px;margin:0 2px;padding:1px 7px;font-size:11px;font-weight:600;display:inline-flex}.annotation .ann-body .flag-name .fn-dot{border-radius:50%;width:6px;height:6px}.fn-dot.green{background:var(--green)}.fn-dot.amber{background:var(--amber)}.fn-dot.red{background:var(--red)}.fn-dot.unanswered{background:var(--grey-300)}.composer{border-top:1px solid var(--border);background:var(--cream);padding:14px 24px 18px}.composer-shell{width:100%;max-width:760px;margin:0 auto}.composer-input{background:var(--white);border:1px solid var(--border);border-radius:24px;align-items:flex-end;gap:8px;padding:6px 6px 6px 18px;display:flex;box-shadow:0 1px 3px #0000000d}.composer-input textarea{resize:none;color:var(--grey-700);background:0 0;border:none;outline:none;flex:1;max-height:120px;padding:9px 0;font-family:inherit;font-size:13.5px;line-height:1.5}.composer-input textarea::placeholder{color:var(--grey-500)}.composer-input .send{background:var(--navy);width:36px;height:36px;color:var(--white);border:1px solid var(--navy);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.composer-input .send:disabled{opacity:.35;cursor:default}.composer-hint{color:var(--grey-500);text-align:center;margin-top:7px;font-size:10.5px}.panel{background:var(--white);flex-direction:column;min-height:0;display:flex;overflow:hidden}.panel-scroll{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.panel-head{border-bottom:1px solid var(--border);background:var(--cream);z-index:2;padding:20px 22px 16px;position:sticky;top:0}.panel-eyebrow{color:var(--grey-500);text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px;font-size:10px;font-weight:700}.panel-title{color:var(--navy);text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;margin-bottom:3px;font-size:16px;font-weight:700;display:flex}.panel-title .stage-pill{background:var(--navy);color:var(--cream);letter-spacing:.08em;border-radius:4px;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:700}.panel-location{color:var(--grey-500);margin-bottom:16px;font-size:12px}.panel-metrics{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-auto-flow:column;gap:12px;padding-top:14px;display:grid}.metric-label{color:var(--grey-500);margin-bottom:3px;font-size:10.5px}.metric-value{color:var(--navy);overflow-wrap:anywhere;min-width:0;font-size:12px;font-weight:600}.panel-body{flex-direction:column;flex:1;gap:18px;padding:20px 22px 22px;display:flex}.panel-section{border-bottom:1px solid var(--border);padding-bottom:18px}.panel-section:last-child{border-bottom:none;padding-bottom:0}.section-title,.section-toggle{width:100%;color:var(--grey-500);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;padding:0;font-family:inherit;font-size:13px;font-weight:600;display:flex}.section-toggle{cursor:pointer}.section-toggle:hover{color:var(--navy)}.section-head{align-items:center;gap:8px;min-width:0;display:inline-flex}.section-badge{background:var(--orange);min-width:16px;height:16px;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.section-chevron{color:var(--grey-500);line-height:1;transition:transform .15s}.section-chevron.open{transform:rotate(180deg)}.section-content{margin-top:12px}.direction-card{border:1px solid var(--border);background:var(--cream);border-radius:8px;margin-top:10px;padding:14px}.direction-card.keep{border-left:4px solid var(--grey-300)}.direction-card.proceed{border-left:4px solid var(--green);background:var(--green-soft)}.direction-card.reprice{border-left:4px solid var(--amber)}.direction-card.walkaway{border-left:4px solid var(--red)}.direction-kicker{color:var(--grey-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:10px}.direction-value{color:var(--navy);font-size:19px;font-weight:700;line-height:1.25}.direction-confidence{color:var(--grey-500);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;font-size:12px;display:flex}.confidence-pill{background:var(--white);border:1px solid var(--border);color:var(--grey-700);border-radius:999px;padding:3px 9px;font-weight:600}.direction-reason{margin-top:12px}.reason-label,.subsection-label{color:var(--grey-500);margin-bottom:7px;font-size:12px}.reason-text,.reason-list,.panel-empty-line{color:var(--grey-700);font-size:12.5px;line-height:1.5}.reason-list{margin-left:16px}.reason-text .strong{color:var(--navy);font-weight:600}.risk-list,.health-list,.thinking-list,.facts-list{flex-direction:column;gap:9px;list-style:none;display:flex}.risk-row,.health-row,.fact-row{align-items:flex-start;gap:10px;min-width:0;display:flex}.risk-dot,.health-status{background:var(--grey-300);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px}.risk-dot.green,.health-status.green{background:var(--green)}.risk-dot.amber,.health-status.amber{background:var(--amber)}.risk-dot.red,.health-status.red{background:var(--red)}.risk-dot.unanswered,.health-status.empty{background:var(--grey-300)}.risk-row.changed{border-left:2px solid var(--orange);background:var(--orange-soft);border-radius:0 6px 6px 0;margin-left:-9px;padding:5px 8px 5px 7px;animation:.3s rowIn}@keyframes rowIn{0%{background:0 0}}.risk-body{flex-direction:column;gap:2px;min-width:0;display:flex}.risk-title,.health-name{color:var(--navy);font-size:13px}.risk-source,.health-count{color:var(--grey-500);font-size:11.5px}.health-row{align-items:center}.health-name{flex:1}.health-row-wrap{list-style:none}.health-row-btn{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:10px;padding:2px 0;display:flex}.health-row-btn:hover{opacity:.72}.health-row-btn .section-chevron{flex-shrink:0;margin-left:8px}.health-questions{border-left:1px solid var(--grey-300);flex-direction:column;gap:9px;margin:8px 0 2px 19px;padding-left:12px;list-style:none;display:flex}.thinking-row{border-left:2px solid var(--amber);background:var(--orange-soft);color:var(--grey-700);border-radius:0 6px 6px 0;padding:7px 9px;font-size:12.5px;line-height:1.45}.thinking-row.green{border-left-color:var(--green);background:var(--green-soft)}.thinking-row.red{border-left-color:var(--red);background:#c0392b12}.facts-label{margin-top:16px}.fact-row{border-bottom:1px solid var(--border);justify-content:space-between;padding-bottom:7px;font-size:12px}.fact-row span:first-child{color:var(--grey-500)}.fact-row span:last-child{color:var(--navy);text-align:right;overflow-wrap:anywhere;font-weight:600}.scenario-bar{background:var(--navy);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:10px 22px;display:flex}.scenario-bar .sb-label{color:var(--cream);text-transform:uppercase;letter-spacing:.08em;opacity:.7;font-size:10px;font-weight:700}.scenario-bar .sb-btn{color:var(--cream);cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;padding:5px 12px;font-size:11px;font-weight:600}.scenario-bar .sb-btn:hover{background:#ffffff29}.scenario-bar .sb-btn.active{background:var(--orange);border-color:var(--orange)}.err-note{color:var(--red);background:#c0392b14;border:1px solid #c0392b40;border-radius:12px;align-self:center;padding:7px 14px;font-size:11px;font-weight:600}.mobile-tabs{display:none}@media (max-width:768px){.app{grid-template-rows:auto auto 1fr;height:100dvh}.app[data-picking]{grid-template-rows:auto 1fr}.topbar{padding:10px 14px}.topbar-right{gap:8px}.deal-title-pill,.menu,.memory-chip .mem-label{display:none}.memory-popover{width:calc(100vw - 24px);max-width:320px}.mobile-tabs{background:var(--cream);border-bottom:1px solid var(--border);gap:6px;padding:8px 12px;display:flex}.mt-btn{color:var(--grey-500);background:var(--white);border:1px solid var(--border);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 10px;font-family:inherit;font-size:12px;font-weight:700;display:inline-flex}.mt-btn.active{background:var(--navy);color:var(--cream);border-color:var(--navy)}.mt-badge{background:var(--orange);min-width:16px;height:16px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:700;display:inline-flex}.mt-btn.active .mt-badge{background:var(--cream);color:var(--navy)}.mt-badge.new{letter-spacing:0;border-radius:8px;padding:0 6px}.workspace{grid-template-rows:1fr;grid-template-columns:1fr}.workspace .conv,.workspace .panel{grid-area:1/1;min-width:0;display:none}.workspace[data-mobile-view=chat] .conv,.workspace[data-mobile-view=plan] .panel{display:flex}.conv{border-right:none}.chat-thread{gap:14px;padding:18px 16px 12px}.chat-thread.empty{padding:0}.composer{padding:12px 14px 14px}.panel-head{padding:16px 16px 12px}.panel-metrics{grid-template-columns:1fr;grid-auto-flow:row;gap:8px}.panel-body{padding:16px}.msg-user,.msg-aaron{max-width:92%}.composer-input textarea{font-size:16px}.empty-hero .mark-hero{width:84px;height:84px;font-size:40px}.empty-hero .headline{font-size:28px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.auth-shell{background:var(--page-bg);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.auth-card{background:var(--white);border:1px solid var(--border);border-radius:16px;width:100%;max-width:380px;padding:32px 28px;box-shadow:0 8px 30px #0000000f}.auth-brand{justify-content:center;align-items:center;gap:8px;margin-bottom:18px;display:flex}.auth-title{color:var(--navy);text-align:center;margin:0 0 4px;font-size:22px;font-weight:700}.auth-sub{color:var(--grey-500);text-align:center;margin:0 0 22px;font-size:13.5px}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field span{color:var(--grey-700);font-size:12.5px;font-weight:600}.auth-field input{font:inherit;border:1px solid var(--grey-300);background:var(--cream);color:var(--navy);border-radius:9px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .15s}.auth-field input:focus{border-color:var(--green)}.auth-error{color:var(--red);background:#c0392b12;border-radius:8px;padding:8px 11px;font-size:13px}.auth-submit{font:inherit;color:var(--white);background:var(--green);cursor:pointer;border:none;border-radius:9px;margin-top:4px;padding:11px;font-size:14.5px;font-weight:600;transition:opacity .15s}.auth-submit:disabled{opacity:.6;cursor:default}.auth-switch{text-align:center;color:var(--grey-500);margin-top:18px;font-size:13px}.auth-switch button{font:inherit;color:var(--green);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.journey{margin:12px 0 16px}.journey-head{align-items:baseline;gap:8px;margin-bottom:7px;display:flex}.journey-count{color:var(--grey-500);text-transform:uppercase;letter-spacing:.1em;flex-shrink:0;font-size:10px;font-weight:700}.journey-now{color:var(--navy);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12.5px;font-weight:600;overflow:hidden}.journey-track{gap:3px;display:flex}.jt-seg{background:var(--grey-200);border-radius:999px;flex:1;min-width:0;height:5px;overflow:hidden}.jt-seg i{border-radius:inherit;background:var(--green);height:100%;display:block}.jt-seg.current{background:var(--grey-300)}.journey-within{color:var(--grey-500);margin-top:7px;font-size:11px}.journey-within-count{color:var(--navy);font-weight:600}.walked-banner{color:var(--red);background:#c0392b14;border:1px solid #c0392b59;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin:8px 0;padding:8px 12px;font-size:13px;display:flex}.reopen-btn{font:inherit;border:1px solid var(--red);background:var(--white);color:var(--red);cursor:pointer;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.locked-chip{color:var(--amber);background:#c99a2e1a;border:1px solid #c99a2e66;border-radius:8px;margin-top:8px;padding:6px 10px;font-size:12px}.rules-row{flex-wrap:wrap;gap:6px;margin:4px 0 8px;display:flex}.rule-chip{background:var(--cream);border:1px solid var(--border);color:var(--grey-700);border-radius:999px;padding:3px 10px;font-size:12px}.bundle-gap{margin-bottom:12px}.bundle-gap-value{color:var(--navy);font-variant-numeric:tabular-nums;margin:2px 0 6px;font-size:26px;font-weight:700}.bundle-pass{margin-top:10px}.risk-row-tappable{cursor:pointer}.risk-why{border-left:2px solid var(--green);background:var(--orange-soft);color:var(--grey-700);border-radius:0 6px 6px 0;margin-top:4px;padding:6px 8px;font-size:12px;font-style:italic;display:block}.export-row{border-top:1px solid var(--border);flex-wrap:wrap;gap:10px;margin-top:12px;padding:12px 0 4px;display:flex}.export-link{color:var(--green);font-size:12.5px;font-weight:600;text-decoration:none}.export-link:hover{text-decoration:underline}.ws-page{background:var(--white);max-width:820px;color:var(--navy);min-height:100vh;margin:0 auto;padding:32px 24px 64px}.ws-head{border-bottom:3px solid var(--navy);justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:12px;display:flex}.ws-brand{letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-size:11px;font-weight:700}.ws-title{margin:4px 0 0;font-size:26px}.ws-biz{color:var(--grey-500);margin-top:2px;font-size:14px}.ws-print{font:inherit;border:1px solid var(--navy);background:var(--navy);color:var(--cream);cursor:pointer;border-radius:8px;padding:8px 16px;font-weight:600}.ws-section{text-transform:uppercase;letter-spacing:.08em;background:var(--navy);color:var(--cream);margin:20px 0 0;padding:6px 10px;font-size:14px}.ws-table{border-collapse:collapse;width:100%;font-size:13.5px}.ws-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--grey-500);border-bottom:1px solid var(--border);padding:8px 10px;font-size:11px}.ws-table td{border-bottom:1px dashed var(--grey-200);vertical-align:top;padding:8px 10px}.ws-label{width:40%;color:var(--grey-700);font-weight:600}.ws-value{min-height:18px}.ws-note{color:var(--grey-500)}.ws-empty{color:var(--grey-300);text-align:center}.ws-verdict{background:var(--cream);border-radius:8px;margin:16px 0;padding:10px 12px;font-size:14px}.ws-hint{color:var(--grey-500);margin-top:14px;font-size:12.5px}@media print{.no-print{display:none!important}.ws-page{padding:0}}.pm-head{border-bottom:1px solid var(--border);padding:18px 18px 14px}.pm-title-row{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.pm-title{letter-spacing:-.01em;overflow-wrap:anywhere;font-size:19px;font-weight:750}.pm-location{color:var(--grey-500);margin-top:1px;font-size:13px}.pm-segs{gap:4px;margin-top:12px;display:flex}.pm-seg{background:var(--grey-200);border-radius:3px;flex:1;height:5px}.pm-seg.done{background:var(--green)}.pm-seg.cur{background:var(--amber)}.pm-seg.walked{background:var(--red)}.pm-jlabel{color:var(--grey-500);justify-content:space-between;gap:8px;margin-top:7px;font-size:12.5px;display:flex}.pm-jcurrent{color:var(--navy);font-weight:650}.pm-jnext{white-space:nowrap}.pm-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--grey-500);font-size:10px;font-weight:700}.pm-advice{padding:16px 18px 6px}.pm-headline{margin:5px 0 3px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:650;line-height:1.25}.pm-headline.ok{color:var(--green)}.pm-headline.warn{color:var(--amber)}.pm-headline.bad{color:var(--red)}.pm-evidence-state{color:var(--grey-500);margin-bottom:6px;font-size:12.5px}.pm-reasons-block{margin-top:12px}.pm-reasons-heading{color:var(--navy);margin-bottom:4px;font-size:12.5px;font-weight:700}.pm-reasons{margin:0;padding:0;list-style:none}.pm-reason{gap:8px;padding:4px 0;font-size:13.5px;line-height:1.4;display:flex}.pm-reason-mark{flex:none;width:12px;font-weight:800}.pm-reason.good .pm-reason-mark{color:var(--green)}.pm-reason.warn .pm-reason-mark{color:var(--amber)}.pm-reason.bad .pm-reason-mark{color:var(--red)}.pm-reason-body{flex-direction:column;display:flex}.pm-reason-label{color:var(--grey-500);margin-top:1px;font-size:11px}.pm-reason-empty{color:var(--grey-500);padding:3px 0;font-size:13px;font-style:italic}.pm-bk{background:var(--orange-soft);border-radius:10px;margin-top:8px;padding:10px 13px}.pm-bk-row{justify-content:space-between;align-items:baseline;gap:12px;padding:4px 0;font-size:13.5px;display:flex}.pm-bk-row+.pm-bk-row{border-top:1px solid #0000000d}.pm-bk-label{color:var(--grey-700);flex-direction:column;display:flex}.pm-bk-sub{color:var(--grey-500);font-size:11px}.pm-bk-value{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:700}.pm-bk-row.ok .pm-bk-value{color:var(--green)}.pm-bk-row.bad .pm-bk-value{color:var(--red)}.pm-strike{color:var(--grey-500);margin-right:6px;font-weight:500;text-decoration:line-through}.pm-bk-note{color:var(--grey-500);max-width:42ch;margin-top:7px;font-size:12.5px}.pm-progress{margin-top:8px}.pm-meter span{background:var(--green)}.pm-bridge{border-top:1px solid var(--border);margin-top:6px;padding:14px 18px 12px}.pm-missing{margin:6px 0 0;padding:0;list-style:none}.pm-missing li{padding:2px 0}.pm-missing-item{text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--navy);background:0 0;border:none;border-radius:6px;padding:4px 0 4px 20px;font-size:13.5px;display:block;position:relative}.pm-missing-item:before{content:"";background:var(--amber);border-radius:50%;width:7px;height:7px;position:absolute;top:11px;left:4px}.pm-missing-item:hover{background:var(--orange-soft)}.pm-more{cursor:pointer;font:inherit;color:var(--grey-500);background:0 0;border:none;padding:4px 0 0 20px;font-size:12.5px;text-decoration:underline}.pm-next{color:var(--grey-500);flex-direction:column;gap:1px;margin-top:12px;font-size:13px;display:flex}.pm-next-label{letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:700}.pm-next-body b{color:var(--orange)}.pm-walk-reason{margin-top:8px;font-size:13.5px}.pm-walk-lock{color:var(--grey-500);margin-top:10px;font-size:12.5px;font-style:italic}.pm-reopen{margin-top:12px}.section-badge{border-radius:99px;margin-left:8px;padding:1px 8px;font-size:11px;font-weight:700}.section-badge.alert{color:var(--red);background:#c0392b1a}.section-badge.muted{color:var(--grey-500);background:var(--cream-dark)}.panel-body{padding:12px 12px 16px}.pm-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;margin:0 0 10px;padding:14px 16px}.pm-card-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.pm-card-label{letter-spacing:.14em;text-transform:uppercase;color:var(--grey-500);font-size:10.5px;font-weight:750}.pm-evidence-pill{color:var(--grey-500);background:var(--cream-dark);white-space:nowrap;border-radius:99px;padding:2px 9px;font-size:11px;font-weight:700}.pm-question{color:var(--grey-500);font-size:13px}.pm-card .pm-headline{margin:2px 0 4px}.pm-card.pm-advice{border-left:3px solid var(--orange)}.pm-card.pm-bridge{border-left:3px solid var(--amber);border-top:1px solid var(--border);margin-bottom:10px;padding-bottom:12px}.pm-bridge .pm-next{border-top:1px dashed var(--border);padding-top:10px}.pm-breakdown{padding:0}.entry-picker{text-align:center;flex-direction:column;flex:1;justify-content:safe center;align-items:center;gap:8px;padding:24px;display:flex}.entry-title{color:var(--navy);letter-spacing:-.015em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:34px;font-style:italic;font-weight:700;line-height:1.15}.entry-sub{color:var(--grey-500);margin:0 0 8px;font-size:13px;line-height:1.55}.entry-options{flex-direction:column;gap:10px;width:100%;max-width:380px;display:flex}.entry-option{text-align:left;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);cursor:pointer;font:inherit;border-radius:12px;flex-direction:column;gap:3px;padding:14px 18px;transition:background .15s,border-color .15s;display:flex}.entry-option:hover{background:var(--orange-soft);border-color:var(--green)}.entry-option-label{color:var(--navy);font-size:14px;font-weight:600}.entry-option-hint{color:var(--grey-500);font-size:12px;line-height:1.4}
