.navbar{background:#0b101bf2;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-content{display:flex;align-items:center;justify-content:space-between;position:relative}.navbar-links{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:2rem;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-size:1.5rem;font-weight:800;transition:transform var(--transition-base)}.navbar-logo:hover{transform:scale(1.05)}.navbar-link{text-decoration:none;color:#c9ced6;font-weight:500;font-size:1rem;transition:color var(--transition-base);position:relative}.navbar-link:hover,.navbar-link.active{color:#fff}.navbar-link.active:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:2px;background:linear-gradient(135deg,var(--primary-purple) 0%,var(--primary-blue) 100%);border-radius:2px}.navbar-actions{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.navbar-links{display:none}.navbar-actions .btn{padding:.625rem 1.5rem;font-size:.875rem}}.footer{background:#0b101b;color:#fff;padding:4rem 0 2rem;margin-top:6rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;margin-bottom:1rem}.footer-description{color:#a9afba;font-size:1rem;line-height:1.6;max-width:300px}.footer-section h4{color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#a9afba;text-decoration:none;font-size:.9375rem;transition:color var(--transition-base)}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#a9afba;font-size:.875rem}.footer-social{display:flex;gap:1rem}.footer-social a{color:#a9afba;transition:all var(--transition-base);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff0d}.footer-social a:hover{color:#fff;background:var(--primary-purple);transform:translateY(-2px)}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 640px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.homepage{overflow-x:hidden}.hero{padding:6rem 0 4rem;background:#0b101b;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(124,58,237,.1) 0%,transparent 70%);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-badge{margin-bottom:2rem}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;font-weight:800}.hero-subtitle{font-size:1.375rem;color:#a9afba;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.hero-stats{display:flex;gap:4rem;justify-content:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#a9afba;font-weight:500}.section-header h2{font-size:2.75rem;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#a9afba;max-width:600px;margin:0 auto}.feature-card{text-align:center;padding:2rem}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-purple) 0%,var(--primary-blue) 100%);border-radius:var(--radius-xl);color:#fff}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.feature-card p{color:#a9afba;font-size:1rem;line-height:1.6}.pipeline-steps{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.pipeline-step{flex:1;min-width:200px;text-align:center}.step-number{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-purple) 0%,var(--primary-blue) 100%);border-radius:50%;color:#fff;font-size:1.5rem;font-weight:800}.step-content h3{font-size:1.25rem;margin-bottom:.75rem;color:#fff}.step-content p{font-size:.9375rem;color:#a9afba;line-height:1.6}.pipeline-connector{font-size:2rem;color:#ffffff4d;font-weight:300}.use-case-card{padding:2rem}.use-case-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.use-case-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7c3aed1a,#3b82f61a);border-radius:var(--radius-lg);color:var(--primary-purple)}.use-case-header h3{font-size:1.5rem;color:#fff;margin:0}.use-case-card p{font-size:1rem;color:#a9afba;margin-bottom:1.5rem;line-height:1.6}.use-case-benefits{list-style:none;display:flex;flex-direction:column;gap:.5rem}.use-case-benefits li{font-size:.9375rem;color:#c9ced6;font-weight:500}.cta-content{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--primary-purple) 0%,var(--primary-blue) 100%);border:none}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.25rem;margin-bottom:2rem}.cta-actions .btn-primary{background:#fff;color:var(--primary-purple)}.cta-actions .btn-primary:hover{background:var(--gray-50)}.cta-actions .btn-secondary{background:transparent;color:#fff;border-color:#fff}.cta-actions .btn-secondary:hover{background:#ffffff1a}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-stats{gap:2rem}.section-header h2{font-size:2rem}.pipeline-connector{display:none}.cta-content h2{font-size:1.75rem}}.dashboard-page{background:#000;min-height:calc(100vh - 200px)}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff;font-weight:700}.dashboard-subtitle{font-size:1.125rem;color:#ffffffb3}.stat-card{display:flex;gap:1rem;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.stat-card-icon{width:50px;height:50px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.stat-card-content{flex:1}.stat-card-value{font-size:2rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.25rem}.stat-card-label{font-size:.875rem;color:#ffffffb3;font-weight:500}.dashboard-section{margin-bottom:2rem}.section-header-inline{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header-inline h2{font-size:1.75rem;margin:0;color:#fff;font-weight:700}.app-card{display:flex;flex-direction:column;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.app-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:.5rem}.app-card-header h3{font-size:1.25rem;margin:0;color:#fff;flex:1;font-weight:600}.app-card-description{color:#fffc;font-size:.9375rem;line-height:1.6;margin-bottom:1rem;flex:1}.app-card-meta{display:flex;gap:1rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.app-card-meta-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#fff9}.app-card-actions{display:flex;gap:.75rem}.empty-state{text-align:center;padding:4rem 2rem}.empty-state svg{color:#ffffff4d;margin-bottom:1.5rem}.empty-state h3{font-size:1.5rem;color:#fff;margin-bottom:.5rem;font-weight:700}.empty-state p{color:#ffffffb3;font-size:1rem;margin-bottom:1.5rem}.table-container{overflow-x:auto}.data-table th{text-align:left;padding:.875rem 1rem;font-size:.875rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.1)}.data-table td{padding:1rem;font-size:.9375rem;color:#ffffffe6;border-bottom:1px solid rgba(255,255,255,.1)}.data-table tbody tr:hover{background:#ffffff0d}.data-table code{background:#7c3aed33;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.875rem;font-family:Courier New,monospace;color:#a78bfa}.progress-bar{width:100px;height:8px;background:#ffffff1a;border-radius:var(--radius-full);overflow:hidden}.btn-icon{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:var(--radius-md);color:#fff9;transition:all var(--transition-base);display:inline-flex;align-items:center;justify-content:center}.btn-icon:hover{background:#7c3aed33;color:#a78bfa}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius-lg);font-size:.9375rem}.alert-error{background:#ef44441a;color:var(--error);border:1px solid rgba(239,68,68,.2)}.alert-success{background:#10b9811a;color:var(--success);border:1px solid rgba(16,185,129,.2)}.alert-info{background:#3b82f61a;color:var(--info);border:1px solid rgba(59,130,246,.2)}.chart-card{padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.chart-title{font-size:1.25rem;color:#fff;margin-bottom:1.5rem;font-weight:600}.chart-container{display:flex;flex-direction:column;gap:1.5rem}.bar-chart{display:flex;justify-content:space-around;align-items:flex-end;height:250px;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);gap:1rem}.bar-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.bars{display:flex;gap:.25rem;align-items:flex-end;height:200px;width:100%;justify-content:center}.bar{width:24px;min-height:4px;border-radius:4px 4px 0 0;transition:all .3s ease}.bar:hover{opacity:.8;transform:translateY(-2px)}.bar-success{background:linear-gradient(180deg,#10b981,#059669)}.bar-error{background:linear-gradient(180deg,#ef4444,#dc2626)}.bar-warning{background:linear-gradient(180deg,#f59e0b,#d97706)}.bar-label{font-size:.875rem;color:#ffffffb3;font-weight:500}.chart-legend{display:flex;gap:1.5rem;justify-content:center;padding-top:1rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#fffc}.legend-color{width:12px;height:12px;border-radius:2px}.horizontal-bar-chart{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.horizontal-bar-item{display:flex;align-items:center;gap:1rem}.horizontal-bar-label{min-width:120px;font-size:.875rem;color:#fffc;font-weight:500}.horizontal-bar-wrapper{flex:1;display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border-radius:var(--radius-md);height:32px;padding:0 .5rem;position:relative}.horizontal-bar-fill{height:100%;border-radius:var(--radius-md);transition:width .5s ease;position:absolute;left:0;top:0}.horizontal-bar-value{font-size:.875rem;color:#fff;font-weight:600;margin-left:auto;z-index:1}.coverage-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;padding:1rem 0}.coverage-stats{display:flex;flex-direction:column;gap:2rem}.coverage-stat-item{display:flex;flex-direction:column;gap:.75rem}.coverage-value{font-size:2.5rem;font-weight:800;color:#fff;line-height:1}.coverage-label{font-size:.875rem;color:#ffffffb3;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.coverage-bar{height:12px;background:#ffffff1a;border-radius:var(--radius-full);overflow:hidden}.coverage-bar-fill{height:100%;border-radius:var(--radius-full);transition:width .6s ease}.coverage-donut{display:flex;align-items:center;justify-content:center}.coverage-donut svg{width:200px;height:200px;filter:drop-shadow(0 0 20px rgba(124,58,237,.3))}@media (max-width: 1024px){.coverage-container{grid-template-columns:1fr}.coverage-donut svg{width:150px;height:150px}}@media (max-width: 768px){.dashboard-header h1{font-size:2rem}.app-card-actions{flex-direction:column}.stat-card-value{font-size:1.5rem}.bar-chart{height:200px}.bars{height:150px}.horizontal-bar-label{min-width:80px;font-size:.75rem}.coverage-value{font-size:2rem}}.applications-page{background:#000;min-height:calc(100vh - 200px)}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.create-workspace-form{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-bottom:2rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.create-workspace-form h2{color:#fff;font-size:1.75rem;margin-bottom:1.5rem;font-weight:700;background:linear-gradient(135deg,#7c3aed,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.btn-large{padding:1rem 2rem;font-size:1.0625rem;font-weight:600}.page-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#fff}.page-subtitle{font-size:1.125rem;color:#ffffffb3}.workspace-card{display:flex;flex-direction:column;padding:1.5rem;transition:all var(--transition-base);background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.workspace-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:.5rem}.workspace-card-header h3{font-size:1.375rem;margin:0;color:#fff;flex:1;font-weight:700}.workspace-card-details{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1rem;padding:1rem;background:#ffffff14;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.15)}.detail-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.detail-label{font-size:.875rem;color:#ffffffb3;font-weight:500}.detail-value{font-size:.875rem;color:#fff;font-weight:600}.detail-value code{background:#7c3aed33;padding:.25rem .625rem;border-radius:var(--radius-sm);font-size:.8125rem;color:#a78bfa;font-family:Courier New,monospace;font-weight:600}.version-badge{background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff;padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:600}.workspace-card-description{color:#fffc;font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem;flex:1}.workspace-card-meta{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;margin-bottom:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.875rem;color:#fff9}.workspace-card-meta span{display:flex;align-items:center;gap:.375rem}.workspace-card-actions{display:flex;gap:.75rem;align-items:center}.btn-icon-edit{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:var(--radius-md);color:var(--gray-500);transition:all var(--transition-base);display:inline-flex;align-items:center;justify-content:center}.btn-icon-edit:hover{background:#7c3aed1a;color:#7c3aed}.btn-icon-danger{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:var(--radius-md);color:var(--gray-500);transition:all var(--transition-base);display:inline-flex;align-items:center;justify-content:center}.btn-icon-danger:hover{background:#ef44441a;color:var(--error)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-content{background:#141414f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:16px;width:100%;max-width:480px;box-shadow:0 20px 60px #0009;animation:fadeInUp .3s ease-out;display:flex;flex-direction:column}.modal-content-large{max-width:600px}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.875rem;position:relative;flex-shrink:0}.modal-icon-edit{width:40px;height:40px;border-radius:10px;background:#7c3aed26;display:flex;align-items:center;justify-content:center;color:#7c3aed;flex-shrink:0}.modal-icon-edit svg{width:20px;height:20px}.modal-icon-danger{width:40px;height:40px;border-radius:10px;background:#ef444426;display:flex;align-items:center;justify-content:center;color:#ef4444;flex-shrink:0}.modal-icon-danger svg{width:20px;height:20px}.modal-header h3{font-size:1.25rem;margin:0;color:#fff;font-weight:700;flex:1}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.375rem;color:#ffffff80;transition:all var(--transition-base);border-radius:var(--radius-md)}.modal-close:hover{color:#fff;background:#ffffff1a}.modal-body{padding:1.25rem 1.5rem;flex:1;overflow-y:auto;max-height:calc(100vh - 250px)}.modal-message{font-size:.9375rem;color:#ffffffe6;margin-bottom:1rem;line-height:1.5}.modal-message strong{color:#fff;font-weight:700}.modal-warning{display:flex;gap:.625rem;padding:.875rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:var(--radius-md);margin-bottom:1rem}.modal-warning svg{color:#f59e0b;flex-shrink:0;margin-top:.0625rem}.modal-warning span{font-size:.8125rem;color:#fffc;line-height:1.4}.modal-details{display:flex;flex-direction:column;gap:.75rem;padding:.875rem 1rem;background:#ffffff0d;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1)}.modal-details .detail-item{display:flex;align-items:center;gap:.5rem;width:100%;justify-content:space-between}.modal-details .detail-label{font-size:.8125rem;color:#ffffffb3;font-weight:500;white-space:nowrap;flex-shrink:0}.modal-details code{background:#7c3aed33;padding:.1875rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;color:#a78bfa;font-family:Courier New,monospace;font-weight:600}.modal-details .badge{flex-shrink:0}.modal-footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end;gap:.625rem;flex-shrink:0}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius-lg);font-size:.9375rem;animation:slideDown .3s ease-out}.alert-success{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.alert-error{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#ffffffe6;margin-bottom:.5rem}.form-group small{display:block;font-size:.8125rem;color:#ffffff80;margin-top:.375rem}.form-control{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);transition:all var(--transition-base);font-family:var(--font-family);background:#ffffff14;color:#fff}.form-control::placeholder{color:#fff6}.form-control:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26;background:#ffffff1f}textarea.form-control{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0}.form-row .form-group{margin-bottom:1.5rem}select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}select.form-control option{background:#1a1a1a;color:#fff;padding:.75rem}select.form-control option:hover,select.form-control option:checked{background:#2a2a2a;color:#fff}select.form-control:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26;background:#ffffff1f}@media (max-width: 768px){.page-header h1{font-size:2rem}.workspace-card-actions{flex-direction:column}.workspace-card-actions .btn{width:100%}.form-row{grid-template-columns:1fr}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.result-section{margin-bottom:16px;border-radius:12px;background:#0b101b;border:1px solid #374151;overflow:hidden}.section-title{padding:16px 24px;font-size:18px;font-weight:600;margin:0;display:flex;align-items:center;gap:12px;border-bottom:2px solid #4B5563;background:#37415166;color:#c9ced6}.section-title.critical{background:#ef444433;color:#fca5a5;border-bottom-color:#ef4444}.section-title.high{background:#f59e0b33;color:#fcd34d;border-bottom-color:#f59e0b}.section-title.medium{background:#3b82f633;color:#93c5fd;border-bottom-color:#3b82f6}.section-title.excluded{background:#6b728033;color:#d1d5db;border-bottom-color:#6b7280}.session-status{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:6px;font-size:14px;color:#059669}.session-indicator{display:flex;align-items:center;justify-content:center}.session-indicator.active svg{color:#22c55e;animation:pulse 2s infinite}.session-text{font-weight:500}.session-notice{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:16px 0;font-size:13px;color:#475569}.session-notice svg{flex-shrink:0;margin-top:2px;color:#64748b}.session-notice div p{margin:0 0 8px}.session-notice div p:last-child{margin-bottom:0}.session-notice div p strong{font-weight:600}.error-banner{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin:16px 24px;color:#dc2626;font-size:14px}.error-content{display:flex;align-items:center;gap:8px}.error-close{background:none;border:none;color:#dc2626;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.message.system{margin:16px 0}.message.system .message-avatar svg{color:#9ca3af}.system-message{background:#000;border:1px solid #374151;border-radius:8px;padding:12px 16px;font-size:14px;color:#e5e7eb}.system-message p{margin:0;font-style:italic}.btn.btn-sm{padding:6px 12px;font-size:13px;border-radius:6px}.btn.btn-danger{background:#dc2626;color:#fff;border:1px solid #dc2626}.btn.btn-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.btn.btn-danger:disabled{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.spinner-small{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.conversational-response-container{background:#0b101b;border:1px solid #374151;border-radius:12px;overflow:hidden;margin:16px 0;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -2px #0003}.response-header{background:#3741514d;border-bottom:1px solid #4B5563;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.response-title{display:flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:16px}.response-title svg{color:#6366f1}.session-context{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;background:#6366f11a;padding:4px 8px;border-radius:6px}.session-context svg{color:#6366f1}.response-content{padding:20px;line-height:1.6;color:#c9ced6}.conversational-header{color:#fff;font-size:20px;font-weight:700;margin:24px 0 16px;border-bottom:2px solid #4B5563;padding-bottom:8px}.test-case-block{background:#37415133;border:1px solid #4B5563;border-radius:8px;padding:16px;margin:16px 0;border-left:4px solid #3B82F6}.tc-title-section{margin-bottom:12px}.tc-name{color:#60a5fa;font-weight:700;font-size:18px;margin:0 0 4px}.tc-description{color:#a9afba;font-size:14px;font-style:italic;margin:0}.tc-detail{margin:8px 0;padding-left:16px;position:relative;color:#c9ced6;font-size:14px;line-height:1.6}.tc-detail:before{content:"•";color:#60a5fa;font-weight:700;position:absolute;left:0}.bold-text{color:#60a5fa;font-weight:600}.response-list-item{margin:8px 0;padding-left:20px;list-style:none;position:relative;color:#c9ced6;font-size:14px;line-height:1.6;background:transparent}.response-list-item:before{content:"•";color:#60a5fa;font-weight:700;position:absolute;left:0}.response-paragraph{margin:12px 0;color:#c9ced6;font-size:14px;line-height:1.6;background:transparent}.response-footer{background:#fffbeb;border-top:1px solid #fed7aa;padding:12px 20px}.special-note{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#92400e}.special-note svg{color:#d97706;flex-shrink:0;margin-top:2px}.query-display{padding:24px;background:#3741514d;border-left:4px solid #60A5FA}.query-display p{font-size:16px;color:#c9ced6;margin:0;font-style:italic}.chat-results{width:100%}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding:16px 24px;background:#3741514d;border:1px solid #4B5563;border-radius:12px;box-shadow:0 4px 6px #0000004d}.results-title{display:flex;align-items:center;gap:16px}.results-title h2{margin:0;font-size:18px;font-weight:600;color:#fff}.export-button{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fffffff2;border:1px solid rgba(124,58,237,.3);padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #7c3aed33}.export-button:hover{background:linear-gradient(135deg,#8b5cf6,#60a5fa);transform:translateY(-2px);box-shadow:0 6px 12px #7c3aed4d}.export-button svg{width:16px;height:16px}.metrics-summary{padding:20px 24px;background:#1f293766;border-bottom:1px solid #4B5563}.metrics-row{display:flex;gap:24px;flex-wrap:wrap;align-items:center}.metric-item{font-size:14px;color:#c9ced6;white-space:nowrap}.metric-item strong{color:#fff;margin-right:4px}.metric-item.critical strong{color:#fca5a5}.metric-item.high strong{color:#fcd34d}.metric-item.medium strong{color:#93c5fd}.execution-details{padding:0 24px 4px}.detail-section{margin-bottom:4px}.detail-title{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:15px;font-weight:600}.detail-title.execution-order{color:#7dd3fc;background:#0ea5e933;padding:8px 12px;border-radius:6px;border-left:4px solid #0EA5E9}.detail-title.special-considerations{color:#fdba74;background:#ea580c33;padding:8px 12px;border-radius:6px;border-left:4px solid #EA580C}.detail-content{margin:8px 0 0;color:#c9ced6;line-height:1.6;font-size:14px;padding:8px 12px;background:#1f293766;border-radius:6px}.components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;padding:24px}.component-tag{background:#37415166;border:1px solid #4B5563;border-radius:8px;padding:12px 16px;font-size:14px;color:#c9ced6;display:flex;align-items:center;gap:8px;transition:all .2s ease}.component-tag:hover{background:#4b556399;border-color:#6b7280}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:24px}.summary-card{background:#1f293766;border:1px solid #4B5563;border-radius:12px;padding:20px;text-align:center;transition:all .2s ease}.summary-card:hover{background:#37415199;border-color:#6b7280;transform:translateY(-2px)}.summary-card.critical{border-left:4px solid #dc2626}.summary-card.high{border-left:4px solid #d97706}.summary-card.medium{border-left:4px solid #2563eb}.summary-card.total{border-left:4px solid #059669}.summary-card .metric-number{font-size:32px;font-weight:700;color:#fff;line-height:1;margin-bottom:8px}.summary-card .metric-label{font-size:14px;font-weight:500;color:#a9afba}.test-accordion{margin-bottom:12px;border-radius:12px;background:#37415133;border:1px solid #4B5563;box-shadow:0 4px 6px #0000004d;overflow:hidden}.accordion-header{padding:18px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;border-bottom:1px solid transparent;font-weight:500}.accordion-header:hover{background:#37415166;transform:translateY(-1px);box-shadow:0 4px 6px #0000004d}.accordion-header.critical{background:#0b101b;border-bottom-color:transparent;border-left:4px solid #dc2626}.accordion-header.high{background:#0b101b;border-bottom-color:transparent;border-left:4px solid #d97706}.accordion-header.medium{background:#0b101b;border-bottom-color:transparent;border-left:4px solid #2563eb}.accordion-header.excluded{background:#6b728033;border-bottom-color:#6b7280}.accordion-title{display:flex;align-items:center;gap:16px;flex:1}.accordion-title h3{margin:0;font-size:16px;font-weight:600;color:#fff;min-width:200px}.test-count-badge{display:flex;align-items:center;background:#37415166;border:1px solid #6B7280;border-radius:6px;padding:4px 8px;margin-left:12px}.badge-label{font-size:12px;color:#a9afba;margin-right:4px}.badge-count{background:#3b82f6;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:12px;min-width:16px;text-align:center}.priority-chip{padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600;margin-left:8px}.priority-chip.critical{background:#dc2626;color:#fff}.priority-chip.high{background:#d97706;color:#fff}.priority-chip.medium{background:#2563eb;color:#fff}.expand-icon{transition:transform .2s ease;color:#6b7280}.expand-icon.expanded{transform:rotate(180deg)}.accordion-content{border-top:1px solid #4B5563;background:#0b101b}.priority-description{padding:16px 24px;background:#1f293780;border-bottom:1px solid #4B5563}.priority-description p{margin:0;font-size:14px;color:#c9ced6}.test-cases-table-container{overflow-x:auto;background:#0b101b}.test-cases-table{width:100%;border-collapse:collapse;font-size:14px;background:#0b101b}.test-cases-table th{background:#0b101b;padding:14px 18px;text-align:left;font-size:13px;font-weight:700;color:#fff;border-bottom:2px solid #4B5563;text-transform:uppercase;letter-spacing:.5px}.test-cases-table td{padding:18px;border-bottom:1px solid #374151;vertical-align:top;line-height:1.5;background:#0b101b;color:#c9ced6}.test-cases-table tr{background:#0b101b}.test-cases-table tr:hover{background:#3741514d;box-shadow:0 2px 4px #0000004d}.test-ref{background:#37415199;color:#60a5fa;padding:4px 8px;border-radius:4px;font-family:Courier New,monospace;font-size:13px;font-weight:600}.component-name{font-size:14px;color:#fff;font-weight:500}.test-description,.relevance-text,.risk-text{font-size:14px;color:#c9ced6;line-height:1.4}.risk-text{color:#fca5a5;background:#ef444433;padding:8px 12px;border-radius:6px;border-left:3px solid #EF4444;margin-top:8px}.priority-cell{display:flex;align-items:center;gap:8px}.priority-chip-small{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600}.priority-chip-small.critical{background:#dc2626;color:#fff}.priority-chip-small.high{background:#d97706;color:#fff}.priority-chip-small.medium{background:#2563eb;color:#fff}.excluded-tests-table-container{overflow-x:auto;background:#0b101b}.excluded-tests-table{width:100%;border-collapse:collapse;background:#0b101b}.excluded-tests-table th{background:#1f2937cc;padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#c9ced6;border-bottom:2px solid #4B5563}.excluded-tests-table td{padding:16px;border-bottom:1px solid #374151;vertical-align:top;background:#0b101b;color:#c9ced6}.excluded-tests-table tr:hover{background:#3741514d}.exclusion-reason{font-size:14px;color:#a9afba;line-height:1.4}.chat-page{background:#000;height:100vh;display:flex;flex-direction:column;overflow:hidden;position:relative}.chat-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(124,58,237,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.chat-container{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;width:100%}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:#00000080;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-header-left{display:flex;flex-direction:column;gap:.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#fff9}.breadcrumb a{color:#a78bfa;text-decoration:none;transition:color var(--transition-base)}.breadcrumb a:hover{color:#7c3aed}.breadcrumb span{color:#fff6}.chat-title{display:flex;align-items:center;gap:.75rem}.chat-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a78bfa);display:flex;align-items:center;justify-content:center;color:#fff}.chat-title h1{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.chat-title p{font-size:.875rem;color:#fff9;margin:0}.chat-header-actions{display:flex;gap:.5rem}.btn-secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fffc;padding:.5rem 1rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;transition:all var(--transition-base);cursor:pointer}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff}.btn-icon{padding:.5rem;min-width:auto}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.chat-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;max-width:600px;margin:auto}.welcome-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a78bfa);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem}.chat-welcome h2{font-size:2rem;font-weight:600;color:#fff;margin:0 0 1rem}.chat-welcome>p{font-size:1.125rem;color:#ffffffb3;margin:0 0 2rem;line-height:1.6}.welcome-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;padding:0 1rem}.welcome-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;color:#fffc;font-size:.875rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;transition:all var(--transition-base)}.welcome-feature:hover{background:#ffffff0d;border-color:#7c3aed4d;transform:translateY(-2px)}.welcome-feature svg{color:#7c3aed;flex-shrink:0;width:24px;height:24px}.example-prompts{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem}.example-prompts>p{font-size:.9375rem;font-weight:600;color:#ffffffe6;margin:0 0 1.25rem;text-align:center}.example-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.example-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fffc;padding:.875rem 1rem;border-radius:.75rem;text-align:center;font-size:.875rem;cursor:pointer;transition:all var(--transition-base);font-weight:500}.example-button:hover{background:#7c3aed26;border-color:#7c3aed;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed33}.messages-list{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1rem}.message{display:flex;gap:.75rem;animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem}.message.user .message-avatar{background:linear-gradient(135deg,#059669,#10b981);color:#fff}.message.assistant .message-avatar{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff}.message-content{flex:1;min-width:0}.message-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.message.user .message-header{justify-content:flex-end}.message-sender{font-weight:600;font-size:.875rem;color:#fff}.message-time{font-size:.75rem;color:#ffffff80}.user-message{background:linear-gradient(135deg,var(--primary-purple),var(--primary-blue));color:var(--text-primary);padding:1rem;border-radius:1rem 1rem .25rem;max-width:80%;margin-left:auto}.user-message p{margin:0;line-height:1.5;color:var(--text-primary)}.message-attachment{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;background:#0003;border-radius:.5rem;font-size:.875rem}.message-attachment svg{color:#ffffffb3}.assistant-message{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:1rem;border-radius:1rem 1rem 1rem .25rem;max-width:90%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.error-message{display:flex;align-items:center;gap:.5rem;color:#ef4444;font-size:.875rem}.typing-indicator{display:flex;align-items:center;gap:.75rem;color:#fff9;font-size:.875rem}.typing-dots{display:flex;gap:.25rem}.typing-dots div{width:8px;height:8px;border-radius:50%;background:#7c3aed;animation:typing 1.4s infinite ease-in-out}.typing-dots div:nth-child(1){animation-delay:-.32s}.typing-dots div:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-results{display:flex;flex-direction:column;gap:1.5rem}.results-summary{margin-bottom:1rem}.summary-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.summary-header svg{color:#7c3aed}.summary-header h3{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.summary-text{color:#ffffffb3;font-size:.875rem;margin:0;line-height:1.5}.chat-priority-section{margin-bottom:1.5rem}.priority-intro{margin-bottom:1rem}.priority-message{font-size:.875rem;color:#fffc;margin:.5rem 0 0;line-height:1.5}.priority-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#fff}.priority-count{font-size:.75rem;color:#fff9;background:#ffffff1a;padding:.25rem .5rem;border-radius:.375rem}.chat-test-cases{display:flex;flex-direction:column;gap:.75rem}.chat-test-case{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1rem;transition:all var(--transition-base)}.chat-test-case:hover{background:#ffffff0d;border-color:#ffffff26}.test-case-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.test-case-ref{background:#7c3aed33;color:#a78bfa;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.test-case-type{background:#3b82f633;color:#93c5fd;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem}.test-case-title{font-size:.875rem;font-weight:500;color:#fff;margin:0 0 .75rem;line-height:1.4}.test-case-relevance,.test-case-component{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:#ffffffb3;margin-bottom:.5rem}.test-case-relevance:last-child,.test-case-component:last-child{margin-bottom:0}.test-case-relevance svg,.test-case-component svg{color:#7c3aed;margin-top:.125rem;flex-shrink:0}.relevance-content{display:flex;flex-direction:column;gap:.25rem}.relevance-content strong{font-size:.75rem;color:#a78bfa;text-transform:uppercase;letter-spacing:.5px}.test-case-scenarios{font-size:.75rem;color:#ffffffb3;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08)}.no-results{background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:1rem;margin-top:1rem}.no-results p{color:#f87171;margin:0 0 .5rem;font-weight:500}.no-results ul{margin:0;padding-left:1.25rem;color:#f87171cc}.no-results li{margin-bottom:.25rem}.results-intro{margin-top:.5rem}.results-intro p{font-size:.875rem;color:#ffffffe6;margin:0;font-weight:500}.strategy-content{margin-top:.5rem}.strategy-content p{margin-bottom:.5rem}.strategy-content p:last-child{margin-bottom:0}.chat-summary{background:#7c3aed1a;border:1px solid rgba(124,58,237,.2);border-radius:.75rem;padding:1rem;margin-top:1.5rem}.chat-summary p{margin:0 0 .5rem;line-height:1.5}.chat-summary p:last-child{margin-bottom:0}.session-note{font-size:.75rem;color:#fff9;font-style:italic}.chat-execution-strategy{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1rem}.chat-execution-strategy h4{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#fff;margin:0 0 .5rem}.chat-execution-strategy svg{color:#7c3aed}.chat-execution-strategy p{font-size:.875rem;color:#ffffffb3;margin:0;line-height:1.5}.chat-input-section{border-top:1px solid rgba(255,255,255,.1);background:#00000080;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem 1.5rem}.chat-attachment{margin-bottom:.75rem}.attachment-display{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.75rem}.attachment-display svg{color:#7c3aed}.attachment-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.attachment-name{font-size:.875rem;color:#fff;font-weight:500}.attachment-size{font-size:.75rem;color:#fff9}.attachment-remove{background:none;border:none;color:#ffffff80;cursor:pointer;padding:.25rem;border-radius:.375rem;transition:all var(--transition-base)}.attachment-remove:hover{background:#ef444433;color:#ef4444}.chat-form{margin-bottom:.5rem}.chat-input-container{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:1rem;padding:.75rem;transition:all var(--transition-base)}.chat-input-container:focus-within{border-color:#7c3aed;background:#ffffff14}.chat-input-actions{display:flex;align-items:center}.attachment-button{background:none;border:none;color:#fff9;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all var(--transition-base);display:flex;align-items:center;justify-content:center}.attachment-button:hover{background:#ffffff1a;color:#7c3aed}.chat-input{flex:1;background:none;border:none;color:#fff;font-size:1rem;font-family:inherit;resize:none;outline:none;min-height:24px;max-height:120px;line-height:1.5;overflow-y:hidden}.chat-input::placeholder{color:#fff6}.chat-send-button{background:linear-gradient(135deg,#7c3aed,#a78bfa);border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-base);flex-shrink:0}.chat-send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #7c3aed66}.chat-send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite}.follow-up-suggestions{margin-bottom:.5rem;padding:0}.follow-up-container{display:flex;align-items:center;gap:.75rem}.follow-up-buttons{display:flex;flex-direction:row;gap:.75rem;flex:1}.follow-up-loading{padding:.75rem 1rem;color:#fff9;font-size:.875rem;font-style:italic}.follow-up-button{background:#7c3aed1a;border:1px solid rgba(124,58,237,.3);border-radius:.75rem;padding:.75rem 1rem;color:#fff;font-size:.875rem;text-align:left;cursor:pointer;transition:all .2s ease;line-height:1.4}.follow-up-button:hover:not(:disabled){background:#7c3aed33;border-color:#7c3aed80;transform:translate(4px)}.follow-up-button:disabled{opacity:.5;cursor:not-allowed}.follow-up-refresh{background:#7c3aed26;border:1px solid rgba(124,58,237,.3);border-radius:.75rem;padding:.75rem;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px}.follow-up-refresh:hover:not(:disabled){background:#7c3aed40;border-color:#7c3aed80;transform:rotate(90deg)}.follow-up-refresh:disabled{opacity:.5;cursor:not-allowed}.follow-up-refresh svg{transition:transform .3s ease}.follow-up-refresh:active:not(:disabled) svg{transform:rotate(180deg)}.chat-input-footer{text-align:center}.chat-input-footer p{font-size:.75rem;color:#ffffff80;margin:0}@media (max-width: 768px){.chat-header{padding:1rem}.chat-title{flex-direction:column;align-items:flex-start;gap:.25rem}.chat-avatar{width:32px;height:32px}.chat-title h1{font-size:1.25rem}.chat-messages{padding:.75rem}.chat-input-section{padding:1rem}.user-message,.assistant-message{max-width:95%}.welcome-features{grid-template-columns:1fr;gap:.75rem;padding:0}.example-buttons{grid-template-columns:1fr;gap:.5rem}.example-button{padding:.75rem 1rem;font-size:.8125rem}}@media (max-width: 480px){.chat-header{flex-direction:column;align-items:flex-start;gap:.75rem}.chat-header-actions{align-self:flex-end}.welcome-avatar{width:64px;height:64px}.chat-welcome h2{font-size:1.5rem}.chat-welcome>p{font-size:1rem}.messages-list{gap:1rem}.message-avatar{width:32px;height:32px}}.components-section{padding:24px}.components-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}.components-description{color:#6b7280;font-size:14px;margin:0;line-height:1.5;flex:1}.filter-actions{display:flex;align-items:center;gap:12px;white-space:nowrap}.filter-status{font-size:14px;color:#374151;font-weight:500}.clear-filters-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#37415166;border:1px solid #4B5563;border-radius:6px;color:#c9ced6;font-size:14px;cursor:pointer;transition:all .2s ease}.clear-filters-btn:hover{background:#37415199;border-color:#6b7280}.components-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-bottom:20px}.component-filter-chip{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1f293766;border:2px solid #4B5563;border-radius:8px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.component-filter-chip:hover{background:#37415199;border-color:#6b7280}.component-filter-chip.selected{background:#0891b24d;border-color:#06b6d4;box-shadow:0 0 0 1px #06b6d44d}.component-info{display:flex;flex-direction:column;gap:4px;flex:1}.component-name{font-weight:600;color:#fff;font-size:14px;word-break:break-word}.component-count{font-size:12px;color:#a9afba}.component-checkbox{margin-left:12px;flex-shrink:0}.component-checkbox svg{color:#9ca3af;transition:color .2s ease}.component-checkbox svg.checked{color:#0891b2}.filter-summary{padding:16px;background:#1f293766;border:1px solid #4B5563;border-radius:8px;margin-top:16px}.filtered-counts{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.count-item{display:flex;align-items:center;gap:6px;font-size:14px}.count-label{font-weight:500;color:#6b7280}.count-value{font-weight:600;padding:2px 8px;border-radius:4px;background:#f3f4f6;color:#374151}.count-item.critical .count-value{background:#fee2e2;color:#dc2626}.count-item.high .count-value{background:#fef3c7;color:#d97706}.count-item.medium .count-value{background:#dbeafe;color:#2563eb}.count-item.total .count-value{background:#374151;color:#fff}@media (max-width: 768px){.components-header{flex-direction:column;align-items:flex-start}.filter-actions{align-self:flex-end}.components-grid{grid-template-columns:1fr}.filtered-counts{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width: 480px){.components-section{padding:16px}.filter-actions{width:100%;justify-content:space-between}.component-filter-chip{padding:10px 12px}.component-name{font-size:13px}.component-count{font-size:11px}}.empty-state{text-align:center;padding:60px 20px}.empty-message{display:flex;flex-direction:column;align-items:center;gap:16px;color:#6b7280;max-width:400px;margin:0 auto}.empty-message svg{color:#9ca3af;opacity:.7}.empty-message p{margin:0;font-size:14px;line-height:1.5}.empty-message p:first-of-type{font-weight:500;color:#374151}.stage-progress-container{background:#1e1e2899;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:28px 32px;margin-bottom:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stage-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px;padding-bottom:0;border-bottom:none}.stage-progress-header h3{margin:0;font-size:22px;font-weight:700;color:#fff;letter-spacing:-.02em}.stage-progress-summary{font-size:13px;color:#ffffffb3;background:#6366f126;padding:6px 14px;border-radius:20px;font-weight:500;border:1px solid rgba(99,102,241,.3)}.stages-timeline{display:flex;flex-direction:row;gap:0;position:relative;align-items:flex-start;justify-content:space-between}.stage-item{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;padding:16px 8px;border-radius:8px;transition:all .3s ease;flex:1;min-width:0}.stage-item.current{background:#6366f10d;border:1px solid rgba(99,102,241,.2);box-shadow:none;transform:none}.stage-icon-container{position:relative;flex-shrink:0;z-index:2}.stage-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#282832cc;border:2px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.stage-item.pending .stage-icon{border-color:#ffffff1a;color:#ffffff4d;background:#28283280}.stage-item.in_progress .stage-icon{border-color:#8b5cf6;background:#8b5cf626;color:#a78bfa;animation:pulse-glow 2s ease-in-out infinite;box-shadow:0 0 16px #8b5cf64d}.stage-item.completed .stage-icon{border-color:#10b981;background:#10b981;color:#fff;box-shadow:0 0 12px #10b98140}.stage-item.failed .stage-icon{border-color:var(--error);background:var(--error);color:#fff}.progress-ring{position:absolute;top:-3px;left:-3px;transform:rotate(-90deg)}.progress-ring-circle{transition:stroke-dasharray .3s ease}.spinner-stage{width:20px;height:20px;border:3px solid var(--primary-light);border-top:3px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}.stage-connector{position:absolute;left:50%;top:41px;width:100%;height:2px;background:#ffffff14;z-index:1;border-radius:2px;transform:translate(0)}.stage-connector.completed{background:#10b981;box-shadow:0 0 6px #10b9814d}.stage-details{flex:1;min-width:0;text-align:center;width:100%}.stage-label{font-size:14px;font-weight:600;color:#fff;margin-bottom:6px;word-wrap:break-word;letter-spacing:-.01em}.stage-item.pending .stage-label{color:#fff6}.stage-progress-bar{height:6px;background:var(--background-secondary);border-radius:3px;overflow:hidden;margin-bottom:8px}.stage-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:3px;transition:width .3s ease}.stage-message{font-size:12px;color:#ffffff80;margin-top:4px;font-style:italic;word-wrap:break-word}.stage-timestamp{font-size:11px;color:#fff6;margin-top:4px}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 0 16px #8b5cf64d}50%{transform:scale(1.05);box-shadow:0 0 24px #8b5cf680}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.stage-progress-container{padding:16px}.stage-progress-header{flex-direction:column;align-items:flex-start;gap:12px}.stages-timeline{flex-direction:column;gap:24px}.stage-item{gap:12px;flex-direction:row;align-items:flex-start}.stage-icon-container,.stage-icon{width:36px;height:36px}.stage-connector{left:17px;top:56px;width:2px;height:calc(100% + 24px)}.stage-details{text-align:left}.stage-label{font-size:14px}}.generation-page{background:#000;min-height:calc(100vh - 200px)}.upload-section{padding:2rem}.upload-header{text-align:center;margin-bottom:2rem}.upload-header h2{display:inline-flex;align-items:center;gap:.5rem;font-size:1.75rem;margin-bottom:.5rem;color:#fff;font-weight:700}.upload-header h2 svg{color:#7c3aed}.upload-header p{font-size:1rem;color:#ffffffb3}.upload-area{margin-bottom:1.5rem}.file-input{display:none}.file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;border:2px dashed rgba(255,255,255,.2);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.file-label:hover{border-color:#7c3aed;background:#7c3aed1a;box-shadow:0 8px 32px #7c3aed33}.file-label svg{color:#fff9;margin-bottom:1rem}.file-prompt{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.25rem}.file-hint{font-size:.875rem;color:#fff9}.file-selected{font-size:1rem;font-weight:600;color:#a78bfa;background:#7c3aed33;padding:.5rem 1rem;border-radius:var(--radius-md)}.upload-options{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem;color:#ffffffe6}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#7C3AED}.upload-actions{display:flex;justify-content:center;margin-bottom:2rem}.pipeline-info{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.pipeline-info h4{font-size:1.125rem;color:#fff;margin-bottom:1rem;font-weight:600}.pipeline-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stage{display:flex;gap:.75rem;padding:1rem;background:#ffffff0d;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stage-number{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-purple) 0%,var(--primary-blue) 100%);color:#fff;border-radius:50%;font-weight:700;font-size:.875rem}.stage-content{display:flex;flex-direction:column;gap:.25rem}.stage-content strong{font-size:.875rem;color:#fff;font-weight:600}.stage-content span{font-size:.8125rem;color:#ffffffb3;line-height:1.4}.history-section{margin-top:2rem}.history-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:#fff;font-weight:700}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:#ffffff0d}.data-table th{text-align:left;padding:.875rem 1rem;font-size:.8125rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.data-table td{padding:1rem;font-size:.875rem;color:#ffffffe6;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#ffffff08}.data-table code{background:#7c3aed33;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.8125rem;font-family:Courier New,monospace;color:#a78bfa;font-weight:600}.file-name-cell{display:flex;align-items:center;gap:.5rem;color:#ffffffe6}.file-name-cell svg{color:#7c3aed;flex-shrink:0}.file-name-cell span{font-weight:500}.stage-cell{color:#fffc;font-weight:500}.status-cell{display:flex;align-items:center;gap:.5rem}.info-icon{color:#60a5fa;cursor:pointer;transition:all .2s;flex-shrink:0;width:22px;height:22px;stroke-width:2.5;opacity:1}.info-icon:hover{color:#93c5fd;transform:scale(1.1)}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:#fff;border:none;transition:all .2s ease}.status-badge svg{flex-shrink:0}.status-badge:hover{opacity:.9;transform:translateY(-1px)}.progress-container{display:flex;align-items:center;gap:.5rem;min-width:120px}.progress-bar{flex:1;height:8px;background:#ffffff1a;border-radius:var(--radius-full);overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(135deg,var(--primary-purple) 0%,var(--primary-blue) 100%);transition:width var(--transition-base)}.progress-text{font-size:.75rem;color:#fff9;font-weight:600;min-width:36px}.test-count-cell{text-align:center}.test-count{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:.25rem .625rem;background:#7c3aed26;border:1px solid rgba(124,58,237,.3);border-radius:var(--radius-sm);font-weight:700;color:#a78bfa;font-size:.875rem}.date-cell{white-space:nowrap}.time-text{font-size:.75rem;color:#ffffff80}.duration-cell{white-space:nowrap;font-weight:500;color:#fffc}.text-muted{color:#fff6;font-style:italic}.table-container{overflow-x:auto;border-radius:var(--radius-lg)}.generation-row{cursor:pointer;transition:background-color .2s ease}.generation-row:hover{background-color:#ffffff0d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.modal-close{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:.5rem;border-radius:var(--radius-sm);transition:all .2s ease}.modal-close:hover{color:#fff;background-color:#ffffff1a}.modal-body{padding:2rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn .refresh-icon{transition:transform .3s ease}.btn:active .refresh-icon{animation:rotate .6s ease-in-out}.loading-state .spinner{width:40px;height:40px;border-width:3px}.loading-state p{color:#ffffffb3;font-size:1rem}.generation-details{display:flex;flex-direction:column;gap:2rem}.detail-section{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:1.5rem}.detail-section h4{color:#fff;font-size:1.125rem;font-weight:600;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item label{font-size:.875rem;font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.detail-item span,.detail-item code{color:#fff;font-size:.875rem}.detail-item code{background:#ffffff1a;padding:.25rem .5rem;border-radius:var(--radius-sm);font-family:Fira Code,Consolas,monospace;font-size:.8rem}.error-section{border-color:#ef44444d;background:#ef44440d}.error-section h4{color:#f87171}.error-details{display:flex;flex-direction:column;gap:1rem}.error-code{background:#ef444433;color:#fca5a5;font-weight:600}.error-message{background:#ef44441a;padding:.75rem 1rem;border-radius:var(--radius-md);border-left:4px solid #F87171;color:#fca5a5;font-size:.875rem;line-height:1.5;word-break:break-word}.error-details-json{background:#0000004d;padding:1rem;border-radius:var(--radius-md);font-family:Fira Code,Consolas,monospace;font-size:.8rem;color:#d1d5db;overflow-x:auto;border:1px solid rgba(239,68,68,.2)}.success-section{border-color:#22c55e4d;background:#22c55e0d}.success-section h4{color:#4ade80}.result-json{background:#0000004d;padding:1rem;border-radius:var(--radius-md);font-family:Fira Code,Consolas,monospace;font-size:.8rem;color:#d1d5db;overflow-x:auto;border:1px solid rgba(34,197,94,.2)}.text-success{color:#4ade80;font-weight:500}.text-error{color:#f87171;font-weight:500}@media (max-width: 1024px){.pipeline-stages{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.modal-content{margin:.5rem;max-width:calc(100vw - 1rem)}}@media (max-width: 640px){.pipeline-stages{grid-template-columns:1fr}.upload-header h2{font-size:1.5rem}.file-label{padding:2rem 1rem}.modal-header,.modal-body,.modal-footer,.detail-section{padding:1rem}}.error-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.error-popup{background:#1a1a1a;border:1px solid #333;border-radius:var(--radius-lg);box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:600px;max-height:80vh;overflow:hidden}.error-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color);background:#dc26261a}.error-header h3{margin:0;color:#ef4444;font-size:1.25rem;font-weight:600}.error-close{background:none;border:none;color:#ef4444;cursor:pointer;padding:.5rem;border-radius:var(--radius-md);transition:background-color .2s}.error-close:hover{background:#dc26261a}.error-content{padding:1.5rem;max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start;width:100%}.error-field{display:flex;flex-direction:row;align-items:flex-start;gap:0;width:100%;margin:0}.error-field strong{color:#fffffff2;font-weight:600;font-size:.875rem;width:100px;flex-shrink:0;text-align:left;display:inline-block;margin-right:.75rem}.error-code{background:#dc26261a;border:1px solid rgba(220,38,38,.2);color:#ef4444;padding:.375rem .5rem;border-radius:var(--radius-md);font-family:JetBrains Mono,Consolas,monospace;font-size:.8rem;font-weight:500;letter-spacing:.02em;flex:1}.error-message{background:#ffffff0d;border:1px solid var(--border-color);color:#ffffffe6;padding:.5rem .75rem;border-radius:var(--radius-md);font-size:.875rem;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;font-weight:400;border-left:3px solid rgba(220,38,38,.4);flex:1}.error-stage{background:#ffffff0d;border:1px solid var(--border-color);color:#ffffffd9;padding:.375rem .5rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;font-family:JetBrains Mono,Consolas,monospace;letter-spacing:.01em;flex:1}.error-footer{padding:1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-content{background:#1a1a1a;border:1px solid #333;border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-content p{margin:0;color:#fffc;font-size:.875rem}.generation-row[title*=Click]{cursor:pointer;transition:background-color .2s}.generation-row[title*=Click]:hover{background:#ffffff05}.generation-row .badge-error{cursor:pointer}.bottom-navigation{margin-top:3rem;padding:2rem;background:#ffffff05;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1)}.nav-section h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.nav-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.nav-button{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:all .2s;cursor:pointer}.nav-button:hover{background:#ffffff14;border-color:#7c3aed4d;transform:translateY(-2px)}.nav-button.current-app{background:#7c3aed1a;border-color:#7c3aed4d;cursor:default}.nav-button.current-app:hover{transform:none}.nav-button svg{color:#7c3aed;flex-shrink:0}.nav-button div{display:flex;flex-direction:column;gap:.25rem}.nav-title{font-weight:600;color:#fff;font-size:.95rem}.nav-subtitle{font-size:.8rem;color:#fff9}@media (max-width: 768px){.nav-buttons{grid-template-columns:1fr}}.pricing-page{background:#000;min-height:calc(100vh - 200px)}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:800;background:linear-gradient(135deg,#7c3aed,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:600px;margin:0 auto;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.pricing-card{display:flex;flex-direction:column;padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #7c3aed4d;border-color:#7c3aed80}.pricing-card.highlighted{background:#7c3aed1a;border:2px solid #7C3AED;box-shadow:0 20px 60px #7c3aed66;transform:scale(1.05)}.pricing-card.highlighted:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pricing-card-header{text-align:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.pricing-card-header h3{font-size:1.75rem;color:#fff;margin-bottom:1rem;font-weight:700}.price{margin-bottom:1rem}.price-amount{font-size:3.5rem;font-weight:800;color:#fff;line-height:1}.price-period{font-size:1.125rem;color:#fff9;font-weight:500}.plan-description{font-size:.9375rem;color:#ffffffb3;line-height:1.5}.pricing-card-features{flex:1;margin-bottom:2rem}.pricing-card-features ul{list-style:none;padding:0;margin:0}.pricing-card-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#ffffffe6;font-size:.9375rem}.pricing-card-features li svg{color:#10b981;flex-shrink:0}.pricing-card-footer{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.pricing-card-footer .btn{width:100%}.faq-section{margin-bottom:4rem}.faq-section h2{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:3rem;font-weight:700}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.faq-item{padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px}.faq-item h4{font-size:1.125rem;color:#fff;margin-bottom:.75rem;font-weight:600}.faq-item p{font-size:.9375rem;color:#ffffffb3;line-height:1.6;margin:0}.cta-section{text-align:center;padding:3rem 2rem;background:#7c3aed1a;border:2px solid rgba(124,58,237,.3)}.cta-section h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.cta-section p{font-size:1.125rem;color:#fffc;margin-bottom:2rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 1024px){.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-card.highlighted{transform:scale(1)}.pricing-card.highlighted:hover{transform:translateY(-8px)}.faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.pricing-header h1{font-size:2.25rem}.pricing-subtitle{font-size:1rem}.price-amount{font-size:2.5rem}.cta-section h2{font-size:1.75rem}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}}.login-page{min-height:100vh;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(124,58,237,.15) 0%,transparent 70%);top:-250px;right:-250px;border-radius:50%}.login-page:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);bottom:-250px;left:-250px;border-radius:50%}.login-container{position:relative;z-index:1;width:100%;max-width:450px}.login-box{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;box-shadow:0 8px 32px #0006}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#7c3aed,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p{color:#fff9;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-options{display:flex;justify-content:space-between;align-items:center;margin-top:-.5rem}.remember-me{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#ffffffb3;font-size:.9rem}.remember-me input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#7C3AED}.forgot-password{color:#7c3aed;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.forgot-password:hover{color:#8b5cf6}.btn-login{background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff;border:none;border-radius:12px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.btn-login:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed66}.btn-login:active{transform:translateY(0)}.divider{display:flex;align-items:center;gap:1rem;margin:2rem 0;color:#fff6;font-size:.875rem}.social-login{display:flex;flex-direction:column;gap:.75rem}.social-btn.facebook:hover{background:#1877f21a;border-color:#1877f24d}.social-btn.apple{color:#fff}.social-btn.apple:hover{background:#ffffff26}.signup-link{text-align:center;margin-top:2rem;color:#fff9;font-size:.95rem}.signup-link a{color:#7c3aed;text-decoration:none;font-weight:600;transition:color .2s ease}.signup-link a:hover{color:#8b5cf6}@media (max-width: 768px){.login-page{padding:1rem}.login-box{padding:2rem 1.5rem}.login-header h1{font-size:1.75rem}.form-options{flex-direction:column;align-items:flex-start;gap:.75rem}}.register-page{min-height:100vh;background:#000;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.register-page:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(124,58,237,.15) 0%,transparent 70%);top:-250px;left:-250px;border-radius:50%}.register-page:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);bottom:-250px;right:-250px;border-radius:50%}.register-container{position:relative;z-index:1;width:100%;max-width:480px}.register-box{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;box-shadow:0 8px 32px #0006}.register-header{text-align:center;margin-bottom:2.5rem}.register-header h1{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#7c3aed,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.register-header p{color:#fff9;font-size:.95rem}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#ffffffe6;font-size:.9rem;font-weight:500}.form-group input{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1rem;color:#fff;font-size:.95rem;transition:all .2s ease}.form-group input::placeholder{color:#fff6}.form-group input:focus{outline:none;background:#ffffff1f;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}.password-hint{color:#ffffff80;font-size:.8rem;margin-top:-.25rem}.form-group-checkbox{margin-top:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;color:#ffffffb3;font-size:.9rem;line-height:1.5}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:.15rem;cursor:pointer;accent-color:#7C3AED;flex-shrink:0}.link-inline{color:#7c3aed;text-decoration:none;font-weight:500;transition:color .2s ease}.link-inline:hover{color:#8b5cf6;text-decoration:underline}.btn-register{background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff;border:none;border-radius:12px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.btn-register:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed66}.btn-register:active{transform:translateY(0)}.btn-register:disabled{opacity:.5;cursor:not-allowed;transform:none}.divider{display:flex;align-items:center;gap:1rem;margin:2rem 0 1.5rem;color:#fff6;font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.social-register{display:flex;flex-direction:column;gap:.75rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1rem;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.social-btn:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-2px)}.social-btn svg{flex-shrink:0}.social-btn.google:hover{background:#4285f41a;border-color:#4285f44d}.login-link{text-align:center;margin-top:2rem;color:#fff9;font-size:.95rem}.login-link a{color:#7c3aed;text-decoration:none;font-weight:600;transition:color .2s ease}.login-link a:hover{color:#8b5cf6}@media (max-width: 768px){.register-page{padding:1rem}.register-box{padding:2rem 1.5rem}.register-header h1{font-size:1.75rem}.register-form{gap:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #7C3AED;--primary-blue: #3B82F6;--primary-dark: #1E1B4B;--accent-pink: #EC4899;--accent-orange: #F59E0B;--bg-dark: rgb(11, 16, 27);--text-primary: rgb(255, 255, 255);--text-secondary: rgb(201, 206, 214);--text-muted: rgb(169, 175, 186);--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--info: #3B82F6;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:#0b101b;color:#c9ced6;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#fff}h1{font-size:3.5rem;letter-spacing:-.02em}h2{font-size:2.5rem;letter-spacing:-.01em}h3{font-size:2rem}h4{font-size:1.5rem}p{color:#a9afba;font-size:1.125rem;line-height:1.75}.gradient-text{background:linear-gradient(90deg,#9600e1,#e100a4 25%,#ff504b,#ffb01c 97%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-accent{background:linear-gradient(135deg,var(--accent-pink) 0%,var(--accent-orange) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:var(--radius-lg);border:none;cursor:pointer;transition:all var(--transition-base);text-decoration:none;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary-purple) 0%,var(--primary-blue) 100%);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2)}.btn-secondary:hover{border-color:#fff6;background:#ffffff26}.btn-large{padding:1.125rem 2.5rem;font-size:1.125rem}.card{background:#ffffff0d;border-radius:var(--radius-xl);padding:var(--spacing-lg);box-shadow:var(--shadow-md);border:1px solid rgba(255,255,255,.1);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px);background:#ffffff14;border-color:#fff3}.container{max-width:1280px;margin:0 auto;padding:0 var(--spacing-lg)}.container-wide{max-width:1440px;margin:0 auto;padding:0 var(--spacing-lg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .6s ease-out forwards}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.mt-xs{margin-top:var(--spacing-xs)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.mt-2xl{margin-top:var(--spacing-2xl)}.mt-3xl{margin-top:var(--spacing-3xl)}.mb-xs{margin-bottom:var(--spacing-xs)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.mb-2xl{margin-bottom:var(--spacing-2xl)}.mb-3xl{margin-bottom:var(--spacing-3xl)}.py-xs{padding-top:var(--spacing-xs);padding-bottom:var(--spacing-xs)}.py-sm{padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm)}.py-md{padding-top:var(--spacing-md);padding-bottom:var(--spacing-md)}.py-lg{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}.py-xl{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.py-2xl{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl)}.py-3xl{padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.container,.container-wide{padding:0 var(--spacing-sm)}}.spinner{border:3px solid var(--gray-200);border-top:3px solid var(--primary-purple);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600}.badge-success{background-color:#10b9811a;color:var(--success)}.badge-warning{background-color:#f59e0b1a;color:var(--warning)}.badge-error{background-color:#ef44441a;color:var(--error)}.badge-info{background-color:#3b82f61a;color:var(--info)}.grid{display:grid;gap:var(--spacing-lg)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
