@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--bg:#faf9f6;--side:#f1f0eb;--ink:#263c35;--muted:#788079;--green:#254e43;--line:#e4e5dd;--accent:#e8eddf;color:var(--ink);background:var(--bg);font-synthesis:none;font-family:DM Sans,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,select:focus-visible,textarea:focus-visible,input:focus-visible{outline-offset:4px;outline:2px solid #66856e}.app{height:100dvh;min-height:500px;display:flex;overflow:hidden}.sidebar{background:var(--side);border-inline-end:1px solid var(--line);flex-direction:column;flex-shrink:0;width:264px;padding:36px 22px 24px;display:flex}.brand{letter-spacing:-1.8px;align-items:center;gap:5px;width:max-content;font:800 31px Manrope,sans-serif;display:flex}.brand svg{width:39px;height:39px}.brand span{letter-spacing:.4px;border:1px solid #ced4c7;border-radius:5px;align-self:center;margin-inline-start:6px;padding:3px 5px;font:500 10px DM Sans,sans-serif}.new-chat{background:#fafbf7;border:1px solid #d4d9cc;border-radius:10px;align-items:center;gap:12px;margin:38px 0 35px;padding:13px 15px;font-size:14px;font-weight:550;display:flex}.history-label{color:#7c847b;letter-spacing:.8px;margin:0 13px 15px;font-size:11px;font-weight:600}.history{flex:1;overflow:auto}.history>p{color:#8a9086;padding:0 13px;font-size:12px;line-height:1.8}.history button{text-align:start;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;margin-bottom:4px;padding:12px;font-size:13px;display:flex}.history button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.history button svg{color:#899084;flex-shrink:0}.history button:hover,.history button.selected{background:#e3e7db}.sidebar-bottom{border-top:1px solid var(--line);padding-top:17px}.settings-button{background:0 0;border:0;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:13px;display:flex}.guest-tag{letter-spacing:.2px;color:#8a9185;align-items:center;gap:7px;margin:16px 12px 0;font-size:10px;display:flex}.guest-tag>span,.small-dot{background:#72916b;border-radius:50%;width:5px;height:5px;display:inline-block}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{flex-shrink:0;justify-content:space-between;align-items:center;height:88px;padding:0 40px;display:flex}.top-title{font-size:14px;font-weight:650}.top-title span{color:var(--muted);margin-inline-start:3px;font-size:10px;font-weight:400}.top-right,.top-left{align-items:center;gap:16px;display:flex}.language-switch{color:#758074;align-items:center;gap:7px;font-size:11px;display:flex}.language-switch select{appearance:none;color:inherit;cursor:pointer;background:0 0;border:0;max-width:110px;padding:8px 0}.icon-button{background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:10px;display:inline-flex}.icon-button:hover{background:var(--accent)}.mobile-menu{display:none}.chat-body{scrollbar-width:thin;flex:1;justify-content:center;align-items:center;min-height:0;padding:10px 28px;display:flex;overflow:auto}.welcome{text-align:center;width:100%;max-width:740px;margin-top:-12px}.welcome-mark{background:#e9ede0;border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 23px;display:flex;transform:rotate(-6deg)}.welcome-mark svg{color:#315744;width:61px;height:61px;transform:rotate(6deg)}.eyebrow{letter-spacing:2.1px;color:#8c9882;font-size:9px;font-weight:600}.welcome h1{letter-spacing:-1.9px;white-space:pre-line;margin:17px 0 16px;font:500 clamp(30px,3.2vw,45px)/1.25 Manrope,sans-serif}.welcome>p{color:var(--muted);margin:0;font-size:14px}.suggestions{text-align:start;gap:10px;margin:39px auto 0;display:flex}.suggestions button{border:1px solid var(--line);text-align:start;background:#fcfcf8;border-radius:12px;flex:1;align-items:flex-start;gap:10px;min-height:89px;padding:17px 14px;font-size:12px;line-height:1.6;display:flex}.suggestions button>span:nth-child(2){flex:1}.suggestions button>svg{color:#89927f;flex-shrink:0;width:13px}.suggestion-number{color:#98a28e;font-size:9px;line-height:2}.suggestions button:hover{background:#eef1e7;border-color:#c9d2bd}.composer-area{width:100%;max-width:840px;margin:0 auto;padding:15px 34px 18px}.composer{background:#fff;border:1px solid #d9ddd0;border-radius:18px;padding:18px 18px 12px;box-shadow:0 3px 16px #253c3505}.composer textarea{resize:none;width:100%;color:var(--ink);background:0 0;border:0;outline:none;min-height:55px;max-height:160px;font-size:14px;line-height:1.7;display:block}.composer textarea::placeholder{color:#a0a698}.composer-bottom{justify-content:space-between;align-items:center;display:flex}.composer-bottom>span{color:#8d9588;align-items:center;gap:7px;font-size:10px;display:flex}.send{background:var(--green);color:#fff;border:0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.send:disabled{opacity:.65;background:#bdc6b6}.disclaimer{color:#92998b;text-align:center;margin:11px 0 7px;font-size:10px}footer{color:#a0a597;justify-content:center;gap:11px;font-size:9px;display:flex}footer a:hover{text-decoration:underline}.has-messages{align-items:flex-start}.messages{width:100%;max-width:760px;padding:15px 0}.message{gap:13px;margin:0 0 28px;display:flex}.message.user{justify-content:flex-end}.message.user .message-inner{background:#edf0e7;border-radius:18px 18px 4px;max-width:85%;padding:12px 19px}.message p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0 0 10px;font-size:14px;line-height:1.85}.message p:last-child{margin-bottom:0}.message-avatar{background:#e5ebda;border-radius:10px;flex-shrink:0;width:31px;height:31px}.message-avatar svg{width:100%;height:100%}.message-inner{min-width:0;max-width:calc(100% - 44px)}.message-inner pre{background:#ecefe7;border-radius:10px;padding:15px;overflow:auto}.message-inner li{font-size:14px;line-height:1.8}.message-inner a{text-decoration:underline}.message-tools{gap:7px;margin-top:12px;display:flex}.message-tools button{color:#8c9585;background:0 0;border:0;padding:8px}.typing{gap:5px;padding:13px 0;display:flex}.typing i{background:#8d9f7c;border-radius:50%;width:5px;height:5px;animation:1.3s infinite pulse}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes pulse{50%{opacity:.25}}.status{background:#eaf0e3;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:12px;display:flex}.status.error{color:#975a42;background:#f7ede7}.status button{background:0 0;border:0;display:flex}.scrim{display:none}dialog{border:1px solid var(--line);width:min(440px,100% - 32px);max-height:85dvh;color:var(--ink);background:var(--bg);border-radius:20px;padding:32px}dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#182e2859}dialog>svg{width:48px;height:48px}dialog h2{letter-spacing:-.6px;margin:10px 0 18px;font:600 23px Manrope,sans-serif}dialog p{color:#717c70;font-size:13px;line-height:1.8}.dialog-close{top:12px;position:absolute;inset-inline-end:12px}.check{align-items:flex-start;gap:11px;margin:20px 0;font-size:12px;line-height:1.7;display:flex}.check input{accent-color:var(--green);flex-shrink:0;width:17px;height:17px;margin:2px 0}.primary,.danger,.dialog-actions>button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:12px 17px;font-size:13px}.primary{color:#fff;background:var(--green)!important}.danger{color:#a64535;background:#f8efeb}.full{width:100%;margin-top:10px}.dialog-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.setting-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:15px 0;font-size:13px;display:flex}.setting-row select{border:1px solid var(--line);background:0 0;border-radius:7px;padding:8px}.settings-version{text-align:center;margin-top:23px;font-size:10px!important}.legal{max-width:720px;margin:60px auto;padding:0 24px;line-height:1.8}.legal h1{font-family:Manrope,sans-serif}.legal h2{margin-top:30px;font-size:20px}.legal a{text-decoration:underline}.legal p,.legal li{color:#657164}@media (min-height:900px){.welcome{margin-top:0}.suggestions{margin-top:46px}.composer-area{padding-bottom:30px}.welcome h1{font-size:48px}}@media (max-width:760px){.sidebar{z-index:30;padding-top:max(28px,env(safe-area-inset-top));transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}[dir=rtl] .sidebar{inset:0 0 0 auto;transform:translate(100%)}.sidebar.is-open,[dir=rtl] .sidebar.is-open{transform:translate(0)}.scrim{z-index:20;background:#172c2759;border:0;display:block;position:fixed;inset:0}.mobile-menu{display:flex}.topbar{padding:env(safe-area-inset-top) 17px 0;height:calc(68px + env(safe-area-inset-top));border-bottom:1px solid #e6e8df66}.top-left{gap:8px}.top-title{font-size:16px}.top-right{gap:5px}.language-switch{gap:5px;font-size:10px}.language-switch select{max-width:80px}.chat-body{padding:15px 22px}.welcome{margin-top:0}.welcome-mark{border-radius:20px;width:61px;height:61px;margin-bottom:24px}.welcome-mark svg{width:54px}.welcome h1{letter-spacing:-1.3px;margin:18px 0 13px;font-size:33px}.welcome>p{font-size:12px}.eyebrow{font-size:8px}.suggestions{flex-direction:column;gap:8px;margin-top:30px}.suggestions button{border-radius:10px;align-items:center;min-height:0;padding:12px 15px;font-size:12px}.composer-area{padding:10px 16px max(12px,env(safe-area-inset-bottom))}.composer{border-radius:17px;padding:14px 15px 11px}.composer textarea{min-height:45px;font-size:16px;line-height:1.5}.disclaimer{margin:9px 0 6px;font-size:9px}.message p{font-size:14px}.message{gap:9px}.message.user .message-inner{max-width:90%}.messages{padding:4px 0}.message-avatar{width:27px;height:27px}.app{min-height:340px}footer{font-size:9px}}@media (max-height:650px){.welcome-mark{display:none}.welcome h1{font-size:28px}.suggestions{margin-top:18px}.suggestions button:nth-child(3){display:none}.composer-area{padding-top:6px}.welcome{padding-top:15px}.eyebrow{display:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
