#welcome.post-quest-welcome{min-height:100dvh}.post-quest-welcome__auth-note{font-family:var(--q-work);font-size:var(--type-label,.875rem);color:var(--mid-grey);margin:22px auto 0}.post-quest-welcome__auth-link{color:var(--coral);font-weight:600;text-decoration:none}.post-quest-welcome__auth-link:hover{text-decoration:underline}.post-quest-fullscreen{background:#fff;flex-direction:column;display:flex;position:fixed;inset:64px 0 0}.post-quest-chat{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.post-quest-chat__scroll{flex:1;min-height:0;overflow-y:auto}.post-quest-chat__thread{flex-direction:column;gap:22px;width:100%;max-width:720px;margin:0 auto;padding:40px 20px 24px;display:flex}@keyframes post-quest-row-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){@keyframes post-quest-row-in{0%{opacity:0}to{opacity:1}}}.post-quest-chat__row{animation:.28s ease-out both post-quest-row-in;display:flex}.post-quest-chat__row--user{justify-content:flex-end}.post-quest-chat__bubble{max-width:80%;color:var(--near-black);font-family:var(--q-work);word-break:break-word;background:#14101f0d;border-radius:18px 18px 4px;padding:11px 16px;font-size:1rem;line-height:1.55}.post-quest-chat__row--agent{align-items:flex-start;gap:12px}.post-quest-chat__avatar{width:24px;height:24px;color:var(--coral);flex:none;margin-top:2px}.post-quest-chat__text{min-width:0;color:var(--near-black);font-family:var(--q-work);word-break:break-word;white-space:pre-wrap;flex:1;font-size:1rem;line-height:1.62}.post-quest-thinking{align-items:center;gap:12px;animation:.28s ease-out both post-quest-row-in;display:flex}.post-quest-thinking__spark{width:24px;height:24px;color:var(--coral);transform-origin:50%;flex:none;animation:1.4s ease-in-out infinite post-quest-spark-pulse}@keyframes post-quest-spark-pulse{0%,to{opacity:.5;transform:scale(.8)rotate(0)}50%{opacity:1;transform:scale(1.12)rotate(90deg)}}.post-quest-thinking__label{font-family:var(--q-work);letter-spacing:.01em;background:linear-gradient(100deg, #14101f4d 32%, var(--near-black) 50%, #14101f4d 68%);-webkit-text-fill-color:transparent;color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:500;animation:1.7s linear infinite post-quest-shimmer}@keyframes post-quest-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.post-quest-thinking__spark{opacity:.85;animation:none}.post-quest-thinking__label{color:var(--mid-grey);-webkit-text-fill-color:currentColor;animation:none}}.post-quest-chat__composer{flex:none;width:100%;max-width:720px;margin:0 auto;padding:8px 20px 18px}.post-quest-chat__field{background:var(--offwhite);border:1.5px solid #14101f1f;border-radius:22px;align-items:flex-end;gap:8px;padding:8px 8px 8px 18px;transition:border-color .18s,box-shadow .18s;display:flex}.post-quest-chat__field:focus-within{border-color:#14101f52;box-shadow:0 0 0 3px #14101f0d}.post-quest-chat__input{resize:none;min-width:0;font-family:var(--q-work);color:var(--near-black);field-sizing:content;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:140px;padding:6px 0;font-size:1rem;line-height:1.5;overflow-y:auto}.post-quest-chat__input::placeholder{color:var(--mid-grey)}.post-quest-chat__input:disabled{opacity:.5}.post-quest-chat__send{aspect-ratio:1;background:var(--coral);color:#fff;cursor:pointer;border:none;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;padding:0;transition:background .18s,transform .18s;display:grid}.post-quest-chat__send:hover:not(:disabled){background:#f0402c;transform:translateY(-1px)}.post-quest-chat__send:disabled{opacity:.34;cursor:not-allowed}.post-quest-chat__send .material-symbols-outlined{font-size:20px}.post-quest-chat__disclaimer{text-align:center;font-family:var(--q-work);color:var(--mid-grey);margin:10px 0 0;font-size:.75rem}.post-quest-outcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100dvh;padding:2rem;display:flex}.post-quest-outcome__icon{color:var(--coral);font-size:56px!important}.post-quest-outcome--error .post-quest-outcome__icon{color:#e53935}.post-quest-outcome__title{font-family:var(--q-display);color:var(--near-black);margin:0;font-size:2rem;font-weight:800}.post-quest-outcome__body{color:var(--mid-grey);max-width:420px;margin:0;font-size:1rem}.post-quest-outcome__btn{background:var(--coral);color:#fff;height:44px;font-family:var(--q-work);cursor:pointer;border:none;border-radius:999px;margin-top:12px;padding:0 24px;font-size:.95rem;font-weight:600;transition:background .18s,transform .18s}.post-quest-outcome__btn:hover{background:#f0402c;transform:translateY(-1px)}.post-quest-outcome__btn--secondary{color:var(--mid-grey);background:0 0;border:1.5px solid #14101f2e}.post-quest-outcome__btn--secondary:hover{background:#14101f0d;transform:translateY(-1px)}.pq-anim{justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative}@keyframes pq-draw-circle{to{stroke-dashoffset:0}}@keyframes pq-draw-check{to{stroke-dashoffset:0}}@keyframes pq-sparkle{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(var(--tx), var(--ty)) scale(0);opacity:0}}.pq-circle{stroke-dasharray:226;stroke-dashoffset:226px;animation:.55s cubic-bezier(.65,0,.35,1) forwards pq-draw-circle}.pq-check{stroke-dasharray:65;stroke-dashoffset:65px;animation:.38s .5s forwards pq-draw-check}.pq-sparkle{opacity:0;width:9px;height:9px;animation:pq-sparkle .55s ease forwards var(--delay,.5s);border-radius:50%;margin:-4.5px 0 0 -4.5px;position:absolute;top:50%;left:50%}
