*{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}.error{color:#dc2626;margin-top:4px;font-size:.85rem}.success{color:#16a34a;margin-top:4px;font-size:.85rem}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;animation:.7s linear infinite spin;display:inline-block}.btn-loading{justify-content:center;align-items:center;gap:8px;display:inline-flex}.btn-sso:disabled{cursor:progress}.sso-completing{color:#374151;flex-direction:column;align-items:center;gap:14px;padding:28px 0;display:flex}.sso-completing .spinner{color:#0671e0;border-width:3px;width:30px;height:30px}.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-routing{color:#075985;background:#e0f2fe}.badge-resolved{color:#166534;background:#dcfce7}.badge-clarifying{color:#6b21a8;background:#f3e8ff}.badge-closed{color:#374151;background:#e5e7eb}.badge-archived{color:#6b7280;background:#e5e7eb}.badge-board{color:#075985;white-space:nowrap;background:#e0f2fe}.badge-board-done{color:#166534;background:#dcfce7}.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}.detail-attachments{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:16px}.detail-attachments-grid{flex-wrap:wrap;gap:12px;display:flex}.detail-attachment-item{color:inherit;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:center;gap:4px;max-width:160px;padding:8px;text-decoration:none;transition:border-color .15s;display:flex}.detail-attachment-item:hover{border-color:#0671e0}.detail-attachment-img{object-fit:cover;border-radius:4px;max-width:140px;max-height:140px}.detail-attachment-file{background:#eef5fc;border-radius:6px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.detail-attachment-badge{color:#0671e0;font-size:.8rem;font-weight:600}.detail-attachment-name{color:#6b7280;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:.75rem;overflow:hidden}.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:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #93c5fd;border-radius:8px;align-items:center;gap:6px;margin-left:auto;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.chat-start-over:hover{color:#1e40af;background:#dbeafe;border-color:#60a5fa}.chat-start-over:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.chat-start-over:before{content:"";background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d4ed8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12a9 9 0 1 0 3-6.7'/><polyline points='3 4 3 10 9 10'/></svg>");background-repeat:no-repeat;background-size:contain;width:14px;height:14px;display:inline-block}.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-img{opacity:.9;margin-bottom:12px}.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-category-chips{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:16px;display:flex}.chat-chip{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.88rem;font-weight:500;transition:all .15s;display:inline-flex}.chat-chip:hover{color:#0671e0;background:#eef5fc;border-color:#0671e0}.chat-chip-active{color:#fff;background:#0671e0;border-color:#0671e0}.chat-chip-active:hover{color:#fff;background:#0663c7;border-color:#0663c7}.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-bubble-attachments{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.chat-bubble-attachment{display:flex}.chat-bubble-attachment-img{object-fit:cover;border:1px solid #ffffff59;border-radius:10px;max-width:240px;max-height:240px;display:block}.chat-assistant .chat-bubble-attachment-img{border-color:#e5e7eb}.chat-bubble-attachment-file{background:#ffffff29;border-radius:10px;align-items:center;gap:8px;padding:6px 10px;font-size:.82rem;display:inline-flex}.chat-assistant .chat-bubble-attachment-file{color:#0671e0;background:#eef5fc}.chat-bubble-attachment-kind{letter-spacing:.03em;font-size:.7rem;font-weight:700}.chat-bubble-attachment-name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.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{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:16px;padding:16px}.chat-done-img{opacity:.85;margin:0 auto 8px;display:block}.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{justify-content:center;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:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 14px;font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.chat-urgent-btn:before{content:"";background:#e5e7eb;border:1px solid #d1d5db;border-radius:50%;flex-shrink:0;width:14px;height:14px;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-block}.chat-urgent-btn:hover{color:#374151;background:#f9fafb;border-color:#9ca3af}.chat-urgent-active{color:#fff;background:#ef4444;border-color:#dc2626;font-weight:600;box-shadow:0 0 0 3px #ef44442e}.chat-urgent-active:before{background:#fff;border-color:#fff;box-shadow:inset 0 0 0 3px #ef4444}.chat-urgent-active:hover{color:#fff;background:#dc2626;border-color:#b91c1c}.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-category{color:#10132f;background:#fff;border:1px solid #d1d5db;border-radius:6px;max-width:100%;padding:3px 8px;font-size:.95rem}.chat-preview-category:disabled{color:#9ca3af;background:#f9fafb}.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-note{color:#6b7280;margin:10px 0 0;padding:0;font-size:.8rem;font-style:italic}.chat-preview-warning{color:#7a6200;background:#fef9e7;border:1px solid #f5d060;border-radius:8px;margin-top:10px;margin-bottom:4px;padding:10px 12px;font-size:.85rem}.chat-preview-warning-title{margin-bottom:4px;font-weight:600}.chat-preview-warning-list{margin:0;padding-left:18px}.chat-preview-warning-list li{margin-bottom:2px}.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}.chat-submit-bar-soft{opacity:.85}.btn-submit-as-is{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:8px;padding:8px 24px;font-size:.88rem;font-weight:500}.btn-submit-as-is:hover{color:#374151;background:#f3f4f6;border-color:#9ca3af}.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}.nav-title-link{color:#fff;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;margin:-4px 6px -4px -6px;padding:4px 6px;font-weight:600;transition:background .12s;display:inline-flex}.nav-title-link:hover{background:#ffffff14}.nav-title-link:focus-visible{outline-offset:2px;outline:2px solid #93c5fd}.feedback-list{list-style:none}.feedback-item{cursor:pointer;border-bottom:1px solid #f3f4f6;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;margin:0 -12px;padding:12px;display:flex}.feedback-item:hover{background:#f9fafb}.feedback-item-static{cursor:default}.feedback-item-static:hover{background:0 0}.feedback-item-urgent{background:#fff5f5;border-left:3px solid #dc2626;padding-left:9px}.feedback-item-urgent:hover{background:#ffecec}.badge-urgent{letter-spacing:.03em;color:#fff;text-transform:uppercase;background:#dc2626;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700;line-height:1.4;display:inline-block}.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-count{color:#6b7280;background:#e5e7eb;border-radius:10px;margin-left:auto;padding:2px 10px;font-size:.75rem;font-weight:500}.attachments-hint{color:#9ca3af;font-size:.78rem}.attachments-list{flex-direction:column;gap:4px;display:flex}.attachments-group-label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:.72rem}.attachment-item{background:#f9fafb;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;font-size:.85rem;display:flex}.attachment-item.attachment-committed{color:#6b7280;background:#f3f4f6}.attachment-committed-badge{color:#6b7280;background:#e5e7eb;border-radius:10px;flex-shrink:0;padding:1px 8px;font-size:.7rem;font-weight:500}.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}
