@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{color:#192520;font-synthesis:none;text-rendering:optimizelegibility;background:#dce5df;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}button,input{font:inherit}.app-frame{background:radial-gradient(circle at 15% 15%,#ffffffe6,#0000 28%),linear-gradient(145deg,#d5e3dc,#edf0e9 55%,#dce7e1);place-items:center;min-height:100dvh;padding:24px;display:grid}.chat-shell{background:#efeae2;border:1px solid #203e311f;border-radius:24px;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,760px);height:min(880px,100dvh - 48px);min-height:520px;display:grid;overflow:hidden;box-shadow:0 22px 70px #2842362e}.chat-header{z-index:2;color:#fff;background:linear-gradient(120deg,#315a4a,#426f5d);align-items:center;gap:13px;padding:15px 20px;display:flex;box-shadow:0 4px 14px #24392f26}.avatar{color:#345746;background:linear-gradient(145deg,#ffe2c7,#f4bd9d);border:2px solid #ffffffc7;border-radius:50%;flex:0 0 46px;place-items:center;width:46px;height:46px;font-size:19px;font-weight:700;display:grid;position:relative}.presence-dot{background:#80d689;border:2px solid #3b6554;border-radius:50%;width:12px;height:12px;position:absolute;bottom:1px;right:-1px}.profile-copy h1,.profile-copy p{margin:0}.profile-copy h1{letter-spacing:.01em;font-size:17px;font-weight:700}.profile-copy p{color:#ffffffc7;margin-top:2px;font-size:12px}.message-list{scrollbar-color:#425b4f52 transparent;background-color:#efeae2;background-image:radial-gradient(circle at 18px 18px,#455f5209 1.5px,#0000 1.5px),radial-gradient(circle at 5px 5px,#455f5206 1px,#0000 1px);background-size:34px 34px,22px 22px;padding:18px clamp(12px,4vw,34px) 24px;position:relative;overflow:hidden auto}.day-chip{color:#607168;text-transform:uppercase;letter-spacing:.06em;background:#ffffffbd;border-radius:8px;width:fit-content;margin:0 auto 18px;padding:5px 11px;font-size:11px;font-weight:600;box-shadow:0 1px 2px #23382d14}.empty-state{color:#76847d;background:#ffffff8c;border-radius:10px;width:fit-content;margin:24px auto;padding:8px 12px;font-size:13px}.message-row{margin:4px 0;animation:.18s ease-out both bubble-in;display:flex}.message-row--user{justify-content:flex-end}.message-row--bot{justify-content:flex-start}.message-bubble{border-radius:16px;align-items:flex-end;gap:9px;max-width:min(78%,470px);padding:8px 10px 6px;display:flex;box-shadow:0 1px 2px #1d30271f}.message-bubble--bot{background:#fff;border-top-left-radius:5px}.message-bubble--user{background:#d8f7c9;border-top-right-radius:5px}.message-bubble--error{color:#6d3a37;background:#fff0eb}.message-text{overflow-wrap:anywhere;white-space:pre-wrap;min-width:0;font-size:14.5px;line-height:1.38}.message-time{color:#7b8a82;white-space:nowrap;flex:none;margin-bottom:1px;font-size:9.5px}.typing-indicator{justify-content:center;align-items:center;gap:5px;min-width:64px;height:38px}.typing-indicator span{background:#7e8e86;border-radius:50%;width:7px;height:7px;animation:1.15s ease-in-out infinite typing-bounce}.typing-indicator span:nth-child(2){animation-delay:.13s}.typing-indicator span:nth-child(3){animation-delay:.26s}.input-bar{z-index:2;padding:11px 14px max(11px, env(safe-area-inset-bottom));background:#f7f8f5;border-top:1px solid #314e4114;grid-template-columns:1fr auto;gap:10px;display:grid}.input-bar input{color:#26362e;background:#fff;border:1px solid #dce3de;border-radius:999px;outline:none;width:100%;min-width:0;height:45px;padding:0 17px;transition:border-color .14s,box-shadow .14s}.input-bar input::placeholder{color:#98a39d}.input-bar input:focus-visible{border-color:#56816e;box-shadow:0 0 0 3px #47756026}.input-bar input:disabled{color:#849088;background:#f0f2ef}.send-button{color:#fff;cursor:pointer;background:#3d6f5a;border:0;border-radius:50%;place-items:center;width:45px;height:45px;padding:0;transition:transform .12s,background .12s,opacity .12s;display:grid}.send-button:hover:not(:disabled){background:#315b49;transform:translateY(-1px)}.send-button:focus-visible{outline-offset:2px;outline:3px solid #3d6f5a4d}.send-button:disabled{opacity:.42;cursor:default}.send-button svg{fill:currentColor;width:21px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes typing-bounce{0%,60%,to{opacity:.48;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes bubble-in{0%{opacity:0;transform:translateY(5px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=700px){.app-frame{padding:0;display:block}.chat-shell{border:0;border-radius:0;width:100%;height:100dvh;min-height:0}.chat-header{padding-top:max(13px, env(safe-area-inset-top))}.message-bubble{max-width:84%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
