@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";:root{--jaune:#f2ba44;--jaune-deep:#d99f27;--terra:#c96c4a;--ink:#372e29;--ink-soft:#6b5f56;--cream:#faf6f1;--surface:#ffffff;--line:#e7ddd0;--line-soft:#f0e8dd;--mont:"Montserrat",system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--cream);color:var(--ink);font-family:var(--mont)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#app{display:flex;flex-direction:column;height:100dvh;max-width:860px;margin:0 auto;background:var(--cream)}.top{display:flex;align-items:center;gap:12px;padding:12px clamp(14px,3vw,22px);border-bottom:1px solid var(--line);background:#faf6f1e6;backdrop-filter:blur(8px);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px}.brand img{height:34px;width:34px;border-radius:50%}.brand .nm{font-weight:900;letter-spacing:.01em;font-size:1.05rem}.brand .nm b{color:var(--terra)}.brand .st{font-size:.64rem;color:var(--ink-soft);font-weight:500;letter-spacing:.04em}.tools{margin-left:auto;display:flex;align-items:center;gap:8px}.lang-wrap{position:relative;display:flex;align-items:center}.lang-wrap select{appearance:none;font-family:var(--mont);font-size:.78rem;font-weight:600;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:100px;padding:.5rem 1.9rem .5rem .95rem;cursor:pointer}.lang-wrap:after{content:"▾";position:absolute;right:.7rem;color:var(--ink-soft);font-size:.7rem;pointer-events:none}.lang-wrap .globe{position:absolute;left:.7rem;pointer-events:none;display:none}.reset{background:var(--surface);border:1px solid var(--line);border-radius:50%;width:38px;height:38px;cursor:pointer;color:var(--ink-soft);font-size:1.05rem;flex:none;transition:.15s}.reset:hover{border-color:var(--jaune);color:var(--ink)}.scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.thread{max-width:740px;margin:0 auto;padding:clamp(16px,3vw,30px) clamp(14px,3vw,22px) 12px;display:flex;flex-direction:column;gap:22px}.hero{margin:auto 0;text-align:center;padding:6vh 0 2vh}.hero .logo{width:76px;height:76px;border-radius:50%;margin:0 auto 1.2rem;display:block}.hero h2{font-size:clamp(1.8rem,5vw,2.6rem);font-weight:800;letter-spacing:-.01em;line-height:1.05}.hero p{color:var(--ink-soft);font-weight:400;font-size:clamp(.86rem,1.4vw,1rem);line-height:1.6;max-width:32rem;margin:.9rem auto 0}.chips{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:34rem;margin:1.8rem auto 0}@media(max-width:520px){.chips{grid-template-columns:1fr}}.chip{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:.85rem 1rem;font-family:var(--mont);font-size:.85rem;font-weight:500;color:var(--ink);cursor:pointer;text-align:left;transition:.15s;line-height:1.35}.chip:hover{border-color:var(--jaune);background:#fffdf8;transform:translateY(-2px);box-shadow:0 6px 18px #372e290f}.row{display:flex;gap:12px;align-items:flex-start}.row.user{justify-content:flex-end}.ava{width:30px;height:30px;border-radius:50%;flex:none;margin-top:2px}.msg{font-size:.96rem;line-height:1.65}.row.bot .msg{max-width:100%;color:var(--ink)}.row.user .msg{max-width:82%;background:var(--jaune);color:#2b2118;padding:.7rem 1rem;border-radius:16px 16px 4px;font-weight:500;white-space:pre-wrap}.row.bot .msg{white-space:pre-wrap}.msg a{color:var(--terra);text-decoration:none;border-bottom:1.5px solid var(--jaune)}.msg strong{font-weight:700}.typing{display:inline-flex;gap:5px;align-items:center;padding:.4rem 0}.dot{width:7px;height:7px;border-radius:50%;background:var(--jaune);animation:bnc 1.2s ease-in-out infinite}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bnc{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.composer{border-top:1px solid var(--line);background:var(--cream);padding:10px clamp(14px,3vw,22px) 6px}.box{max-width:740px;margin:0 auto;display:flex;align-items:flex-end;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:6px 6px 6px 16px;box-shadow:0 2px 10px #372e290d;transition:border-color .15s}.box:focus-within{border-color:var(--jaune)}.box textarea{flex:1;border:none;outline:none;resize:none;font-family:var(--mont);font-size:1rem;line-height:1.45;color:var(--ink);background:transparent;max-height:160px;padding:8px 0}.box textarea::placeholder{color:#b7ab9d}.box .snd{width:40px;height:40px;border-radius:50%;border:none;background:var(--jaune);color:#2b2118;font-size:1.1rem;cursor:pointer;flex:none;transition:.15s;display:grid;place-items:center}.box .snd:hover{background:var(--jaune-deep)}.box .snd:disabled{opacity:.45;cursor:default}.legal{max-width:740px;margin:6px auto 0;text-align:center;font-size:.64rem;color:var(--ink-soft);opacity:.85;line-height:1.5}.legal a{color:var(--ink-soft)}
