@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-canvas: #FFFFFF;--bg-surface: #F7F7F8;--bg-input: #F0F0F1;--bg-header: rgba(255,255,255,.85);--text-primary: #0D0D0D;--text-secondary: rgba(13,13,13,.65);--text-muted: rgba(13,13,13,.5);--text-faint: rgba(13,13,13,.34);--primary: #0D0D0D;--primary-hover: #2B2B2B;--on-primary: #FFFFFF;--accent: #0D0D0D;--accent-dim: rgba(13,13,13,.05);--accent-glow: rgba(13,13,13,.16);--gradient-text: linear-gradient(120deg, #4F7CFF 0%, #B36BFF 50%, #FF6FA0 100%);--border-subtle: rgba(13,13,13,.08);--border-strong: rgba(13,13,13,.16);--border-accent: rgba(13,13,13,.16);--bg-overlay: rgba(0,0,0,.45);--color-success: #1E9E55;--color-success-dim: rgba(30,158,85,.1);--color-success-border: rgba(30,158,85,.24);--color-info: #0D0D0D;--color-info-dim: rgba(13,13,13,.06);--color-info-border: rgba(13,13,13,.16);--color-warning: #C9821A;--color-warning-dim: rgba(201,130,26,.12);--color-warning-border: rgba(201,130,26,.26);--color-danger: #D6362C;--color-danger-dim: rgba(214,54,44,.08);--color-danger-border: rgba(214,54,44,.22);--tier-edge-1: rgba(13,13,13,.85);--tier-edge-2: rgba(13,13,13,.45);--tier-edge-3: rgba(13,13,13,.22)}[data-experience=r8]{--bg-canvas: #F8F1E6;--bg-surface: #FFFAF2;--bg-input: #FFFAF2;--bg-header: rgba(248, 241, 230, .85);--text-primary: #29251F;--text-secondary: #6D655B;--text-muted: #6D655B;--text-faint: rgba(41, 37, 31, .55);--primary: #D59D3F;--primary-hover: #C48F33;--on-primary: #29251F;--accent: #C96E5B;--accent-dim: #F5DFD8;--accent-glow: rgba(201, 110, 91, .16);--border-subtle: rgba(41, 37, 31, .1);--border-strong: rgba(41, 37, 31, .15);--border-accent: rgba(41, 37, 31, .15);--bg-overlay: rgba(41, 37, 31, .45);--settled: #7D9879;--settled-dim: #E3EADB;--primary-dim: #F8E8C5;--radius: 16px;--radius-control: 10px;--shadow-control: 0 4px 0 rgba(95, 64, 18, .22);--shadow-pressed: 0 2px 0 rgba(95, 64, 18, .18);--color-success: #4E7A46;--color-success-dim: rgba(78, 122, 70, .12);--color-success-border: rgba(78, 122, 70, .26);--color-warning: #B57F23;--color-warning-dim: rgba(181, 127, 35, .12);--color-warning-border: rgba(181, 127, 35, .26);--color-danger: #B4503C;--color-danger-dim: rgba(180, 80, 60, .1);--color-danger-border: rgba(180, 80, 60, .24)}[data-theme=light]{--bg-canvas: #F7F8FA;--bg-surface: #FFFFFF;--bg-input: #F1F3F6;--bg-header: rgba(255,255,255,.8);--text-primary: #1E2329;--text-secondary: rgba(30,35,41,.8);--text-muted: rgba(30,35,41,.74);--text-faint: rgba(30,35,41,.64);--primary: #2558CC;--primary-hover: #1E4AB8;--on-primary: #FFFFFF;--accent: #2558CC;--accent-dim: rgba(37,88,204,.08);--accent-glow: rgba(37,88,204,.12);--border-subtle: #E4E7EC;--border-strong: #D2D7DE;--border-accent: #D2D7DE;--bg-overlay: rgba(0,0,0,.45);--color-success: #0F7A3F;--color-success-dim: rgba(15,122,63,.1);--color-success-border: rgba(15,122,63,.24);--color-info: #2558CC;--color-info-dim: rgba(37,88,204,.08);--color-info-border: rgba(37,88,204,.22);--color-warning: #E08A00;--color-warning-dim: rgba(224,138,0,.1);--color-warning-border: rgba(224,138,0,.24);--color-danger: #D6362C;--color-danger-dim: rgba(214,54,44,.08);--color-danger-border: rgba(214,54,44,.22);--tier-edge-1: #2D333B;--tier-edge-2: rgba(30,35,41,.45);--tier-edge-3: rgba(30,35,41,.22)}[data-theme=indigo]{--bg-canvas: #121316;--bg-surface: #1B1D21;--bg-input: #23262B;--bg-header: rgba(18,19,22,.85);--text-primary: #ECEEF1;--text-secondary: rgba(236,238,241,.78);--text-muted: rgba(236,238,241,.6);--text-faint: rgba(236,238,241,.5);--primary: #4D8FF0;--primary-hover: #6BA1F4;--on-primary: #FFFFFF;--accent: #4D8FF0;--accent-dim: rgba(77,143,240,.12);--accent-glow: rgba(77,143,240,.16);--border-subtle: rgba(255,255,255,.09);--border-strong: rgba(255,255,255,.16);--border-accent: rgba(255,255,255,.16)}@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{overflow-x:hidden}body{font-family:Outfit,system-ui,sans-serif;background-color:var(--bg-canvas);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}[data-theme=light] body{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='1' cy='1' r='1' fill='%231e2329' fill-opacity='0.045'/%3E%3C/svg%3E")}}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=button]),textarea,select{background-color:var(--bg-input)!important;border:1px solid var(--border-accent)!important;border-radius:8px;color:var(--text-primary)!important;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:var(--text-faint)!important}input:focus:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=button]),textarea:focus,select:focus{border-color:#4d8ff08c!important;box-shadow:0 0 0 3px #4d8ff01f!important}[data-theme=light] input:focus:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=button]),[data-theme=light] textarea:focus,[data-theme=light] select:focus{border-color:#2558cc8c!important;box-shadow:0 0 0 3px #2558cc1f!important}select option{background:var(--bg-input);color:var(--text-primary)}input[type=time],input[type=date],input[type=datetime-local]{color-scheme:dark}[data-theme=light] input[type=time],[data-theme=light] input[type=date],[data-theme=light] input[type=datetime-local]{color-scheme:light}#catalyst-login-container{width:100%}#catalyst-login-container>div>p,#catalyst-login-container .zc-login-label,#catalyst-login-container [class*=label]{display:none!important}#catalyst-login-container button,#catalyst-login-container a[role=button],#catalyst-login-container .zc-login-btn,#catalyst-login-container [class*=signin],#catalyst-login-container [class*=login]{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;width:100%!important;max-width:300px!important;margin:0 auto!important;padding:12px 24px!important;background:var(--accent-dim)!important;border:1px solid var(--border-accent)!important;border-radius:9999px!important;font-family:Outfit,system-ui,sans-serif!important;font-size:15px!important;font-weight:600!important;color:var(--accent)!important;text-decoration:none!important;cursor:pointer!important;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease!important}#catalyst-login-container button:hover,#catalyst-login-container a[role=button]:hover,#catalyst-login-container .zc-login-btn:hover,#catalyst-login-container [class*=signin]:hover,#catalyst-login-container [class*=login]:hover{transform:translateY(-1px)!important;border-color:var(--border-strong)!important;box-shadow:0 0 20px var(--accent-glow)!important}#catalyst-login-container button img,#catalyst-login-container button svg,#catalyst-login-container a[role=button] img,#catalyst-login-container a[role=button] svg{width:20px!important;height:20px!important;flex-shrink:0!important}*{box-sizing:border-box}.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}body{margin:0;background:var(--bg-canvas);color:var(--text-primary);font-family:Outfit,system-ui,sans-serif}.shell{max-width:28rem;margin:0 auto;padding:3rem 1.25rem;min-height:100vh;display:flex;flex-direction:column;gap:1.5rem}.brand h1{margin:0;font-size:2rem;font-weight:800;letter-spacing:-.02em;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;color:transparent}.tagline{margin:.25rem 0 0;color:var(--text-secondary)}.card{background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 40%),var(--bg-surface);border:1px solid var(--border-subtle);border-radius:18px;padding:1.4rem 1.25rem 1.6rem;display:flex;flex-direction:column;gap:1.1rem;box-shadow:0 12px 30px -18px #000c}.button{display:inline-block;background:var(--primary);color:var(--on-primary);border:none;border-radius:8px;padding:.75rem 1.25rem;font:inherit;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;min-height:44px;min-width:44px}.button:hover{background:var(--primary-hover)}.button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.signin-zoho{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%}.signin-zoho-badge{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:5px;background:var(--on-primary);color:var(--primary);font-weight:800;font-size:.85rem;line-height:1}.link{color:var(--primary);text-decoration:none;font-size:.9rem}.muted{color:var(--text-muted);margin:0}.declarations-form{display:flex;flex-direction:column;gap:.9rem}.declarations-field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--text-secondary)}.declarations-field input{font:inherit;color:var(--text-primary);background:var(--bg-surface-alt, var(--bg-surface));border:1px solid var(--border-subtle);border-radius:8px;padding:.6rem .75rem}.declarations-field input:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.declarations-actions{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.declarations-skip{background:none;border:none;cursor:pointer;font:inherit}.reflection-input{display:block;width:100%;min-height:4.5rem;font:inherit;color:var(--text-primary);background:var(--bg-surface-alt, var(--bg-surface));border:1px solid var(--border-subtle);border-radius:8px;padding:.6rem .75rem;margin:.9rem 0;resize:vertical}.reflection-input:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.reflection-actions{display:flex;align-items:center;gap:1rem}.reflection-skip{background:none;border:none;cursor:pointer;font:inherit}.talk{align-items:stretch}.talk-hint{color:var(--text-secondary)}.ribbon{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem;max-height:45vh;overflow-y:auto}.ribbon-turn{display:flex;flex-direction:column;gap:.28rem;padding:.7rem .85rem;background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:12px;animation:turn-rise .4s var(--ease-gentle) both}.ribbon-you{color:var(--text-muted);font-size:.86rem}.ribbon-coach{color:var(--text-primary)}.ribbon-turn:not(:last-child) .ribbon-you,.ribbon-turn:not(:last-child) .ribbon-coach{color:var(--text-faint)}@keyframes turn-rise{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.record{position:relative;background:var(--primary);color:var(--on-primary);border:none;border-radius:999px;padding:1.15rem 1.5rem;font:inherit;font-weight:700;font-size:1.1rem;letter-spacing:-.01em;cursor:pointer;box-shadow:0 14px 34px -10px var(--accent-glow);animation:record-breathe var(--motion-calm) var(--ease-gentle) infinite;transition:transform .12s var(--ease-gentle)}.record:active:not(:disabled){transform:scale(.97)}.record:disabled{opacity:.7;cursor:default;animation:none}.record.recording{background:var(--color-warning);animation:record-live 1.6s var(--ease-gentle) infinite}@keyframes record-breathe{0%,to{box-shadow:0 14px 34px -12px var(--accent-glow)}50%{box-shadow:0 16px 40px -8px var(--accent-glow),0 0 34px 4px var(--accent-dim)}}@keyframes record-live{0%,to{box-shadow:0 12px 30px -12px var(--accent-glow)}50%{box-shadow:0 12px 30px -12px var(--accent-glow),0 0 0 14px transparent}}.elapsed{font-weight:500;opacity:.85}.notice{margin:0;color:var(--text-secondary)}.signout,.end{align-self:center;background:none;border:none;cursor:pointer;font:inherit}.praise{margin:0;font-size:1.15rem;line-height:1.45;color:var(--text-primary);padding:.9rem 1rem;border-radius:14px;background:linear-gradient(135deg,var(--accent-dim),transparent 70%);border:1px solid var(--border-subtle)}.wrapup h3{margin:0 0 .6rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.fixes ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.fixes li{padding:.65rem .8rem;background:var(--bg-input);border-radius:10px;line-height:1.5}.fix-heard{color:var(--text-muted)}.fix-try{color:var(--primary-hover);font-weight:600}.fix-why{display:block;margin-top:.15rem;color:var(--text-muted);font-size:.87rem}.chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.dims ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.dims li{padding:.65rem .8rem;background:var(--bg-input);border-radius:10px;line-height:1.5;font-size:.92rem}.dim-label{color:var(--text-secondary);font-weight:600}.dim-band{color:var(--primary-hover);font-weight:600}.dim-note{color:var(--text-muted);font-size:.87rem}.chip{background:var(--accent-dim, var(--bg-input));color:var(--primary-hover);border:1px solid transparent;border-radius:999px;padding:.35rem .85rem;font-size:.9rem;font-weight:600;animation:turn-rise .35s var(--ease-gentle) both}.focus{padding:.65rem .9rem;border-left:3px solid var(--primary-hover);line-height:1.5}.focus-pattern{margin:0;color:var(--text-secondary);font-weight:600}.focus-quote{margin:.3rem 0 0;color:var(--text-muted);font-style:italic}.focus-can-do{margin:.3rem 0 0;color:var(--text-primary)}.feedback-audio{width:100%;accent-color:var(--primary)}.next-time{margin:0;color:var(--text-secondary);font-style:italic}.understood-summary{margin:0;font-size:1.15rem;line-height:1.45;color:var(--text-primary)}.unified-section{padding:.65rem .9rem;border-left:3px solid var(--border-strong);line-height:1.5}.strong-moment{border-left-color:var(--color-success)}.strong-moment blockquote{margin:0;padding:0;border:none;color:var(--text-primary);font-style:italic}.observation,.explanation,.success-signal{margin:.3rem 0 0;color:var(--text-muted);font-size:.87rem}.improvement{border-left-color:var(--primary-hover)}.phrase-pair{margin:0 0 .4rem;line-height:1.5}.phrase-pair:last-of-type{margin-bottom:0}.phrase-label{display:block;color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.15rem}.said{color:var(--text-secondary)}.try{color:var(--primary-hover);font-weight:600}.better-take{border-left:none;padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,var(--accent-dim),transparent 70%);border:1px solid var(--border-accent);box-shadow:0 10px 24px -16px var(--accent-glow)}.better-take-subtitle{margin:0 0 .5rem;font-size:.85rem}.better-take-text{margin:0;font-size:1.1rem;line-height:1.5;color:var(--text-primary)}.next-goal{border-left-color:var(--color-info)}.instruction{margin:0;color:var(--text-primary)}:root{--motion-calm: 3s;--ease-gentle: cubic-bezier(.4, 0, .2, 1)}.loading-pulse{animation:loading-breathe 1.8s var(--ease-gentle) infinite}@keyframes loading-breathe{0%,to{opacity:.5}50%{opacity:1}}.first-turn-ack{margin:0;font-size:.92rem;color:var(--text-secondary);padding:.6rem .8rem;border-radius:10px;background:linear-gradient(90deg,var(--accent-dim),transparent);border-left:2px solid var(--primary);animation:ack-rise .45s var(--ease-gentle) both}@keyframes ack-rise{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.scene-picker{display:flex;flex-direction:column;gap:.6rem}.scene-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.scene-choice{display:block;width:100%;background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:10px;padding:.6rem .8rem;font:inherit;text-align:left;cursor:pointer}.scene-choice:hover{border-color:var(--primary)}.scene-active{font-size:.86rem;font-style:italic}.scene-audio{width:100%;accent-color:var(--primary)}@media(prefers-reduced-motion:reduce){.first-turn-ack,.record,.record.recording,.ribbon-turn,.chip,.loading-pulse{animation:none!important}}.r8-shell{min-height:100vh;background:var(--bg-canvas);color:var(--text-primary)}.r8-screen{box-sizing:border-box;width:min(100%,34rem);min-height:100vh;margin:0 auto;padding:1.5rem 1.25rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem}.r8-screen h1{margin:0;font-size:clamp(1.75rem,6.5vw,2.4rem);line-height:1.1;letter-spacing:0}.r8-screen p{margin:0;line-height:1.55}.r8-lede{color:var(--text-secondary);font-size:1rem}.r8-eyebrow{margin:0;color:var(--accent);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.r8-promise{margin:0;padding:.9rem 1rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-secondary);font-size:.95rem;line-height:1.55}.r8-fields{display:flex;flex-direction:column;gap:1rem}.r8-field{display:flex;flex-direction:column;gap:.4rem}.r8-field>span{font-size:.95rem;font-weight:600}.r8-field input{box-sizing:border-box;width:100%;min-height:44px;padding:.7rem .85rem;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-control);color:var(--text-primary);font:inherit}.r8-field input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.r8-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:.25rem}.r8-primary,.r8-secondary,.r8-quiet{min-height:44px;border:0;border-radius:var(--radius-control);cursor:pointer;font:inherit;font-weight:700}.r8-primary{padding:.8rem 1.1rem;background:var(--primary);color:var(--on-primary);box-shadow:var(--shadow-control)}.r8-primary:hover:not(:disabled){background:var(--primary-hover)}.r8-secondary{padding:.8rem 1rem;background:var(--bg-surface);border:1px solid var(--border-strong);color:var(--text-primary)}.r8-quiet{padding:.6rem .25rem;background:transparent;color:var(--text-secondary);font-weight:600;text-decoration:underline}.r8-primary:active:not(:disabled),.r8-secondary:active:not(:disabled){transform:translateY(2px) scale(.995);box-shadow:var(--shadow-pressed)}.r8-primary:focus-visible,.r8-secondary:focus-visible,.r8-quiet:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.r8-primary:disabled,.r8-secondary:disabled{cursor:default;opacity:.48}@media(prefers-reduced-motion:reduce){.r8-primary:active:not(:disabled),.r8-secondary:active:not(:disabled){transform:none}}.r8-just-talk{width:100%;text-align:left}.r8-just-talk-sub{margin-top:.3rem;color:var(--text-secondary);font-size:.9rem;font-weight:500}.r8-or{display:flex;align-items:center;gap:.75rem;margin:.25rem 0;color:var(--text-muted);font-size:.85rem}.r8-or:before,.r8-or:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.r8-spark-list{display:flex;flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none}.r8-spark{width:100%;min-height:44px;padding:.85rem 1rem;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius);color:var(--text-primary);cursor:pointer;font:inherit;line-height:1.45;text-align:left}.r8-spark:hover{border-color:var(--primary)}.r8-spark:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.r8-interest-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.r8-interest{min-height:44px;padding:.6rem .9rem;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:999px;color:var(--text-primary);cursor:pointer;font:inherit;font-weight:600}.r8-interest[aria-pressed=true]{background:var(--settled-dim);border-color:var(--settled)}.r8-interest:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.r8-count{margin:0;color:var(--text-muted);font-size:.9rem}.r8-reflection-input{box-sizing:border-box;width:100%;min-height:5.5rem;padding:.7rem .85rem;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-control);color:var(--text-primary);font:inherit;line-height:1.5;resize:vertical}.r8-reflection-input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.r8-reflection-section{padding:1rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius)}.r8-reflection-section h2{margin:0 0 .6rem;font-size:1rem;font-weight:700}.r8-strong{border-left:3px solid var(--settled)}.r8-reflection-section blockquote{margin:0 0 .5rem;padding-left:.85rem;border-left:2px solid var(--border-strong);font-style:italic;line-height:1.5}.r8-phrase{display:flex;flex-direction:column;gap:.15rem;margin:0 0 .6rem;line-height:1.5}.r8-phrase-label{color:var(--text-muted);font-size:.78rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.r8-better-take{background:var(--primary-dim);border-color:var(--primary)}.r8-better-take-text{margin:.35rem 0 0;font-size:1.05rem;font-weight:600;line-height:1.5}.r8-screen audio{width:100%}.vaakoo-shell{--cream: #f8f1e6;--linen: #fffaf2;--ink: #29251f;--ink-muted: #6d655b;--sage: #7d9879;--sage-pale: #e3eadb;--amber: #d59d3f;--amber-pale: #f8e8c5;--coral: #c96e5b;--coral-pale: #f5dfd8;--line: rgba(41, 37, 31, .15);--radius: 16px;min-height:100vh;background:var(--cream);color:var(--ink)}.vaakoo-shell,.vaakoo-shell button,.vaakoo-shell input{font-family:Outfit,Arial,sans-serif}.mobile-screen{box-sizing:border-box;width:min(100%,34rem);min-height:100vh;margin:0 auto;padding:1.25rem 1.25rem 2rem}.home-screen,.details-screen,.conversation-screen,.onboarding-screen{display:flex;flex-direction:column}.home-header,.conversation-topbar{display:flex;min-height:44px;align-items:center;justify-content:space-between}.home-header p,.screen-intro,.detail-time,.report-support,.replay-summary{margin:0;color:var(--ink-muted);font-size:.94rem;line-height:1.5}.vaakoo-shell h1,.vaakoo-shell h2,.vaakoo-shell p,.vaakoo-shell blockquote{margin-top:0}.vaakoo-shell h1{margin-bottom:1.4rem;font-size:clamp(2rem,7vw,2.7rem);line-height:1.08;letter-spacing:0}.vaakoo-shell h2{font-size:1.08rem;line-height:1.3;letter-spacing:0}.eyebrow{margin-bottom:.6rem;color:var(--coral);font-size:.75rem;font-weight:800;text-transform:uppercase}.text-action,.secondary-action,.primary-action{min-height:44px;border:0;border-radius:10px;cursor:pointer;font:inherit;font-weight:700}.text-action{padding:.5rem .15rem;background:transparent;color:var(--ink)}.back-action{align-self:flex-start;margin:-.2rem 0 1.25rem}.primary-action{padding:.8rem 1.1rem;background:var(--amber);color:var(--ink);box-shadow:0 4px #5f401238}.primary-action:active:not(:disabled),.secondary-action:active:not(:disabled),.conversation-cover:active{transform:translateY(2px) scale(.99);box-shadow:0 2px #5f40122e}.secondary-action{padding:.8rem 1rem;background:var(--linen);color:var(--ink);border:1px solid var(--line)}.primary-action:disabled,.interest-card:disabled{cursor:default;opacity:.48}.text-action:focus-visible,.primary-action:focus-visible,.secondary-action:focus-visible,.interest-card:focus-visible,.replay-filters button:focus-visible,.annotation button:focus-visible,.other-interest input:focus-visible{outline:3px solid var(--coral);outline-offset:3px}.onboarding-screen{justify-content:center;padding-bottom:4rem}.auth-screen{display:flex;flex-direction:column;justify-content:center;min-height:100svh;padding-bottom:max(2.5rem,env(safe-area-inset-bottom))}.auth-screen .wordmark{margin-bottom:1.75rem}.auth-photo{display:block;width:100%;height:13.5rem;margin-bottom:1.75rem;border-radius:var(--radius);object-fit:cover;object-position:50% 72%}.auth-screen h1{margin-bottom:.8rem}.auth-note{margin:1rem auto 0;color:var(--ink-muted);font-size:.88rem;text-align:center}.auth-loading-screen{align-items:flex-start}.auth-loading-screen .presence{margin:0 0 2rem}.auth-loading-screen>p:last-child{margin-bottom:0;color:var(--ink-muted)}.wordmark{margin-bottom:1.5rem;color:var(--ink);font-size:1.35rem;font-weight:800;letter-spacing:0}.welcome-photo{display:block;width:100%;height:12rem;margin-bottom:2rem;border-radius:var(--radius);object-fit:cover;object-position:50% 72%}.onboarding-copy{margin-bottom:2.5rem}.onboarding-copy h1{max-width:11ch;margin-bottom:1rem;font-size:clamp(2.5rem,10vw,3.7rem);line-height:.98}.onboarding-copy>p:last-child{max-width:31ch;margin-bottom:0;color:var(--ink-muted);font-size:1.06rem;line-height:1.55}.permission-screen{display:flex;flex-direction:column;justify-content:center}.permission-screen h1{max-width:10ch;margin-bottom:1rem}.permission-screen>p:not(.eyebrow):not(.permission-note){max-width:31ch;margin-bottom:2rem;color:var(--ink-muted);font-size:1.06rem;line-height:1.55}.permission-presence{display:flex;width:8.5rem;height:8.5rem;margin:0 0 2.4rem;align-items:center;justify-content:center;gap:.4rem;border-radius:999px;background:var(--sage-pale);box-shadow:0 0 0 12px #7d98791f}.permission-presence span{width:.5rem;height:2.1rem;border-radius:999px;background:var(--sage)}.permission-presence span:nth-child(2){height:3.25rem}.permission-note{margin:1rem 0 0;color:var(--coral);font-family:Bradley Hand,Segoe Print,cursive;font-size:1.05rem;transform:rotate(-1deg)}.microphone-error{margin:-.7rem 0 1.25rem;color:#9d4233;font-size:.92rem;font-weight:700;line-height:1.45}.conversation-cover{position:relative;isolation:isolate;min-height:32rem;overflow:hidden;border-radius:var(--radius);box-shadow:0 10px 24px #42332024;background:var(--ink);animation:cover-arrive .32s ease-out both}.conversation-cover img,.detail-photo{display:block;width:100%;object-fit:cover}.conversation-cover img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.cover-wash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#231d1554}.cover-content{position:relative;z-index:2;display:flex;min-height:32rem;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:1.35rem;color:var(--linen)}.cover-content .eyebrow{color:#f8deb0}.cover-content h2{max-width:17ch;margin-bottom:1rem;font-size:clamp(1.9rem,7vw,2.6rem);line-height:1.05}.handwritten{margin-bottom:1.25rem;font-family:Bradley Hand,Segoe Print,cursive;font-size:1.18rem;line-height:1.3;transform:rotate(-1deg)}.cover-content .handwritten{color:#fff4df;animation:note-arrive .4s .13s ease-out both}.cover-skeleton{min-height:32rem;border-radius:var(--radius);background:var(--amber-pale)}.collections-screen{padding-bottom:3rem}.collections-topbar{display:flex;min-height:44px;align-items:center;margin-bottom:1.25rem}.collections-screen>h1{max-width:13ch;margin-bottom:1.5rem}.featured-collection{margin-bottom:2.2rem;padding:1.1rem 0 0;border-top:3px solid var(--amber)}.personalized-collection{margin-bottom:2.2rem;padding:1.1rem 0 0;border-top:3px solid var(--sage)}.featured-collection.collection-coral{border-top-color:var(--coral)}.featured-collection.collection-sage{border-top-color:var(--sage)}.featured-collection>h2,.personalized-collection>h2,.collection-row h2{margin-bottom:.35rem;font-size:1.35rem}.featured-collection>p:not(.eyebrow),.personalized-collection>p:not(.eyebrow),.collection-row header p{margin-bottom:1rem;color:var(--ink-muted);font-size:.94rem;line-height:1.45}.collection-row{margin-bottom:2rem}.collection-row header{padding:0 .15rem}.cover-rail{display:flex;gap:.85rem;overflow-x:auto;padding:.2rem .15rem .7rem;scroll-snap-type:x mandatory}.browse-cover{position:relative;flex:0 0 min(80vw,19rem);min-height:20rem;overflow:hidden;padding:0;border:0;border-radius:14px;background:var(--ink);color:var(--linen);cursor:pointer;scroll-snap-align:start;text-align:left;box-shadow:0 7px 16px #4233201f}.browse-cover img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.browse-cover:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#231d154d}.browse-cover-copy{position:relative;z-index:1;display:flex;min-height:20rem;flex-direction:column;justify-content:flex-end;padding:1rem}.browse-cover-copy small{margin-bottom:.45rem;color:#f8deb0;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.browse-cover-copy strong{max-width:18ch;margin-bottom:.7rem;font-size:1.25rem;line-height:1.2}.browse-cover-copy em{color:#fff4df;font-family:Bradley Hand,Segoe Print,cursive;font-size:1rem;font-style:normal;transform:rotate(-1deg)}.browse-cover:active{transform:translateY(2px) scale(.99)}.browse-cover:focus-visible{outline:3px solid var(--coral);outline-offset:3px}.surprise-action{width:100%;margin-top:.25rem}.interest-screen h1{margin-bottom:.6rem}.screen-intro{margin-bottom:1.8rem}.interest-group{margin-bottom:1.65rem}.interest-group h2{margin-bottom:.7rem;color:var(--ink-muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.interest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.interest-card{position:relative;min-height:6.6rem;padding:.85rem;border:1px solid transparent;border-radius:12px;color:var(--ink);cursor:pointer;font:inherit;font-weight:700;text-align:left}.interest-card span,.interest-card small{display:block}.interest-card small{margin-top:.5rem;font-size:.76rem}.interest-sage{background:var(--sage-pale)}.interest-amber{background:var(--amber-pale)}.interest-coral{background:var(--coral-pale)}.interest-ink{background:#e8e3d9}.interest-card.selected{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.interest-options{display:flex;gap:.75rem;align-items:center;margin:1rem 0 1.4rem}.other-interest{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.25rem;font-size:.9rem;font-weight:700}.other-interest input{min-height:44px;box-sizing:border-box;padding:.7rem .8rem;border:1px solid var(--line);border-radius:10px;background:var(--linen);color:var(--ink);font:inherit}.sticky-footer{position:sticky;bottom:0;display:flex;flex-direction:column;gap:.45rem;padding:1rem 0 .25rem;background:var(--cream)}.sticky-footer p{margin-bottom:0;color:var(--ink-muted);font-size:.85rem}.details-screen{padding-top:1rem}.detail-photo{height:19rem;margin-bottom:1.25rem;border-radius:var(--radius)}.details-screen h1{margin-bottom:.85rem}.detail-prompt{margin-bottom:1rem;font-size:1.2rem;font-weight:600;line-height:1.45}.details-screen .handwritten{margin-bottom:.7rem;color:var(--coral)}.detail-time{margin-bottom:1.3rem}.conversation-topbar{margin-bottom:2rem;justify-content:flex-end}.topic-cue{max-width:28ch;margin:0 auto;color:var(--ink-muted);font-size:1rem;line-height:1.5;text-align:center}.presence{display:flex;width:9.5rem;height:9.5rem;margin:3.5rem auto 2.6rem;align-items:center;justify-content:center;gap:.4rem;border-radius:999px;background:var(--sage-pale);box-shadow:0 0 0 12px #7d987924}.presence span{width:.52rem;height:2rem;border-radius:999px;background:var(--sage)}.presence-listening{animation:gentle-breath 2.6s ease-in-out infinite}.presence-listening span:nth-child(2){height:3.2rem}.presence-listening span:nth-child(1),.presence-listening span:nth-child(3){animation:voice-pulse .95s ease-in-out infinite alternate}.presence-processing{background:var(--amber-pale);box-shadow:0 0 0 12px #d59d3f1f;animation:gentle-breath 2s ease-in-out infinite}.presence-coach_speaking{background:var(--coral-pale);box-shadow:0 0 0 12px #c96e5b1f}.presence-coach_speaking span:nth-child(1),.presence-coach_speaking span:nth-child(3){height:3rem}.presence-reconnecting{background:#e8e3d9}.conversation-copy{text-align:center}.conversation-copy h1{max-width:18ch;margin:0 auto .7rem;font-size:1.6rem}.conversation-state-label{margin-bottom:.45rem;color:var(--coral);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.conversation-copy p{max-width:28ch;margin:0 auto;color:var(--ink-muted);line-height:1.5}.conversation-copy .coach-line{color:var(--ink);font-size:1.05rem}.conversation-copy .recording-duration{margin-top:.9rem;color:var(--coral);font-size:1.1rem;font-weight:800;font-variant-numeric:tabular-nums}.turn-preview,.replay-transcript{display:flex;flex-direction:column;gap:.85rem;padding:0;list-style:none}.turn-preview{margin:2rem 0 1.25rem}.local-replay{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between;margin:1.25rem 0;padding:.85rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.local-replay .eyebrow{margin-bottom:.15rem}.local-replay p:last-child{margin-bottom:0;color:var(--ink-muted);font-size:.86rem}.local-replay-audio{display:flex;flex:0 1 12rem;flex-direction:column;gap:.7rem}.local-replay-audio-item p{display:flex;justify-content:space-between;margin:0 0 .25rem;color:var(--ink);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.local-replay-audio-item p span{color:var(--ink-muted);font-variant-numeric:tabular-nums}.local-replay audio{display:block;width:100%;height:2.2rem}.turn-preview li{display:flex;flex-direction:column;gap:.25rem;color:var(--ink-muted);font-size:.9rem;line-height:1.45}.turn-preview li span,.replay-transcript li>span{color:var(--ink);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.conversation-action{width:100%;margin-top:auto}.report-loading{display:flex;flex-direction:column;justify-content:center;text-align:center}.report-loading .presence{margin-bottom:2rem}.report-loading h1{font-size:1.7rem}.report-loading p{margin:0 auto;color:var(--ink-muted);line-height:1.5}.report-screen h1{margin-bottom:.65rem}.report-lead{margin-bottom:1.75rem;font-size:1.1rem;font-weight:600;line-height:1.5}.report-section{margin-bottom:1.2rem;padding:1.1rem 0;border-top:1px solid var(--line)}.report-section h2,.better-take-card h2{margin-bottom:.65rem}.report-section blockquote{margin:0 0 .7rem;padding-left:.85rem;border-left:3px solid var(--coral);font-size:1.05rem;font-weight:600;line-height:1.45}.report-section p{margin-bottom:.65rem;line-height:1.5}.report-section strong{display:block;margin-bottom:.15rem;color:var(--ink-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.better-take-card{margin-bottom:1.3rem;padding:1.25rem;border-radius:var(--radius);background:var(--amber-pale);box-shadow:0 8px 20px #5b432114}.better-take-card p{margin-bottom:1rem;font-size:1.22rem;font-weight:650;line-height:1.45}.better-take-card .handwritten{display:block;margin:0;color:var(--coral)}.full-width{width:100%;margin-top:.75rem}.replay-screen h1{margin-bottom:.5rem}.replay-summary{margin-bottom:1.25rem}.replay-filters{display:flex;gap:.55rem;margin-bottom:1.5rem}.replay-filters button{min-height:40px;padding:.45rem .8rem;border:1px solid var(--line);border-radius:999px;background:var(--linen);color:var(--ink);cursor:pointer;font:inherit;font-size:.85rem;font-weight:700}.replay-filters button.selected{background:var(--sage-pale);border-color:var(--sage)}.replay-transcript{margin-bottom:1.25rem}.replay-transcript li{padding:1rem 0;border-top:1px solid var(--line)}.replay-transcript li.learner p{font-weight:650}.replay-transcript li p{margin:.35rem 0 0;line-height:1.5}.annotation{margin-top:.75rem}.annotation button{min-height:38px;padding:0;border:0;background:transparent;color:var(--coral);cursor:pointer;font:inherit;font-weight:800}.annotation-strong_moment button{color:#557451}.annotation p{padding:.75rem;border-left:3px solid var(--coral);background:var(--coral-pale)}.annotation-strong_moment p{border-left-color:var(--sage);background:var(--sage-pale)}.annotation strong{color:var(--ink)}.annotation-highlight{padding:.04em .12em;background:var(--coral-pale);color:var(--ink);box-decoration-break:clone;-webkit-box-decoration-break:clone}.highlight-strong_moment{background:var(--sage-pale)}.vaakoo-error{position:fixed;z-index:5;right:1rem;bottom:1rem;max-width:24rem;padding:.8rem 1rem;border-radius:10px;background:var(--coral-pale);color:var(--ink);box-shadow:0 8px 18px #42332024}@keyframes cover-arrive{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes note-arrive{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes gentle-breath{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}@keyframes voice-pulse{0%{transform:scaleY(.78)}to{transform:scaleY(1.18)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.vaakoo-shell{--cream: #fff8ef;--linen: #f5ebdd;--ink: #1f2522;--ink-muted: #5f655f;--sage: #355f4a;--sage-pale: #dce6d9;--amber: #e3a62f;--amber-pale: #f9ecd0;--coral: #e86f3a;--coral-pale: #f8ded2;--line: rgba(31, 37, 34, .14);background:var(--cream);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.vaakoo-shell,.vaakoo-shell button,.vaakoo-shell input,.vaakoo-shell select,.vaakoo-shell textarea{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.vaakoo-shell .mobile-screen{width:min(100%,31.5rem);min-height:100svh;padding:max(1.1rem,env(safe-area-inset-top)) 1.2rem max(1.8rem,env(safe-area-inset-bottom));background:var(--cream)}.vaakoo-shell h1,.vaakoo-shell h2,.vaakoo-shell .detail-prompt,.vaakoo-shell .browse-cover-copy strong{font-family:Fraunces,Newsreader,Georgia,serif;font-weight:500;letter-spacing:0}.vaakoo-shell .handwritten,.vaakoo-shell .permission-note,.vaakoo-shell .replay-memory figcaption{font-family:Caveat,Bradley Hand,cursive;font-weight:600}.vaakoo-shell h1{max-width:14ch;margin-bottom:.7rem;font-size:2.28rem;line-height:1.04}.vaakoo-shell h2{font-size:1.35rem}.vaakoo-shell .eyebrow{color:var(--coral);font-size:.68rem;font-weight:800;letter-spacing:.1em}.vaakoo-shell .primary-action,.vaakoo-shell .secondary-action,.vaakoo-shell .text-action{border-radius:8px;box-shadow:none;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.vaakoo-shell .primary-action{background:var(--coral);color:#fffdf8;box-shadow:0 5px #bd5529}.vaakoo-shell .primary-action:active:not(:disabled){box-shadow:0 2px #bd5529}.vaakoo-shell .secondary-action{border-color:#355f4a47;background:#fffdf8;color:var(--sage)}.vaakoo-shell .text-action:after,.vaakoo-shell .home-screen h1:after,.vaakoo-shell .report-screen h1:after{display:block;width:3.1rem;height:2px;margin-top:.32rem;border-radius:999px;background:var(--coral);content:"";transform:rotate(-2deg)}.vaakoo-shell .text-action:after{width:1.35rem;height:1px;margin-top:.15rem}.vaakoo-shell .wordmark{color:var(--ink);font-family:Caveat,Bradley Hand,cursive;font-size:3rem;font-weight:700;letter-spacing:0;line-height:.8}.vaakoo-shell .auth-screen,.vaakoo-shell .onboarding-screen{justify-content:center}.vaakoo-shell .auth-photo,.vaakoo-shell .welcome-photo{width:100%;max-height:17rem;margin:.2rem 0 1.2rem;border-radius:8px;object-fit:cover;box-shadow:0 14px 28px #3f2b1829}.vaakoo-shell .auth-note{color:var(--ink-muted);font-size:.84rem;text-align:center}.vaakoo-shell .home-screen{padding-top:max(1.35rem,env(safe-area-inset-top))}.vaakoo-shell .home-header{margin-bottom:1.25rem}.vaakoo-shell .home-header p{color:var(--ink);font-family:Fraunces,Newsreader,Georgia,serif;font-size:1.3rem}.vaakoo-shell .home-screen h1{max-width:12ch}.vaakoo-shell .home-note{max-width:27ch;margin-bottom:1.35rem;color:var(--ink-muted);line-height:1.5}.vaakoo-shell .conversation-cover{position:relative;display:flex;min-height:30rem;overflow:hidden;border:1px solid rgba(31,37,34,.12);border-radius:8px;background:#504033;box-shadow:0 18px 30px #3e2b192b}.vaakoo-shell .conversation-cover>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vaakoo-shell .cover-wash{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1414100f 17%,#1414101f 43%,#121613d1)}.vaakoo-shell .cover-content{position:relative;z-index:1;display:flex;width:100%;min-height:30rem;padding:1.2rem;flex-direction:column;align-items:flex-start;justify-content:flex-end}.vaakoo-shell .cover-content>.eyebrow{color:#fffdf8}.vaakoo-shell .cover-companion{position:absolute;top:1.1rem;right:.9rem;width:3.3rem;height:3.3rem;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.vaakoo-shell .cover-paper{width:100%;box-sizing:border-box;padding:1rem 1rem .82rem;border-radius:7px;background:#fffaf2;box-shadow:0 6px 16px #0c0f0c33}.vaakoo-shell .cover-paper h2{margin-bottom:.52rem;color:var(--ink);font-size:1.8rem;line-height:1.08}.vaakoo-shell .cover-paper .handwritten{margin-bottom:0;color:var(--sage);font-size:1.18rem;line-height:1.22}.vaakoo-shell .conversation-cover .primary-action{width:100%;margin-top:.8rem}.vaakoo-shell .collections-screen{padding-bottom:2.6rem}.vaakoo-shell .collections-topbar{min-height:40px;margin-bottom:1.7rem}.vaakoo-shell .collections-screen>h1{max-width:11ch}.vaakoo-shell .collection-row,.vaakoo-shell .featured-collection,.vaakoo-shell .personalized-collection{margin:2rem 0;padding:0;border:0;background:transparent}.vaakoo-shell .collection-row>header p,.vaakoo-shell .featured-collection>p:not(.eyebrow),.vaakoo-shell .personalized-collection>p:not(.eyebrow){color:var(--ink-muted);line-height:1.45}.vaakoo-shell .cover-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;overflow:visible}.vaakoo-shell .browse-cover{position:relative;display:flex;min-width:0;min-height:14rem;overflow:hidden;border:0;border-radius:7px;background:var(--ink);color:#fffdf8;text-align:left;box-shadow:0 8px 16px #2f251b24}.vaakoo-shell .browse-cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vaakoo-shell .browse-cover:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#11141008,#111410c4);content:""}.vaakoo-shell .browse-cover-copy{position:relative;z-index:1;display:flex;width:100%;padding:.75rem;flex-direction:column;justify-content:flex-end}.vaakoo-shell .browse-cover-copy small{margin-bottom:.3rem;color:#fffdf8;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vaakoo-shell .browse-cover-copy strong{color:#fffdf8;font-size:1.12rem;line-height:1.03}.vaakoo-shell .browse-cover-copy em{display:none}.vaakoo-shell .surprise-action{width:100%;margin-top:.5rem}.vaakoo-shell .interest-screen{padding-bottom:10rem}.vaakoo-shell .interest-screen h1{max-width:12ch}.vaakoo-shell .interest-group{margin:1.65rem 0}.vaakoo-shell .interest-group h2{margin-bottom:.7rem;font-size:1.13rem}.vaakoo-shell .interest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.66rem}.vaakoo-shell .interest-card{position:relative;min-height:8rem;overflow:hidden;padding:.72rem;border:2px solid transparent;border-radius:7px;background:var(--ink);color:#fffdf8;text-align:left}.vaakoo-shell .interest-card>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9}.vaakoo-shell .interest-card:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#171a160a,#171a16b8);content:""}.vaakoo-shell .interest-card>span,.vaakoo-shell .interest-card>small{position:relative;z-index:1;display:block}.vaakoo-shell .interest-card>span{margin-top:3.35rem;color:#fffdf8;font-family:Fraunces,Newsreader,Georgia,serif;font-size:1.12rem;font-weight:500;line-height:1.04}.vaakoo-shell .interest-card>small{margin-top:.35rem;color:#fffdf8;font-size:.63rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vaakoo-shell .interest-card.selected{border-color:var(--coral);box-shadow:inset 0 0 0 2px #fffdf8}.vaakoo-shell .interest-card.selected:after{position:absolute;top:.45rem;right:.45rem;z-index:2;width:.65rem;height:.65rem;border:2px solid #fffdf8;border-radius:50%;background:var(--coral);content:""}.vaakoo-shell .sticky-footer{border-top:1px solid var(--line);background:#fff8eff5;box-shadow:0 -8px 22px #fff8efeb}.vaakoo-shell .details-screen{padding:0 0 1.8rem}.vaakoo-shell .detail-hero{min-height:19.5rem;border-radius:0}.vaakoo-shell .detail-hero:after{background:linear-gradient(180deg,#1215110d,#1215119e)}.vaakoo-shell .detail-copy{margin:-1rem 1rem 0;padding:1.25rem 1rem 0;border-radius:8px 8px 0 0;background:var(--cream)}.vaakoo-shell .detail-copy h1{margin-bottom:.7rem}.vaakoo-shell .detail-prompt{font-size:1.35rem;line-height:1.25}.vaakoo-shell .detail-reassurance{max-width:29ch;padding-top:1rem;border-top:1px solid var(--line);color:var(--ink-muted)}.vaakoo-shell .detail-meta{color:var(--sage)}.vaakoo-shell .conversation-screen,.vaakoo-shell .permission-screen,.vaakoo-shell .report-loading{display:flex;flex-direction:column;align-items:center}.vaakoo-shell .conversation-screen{justify-content:center;min-height:100svh;text-align:center}.vaakoo-shell .conversation-topbar{position:absolute;top:max(.9rem,env(safe-area-inset-top));right:1.2rem;left:1.2rem}.vaakoo-shell .topic-cue{max-width:29ch;margin:0 auto 1rem;color:var(--ink-muted);font-size:.84rem;line-height:1.4}.vaakoo-shell .conversation-companion{position:relative;display:grid;width:9.6rem;height:9.6rem;margin:1rem auto 1.2rem;place-items:center}.vaakoo-shell .conversation-companion>img{position:relative;z-index:1;width:7.1rem;height:7.1rem;object-fit:contain;mix-blend-mode:multiply}.vaakoo-shell .companion-orbit{position:absolute;width:8.75rem;height:8.75rem;border:1.5px solid var(--amber);border-radius:50%;opacity:.7}.vaakoo-shell .companion-listening .companion-orbit{border-color:var(--coral);animation:companion-listening 2.2s ease-in-out infinite}.vaakoo-shell .companion-processing .companion-orbit{border-style:dashed;animation:companion-turn 5s linear infinite}.vaakoo-shell .companion-coach_speaking .companion-orbit{border-color:var(--sage);box-shadow:0 0 0 9px #355f4a0f}.vaakoo-shell .companion-reconnecting .companion-orbit,.vaakoo-shell .companion-failed .companion-orbit{border-color:var(--coral);border-style:dashed}.vaakoo-shell .conversation-copy{max-width:25rem}.vaakoo-shell .conversation-copy h1{max-width:13ch;margin-right:auto;margin-left:auto;font-size:2.12rem}.vaakoo-shell .conversation-state-label{color:var(--coral);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.vaakoo-shell .conversation-copy>p:not(.conversation-state-label):not(.recording-duration){color:var(--ink-muted)}.vaakoo-shell .recording-duration{color:var(--coral);font-family:Fraunces,Georgia,serif;font-size:1.55rem}.vaakoo-shell .turn-preview{width:min(100%,24rem);margin:1.5rem 0 0;text-align:left}.vaakoo-shell .conversation-action{width:min(100%,21rem);margin-top:1.6rem}.vaakoo-shell .permission-screen{justify-content:center;min-height:100svh;text-align:center}.vaakoo-shell .permission-screen .back-action{position:absolute;top:max(.9rem,env(safe-area-inset-top));left:1.2rem}.vaakoo-shell .permission-screen .conversation-companion{width:7.6rem;height:7.6rem;margin-bottom:.8rem}.vaakoo-shell .permission-screen .conversation-companion>img{width:5.6rem;height:5.6rem}.vaakoo-shell .permission-screen h1{max-width:11ch}.vaakoo-shell .permission-screen>p:not(.eyebrow):not(.permission-note):not(.permission-help){max-width:29ch;color:var(--ink-muted);line-height:1.5}.vaakoo-shell .report-screen{padding-top:1.65rem}.vaakoo-shell .report-screen h1{margin-bottom:1.15rem}.vaakoo-shell .report-understood,.vaakoo-shell .strong-moment,.vaakoo-shell .better-take-focus,.vaakoo-shell .better-take-card,.vaakoo-shell .next-time-cue{position:relative;margin:1rem 0;padding:1.05rem;border:1px solid rgba(31,37,34,.1);border-radius:7px;background:#fffdf8;box-shadow:0 7px 15px #4030210f}.vaakoo-shell .report-understood{padding-right:5.7rem;border-color:#355f4a33;background:#edf3e9}.vaakoo-shell .report-companion{position:absolute;right:.65rem;bottom:.45rem;width:4.2rem;mix-blend-mode:multiply}.vaakoo-shell .report-understood h2{margin-bottom:.42rem}.vaakoo-shell .report-lead{margin-bottom:0;line-height:1.5}.vaakoo-shell .report-photo{margin:1.1rem 0}.vaakoo-shell .report-photo img{width:100%;height:10.2rem;border-radius:7px;object-fit:cover}.vaakoo-shell .report-photo figcaption{margin-top:.35rem;color:var(--ink-muted);font-size:.75rem}.vaakoo-shell .strong-moment{border-left:4px solid var(--amber)}.vaakoo-shell .strong-moment blockquote,.vaakoo-shell .better-take-card blockquote{margin:.65rem 0;font-family:Fraunces,Georgia,serif;font-size:1.38rem;line-height:1.22}.vaakoo-shell .better-take-focus{border-left:4px solid var(--coral)}.vaakoo-shell .take-step{padding:.8rem 0;border-top:1px solid var(--line)}.vaakoo-shell .take-step strong,.vaakoo-shell .take-why strong{color:var(--coral);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.vaakoo-shell .take-step p,.vaakoo-shell .take-why p{margin:.35rem 0 0;line-height:1.45}.vaakoo-shell .take-step-try{border-top-color:#355f4a3d}.vaakoo-shell .better-take-card{border:1px solid rgba(227,166,47,.42);background:#fff7df}.vaakoo-shell .next-time-cue{border-style:dashed;background:transparent;box-shadow:none}.vaakoo-shell .report-screen .full-width{margin-top:.85rem}.vaakoo-shell .replay-screen{padding-top:1.65rem}.vaakoo-shell .replay-screen h1{margin-bottom:.2rem}.vaakoo-shell .replay-summary{margin-bottom:1rem}.vaakoo-shell .replay-memory{position:relative;margin:.85rem 0 1.25rem;padding:.35rem .35rem .9rem;border:1px solid rgba(31,37,34,.1);background:#fffdf8;box-shadow:0 7px 15px #4030211a;transform:rotate(-1deg)}.vaakoo-shell .replay-memory img{display:block;width:100%;height:9.5rem;object-fit:cover}.vaakoo-shell .replay-memory figcaption{position:absolute;right:1rem;bottom:.22rem;color:var(--sage);font-size:1rem}.vaakoo-shell .replay-focus{border-radius:7px;border-left:4px solid var(--amber);background:#fffdf8;box-shadow:0 7px 15px #4030210f}.vaakoo-shell .replay-focus.focus-grammar{border-left-color:var(--coral)}.vaakoo-shell .replay-filters{border-bottom:1px solid var(--line)}.vaakoo-shell .replay-filters button{color:var(--ink-muted)}.vaakoo-shell .replay-filters button.selected{color:var(--coral);border-bottom-color:var(--coral)}.vaakoo-shell .replay-transcript li{border-radius:7px;background:#fffdf8}.vaakoo-shell .local-replay,.vaakoo-shell .no-local-replay{border-color:var(--line);background:transparent}.vaakoo-shell .auth-loading-screen .conversation-companion{margin:.5rem auto 1.4rem}.vaakoo-shell .report-loading{justify-content:center;text-align:center}.vaakoo-shell .report-loading h1{max-width:12ch}@keyframes companion-listening{0%,to{transform:scale(.94);opacity:.42}50%{transform:scale(1.06);opacity:.9}}@keyframes companion-turn{to{transform:rotate(360deg)}}@media(max-width:25rem){.vaakoo-shell .mobile-screen{padding-right:.9rem;padding-left:.9rem}.vaakoo-shell .details-screen{padding-right:0;padding-left:0}.vaakoo-shell h1{font-size:2.03rem}.vaakoo-shell .conversation-cover,.vaakoo-shell .cover-content{min-height:27rem}.vaakoo-shell .browse-cover{min-height:12.2rem}}@media(min-width:700px){.mobile-screen{padding-top:2rem}.conversation-cover{min-height:37rem}.cover-content{min-height:37rem;padding:1.8rem}}.vaakoo-shell{--cream: #f7f0e6;--linen: #fffaf3;--ink: #183127;--ink-muted: #716b60;--sage: #718b70;--sage-pale: #e4ebdd;--amber: #e2a62d;--amber-pale: #f8e8bf;--coral: #c97761;--coral-pale: #f4ddd5;--line: rgba(24, 49, 39, .14);background:var(--cream)}.vaakoo-shell h1,.vaakoo-shell h2,.cover-content h2,.detail-copy h1,.report-screen h1,.replay-screen h1{font-family:Georgia,Times New Roman,serif;font-weight:500}.mobile-screen{width:min(100%,30rem);padding:1rem 1rem 2.25rem;background:var(--linen)}.vaakoo-shell h1{font-size:clamp(2.2rem,8vw,3.05rem);line-height:.99}.eyebrow{color:#b56d36;font-size:.68rem;letter-spacing:.11em}.text-action{color:var(--ink);font-size:.84rem;font-weight:700}.primary-action{min-height:52px;border-radius:999px;background:#244534;color:#fffaf3;box-shadow:0 7px 16px #18312733}.primary-action:active:not(:disabled){box-shadow:0 3px 8px #1831272e}.secondary-action{border-radius:999px;background:transparent}.home-screen{padding-top:1.2rem}.home-header{min-height:38px;margin-bottom:1.35rem}.home-header p{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.05rem}.home-screen h1{max-width:11ch;margin-bottom:.35rem}.home-note{max-width:28ch;margin:0 0 1.45rem;color:var(--ink-muted);font-family:Georgia,Times New Roman,serif;font-size:1rem;font-style:italic;line-height:1.35}.conversation-cover{min-height:34rem;border-radius:24px;box-shadow:0 16px 34px #4430192e}.cover-wash{background:#141f1838}.cover-content{min-height:34rem;justify-content:flex-end;padding:1rem}.cover-content .eyebrow{align-self:flex-start;margin:0 0 .5rem .7rem;color:#fff1c9}.cover-paper{width:100%;margin-bottom:1rem;padding:1.25rem 1.15rem 1rem;background:#fffaf3f5;color:var(--ink);box-shadow:0 10px 21px #1c1a132e;transform:rotate(-.45deg)}.cover-content h2{max-width:15ch;margin-bottom:.8rem;font-size:clamp(1.85rem,7vw,2.5rem);line-height:1.02}.cover-paper .handwritten{margin:0;color:#8a6256;font-size:1rem}.cover-content .primary-action{width:100%}.details-screen{padding:0 0 2rem}.detail-hero{position:relative;height:21.5rem;overflow:hidden;background:var(--ink)}.detail-photo{height:100%;margin:0;border-radius:0}.detail-hero:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#111f182e;pointer-events:none}.detail-back,.detail-collection{position:absolute;z-index:1;color:#fffaf3}.detail-back{top:.8rem;left:1rem}.detail-collection{right:1rem;bottom:.9rem;max-width:16ch;margin:0;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-align:right;text-transform:uppercase}.detail-copy{padding:1.5rem 1.15rem 0}.detail-copy h1{margin-bottom:.85rem;font-size:clamp(2.4rem,9vw,3.25rem)}.detail-prompt{font-family:Georgia,Times New Roman,serif;font-size:1.33rem;font-weight:400;line-height:1.35}.detail-copy .handwritten{color:#8a6256;font-size:1.02rem}.detail-reassurance{max-width:31ch;margin:1.1rem 0 0;color:var(--ink-muted);line-height:1.5}.detail-meta{display:flex;justify-content:space-between;gap:.75rem;margin:1.35rem 0;padding:.8rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink-muted);font-size:.78rem}.detail-change{align-self:flex-start;margin-top:.7rem;color:var(--ink-muted)}.conversation-screen{padding-top:1.1rem;text-align:center}.conversation-topbar{margin-bottom:1.5rem}.topic-cue{font-family:Georgia,Times New Roman,serif;font-size:1.04rem}.presence{width:100%;height:8.5rem;margin:2.6rem auto 1.8rem;gap:.62rem;border-top:1px solid rgba(113,139,112,.32);border-bottom:1px solid rgba(113,139,112,.32);border-radius:0;background:transparent;box-shadow:none}.presence span{width:.46rem;height:2.6rem;border-radius:999px;background:var(--sage)}.presence-listening span:nth-child(2){height:4.2rem}.presence-processing{background:transparent;box-shadow:none}.presence-processing span{background:var(--amber)}.presence-coach_speaking{background:transparent;box-shadow:none}.presence-coach_speaking span{background:var(--coral)}.presence-reconnecting{background:transparent}.conversation-copy h1{max-width:15ch;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:500}.conversation-state-label{color:#b56d36}.turn-preview{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line);text-align:left}.report-screen{padding-top:2.4rem}.report-screen h1{margin-bottom:.65rem;font-size:clamp(2.55rem,10vw,3.5rem)}.report-lead{max-width:28ch;font-family:Georgia,Times New Roman,serif;font-size:1.24rem;font-weight:400}.report-understood{margin-bottom:1.25rem}.report-understood h2{margin-bottom:.45rem;font-family:Georgia,Times New Roman,serif;font-size:1.38rem;font-weight:500}.report-photo{position:relative;margin:1.6rem 0 1.8rem;padding:.5rem;background:#fffdf9;box-shadow:0 8px 18px #4f3a2124;transform:rotate(-1deg)}.report-photo img{display:block;width:100%;height:11rem;object-fit:cover}.report-photo figcaption{padding:.45rem .1rem .1rem;color:#8a6256;font-family:Georgia,Times New Roman,serif;font-size:.95rem;font-style:italic}.report-section{padding:1.2rem 0}.report-section h2,.better-take-card h2{font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:500}.report-section blockquote{border-left-color:var(--amber);font-family:Georgia,Times New Roman,serif}.better-take-card{border-radius:4px;background:var(--amber-pale);box-shadow:none}.replay-screen h1{font-size:2.8rem}@media(min-width:700px){.vaakoo-shell{background:#e9e1d6}.mobile-screen{min-height:100vh;box-shadow:0 0 38px #43301c14}}.wordmark{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:2.2rem;font-weight:500;letter-spacing:.02em}.welcome-photo{height:14rem;border-radius:18px}.onboarding-copy h1{max-width:12ch;font-size:clamp(2.8rem,11vw,4rem)}.permission-presence{width:100%;height:7rem;margin-bottom:2rem;border-top:1px solid rgba(113,139,112,.32);border-bottom:1px solid rgba(113,139,112,.32);border-radius:0;background:transparent;box-shadow:none}.permission-presence span{background:var(--sage)}.interest-card{border-radius:8px}.interest-card.selected{box-shadow:inset 0 0 0 1px var(--ink)}.collections-screen>h1{font-size:2.55rem}.featured-collection,.personalized-collection{border-top-width:2px}.browse-cover{border-radius:12px}.replay-filters button{border-radius:7px}.local-replay{border-color:var(--line)}.prototype-cover .conversation-cover{display:grid;min-height:0;overflow:hidden;border-radius:18px;background:var(--linen);box-shadow:0 12px 26px #44301921}.prototype-cover .conversation-cover>img{position:static;width:100%;height:18.5rem;object-fit:cover}.prototype-cover .cover-wash{display:none}.prototype-cover .cover-content{display:block;min-height:0;padding:1.15rem 1.15rem 1.25rem;color:var(--ink)}.prototype-cover .cover-content .eyebrow{margin:0 0 .7rem;color:#b56d36}.prototype-cover .cover-paper{width:auto;margin:0;padding:0 0 1rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent;box-shadow:none;transform:none}.prototype-cover .cover-content h2{max-width:15ch;margin:.85rem 0 .65rem;font-size:clamp(2rem,8vw,2.75rem);line-height:1.02}.prototype-cover .cover-paper .handwritten{margin:0;color:#8a6256}.prototype-cover .cover-content .primary-action{width:auto;min-width:10.5rem;margin-top:1rem}.prototype-cover .browse-cover{display:grid;flex-basis:min(76vw,18rem);min-height:0;overflow:hidden;border-radius:12px;background:var(--linen);color:var(--ink);box-shadow:0 7px 16px #4430191a}.prototype-cover .browse-cover img{position:static;height:12.75rem}.prototype-cover .browse-cover:after{display:none}.prototype-cover .browse-cover-copy{display:block;min-height:0;padding:.9rem .9rem 1rem}.prototype-cover .browse-cover-copy small{display:block;margin-bottom:.45rem;color:#b56d36}.prototype-cover .browse-cover-copy strong{display:block;max-width:15ch;margin-bottom:.45rem;font-family:Georgia,Times New Roman,serif;font-size:1.32rem;font-weight:500;line-height:1.12}.prototype-cover .browse-cover-copy em{color:#8a6256}.vaakoo-shell.prototype-field-notes{--cream: #f2eadc;--linen: #fffdf8;--ink: #183127;--ink-muted: #6b665d;--sage: #718b70;--sage-pale: #e2e9da;--amber: #d89b2b;--amber-pale: #f7e7c5;--coral: #c86f5b;--coral-pale: #f4ded6;--line: rgba(24, 49, 39, .17);background:var(--cream)}.prototype-field-notes .mobile-screen{width:min(100%,31rem);padding:1.1rem 1.35rem 2.5rem;box-shadow:none}.prototype-field-notes .wordmark,.prototype-field-notes .home-header p{font-family:Georgia,Times New Roman,serif;font-weight:500}.prototype-field-notes .wordmark{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;font-size:2rem}.prototype-field-notes .wordmark:after{content:"speaking, slowly";color:var(--coral);font-family:Georgia,Times New Roman,serif;font-size:.78rem;font-style:italic}.prototype-field-notes .welcome-photo{height:16.5rem;margin-bottom:1.4rem;border-radius:0}.prototype-field-notes .onboarding-copy{margin-bottom:2.1rem;padding-bottom:1.35rem;border-bottom:1px solid var(--line)}.prototype-field-notes .home-screen{padding-top:1.35rem}.prototype-field-notes .home-header{margin-bottom:1.7rem;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.prototype-field-notes .home-screen h1{max-width:11ch;margin-bottom:.8rem;font-size:clamp(2.4rem,9vw,3.45rem)}.prototype-field-notes .home-note{max-width:30ch;margin-bottom:1.7rem;padding-left:.85rem;border-left:2px solid var(--coral);color:var(--ink-muted);font-family:Georgia,Times New Roman,serif;font-size:1.02rem;font-style:italic}.prototype-field-notes .conversation-cover{display:grid;min-height:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.prototype-field-notes .conversation-cover>img{position:static;width:100%;height:18.75rem;object-fit:cover}.prototype-field-notes .cover-wash{display:none}.prototype-field-notes .cover-content{display:block;min-height:0;padding:0;color:var(--ink)}.prototype-field-notes .cover-content .eyebrow{margin:1.05rem 0 .75rem;color:#b56d36}.prototype-field-notes .cover-paper{width:auto;margin:0;padding:0 0 1.25rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent;box-shadow:none;transform:none}.prototype-field-notes .cover-content h2{max-width:14ch;margin:.9rem 0 .7rem;font-size:clamp(2rem,8vw,2.85rem);line-height:1.01}.prototype-field-notes .cover-paper .handwritten{margin-bottom:0;color:#876154;font-family:Georgia,Times New Roman,serif;font-size:1rem;font-style:italic;transform:none}.prototype-field-notes .cover-content .primary-action{width:auto;min-width:10.5rem;margin-top:1.15rem}.prototype-field-notes .collections-screen>h1{max-width:12ch;font-size:2.85rem}.prototype-field-notes .featured-collection,.prototype-field-notes .personalized-collection{border-top-width:1px}.prototype-field-notes .collection-row{margin-bottom:2.35rem;padding-top:1.15rem;border-top:1px solid var(--line)}.prototype-field-notes .cover-rail{gap:1rem;padding-bottom:.8rem}.prototype-field-notes .browse-cover{display:grid;flex-basis:min(73vw,17rem);min-height:0;overflow:visible;border:0;border-radius:0;background:transparent;color:var(--ink);box-shadow:none}.prototype-field-notes .browse-cover img{position:static;height:12.5rem}.prototype-field-notes .browse-cover:after{display:none}.prototype-field-notes .browse-cover-copy{display:block;min-height:0;padding:.8rem 0 0}.prototype-field-notes .browse-cover-copy small{display:block;color:#b56d36}.prototype-field-notes .browse-cover-copy strong{display:block;max-width:14ch;margin-bottom:.35rem;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:500}.prototype-field-notes .browse-cover-copy em{color:#876154;font-family:Georgia,Times New Roman,serif;font-size:.92rem;font-style:italic;transform:none}.prototype-field-notes .details-screen{padding:0 0 2.5rem}.prototype-field-notes .detail-hero{height:23rem}.prototype-field-notes .detail-hero:after{background:#10251c1c}.prototype-field-notes .detail-copy{padding:1.7rem 1.35rem 0}.prototype-field-notes .detail-copy h1{max-width:11ch;font-size:clamp(2.5rem,10vw,3.55rem)}.prototype-field-notes .detail-prompt{max-width:22ch;font-size:1.42rem}.prototype-field-notes .detail-copy .handwritten{font-family:Georgia,Times New Roman,serif;font-style:italic}.prototype-field-notes .conversation-screen{padding-top:1.4rem}.prototype-field-notes .topic-cue{max-width:22ch;margin:0 auto}.prototype-field-notes .presence{height:10rem;margin:2.3rem auto 2rem;border-color:var(--line)}.prototype-field-notes .presence span{width:.36rem;background:var(--coral)}.prototype-field-notes .conversation-copy h1{font-size:2.2rem}.prototype-field-notes .report-screen{padding-top:2.2rem}.prototype-field-notes .report-screen h1{max-width:9ch;font-size:clamp(2.9rem,11vw,3.8rem)}.prototype-field-notes .report-photo{margin:1.8rem 0;padding:0;background:transparent;box-shadow:none;transform:none}.prototype-field-notes .report-photo img{height:13rem}.prototype-field-notes .report-photo figcaption{padding:.55rem 0 0;color:var(--ink-muted);font-size:.9rem}.prototype-field-notes .report-section{margin-bottom:0;padding:1.35rem 0}.prototype-field-notes .better-take-card{padding:1.4rem 0;border-top:2px solid var(--amber);border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none}.prototype-field-notes .better-take-card .handwritten{color:#876154;font-family:Georgia,Times New Roman,serif;font-style:italic;transform:none}.prototype-field-notes .replay-screen h1{font-size:3rem}.prototype-field-notes .replay-filters button{border-radius:0;background:transparent}.prototype-field-notes .replay-filters button.selected{border-color:var(--ink);background:var(--sage-pale)}@media(min-width:700px){.prototype-field-notes .mobile-screen{min-height:100vh;box-shadow:0 0 34px #43301c12}}.strong-moment,.next-time-cue{padding:1.35rem 0;border-top:1px solid var(--line)}.strong-moment h2,.better-take-focus h2,.next-time-cue h2{margin-bottom:.65rem;font-family:Georgia,Times New Roman,serif;font-size:1.48rem;font-weight:500}.strong-moment blockquote{margin:0 0 .75rem;padding-left:.9rem;border-left:3px solid var(--sage);font-family:Georgia,Times New Roman,serif;font-size:1.16rem;line-height:1.45}.strong-moment>p:last-child,.next-time-cue>p{margin-bottom:0;line-height:1.5}.better-take-focus{margin:.3rem 0 1.5rem;padding:1.3rem 1.15rem 1.35rem;border-top:2px solid var(--amber);border-bottom:1px solid rgba(117,83,26,.18);background:var(--amber-pale)}.better-take-card{margin:0 0 1.6rem;padding:1.35rem 1.15rem;border-top:2px solid var(--sage);background:var(--sage-pale);box-shadow:none}.better-take-card .eyebrow{margin-bottom:.5rem;color:#557451}.better-take-card h2{margin-bottom:.75rem}.better-take-card blockquote{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.24rem;line-height:1.43}.better-take-card .handwritten{margin:.85rem 0 0;color:#557451}.better-take-focus .eyebrow{margin-bottom:.55rem}.take-step,.take-why{padding:.8rem 0;border-top:1px solid rgba(117,83,26,.18)}.take-step strong,.take-why strong{display:block;margin-bottom:.25rem;color:#79541b;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.take-step p,.take-why p{margin:0;line-height:1.5}.take-step-said p{color:var(--ink-muted);font-family:Georgia,Times New Roman,serif;font-size:1.05rem}.take-step-try{border-top-color:#75531a47}.take-step-try p{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.35}.next-time-cue{margin-bottom:.25rem}.next-time-cue .report-support{margin-top:.55rem;color:var(--ink-muted)}.prototype-field-notes .better-take-focus{border-bottom-color:var(--line);background:transparent}.prototype-field-notes .better-take-card{border-bottom:1px solid var(--line);background:transparent}.prototype-field-notes .take-step,.prototype-field-notes .take-why{border-top-color:var(--line)}.replay-focus{margin:1.4rem 0 1.15rem;padding:1.25rem 1.1rem 1.2rem;border-top:2px solid var(--coral);border-bottom:1px solid rgba(117,83,26,.18);background:var(--coral-pale)}.replay-focus.focus-strong_moment{border-top-color:var(--sage);background:var(--sage-pale)}.replay-focus .eyebrow{margin-bottom:.5rem}.replay-focus h2{max-width:17ch;margin-bottom:.9rem;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:500;line-height:1.12}.replay-focus-quote{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.22rem;line-height:1.42}.replay-focus-try{margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(117,83,26,.2)}.replay-focus-try strong,.replay-focus-source{display:block;margin-bottom:.28rem;color:#79541b;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.replay-focus-try p,.replay-focus-explanation,.replay-focus-source{margin-top:0;margin-bottom:0;line-height:1.5}.replay-focus-try p{font-family:Georgia,Times New Roman,serif;font-size:1.16rem}.replay-focus-explanation{margin-top:.9rem;color:var(--ink-muted)}.replay-focus-source{margin-top:.9rem;margin-bottom:0}.local-replay-audio-item.is-focused{padding-left:.55rem;border-left:2px solid var(--coral)}.replay-filters{overflow-x:auto;padding-bottom:.2rem}.replay-filters button{flex:0 0 auto}.replay-transcript li.is-focused{margin-left:-.8rem;padding-left:.8rem;border-left:2px solid var(--coral)}.replay-transcript li.learner.is-focused{border-left-color:var(--sage)}.annotation button[aria-pressed=true]{text-decoration:underline;text-underline-offset:.2em}.prototype-field-notes .replay-focus{border-bottom-color:var(--line);background:transparent}.prototype-field-notes .replay-focus-try{border-top-color:var(--line)}.no-matching-covers,.no-local-replay{margin:1.25rem 0 1.8rem;padding:1.3rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.no-matching-covers h2,.no-local-replay h2{max-width:17ch;margin-bottom:.55rem;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:500}.no-matching-covers>p:not(.eyebrow),.no-local-replay>p:not(.eyebrow){max-width:31ch;margin-bottom:1rem;color:var(--ink-muted);line-height:1.5}.no-matching-covers .secondary-action{margin-top:.1rem}.permission-help{margin:-.45rem 0 1.35rem;color:var(--ink-muted);font-size:.92rem;line-height:1.45}.discard-turn-action{align-self:center;margin-top:.55rem;color:var(--ink-muted)}.conversation-screen .presence-interrupted span{background:var(--sage)}.conversation-screen .presence-interrupted span:nth-child(2){height:1.8rem}.prototype-field-notes .no-matching-covers,.prototype-field-notes .no-local-replay{border-top-width:2px}.skip-link{position:fixed;z-index:20;top:.75rem;left:50%;min-height:44px;padding:.72rem 1rem;border-radius:999px;background:var(--ink);color:var(--linen);font-weight:700;text-decoration:none;transform:translate(-50%,-180%)}.skip-link:focus-visible{transform:translate(-50%);outline:3px solid var(--amber);outline-offset:3px}#vaakoo-content:focus{outline:none}.vaakoo-shell button:focus-visible,.vaakoo-shell input:focus-visible,.vaakoo-shell select:focus-visible,.vaakoo-shell textarea:focus-visible,.vaakoo-shell audio:focus-visible,.vaakoo-shell .browse-cover:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.vaakoo-shell h1,.vaakoo-shell h2,.detail-prompt,.browse-cover-copy strong,.replay-focus-quote{overflow-wrap:break-word}.detail-meta{flex-wrap:wrap}.sticky-footer{padding-bottom:max(.5rem,env(safe-area-inset-bottom))}@media(max-width:25rem){.mobile-screen{min-height:100svh;padding:.9rem .9rem 1.6rem}.home-header,.conversation-topbar,.detail-meta{gap:.55rem}.local-replay{flex-direction:column;gap:.8rem}.local-replay-audio{flex:1 1 auto;width:100%}.local-replay audio{width:100%}.interest-options{flex-wrap:wrap}.replay-filters{margin-right:-.2rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}.vaakoo-shell.prototype-cover .home-screen h1,.vaakoo-shell.prototype-field-notes .home-screen h1{max-width:12ch;font-family:Fraunces,Newsreader,Georgia,serif;font-size:clamp(2rem,7vw,2.4rem);line-height:1.05}.vaakoo-shell.prototype-cover .home-note,.vaakoo-shell.prototype-field-notes .home-note{max-width:29ch;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.96rem;font-style:normal;line-height:1.48}.vaakoo-shell.prototype-cover .conversation-cover,.vaakoo-shell.prototype-field-notes .conversation-cover{overflow:hidden;border:1px solid rgba(31,37,34,.12);border-radius:8px;background:#fffdf8;box-shadow:0 14px 28px #3e2b1926}.vaakoo-shell.prototype-cover .conversation-cover>img,.vaakoo-shell.prototype-field-notes .conversation-cover>img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover}.vaakoo-shell.prototype-cover .cover-content,.vaakoo-shell.prototype-field-notes .cover-content{position:relative;display:block;min-height:0;padding:1rem;color:var(--ink)}.vaakoo-shell.prototype-cover .cover-content .eyebrow,.vaakoo-shell.prototype-field-notes .cover-content .eyebrow{max-width:calc(100% - 3.8rem);margin:0 0 .65rem;color:var(--coral)}.vaakoo-shell.prototype-cover .cover-paper,.vaakoo-shell.prototype-field-notes .cover-paper{width:auto;margin:0;padding:.85rem 0 0;border-top:1px solid var(--line);border-bottom:0;background:transparent;box-shadow:none;transform:none}.vaakoo-shell.prototype-cover .cover-content h2,.vaakoo-shell.prototype-field-notes .cover-content h2{max-width:19ch;margin:0 0 .48rem;font-family:Fraunces,Newsreader,Georgia,serif;font-size:clamp(1.5rem,5.6vw,1.82rem);font-weight:500;line-height:1.13}.vaakoo-shell.prototype-cover .cover-paper .handwritten,.vaakoo-shell.prototype-field-notes .cover-paper .handwritten{margin:0;color:var(--sage);font-family:Caveat,Bradley Hand,cursive;font-size:1.1rem;font-style:normal;line-height:1.25}.vaakoo-shell.prototype-cover .cover-companion,.vaakoo-shell.prototype-field-notes .cover-companion{position:absolute;top:.72rem;right:.78rem;z-index:2;display:block;width:2.7rem;height:2.7rem;margin:0;object-fit:contain;mix-blend-mode:multiply}.vaakoo-shell.prototype-cover .cover-content .primary-action,.vaakoo-shell.prototype-field-notes .cover-content .primary-action{width:100%;min-width:0;margin-top:.9rem}@media(max-width:25rem){.vaakoo-shell.prototype-cover .conversation-cover>img,.vaakoo-shell.prototype-field-notes .conversation-cover>img{aspect-ratio:1.18 / 1}}.vaakoo-shell.prototype-cover .cover-rail,.vaakoo-shell.prototype-field-notes .cover-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;overflow:visible}.vaakoo-shell.prototype-cover .browse-cover,.vaakoo-shell.prototype-field-notes .browse-cover{display:grid;min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(31,37,34,.1);border-radius:8px;background:#fffdf8;color:var(--ink);box-shadow:0 8px 16px #3e2b191a}.vaakoo-shell.prototype-cover .browse-cover img,.vaakoo-shell.prototype-field-notes .browse-cover img{position:static;width:100%;height:auto;aspect-ratio:1 / .88;object-fit:cover}.vaakoo-shell.prototype-cover .browse-cover:after,.vaakoo-shell.prototype-field-notes .browse-cover:after{display:none}.vaakoo-shell.prototype-cover .browse-cover-copy,.vaakoo-shell.prototype-field-notes .browse-cover-copy{position:static;display:block;width:auto;min-height:0;padding:.8rem;background:#fffdf8}.vaakoo-shell.prototype-cover .browse-cover-copy small,.vaakoo-shell.prototype-field-notes .browse-cover-copy small{display:block;margin:0 0 .42rem;color:var(--coral);font-size:.62rem}.vaakoo-shell.prototype-cover .browse-cover-copy strong,.vaakoo-shell.prototype-field-notes .browse-cover-copy strong{display:block;max-width:none;margin:0;color:var(--ink);font-family:Fraunces,Newsreader,Georgia,serif;font-size:clamp(1.06rem,4.6vw,1.25rem);font-weight:500;line-height:1.13}.vaakoo-shell.prototype-cover .browse-cover-copy em,.vaakoo-shell.prototype-field-notes .browse-cover-copy em{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vaakoo-shell.prototype-cover .home-screen .conversation-cover,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover{touch-action:pan-y;cursor:grab;transform:translate(var(--cover-drag-x, 0));transition:transform .22s ease,box-shadow .22s ease;-webkit-user-select:none;user-select:none}.vaakoo-shell.prototype-cover .home-screen .conversation-cover.is-dragging,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover.is-dragging{cursor:grabbing;transition:none}.cover-swipe-choice{position:absolute;z-index:3;top:1rem;padding:.42rem .58rem;border:1px solid currentColor;border-radius:999px;background:#fffdf8eb;font-size:.7rem;font-weight:800;letter-spacing:.08em;opacity:0;text-transform:uppercase;transform:scale(.9);transition:opacity .14s ease,transform .14s ease}.cover-swipe-choice.visible{opacity:1;transform:scale(1)}.cover-swipe-talk{right:1rem;color:var(--sage)}.cover-swipe-skip{left:1rem;color:var(--coral)}.cover-skip-action{display:block;margin:.65rem auto 0;color:var(--sage)}.vaakoo-shell .transcript-review-screen{padding-bottom:2.6rem}.vaakoo-shell .transcript-review-screen h1{max-width:13ch;margin-bottom:.5rem}.transcript-review-intro{max-width:31ch;margin-bottom:1.15rem;color:var(--ink-muted);line-height:1.48}.transcript-memory{margin-bottom:1.25rem}.transcript-filters{display:flex;gap:.45rem;margin:0 0 1.2rem;padding-bottom:.72rem;overflow-x:auto;border-bottom:1px solid var(--line);scrollbar-width:none}.transcript-filters::-webkit-scrollbar{display:none}.transcript-filters button{min-height:36px;padding:.48rem .7rem;flex:0 0 auto;border:1px solid rgba(31,37,34,.16);border-radius:999px;background:transparent;color:var(--ink-muted);font-size:.78rem;font-weight:700}.transcript-filters button.selected{border-color:var(--sage);background:var(--sage);color:#fffdf8}.full-transcript{margin:0;padding:0;list-style:none}.transcript-turn{position:relative;margin:0;padding:1.05rem 0 1.2rem 1rem;border-top:1px solid var(--line)}.transcript-turn:first-child{border-top:0}.transcript-turn.learner{border-left:3px solid var(--sage)}.transcript-turn.coach{border-left:3px solid var(--amber)}.transcript-turn.is-focused{background:#fffaf2}.transcript-speaker{margin-bottom:.4rem;color:var(--coral);font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.transcript-turn.coach .transcript-speaker{color:var(--sage)}.transcript-turn>p:not(.transcript-speaker){max-width:35ch;margin-bottom:0;color:var(--ink);font-family:Fraunces,Newsreader,Georgia,serif;font-size:1.14rem;line-height:1.38}.transcript-turn audio{display:block;width:min(100%,17rem);height:2.1rem;margin-top:.82rem}.transcript-note{margin-top:.72rem}.transcript-note>button{min-height:34px;padding:.38rem 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--sage);font:inherit;font-size:.78rem;font-weight:800}.transcript-note-grammar>button{color:var(--coral)}.transcript-note-copy{margin-top:.45rem;padding:.8rem;border-left:2px solid var(--sage);background:#edf3e9}.transcript-note-grammar .transcript-note-copy{border-left-color:var(--coral);background:#fff2eb}.transcript-note-copy strong{color:var(--sage);font-size:.67rem;letter-spacing:.08em;text-transform:uppercase}.transcript-note-grammar .transcript-note-copy strong{color:var(--coral)}.transcript-note-copy p{margin:.26rem 0 0;line-height:1.45}.transcript-correction>div+div{margin-top:.7rem;padding-top:.68rem;border-top:1px solid rgba(31,37,34,.12)}.transcript-correction>div:nth-child(2) strong{color:var(--sage)}.transcript-correction>div:nth-child(3) strong{color:var(--ink-muted)}.transcript-no-audio{margin-top:1.1rem}@media(prefers-reduced-motion:reduce){.vaakoo-shell.prototype-cover .home-screen .conversation-cover,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover,.cover-swipe-choice{transition:none}}.vaakoo-shell.prototype-cover .home-screen .conversation-cover.has-swipe-nudge,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover.has-swipe-nudge{animation:cover-discovery-nudge .82s ease-in-out .28s both}.vaakoo-shell.prototype-cover .home-screen .conversation-cover.is-leaving-skip,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover.is-leaving-skip{pointer-events:none;animation:cover-skip-away .19s ease-in both}.vaakoo-shell.prototype-cover .home-screen .conversation-cover.is-arriving-spark,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover.is-arriving-spark{animation:cover-spark-arrival .3s ease-out both}@keyframes cover-discovery-nudge{0%,48%,to{transform:translate(0)}24%{transform:translate(-7px)}74%{transform:translate(11px)}}@keyframes cover-skip-away{to{opacity:0;transform:translate(-106%) rotate(-2deg)}}@keyframes cover-spark-arrival{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.conversation-ending-note{max-width:28ch;margin:.8rem auto 0;color:var(--sage);font-family:Caveat,Bradley Hand,cursive;font-size:1.18rem;line-height:1.28}.transcript-source-cue{display:inline-block;margin:0 0 .9rem;padding:.3rem .55rem;border-radius:999px;background:var(--amber-pale);color:var(--ink);font-size:.74rem;font-weight:800}.turn-check{width:min(100%,24rem);margin:1.05rem auto 0;padding:.95rem 1rem;border:1px solid rgba(53,95,74,.22);border-radius:8px;background:#edf3e9;text-align:left}.turn-check .eyebrow{margin-bottom:.45rem;color:var(--sage)}.turn-check>p:not(.eyebrow){margin-bottom:0;font-family:Fraunces,Newsreader,Georgia,serif;font-size:1.18rem;line-height:1.35}.turn-check audio{display:block;width:100%;height:2rem;margin-top:.72rem}.turn-check-redo-action{margin-top:.75rem;color:var(--coral)}.moment-navigation{display:grid;min-height:46px;margin:0 0 1rem;padding:.32rem 0;grid-template-columns:1fr auto 1fr;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.moment-navigation .text-action{min-height:36px;font-size:.8rem}.moment-navigation .text-action:last-child{justify-self:end}.moment-navigation p{margin:0;color:var(--ink-muted);font-size:.73rem;font-weight:700;text-align:center}.live-caption{width:min(100%,24rem);margin:1rem auto 0;padding:.9rem 1rem;border-radius:8px;text-align:left}.live-caption .eyebrow{margin-bottom:.38rem}.live-caption>p:not(.eyebrow){margin:0;font-size:.98rem;line-height:1.48}.live-caption-learner{border:1px solid rgba(53,95,74,.24);background:#edf3e9}.live-caption-learner>span{display:inline-block;width:.42rem;height:1rem;margin-left:.2rem;vertical-align:-.16rem;background:var(--coral);animation:caption-cursor .8s steps(1) infinite}.live-caption-final{border-left:3px solid var(--sage);background:#fffdf8}.live-caption-coach{border-left:3px solid var(--coral);background:#fff2eb}.live-caption-coach .eyebrow{color:var(--coral)}@keyframes caption-cursor{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.vaakoo-shell.prototype-cover .home-screen .conversation-cover.has-swipe-nudge,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover.has-swipe-nudge,.vaakoo-shell.prototype-cover .home-screen .conversation-cover.is-leaving-skip,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover.is-leaving-skip,.vaakoo-shell.prototype-cover .home-screen .conversation-cover.is-arriving-spark,.vaakoo-shell.prototype-field-notes .home-screen .conversation-cover.is-arriving-spark{animation:none}.live-caption-learner>span{animation:none}}.vaakoo-shell.prototype-cover .home-header,.vaakoo-shell.prototype-field-notes .home-header{margin-bottom:.72rem;padding-bottom:.7rem;border-bottom:1px solid var(--line)}.vaakoo-shell.prototype-cover .home-screen h1,.vaakoo-shell.prototype-field-notes .home-screen h1{max-width:13ch;margin-bottom:.45rem;font-size:clamp(2.05rem,7.2vw,2.55rem)}.vaakoo-shell.prototype-cover .home-note,.vaakoo-shell.prototype-field-notes .home-note{margin-bottom:1.2rem}.vaakoo-shell.prototype-cover .conversation-cover>img,.vaakoo-shell.prototype-field-notes .conversation-cover>img{aspect-ratio:1 / .88;object-position:center}.vaakoo-shell.prototype-cover .cover-content,.vaakoo-shell.prototype-field-notes .cover-content{padding:1.05rem 1.1rem 1.15rem}.vaakoo-shell.prototype-cover .cover-content .eyebrow,.vaakoo-shell.prototype-field-notes .cover-content .eyebrow{margin-bottom:.72rem;color:var(--coral)}.vaakoo-shell.prototype-cover .cover-paper,.vaakoo-shell.prototype-field-notes .cover-paper{padding-top:.95rem;border-top-color:#1f252233}.vaakoo-shell.prototype-cover .cover-content h2,.vaakoo-shell.prototype-field-notes .cover-content h2{max-width:18ch;font-size:clamp(1.7rem,6vw,2.05rem);line-height:1.1}.vaakoo-shell.prototype-cover .cover-content .primary-action,.vaakoo-shell.prototype-field-notes .cover-content .primary-action{min-height:50px;background:var(--coral);box-shadow:0 4px #a84d34}.vaakoo-shell.prototype-cover .cover-content .primary-action:hover:not(:disabled),.vaakoo-shell.prototype-field-notes .cover-content .primary-action:hover:not(:disabled){background:#bd5a41}.vaakoo-shell.prototype-cover .details-screen,.vaakoo-shell.prototype-field-notes .details-screen{background:var(--cream)}.vaakoo-shell.prototype-cover .detail-hero,.vaakoo-shell.prototype-field-notes .detail-hero{height:clamp(20rem,66svh,25rem)}.vaakoo-shell.prototype-cover .detail-hero:after,.vaakoo-shell.prototype-field-notes .detail-hero:after{background:linear-gradient(180deg,#11171214,#1117126b)}.vaakoo-shell.prototype-cover .detail-collection,.vaakoo-shell.prototype-field-notes .detail-collection{padding:.35rem .55rem;border:1px solid rgba(255,253,248,.58);background:#161a156b;color:#fffdf8;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.vaakoo-shell.prototype-cover .detail-copy,.vaakoo-shell.prototype-field-notes .detail-copy{position:relative;margin:-1.25rem 0 0;padding:1.35rem 1.2rem 0;border-top:1px solid rgba(31,37,34,.12);border-radius:8px 8px 0 0;background:var(--cream)}.vaakoo-shell.prototype-cover .detail-copy .eyebrow,.vaakoo-shell.prototype-field-notes .detail-copy .eyebrow{margin-bottom:.55rem;color:var(--coral)}.vaakoo-shell.prototype-cover .detail-copy h1,.vaakoo-shell.prototype-field-notes .detail-copy h1{max-width:12ch;font-size:clamp(2.2rem,8vw,3rem);line-height:1.02}.vaakoo-shell.prototype-cover .detail-prompt,.vaakoo-shell.prototype-field-notes .detail-prompt{max-width:24ch;padding-top:1rem;border-top:1px solid var(--line);font-size:1.28rem;line-height:1.35}.vaakoo-shell .transcript-review-screen{padding-top:1.35rem}.vaakoo-shell .transcript-review-screen h1{margin-bottom:.9rem;font-size:clamp(2.3rem,8vw,3.1rem)}.vaakoo-shell .transcript-replay-hero{position:relative;height:12rem;margin:0 0 1rem;overflow:hidden;border:1px solid rgba(31,37,34,.12);border-radius:8px;background:var(--ink)}.vaakoo-shell .transcript-replay-hero img{display:block;width:100%;height:100%;object-fit:cover}.vaakoo-shell .transcript-replay-hero:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#10161005,#101610bd)}.vaakoo-shell .transcript-replay-hero figcaption{position:absolute;z-index:1;right:1rem;bottom:.8rem;left:1rem;color:#fffdf8}.vaakoo-shell .transcript-replay-hero figcaption span{display:block;margin-bottom:.24rem;font-size:.7rem;font-weight:800;text-transform:uppercase}.vaakoo-shell .transcript-replay-hero figcaption strong{display:block;max-width:18ch;font-family:Fraunces,Newsreader,Georgia,serif;font-size:1.55rem;font-weight:500;line-height:1.08}.vaakoo-shell .transcript-review-intro{max-width:33ch;margin-bottom:1rem}.transcript-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-bottom:1rem;padding:0;overflow:visible}.transcript-filters button{min-height:44px;padding:.45rem .7rem;border:0;border-bottom:2px solid transparent;border-radius:0;color:var(--ink-muted);font-size:.88rem}.transcript-filters button.selected{border-color:var(--coral);background:transparent;color:var(--ink)}.full-transcript-panel{border-top:1px solid var(--line)}.transcript-turn{padding:1.1rem 0 1.25rem 1.05rem;border-left-width:2px}.transcript-turn.learner{border-left-color:var(--coral)}.transcript-turn.coach{border-left-color:var(--sage)}.transcript-turn>p:not(.transcript-speaker){max-width:34ch;font-size:1.1rem;line-height:1.45}.transcript-speaker{display:inline-flex;min-height:22px;align-items:center;padding:.15rem .4rem;border-radius:999px;background:var(--coral-pale);color:var(--coral)}.transcript-turn.coach .transcript-speaker{background:var(--sage-pale);color:var(--sage)}.transcript-note-copy{border-radius:0 6px 6px 0}@media(max-width:25rem){.vaakoo-shell .transcript-replay-hero{height:10.5rem}.vaakoo-shell.prototype-cover .conversation-cover>img,.vaakoo-shell.prototype-field-notes .conversation-cover>img{aspect-ratio:1 / .98}}.vaakoo-shell{--font-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: Fraunces, Newsreader, Georgia, serif;--font-note: Caveat, "Bradley Hand", cursive;--type-display: 2.38rem;--type-title: 1.88rem;--type-question: 1.6rem;--type-section: 1.3rem;--type-body: 1rem;--type-label: .78rem;font-family:var(--font-ui)}.vaakoo-shell,.vaakoo-shell button,.vaakoo-shell input,.vaakoo-shell select,.vaakoo-shell textarea,.vaakoo-shell p,.vaakoo-shell li{font-family:var(--font-ui)}.vaakoo-shell h1,.vaakoo-shell h2,.vaakoo-shell h3,.vaakoo-shell blockquote,.vaakoo-shell .cover-content h2,.vaakoo-shell .detail-prompt,.vaakoo-shell .browse-cover-copy strong,.vaakoo-shell .transcript-turn>p:not(.transcript-speaker){font-family:var(--font-display);font-style:normal;font-weight:500}.vaakoo-shell h1,.vaakoo-shell .report-screen h1,.vaakoo-shell .replay-screen h1,.vaakoo-shell .detail-copy h1{font-size:var(--type-display);line-height:1.05}.vaakoo-shell h2{font-size:var(--type-section);line-height:1.25}.vaakoo-shell .cover-content h2,.vaakoo-shell .detail-prompt{font-size:var(--type-question);line-height:1.24}.vaakoo-shell .browse-cover-copy strong{font-size:1.24rem;line-height:1.18}.vaakoo-shell .screen-intro,.vaakoo-shell .home-note,.vaakoo-shell .transcript-review-intro{font-size:var(--type-body);font-style:normal;line-height:1.5}.vaakoo-shell .eyebrow,.vaakoo-shell .conversation-state-label,.vaakoo-shell .detail-collection,.vaakoo-shell .browse-cover-copy small,.vaakoo-shell .interest-card>small,.vaakoo-shell .take-step strong,.vaakoo-shell .take-why strong,.vaakoo-shell .transcript-speaker,.vaakoo-shell .transcript-note-copy strong,.vaakoo-shell .transcript-replay-hero figcaption span,.vaakoo-shell .cover-swipe-choice{font-family:var(--font-ui);font-size:var(--type-label);font-style:normal;font-weight:700;letter-spacing:0;text-transform:none}.vaakoo-shell .eyebrow,.vaakoo-shell .conversation-state-label,.vaakoo-shell .cover-content .eyebrow,.vaakoo-shell .detail-copy .eyebrow{color:var(--sage)}.vaakoo-shell .take-step strong,.vaakoo-shell .take-why strong{color:var(--ink-muted)}.vaakoo-shell .take-step-try strong{color:var(--sage)}.vaakoo-shell .transcript-note-grammar .transcript-note-copy strong{color:var(--coral)}.vaakoo-shell .handwritten,.vaakoo-shell .permission-note,.vaakoo-shell .conversation-ending-note,.vaakoo-shell.prototype-cover .detail-copy .handwritten,.vaakoo-shell.prototype-field-notes .detail-copy .handwritten,.vaakoo-shell.prototype-field-notes .better-take-card .handwritten{font-family:var(--font-note);font-size:1.12rem;font-style:normal;font-weight:600;letter-spacing:0;line-height:1.28}.vaakoo-shell .replay-memory figcaption,.vaakoo-shell .transcript-replay-hero figcaption{font-family:var(--font-ui);letter-spacing:0}.vaakoo-shell .wordmark{font-family:var(--font-note);letter-spacing:0}.vaakoo-shell .primary-action{background:var(--coral);color:#fffdf8;box-shadow:0 4px #a95236}.vaakoo-shell .primary-action:active:not(:disabled){box-shadow:0 2px #a95236}.vaakoo-shell .secondary-action{color:var(--sage);background:transparent;border-color:#355f4a4d}.vaakoo-shell .text-action{color:var(--sage)}.vaakoo-shell .text-action:after{display:none}.vaakoo-shell .home-screen h1:after,.vaakoo-shell .report-screen h1:after{width:2.4rem;margin-top:.45rem;background:var(--coral);transform:none}.vaakoo-shell .cover-paper .handwritten,.vaakoo-shell .detail-copy .handwritten,.vaakoo-shell .better-take-card .handwritten{color:var(--sage)}.vaakoo-shell .live-caption-coach .eyebrow,.vaakoo-shell .transcript-note-grammar>button{color:var(--coral)}@media(max-width:25rem){.vaakoo-shell{--type-display: 2.12rem;--type-title: 1.72rem;--type-question: 1.46rem}}.vaakoo-shell.prototype-cover .detail-collection,.vaakoo-shell.prototype-field-notes .detail-collection{font-family:var(--font-ui);font-size:var(--type-label);font-style:normal;font-weight:700;letter-spacing:0;text-transform:none}.vaakoo-shell .conversation-topbar{z-index:5;top:max(.75rem,env(safe-area-inset-top))}.vaakoo-shell .conversation-end-button{display:inline-flex;min-height:44px;align-items:center;gap:.5rem;padding:.55rem .8rem;border:1px solid rgba(169,82,54,.34);border-radius:999px;background:#fffaf2f0;box-shadow:0 4px 14px #29251f17;color:#8f412d;cursor:pointer;font-family:var(--font-ui);font-size:.86rem;font-weight:700;letter-spacing:0}.vaakoo-shell .conversation-end-icon{width:.7rem;height:.7rem;border-radius:2px;background:var(--coral)}.vaakoo-shell .conversation-end-button:hover{border-color:#a9523685;background:#fffaf2}.vaakoo-shell .conversation-end-button:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.vaakoo-shell .conversation-end-button:active{transform:translateY(1px)}.vaakoo-shell .replay-memory{display:grid;overflow:hidden;padding:.35rem;border-radius:8px;background:#fffdf8;transform:none}.vaakoo-shell .replay-memory img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover}.vaakoo-shell .replay-memory figcaption{position:static;margin:.7rem .55rem .5rem;color:var(--ink);font-family:var(--font-display);font-size:1.16rem;font-style:normal;font-weight:500;line-height:1.2;overflow-wrap:anywhere}
