@import"https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600&display=swap";:root{color-scheme:light;font-family:Onest,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;--canvas: #f5f2ec;--paper: #fffdf9;--quiet: #eceae4;--quiet-strong: #e2e1da;--ink: #252b28;--muted: #66706b;--soft: #8c948f;--forest: #2f6254;--forest-dark: #234a40;--forest-soft: #dce7e1;--line: #dbddd8;--warning: #8b4c4e;--warning-soft: #f4e7e5;--shadow-paper: 0 22px 70px -42px rgba(42, 58, 51, .42)}*{box-sizing:border-box;margin:0;padding:0}html{min-height:100%;background:var(--canvas);scroll-behavior:smooth}body,#root{min-height:100dvh}body{background:var(--canvas);color:var(--ink);font-family:inherit;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea{color:inherit;font:inherit}button,a,textarea{-webkit-tap-highlight-color:transparent}button{border:0}button:focus-visible,a:focus-visible,textarea:focus-visible,input:focus-visible{outline:3px solid rgba(47,98,84,.22);outline-offset:3px}.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}.app-shell{min-height:100dvh;overflow:hidden;background:var(--canvas)}.topbar{width:min(820px,calc(100% - 64px));min-height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(86,98,92,.14)}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}.brand-mark,.chat-avatar,.message-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:var(--forest);color:var(--paper);font-weight:600}.brand-mark{width:42px;height:42px;border-radius:14px;font-size:18px;box-shadow:inset 0 1px rgba(255,255,255,.16)}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-size:17px;font-weight:600;line-height:1.2}.brand small{margin-top:2px;color:var(--muted);font-size:12px}.memory-note,.chat-memory{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.home-layout{width:min(820px,calc(100% - 64px));margin:0 auto}.home-primary{padding:64px 0 78px;animation:home-rise .56s cubic-bezier(.16,1,.3,1) both}.date-label,.section-label{color:var(--muted);font-size:12px;font-weight:500;letter-spacing:.075em;text-transform:uppercase}.personal-head{min-height:190px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:center}.home-primary h1{max-width:560px;margin-top:17px;color:var(--ink);font-size:clamp(44px,6vw,62px);font-weight:500;letter-spacing:-.048em;line-height:1.04}.user-avatar-wrap{position:relative}.user-avatar{width:132px;height:132px;position:relative;display:grid;place-items:center;border:7px solid rgba(255,253,249,.85);border-radius:50%;background:var(--forest);color:var(--paper);box-shadow:0 22px 50px -34px rgba(35,74,64,.64);font-size:38px;font-weight:500;cursor:pointer;transition:transform .22s cubic-bezier(.16,1,.3,1)}.user-avatar:hover{transform:translateY(-2px)}.user-avatar:active{transform:translateY(1px) scale(.98)}.user-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-avatar__edit{width:34px;height:34px;position:absolute;right:-2px;bottom:1px;display:grid;place-items:center;border:4px solid var(--canvas);border-radius:50%;background:var(--paper);color:var(--forest);box-shadow:0 8px 22px -14px rgba(37,55,47,.5)}.user-avatar__error{width:190px;margin-top:8px;position:absolute;right:0;display:block;color:var(--warning);text-align:right;font-size:10px;line-height:1.35}.conversation-invitation{margin-top:46px;padding:30px;border:1px solid rgba(83,98,91,.18);border-radius:30px;background:var(--paper);box-shadow:0 26px 78px -56px rgba(42,58,51,.44),inset 0 1px rgba(255,255,255,.8)}.conversation-invitation__intro{display:grid;grid-template-columns:46px minmax(0,1fr);gap:15px;align-items:start}.conversation-invitation__icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(47,98,84,.28);border-radius:50%;color:var(--forest)}.conversation-invitation h2{color:var(--ink);font-size:22px;font-weight:500;letter-spacing:-.025em;line-height:1.28}.conversation-invitation__intro p{max-width:520px;margin-top:5px;color:var(--muted);font-size:14px;line-height:1.55}.start-composer{width:100%;margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.start-composer>label:not(.sr-only){display:block;margin:0 0 8px 3px;color:var(--forest);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.start-composer__row{display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:10px;align-items:end;padding:9px 9px 9px 16px;border:1px solid rgba(83,98,91,.14);border-radius:20px;background:#f7f5f0;transition:border-color .18s ease,background-color .18s ease}.start-composer__row:focus-within{border-color:rgba(47,98,84,.42);background:var(--paper)}.start-composer textarea{width:100%;min-height:74px;padding:8px 0;resize:none;background:transparent;border:0;color:var(--ink);font-size:17px;line-height:1.5}.start-composer textarea:focus{outline:0}.start-composer textarea::placeholder,.chat-composer textarea::placeholder{color:#959b97}.send-control,.composer-action{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer;transition:transform .22s cubic-bezier(.16,1,.3,1),background-color .22s ease,opacity .22s ease}.send-control{width:54px;height:54px;border-radius:17px;background:var(--forest);color:var(--paper)}.send-control:hover:not(:disabled),.composer-action--send:hover:not(:disabled){background:var(--forest-dark);transform:translateY(-2px)}.send-control:active:not(:disabled),.composer-action:active:not(:disabled),.starting-point:active,.quick-prompts button:active{transform:translateY(1px) scale(.98)}.send-control:disabled,.composer-action:disabled{cursor:default;opacity:.35}.composer-helper{margin-top:10px;margin-left:3px;color:var(--soft);font-size:12px}.start-composer__divider{margin:15px 0 11px;display:flex;align-items:center;gap:11px;color:var(--soft);font-size:11px}.start-composer__divider:before,.start-composer__divider:after{height:1px;flex:1;background:var(--line);content:""}.home-voice{width:100%}.home-voice__start{width:100%;min-height:58px;padding:8px 12px;display:flex;align-items:center;gap:12px;border-radius:17px;background:var(--forest-soft);color:var(--forest-dark);text-align:left;cursor:pointer;transition:background-color .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.home-voice__start:hover{background:#d2e1da;transform:translateY(-1px)}.home-voice__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:14px;background:var(--forest);color:var(--paper)}.home-voice__start strong,.home-voice__start small{display:block}.home-voice__start strong{font-size:14px;font-weight:600}.home-voice__start small{margin-top:2px;color:var(--muted);font-size:11px}.home-voice--recording{padding:12px;border:1px solid rgba(135,63,71,.24);border-radius:17px;background:var(--warning-soft);color:var(--warning)}.home-voice__status{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:500}.home-voice__status span{display:inline-flex;align-items:center;gap:7px}.home-voice__status span i,.recording-composer__caption i{width:7px;height:7px;display:inline-block;border-radius:50%;background:currentColor;animation:status-breathe 1.2s ease-in-out infinite}.home-voice__status button,.recording-composer__cancel{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:12px;background:rgba(135,63,71,.08);color:inherit;cursor:pointer}.home-voice__finish{width:100%;min-height:44px;margin-top:7px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;background:var(--warning);color:var(--paper);font-size:12px;font-weight:600;cursor:pointer}.home-voice--processing{min-height:58px;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:17px;background:var(--quiet);color:var(--muted);font-size:13px}.home-voice__error{width:100%;min-height:48px;margin-bottom:8px;padding:8px 11px;display:grid;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:8px;border-radius:14px;background:var(--warning-soft);color:var(--warning);text-align:left;font-size:11px;cursor:pointer}.starting-points{width:100%;margin-top:50px}.starting-points__list{margin-top:12px;border-top:1px solid var(--line)}.starting-point{width:100%;min-height:76px;padding:13px 4px;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;gap:14px;align-items:center;text-align:left;background:transparent;border-bottom:1px solid var(--line);cursor:pointer;transition:opacity .18s ease,transform .18s ease}.starting-point:hover{opacity:.72}.starting-point__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:var(--forest-soft);color:var(--forest)}.starting-point__copy{display:flex;flex-direction:column}.starting-point__copy strong{font-size:15px;font-weight:500}.starting-point__copy small{margin-top:3px;color:var(--muted);font-size:13px}.starting-point__arrow{color:var(--soft);transition:transform .22s cubic-bezier(.16,1,.3,1)}.starting-point:hover .starting-point__arrow{transform:translate(3px)}.ami-online-note{margin-top:42px;padding-top:18px;display:grid;grid-template-columns:150px minmax(0,1fr);gap:24px;border-top:1px solid var(--line);color:var(--muted)}.ami-online-note>span{display:inline-flex;align-items:center;gap:8px;color:var(--forest);font-size:12px;font-weight:500}.ami-online-note>span i{width:7px;height:7px;border-radius:50%;background:var(--forest);animation:status-breathe 2.4s ease-in-out infinite}.ami-online-note p{max-width:470px;font-size:13px;line-height:1.55}.ami-presence{min-height:560px;padding:48px 42px 38px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative;background:#e9e9e2;border:1px solid rgba(75,91,83,.12);border-radius:42px 42px 42px 14px;box-shadow:0 28px 90px -58px rgba(37,55,47,.58);animation:presence-rise .7s .1s cubic-bezier(.16,1,.3,1) both}.ami-orbit{width:284px;height:284px;position:absolute;top:54px;left:50%;transform:translate(-50%)}.ami-orbit__line{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(47,98,84,.22);border-radius:48% 52% 46% 54%;transform:rotate(-18deg);animation:orbit-turn 18s linear infinite}.ami-orbit__line:after{content:"";position:absolute;top:27px;right:-19px;bottom:18px;left:15px;border:1px solid rgba(47,98,84,.1);border-radius:52% 48% 57% 43%;transform:rotate(37deg)}.ami-orbit__core{width:118px;height:118px;position:absolute;inset:50% auto auto 50%;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);border-radius:40px;background:var(--forest);color:var(--paper);font-size:42px;font-weight:500;box-shadow:0 24px 44px -22px rgba(35,74,64,.65),inset 0 1px rgba(255,255,255,.16)}.ami-orbit__dot{width:12px;height:12px;position:absolute;border:3px solid #e9e9e2;border-radius:50%;background:var(--forest)}.ami-orbit__dot--one{top:23px;right:56px}.ami-orbit__dot--two{bottom:34px;left:45px;opacity:.45}.ami-presence__copy{position:relative;z-index:1;color:var(--forest)}.ami-presence__copy p{max-width:360px;margin-top:13px;color:var(--ink);font-size:21px;font-weight:500;letter-spacing:-.025em;line-height:1.38}.principles{margin-top:28px;border-top:1px solid rgba(72,87,80,.16)}.principles>div{min-height:66px;display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px;align-items:center;border-bottom:1px solid rgba(72,87,80,.16);color:var(--forest)}.principles span{display:flex;flex-direction:column}.principles strong{color:var(--ink);font-size:13px;font-weight:500}.principles small{margin-top:2px;color:var(--muted);font-size:11px}.app-footer{width:min(820px,calc(100% - 64px));margin:0 auto;padding:20px 0 max(26px,env(safe-area-inset-bottom));display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(86,98,92,.14);color:var(--soft);font-size:11px}.app-shell--loading{display:grid;place-items:center}.home-skeleton{width:min(760px,calc(100% - 40px));display:flex;flex-direction:column;gap:18px}.home-skeleton__head{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:32px;align-items:center}.home-skeleton__head>span{display:flex;flex-direction:column;gap:18px}.skeleton-line,.skeleton-panel,.skeleton-avatar{display:block;overflow:hidden;position:relative;background:var(--quiet-strong)}.skeleton-line:after,.skeleton-panel:after,.skeleton-avatar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.48) 48%,transparent 72%);transform:translate(-100%);animation:skeleton-shimmer 1.6s infinite}.skeleton-line{width:82%;height:18px;border-radius:8px}.skeleton-line--short{width:28%}.skeleton-line--title{width:94%;height:58px;border-radius:18px}.skeleton-panel{width:100%;height:148px;margin-top:12px;border-radius:23px}.skeleton-avatar{width:118px;height:118px;border-radius:50%}.chat-shell{min-height:100dvh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--canvas)}.chat-header{width:min(820px,100%);min-height:74px;margin:0 auto;padding:max(10px,env(safe-area-inset-top)) 22px 10px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;flex:0 0 auto;border-bottom:1px solid var(--line)}.icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:transparent;color:var(--ink);cursor:pointer;transition:background-color .18s ease,transform .18s ease}.icon-button:hover{background:var(--quiet)}.icon-button:active{transform:translateY(1px)}.chat-identity{display:flex;align-items:center;gap:10px}.chat-avatar{width:42px;height:42px;border-radius:15px;font-size:17px}.chat-identity>span:last-child{display:flex;flex-direction:column}.chat-identity strong{font-size:15px;font-weight:600}.chat-identity small{margin-top:2px;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.chat-identity small i{width:6px;height:6px;display:block;border-radius:50%;background:#688a78;animation:status-breathe 2.6s ease-in-out infinite}.message-list{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-color:var(--quiet-strong) transparent}.message-list__inner{width:min(760px,100%);min-height:100%;margin:0 auto;padding:32px 22px 28px;display:flex;flex-direction:column;justify-content:flex-end;gap:16px}.message{width:100%;display:flex;align-items:flex-end;gap:10px;animation:message-in .32s cubic-bezier(.16,1,.3,1) both}.message--user{justify-content:flex-end}.message-avatar{width:28px;height:28px;border-radius:10px;font-size:11px}.message-bubble{max-width:min(78%,580px);padding:14px 16px;background:var(--paper);border:1px solid rgba(84,96,90,.14);border-radius:20px 20px 20px 6px;color:var(--ink);font-size:15px;line-height:1.64;white-space:pre-wrap;overflow-wrap:anywhere}.message-bubble strong{font-weight:600}.message--user .message-bubble{background:var(--forest);border-color:var(--forest);border-radius:20px 20px 6px;color:var(--paper);box-shadow:0 14px 40px -28px rgba(35,74,64,.74)}.quick-prompts{margin:3px 0 6px 38px;display:flex;flex-wrap:wrap;gap:8px}.quick-prompts button{min-height:42px;padding:9px 13px;border:1px solid var(--line);border-radius:14px;background:transparent;color:var(--muted);font-size:12px;cursor:pointer;transition:color .18s ease,border-color .18s ease,transform .18s ease}.quick-prompts button:hover{border-color:rgba(47,98,84,.36);color:var(--forest)}.message-bubble--thinking{width:94px;min-height:48px;display:flex;align-items:center;gap:6px}.message-bubble--thinking span{width:7px;height:7px;border-radius:50%;background:#8b948f;animation:thinking 1.2s ease-in-out infinite}.message-bubble--thinking span:nth-child(2){animation-delay:.12s}.message-bubble--thinking span:nth-child(3){animation-delay:.24s}.chat-composer-wrap{flex:0 0 auto;border-top:1px solid var(--line);background:rgba(245,242,236,.96)}.chat-composer-inner{width:min(760px,100%);margin:0 auto;padding:13px 22px max(12px,env(safe-area-inset-bottom))}.chat-composer{min-height:58px;padding:7px 8px 7px 17px;display:flex;align-items:flex-end;gap:9px;background:var(--paper);border:1px solid rgba(84,96,90,.18);border-radius:21px;box-shadow:0 16px 52px -40px rgba(37,55,47,.62);transition:border-color .18s ease}.chat-composer:focus-within{border-color:rgba(47,98,84,.48)}.chat-composer textarea{width:100%;min-height:42px;max-height:132px;padding:9px 0;resize:none;overflow-y:auto;background:transparent;border:0;outline:0;color:var(--ink);font-size:15px;line-height:1.5}.composer-action{width:44px;height:44px;border-radius:15px;background:var(--quiet);color:var(--forest)}.composer-action--send{background:var(--forest);color:var(--paper)}.chat-disclaimer{margin-top:7px;text-align:center;color:var(--soft);font-size:10px}.inline-error{width:100%;min-height:44px;margin-bottom:9px;padding:9px 12px;display:flex;align-items:center;gap:9px;text-align:left;border:1px solid rgba(139,76,78,.2);border-radius:14px;background:var(--warning-soft);color:var(--warning);font-size:12px;cursor:pointer}.inline-error__close{margin-left:auto;flex:0 0 auto}.recording-composer{width:100%;min-height:76px;padding:8px 10px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid rgba(139,76,78,.26);border-radius:21px;background:var(--warning-soft);color:var(--warning)}.recording-composer__body{min-width:0}.recording-composer__caption{display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:500}.recording-composer__stop{min-width:82px;min-height:44px;padding:8px 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:13px;background:var(--warning);color:var(--paper);font-size:12px;font-weight:600;cursor:pointer}.recording-composer--near-limit,.home-voice--near-limit{border-color:rgba(135,63,71,.48)}.voice-waveform{width:100%;min-width:0;min-height:42px;display:flex;align-items:center}.voice-waveform__half{height:30px;min-width:54px;display:flex;align-items:center;justify-content:center;gap:3px;overflow:hidden}.voice-waveform__bar{width:3px;height:28px;display:block;flex:0 0 auto;border-radius:3px;background:currentColor;transform-origin:center;transition:transform 90ms linear}.voice-waveform__timer{min-width:44px;text-align:center;font-size:12px;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.02em}.chat-composer--transcribing{border-color:rgba(47,98,84,.32);background:#fbfaf6}.composer-action--voice{background:var(--forest-soft)}.voice-processing{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:4px;color:var(--forest)}.voice-processing i{width:3px;height:17px;display:block;border-radius:3px;background:currentColor;animation:voice-processing .9s ease-in-out infinite}.voice-processing i:nth-child(2){animation-delay:.12s}.voice-processing i:nth-child(3){animation-delay:.24s}.limit-state{padding:12px 4px 4px;text-align:center}.limit-state strong{font-size:15px;font-weight:600}.limit-state p{max-width:460px;margin:6px auto 0;color:var(--muted);font-size:13px}.limit-actions{margin-top:14px;display:grid;gap:8px}.limit-actions button,.register-form button[type=submit]{min-height:50px;padding:12px 16px;border-radius:15px;background:var(--forest);color:var(--paper);font-weight:500;cursor:pointer}.limit-actions .button-secondary{background:var(--quiet);color:var(--forest)}.register-form{padding:4px 0}.register-form__intro{margin-bottom:14px;text-align:left}.register-form__intro strong{display:block;font-size:16px;font-weight:600}.register-form__intro p{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.5}.register-field{margin-bottom:10px}.register-field label{display:block;margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:500}.register-field input{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:var(--paper);color:var(--ink);font-size:15px}.register-error{margin:2px 0 10px;color:var(--warning);font-size:12px}.register-terms{margin-top:9px;text-align:center;color:var(--soft);font-size:10px;line-height:1.45}.register-terms a{color:inherit}@keyframes home-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes presence-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes message-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes thinking{0%,70%,to{opacity:.32;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}@keyframes status-breathe{0%,to{opacity:.45;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}@keyframes voice-processing{0%,to{opacity:.35;transform:scaleY(.45)}50%{opacity:1;transform:scaleY(1)}}@keyframes orbit-turn{to{transform:rotate(342deg)}}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media (max-width: 880px){.topbar,.home-layout,.app-footer{width:min(100% - 40px,680px)}.home-primary{padding:54px 0 56px}}@media (max-width: 600px){.app-shell{background:var(--canvas)}.topbar,.home-layout,.app-footer{width:100%;padding-left:18px;padding-right:18px}.topbar{min-height:72px}.memory-note{width:44px;height:44px;justify-content:center;border-radius:14px;background:var(--quiet);font-size:0}.home-primary{padding:30px 0 44px}.home-skeleton__head{grid-template-columns:minmax(0,1fr) 92px;gap:18px}.skeleton-avatar{width:92px;height:92px}.personal-head{min-height:154px;gap:18px}.home-primary h1{margin-top:10px;font-size:clamp(35px,10.4vw,45px);line-height:1.03}.user-avatar{width:106px;height:106px;border-width:5px;font-size:31px}.user-avatar__edit{width:31px;height:31px;right:-3px;bottom:-1px}.user-avatar__error{width:160px;font-size:9px}.conversation-invitation{margin-top:34px;padding:21px 16px 16px;border-radius:25px}.conversation-invitation__intro{grid-template-columns:42px minmax(0,1fr);gap:12px}.conversation-invitation__icon{width:42px;height:42px}.conversation-invitation h2{font-size:19px}.conversation-invitation__intro p{font-size:12px}.start-composer{margin-top:20px;padding-top:18px}.start-composer textarea{min-height:76px;font-size:16px}.start-composer__row{grid-template-columns:minmax(0,1fr) 50px;padding:7px 7px 7px 13px;border-radius:18px}.send-control{width:50px;height:50px;border-radius:16px}.starting-points{margin-top:42px}.starting-point{min-height:78px;padding-right:2px}.starting-point__copy small{font-size:12px}.ami-online-note{margin-top:34px;grid-template-columns:1fr;gap:8px}.app-footer{padding-top:18px;flex-direction:column;gap:7px}.chat-header{min-height:68px;padding-left:12px;padding-right:14px;grid-template-columns:42px minmax(0,1fr)}.chat-memory{display:none}.chat-avatar{width:38px;height:38px;border-radius:13px}.message-list__inner{padding:22px 14px 20px;gap:13px}.message-bubble{max-width:84%;padding:12px 14px;font-size:14px;line-height:1.58}.quick-prompts{margin-left:38px;flex-direction:column;align-items:flex-start}.quick-prompts button{min-height:40px;text-align:left}.chat-composer-inner{padding:10px 12px max(9px,env(safe-area-inset-bottom))}.chat-composer{min-height:56px;border-radius:19px}.chat-disclaimer{font-size:9px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
