body{background-color:#f7f7f7;color:#222;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0;padding:0}.container{display:flex;flex-direction:column;height:100vh}.footer,.header{align-items:center;background-color:#e3e3e3;flex-shrink:0;font-weight:700;height:50px;justify-content:center;text-align:center}.footer,.header,.main{display:flex;padding:1rem}.main{flex:1 1;gap:1rem;overflow:hidden}.chat-window,.form-section{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.form-section{overflow-y:auto}.chat-window,.form-section{background:#fff;border-radius:10px;box-shadow:0 0 4px #0000001a;padding:1rem}.chat-window{display:flex;flex-direction:column}.form-toolbar{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff2;border-bottom:1px solid #eee;display:flex;gap:12px;justify-content:space-between;margin-bottom:.75rem;padding:.5rem 0;position:sticky;top:0;z-index:2}.form-toolbar .title{font-size:1rem;font-weight:800}.form-toolbar .actions{align-items:center;display:flex;gap:.5rem}button{background:#fff;border:1px solid #ccc;border-radius:10px;cursor:pointer;font-weight:700;padding:.55rem .9rem}button.primary{border-color:#0078ff;color:#0078ff}button:disabled{cursor:not-allowed;opacity:.5}form fieldset{border:1px solid #ccc;border-radius:8px;margin-bottom:1rem;padding:1rem}label{display:block;font-weight:700;margin-top:.5rem}input,select,textarea{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;margin-bottom:1rem;margin-top:.25rem;padding:.5rem;width:100%}.chat-toolbar{align-items:center;border-bottom:1px solid #eee;display:flex;gap:12px;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem}.chat-status{font-size:.9rem;font-weight:800}.chat-hint{color:#555;font-size:.85rem;text-align:right}.chat-window .messages{background-color:#fafafa;border:1px solid #eee;border-radius:8px;display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:.5rem}.message-system{align-self:center;background:#f0f0f0;border-radius:999px;color:#333;font-size:.85rem;max-width:95%;padding:8px 12px}.message-bubble{word-wrap:break-word;animation:fadeIn .2s ease;border-radius:18px;display:flex;line-height:1.4;max-width:85%;padding:10px 14px}.message-bubble.user{align-self:flex-end;background-color:#0078ff;border-bottom-right-radius:6px;color:#fff}.message-bubble.assistant{align-self:flex-start;background-color:#e5e5ea;border-bottom-left-radius:6px;color:#111}.chat-window .messages::-webkit-scrollbar{width:6px}.chat-window .messages::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-input{display:flex;flex-shrink:0;gap:.5rem;padding-top:.75rem}.chat-input input{flex:1 1}.preview-overlay{align-items:center;background:#00000059;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:999}.preview-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;height:min(85vh,900px);overflow:hidden;width:min(1000px,95vw)}.preview-header{align-items:center;border-bottom:1px solid #eee;display:flex;gap:.75rem;justify-content:space-between;padding:.9rem 1rem}.preview-header .title{font-weight:900}.preview-body{overflow:auto;padding:1rem}@media (max-width:1024px){.main{flex-direction:column}.chat-window,.form-section{height:50%;width:100%}}@media (max-width:600px){.footer,.header{font-size:.9rem;padding:.75rem}input,select,textarea{font-size:.95rem}}
/*# sourceMappingURL=main.55d1cd19.css.map*/