:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#f5f4ef;--paper:#fbfaf7;--ink:#17251f;--muted:#68736e;--subtle:#a7aeaa;--line:#d8d9d3;--green:#1d382f;--sage:#91a69e;--future:#cfd3cf;--white:#fff;font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%}body{background:var(--canvas);color:var(--ink);margin:0}button,textarea{color:inherit;font:inherit}button{cursor:pointer}.app-shell{min-height:var(--visual-viewport-height,100dvh);background:var(--canvas)}.app-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f4efe0;border-bottom:1px solid #17251f1a;grid-template-columns:1fr auto 1fr;align-items:center;height:60px;padding:0 clamp(20px,4vw,64px);display:grid;position:relative}.brand{color:var(--ink);letter-spacing:-.035em;justify-self:start;align-items:center;gap:10px;font-size:17px;font-weight:760;text-decoration:none;display:inline-flex}.brand-mark{background:var(--green);width:34px;height:34px;color:var(--paper);border-radius:50%;place-items:center;display:grid}.brand-mark svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.header-caption{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:680}.file-menu{justify-self:end;position:relative}.file-menu__trigger{background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.file-menu__trigger:hover,.file-menu__trigger.is-open{background:#ffffff8c;border-color:#17251f1a}.file-menu__trigger svg{fill:none;stroke:currentColor;stroke-width:1.5px;width:16px;height:16px;transition:transform .18s}.file-menu__trigger.is-open svg{transform:rotate(180deg)}.file-menu__popover{background:#fbfaf7fa;border:1px solid #17251f1f;border-radius:15px;width:245px;padding:7px;animation:.16s ease-out menu-in;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 50px #17251f21}.file-menu__popover button{text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:36px 1fr;align-items:center;width:100%;padding:9px;display:grid}.file-menu__popover button:hover{background:#eeede8}.file-menu__popover svg{fill:none;width:20px;height:20px;stroke:var(--green);stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.file-menu__popover .icon-flip{transform-origin:12px 13.5px;transform:rotate(180deg)}.file-menu__popover span{gap:1px;display:grid}.file-menu__popover strong{font-size:13px}.file-menu__popover small{color:var(--muted);font-size:11px}@keyframes menu-in{0%{opacity:0;transform:translateY(-5px)}}.journey{min-height:calc(var(--visual-viewport-height,100dvh) - 60px);grid-template-rows:auto minmax(150px,1fr) auto auto;display:grid}.timeline-section{background:var(--paper);border-bottom:1px solid #17251f17;min-width:0;padding-top:15px;overflow:hidden}.section-heading{max-width:1440px;color:var(--ink);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:0 auto;padding:0 clamp(20px,4vw,64px);font-size:11px;font-weight:720;display:flex}.timeline-viewport{cursor:grab;scrollbar-width:none;touch-action:pan-y;overscroll-behavior-x:contain;outline:none;width:100%;height:142px;overflow:auto hidden}.timeline-viewport::-webkit-scrollbar{display:none}.timeline-viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-behavior:auto}.timeline-viewport:focus-visible{box-shadow:inset 0 0 0 2px #1d382f33}.timeline-track{width:max-content;min-width:100%;height:136px;padding-inline:max(28px,50vw - 28px);display:flex;position:relative}.timeline-line{background:linear-gradient(90deg, transparent 0, var(--line) 5%, var(--line) 95%, transparent 100%);height:1px;position:absolute;top:112px;left:0;right:0}.timeline-event{width:176px;height:136px;color:var(--muted);-webkit-tap-highlight-color:transparent;background:0 0;border:0;outline:none;flex:0 0 176px;padding:0;display:block;position:relative}.timeline-event__popover{z-index:2;background:var(--white);width:154px;min-height:34px;color:var(--ink);text-align:center;opacity:0;pointer-events:none;border:1px solid #1d382f21;border-radius:10px;justify-content:center;align-items:baseline;gap:5px;padding:8px 10px;font-size:10px;font-weight:620;line-height:1.25;transition:opacity .16s,transform .16s;display:flex;position:absolute;top:5px;left:50%;transform:translate(-50%,5px);box-shadow:0 8px 24px #1d382f17}.timeline-event__popover b{font-size:10px;font-weight:760}.timeline-event__popover:after{background:var(--white);content:"";border-bottom:1px solid #1d382f21;border-right:1px solid #1d382f21;width:8px;height:8px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.timeline-event__title{width:150px;color:var(--muted);text-align:center;text-wrap:balance;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;font-weight:640;line-height:1.3;transition:color .18s;display:-webkit-box;position:absolute;top:54px;left:50%;overflow:hidden;transform:translate(-50%)}.timeline-event__stem{background:var(--line);width:1px;height:13px;position:absolute;top:95px;left:50%;transform:translate(-50%)}.timeline-event__dot{border:1px solid var(--paper);background:var(--paper);width:17px;height:17px;box-shadow:0 0 0 1px var(--future);border-radius:50%;place-items:center;transition:transform .2s,box-shadow .2s,background .2s;display:grid;position:absolute;top:104px;left:50%;transform:translate(-50%)}.timeline-event__dot i{background:var(--future);border-radius:50%;width:5px;height:5px;transition:background .2s,transform .2s}.timeline-event--past .timeline-event__dot{box-shadow:0 0 0 1px var(--sage)}.timeline-event--past .timeline-event__dot i{background:var(--sage)}.timeline-event--now .timeline-event__dot{box-shadow:0 0 0 2px var(--green), 0 0 0 6px #1d382f14}.timeline-event--now .timeline-event__dot i{background:var(--green)}.timeline-event:hover .timeline-event__popover,.timeline-event:focus-visible .timeline-event__popover{opacity:1;transform:translate(-50%)}.timeline-event:hover .timeline-event__title,.timeline-event.is-selected .timeline-event__title{color:var(--ink)}.timeline-event:hover .timeline-event__dot{transform:translate(-50%)scale(1.15)}.timeline-event.is-selected .timeline-event__dot{background:var(--green);box-shadow:0 0 0 2px var(--green), 0 0 0 7px #1d382f1a;transform:translate(-50%)scale(1.05)}.timeline-event.is-selected .timeline-event__dot i{background:var(--white);transform:scale(.7)}.timeline-event:focus-visible .timeline-event__dot{outline:2px solid var(--green);outline-offset:5px}.timeline-now{width:56px;height:136px;color:var(--green);flex:0 0 56px;position:relative}.timeline-now span{letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:760;position:absolute;top:83px;left:50%;transform:translate(-50%)}.timeline-now i{z-index:1;background:var(--green);width:2px;height:21px;box-shadow:0 0 0 4px var(--paper);border-radius:2px;position:absolute;top:102px;left:50%;transform:translate(-50%)}.question-section{text-align:center;align-content:center;justify-items:center;gap:clamp(12px,2.5vh,22px);width:min(980px,100%);margin:0 auto;padding:clamp(24px,5vh,58px) clamp(24px,7vw,92px);display:grid}.question-meta{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;font-size:10px;font-weight:700;display:flex}.question-meta time{white-space:nowrap}.question-section h1{letter-spacing:-.045em;text-wrap:balance;max-width:850px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3.7vw,54px);font-weight:400;line-height:1.08}.answer-section{padding:0 clamp(20px,5vw,72px) clamp(25px,5vh,44px)}.answer-wrap{background:#fbfaf7d1;border:1px solid #1d382f29;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;max-width:880px;margin:0 auto;padding:9px 9px 9px 22px;transition:border-color .18s,box-shadow .18s;display:grid;box-shadow:0 12px 38px #1d382f0e}.answer-wrap:focus-within{border-color:#1d382f6b;box-shadow:0 12px 38px #1d382f14,0 0 0 3px #1d382f0d}.answer-wrap textarea{resize:vertical;background:0 0;border:0;outline:0;width:100%;min-height:44px;max-height:150px;padding:12px 0 8px;font-size:15px;line-height:1.5;overflow-y:auto}.answer-wrap textarea::placeholder{color:#929a96}.send-button{background:var(--green);height:44px;color:var(--white);border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:12px;font-weight:720;transition:transform .15s,background .15s;display:inline-flex}.send-button:hover{background:#294a3f;transform:translateY(-1px)}.send-button:active{transform:translateY(0)}.send-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.answer-section p{color:var(--subtle);text-align:center;margin:9px auto 0;font-size:10px}.description-section{border-top:1px solid #1d382f1c;width:min(880px,100% - 40px);margin:4px auto 0;padding:24px 0 clamp(32px,5vh,56px)}.description-section>span{color:var(--subtle);letter-spacing:.13em;text-transform:uppercase;margin-bottom:9px;font-size:9px;font-weight:740;display:block}.description-section h2{letter-spacing:-.02em;margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:400}.description-section p{max-width:700px;color:var(--muted);white-space:pre-line;margin:0;font-size:13px;line-height:1.65}.empty-state{text-align:center;grid-row:2/5;place-content:center;justify-items:center;padding:40px 24px;display:grid}.empty-state h1{margin:22px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:35px;font-weight:400}.empty-state p{max-width:400px;color:var(--muted);margin:0}.notice{z-index:50;background:var(--green);max-width:min(390px,100vw - 40px);color:var(--white);border:1px solid #1d382f29;border-radius:12px;padding:12px 16px;font-size:12px;font-weight:650;animation:.2s ease-out notice-in;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 38px #1d382f38}.notice--error{background:#7a3028;border-color:#8c392f}@keyframes notice-in{0%{opacity:0;transform:translateY(8px)}}.visually-hidden{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (width<=700px){.app-header{grid-template-columns:1fr auto;height:52px;padding-inline:14px}.brand{gap:8px;font-size:15px}.brand-mark{width:30px;height:30px}.brand-mark svg{width:18px;height:18px}.file-menu__trigger{min-height:34px;padding-inline:9px}.header-caption{display:none}.journey{min-height:calc(var(--visual-viewport-height,100dvh) - 52px);grid-template-rows:auto minmax(130px,1fr) auto auto}.timeline-section{padding-top:12px}.section-heading{padding-inline:16px;font-size:10px}.timeline-viewport{height:126px}.timeline-track{height:122px;padding-inline:max(20px,50vw - 22px)}.timeline-event{flex-basis:128px;width:128px;height:122px}.timeline-line{top:101px}.timeline-event__popover{width:122px;min-height:34px;padding:6px 8px;font-size:10px;top:6px}.timeline-event__title{width:116px;font-size:10px;top:50px}.timeline-event__stem{height:12px;top:86px}.timeline-event__dot{width:16px;height:16px;top:93px}.timeline-now{flex-basis:44px;width:44px;height:122px}.timeline-now span{top:73px}.timeline-now i{height:21px;top:91px}.question-section{gap:12px;padding:24px 18px 28px}.question-section h1{font-size:clamp(28px,8.2vw,40px)}.question-meta{flex-wrap:wrap;gap:6px;font-size:9px}.answer-section{padding:0 10px max(12px, env(safe-area-inset-bottom))}.answer-wrap{padding:7px 7px 7px 16px}.answer-wrap textarea{resize:none;min-height:40px;padding-block:9px 6px;font-size:16px}.send-button{width:44px;padding:0}.send-button span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.description-section{width:calc(100% - 32px);padding:20px 0 max(28px, env(safe-area-inset-bottom))}.description-section h2{font-size:19px}.notice{bottom:14px;right:14px}.app-shell.is-keyboard-open .app-header{height:44px}.app-shell.is-keyboard-open .journey{min-height:calc(var(--visual-viewport-height,100dvh) - 44px);grid-template-rows:auto minmax(88px,1fr) auto auto}.app-shell.is-keyboard-open .brand-mark{width:27px;height:27px}.app-shell.is-keyboard-open .timeline-section{padding-top:0}.app-shell.is-keyboard-open .section-heading{display:none}.app-shell.is-keyboard-open .timeline-viewport,.app-shell.is-keyboard-open .timeline-track,.app-shell.is-keyboard-open .timeline-event{height:76px}.app-shell.is-keyboard-open .timeline-line{top:62px}.app-shell.is-keyboard-open .timeline-event__popover{display:none}.app-shell.is-keyboard-open .timeline-event__title{top:14px}.app-shell.is-keyboard-open .timeline-event__stem{height:12px;top:47px}.app-shell.is-keyboard-open .timeline-event__dot{top:54px}.app-shell.is-keyboard-open .timeline-now{height:76px}.app-shell.is-keyboard-open .timeline-now span{top:27px}.app-shell.is-keyboard-open .timeline-now i{height:21px;top:52px}.app-shell.is-keyboard-open .question-section{align-content:start;gap:6px;padding:12px 16px}.app-shell.is-keyboard-open .question-section h1{font-size:clamp(23px,7vw,30px);line-height:1.04}.app-shell.is-keyboard-open .answer-section{padding-bottom:max(6px, env(safe-area-inset-bottom))}.app-shell.is-keyboard-open .answer-section p,.app-shell.is-keyboard-open .description-section{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
