:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7fb;--panel:#fff;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--primary:#0f172a;--primary-foreground:#fff;--assistant-bg:#f8fafc;--radius-lg:16px}*{box-sizing:border-box}html,body{background:radial-gradient(circle at top,#fff 0%,var(--bg)52%);color:var(--text);margin:0;padding:0;font-family:Inter,Arial,sans-serif}.app-shell{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100dvh;padding:2rem;display:flex}.embed-shell{min-height:100dvh}.app-shell__hero{text-align:center}.app-shell__hero h1{margin:0;font-size:2rem}.app-shell__hero p{color:var(--muted);margin:.4rem 0 0}.ui-card{background:color-mix(in srgb,var(--panel)92%,white);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,760px);box-shadow:0 12px 40px #0f172a12}.ui-card__header,.ui-card__content,.ui-card__footer{padding:1rem 1.1rem}.ui-card__header{border-bottom:1px solid var(--border)}.ui-card__footer{border-top:1px solid var(--border)}.ui-card__title{margin:0;font-size:1.1rem;font-weight:700}.ui-card__description{color:var(--muted);margin:.35rem 0 0;font-size:.95rem}.ui-badge{border:1px solid var(--border);background:var(--panel);color:var(--muted);border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.74rem;font-weight:600;display:inline-flex}.ui-scroll-area{overflow-y:auto}.ui-input{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:12px;padding:.65rem .8rem;font-size:.95rem}.ui-input::placeholder{color:#94a3b8}.ui-input:focus{outline:2px solid color-mix(in srgb,var(--primary)20%,white);outline-offset:1px}.ui-button{cursor:pointer;border:0;border-radius:12px;padding:.62rem .95rem;font-size:.92rem;font-weight:600;transition:transform .12s,opacity .12s}.ui-button:active{transform:translateY(1px)}.ui-button:disabled{opacity:.6;cursor:not-allowed}.ui-button--default{background:var(--primary);color:var(--primary-foreground)}.ui-button--outline{border:1px solid var(--border);color:var(--text);background:0 0}.ui-button--ghost{color:var(--text);background:0 0}.chatbox__title-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.chatbox__messages{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:.6rem;height:420px;padding-right:.25rem;display:flex}.chatbox__messages::-webkit-scrollbar{display:none}.chatbox__empty{color:var(--muted);background:var(--assistant-bg);border:1px dashed var(--border);border-radius:12px;padding:.8rem;font-size:.9rem}.chatbox__bubble{white-space:pre-wrap;border-radius:14px;max-width:86%;padding:.7rem .82rem;line-height:1.45}.chatbox__bubble--user{background:var(--primary);color:var(--primary-foreground);align-self:flex-end}.chatbox__bubble--assistant{background:var(--assistant-bg);border:1px solid var(--border);align-self:flex-start}.chatbox__status{color:var(--muted);font-size:.88rem}.chatbox__composer{gap:.6rem;width:100%;display:flex}.chatbox--embed.ui-card{width:100%;min-height:100dvh;box-shadow:none;border:0;border-radius:0}.chatbox--embed .ui-card__header,.chatbox--embed .ui-card__content,.chatbox--embed .ui-card__footer{padding-inline:clamp(1rem,2vw,1.5rem)}.chatbox--embed .ui-card__content{flex:1}.chatbox--embed .chatbox__messages{height:100%}@media (max-width:768px){.app-shell{justify-content:flex-start;padding:0}.chatbox.ui-card{width:100%;min-height:100dvh;box-shadow:none;border:0;border-radius:0;flex-direction:column;display:flex}.chatbox .ui-card__header,.chatbox .ui-card__content,.chatbox .ui-card__footer{padding-inline:clamp(1rem,2vw,1.5rem)}.chatbox .ui-card__content{flex:1}.chatbox__messages{height:100%}}
