:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#0f172a;background:#f1f5f9}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:1.25rem}.error{background:#fef2f2;color:#b91c1c;padding:.75rem 1rem;border-radius:8px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e2e8f0;font-size:.875rem}th{color:#64748b;font-weight:600}input,select{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px}.btn{background:#0f766e;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem}.btn.secondary{background:#475569}.btn.danger{background:#b91c1c}.btn.google-btn{background:#fff;color:#1f2937;border:1px solid #cbd5e1}.btn.google-btn:hover{background:#f8fafc}.layout{max-width:1100px;margin:0 auto;padding:1.5rem}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.tabs{display:flex;gap:.5rem;margin-bottom:1rem}.tabs button{border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:.35rem 1rem}.tabs button.active{background:#0f766e;color:#fff;border-color:#0f766e}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.grid-2{grid-template-columns:1fr}}.chat-panel{display:flex;flex-direction:column;min-height:420px}.chat-log{flex:1;max-height:50vh;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;margin-bottom:.75rem;background:#f8fafc}.chat-hint{color:#64748b;font-size:.875rem;margin:0}.chat-bubble{margin-bottom:.75rem;padding:.65rem .85rem;border-radius:10px;max-width:92%}.chat-bubble.user{margin-left:auto;background:#ccfbf1}.chat-bubble.assistant{background:#fff;border:1px solid #e2e8f0}.chat-role{font-size:.7rem;font-weight:600;color:#64748b;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.04em}.chat-input-row{display:flex;gap:.5rem}.chat-input-row input{flex:1}.pending-actions{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.pending-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;font-size:.875rem}.quick-actions{margin-bottom:1rem}.quick-actions-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.quick-actions-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(max-width:768px){.quick-actions-row{grid-template-columns:1fr}}.btn.quick-action{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;text-align:left;background:#f0fdfa;color:#0f766e;border:1px solid #99f6e4;padding:.65rem .85rem}.btn.quick-action strong{font-size:.9rem}.btn.quick-action span{font-size:.75rem;font-weight:400;opacity:.85}.btn.quick-action.selected{background:#0f766e;color:#fff;border-color:#0f766e}.badge-pending{font-size:.65rem;background:#fef3c7;color:#92400e;padding:.1rem .35rem;border-radius:4px;margin-top:.25rem}.wizard-step{margin-bottom:.75rem;padding:.75rem;border:1px dashed #cbd5e1;border-radius:8px;background:#fff}.wizard-step-title{display:block;font-size:.75rem;font-weight:600;color:#475569;margin-bottom:.5rem}.wizard-cancel{margin-bottom:.75rem;font-size:.8rem;padding:.35rem .75rem}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.chip{border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:.35rem .85rem;font-size:.85rem}.chip.suggested{border-color:#0f766e;background:#ccfbf1}.conversation-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.conversation-item{text-align:left;border:1px solid #e2e8f0;background:#f8fafc;border-radius:8px;padding:.5rem .65rem}.conversation-item:hover{border-color:#0f766e;background:#f0fdfa}.conversation-item-title{font-weight:600;font-size:.875rem}.conversation-item-meta{font-size:.7rem;color:#64748b;margin-top:.2rem;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.conversation-item-meta code{font-size:.65rem}.tag{background:#e2e8f0;padding:.1rem .35rem;border-radius:4px}
