@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:420px}.toast{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026;cursor:pointer;animation:slide-in .3s cubic-bezier(.4,0,.2,1);border-left:4px solid;min-width:300px}.toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-message{flex:1;font-size:14px;font-weight:500;color:#1f2937}.toast-close{background:transparent;border:none;padding:4px;cursor:pointer;color:#6b7280;display:flex;align-items:center;border-radius:4px;transition:all .2s}.toast-close:hover{background:#0000000d;color:#1f2937}.toast-success{border-left-color:var(--tblr-success)}.toast-success .toast-icon{color:var(--tblr-success)}.toast-error{border-left-color:var(--tblr-danger)}.toast-error .toast-icon{color:var(--tblr-danger)}.toast-warning{border-left-color:var(--tblr-warning)}.toast-warning .toast-icon{color:var(--tblr-warning)}.toast-info{border-left-color:var(--tblr-info)}.toast-info .toast-icon{color:var(--tblr-info)}@keyframes slide-in{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.toast-exit{animation:slide-out .2s cubic-bezier(.4,0,1,1)}@keyframes slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}.dashboard-page{padding:24px;max-width:1400px;margin:0 auto}.new-dashboard{padding:var(--space-3xl) var(--space-xl);max-width:1400px;margin:0 auto}.dashboard-page .page-header{margin-bottom:32px;display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10}.dashboard-page .page-header h1{font-size:36px;font-weight:800;color:#111827;margin:0 0 8px;letter-spacing:-1px;background:linear-gradient(135deg,#10b981,#059669,#10b981 200%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 8s ease infinite}.dashboard-page .page-header p{color:#6b7280;margin:0;font-size:15px}.dashboard-page .header-actions{display:flex;align-items:center;gap:12px}.dashboard-page .view-mode-toggle{display:flex;background:#f3f4f6;border-radius:10px;padding:4px;gap:4px}.dashboard-page .view-mode-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.dashboard-page .view-mode-btn:hover{color:#374151;background:#ffffff80}.dashboard-page .view-mode-btn.active{background:#fff;color:#10b981;box-shadow:0 2px 8px #0000001a}.dashboard-page .refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.dashboard-page .refresh-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.dashboard-page .executive-view{margin-bottom:24px}.dashboard-page .kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.dashboard-page .kpi-card{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.dashboard-page .kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e5e7eb}.dashboard-page .kpi-card.primary:before{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.dashboard-page .kpi-card.success:before{background:linear-gradient(90deg,#10b981,#34d399)}.dashboard-page .kpi-card.danger:before{background:linear-gradient(90deg,#ef4444,#f87171)}.dashboard-page .kpi-card.info:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.dashboard-page .kpi-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.dashboard-page .kpi-icon{width:48px;height:48px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.dashboard-page .kpi-icon.success{background:#ecfdf5;color:#10b981}.dashboard-page .kpi-icon.danger{background:#fef2f2;color:#ef4444}.dashboard-page .kpi-icon.info{background:#eff6ff;color:#3b82f6}.dashboard-page .kpi-content{flex:1}.dashboard-page .kpi-value{font-size:36px;font-weight:800;color:#111827;line-height:1;margin-bottom:8px}.dashboard-page .kpi-label{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:4px}.dashboard-page .kpi-meta{font-size:12px;color:#9ca3af}.dashboard-page .kpi-trend{margin-top:4px}.dashboard-page .trend-up{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#10b981;background:#ecfdf5;padding:4px 8px;border-radius:6px}.dashboard-page .trend-down{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#ef4444;background:#fef2f2;padding:4px 8px;border-radius:6px}.dashboard-page .trend-neutral{font-size:12px;color:#9ca3af}.dashboard-page .kpi-progress{margin-top:auto}.dashboard-page .progress-track{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.dashboard-page .progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px;transition:width .6s ease}.dashboard-page .type-breakdown{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e7eb}.dashboard-page .type-breakdown h3{font-size:16px;font-weight:700;color:#111827;margin:0 0 20px}.dashboard-page .type-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.dashboard-page .type-card{background:#f9fafb;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s;border:1px solid transparent;text-decoration:none}.dashboard-page .type-card:hover{background:#fff;border-color:#10b981;box-shadow:0 4px 12px #10b98126}.dashboard-page .type-name{font-size:14px;font-weight:700;color:#111827;margin-bottom:8px}.dashboard-page .type-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dashboard-page .type-total{font-size:12px;color:#6b7280}.dashboard-page .type-pass-rate{font-size:12px;font-weight:600;color:#10b981}.dashboard-page .type-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.dashboard-page .type-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);transition:width .4s ease}.dashboard-page .technical-view{margin-bottom:24px}.dashboard-page .stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.dashboard-page .stat-card{background:#fff;padding:20px;border-radius:12px;border:2px solid #e5e7eb;box-shadow:0 2px 8px #00000014;transition:all .2s ease}.dashboard-page .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f;border-color:#10b981}.dashboard-page .stat-card.stat-success{border-color:#10b981}.dashboard-page .stat-card.stat-failure{border-color:#ef4444}.dashboard-page .stat-value{font-size:32px;font-weight:700;color:#111827;margin-bottom:4px;line-height:1}.dashboard-page .stat-label{font-size:13px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.dashboard-page .stat-progress{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin:8px 0}.dashboard-page .progress-bar{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .6s ease;border-radius:2px}.dashboard-page .stat-meta{font-size:12px;color:#9ca3af;font-weight:500}.dashboard-page .quick-actions-section{margin-bottom:24px}.dashboard-page .quick-actions-section h3{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px}.dashboard-page .quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dashboard-page .quick-action-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;text-decoration:none;transition:all .2s ease;display:flex;align-items:center;gap:16px}.dashboard-page .quick-action-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#10b981}.dashboard-page .quick-action-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-page .quick-action-content h4{font-size:16px;font-weight:700;color:#111827;margin:0 0 4px}.dashboard-page .quick-action-content p{font-size:13px;color:#6b7280;margin:0}.dashboard-page .recent-runs-section{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden}.dashboard-page .section-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.dashboard-page .section-header h3{font-size:18px;font-weight:700;color:#111827;margin:0}.dashboard-page .view-all-link{font-size:14px;font-weight:600;color:#10b981;text-decoration:none;transition:color .2s}.dashboard-page .view-all-link:hover{color:#059669}.dashboard-page .runs-table-container{overflow-x:auto}.dashboard-page .runs-table{width:100%;border-collapse:collapse}.dashboard-page .runs-table thead{background:#f9fafb}.dashboard-page .runs-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.dashboard-page .runs-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s}.dashboard-page .runs-table tbody tr:hover{background:#f9fafb}.dashboard-page .runs-table tbody tr:last-child{border-bottom:none}.dashboard-page .runs-table td{padding:12px 16px;font-size:14px;color:#374151;vertical-align:middle}.dashboard-page .status-cell{text-align:center}.dashboard-page .status-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:14px;font-weight:700}.dashboard-page .status-icon.status-success{background:#d1fae5;color:#065f46}.dashboard-page .status-icon.status-error{background:#fee2e2;color:#991b1b}.dashboard-page .website-name{font-weight:600;color:#111827}.dashboard-page .test-type-badge{display:inline-block;padding:4px 10px;background:#f3f4f6;border-radius:6px;font-size:12px;font-weight:600;color:#374151}.dashboard-page .results-text{font-size:13px;font-weight:600}.dashboard-page .passed-count{color:#059669}.dashboard-page .total-count{color:#6b7280}.dashboard-page .separator{color:#d1d5db;margin:0 2px}.dashboard-page .duration-cell{color:#374151;font-weight:600;text-align:center}.dashboard-page .time-cell{color:#6b7280;font-size:13px;white-space:nowrap}.dashboard-page .empty-state{padding:60px 20px;text-align:center;color:#9ca3af}.dashboard-page .empty-state svg{margin-bottom:16px}.dashboard-page .empty-state p{font-size:16px;color:#111827;font-weight:600;margin:0 0 8px}.dashboard-page .empty-state .text-muted{font-size:14px;color:#6b7280;font-weight:400}@media (max-width: 1200px){.dashboard-page .kpi-grid,.dashboard-page .quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-page{padding:16px}.dashboard-page .page-header{flex-direction:column;gap:16px}.dashboard-page .page-header h1{font-size:28px}.dashboard-page .header-actions{width:100%;flex-direction:column;gap:8px}.dashboard-page .view-mode-toggle{width:100%}.dashboard-page .view-mode-btn{flex:1;justify-content:center}.dashboard-page .refresh-btn{width:100%;justify-content:center}.dashboard-page .kpi-grid{grid-template-columns:1fr}.dashboard-page .kpi-value{font-size:28px}.dashboard-page .type-cards{grid-template-columns:1fr 1fr}.dashboard-page .quick-actions-grid{grid-template-columns:1fr}.dashboard-page .quick-action-card{padding:16px}.dashboard-page .quick-action-icon{width:48px;height:48px}}.dashboard-header{margin-bottom:var(--space-4xl);position:relative;display:flex;justify-content:space-between;align-items:flex-start}.header-badge{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:20px;font-size:13px;font-weight:500;color:var(--accent-primary)}.header-badge svg{color:var(--accent-primary)}.dashboard-title-shimmer{display:inline-block}.dashboard-title{font-size:42px!important;font-weight:800!important;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.status-flip{font-size:13px!important;font-weight:600!important;color:var(--accent-primary)!important}.dashboard-header h1{font-size:42px;font-weight:800;margin:0 0 12px;letter-spacing:-1px;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes gradient-shift{0%,to{background-position:0% center}50%{background-position:100% center}}.dashboard-header p{font-size:18px;color:var(--text-secondary);margin:0;font-weight:500}.marquee-container{background:var(--gradient-card);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:20px;padding:20px;margin-bottom:32px;box-shadow:0 8px 32px #0000004d;position:relative;z-index:10}.marquee-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.marquee-content{overflow:hidden}.marquee-item{display:flex;align-items:center;gap:10px;padding:8px 16px;background:#0f34604d;border-radius:8px;border:1px solid rgba(255,255,255,.1);white-space:nowrap;font-size:13px}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot.success{background:var(--status-success);box-shadow:0 0 8px #22c55e80}.status-dot.error{background:var(--status-error);box-shadow:0 0 8px #ef444480}.test-name{font-weight:600;color:var(--text-primary)}.website-tag{padding:2px 8px;background:#3b82f626;border-radius:4px;font-size:11px;font-weight:500;color:var(--accent-primary)}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:var(--space-4xl)}.stat-box{position:relative;background:var(--gradient-card);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:var(--space-lg);transition:all .2s ease;box-shadow:0 8px 32px #0000004d;overflow:hidden}.stat-box:hover{transform:translateY(-4px);border-color:var(--border-color-hover);box-shadow:0 12px 40px #7551ff26}.stat-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#7551ff26;flex-shrink:0;font-size:24px}.stat-box.success .stat-icon{background:#01b57426}.stat-box.danger .stat-icon{background:#ee5d5026}.stat-box.warning .stat-icon{background:#ffce2026}.stat-content{flex:1;position:relative;z-index:1}.stat-value{font-size:44px;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:8px}.stat-label{font-size:12px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.stat-trend{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:6px 12px;border-radius:8px;width:-moz-fit-content;width:fit-content}.stat-trend.positive{color:#01b574;background:#01b5741a}.stat-trend.negative{color:#ee5d50;background:#ee5d501a}.stat-trend.neutral{color:var(--text-muted);background:#ffffff0d}.section{margin-bottom:var(--section-margin)}.section h2{font-size:32px;font-weight:700;color:var(--text-primary);margin:0 0 12px;letter-spacing:-.5px}.section-subtitle{font-size:17px;color:var(--text-secondary);margin:0 0 var(--space-2xl) 0;font-weight:500}.test-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:28px}.test-card{background:#fff;border-radius:12px;padding:32px;border:2px solid #e5e7eb;transition:all .2s ease;box-shadow:0 2px 8px #00000014}.test-card:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 16px #0000001f}.test-card-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:28px;position:relative;z-index:1}.test-icon{width:72px;height:72px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--bg-tertiary);border:1px solid var(--border-color);transition:all .2s ease}.test-card-header h3{font-size:22px;font-weight:700;color:var(--text-primary);margin:0 0 6px}.test-description{font-size:15px;color:var(--text-secondary);margin:0;line-height:1.5}.test-section{margin-bottom:24px;position:relative;z-index:1}.test-section h4{font-size:14px;font-weight:700;color:var(--text-primary);margin:0 0 14px;text-transform:uppercase;letter-spacing:.5px}.test-section ul{margin:0;padding-left:24px}.test-section li{font-size:14px;color:var(--text-secondary);margin-bottom:10px;line-height:1.7}.test-section li::marker{color:var(--text-tertiary)}.benefits-list{list-style:none!important;padding-left:0!important}.benefits-list li{display:flex;align-items:start;gap:10px;margin-bottom:10px;padding:8px 12px;background:var(--bg-tertiary);border-radius:8px;border-left:3px solid var(--primary-color);transition:all .2s ease}.benefits-list li:hover{background:var(--bg-secondary);border-left-color:#2563eb;transform:translate(4px)}.benefits-list li svg{margin-top:2px;flex-shrink:0;color:var(--primary-color)}.test-tech{margin-top:24px;padding-top:24px;border-top:1px solid var(--border-color);font-size:13px;color:var(--text-tertiary)}.test-tech strong{color:var(--text-secondary);font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:28px}.service-card{background:#fff;border-radius:12px;padding:32px;border:2px solid #e5e7eb;transition:all .2s ease;box-shadow:0 2px 8px #00000014}.service-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f;border-color:#10b981}.service-header h3{font-size:22px;font-weight:700;color:var(--text-primary);margin:0 0 8px}.service-description{font-size:15px;color:var(--text-secondary);margin:0 0 20px;line-height:1.6}.service-role{background:#eff6ff;padding:14px 18px;border-radius:8px;font-size:14px;color:var(--text-secondary);margin-bottom:20px;border-left:4px solid var(--primary-color)}.service-role strong{color:var(--text-primary);font-weight:700}.service-capabilities h4{font-size:13px;font-weight:700;color:var(--text-primary);margin:0 0 14px;text-transform:uppercase;letter-spacing:.5px}.service-capabilities ul{margin:0;padding-left:24px}.service-capabilities li{font-size:14px;color:var(--text-secondary);margin-bottom:10px;line-height:1.7}.service-usage{margin-top:20px;padding-top:20px;border-top:1px solid var(--border-color);font-size:13px;color:var(--text-tertiary)}.service-usage strong{color:var(--text-secondary);font-weight:700}.workflow-section{background:var(--bg-primary);border-radius:12px;padding:48px;border:1px solid var(--border-color);box-shadow:0 1px 3px #0000001a}.workflow-section h2{color:var(--text-primary);text-align:center;margin-bottom:40px;font-size:32px;font-weight:700}.workflow{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;position:relative;z-index:1}.workflow-step{background:var(--bg-tertiary);border-radius:12px;padding:24px;min-width:220px;display:flex;align-items:start;gap:14px;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;border:1px solid var(--border-color)}.workflow-step:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:var(--border-color-hover)}.step-number{width:42px;height:42px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;flex-shrink:0;box-shadow:0 4px 12px #667eea66}.step-content h4{font-size:17px;font-weight:700;color:#111827;margin:0 0 6px}.step-content p{font-size:14px;color:#6b7280;margin:0;line-height:1.6}.workflow-arrow{font-size:32px;color:var(--text-tertiary);font-weight:700}.quick-start{background:var(--bg-primary);border-radius:12px;padding:48px;border:1px solid var(--border-color);box-shadow:0 1px 3px #0000001a}.quick-start h2{text-align:center;margin-bottom:40px;font-size:32px;font-weight:700;color:var(--text-primary)}.quick-start-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}.quick-start-card{background:var(--bg-tertiary);border-radius:12px;padding:28px;border:1px solid var(--border-color);text-align:center;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.quick-start-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:var(--border-color-hover)}.quick-start-number{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:26px;margin:0 auto 20px;box-shadow:0 4px 12px #667eea4d;transition:all .2s ease}.quick-start-card:hover .quick-start-number{box-shadow:0 6px 20px #667eea66}.quick-start-card h4{font-size:19px;font-weight:700;color:var(--text-primary);margin:0 0 10px}.quick-start-card p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.7}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-2xl);margin-top:var(--space-2xl)}.quick-action-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:12px;padding:var(--space-3xl) var(--card-padding);text-align:center;text-decoration:none;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;box-shadow:0 8px 32px #0003}.quick-action-card:hover{transform:translateY(-2px);border-color:var(--border-color-hover);box-shadow:0 8px 32px #3b82f61a}.quick-action-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .2s ease}.quick-action-card h3{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.quick-action-card p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.6}.compact-table-container{background:var(--gradient-card);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:20px;border:1px solid var(--glass-border);overflow:hidden;box-shadow:0 8px 32px #0000004d}.compact-table{width:100%;border-collapse:collapse}.compact-table thead{background:transparent;border-bottom:1px solid rgba(255,255,255,.05)}.compact-table th{padding:16px 20px;text-align:left;font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.compact-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background .15s}.compact-table tbody tr:hover{background:#ffffff05}.compact-table tbody tr:last-child{border-bottom:none}.compact-table td{padding:16px 20px;font-size:14px;color:var(--text-secondary);vertical-align:middle}.status-icon.status-success{background:#22c55e26;color:var(--status-success)}.status-icon.status-error{background:#ef444426;color:var(--status-error)}.resource-text{font-weight:600;color:var(--text-primary)}.website-name{color:var(--text-secondary);font-weight:500}.time-cell{color:var(--text-muted);font-size:13px;white-space:nowrap}.duration-cell{color:var(--text-secondary);font-weight:600;text-align:center}.api-docs{display:flex;flex-direction:column;gap:32px}.api-section{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:24px}.api-section h3{font-size:20px;font-weight:700;color:#111827;margin-bottom:20px;display:flex;align-items:center}.api-endpoint{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.api-endpoint:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.endpoint-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.endpoint-header code{font-size:16px;font-weight:600;color:#111827;background:#f9fafb;padding:6px 12px;border-radius:6px}.http-method{display:inline-block;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;color:#fff}.http-method.get{background:#10b981}.http-method.post{background:#3b82f6}.http-method.delete{background:#ef4444}.http-method.ws{background:#8b5cf6}.endpoint-desc{color:#6b7280;margin-bottom:12px;font-size:14px}.endpoint-note{margin-top:12px;padding:12px;background:#eff6ff;border-left:3px solid #3b82f6;border-radius:6px;font-size:13px;color:#1e40af}.endpoint-note code{background:#dbeafe;padding:2px 6px;border-radius:3px;font-size:12px;color:#1e3a8a}.code-block{background:#1e293b;color:#e2e8f0;padding:16px;border-radius:8px;overflow-x:auto;font-family:Courier New,monospace;font-size:13px;line-height:1.6;white-space:pre;margin-top:12px}.code-block code{background:none;color:inherit;padding:0}.test-drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.test-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:#fff;box-shadow:-8px 0 32px #00000026;z-index:1000;display:flex;flex-direction:column;animation:slideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.test-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb,#fff)}.test-drawer-header .header-content{display:flex;align-items:center;gap:14px}.test-drawer-header .header-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #10b9814d}.test-drawer-header .header-text h2{font-size:18px;font-weight:700;color:#111827;margin:0 0 4px}.test-drawer-header .header-text p{font-size:13px;color:#6b7280;margin:0}.test-drawer-header .close-btn{width:36px;height:36px;border:none;background:#f3f4f6;border-radius:10px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.test-drawer-header .close-btn:hover{background:#e5e7eb;color:#374151}.website-info-card{display:flex;align-items:center;gap:14px;margin:16px 20px;padding:16px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #d1fae5;border-radius:14px}.website-info-card .website-avatar{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.website-info-card .website-details{flex:1;min-width:0}.website-info-card .website-details h3{font-size:15px;font-weight:700;color:#111827;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.website-info-card .website-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#059669;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.website-info-card .website-link:hover{color:#047857;text-decoration:underline}.website-info-card .running-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#3b82f6;color:#fff;border-radius:20px;font-size:12px;font-weight:600;flex-shrink:0}.test-stats{display:flex;gap:12px;padding:0 20px;margin-bottom:16px}.test-stats .stat-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:12px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}.test-stats .stat-item .stat-value{font-size:20px;font-weight:700;color:#111827;line-height:1}.test-stats .stat-item .stat-label{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;margin-top:4px}.test-stats .stat-item.running{background:#eff6ff;border-color:#bfdbfe}.test-stats .stat-item.running .stat-value{color:#3b82f6}.test-stats .stat-item.success{background:#ecfdf5;border-color:#a7f3d0}.test-stats .stat-item.success .stat-value{color:#10b981}.test-grid-container{flex:1;overflow-y:auto;padding:0 20px}.test-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding-bottom:16px}.test-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 12px;background:#fff;border:2px solid #e5e7eb;border-radius:14px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.test-card:hover:not(:disabled){border-color:var(--test-color);transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.test-card:disabled{cursor:not-allowed;opacity:.8}.test-card.running{border-color:var(--test-color);background:var(--test-bg)}.test-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s}.test-card:hover:not(:disabled) .test-card-icon{transform:scale(1.1)}.test-card-content{text-align:center}.test-card-name{font-size:14px;font-weight:700;color:#111827;margin-bottom:4px}.test-card-duration{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#6b7280;font-weight:500}.test-card-play{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .2s}.test-card:hover:not(:disabled) .test-card-play{opacity:1;transform:scale(1);background:var(--test-color);color:#fff}.test-card-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--test-color) 0%,var(--test-color) 30%,transparent 30%);background-size:200% 100%;animation:progress 1.5s linear infinite}@keyframes progress{0%{background-position:100% 0}to{background-position:-100% 0}}.hover-info{margin:0 20px 16px;padding:12px 16px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;animation:fadeIn .2s ease}.hover-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.hover-info-header strong{font-size:14px;color:#111827}.hover-info .tool-badge{font-size:10px;font-weight:600;padding:3px 8px;background:#e5e7eb;color:#374151;border-radius:4px;text-transform:uppercase}.hover-info p{font-size:12px;color:#6b7280;margin:0;line-height:1.4}.test-drawer-footer{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.test-drawer-footer .run-all-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.test-drawer-footer .run-all-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.test-drawer-footer .run-all-btn:disabled{opacity:.7;cursor:not-allowed;background:#6b7280;box-shadow:none}.test-drawer-footer .cancel-btn{padding:14px 20px;background:#fff;color:#6b7280;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.test-drawer-footer .cancel-btn:hover{background:#f3f4f6;color:#374151}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){.test-drawer{width:100vw}.test-grid{grid-template-columns:repeat(2,1fr);gap:10px}.test-card{padding:14px 10px}.test-card-icon{width:40px;height:40px}}.dropdown-container{position:relative;display:inline-block}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#16213ef2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(59,130,246,.3);border-radius:16px;box-shadow:0 12px 48px #0006,0 0 0 1px #ffffff1a inset;min-width:340px;max-height:500px;overflow:hidden;overflow-y:auto;z-index:10000;animation:dropdownSlideIn .2s ease-out}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-section{border-bottom:1px solid rgba(255,255,255,.06);padding:8px 0}.dropdown-section:last-child{border-bottom:none}.dropdown-section-title{padding:12px 16px 8px;font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;background:linear-gradient(to right,rgba(59,130,246,.1),transparent);display:flex;align-items:center;gap:8px}.dropdown-section-title:before{content:"";width:3px;height:12px;background:linear-gradient(to bottom,#3b82f6,#8b5cf6);border-radius:2px}.dropdown-item{display:flex;align-items:center;gap:14px;padding:14px 20px;margin:4px 8px;background:transparent;border:none;border-radius:10px;color:var(--text-primary);font-size:14px;font-weight:500;width:calc(100% - 16px);text-align:left;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dropdown-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:linear-gradient(to bottom,#3b82f6,#8b5cf6);transform:scaleY(0);transition:transform .2s ease}.dropdown-item:hover:not(:disabled):before{transform:scaleY(1)}.dropdown-item:hover:not(:disabled){background:linear-gradient(to right,#3b82f614,#8b5cf60a);transform:translate(4px);box-shadow:0 2px 8px #3b82f61a}.dropdown-item:active:not(:disabled){transform:translate(4px) scale(.98)}.dropdown-item:disabled{opacity:.4;cursor:not-allowed;background:#ffffff05}.dropdown-item svg{flex-shrink:0;opacity:.8;transition:all .2s ease}.dropdown-item:hover:not(:disabled) svg{opacity:1;transform:scale(1.1)}.dropdown-item span{flex:1;font-weight:500}.dropdown-item small{color:var(--text-muted);font-size:11px;font-weight:600;background:#3b82f626;padding:3px 8px;border-radius:6px;letter-spacing:.3px}.dropdown-trigger{display:flex;align-items:center;gap:8px}.dropdown-item:disabled:after{content:"";position:absolute;right:16px;width:14px;height:14px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}@media (prefers-color-scheme: dark){.dropdown-menu{background:#1f2937fa;border-color:#8b5cf64d}.dropdown-section-title{background:linear-gradient(to right,rgba(139,92,246,.1),transparent)}.dropdown-item:hover:not(:disabled){background:linear-gradient(to right,#8b5cf626,#3b82f614)}}.card{background:var(--gradient-card);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:20px;border:1px solid var(--glass-border);padding:var(--card-padding);box-shadow:0 8px 32px #0000004d;transition:all .2s ease}.card:hover{transform:translateY(-4px);border-color:var(--border-color-hover);box-shadow:0 12px 40px #7551ff26}.card-header{padding:var(--card-padding);border-bottom:1px solid var(--glass-border);background:#0f34604d;font-weight:600;font-size:16px;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px}table thead{background:#0f346080;border-bottom:1px solid var(--glass-border)}table th{padding:14px 16px;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background .15s}table tbody tr:hover{background:#3b82f60d}table tbody tr:last-child{border-bottom:none}table td{padding:12px 16px;font-size:14px;color:var(--text-secondary)}.websites-page{padding:24px;max-width:1400px;margin:0 auto}.websites-page .page-header{margin-bottom:32px;display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10}.websites-page .page-header h1{font-size:36px;font-weight:800;color:#111827;margin:0 0 8px;letter-spacing:-1px;background:linear-gradient(135deg,#10b981,#059669,#10b981 200%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.websites-page .page-header p{color:#6b7280;margin:0;font-size:15px}.websites-page .header-actions{display:flex;align-items:center;gap:12px}.websites-page .view-mode-toggle{display:flex;background:#f3f4f6;border-radius:10px;padding:4px;gap:4px}.websites-page .view-mode-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.websites-page .view-mode-btn:hover{color:#374151;background:#ffffff80}.websites-page .view-mode-btn.active{background:#fff;color:#10b981;box-shadow:0 2px 8px #0000001a}.websites-page .refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.websites-page .refresh-btn:hover{background:#e5e7eb}.websites-page .add-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.websites-page .add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.websites-page .executive-view{margin-bottom:24px}.websites-page .kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.websites-page .kpi-card{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .2s;position:relative;overflow:hidden}.websites-page .kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e5e7eb}.websites-page .kpi-card.primary:before{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.websites-page .kpi-card.success:before{background:linear-gradient(90deg,#10b981,#34d399)}.websites-page .kpi-card.danger:before{background:linear-gradient(90deg,#ef4444,#f87171)}.websites-page .kpi-card.info:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.websites-page .kpi-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.websites-page .kpi-icon{width:48px;height:48px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.websites-page .kpi-icon.success{background:#ecfdf5;color:#10b981}.websites-page .kpi-icon.danger{background:#fef2f2;color:#ef4444}.websites-page .kpi-icon.info{background:#eff6ff;color:#3b82f6}.websites-page .kpi-content{flex:1}.websites-page .kpi-value{font-size:36px;font-weight:800;color:#111827;line-height:1;margin-bottom:8px}.websites-page .kpi-label{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:4px}.websites-page .kpi-meta{font-size:12px;color:#9ca3af}.websites-page .kpi-progress{margin-top:auto}.websites-page .progress-track{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.websites-page .progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px;transition:width .6s ease}.websites-page .technical-view{margin-bottom:24px}.websites-page .stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.websites-page .stat-card{background:#fff;padding:20px;border-radius:12px;border:2px solid #e5e7eb;box-shadow:0 2px 8px #00000014;transition:all .2s ease}.websites-page .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f;border-color:#10b981}.websites-page .stat-card.stat-success{border-color:#10b981}.websites-page .stat-card.stat-failure{border-color:#ef4444}.websites-page .stat-value{font-size:32px;font-weight:700;color:#111827;margin-bottom:4px;line-height:1}.websites-page .stat-label{font-size:13px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.websites-page .add-website-form{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:24px}.websites-page .form-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.websites-page .form-header h3{font-size:18px;font-weight:700;color:#111827;margin:0}.websites-page .close-btn{width:32px;height:32px;border:none;background:#e5e7eb;border-radius:8px;font-size:20px;color:#6b7280;cursor:pointer;transition:all .2s}.websites-page .close-btn:hover{background:#d1d5db;color:#374151}.websites-page .form-body{padding:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.websites-page .form-group{display:flex;flex-direction:column;gap:8px}.websites-page .form-group label{font-size:13px;font-weight:600;color:#374151}.websites-page .form-group input,.websites-page .form-group select{padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#374151;background:#fff;transition:all .2s}.websites-page .form-group input:focus,.websites-page .form-group select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.websites-page .url-input-wrapper{display:flex;align-items:center;gap:0}.websites-page .protocol-select{padding:12px;border:1px solid #e5e7eb;border-right:none;border-radius:10px 0 0 10px;font-size:14px;font-weight:600;color:#374151;background:#f9fafb;cursor:pointer;transition:all .2s;min-width:95px}.websites-page .protocol-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;z-index:1}.websites-page .url-group input{border-radius:0 10px 10px 0!important;flex:1}.websites-page .url-group input:focus{z-index:1}.websites-page .form-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.websites-page .btn-cancel{padding:10px 20px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.websites-page .btn-cancel:hover{background:#f3f4f6;color:#374151}.websites-page .btn-submit{padding:10px 20px;border:none;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.websites-page .btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.websites-page .btn-submit:disabled{opacity:.5;cursor:not-allowed}.websites-page .websites-table-container{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:visible}.websites-page .websites-table{width:100%;border-collapse:collapse}.websites-page .websites-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.websites-page .websites-table th{padding:14px 20px;text-align:left;font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.websites-page .websites-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s}.websites-page .websites-table tbody tr:hover{background:#f9fafb}.websites-page .websites-table tbody tr:last-child{border-bottom:none}.websites-page .websites-table td{padding:16px 20px;font-size:14px;color:#374151;vertical-align:middle}.websites-page .websites-table td:last-child{overflow:visible;padding-right:24px}.websites-page .website-info{display:flex;align-items:center;gap:12px}.websites-page .website-avatar{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.websites-page .website-name{font-weight:700;color:#111827}.websites-page .website-url{font-size:12px;color:#6b7280;margin-top:2px}.websites-page .status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.websites-page .status-badge.active{background:#ecfdf5;color:#059669}.websites-page .status-badge.inactive{background:#f3f4f6;color:#6b7280}.websites-page .result-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.websites-page .result-badge.pass{background:#d1fae5;color:#065f46}.websites-page .result-badge.fail{background:#fee2e2;color:#991b1b}.websites-page .result-badge.untested{background:#f3f4f6;color:#6b7280}.websites-page .tests-count{font-weight:600;color:#374151}.websites-page .time-cell{color:#6b7280;font-size:13px;white-space:nowrap}.websites-page .action-buttons{display:flex;align-items:center;gap:8px;overflow:visible;flex-wrap:nowrap}.websites-page .action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.websites-page .action-btn.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;min-width:70px}.websites-page .action-btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.websites-page .action-btn.danger{background:#fef2f2;color:#dc2626}.websites-page .action-btn.danger:hover{background:#fee2e2}.websites-page .empty-state{padding:80px 20px;text-align:center;color:#9ca3af}.websites-page .empty-state svg{margin-bottom:16px;color:#10b981}.websites-page .empty-state p{font-size:16px;color:#111827;font-weight:600;margin:0 0 8px}.websites-page .empty-state .text-muted{font-size:14px;color:#6b7280;font-weight:400;margin-bottom:20px}.websites-page .btn-add-first{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.websites-page .btn-add-first:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.websites-page .loading{padding:80px 20px;text-align:center;color:#6b7280;font-size:16px;font-weight:500}.drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:drawerFadeIn .2s ease}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}.add-website-drawer{position:fixed;top:0;right:0;bottom:0;width:480px;max-width:100vw;background:#fff;box-shadow:-8px 0 32px #00000026;z-index:1000;display:flex;flex-direction:column;animation:drawerSlideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.add-website-drawer .drawer-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb,#fff)}.add-website-drawer .drawer-title{display:flex;align-items:flex-start;gap:14px}.add-website-drawer .drawer-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #10b9814d;flex-shrink:0}.add-website-drawer .drawer-title h3{font-size:20px;font-weight:700;color:#111827;margin:0 0 4px}.add-website-drawer .drawer-title p{font-size:13px;color:#6b7280;margin:0}.add-website-drawer .drawer-close{width:36px;height:36px;border:none;background:#f3f4f6;border-radius:10px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.add-website-drawer .drawer-close:hover{background:#e5e7eb;color:#374151}.add-website-drawer .drawer-body{flex:1;overflow-y:auto;padding:24px}.add-website-drawer .preview-card{display:flex;align-items:center;gap:14px;padding:16px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #d1fae5;border-radius:14px;margin-bottom:24px}.add-website-drawer .preview-avatar{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.add-website-drawer .preview-info{flex:1;min-width:0}.add-website-drawer .preview-name{font-size:15px;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-website-drawer .preview-url{font-size:12px;color:#059669;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.add-website-drawer .preview-status{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#059669;flex-shrink:0}.add-website-drawer .preview-status .status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.add-website-drawer .drawer-form{display:flex;flex-direction:column;gap:20px}.add-website-drawer .form-field{display:flex;flex-direction:column;gap:8px}.add-website-drawer .form-field label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#374151}.add-website-drawer .form-field label svg{color:#6b7280}.add-website-drawer .form-field input{padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;color:#374151;background:#fff;transition:all .2s}.add-website-drawer .form-field input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.add-website-drawer .form-field input::-moz-placeholder{color:#9ca3af}.add-website-drawer .form-field input::placeholder{color:#9ca3af}.add-website-drawer .field-hint{font-size:11px;color:#9ca3af;margin-top:2px}.add-website-drawer .url-field{display:flex;align-items:stretch}.add-website-drawer .protocol-dropdown{padding:14px 12px;border:2px solid #e5e7eb;border-right:none;border-radius:12px 0 0 12px;font-size:14px;font-weight:600;color:#374151;background:#f9fafb;cursor:pointer;transition:all .2s;min-width:100px}.add-website-drawer .protocol-dropdown:focus{outline:none;border-color:#10b981;z-index:1}.add-website-drawer .url-field input{flex:1;border-radius:0 12px 12px 0;border-left:none}.add-website-drawer .url-field input:focus{border-left:2px solid #10b981;margin-left:-2px}.add-website-drawer .schedule-options{display:flex;gap:10px}.add-website-drawer .schedule-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:2px solid #e5e7eb;background:#fff;border-radius:10px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.add-website-drawer .schedule-btn:hover{border-color:#d1d5db;background:#f9fafb}.add-website-drawer .schedule-btn.active{border-color:#10b981;background:#ecfdf5;color:#059669}.add-website-drawer .schedule-btn svg{flex-shrink:0}.add-website-drawer .drawer-tips{margin-top:24px;padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.add-website-drawer .tip-title{font-size:12px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.add-website-drawer .drawer-tips ul{margin:0;padding:0 0 0 18px}.add-website-drawer .drawer-tips li{font-size:12px;color:#6b7280;line-height:1.6}.add-website-drawer .drawer-footer{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.add-website-drawer .btn-secondary{padding:14px 24px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.add-website-drawer .btn-secondary:hover{background:#f3f4f6;color:#374151}.add-website-drawer .btn-primary{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.add-website-drawer .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.add-website-drawer .btn-primary:disabled{opacity:.5;cursor:not-allowed}.add-website-drawer .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@media (max-width: 1200px){.websites-page .kpi-grid{grid-template-columns:repeat(2,1fr)}.websites-page .form-body{grid-template-columns:1fr}}@media (max-width: 768px){.websites-page{padding:16px}.websites-page .page-header{flex-direction:column;gap:16px}.websites-page .page-header h1{font-size:28px}.websites-page .header-actions{width:100%;flex-wrap:wrap;gap:8px}.websites-page .view-mode-toggle{width:100%}.websites-page .view-mode-btn,.websites-page .refresh-btn,.websites-page .add-btn{flex:1;justify-content:center}.websites-page .kpi-grid{grid-template-columns:1fr}.websites-page .kpi-value{font-size:28px}.websites-page .websites-table-container{overflow-x:auto}.websites-page .websites-table{min-width:700px}.add-website-drawer{width:100vw}.add-website-drawer .schedule-options{flex-direction:column}.add-website-drawer .schedule-btn{width:100%}}.test-runs-page{padding:var(--card-padding);max-width:1400px;margin:0 auto}.page-header{margin-bottom:var(--space-3xl);display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10}.title-shimmer{display:inline-block}.page-header h1{font-size:36px;font-weight:800;color:#111827;margin:0 0 8px;letter-spacing:-1px;background:linear-gradient(135deg,#10b981,#059669,#10b981 200%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 8s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.page-header p{color:#6b7280;margin:0;font-size:15px}.refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.refresh-btn:active{transform:translateY(0)}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--grid-gap);margin-bottom:var(--space-2xl);position:relative;z-index:10}.stat-card{background:#fff;padding:var(--card-padding);border-radius:12px;border:2px solid #e5e7eb;box-shadow:0 2px 8px #00000014;transition:all .2s ease;position:relative}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f;border-color:#10b981}.stat-card.stat-success{border-color:#10b981}.stat-card.stat-failure{border-color:#ef4444}.stat-card.stat-running{border-color:#3b82f6}.stat-value{font-size:32px;font-weight:700;color:#111827;margin-bottom:4px;line-height:1;display:flex;align-items:center;gap:8px}.stat-label{font-size:13px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.stat-progress{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin:8px 0}.progress-bar{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .6s ease;border-radius:2px}.stat-meta{font-size:12px;color:#9ca3af;font-weight:500}.live-indicator{width:8px;height:8px;background:#3b82f6;border-radius:50%;display:inline-block;animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.filters-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;border:2px solid #e5e7eb;padding:var(--space-lg) var(--card-padding);margin-bottom:var(--card-padding);box-shadow:0 2px 8px #00000014}.filters-inline{display:flex;gap:var(--filter-gap);flex-wrap:nowrap;flex:1}.filters-inline select{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:#374151;white-space:nowrap;flex:1;min-width:0}.filters-inline select:hover{border-color:#10b981;background:#fff}.filters-inline select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;background:#fff}.runs-count{font-size:14px;font-weight:600;color:#6b7280;padding-left:16px;border-left:2px solid #e5e7eb}.filters-bar-v2{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:10px 16px;margin-bottom:16px;box-shadow:0 1px 3px #0000000d;gap:16px}.filters-left{display:flex;align-items:center;gap:10px;flex:1}.filters-right{display:flex;align-items:center;gap:8px}.search-box-v2{position:relative;width:200px}.search-box-v2 .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-box-v2 input{width:100%;padding:8px 32px 8px 34px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font-size:13px;color:#374151;transition:all .2s}.search-box-v2 input::-moz-placeholder{color:#9ca3af}.search-box-v2 input::placeholder{color:#9ca3af}.search-box-v2 input:hover,.search-box-v2 input:focus{border-color:#10b981;background:#fff;outline:none}.search-box-v2 input:focus{box-shadow:0 0 0 2px #10b9811a}.dropdown-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;max-width:200px}.dropdown-btn:hover{border-color:#d1d5db;background:#f9fafb}.dropdown-btn.active{border-color:#10b981;background:#ecfdf5;color:#059669}.dropdown-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-btn svg.rotate{transform:rotate(180deg)}.popover-websites{min-width:260px;max-height:360px}.popover-search{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.popover-search input{flex:1;border:none;background:transparent;font-size:13px;color:#374151;outline:none}.popover-search input::-moz-placeholder{color:#9ca3af}.popover-search input::placeholder{color:#9ca3af}.popover-search svg{color:#9ca3af}.website-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font-size:13px;color:#374151;cursor:pointer;transition:background .15s}.website-option:hover{background:#f3f4f6}.website-option.active{background:#ecfdf5;color:#059669}.website-option .website-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.website-option .website-count{font-size:11px;font-weight:600;color:#9ca3af;background:#f3f4f6;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center}.website-option.active .website-count{background:#d1fae5;color:#059669}.quick-filters{display:flex;gap:4px}.quick-filter-btn{padding:6px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.quick-filter-btn:hover{border-color:#d1d5db;background:#f9fafb;color:#374151}.quick-filter-btn.active{border-color:#10b981;background:#ecfdf5;color:#059669}.quick-filter-btn.active.danger{border-color:#ef4444;background:#fef2f2;color:#dc2626}.icon-btn{position:relative;width:34px;height:34px;padding:0;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-btn:hover{border-color:#d1d5db;background:#f9fafb;color:#374151}.icon-btn.active{border-color:#10b981;background:#ecfdf5;color:#059669}.badge-count{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;background:#10b981;color:#fff;font-size:10px;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center}.popover-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#f9fafb;font-size:13px;font-weight:600;color:#374151}.link-btn{border:none;background:none;color:#6b7280;font-size:12px;font-weight:500;cursor:pointer;text-decoration:underline;padding:0}.link-btn:hover{color:#dc2626}.popover-filters{min-width:200px}.popover-right{left:auto;right:0}.divider{width:1px;height:24px;background:#e5e7eb;margin:0 4px}.runs-count-v2{font-size:14px;font-weight:700;color:#111827;white-space:nowrap}.runs-count-v2 span{font-weight:500;color:#6b7280}.filter-chip.website{background:#f0fdf4;border-color:#86efac;color:#166534;gap:4px}.runs-table-container{background:#fff;border-radius:12px;border:2px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #00000014}.runs-table{width:100%;border-collapse:collapse}.runs-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.runs-table th{padding:14px 16px;text-align:left;font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.runs-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s}.runs-table tbody tr:hover{background:#f9fafb}.runs-table tbody tr:last-child{border-bottom:none}.runs-table td{padding:12px 16px;font-size:14px;color:#374151;vertical-align:middle}.status-cell{text-align:center}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:14px;font-weight:700}.status-icon.status-success{background:#d1fae5;color:#065f46}.status-icon.status-error{background:#fee2e2;color:#991b1b}.status-icon.status-running{background:#dbeafe;color:#1e40af}.status-icon.status-pending{background:#fef3c7;color:#92400e}.status-icon.status-default{background:#f3f4f6;color:#6b7280}.test-type-text{font-weight:600;color:#111827}.website-name{color:#374151;font-weight:500}.results-text{font-size:13px;font-weight:600}.passed-count{color:#059669}.failed-count{color:#dc2626}.total-count{color:#6b7280}.separator{color:#d1d5db;margin:0 2px}.time-cell{color:#6b7280;font-size:13px;white-space:nowrap}.duration-cell{color:#374151;font-weight:600;text-align:center}.actions-cell{text-align:center}.btn-view-details{height:32px;padding:0 14px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.btn-view-details:hover{background:#10b981;color:#fff;border-color:#10b981}.empty-state{padding:80px 20px;text-align:center;background:#fff;border-radius:12px}.empty-state-icon{margin-bottom:16px;color:#9ca3af}.empty-state p{font-size:16px;color:#111827;font-weight:600;margin:0 0 8px}.empty-state .text-muted{font-size:14px;color:#6b7280;font-weight:400;max-width:500px;margin:0 auto;line-height:1.6}.loading{padding:80px 20px;text-align:center;color:#6b7280;font-size:16px;font-weight:500}.header-actions{display:flex;align-items:center;gap:12px}.view-mode-toggle{display:flex;background:#f3f4f6;border-radius:10px;padding:4px;gap:4px}.view-mode-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.view-mode-btn:hover{color:#374151;background:#ffffff80}.view-mode-btn.active{background:#fff;color:#10b981;box-shadow:0 2px 8px #0000001a}.executive-view{margin-bottom:24px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.kpi-card{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e5e7eb}.kpi-card.primary:before{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.kpi-card.success:before{background:linear-gradient(90deg,#10b981,#34d399)}.kpi-card.danger:before{background:linear-gradient(90deg,#ef4444,#f87171)}.kpi-card.info:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.kpi-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.kpi-icon{width:48px;height:48px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.kpi-icon.success{background:#ecfdf5;color:#10b981}.kpi-icon.danger{background:#fef2f2;color:#ef4444}.kpi-icon.info{background:#eff6ff;color:#3b82f6}.kpi-content{flex:1}.kpi-value{font-size:36px;font-weight:800;color:#111827;line-height:1;margin-bottom:8px}.kpi-label{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:4px}.kpi-meta{font-size:12px;color:#9ca3af}.kpi-trend{margin-top:4px}.trend-up{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#10b981;background:#ecfdf5;padding:4px 8px;border-radius:6px}.trend-down{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#ef4444;background:#fef2f2;padding:4px 8px;border-radius:6px}.trend-neutral{font-size:12px;color:#9ca3af}.kpi-progress{margin-top:auto}.progress-track{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px;transition:width .6s ease}.type-breakdown{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e7eb}.type-breakdown h3{font-size:16px;font-weight:700;color:#111827;margin:0 0 20px}.type-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.type-card{background:#f9fafb;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s;border:1px solid transparent}.type-card:hover{background:#fff;border-color:#10b981;box-shadow:0 4px 12px #10b98126}.type-card.active{background:#fff;border-color:#10b981;box-shadow:0 4px 12px #10b98133;position:relative}.type-card.active:after{content:"✓";position:absolute;top:8px;right:8px;width:20px;height:20px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.type-name{font-size:14px;font-weight:700;color:#111827;margin-bottom:8px}.type-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.type-total{font-size:12px;color:#6b7280}.type-pass-rate{font-size:12px;font-weight:600;color:#10b981}.type-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.type-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);transition:width .4s ease}.technical-view{margin-bottom:16px}.technical-controls{display:flex;justify-content:flex-end;margin-top:16px}.density-toggle{display:flex;background:#f3f4f6;border-radius:8px;padding:4px;gap:4px}.density-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:6px;background:transparent;color:#6b7280;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.density-btn:hover{color:#374151}.density-btn.active{background:#fff;color:#10b981;box-shadow:0 1px 3px #0000001a}@media (max-width: 1200px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.kpi-grid{grid-template-columns:1fr}.view-mode-toggle{width:100%}.view-mode-btn{flex:1;justify-content:center}.kpi-value{font-size:28px}.type-cards{grid-template-columns:1fr 1fr}}.search-box{position:relative;flex:1;max-width:320px}.search-box .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-box input{width:100%;padding:10px 36px 10px 38px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;font-size:14px;color:#374151;transition:all .2s}.search-box input::-moz-placeholder{color:#9ca3af}.search-box input::placeholder{color:#9ca3af}.search-box input:hover{border-color:#10b981;background:#fff}.search-box input:focus{outline:none;border-color:#10b981;background:#fff;box-shadow:0 0 0 3px #10b9811a}.clear-search{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:20px;height:20px;padding:0;border:none;background:#e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.clear-search:hover{background:#d1d5db;color:#374151}.popover-container{position:relative}.filter-btn,.sort-btn{display:flex;align-items:center;gap:6px;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-btn:hover,.sort-btn:hover{border-color:#10b981;background:#fff}.filter-btn.active{background:#ecfdf5;border-color:#10b981;color:#059669}.filter-count{background:#10b981;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.filter-btn svg.rotate,.sort-btn svg.rotate{transform:rotate(180deg)}.popover{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:220px;z-index:100;overflow:hidden}.popover.popover-small{min-width:160px}.popover-content{padding:8px;max-height:300px;overflow-y:auto}.popover-section{margin-bottom:8px}.popover-section:last-child{margin-bottom:0}.popover-section-title{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding:8px 8px 4px}.filter-option{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;cursor:pointer;transition:background .15s}.filter-option:hover{background:#f3f4f6}.filter-option input[type=checkbox]{width:16px;height:16px;accent-color:#10b981;cursor:pointer}.filter-option span{font-size:13px;color:#374151;font-weight:500}.popover-footer{display:flex;justify-content:space-between;gap:8px;padding:8px;border-top:1px solid #e5e7eb;background:#f9fafb}.btn-reset,.btn-apply{flex:1;padding:8px 12px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-reset{background:#fff;color:#6b7280;border:1px solid #d1d5db}.btn-reset:hover{background:#f3f4f6;color:#374151}.btn-apply{background:#10b981;color:#fff}.btn-apply:hover{background:#059669}.sort-option{display:block;width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s}.sort-option:hover{background:#f3f4f6}.sort-option.active{background:#ecfdf5;color:#059669}.filter-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.chips-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.filter-chip{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#fff;border:1px solid #10b981;border-radius:16px;font-size:12px;font-weight:500;color:#059669;cursor:pointer;transition:all .2s}.filter-chip:hover{background:#fee2e2;border-color:#ef4444;color:#dc2626}.clear-all{padding:6px 10px;background:transparent;border:none;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;text-decoration:underline;transition:color .2s}.clear-all:hover{color:#dc2626}.expand-cell{width:30px;padding:8px!important}.expand-btn{width:24px;height:24px;padding:0;border:none;background:transparent;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.expand-btn:hover{background:#f3f4f6;color:#374151}.expand-btn svg.rotate-90{transform:rotate(90deg)}.action-buttons{display:flex;align-items:center;justify-content:center;gap:4px}.action-btn{width:28px;height:28px;padding:0;border:none;background:#f3f4f6;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.action-btn:hover{background:#10b981;color:#fff}.action-btn.danger{background:#fee2e2;color:#dc2626}.action-btn.danger:hover{background:#dc2626;color:#fff}.run-row.expanded{background:#f9fafb}.expanded-row{background:#f3f4f6}.expanded-row td{padding:0!important}.expanded-content{padding:16px 24px;border-top:1px dashed #d1d5db}.expanded-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:center}.expanded-item{display:flex;flex-direction:column;gap:4px}.expanded-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.expanded-value{font-size:14px;font-weight:500;color:#111827;word-break:break-all}.btn-view-full{padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-view-full:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.runs-table.compact th,.runs-table.compact td{padding:10px 12px}.runs-table.compact .status-icon{width:24px;height:24px;font-size:12px}.runs-table.comfortable th,.runs-table.comfortable td{padding:16px 20px}.runs-table.comfortable .status-icon{width:32px;height:32px;font-size:16px}@media (max-width: 768px){.test-runs-page{padding:16px}.page-header{flex-direction:column;gap:16px}.page-header h1{font-size:28px}.header-actions{width:100%;flex-direction:column;gap:8px}.density-toggle,.refresh-btn{width:100%;justify-content:center}.stats-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.stat-card{padding:16px}.stat-value{font-size:28px}.filters-bar{flex-direction:column;align-items:stretch;gap:12px}.search-box{max-width:none}.popover-container{width:100%}.filter-btn,.sort-btn{width:100%;justify-content:center}.popover{left:0;right:0;min-width:auto}.runs-count{padding-left:0;border-left:none;padding-top:12px;border-top:1px solid #e5e7eb;text-align:center}.filters-bar-v2{flex-direction:column;padding:12px;gap:12px}.filters-left{flex-direction:column;width:100%;gap:8px}.filters-right{width:100%;justify-content:space-between}.search-box-v2{width:100%}.dropdown-btn{width:100%;max-width:none}.quick-filters,.quick-filter-btn{flex:1}.divider{display:none}.runs-count-v2{font-size:13px}.filter-chips{padding:10px 12px}.runs-table{font-size:13px}.runs-table th,.runs-table td{padding:10px 8px}.runs-table th{font-size:11px}.website-name,.time-cell{font-size:12px}.action-buttons{gap:2px}.action-btn{width:24px;height:24px}.expanded-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.system-status-page{padding:24px;max-width:1400px;margin:0 auto}.system-status-page .page-header{margin-bottom:32px;display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10}.system-status-page .page-header h1{font-size:36px;font-weight:800;color:#111827;margin:0 0 8px;letter-spacing:-1px;background:linear-gradient(135deg,#10b981,#059669,#10b981 200%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.system-status-page .page-header p{color:#6b7280;margin:0;font-size:15px}.system-status-page .header-actions{display:flex;align-items:center;gap:12px}.system-status-page .view-mode-toggle{display:flex;background:#f3f4f6;border-radius:10px;padding:4px;gap:4px}.system-status-page .view-mode-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.system-status-page .view-mode-btn:hover{color:#374151;background:#ffffff80}.system-status-page .view-mode-btn.active{background:#fff;color:#10b981;box-shadow:0 2px 8px #0000001a}.system-status-page .refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.system-status-page .refresh-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.system-status-page .executive-view{margin-bottom:24px}.system-status-page .kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.system-status-page .kpi-card{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .2s;position:relative;overflow:hidden}.system-status-page .kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e5e7eb}.system-status-page .kpi-card.primary:before{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.system-status-page .kpi-card.success:before{background:linear-gradient(90deg,#10b981,#34d399)}.system-status-page .kpi-card.danger:before{background:linear-gradient(90deg,#ef4444,#f87171)}.system-status-page .kpi-card.info:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.system-status-page .kpi-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.system-status-page .kpi-icon{width:48px;height:48px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.system-status-page .kpi-icon.success{background:#ecfdf5;color:#10b981}.system-status-page .kpi-icon.danger{background:#fef2f2;color:#ef4444}.system-status-page .kpi-icon.info{background:#eff6ff;color:#3b82f6}.system-status-page .kpi-content{flex:1}.system-status-page .kpi-value{font-size:36px;font-weight:800;color:#111827;line-height:1;margin-bottom:8px}.system-status-page .kpi-label{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:4px}.system-status-page .kpi-meta{font-size:12px;color:#9ca3af}.system-status-page .kpi-progress{margin-top:auto}.system-status-page .progress-track{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.system-status-page .progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px;transition:width .6s ease}.system-status-page .technical-view{margin-bottom:24px}.system-status-page .stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.system-status-page .stat-card{background:#fff;padding:20px;border-radius:12px;border:2px solid #e5e7eb;box-shadow:0 2px 8px #00000014;transition:all .2s ease}.system-status-page .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f;border-color:#10b981}.system-status-page .stat-card.stat-success{border-color:#10b981}.system-status-page .stat-card.stat-failure{border-color:#ef4444}.system-status-page .stat-value{font-size:32px;font-weight:700;color:#111827;margin-bottom:4px;line-height:1}.system-status-page .stat-label{font-size:13px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.system-status-page .services-section{margin-bottom:24px}.system-status-page .services-section h3{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px}.system-status-page .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.system-status-page .service-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #e5e7eb;transition:all .2s;position:relative;overflow:hidden}.system-status-page .service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#e5e7eb}.system-status-page .service-card.healthy:before{background:linear-gradient(90deg,#10b981,#34d399)}.system-status-page .service-card.unhealthy:before{background:linear-gradient(90deg,#ef4444,#f87171)}.system-status-page .service-card.unknown:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.system-status-page .service-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.system-status-page .service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.system-status-page .service-icon{width:48px;height:48px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.system-status-page .service-icon.healthy{background:#ecfdf5;color:#10b981}.system-status-page .service-icon.unhealthy{background:#fef2f2;color:#ef4444}.system-status-page .service-icon.unknown{background:#fef3c7;color:#f59e0b}.system-status-page .service-status-indicator{display:flex;align-items:center;justify-content:center}.system-status-page .service-status-indicator.healthy{color:#10b981}.system-status-page .service-status-indicator.unhealthy{color:#ef4444}.system-status-page .service-status-indicator.unknown{color:#f59e0b}.system-status-page .service-content h4{font-size:16px;font-weight:700;color:#111827;margin:0 0 4px}.system-status-page .service-content p{font-size:13px;color:#6b7280;margin:0 0 12px}.system-status-page .service-details{display:flex;flex-wrap:wrap;gap:8px}.system-status-page .detail-item{font-size:11px;font-weight:600;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px}.system-status-page .service-status-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-top:16px}.system-status-page .service-status-badge.healthy{background:#ecfdf5;color:#059669}.system-status-page .service-status-badge.unhealthy{background:#fef2f2;color:#dc2626}.system-status-page .service-status-badge.unknown{background:#fef3c7;color:#d97706}.system-status-page .refresh-indicator{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#f0f9ff;border:1px solid #bfdbfe;border-radius:10px;font-size:13px;font-weight:500;color:#2563eb}.system-status-page .loading{padding:80px 20px;text-align:center;color:#6b7280;font-size:16px;font-weight:500}@media (max-width: 1200px){.system-status-page .kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.system-status-page{padding:16px}.system-status-page .page-header{flex-direction:column;gap:16px}.system-status-page .page-header h1{font-size:28px}.system-status-page .header-actions{width:100%;flex-direction:column;gap:8px}.system-status-page .view-mode-toggle{width:100%}.system-status-page .view-mode-btn{flex:1;justify-content:center}.system-status-page .refresh-btn{width:100%;justify-content:center}.system-status-page .kpi-grid{grid-template-columns:1fr}.system-status-page .kpi-value{font-size:28px}.system-status-page .services-grid{grid-template-columns:1fr}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);padding:20px;position:relative}.login-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px;padding:40px;position:relative;z-index:1}.login-header{text-align:center;margin-bottom:32px}.login-header h1{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--text-primary)}.login-header p{margin:0;color:var(--text-tertiary);font-size:14px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:500;font-size:14px;color:var(--text-secondary)}.form-group input[type=text],.form-group input[type=password]{padding:10px 14px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;font-size:14px;color:var(--text-primary);transition:all .2s ease}.form-group input::-moz-placeholder{color:var(--text-placeholder)}.form-group input::placeholder{color:var(--text-placeholder)}.form-group input[type=text]:focus,.form-group input[type=password]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled{background-color:var(--bg-tertiary);cursor:not-allowed;opacity:.6}.checkbox-group label{display:flex;align-items:center;gap:8px;font-weight:400;cursor:pointer}.checkbox-group input[type=checkbox]{width:16px;height:16px;cursor:pointer}.checkbox-group span{font-size:14px;color:#cbd5e1;font-weight:400}.error-message{padding:12px 16px;background-color:#7f1d1d;border:1px solid #dc2626;border-radius:8px;color:#fecaca;font-size:14px}.login-button{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease;margin-top:8px}.login-button:hover:not(:disabled){background:#2563eb}.login-button:active:not(:disabled){background:#1d4ed8}.login-button:disabled{opacity:.5;cursor:not-allowed}.login-footer{margin-top:24px;text-align:center}.login-footer p{margin:4px 0;font-size:12px;color:#94a3b8}.text-muted{color:#64748b}.page{display:flex;min-height:100vh;background:#f8fafc}.navbar.navbar-vertical{position:fixed;top:0;left:0;width:260px;height:100vh;background:linear-gradient(180deg,#1e293b,#0f172a);border-right:1px solid rgba(255,255,255,.1);z-index:1000;overflow-y:auto}.navbar.navbar-vertical .container-fluid{display:flex;flex-direction:column;height:100%;padding:20px 16px}.navbar-brand{padding:0 8px;margin-bottom:24px}.navbar-brand-image{font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;gap:4px;list-style:none;padding:0;margin:0}.nav-item{display:block}.nav-item .nav-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:#94a3b8;text-decoration:none;transition:all .2s ease;cursor:pointer}.nav-item .nav-link:hover{background:#ffffff14;color:#e2e8f0}.nav-item.active .nav-link{background:linear-gradient(135deg,#10b98133,#34d3991a);color:#10b981}.nav-link-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.nav-link-title{font-size:14px;font-weight:500;white-space:nowrap}.navbar-nav.mt-auto{margin-top:auto!important;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.navbar-nav.mt-auto .nav-item{margin-bottom:8px}.navbar-nav.mt-auto .nav-link{padding:8px 12px}.navbar-nav.mt-auto .d-none.d-xl-block{display:block!important}.navbar-nav.mt-auto .d-none.d-xl-block div{color:#e2e8f0;font-size:14px;font-weight:500}.btn.btn-danger{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.page-wrapper{flex:1;margin-left:260px;min-width:0;background:#f8fafc}.page-body{padding:0}.container-xl{max-width:1400px;padding:24px 32px;margin:0 auto}@media (max-width: 991px){.navbar.navbar-vertical{width:100%;height:auto;position:relative}.navbar.navbar-vertical .container-fluid{flex-direction:row;flex-wrap:wrap;padding:12px 16px}.navbar-brand{margin-bottom:0}.navbar-nav{flex-direction:row;flex-wrap:wrap;gap:8px;width:100%;margin-top:12px}.nav-item .nav-link{padding:8px 12px;font-size:13px}.nav-link-title{display:none}.navbar-nav.mt-auto{margin-top:12px!important;padding-top:12px;width:100%;flex-direction:row;justify-content:flex-end;gap:12px}.page-wrapper{margin-left:0}.container-xl{padding:16px}}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-content:"";--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.top-1\/2{top:50%}.top-full{top:100%}.right-full{right:100%}.bottom-full{bottom:100%}.left-1\/2{left:50%}.left-full{left:100%}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.z-\[1\]{z-index:1}.container{width:100%}.mx-auto{margin-inline:auto}.mt-auto{margin-top:auto}.ml-\[27px\]{margin-left:27px}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-\[1px\]{height:1px}.h-\[40rem\]{height:40rem}.h-\[169\%\]{height:169%}.h-auto{height:auto}.h-full{height:100%}.max-h-\[500px\]{max-height:500px}.max-h-full{max-height:100%}.min-h-\[60px\]{min-height:60px}.min-h-screen{min-height:100vh}.w-\[1px\]{width:1px}.w-\[50px\]{width:50px}.w-\[138\%\]{width:138%}.w-\[280px\]{width:280px}.w-\[300px\]{width:300px}.w-\[400px\]{width:400px}.w-full{width:100%}.max-w-\[60px\]{max-width:60px}.max-w-full{max-width:100%}.min-w-\[18px\]{min-width:18px}.min-w-\[60px\]{min-width:60px}.min-w-\[80px\]{min-width:80px}.min-w-\[320px\]{min-width:320px}.min-w-max{min-width:-moz-max-content;min-width:max-content}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.origin-\[--radix-tooltip-content-transform-origin\]{transform-origin:--radix-tooltip-content-transform-origin}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-rotate-90{rotate:-90deg}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.rotate-\[215deg\]{rotate:215deg}.\[transform\:skew\(-12deg\)_translateX\(-100\%\)\]{transform:skew(-12deg)translate(-100%)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-\[2fr_1\.5fr_0\.8fr_0\.8fr_1fr_0\.8fr_1fr_1fr_auto\]{grid-template-columns:2fr 1.5fr .8fr .8fr 1fr .8fr 1fr 1fr auto}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.\[gap\:var\(--gap\)\]{gap:var(--gap)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:calc(var(--radius) + 8px)}.rounded-3xl{border-radius:calc(var(--radius) + 12px)}.rounded-\[9999px\]{border-radius:9999px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-2{border-top-style:var(--tw-border-style);border-top-width:2px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-input{border-color:var(--input)}.border-transparent{border-color:#0000}.bg-background{background-color:var(--background)}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-muted{background-color:var(--muted)}.bg-primary,.bg-primary\/10{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.bg-primary\/20{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/20{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.bg-secondary{background-color:var(--secondary)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.\!\[mask-composite\:intersect\]{-webkit-mask-composite:source-in!important;mask-composite:intersect!important}.\!\[mask-clip\:padding-box\,border-box\]{-webkit-mask-clip:padding-box,border-box!important;mask-clip:padding-box,border-box!important}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-left-top{-o-object-position:left top;object-position:left top}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-\[10px\]{font-size:10px}.leading-none{--tw-leading:1;line-height:1}.whitespace-nowrap{white-space:nowrap}.text-card-foreground{color:var(--card-foreground)}.text-muted{color:var(--muted)}.text-muted-foreground{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-5{opacity:.05}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-100{opacity:1}.shadow-\[0_0_0_1px_\#ffffff10\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,#ffffff10);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.\[--duration\:20s\]{--duration:20s}.\[--duration\:40s\]{--duration:40s}.\[--gap\:1rem\]{--gap:1rem}.\[animation-direction\:reverse\]{animation-direction:reverse}.\[border\:calc\(var\(--border-width\)\*1px\)_solid_transparent\]{border:calc(var(--border-width)*1px)solid transparent}.\[mask\:linear-gradient\(transparent\,transparent\)\,linear-gradient\(white\,white\)\]{-webkit-mask:linear-gradient(#0000,#0000),linear-gradient(#fff,#fff);mask:linear-gradient(#0000,#0000),linear-gradient(#fff,#fff)}.\[transform-style\:preserve-3d\]{transform-style:preserve-3d}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.fade-in-0{--tw-enter-opacity:0}.running{animation-play-state:running}.zoom-in-95{--tw-enter-scale:.95}@media (hover:hover){.group-hover\:\[transform\:skew\(-12deg\)_translateX\(100\%\)\]:is(:where(.group):hover *){transform:skew(-12deg)translate(100%)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\:duration-1000:is(:where(.group):hover *){--tw-duration:1s;transition-duration:1s}.group-hover\:\[animation-play-state\:paused\]:is(:where(.group):hover *){animation-play-state:paused}.group-hover\:duration-1000:is(:where(.group):hover *){animation-duration:1s}}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:aspect-square:after{content:var(--tw-content);aspect-ratio:1}.after\:w-\[calc\(var\(--size\)\*1px\)\]:after{content:var(--tw-content);width:calc(var(--size)*1px)}.after\:\[animation-delay\:var\(--delay\)\]:after{content:var(--tw-content);animation-delay:var(--delay)}.after\:\[background\:linear-gradient\(to_left\,var\(--color-from\)\,var\(--color-to\)\,transparent\)\]:after{content:var(--tw-content);background:linear-gradient(to left,var(--color-from),var(--color-to),transparent)}.after\:\[offset-anchor\:calc\(var\(--anchor\)\*1\%\)_50\%\]:after{content:var(--tw-content);offset-anchor:calc(var(--anchor)*1%)50%}.after\:\[offset-path\:rect\(0_auto_auto_0_round_calc\(var\(--size\)\*1px\)\)\]:after{content:var(--tw-content);offset-path:rect(0 auto auto 0 round calc(var(--size)*1px))}@media (hover:hover){.hover\:scale-125:hover{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:underline:hover{text-decoration-line:underline}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--ring)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:.5rem}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--foreground)}.data-\[state\=closed\]\:animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}@media (prefers-reduced-motion:reduce){.motion-reduce\:hidden{display:none}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&\>\*\]\:\[transform-style\:preserve-3d\]>*{transform-style:preserve-3d}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{rotate:180deg}:root{--tblr-primary:#6274f1;--tblr-primary-rgb:98,116,241;--tblr-success:#01b574;--tblr-success-rgb:1,181,116;--tblr-danger:#ee5d50;--tblr-danger-rgb:238,93,80;--tblr-warning:#ffce20;--tblr-warning-rgb:255,206,32;--tblr-info:#4dabf7;--tblr-info-rgb:77,171,247;--font-size-display:32px;--font-size-h2:24px;--font-size-h3:18px;--font-size-base:16px;--font-size-small:14px;--line-height-tight:1.25;--line-height-base:1.6;--line-height-relaxed:1.75;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:20px;--space-2xl:24px;--space-3xl:32px;--space-4xl:40px;--card-padding:var(--space-xl);--section-margin:var(--space-3xl);--grid-gap:var(--space-lg);--stat-gap:var(--space-2xl);--form-gap:var(--space-lg);--filter-gap:var(--space-md);--form-label-gap:var(--space-md);--stat-label-gap:var(--space-sm);--list-item-gap:var(--space-lg);--primary-color:#3b82f6;--success-color:#059669;--danger-color:#dc2626;--warning-color:#f59e0b;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#64748b;--text-placeholder:#94a3b8;--border-color:#e2e8f0;--border-color-hover:#cbd5e1;--radius:.625rem;--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:oklch(20.5% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.btn{transition:all .2s cubic-bezier(.4,0,.2,1)}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.card{transition:all .2s cubic-bezier(.4,0,.2,1)}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}tbody tr{transition:background .15s}tbody tr:hover{background:rgba(var(--tblr-primary-rgb),.02)}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px rgba(var(--tblr-primary-rgb),.1)}.loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.loading:before{content:"";border:3px solid rgba(var(--tblr-primary-rgb),.2);border-top-color:var(--tblr-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.empty-state-icon{opacity:.3}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(92.2% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--border:oklch(100% 0 0/.1);--input:oklch(100% 0 0/.15);--ring:oklch(55.6% 0 0);--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55.6% 0 0)}@layer base{*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0))}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
