Files
report/frontend/dist/assets/AIChatView-BEcgo_7s.css
T
2026-07-19 03:44:35 +09:00

2 lines
4.0 KiB
CSS

.app-layout[data-v-7c7c57d1]{display:flex;width:100vw;height:100vh;overflow:hidden;background:#f8fafc}.main-content[data-v-7c7c57d1]{flex:1;display:flex;flex-direction:column;padding:1.5rem;overflow:hidden}.chat-container[data-v-7c7c57d1]{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0000000d;overflow:hidden;max-width:1000px;margin:0 auto;width:100%}.chat-header[data-v-7c7c57d1]{padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#fff}.header-left[data-v-7c7c57d1]{display:flex;align-items:center;gap:12px}.btn-back[data-v-7c7c57d1]{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.btn-back[data-v-7c7c57d1]:hover{background:#f1f5f9;color:#1e293b}.chat-header h1[data-v-7c7c57d1]{font-size:1.25rem;font-weight:700;color:#1e293b}.btn-save[data-v-7c7c57d1]{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f1f5f9;color:#475569;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-save[data-v-7c7c57d1]:hover{background:#e2e8f0;color:#1e293b}.chat-history[data-v-7c7c57d1]{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;background:#fdfeff}.message-wrapper[data-v-7c7c57d1]{display:flex;width:100%}.message-wrapper.user[data-v-7c7c57d1]{justify-content:flex-end}.message[data-v-7c7c57d1]{display:flex;gap:12px;max-width:80%}.user .message[data-v-7c7c57d1]{flex-direction:row-reverse}.avatar[data-v-7c7c57d1]{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.assistant .avatar[data-v-7c7c57d1]{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff}.user .avatar[data-v-7c7c57d1]{background:#e2e8f0;color:#475569}.content[data-v-7c7c57d1]{padding:12px 16px;border-radius:14px;font-size:.95rem;line-height:1.6;white-space:pre-wrap}.assistant .content[data-v-7c7c57d1]{background:#f1f5f9;color:#1e293b;border-top-left-radius:2px}.user .content[data-v-7c7c57d1]{background:#2563eb;color:#fff;border-top-right-radius:2px}.chat-input-section[data-v-7c7c57d1]{padding:1.5rem;border-top:1px solid #e2e8f0;background:#fff}.chat-input-wrapper[data-v-7c7c57d1]{display:flex;gap:12px;align-items:flex-end;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:8px 12px;transition:border-color .2s}.chat-input-wrapper[data-v-7c7c57d1]:focus-within{border-color:#2563eb;background:#fff}textarea[data-v-7c7c57d1]{flex:1;border:none;background:transparent;padding:8px 4px;font-size:1rem;line-height:1.5;resize:none;color:#1e293b;max-height:200px}textarea[data-v-7c7c57d1]:focus{outline:none}.btn-send[data-v-7c7c57d1]{background:#2563eb;color:#fff;border:none;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;margin-bottom:2px}.btn-send[data-v-7c7c57d1]:hover:not(:disabled){background:#1d4ed8;transform:scale(1.05)}.btn-send[data-v-7c7c57d1]:disabled{background:#cbd5e1;cursor:not-allowed}.input-hint[data-v-7c7c57d1]{margin-top:8px;font-size:.75rem;color:#94a3b8;text-align:center}.typing-indicator[data-v-7c7c57d1]{display:flex;gap:4px;padding:4px 0}.typing-indicator span[data-v-7c7c57d1]{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:bounce-7c7c57d1 1.4s infinite ease-in-out}.typing-indicator span[data-v-7c7c57d1]:nth-child(1){animation-delay:-.32s}.typing-indicator span[data-v-7c7c57d1]:nth-child(2){animation-delay:-.16s}@keyframes bounce-7c7c57d1{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-history[data-v-7c7c57d1]::-webkit-scrollbar{width:6px}.chat-history[data-v-7c7c57d1]::-webkit-scrollbar-track{background:transparent}.chat-history[data-v-7c7c57d1]::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.chat-history[data-v-7c7c57d1]::-webkit-scrollbar-thumb:hover{background:#cbd5e1}