:root{--ink:#14201b;--paper:#fff;--ground:#f4f9f6;--line:#dde8e2;--text:#16221d;--text-dim:#55665d;--text-faint:#8a988f;--accent:#1b7a5e;--accent-dark:#145c46;--accent-soft:#1b7a5e14;--accent-line:#1b7a5e33;--bubble-system:#fff;--bubble-user:#1b7a5e;--radius:16px}*{box-sizing:border-box}html,body{background:var(--ground);color:var(--text);margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,.brand{font-family:Manrope,ui-sans-serif,system-ui,sans-serif}a{color:var(--accent)}button{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site-header{border-bottom:1px solid var(--line);background:var(--paper);z-index:10;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;display:flex;position:sticky;top:0}.brand{color:var(--ink);align-items:center;gap:.55rem;font-size:1.15rem;font-weight:800;display:flex}.brand-mark{background:var(--accent);color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.header-whatsapp{color:var(--accent-dark);background:var(--accent-soft);border:1px solid var(--accent-line);white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.header-whatsapp:hover{background:var(--accent-line)}.hero{text-align:center;max-width:640px;margin:0 auto;padding:2.75rem 1.5rem 1.75rem}.hero-eyebrow{color:var(--accent-dark);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.1rem;padding:.3rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero h1{color:var(--ink);text-wrap:balance;margin:0 0 .65rem;font-size:1.85rem;font-weight:800;line-height:1.2}.hero p{color:var(--text-dim);margin:0;font-size:1rem;line-height:1.6}.chat-shell{flex-direction:column;flex:1;width:100%;max-width:640px;min-height:0;margin:0 auto;padding:0 1.25rem 1.25rem;display:flex}.chat-transcript{flex-direction:column;flex:1;gap:.6rem;padding:1rem .25rem 1.25rem;display:flex;overflow-y:auto}.chat-empty{text-align:center;color:var(--text-faint);padding:2rem 1rem;font-size:.9rem}.bubble-row{width:100%;display:flex}.bubble-row.user{justify-content:flex-end}.bubble-row.system{justify-content:flex-start}.bubble{border-radius:var(--radius);white-space:pre-wrap;word-break:break-word;max-width:82%;padding:.7rem .95rem;font-size:.92rem;line-height:1.5}.bubble.user{background:var(--bubble-user);color:#fff;border-bottom-right-radius:4px}.bubble.system{background:var(--bubble-system);color:var(--text);border:1px solid var(--line);border-bottom-left-radius:4px}.typing-indicator{align-items:center;gap:4px;padding:.85rem 1rem;display:inline-flex}.typing-dot{background:var(--text-faint);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing-bounce}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.typing-dot{animation:none}}.composer{background:var(--paper);border:1px solid var(--line);border-radius:999px;align-items:flex-end;gap:.6rem;padding:.5rem .5rem .5rem 1.1rem;display:flex;box-shadow:0 1px 2px #14201b0a}.composer input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-family:inherit;font-size:.95rem}.composer input::placeholder{color:var(--text-faint)}.composer button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex}.composer button:hover:not(:disabled){background:var(--accent-dark)}.composer button:disabled{opacity:.4;cursor:not-allowed}.composer-error{color:#b3261e;text-align:center;margin:0 0 .5rem;font-size:.82rem}.rating-widget{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:0 1px 2px #14201b0a}.rating-stars{justify-content:center;gap:.35rem;margin-bottom:.75rem;display:flex}.rating-star{color:var(--line);cursor:pointer;background:0 0;border:none;padding:.15rem;line-height:0;transition:color .12s,transform .12s}.rating-star:hover:not(:disabled){transform:scale(1.08)}.rating-star.filled{color:#f5a623}.rating-star:disabled{cursor:not-allowed;opacity:.6}.rating-comment{resize:vertical;border:1px solid var(--line);width:100%;color:var(--text);background:var(--ground);border-radius:10px;outline:none;padding:.6rem .7rem;font-family:inherit;font-size:.9rem}.rating-comment:focus{border-color:var(--accent-line)}.rating-comment::placeholder{color:var(--text-faint)}.rating-actions{justify-content:flex-end;gap:.6rem;margin-top:.7rem;display:flex}.rating-skip{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:.55rem .4rem;font-size:.85rem;font-weight:600}.rating-skip:hover:not(:disabled){color:var(--text)}.rating-submit{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:700;transition:background .15s}.rating-submit:hover:not(:disabled){background:var(--accent-dark)}.rating-submit:disabled{opacity:.4;cursor:not-allowed}.trending{flex-direction:column;gap:.6rem;margin-top:1.6rem;display:flex}.trending-row{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.5rem;display:flex}.trending-label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.03em;font-size:.78rem;font-weight:700}.trending-chips{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.trending-chip{color:var(--accent-dark);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:999px;padding:.25rem .65rem;font-size:.8rem;font-weight:600}.site-footer{text-align:center;color:var(--text-faint);padding:1.25rem 1.5rem 2rem;font-size:.8rem}@media (width<=480px){.hero{padding:2rem 1.25rem 1.25rem}.hero h1{font-size:1.5rem}.chat-shell{padding:0 .85rem .85rem}.bubble{max-width:88%}}
