:root{--primary:#4f46e5;--primary-hover:#4338ca;--bg-gradient-start:#f8fafc;--bg-gradient-end:#e2e8f0;--chat-bg:#ffffffd9;--text-main:#1e293b;--text-muted:#64748b;--bubble-user:#4f46e5;--bubble-bot:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#app{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.mobile-container{background:var(--chat-bg);-webkit-backdrop-filter:blur(12px);width:100%;max-width:480px;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:relative;overflow:hidden}@media (width>=481px){.mobile-container{border:1px solid #ffffff80;border-radius:24px;height:90vh}}.chat-wrapper[data-v-fd2538a9]{flex-direction:column;width:100%;height:100%;display:flex}.chat-header[data-v-fd2538a9]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffffe6;border-bottom:1px solid #0000000d;padding:16px 20px}.header-content[data-v-fd2538a9]{align-items:center;gap:12px;display:flex}.avatar-container[data-v-fd2538a9]{position:relative}.bot-avatar[data-v-fd2538a9]{background:linear-gradient(135deg, var(--primary) 0%, #818cf8 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:700;display:flex;box-shadow:0 4px 10px #4f46e54d}.bot-avatar-small[data-v-fd2538a9]{background:linear-gradient(135deg, var(--primary) 0%, #818cf8 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.online-indicator[data-v-fd2538a9]{background-color:#22c55e;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.header-info[data-v-fd2538a9]{flex-direction:column;display:flex}.header-title[data-v-fd2538a9]{color:var(--text-main);margin:0;font-size:16px;font-weight:600}.header-subtitle[data-v-fd2538a9]{color:var(--text-muted);margin:2px 0 0;font-size:12px}.chat-area[data-v-fd2538a9]{scroll-behavior:smooth;flex:1;padding:20px;overflow-y:auto}.chat-messages[data-v-fd2538a9]{flex-direction:column;gap:16px;display:flex}.message-row[data-v-fd2538a9]{width:100%;animation:.3s ease-out forwards fadeIn-fd2538a9;display:flex}.row-user[data-v-fd2538a9]{justify-content:flex-end}.row-bot[data-v-fd2538a9]{justify-content:flex-start;gap:8px}.message-bubble[data-v-fd2538a9]{flex-direction:column;max-width:80%;padding:12px 16px;display:flex;position:relative}.bubble-bot[data-v-fd2538a9]{background:var(--bubble-bot);box-shadow:var(--shadow-sm);border:1px solid #00000008;border-radius:16px 16px 16px 4px}.bubble-user[data-v-fd2538a9]{background:var(--primary);color:#fff;border-radius:16px 16px 4px;box-shadow:0 4px 10px #4f46e533}.message-text[data-v-fd2538a9]{white-space:pre-wrap;margin:0;font-size:14px;line-height:1.5}.message-time[data-v-fd2538a9]{opacity:.7;align-self:flex-end;margin-top:4px;font-size:10px}.typing-indicator[data-v-fd2538a9]{flex-direction:row;align-items:center;gap:4px;padding:16px;display:flex}.typing-indicator span[data-v-fd2538a9]{background-color:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce-fd2538a9}.typing-indicator span[data-v-fd2538a9]:first-child{animation-delay:-.32s}.typing-indicator span[data-v-fd2538a9]:nth-child(2){animation-delay:-.16s}.input-area[data-v-fd2538a9]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-top:1px solid #0000000d;padding:16px 20px}.input-container[data-v-fd2538a9]{background:#f1f5f9;border-radius:24px;align-items:center;gap:12px;padding:8px 12px;transition:box-shadow .2s;display:flex}.input-container[data-v-fd2538a9]:focus-within{background:#fff;box-shadow:0 0 0 2px #4f46e533}.chat-input[data-v-fd2538a9]{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;padding:8px;font-size:15px}.chat-input[data-v-fd2538a9]::placeholder{color:#94a3b8}.send-btn[data-v-fd2538a9]{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.send-btn[data-v-fd2538a9]:hover:not(:disabled){background:var(--primary-hover);transform:scale(1.05)}.send-btn[data-v-fd2538a9]:disabled{cursor:not-allowed;background:#cbd5e1}@keyframes fadeIn-fd2538a9{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce-fd2538a9{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.btn-finish[data-v-fd2538a9]{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;outline:none;padding:8px 16px;font-size:13px;font-weight:600;transition:all .3s}.btn-finish[data-v-fd2538a9]:hover{color:#fff;background:#ef4444;box-shadow:0 4px 12px #ef444433}.btn-finish-pulse[data-v-fd2538a9]{animation:2s infinite pulse-green-fd2538a9;color:#fff!important;background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important;border:none!important;box-shadow:0 4px 15px #10b98166!important}@keyframes pulse-green-fd2538a9{0%{transform:scale(1);box-shadow:0 4px 15px #10b98166}50%{transform:scale(1.05);box-shadow:0 4px 25px #10b98199}to{transform:scale(1);box-shadow:0 4px 15px #10b98166}}.result-wrapper[data-v-3c78c8f3]{background:var(--bg-gradient-start);flex-direction:column;width:100%;height:100%;display:flex;overflow-y:auto}.result-header[data-v-3c78c8f3]{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffffe6;border-bottom:1px solid #0000000d;padding:20px;position:sticky;top:0}.header-title[data-v-3c78c8f3]{color:var(--text-main);margin:0;font-size:18px;font-weight:600}.result-content[data-v-3c78c8f3]{flex-direction:column;gap:20px;padding:20px;animation:.5s ease-out fadeIn-3c78c8f3;display:flex}.score-card[data-v-3c78c8f3]{box-shadow:var(--shadow-md);background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:30px 20px;display:flex}.score-circle[data-v-3c78c8f3]{background:conic-gradient(var(--primary) calc(var(--score-pct) * 1%), #e2e8f0 0);border:6px solid #f8fafc;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:16px;display:flex;position:relative;box-shadow:0 4px 15px #4f46e526}.score-good[data-v-3c78c8f3]{color:#10b981;border-color:#ecfdf5}.score-bad[data-v-3c78c8f3]{color:#ef4444;border-color:#fef2f2}.score-number[data-v-3c78c8f3]{color:var(--primary);font-size:42px;font-weight:800}.score-label[data-v-3c78c8f3]{color:var(--text-muted);margin-top:16px;margin-left:4px;font-size:14px}.evaluation-title[data-v-3c78c8f3]{margin:0 0 8px;font-size:20px;font-weight:700}.evaluation-subtitle[data-v-3c78c8f3]{color:var(--text-muted);text-align:center;margin:0;font-size:14px}.detail-card[data-v-3c78c8f3],.feedback-card[data-v-3c78c8f3]{box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:20px}.card-title[data-v-3c78c8f3]{color:var(--text-main);border-left:4px solid var(--primary);margin:0 0 16px;padding-left:8px;font-size:16px;font-weight:600}.dimension-item[data-v-3c78c8f3]{margin-bottom:16px}.dimension-item[data-v-3c78c8f3]:last-child{margin-bottom:0}.dim-header[data-v-3c78c8f3]{justify-content:space-between;margin-bottom:8px;font-size:14px;font-weight:500;display:flex}.progress-bar[data-v-3c78c8f3]{background:#f1f5f9;border-radius:4px;height:8px;overflow:hidden}.progress-fill[data-v-3c78c8f3]{background:var(--primary);border-radius:4px;height:100%;transition:width 1s ease-out}.feedback-list[data-v-3c78c8f3]{margin:0;padding:0;list-style:none}.feedback-list li[data-v-3c78c8f3]{background:#f8fafc;border-radius:8px;margin-bottom:12px;padding:12px;font-size:14px;line-height:1.6}.feedback-list li[data-v-3c78c8f3]:last-child{margin-bottom:0}.loading-state[data-v-3c78c8f3]{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.spinner[data-v-3c78c8f3]{border:4px solid #4f46e533;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite spin-3c78c8f3}.result-footer[data-v-3c78c8f3]{margin-top:auto;padding:20px}.btn-primary[data-v-3c78c8f3]{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:all .2s;box-shadow:0 4px 10px #4f46e533}.btn-primary[data-v-3c78c8f3]:active{transform:scale(.98)}@keyframes spin-3c78c8f3{to{transform:rotate(360deg)}}@keyframes fadeIn-3c78c8f3{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
