*{box-sizing:border-box;margin:0;padding:0}body{color:#10132f;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:#0671e0;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:720px;margin:24px auto 0;padding:0 16px 24px}.card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}h1{margin-bottom:16px;font-size:1.5rem;font-weight:600}h2{margin-bottom:12px;font-size:1.2rem;font-weight:600}.form-group{margin-bottom:16px}label{margin-bottom:4px;font-size:.9rem;font-weight:500;display:block}input[type=email],input[type=password],input[type=text],textarea{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem}input:focus,textarea:focus{border-color:#0671e0;outline:none;box-shadow:0 0 0 2px #0671e026}textarea{resize:vertical;min-height:120px}button{cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:.95rem;font-weight:500}.btn-primary{color:#fff;background:#0671e0}.btn-primary:hover{background:#0663c7}.btn-primary:disabled{cursor:not-allowed;background:#4196f0}.btn-secondary{color:#374151;background:#e5e7eb}.btn-secondary:hover{background:#d1d5db}.btn-skip{color:#6b7280;background:0 0;padding:6px 12px;font-size:.85rem}.error{color:#dc2626;margin-top:4px;font-size:.85rem}.success{color:#16a34a;margin-top:4px;font-size:.85rem}.divider{color:#9ca3af;align-items:center;gap:12px;margin:20px 0;font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";border-top:1px solid #e5e7eb;flex:1}.login-sent{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px}.login-actions{margin-top:4px}.login-password-links{justify-content:space-between;margin-top:12px;display:flex}.login-password-links .btn-skip{padding:4px 0;font-size:.82rem}.badge{border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-block}.badge-open{color:#92400e;background:#fef3c7}.badge-routed{color:#0671e0;background:#eef5fc}.badge-resolved{color:#166534;background:#dcfce7}.badge-clarifying{color:#6b21a8;background:#f3e8ff}.message{border-radius:8px;margin-bottom:12px;padding:12px}.message-user{background:#eef5fc;margin-left:32px}.message-assistant{background:#f9fafb;margin-right:32px}.message-role{color:#6b7280;margin-bottom:4px;font-size:.75rem;font-weight:600}.chat-container{background:#fff;flex-direction:column;max-width:720px;height:calc(100vh - 73px);margin:0 auto;display:flex}.chat-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.chat-header h2{margin:0}.chat-ref{color:#9ca3af;font-family:monospace;font-size:.8rem}.chat-start-over{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:4px;margin-left:auto;padding:4px 10px;font-size:.78rem}.chat-start-over:hover{color:#374151;background:#f3f4f6}.chat-body{flex-direction:column;flex:1;padding:20px;display:flex;overflow-y:auto}.chat-empty{text-align:center;color:#6b7280;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.chat-empty-title{color:#374151;margin-bottom:8px;font-size:1.2rem;font-weight:600}.chat-empty-sub{max-width:400px;font-size:.9rem}.chat-messages{flex-direction:column;gap:12px;display:flex}.chat-bubble{word-wrap:break-word;border-radius:16px;max-width:80%;padding:10px 14px;font-size:.95rem;line-height:1.5}.chat-user{color:#fff;background:#0671e0;border-bottom-right-radius:4px;align-self:flex-end}.chat-assistant{color:#10132f;background:#f3f4f6;border-bottom-left-radius:4px;align-self:flex-start}.chat-sender{color:#6b7280;margin-bottom:2px;font-size:.7rem;font-weight:600}.chat-text{white-space:pre-wrap}.chat-typing{gap:4px;padding:4px 0;display:flex}.chat-typing span{background:#9ca3af;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite chatTyping}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chatTyping{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-done{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:16px;padding:16px}.chat-done-badge{color:#166534;text-transform:capitalize;background:#dcfce7;border-radius:12px;margin-bottom:8px;padding:2px 10px;font-size:.8rem;font-weight:500;display:inline-block}.chat-done-routing{color:#374151;margin-bottom:12px;font-size:.85rem;line-height:1.6}.chat-done-actions{align-items:center;gap:10px;display:flex}.chat-done-actions .btn-secondary{text-decoration:none;display:inline-block}.chat-input-area{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0}.chat-screenshots{padding:12px 16px 0}.chat-input-row{align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.chat-input-row textarea{resize:none;border:1px solid #d1d5db;border-radius:20px;flex:1;min-height:40px;max-height:120px;padding:10px 14px;font-family:inherit;font-size:.95rem;line-height:1.4}.chat-input-row textarea:focus{border-color:#0671e0;outline:none;box-shadow:0 0 0 2px #0671e026}.chat-input-urgent textarea{border-color:#fca5a5}.chat-input-urgent textarea:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426}.chat-urgent-btn{color:#ef4444;cursor:pointer;white-space:nowrap;background:0 0;border:2px solid #ef4444;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;height:40px;padding:0 14px;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.chat-urgent-btn:hover{background:#fef2f2}.chat-urgent-active{color:#fff;background:#ef4444;border-color:#ef4444}.chat-urgent-active:hover{color:#fff;background:#dc2626;border-color:#dc2626}.chat-attach-btn,.chat-send-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.chat-attach-btn:hover{color:#0671e0;background:#eef5fc}.chat-send-btn{color:#fff;background:#0671e0}.chat-send-btn:hover{background:#0663c7}.chat-send-btn:disabled{cursor:not-allowed;background:#4196f0}.chat-preview{background:#fff;border:1px solid #abbed1;border-radius:12px;margin-top:16px;padding:16px}.chat-preview-title{color:#10132f;margin-bottom:12px;font-size:1rem;font-weight:600}.chat-preview-field{margin-bottom:10px}.chat-preview-label{color:#54606b;margin-bottom:2px;font-size:.8rem;font-weight:600;display:block}.chat-preview-value{color:#10132f;font-size:.95rem}.chat-preview-urgent{color:#fff;vertical-align:middle;background:#ef4444;border-radius:10px;margin-left:8px;padding:1px 8px;font-size:.7rem;font-weight:700;display:inline-block}.chat-preview-actions-list{flex-direction:column;gap:8px;margin-top:4px;display:flex}.chat-preview-action{color:#10132f;background:#f5f7fa;border-radius:6px;padding:8px 10px;font-size:.9rem}.chat-preview-detail{color:#54606b;margin-top:2px;font-size:.8rem}.chat-preview-tag{color:#0671e0;background:#eef5fc;border-radius:8px;margin:0 3px;padding:0 6px;font-size:.75rem;display:inline-block}.chat-preview-buttons{gap:10px;margin-top:14px;display:flex}.chat-preview-buttons .btn-secondary{flex:none}.chat-preview-buttons .btn-submit-feedback{flex:1}.chat-submit-bar{flex-direction:column;align-items:center;padding:8px 16px 10px;display:flex}.chat-submit-hint{color:#54606b;text-align:center;margin-top:4px;font-size:.78rem}.btn-submit-feedback{color:#fff;cursor:pointer;background:#009262;border:none;border-radius:8px;padding:10px 32px;font-size:.95rem;font-weight:600;animation:2s ease-in-out 3 submit-pulse}.btn-submit-feedback:hover{background:#007a52}.btn-submit-feedback:disabled{cursor:not-allowed;background:#89939e;animation:none}@keyframes submit-pulse{0%,to{box-shadow:0 0 #00926266}50%{box-shadow:0 0 0 8px #00926200}}.nav{color:#dbedff;background:#0e2552;border-bottom:none;flex-wrap:wrap;align-items:center;gap:16px;padding:12px 16px;display:flex}.nav a{color:#dbedff}.nav a:hover{color:#fff;text-decoration:none}@media (width<=480px){.nav{gap:8px;font-size:.85rem}}.nav-title{color:#fff;margin-right:auto;font-weight:600}.nav-logo{vertical-align:middle;width:auto;height:28px;margin-right:8px}.feedback-list{list-style:none}.feedback-item{cursor:pointer;border-bottom:1px solid #f3f4f6;border-radius:6px;justify-content:space-between;align-items:center;margin:0 -12px;padding:12px;display:flex}.feedback-item:hover{background:#f9fafb}.chat-attachments{padding:8px 16px 0}.attachments-area{flex-direction:column;gap:6px;display:flex}.attachments-row{align-items:center;gap:8px;display:flex}.btn-attach{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:5px 12px;font-size:.82rem;font-weight:500}.btn-attach:hover{background:#e5e7eb}.btn-attach:disabled{color:#9ca3af;cursor:wait}.attachments-hint{color:#9ca3af;font-size:.78rem}.attachments-list{flex-direction:column;gap:4px;display:flex}.attachment-item{background:#f9fafb;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;font-size:.85rem;display:flex}.attachment-thumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:4px;width:36px;height:36px}.attachment-icon{color:#0671e0;background:#eef5fc;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.7rem;font-weight:700;display:flex}.attachment-name{text-overflow:ellipsis;white-space:nowrap;color:#374151;flex:1;overflow:hidden}.attachment-remove{color:#fff;text-align:center;cursor:pointer;background:#ef4444;border:none;border-radius:50%;flex-shrink:0;width:20px;height:20px;padding:0;font-size:12px;line-height:20px}
