*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:2rem;width:100%}.login-box h1{color:#1e293b;font-size:1.75rem;margin-bottom:.5rem}.subtitle{color:#64748b;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#334155;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{background-color:#f1f5f9;cursor:not-allowed}.error-message{background-color:#fee2e2;border-radius:8px;color:#dc2626;margin-bottom:1rem;padding:.75rem}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:transform .2s;width:100%}.login-button:hover:not(:disabled){transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.6}.app{display:flex;flex-direction:column;height:100vh}.app-header{background:#1e293b;border-bottom:1px solid #334155;padding:1rem 2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.app-header h1{color:#f1f5f9;font-size:1.5rem}.logout-button,.refresh-button{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.refresh-button{background:#475569;color:#f1f5f9}.refresh-button:hover{background:#64748b}.logout-button{background:#ef4444;color:#fff}.logout-button:hover{background:#dc2626}.stats-bar{display:flex;gap:2rem}.stat-item{align-items:center;display:flex;gap:.5rem}.stat-label{color:#94a3b8;font-size:.875rem}.stat-value{color:#f1f5f9;font-size:1.125rem;font-weight:600}.stat-value.active{color:#34d399}.stat-value.completed{color:#10b981}.stat-value.failed{color:#ef4444}.app-content{display:flex;flex:1 1;overflow:hidden}.sessions-sidebar{background:#1e293b;border-right:1px solid #334155;display:flex;flex-direction:column;width:350px}.sidebar-header{align-items:center;border-bottom:1px solid #334155;display:flex;justify-content:space-between;padding:1rem}.sidebar-header h2{color:#f1f5f9;font-size:1.125rem}.status-filter{background:#334155;border:1px solid #475569;border-radius:6px;color:#f1f5f9;cursor:pointer;font-size:.875rem;padding:.5rem}.sessions-list{flex:1 1;overflow-y:auto;padding:.5rem}.session-card{background:#334155;border-radius:8px;cursor:pointer;margin-bottom:.5rem;padding:1rem;transition:all .2s}.session-card:hover{background:#475569;transform:translateX(4px)}.session-card.selected{background:#475569;box-shadow:0 0 0 2px #667eea}.session-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.session-header h3{color:#f1f5f9;font-size:.875rem;font-weight:600}.session-id{color:#94a3b8;font-family:monospace;font-size:.75rem}.session-status{display:flex;gap:.5rem;margin-bottom:.75rem}.retry-badge,.status-badge{border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.retry-badge{background:#f59e0b}.session-info{font-size:.75rem}.info-row{display:flex;justify-content:space-between;margin-bottom:.25rem}.info-row .label{color:#94a3b8}.info-row .value{color:#f1f5f9;font-weight:500}.error-info{background:#ef44441a;border-left:3px solid #ef4444;border-radius:4px;color:#fca5a5;font-size:.75rem;margin-top:.75rem;padding:.5rem}.main-content{background:#0f172a;flex:1 1;overflow:hidden}.empty-state{align-items:center;color:#64748b;display:flex;flex-direction:column;height:100%;justify-content:center}.empty-state h2{font-size:1.5rem;margin-bottom:.5rem}.session-detail{display:flex;flex-direction:column;height:100%}.detail-header{align-items:center;background:#1e293b;border-bottom:1px solid #334155;display:flex;justify-content:space-between;padding:1.5rem 2rem}.detail-header h2{color:#f1f5f9;font-size:1.25rem;margin-bottom:.25rem}.session-id-full{color:#94a3b8;font-family:monospace;font-size:.875rem}.header-actions{align-items:center;display:flex;gap:.75rem}.action-button{background:#475569;border:none;border-radius:6px;color:#f1f5f9;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.action-button:hover{background:#64748b}.action-button.primary{background:#3b82f6;color:#fff}.action-button.primary:hover{background:#2563eb}.action-button.danger{background:#ef4444;color:#fff}.action-button.danger:hover{background:#dc2626}.close-button{background:#0000;border:1px solid #475569;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:all .2s}.close-button:hover{background:#475569;color:#f1f5f9}.detail-tabs{background:#1e293b;border-bottom:1px solid #334155;display:flex}.detail-tabs button{background:#0000;border:none;border-bottom:2px solid #0000;color:#94a3b8;cursor:pointer;font-size:.875rem;font-weight:500;padding:1rem 2rem;transition:all .2s}.detail-tabs button:hover{background:#334155;color:#f1f5f9}.detail-tabs button.active{border-bottom-color:#667eea;color:#667eea}.detail-content{flex:1 1;overflow-y:auto;padding:2rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:1.5rem}.stat-card h3{color:#94a3b8;font-size:.875rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.stat-card .stat-value{color:#f1f5f9;font-size:1.5rem;font-weight:700}.checkpoint-info{background:#1e293b;border:1px solid #334155;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.checkpoint-info h3{color:#f1f5f9;font-size:1rem;margin-bottom:1rem}.checkpoint-info pre{background:#0f172a;border-radius:6px;color:#94a3b8;font-size:.875rem;overflow-x:auto;padding:1rem}.latest-screenshot{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:1.5rem}.latest-screenshot h3{color:#f1f5f9;font-size:1rem;margin-bottom:1rem}.screenshot-time{color:#94a3b8;font-size:.875rem;margin-top:.5rem}.screenshots-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:2rem}.screenshot-item{background:#1e293b;border:1px solid #334155;border-radius:8px;cursor:pointer;padding:.75rem;transition:all .2s}.screenshot-item:hover{border-color:#667eea;transform:translateY(-2px)}.screenshot-item img{border-radius:4px;height:auto;margin-bottom:.5rem;width:100%}.screenshot-viewer{background:#000000f2;bottom:0;display:flex;flex-direction:column;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.viewer-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.viewer-header h3{color:#f1f5f9}.viewer-header button{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.logs-container{background:#0f172a;border:1px solid #334155;border-radius:8px;font-family:Courier New,monospace;font-size:.875rem;max-height:calc(100vh - 300px);overflow-y:auto;padding:1rem}.log-line{border-bottom:1px solid #1e293b;color:#cbd5e1;padding:.25rem 0}.log-line:last-child{border-bottom:none}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}@media (max-width:768px){.sessions-sidebar{max-width:300px;width:100%}.detail-content{padding:1rem}.stats-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.03ed34d1.css.map*/