@charset "UTF-8";
:root{font-size:20px;--ink:#172c48;--muted:#53657b;--blue:#215cab;--line:#dce4eb;--wash:#f4f7fb;--paper:#fff;--quiet:#edf3fa;--max:1040px;--head:104px;--nav:78px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:190px}body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.55}button,input,textarea,select{font:inherit;color:inherit}button,a,summary,select{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.48;cursor:default}a{color:var(--blue)}button:focus-visible,a:focus-visible,summary:focus-visible,select:focus-visible{outline:3px solid #699bd7;outline-offset:4px}input:focus,textarea:focus,select:focus{outline:2px solid #7ea5d7;outline-offset:1px}h1,h2,h3,p{margin-top:0}h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(2rem,4.6vw,3.3rem);line-height:1.13;letter-spacing:-.045em;margin-bottom:24px}h2{font-size:1.25rem;line-height:1.3;font-weight:620;letter-spacing:-.025em}h3{font-size:1rem;line-height:1.35;font-weight:650}.lead{color:var(--muted);max-width:690px;font-size:1.03rem;line-height:1.65}.eyebrow{font-size:.7rem;color:var(--blue);text-transform:uppercase;letter-spacing:.15em;font-weight:650;margin-bottom:18px}.caption{color:var(--muted);font-size:.8rem;line-height:1.6}.quiet{color:var(--muted)}.brandbar{position:sticky;top:0;z-index:40;background:#fffffff5;border-bottom:1px solid #edf0f4;min-height:var(--head);backdrop-filter:blur(12px)}.brand-inner{max-width:1240px;margin:auto;min-height:var(--head);padding:15px 36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-home{background:none;border:0;padding:0;display:flex}.brand-home img{display:block;width:260px;height:auto;max-height:74px;object-fit:contain}.header-tools{display:flex;align-items:center;gap:20px}.textsize{font-size:.8rem;display:flex;align-items:center;gap:8px}.textsize select{font-size:.8rem;padding:9px 24px 9px 10px;min-height:44px;border:1px solid var(--line);border-radius:8px;background:white}.profile-switch{border:0;background:var(--quiet);border-radius:50px;padding:10px 16px;font-size:.85rem;display:flex;gap:8px;align-items:center;min-height:46px}.toolbar{position:sticky;top:var(--head);z-index:35;background:#fffffff5;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.toolbar-inner{max-width:1240px;margin:auto;padding:12px 36px;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:var(--nav)}.toolbar-path{font-size:.8rem;color:var(--muted);white-space:nowrap}.nav-actions{display:flex;align-items:center;gap:8px}.nav-actions select{min-height:48px;max-width:230px;border:1px solid var(--line);border-radius:9px;padding:8px 26px 8px 12px;background:white;font-size:.82rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:10px 20px;border:1px solid var(--line);border-radius:10px;background:white;font-size:.9rem;font-weight:550;text-decoration:none}.btn:hover{background:var(--wash);border-color:#bccbdc}.btn.primary{background:var(--blue);border-color:var(--blue);color:white}.btn.primary:hover{background:#174d92}.btn.text{border-color:transparent;background:transparent;padding-left:5px;padding-right:5px;color:var(--blue)}.icon{width:21px;height:21px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.page{max-width:var(--max);margin:0 auto;padding:50px 32px 90px}.landing{max-width:980px;padding-top:68px;padding-bottom:42px}.landing h1{font-size:clamp(2.6rem,6vw,4.1rem);max-width:790px;margin-bottom:24px}.landing h1 em{color:var(--blue);font-weight:400}.landing .lead{max-width:650px}.entry-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:42px 0 22px}.entry-card{padding:28px 24px;border:1px solid var(--line);background:white;border-radius:14px;text-align:left;transition:background .18s,border-color .18s,transform .18s;min-height:145px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.entry-card:hover{background:var(--wash);border-color:#87a9d2;transform:translateY(-2px)}.entry-name{display:flex;justify-content:space-between;align-items:center;font-size:1.4rem;font-family:Georgia,serif}.entry-card small{font-size:.85rem;color:var(--muted)}.privacy-line{font-size:.75rem;color:var(--muted);line-height:1.6;border-top:1px solid var(--line);padding:21px 0 0;margin-top:35px}.preview-label{font-size:.68rem;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.home-lead{display:grid;grid-template-columns:1fr;gap:12px;padding:14px 0 38px;border-bottom:1px solid var(--line)}.actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.resume{margin:15px 0 6px}.section-heading{margin:35px 0 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}.section-links{display:grid;grid-template-columns:1fr 1fr;gap:0 36px}.section-link{display:flex;justify-content:space-between;gap:14px;border:0;border-bottom:1px solid var(--line);background:none;text-align:left;padding:20px 1px;min-height:95px;align-items:center}.section-link strong{display:block;font-size:1rem;font-weight:550;margin-bottom:4px}.section-link small{display:block;font-size:.8rem;color:var(--muted)}.section-link:hover strong{color:var(--blue)}.section-link[data-unfinished="true"] small{color:#86642b}.section-intro{padding-bottom:20px;max-width:860px}.section-intro h1{max-width:800px}.scope-tabs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:16px 0 24px}.tab{border:1px solid var(--line);background:#fff;border-radius:50px;padding:9px 18px;min-height:48px;font-size:.88rem}.tab[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:white}.utility-list{border-top:1px solid var(--line);margin-top:26px}.utility-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.utility-label{flex:1;min-width:0;font-size:1rem}.utility-label input{width:100%;max-width:340px}.segmented{display:grid;grid-template-columns:repeat(3,minmax(80px,1fr));gap:0;flex-shrink:0;border:1px solid var(--line);border-radius:9px;overflow:hidden}.segmented button{background:#fff;border:0;border-right:1px solid var(--line);min-height:48px;padding:9px 14px;font-size:.85rem}.segmented button:last-child{border-right:0}.segmented button[aria-pressed="true"]{background:var(--quiet);box-shadow:inset 0 -3px var(--blue);color:var(--blue);font-weight:600}.additional{display:inline-flex;align-items:center;gap:9px;background:none;border:0;color:var(--blue);min-height:48px;padding:10px 0;font-size:.9rem;font-weight:550;text-align:left}.utility-footer{margin:23px 0 0;display:flex;justify-content:space-between;gap:15px;align-items:center;flex-wrap:wrap}.chooser{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.type-choice{border:1px solid var(--line);border-radius:11px;background:white;text-align:left;padding:17px 18px;min-height:68px;font-size:.9rem;display:flex;justify-content:space-between;gap:12px;align-items:center}.type-choice:hover{border-color:var(--blue);background:var(--wash)}.category-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:29px 0 8px}.category-bar h2{margin:0}.category-bar .caption{margin:0}.record{border:1px solid var(--line);border-radius:14px;margin:12px 0;background:#fff;scroll-margin-top:calc(var(--head) + var(--nav) + 24px)}.record[open]{border-color:#b6cbe2;box-shadow:0 5px 24px #172c4806}.record summary{list-style:none;cursor:pointer;padding:20px 23px;display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:84px}.record summary::-webkit-details-marker{display:none}.record-title{display:block;font-size:1.04rem;font-weight:580}.record-subtitle{font-size:.79rem;color:var(--muted);display:block;margin-top:5px}.record summary>.icon{transition:transform .2s}.record[open] summary>.icon{transform:rotate(180deg)}.record-body{padding:0 24px 23px}.voice-entry{display:flex;align-items:center;justify-content:space-between;gap:15px;background:var(--wash);border-radius:10px;padding:16px 18px;margin:2px 0 24px}.voice-entry p{margin:0;font-size:.83rem;color:var(--muted)}.voice-entry strong{font-weight:550;font-size:.9rem;color:var(--ink)}.voice-entry button{border:0;background:var(--blue);color:white;min-height:48px;border-radius:9px;padding:11px 16px;font-size:.85rem;display:flex;align-items:center;gap:9px;white-space:nowrap}.fields{display:grid;grid-template-columns:1fr 1fr;gap:20px 25px}.field{min-width:0}.field.wide{grid-column:1/-1}.field label{font-size:.9rem;line-height:1.4;font-weight:500;display:block;margin:0 0 8px}.field input,.field textarea,.field select,.utility-label input{display:block;width:100%;font-size:1rem;line-height:1.5;padding:11px 13px;border:1px solid #ccd8e4;border-radius:8px;background:#fcfdff;min-height:52px}.field textarea{min-height:95px;resize:vertical}.hint{font-size:.73rem;color:var(--muted);line-height:1.5;margin:6px 0 0}.more-details{border-top:1px solid var(--line);margin-top:23px}.more-details>summary{min-height:50px;padding:14px 0;font-size:.85rem;color:var(--blue);font-weight:500;justify-content:flex-start}.more-details[open]>summary{margin-bottom:8px}.record-footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:22px;border-top:1px solid var(--line);padding-top:16px}.small-btn{min-height:44px;border:0;background:transparent;font-size:.78rem;color:var(--muted);padding:8px 0}.small-btn:hover{color:var(--blue)}.danger{color:#964945}.record-save{font-size:.8rem}.empty-state{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:35px 0;margin:25px 0}.empty-state p{max-width:680px;color:var(--muted)}.save-caption{font-size:.72rem;color:var(--muted);margin-top:30px}.warn-note{font-size:.8rem;color:#735528;background:#fbf7ed;border-radius:10px;padding:14px 18px}.section-note{margin-top:30px;border-top:1px solid var(--line);padding-top:22px}.section-note textarea{min-height:100px}.wish-page{max-width:840px}.wish-count{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;font-size:.8rem;color:var(--muted)}.wish-track{height:3px;width:130px;background:var(--line);border-radius:3px;overflow:hidden}.wish-track span{display:block;background:var(--blue);height:100%}.wish-answer{width:100%;border:0;border-bottom:2px solid #abc2dc;border-radius:0;background:#f8fafc;padding:18px;font-size:1.15rem;line-height:1.6;min-height:185px;resize:vertical;margin:20px 0 12px}.wish-nav{display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap;margin-top:28px}.toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:150;background:var(--ink);color:white;border-radius:10px;padding:12px 22px;max-width:90vw;box-shadow:0 8px 30px #13244033;font-size:.85rem}.toast[hidden]{display:none}.global-error{position:sticky;top:0;z-index:200;background:#fff0e9;color:#7e3424;font-size:.85rem;padding:16px;text-align:center}.global-error:empty{display:none}dialog{padding:0;border:1px solid var(--line);border-radius:18px;color:var(--ink);max-width:760px;width:calc(100% - 30px);max-height:90vh;box-shadow:0 30px 120px #172c4833}dialog::backdrop{background:#14283c65;backdrop-filter:blur(4px)}.dialog-inner{padding:28px}.dialog-head{display:flex;justify-content:space-between;gap:24px;margin-bottom:15px}.dialog-head h2{font-family:Georgia,serif;font-weight:400;font-size:1.7rem;margin-bottom:5px}.close-btn{background:none;border:0;font-size:1.3rem;min-height:44px;min-width:44px}.review-grid{display:grid;gap:0}.review-item{padding:14px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:28px 1fr;gap:12px}.review-item input[type=checkbox]{width:21px;height:21px;margin-top:8px}.review-item label{font-size:.83rem}.review-item input[type=text]{width:100%;margin-top:7px;font-size:1rem;padding:9px;border:1px solid var(--line);border-radius:7px}.compare-item{border:1px solid var(--line);border-radius:12px;padding:20px;margin:14px 0}.compare-item p{font-size:.9rem}.source-tag{font-size:.72rem;color:var(--blue);display:inline-block;margin-bottom:9px}.print-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}.report-preview{border-top:1px solid var(--line);padding-top:24px;margin-top:30px}.report-section{margin:22px 0}.report-section h3{font-size:.9rem}.report-section p{font-size:.85rem;color:var(--muted);margin-bottom:5px}.checkline{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;margin:15px 0}.checkline input{width:22px;height:22px;flex-shrink:0}.print-only{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-title:focus{outline:none}.site-footer{max-width:var(--max);margin:auto;padding:0 32px 35px;font-size:.72rem;color:var(--muted);line-height:1.65}.record-confirmed{color:#315e88}.disabled-note{font-size:.75rem;color:var(--muted)}
@media(min-width:1500px){.landing{padding-top:95px}.entry-cards{margin-top:50px}}
@media(max-width:900px){:root{--head:90px;--nav:125px}.brand-inner{padding:13px 20px;gap:10px}.brand-home img{width:205px;max-height:65px}.header-tools{gap:7px}.textsize>span{display:none}.textsize select{width:65px;font-size:.75rem;padding:8px 5px}.profile-switch{padding:9px 11px;font-size:.75rem}.profile-switch .icon{display:none}.toolbar-inner{padding:10px 18px;display:block;min-height:auto}.toolbar-path{display:none}.nav-actions{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:8px}.nav-actions select{grid-column:1/-1;grid-row:2;max-width:none;width:100%;min-height:43px}.nav-actions .btn{font-size:.8rem;padding:9px;min-height:45px;white-space:nowrap}.nav-actions .btn.text{justify-content:flex-start}.page{padding:36px 22px 58px}.landing{padding-top:45px}.landing h1{font-size:2.55rem}.entry-cards{grid-template-columns:1fr;gap:11px;margin-top:30px}.entry-card{min-height:103px;padding:17px 21px;gap:8px}.entry-name{font-size:1.25rem}.entry-card small{font-size:.8rem}.landing .privacy-line{margin-top:23px}.section-links{grid-template-columns:1fr}.utility-row{flex-direction:column;align-items:stretch;gap:10px}.utility-label{font-size:1rem}.segmented{width:100%;grid-template-columns:1fr 1fr 1fr}.segmented button{padding:8px 10px}.chooser{grid-template-columns:1fr}.fields{grid-template-columns:1fr;gap:21px}.field.wide{grid-column:auto}.record summary{padding:18px 17px}.record-body{padding:0 17px 20px}.voice-entry{flex-direction:column;align-items:stretch;padding:14px}.voice-entry button{justify-content:center;white-space:normal}.scope-tabs{gap:6px}.tab{padding:8px 13px;font-size:.8rem}.record-footer .btn{width:100%}.section-heading{align-items:flex-start}.section-heading h2{font-size:1.15rem}.dialog-inner{padding:22px}.site-footer{padding:0 22px 28px}.category-bar{align-items:flex-start}.category-bar h2{font-size:1.1rem}.wish-page h1{font-size:1.95rem}.btn{white-space:normal}.wish-answer{min-height:200px}.wish-nav .btn{font-size:.85rem}.section-link strong{font-size:.98rem}}
@media(max-width:450px){.brand-inner{padding:13px 16px;gap:8px}.brand-home img{width:155px;max-width:42vw}.header-tools{gap:5px;min-width:0}.textsize select{width:65px;font-size:14px;padding:8px 5px}.profile-switch{font-size:14px;padding:9px 10px;min-height:44px}.nav-actions .btn .icon{width:18px;height:18px}}
@media(max-width:359px){.brand-home img{width:125px}.brand-inner{padding-left:12px;padding-right:12px}.profile-switch{padding:8px;font-size:13px}.page{padding-left:18px;padding-right:18px}.toolbar-inner{padding-left:14px;padding-right:14px}.nav-actions .btn{font-size:15px;gap:5px}.voice-entry button{padding:10px 8px}.category-bar{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{@page{size:letter;margin:.5in .55in}html{font-size:11pt}body{background:white!important;color:#172c48!important;font-size:11pt}body>*:not(#print-root){display:none!important}.print-only{display:block!important}#print-root{display:block!important}.print-logo{width:205px;height:auto;margin-bottom:10px}.print-title{font-family:Georgia,serif;font-size:21pt;margin-bottom:5px}.print-meta{font-size:9pt;color:#43546a;margin:0 0 15px}.print-heading{font-family:inherit;font-size:13pt;font-weight:650;margin:16px 0 7px;padding-bottom:5px;border-bottom:1px solid #aab9cc;break-after:avoid}.print-record{margin:0 0 11px;break-inside:avoid}.print-record.long{break-inside:auto}.print-record h3{font-size:11pt;margin:0 0 4px}.print-record p{font-size:10.5pt;line-height:1.35;margin:0 0 3px;overflow-wrap:anywhere;white-space:pre-wrap}.print-notice{font-size:9pt;margin-bottom:13px}.print-person{font-size:9pt;color:#4d6076}}
/* Action-first voice sheet */
.voice-primary{display:grid;grid-template-columns:1.35fr 1fr;gap:10px;margin:2px 0 12px}
.voice-primary .btn{min-height:58px;font-size:1rem}
.voice-status{font-size:.84rem;color:var(--muted);padding:11px 0}
.voice-hint{font-size:.78rem;color:var(--muted);line-height:1.55;margin:6px 0 4px}
.voice-cancel{margin-top:2px}
@media(max-width:900px){
  dialog{margin:max(10px,env(safe-area-inset-top)) auto auto;max-height:calc(100dvh - 20px)}
  .dialog-inner{padding:18px 20px 22px}
  .voice-head{margin-bottom:8px;align-items:flex-start}
  .voice-head .eyebrow{margin-bottom:8px}
  .voice-head h2{font-size:1.5rem;margin:0}
  .voice-primary{grid-template-columns:1fr;margin-top:8px}
  .voice-primary .btn{width:100%;min-height:60px}
  .voice-status{padding:8px 0}
}
@media(max-width:700px){.entry-cards{grid-template-columns:1fr}}
.playbook-title{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.04em;font-size:clamp(3.8rem,9vw,6.6rem);line-height:.98;color:var(--ink);margin-bottom:28px}
@media(max-width:700px){.playbook-title{font-size:clamp(3.2rem,16vw,5rem);letter-spacing:-.045em}}
.entry-card-static{cursor:default}
.entry-card-static:hover{background:white;border-color:var(--line);transform:none}