.login-button[data-v-c8637d1a]{background-color:#10b981;color:#fff;border:none;padding:12px 32px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.login-button[data-v-c8637d1a]:hover{background-color:#059669}.login-button[data-v-c8637d1a]:active{background-color:#047857}.user-badge[data-v-15fe60c4]{display:flex;align-items:center;gap:12px}.avatar[data-v-15fe60c4]{width:40px;height:40px;border-radius:50%;background-color:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;text-transform:uppercase}.user-info[data-v-15fe60c4]{display:flex;flex-direction:column}.name[data-v-15fe60c4]{font-weight:600;color:#1f2937}.email[data-v-15fe60c4]{font-size:14px;color:#6b7280}.task-item[data-v-d99493f9]{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.task-item[data-v-d99493f9]:hover:not(.completed){border-color:#10b981;box-shadow:0 2px 8px #10b9811a}.task-item.completed[data-v-d99493f9]{background:#f9fafb;cursor:default}.task-item.completed .task-title[data-v-d99493f9]{text-decoration:line-through;color:#9ca3af}.checkbox[data-v-d99493f9]{width:24px;height:24px;border:2px solid #d1d5db;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.task-item:hover:not(.completed) .checkbox[data-v-d99493f9]{border-color:#10b981}.task-item.completed .checkbox[data-v-d99493f9]{background:#10b981;border-color:#10b981;color:#fff}.checkbox svg[data-v-d99493f9]{width:14px;height:14px}.task-title[data-v-d99493f9]{flex:1;color:#374151}.status-badge[data-v-d99493f9]{font-size:12px;font-weight:500;padding:4px 8px;border-radius:4px}.status-badge.pending[data-v-d99493f9]{background:#fef3c7;color:#92400e}.status-badge.done[data-v-d99493f9]{background:#d1fae5;color:#065f46}.workflow-list[data-v-01d8de1d]{width:100%;max-width:600px}.list-header[data-v-01d8de1d]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.list-header h2[data-v-01d8de1d]{margin:0;color:#1f2937;font-size:20px}.task-stats[data-v-01d8de1d]{display:flex;gap:12px}.stat[data-v-01d8de1d]{font-size:14px;font-weight:500}.stat.pending[data-v-01d8de1d]{color:#92400e}.stat.completed[data-v-01d8de1d]{color:#065f46}.tasks[data-v-01d8de1d]{display:flex;flex-direction:column;gap:8px}.hint[data-v-01d8de1d]{margin-top:16px;font-size:14px;color:#9ca3af;text-align:center}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#f3f4f6;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#10b981}.logo-icon{width:28px;height:28px}.header-right{display:flex;align-items:center;gap:16px}.logout-button{background:none;border:1px solid #d1d5db;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s ease}.logout-button:hover{border-color:#ef4444;color:#ef4444}.main{flex:1;display:flex;flex-direction:column;align-items:center;padding:48px 24px}.loading{display:flex;flex-direction:column;align-items:center;gap:16px;color:#6b7280}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{text-align:center;color:#ef4444}.error button{margin-top:16px;padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer}.authenticated{width:100%;max-width:700px;display:flex;flex-direction:column;align-items:center;gap:32px}.welcome-banner{text-align:center}.welcome-banner h1{color:#1f2937;font-size:28px;margin-bottom:8px}.welcome-banner p{color:#6b7280}.sister-app-link{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:16px}.sister-app-link .link{display:flex;align-items:center;gap:8px;color:#10b981;text-decoration:none;font-weight:500;transition:color .2s ease}.sister-app-link .link:hover{color:#059669}.sister-app-link .link svg{width:20px;height:20px}.link-hint{font-size:14px;color:#9ca3af}.unauthenticated{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:500px;text-align:center}.hero{display:flex;flex-direction:column;align-items:center;gap:16px}.hero-icon{width:80px;height:80px;color:#10b981}.hero h1{font-size:36px;color:#1f2937}.subtitle{color:#6b7280;font-size:18px}.login-section{display:flex;flex-direction:column;align-items:center;gap:24px}.shared-session-note{display:flex;align-items:flex-start;gap:12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:16px;text-align:left}.info-icon{width:24px;height:24px;color:#10b981;flex-shrink:0}.shared-session-note p{color:#065f46;font-size:14px;line-height:1.5}.demo-note{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;text-align:left}.demo-note h3{color:#1f2937;margin-bottom:8px}.demo-note p{color:#6b7280;font-size:14px;line-height:1.6}.footer{background:#fff;border-top:1px solid #e5e7eb;padding:16px 24px;text-align:center;color:#9ca3af;font-size:14px}.api-test-section{width:100%;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.api-test-section h3{font-size:16px;color:#1f2937;margin-bottom:8px}.api-description{font-size:14px;color:#6b7280;margin-bottom:16px}.test-api-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.test-api-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.test-api-button:disabled{opacity:.7;cursor:not-allowed}.test-api-button svg{width:20px;height:20px}.button-spinner{animation:spin 1s linear infinite}.api-error{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:14px}.api-error svg{width:20px;height:20px;flex-shrink:0}.api-response{margin-top:16px;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.api-response h4{font-size:14px;color:#374151;margin-bottom:12px}.headers-list{display:flex;flex-direction:column;gap:8px}.header-item{display:flex;flex-wrap:wrap;gap:8px;padding:8px;background:#fff;border-radius:4px;font-size:13px;font-family:SF Mono,Monaco,Courier New,monospace}.header-key{color:#10b981;font-weight:600}.header-value{color:#1f2937;word-break:break-all}.token-value{color:#059669}.no-headers{color:#9ca3af;font-size:14px;font-style:italic}.raw-response{margin-top:16px}.raw-response summary{cursor:pointer;color:#6b7280;font-size:13px;-webkit-user-select:none;user-select:none}.raw-response summary:hover{color:#10b981}.raw-response pre{margin-top:8px;padding:16px;background:#1f2937;color:#e5e7eb;border-radius:4px;font-size:12px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}
