.wizard-scope .container{max-width:1060px;margin:3rem auto;padding:2.5rem;background:rgba(15,23,42,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(148,163,184,.1);box-shadow:0 0 0 1px rgba(148,163,184,.05),0 4px 24px rgba(0,0,0,.4),0 0 60px rgba(59,130,246,.03);animation:wizard-container-enter .45s cubic-bezier(.22,1,.36,1) both}.wizard-scope h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#e2e8f0,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;animation:wizard-container-enter .45s cubic-bezier(.22,1,.36,1) .06s both}.wizard-scope .subtitle{color:#60a5fa;margin-bottom:.75rem;font-size:1.15rem;font-weight:600;letter-spacing:-.01em;animation:wizard-container-enter .45s cubic-bezier(.22,1,.36,1) .12s both}.wizard-scope .step-indicator{display:flex;align-items:flex-start;gap:0;margin-bottom:2rem;padding:0 .25rem}.wizard-scope .step-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:none;border:none;padding:0;font-family:inherit;cursor:default;flex-shrink:0}.wizard-scope .step-item.clickable{cursor:pointer}.wizard-scope .step-item.clickable:hover .step-node{transform:scale(1.1)}.wizard-scope .step-item.clickable:hover .step-label{color:#34d399}.wizard-scope .step-item:disabled{cursor:default}.wizard-scope .step-node{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:.65rem;font-weight:600;flex-shrink:0;transition:all .3s ease;border:2px solid rgba(148,163,184,.2);background:rgba(15,23,42,.8);color:#475569}.wizard-scope .step-icon{width:14px;height:14px}.wizard-scope .step-node.active{border-color:#3b82f6;background:rgba(59,130,246,.15);color:#60a5fa;box-shadow:0 0 12px rgba(59,130,246,.3);animation:wizard-step-pulse 2.5s ease-in-out infinite}.wizard-scope .step-node.completed{border-color:#10b981;background:rgba(16,185,129,.15);color:#34d399;box-shadow:0 0 12px rgba(16,185,129,.2)}.wizard-scope .step-label{font-size:.6rem;font-weight:500;color:#475569;white-space:nowrap;transition:color .2s ease}.wizard-scope .step-item.active .step-label{color:#60a5fa;font-weight:600}.wizard-scope .step-item.completed .step-label{color:#34d399}.wizard-scope .step-connector{flex:1;height:2px;margin-top:15px;background:rgba(148,163,184,.15);transition:background .3s ease;position:relative;overflow:hidden}.wizard-scope .step-connector.completed{background:linear-gradient(90deg,rgba(16,185,129,.5),rgba(16,185,129,.5))}.wizard-scope .step-connector.active{background:linear-gradient(90deg,rgba(16,185,129,.5),rgba(59,130,246,.5))}.wizard-scope .step-connector.active:after,.wizard-scope .step-connector.completed:after{content:"";position:absolute;inset:0;background:inherit;transform-origin:left;animation:wizard-connector-fill .5s cubic-bezier(.22,1,.36,1) both}.wizard-scope .landing-page{position:relative;max-width:800px;margin:0 auto;padding:3rem 2rem 4rem;overflow:hidden}.wizard-scope .landing-glow{position:fixed;border-radius:50%;pointer-events:none;filter:blur(80px);opacity:.5;animation:landing-float 12s ease-in-out infinite}.wizard-scope .landing-glow-1{width:400px;height:400px;top:-5%;left:-5%;background:radial-gradient(circle,rgba(59,130,246,.25) 0,transparent 70%);animation-delay:0s}.wizard-scope .landing-glow-2{width:350px;height:350px;top:30%;right:-10%;background:radial-gradient(circle,rgba(139,92,246,.2) 0,transparent 70%);animation-delay:-4s;animation-duration:15s}.wizard-scope .landing-glow-3{width:300px;height:300px;bottom:5%;left:15%;background:radial-gradient(circle,rgba(6,182,212,.18) 0,transparent 70%);animation-delay:-8s;animation-duration:18s}@keyframes landing-float{0%,to{transform:translateY(0) scale(1)}33%{transform:translateY(-18px) scale(1.05)}66%{transform:translateY(12px) scale(.97)}}.wizard-scope .landing-hero{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.wizard-scope .landing-badge{display:inline-block;padding:.3rem .9rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#60a5fa;background:linear-gradient(rgba(59,130,246,.12),rgba(59,130,246,.12)),linear-gradient(90deg,transparent,rgba(255,255,255,.08) 50%,transparent);background-size:100% 100%,200% 100%;border:1px solid rgba(59,130,246,.2);border-radius:20px;margin-bottom:1.25rem;animation:wizard-hero-enter .5s cubic-bezier(.22,1,.36,1) .1s both,wizard-badge-shimmer 4s ease-in-out 1s infinite}.wizard-scope .landing-title{font-size:2.5rem;font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1rem;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:wizard-hero-enter .5s cubic-bezier(.22,1,.36,1) .2s both}.wizard-scope .landing-gradient-text{background:linear-gradient(135deg,#60a5fa,#a78bfa 50%,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wizard-scope .landing-tagline{color:#94a3b8;font-size:1.1rem;line-height:1.65;max-width:560px;margin:0 auto 2rem;animation:wizard-hero-enter .5s cubic-bezier(.22,1,.36,1) .3s both}.wizard-scope .landing-cta-row{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;animation:wizard-hero-enter .5s cubic-bezier(.22,1,.36,1) .4s both}.wizard-scope .landing-cta{display:inline-flex;padding:.85rem 2.5rem;font-size:1.05rem;text-decoration:none}.wizard-scope .landing-cta-secondary{padding:.85rem 1.5rem;color:#94a3b8;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid rgba(148,163,184,.2);border-radius:10px;transition:all .2s ease}.wizard-scope .landing-cta-secondary:hover{color:#e2e8f0;border-color:rgba(148,163,184,.4);background:rgba(148,163,184,.08)}.wizard-scope .landing-sections{display:flex;flex-direction:column;gap:2rem;position:relative;z-index:1;animation:wizard-hero-enter .5s cubic-bezier(.22,1,.36,1) .55s both}.wizard-scope .landing-section{background:rgba(15,23,42,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:1.75rem}.wizard-scope .landing-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:700;color:#e2e8f0;margin-bottom:1.25rem;letter-spacing:-.01em}.wizard-scope .landing-section-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;flex-shrink:0}.wizard-scope .landing-section-icon svg{width:18px;height:18px}.wizard-scope .landing-section-icon-blue{background:rgba(59,130,246,.15);color:#60a5fa;border:1px solid rgba(59,130,246,.2)}.wizard-scope .landing-section-icon-purple{background:rgba(139,92,246,.15);color:#a78bfa;border:1px solid rgba(139,92,246,.2)}.wizard-scope .landing-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;animation:wizard-hero-enter .5s cubic-bezier(.22,1,.36,1) .65s both}.wizard-scope .landing-feature-item{display:flex;align-items:flex-start;gap:1rem;padding:.85rem 1rem;border-radius:10px;border:1px solid transparent;transition:all .2s ease}.wizard-scope .landing-feature-item:hover{background:rgba(255,255,255,.02)}.wizard-scope .landing-feature-blue:hover{border-color:rgba(59,130,246,.15)}.wizard-scope .landing-feature-purple:hover{border-color:rgba(139,92,246,.15)}.wizard-scope .landing-feature-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:8px}.wizard-scope .landing-feature-blue .landing-feature-icon{background:rgba(59,130,246,.1);color:#60a5fa}.wizard-scope .landing-feature-purple .landing-feature-icon{background:rgba(139,92,246,.1);color:#a78bfa}.wizard-scope .landing-feature-icon svg{width:20px;height:20px}.wizard-scope .landing-feature-item div{display:flex;flex-direction:column;gap:.15rem}.wizard-scope .landing-feature-item strong{color:#e2e8f0;font-size:.95rem;font-weight:600}.wizard-scope .landing-feature-item span{color:#64748b;font-size:.85rem;line-height:1.4}.wizard-scope .preview-section{text-align:center;margin-top:2.5rem;position:relative;z-index:1;animation:wizard-hero-enter .5s cubic-bezier(.22,1,.36,1) .8s both}.wizard-scope .preview-title{font-size:1.3rem;font-weight:700;color:#e2e8f0;margin-bottom:1.25rem;background:linear-gradient(135deg,#e2e8f0,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wizard-scope .preview-sheet{position:relative;max-width:680px;margin:0 auto;border:1px solid rgba(148,163,184,.15);border-radius:10px;overflow:hidden;background:rgba(15,23,42,.7)}.wizard-scope .preview-header-row{display:grid;grid-template-columns:1fr 2fr .8fr .8fr;background:rgba(59,130,246,.12);border-bottom:1px solid rgba(59,130,246,.2)}.wizard-scope .preview-header-row .preview-cell{font-weight:700;color:#93c5fd;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.wizard-scope .preview-row{display:grid;grid-template-columns:1fr 2fr .8fr .8fr;border-bottom:1px solid rgba(148,163,184,.06)}.wizard-scope .preview-row:nth-child(2n){background:rgba(148,163,184,.03)}.wizard-scope .preview-row-faded{opacity:.4}.wizard-scope .preview-cell{padding:.6rem .75rem;font-size:.85rem;color:#94a3b8;text-align:left;border-right:1px solid rgba(148,163,184,.06)}.wizard-scope .preview-cell:last-child{border-right:none}.wizard-scope .preview-cell-module{color:#60a5fa;font-weight:500}.wizard-scope .preview-cell-phase{font-size:.8rem}.wizard-scope .preview-fade{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(180deg,transparent,rgba(10,10,26,.95));pointer-events:none}.wizard-scope .preview-caption{color:#64748b;font-size:.9rem;margin:1rem 0 1.25rem}@media (max-width:640px){.wizard-scope .preview-header-row,.wizard-scope .preview-row{grid-template-columns:1fr 1.5fr .7fr .7fr}.wizard-scope .preview-cell{padding:.45rem .5rem;font-size:.75rem}}.wizard-scope .landing-bottom-cta{text-align:center;margin-top:2.5rem;padding:2rem;background:rgba(15,23,42,.5);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(148,163,184,.1);border-radius:16px;position:relative;z-index:1;animation:wizard-hero-enter .5s cubic-bezier(.22,1,.36,1) 1.05s both}.wizard-scope .landing-bottom-cta p{color:#94a3b8;font-size:1.05rem;font-weight:500;margin-bottom:1rem}@media (max-width:640px){.wizard-scope .landing-page{padding:2rem 1.25rem 3rem}.wizard-scope .landing-title{font-size:1.75rem}.wizard-scope .landing-tagline{font-size:.95rem}.wizard-scope .landing-cta-row{flex-direction:column}.wizard-scope .landing-section{padding:1.25rem}}.wizard-scope .module-selector{display:flex;flex-direction:column;gap:1.25rem}.wizard-scope .module-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (max-width:700px){.wizard-scope .module-list{grid-template-columns:1fr}}.wizard-scope .module-item{position:relative;display:flex;align-items:center;opacity:0;animation:wizard-item-enter .35s cubic-bezier(.22,1,.36,1) both}.wizard-scope .module-item label{flex:1;min-width:0;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid rgba(148,163,184,.1);border-radius:10px;cursor:pointer;transition:all .2s ease;background:rgba(15,23,42,.5)}.wizard-scope .module-item label:hover{background:rgba(59,130,246,.05);border-color:rgba(59,130,246,.25)}.wizard-scope .req-card{display:flex;flex-direction:column;border:1px solid rgba(148,163,184,.1);border-radius:10px;background:rgba(15,23,42,.5);transition:all .2s ease;opacity:0;animation:wizard-item-enter .35s cubic-bezier(.22,1,.36,1) both}.wizard-scope .req-card:hover{border-color:rgba(59,130,246,.25)}.wizard-scope .req-card.req-card-active{border-color:rgba(59,130,246,.3);background:rgba(59,130,246,.05)}.wizard-scope .req-row{display:flex;align-items:center;gap:.5rem;padding:.1rem .75rem .1rem 0}.wizard-scope .req-label{flex:1;min-width:0;display:flex;align-items:center;gap:.75rem;padding:.7rem 0 .7rem 1rem;cursor:pointer;background:none;border:none}.wizard-scope .req-name{color:#94a3b8;font-size:.95rem;transition:color .2s ease}.wizard-scope .req-card.req-card-active .req-name{color:#e2e8f0;font-weight:500}.wizard-scope .module-item input[type=checkbox],.wizard-scope .module-item input[type=radio],.wizard-scope .req-card input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid rgba(148,163,184,.25);background:rgba(15,23,42,.8);cursor:pointer;flex-shrink:0;transition:all .2s ease;position:relative}.wizard-scope .module-item input[type=radio]{border-radius:50%}.wizard-scope .module-item input[type=checkbox]{border-radius:5px}.wizard-scope .module-item input[type=radio]:checked{border-color:#3b82f6;background:rgba(59,130,246,.15);box-shadow:0 0 8px rgba(59,130,246,.3);animation:wizard-select-pop .3s cubic-bezier(.34,1.56,.64,1)}.wizard-scope .module-item input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#3b82f6}.wizard-scope .module-item input[type=checkbox]:checked,.wizard-scope .req-card input[type=checkbox]:checked{border-color:#3b82f6;background:#3b82f6;box-shadow:0 0 8px rgba(59,130,246,.3);animation:wizard-select-pop .3s cubic-bezier(.34,1.56,.64,1)}.wizard-scope .module-item input[type=checkbox]:checked:after,.wizard-scope .req-card input[type=checkbox]:checked:after{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-55%) rotate(45deg);width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0}.wizard-scope .module-item input[type=checkbox]:checked~span,.wizard-scope .module-item input[type=radio]:checked~span{font-weight:500;color:#e2e8f0}.wizard-scope .module-item:has(input:checked) label{border-color:rgba(59,130,246,.3);background:rgba(59,130,246,.08);box-shadow:0 0 12px rgba(59,130,246,.1)}.wizard-scope .module-item span{color:#94a3b8;font-size:.95rem;transition:color .2s ease}.wizard-scope .top-actions-bar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:rgba(30,41,59,.5);border:1px solid rgba(148,163,184,.1);border-radius:10px;margin-bottom:1rem}.wizard-scope .top-actions-bar .btn-continue{margin-left:auto}.wizard-scope .top-actions-bar .btn-back{margin-top:0}.wizard-scope .top-actions-bar .btn-export{margin-top:0;width:auto}.wizard-scope .btn-continue{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.22,1,.36,1);letter-spacing:.01em;box-shadow:0 2px 12px rgba(59,130,246,.25);position:relative;overflow:hidden}.wizard-scope .btn-continue:not(:disabled):after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);animation:wizard-btn-shimmer 3s ease-in-out infinite}.wizard-scope .btn-continue:hover:not(:disabled){background:linear-gradient(135deg,#60a5fa,#3b82f6);box-shadow:0 4px 20px rgba(59,130,246,.4);transform:translateY(-1px)}.wizard-scope .btn-continue:active:not(:disabled){transform:translateY(0)}.wizard-scope .btn-continue:disabled{background:rgba(148,163,184,.15);color:#475569;cursor:not-allowed;box-shadow:none}.wizard-scope .summary-card{padding:1rem 1.25rem;background:rgba(30,41,59,.5);border:1px solid rgba(148,163,184,.08);border-radius:10px;margin-bottom:.75rem}.wizard-scope .summary-card .summary-label{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#475569;margin-bottom:.25rem}.wizard-scope .module-icon{flex-shrink:0}.wizard-scope .summary-card .summary-value{color:#e2e8f0;font-weight:500}.wizard-scope .selected-modules{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.wizard-scope .selected-modules li{display:inline-flex;align-items:center;gap:.4rem;background:rgba(59,130,246,.12);color:#60a5fa;padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500;border:1px solid rgba(59,130,246,.15)}.wizard-scope .empty-state{color:#475569;font-style:italic;margin-bottom:1rem;animation:wizard-container-enter .4s cubic-bezier(.22,1,.36,1) both}.wizard-scope .btn-back{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;color:#64748b;text-decoration:none;font-weight:500;font-size:.9rem;font-family:inherit;background:none;border:none;padding:0;cursor:pointer;transition:color .2s ease}.wizard-scope .btn-back:hover{color:#3b82f6;text-decoration:none}.wizard-scope .req-group{margin-bottom:.5rem}.wizard-scope .req-group-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:rgba(30,41,59,.4);border-left:3px solid #3b82f6;border-radius:0 6px 6px 0;margin-bottom:.5rem;margin-top:.75rem}.wizard-scope .req-group:first-child .req-group-header{margin-top:0}.wizard-scope .req-group-toggle{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;border:2px solid rgba(148,163,184,.3);background:rgba(15,23,42,.6);color:#60a5fa;font-size:.7rem;font-weight:700;cursor:pointer;transition:all .15s ease;padding:0;flex-shrink:0}.wizard-scope .req-group-toggle:hover{border-color:rgba(59,130,246,.5);background:rgba(59,130,246,.1)}.wizard-scope .req-group-check{line-height:1}.wizard-scope .req-group-name{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.wizard-scope .req-group-count{font-size:.7rem;color:#475569;margin-left:auto;font-weight:500}.wizard-scope .summary-group{margin-top:.6rem}.wizard-scope .summary-group:first-child{margin-top:.3rem}.wizard-scope .summary-group-name{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:.2rem}.wizard-scope .recs-profile{padding:.75rem 1rem;background:rgba(30,41,59,.5);border:1px solid rgba(148,163,184,.08);border-radius:8px;margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1.5rem}.wizard-scope .recs-profile-row{display:flex;gap:.5rem;align-items:baseline}.wizard-scope .recs-profile-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#475569}.wizard-scope .recs-profile-value{font-size:.85rem;color:#e2e8f0;font-weight:500}.wizard-scope .recs-intro{color:#94a3b8;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.wizard-scope .recs-intro strong{color:#60a5fa;font-weight:600}.wizard-scope .recs-module{padding:.85rem 1rem;background:rgba(30,41,59,.4);border:1px solid rgba(148,163,184,.08);border-radius:10px;margin-bottom:.6rem;opacity:0;animation:wizard-item-enter .4s cubic-bezier(.22,1,.36,1) both}.wizard-scope .recs-module-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.wizard-scope .recs-module-icon{color:#60a5fa;flex-shrink:0}.wizard-scope .recs-module-name{font-size:.95rem;font-weight:600;color:#e2e8f0}.wizard-scope .recs-module-count{font-size:.7rem;color:#475569;font-weight:500;margin-left:auto}.wizard-scope .recs-module-reason{font-size:.8rem;color:#64748b;margin-bottom:.5rem;font-style:italic;line-height:1.4}.wizard-scope .recs-module-groups{display:flex;flex-direction:column;gap:.4rem}.wizard-scope .recs-group-name{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#475569;display:block;margin-bottom:.15rem}.wizard-scope .recs-group-list{list-style:none;display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.2rem}.wizard-scope .recs-group-list li{font-size:.75rem;color:#94a3b8;padding:.15rem .5rem;background:rgba(59,130,246,.06);border:1px solid rgba(59,130,246,.1);border-radius:4px}.wizard-scope .recs-apply{margin-top:.25rem}.wizard-scope .recs-dashboard{padding:1.25rem;background:rgba(15,23,42,.6);border:1px solid rgba(59,130,246,.15);border-radius:12px;margin-bottom:1.5rem}.wizard-scope .recs-dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem}.wizard-scope .recs-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.6rem .5rem;background:rgba(30,41,59,.5);border:1px solid rgba(148,163,184,.08);border-radius:8px;opacity:0;animation:wizard-item-enter .4s cubic-bezier(.22,1,.36,1) both}.wizard-scope .recs-stat-value{font-size:1.5rem;font-weight:700;color:#60a5fa;line-height:1.1;animation:wizard-stat-count .6s cubic-bezier(.22,1,.36,1) both}.wizard-scope .recs-stat-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.wizard-scope .recs-dashboard-modules{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.wizard-scope .recs-dash-module{display:flex;flex-direction:column;gap:.3rem}.wizard-scope .recs-dash-module-header{display:flex;align-items:center;gap:.4rem}.wizard-scope .recs-dash-module-name{font-size:.8rem;font-weight:500;color:#cbd5e1}.wizard-scope .recs-dash-module-count{font-size:.7rem;color:#64748b;font-weight:500;margin-left:auto}.wizard-scope .recs-dash-bar{height:6px;background:rgba(148,163,184,.1);border-radius:3px;overflow:hidden}.wizard-scope .recs-dash-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;min-width:2px;transform-origin:left;animation:wizard-bar-fill .6s ease-out both}.wizard-scope .recs-detail-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(148,163,184,.1)}@media (max-width:500px){.wizard-scope .recs-dashboard-stats{grid-template-columns:repeat(2,1fr)}}.wizard-scope .process-question{color:#94a3b8;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em}.wizard-scope .module-nav{display:flex;gap:.35rem;margin-bottom:1rem;padding:.4rem;background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.1);border-radius:12px;overflow-x:auto}.wizard-scope .module-nav-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex:1;min-width:0;padding:.6rem .4rem;border:1px solid transparent;border-radius:8px;background:transparent;color:#64748b;font-family:inherit;font-size:.65rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1)}.wizard-scope .module-nav-item:hover{background:rgba(59,130,246,.06);color:#94a3b8}.wizard-scope .module-nav-item.module-nav-active{background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.25);color:#60a5fa;box-shadow:0 0 10px rgba(59,130,246,.15)}.wizard-scope .module-nav-icon{width:20px;height:20px;flex-shrink:0}.wizard-scope .module-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;line-height:1.2}.wizard-scope .bulk-phase-bar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:rgba(30,41,59,.5);border:1px solid rgba(148,163,184,.1);border-radius:8px;margin-bottom:1rem}.wizard-scope .bulk-phase-label{font-size:.8rem;font-weight:600;color:#94a3b8;white-space:nowrap}.wizard-scope .bulk-phase-buttons{display:flex;gap:.35rem}.wizard-scope .bulk-phase-buttons .phase-btn{padding:.3rem .75rem;font-size:.75rem}.wizard-scope .module-progress{padding:.65rem 1rem;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);border-radius:8px;color:#60a5fa;font-size:.9rem;font-weight:600;margin-bottom:1rem}.wizard-scope .requirements-summary{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem;margin-top:.5rem}@media (max-width:700px){.wizard-scope .requirements-summary{grid-template-columns:1fr}}.wizard-scope .requirements-summary li{color:#cbd5e1;font-size:.9rem;padding-left:1.4rem;position:relative}.wizard-scope .requirements-summary li:before{content:"\2713";position:absolute;left:0;color:#34d399;font-weight:700}.wizard-scope .tooltip-wrap{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.wizard-scope .tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgba(148,163,184,.12);color:#64748b;font-size:.65rem;font-weight:700;cursor:help;transition:all .2s ease;border:1px solid rgba(148,163,184,.15)}.wizard-scope .tooltip-trigger:hover{background:rgba(59,130,246,.2);color:#60a5fa;border-color:rgba(59,130,246,.3)}.wizard-scope .tooltip-text{visibility:hidden;opacity:0;position:absolute;bottom:calc(100% + 10px);right:-8px;width:280px;padding:.6rem .8rem;background:#1e293b;color:#cbd5e1;font-size:.8rem;font-weight:400;line-height:1.5;border-radius:8px;border:1px solid rgba(148,163,184,.15);box-shadow:0 8px 24px rgba(0,0,0,.5);transition:opacity .15s ease,visibility .15s ease;z-index:100;pointer-events:none}.wizard-scope .tooltip-text:after{content:"";position:absolute;bottom:-5px;right:12px;transform:rotate(45deg);width:8px;height:8px;background:#1e293b;border-right:1px solid rgba(148,163,184,.15);border-bottom:1px solid rgba(148,163,184,.15)}.wizard-scope .tooltip-wrap:hover .tooltip-text{visibility:visible;opacity:1}.wizard-scope .phase-selector{display:flex;align-items:center;gap:.35rem;padding:0 1rem .65rem 2.75rem;border-top:1px solid rgba(148,163,184,.06);margin-top:-.1rem}.wizard-scope .phase-selector:before{content:"Phase:";font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#475569;margin-right:.15rem}.wizard-scope .phase-btn{padding:.2rem .55rem;font-size:.7rem;font-weight:600;font-family:inherit;border-radius:20px;border:1px solid rgba(148,163,184,.15);background:rgba(15,23,42,.4);color:#64748b;cursor:pointer;transition:all .15s ease}.wizard-scope .phase-btn:hover{border-color:rgba(148,163,184,.35);color:#94a3b8;background:rgba(30,41,59,.6)}.wizard-scope .phase-btn.phase-active.phase-phase-1{border-color:rgba(34,197,94,.4);background:rgba(34,197,94,.12);color:#4ade80;animation:wizard-phase-pop .25s cubic-bezier(.34,1.56,.64,1)}.wizard-scope .phase-btn.phase-active.phase-phase-2{border-color:rgba(59,130,246,.4);background:rgba(59,130,246,.12);color:#60a5fa;animation:wizard-phase-pop .25s cubic-bezier(.34,1.56,.64,1)}.wizard-scope .phase-btn.phase-active.phase-future-phase{border-color:rgba(148,163,184,.4);background:rgba(148,163,184,.1);color:#94a3b8;animation:wizard-phase-pop .25s cubic-bezier(.34,1.56,.64,1)}.wizard-scope .phase-badge{display:inline-block;padding:.1rem .45rem;font-size:.65rem;font-weight:600;border-radius:4px;margin-left:.5rem;vertical-align:middle}.wizard-scope .phase-badge.badge-phase-1{background:rgba(34,197,94,.12);color:#4ade80;border:1px solid rgba(34,197,94,.25)}.wizard-scope .phase-badge.badge-phase-2{background:rgba(59,130,246,.12);color:#60a5fa;border:1px solid rgba(59,130,246,.25)}.wizard-scope .phase-badge.badge-future-phase{background:rgba(148,163,184,.1);color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.wizard-scope .custom-req-input-row{display:flex;gap:.5rem;margin-bottom:.75rem}.wizard-scope .custom-req-input{flex:1;padding:.65rem 1rem;background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.2);border-radius:10px;color:#e2e8f0;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s ease}.wizard-scope .custom-req-input::-moz-placeholder{color:#475569}.wizard-scope .custom-req-input::placeholder{color:#475569}.wizard-scope .custom-req-input:focus{border-color:rgba(59,130,246,.5);box-shadow:0 0 0 2px rgba(59,130,246,.1)}.wizard-scope .custom-req-add-btn{padding:.65rem 1.25rem;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);border-radius:10px;color:#60a5fa;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.wizard-scope .custom-req-add-btn:hover:not(:disabled){background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.5)}.wizard-scope .custom-req-add-btn:disabled{opacity:.4;cursor:not-allowed}.wizard-scope .custom-req-remove-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:1px solid rgba(239,68,68,.2);background:rgba(239,68,68,.08);color:#f87171;font-size:1rem;line-height:1;cursor:pointer;transition:all .15s ease;flex-shrink:0;padding:0}.wizard-scope .custom-req-remove-btn:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4)}.wizard-scope .btn-export{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;margin-top:1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.01em;box-shadow:0 2px 12px rgba(16,185,129,.25);position:relative;overflow:hidden}.wizard-scope .btn-export:hover{background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 4px 20px rgba(16,185,129,.4);transform:translateY(-1px)}.wizard-scope .btn-export:active{transform:translateY(0)}.wizard-scope .btn-export:not(:disabled):after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);animation:wizard-btn-shimmer 4s ease-in-out infinite}.wizard-scope .btn-export-icon{width:18px;height:18px;flex-shrink:0}.wizard-scope .header-share-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:rgba(99,102,241,.15);border:1px solid rgba(99,102,241,.3);border-radius:8px;color:#a5b4fc;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.wizard-scope .header-share-btn:hover{background:rgba(99,102,241,.25);border-color:rgba(99,102,241,.5)}.wizard-scope .user-menu{position:relative}.wizard-scope .user-menu-signin{padding:.45rem 1rem;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);border-radius:8px;color:#60a5fa;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease}.wizard-scope .user-menu-signin:hover{background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.5)}.wizard-scope .user-menu-trigger{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem .35rem .35rem;background:rgba(30,41,59,.7);border:1px solid rgba(148,163,184,.15);border-radius:24px;cursor:pointer;font-family:inherit;transition:all .2s ease}.wizard-scope .user-menu-trigger:hover{border-color:rgba(148,163,184,.3);background:rgba(30,41,59,.9)}.wizard-scope .user-avatar{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.wizard-scope .user-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:rgba(59,130,246,.2);color:#60a5fa;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.wizard-scope .user-name{color:#e2e8f0;font-size:.8rem;font-weight:500}.wizard-scope .user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:#1e293b;border:1px solid rgba(148,163,184,.15);border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.5);overflow:hidden}.wizard-scope .user-menu-email{padding:.75rem 1rem;font-size:.75rem;color:#64748b;border-bottom:1px solid rgba(148,163,184,.1)}.wizard-scope .user-menu-item{display:block;width:100%;padding:.65rem 1rem;background:none;border:none;font-family:inherit;font-size:.85rem;color:#e2e8f0;text-align:left;cursor:pointer;text-decoration:none;transition:background .15s ease}.wizard-scope .user-menu-item:hover{background:rgba(59,130,246,.1)}.wizard-scope .user-menu-signout{color:#f87171;border-top:1px solid rgba(148,163,184,.1)}.wizard-scope .login-container{max-width:440px;margin-top:8rem}.wizard-scope .login-card{display:flex;flex-direction:column;align-items:center;text-align:center}.wizard-scope .login-title{font-size:1.5rem;margin-bottom:.5rem}.wizard-scope .login-subtitle{color:#94a3b8;font-size:.9rem;margin-bottom:2rem;line-height:1.5}.wizard-scope .login-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.5rem}.wizard-scope .login-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem 1rem;border-radius:10px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid rgba(148,163,184,.2)}.wizard-scope .login-btn-icon{width:20px;height:20px;flex-shrink:0}.wizard-scope .login-btn-google{background:rgba(255,255,255,.05);color:#e2e8f0}.wizard-scope .login-btn-google:hover{background:rgba(255,255,255,.1);border-color:rgba(148,163,184,.35)}.wizard-scope .login-btn-github{background:rgba(255,255,255,.05);color:#e2e8f0}.wizard-scope .login-btn-github:hover{background:rgba(255,255,255,.1);border-color:rgba(148,163,184,.35)}.wizard-scope .login-divider{display:flex;align-items:center;width:100%;margin-bottom:1.25rem;gap:1rem}.wizard-scope .login-divider:after,.wizard-scope .login-divider:before{content:"";flex:1;height:1px;background:rgba(148,163,184,.2)}.wizard-scope .login-divider span{color:#64748b;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.wizard-scope .login-email-form{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.5rem}.wizard-scope .login-email-input{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(148,163,184,.2);background:rgba(255,255,255,.05);color:#e2e8f0;font-family:inherit;font-size:.95rem;outline:none;transition:border-color .2s ease;box-sizing:border-box}.wizard-scope .login-email-input::-moz-placeholder{color:#64748b}.wizard-scope .login-email-input::placeholder{color:#64748b}.wizard-scope .login-email-input:focus{border-color:#6366f1}.wizard-scope .login-btn-email{background:#6366f1;color:#fff}.wizard-scope .login-btn-email:hover:not(:disabled){background:#4f46e5}.wizard-scope .login-btn-email:disabled{opacity:.5;cursor:not-allowed}.wizard-scope .login-email-error{color:#f87171;font-size:.85rem;margin:0}.wizard-scope .login-email-sent{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:1.5rem;border-radius:12px;background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.2);margin-bottom:1.5rem}.wizard-scope .login-email-sent-icon{width:36px;height:36px;color:#6366f1;margin-bottom:.75rem}.wizard-scope .login-email-sent-title{font-size:1.05rem;font-weight:600;color:#e2e8f0;margin:0 0 .5rem}.wizard-scope .login-email-sent-text{color:#94a3b8;font-size:.85rem;line-height:1.5;margin:0 0 1rem}.wizard-scope .login-btn-email-retry{background:transparent;color:#94a3b8;border-color:rgba(148,163,184,.15);font-size:.85rem}.wizard-scope .login-btn-email-retry:hover{background:rgba(255,255,255,.05);color:#e2e8f0}.wizard-scope .login-note{color:#475569;font-size:.8rem;line-height:1.5;margin-bottom:1rem}.wizard-scope .wizard-actions-row{display:flex;gap:.75rem;margin-top:1rem}.wizard-scope .btn-share{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.3);border-radius:10px;color:#a78bfa;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.wizard-scope .btn-share:hover:not(:disabled){background:rgba(139,92,246,.25);border-color:rgba(139,92,246,.5)}.wizard-scope .btn-share:disabled{opacity:.5;cursor:not-allowed}.wizard-scope .btn-share-icon{width:16px;height:16px;flex-shrink:0}.wizard-scope .share-error{color:#f87171;font-size:.8rem;margin-top:.5rem}.wizard-scope .share-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:300;backdrop-filter:blur(4px);animation:wizard-overlay-in .2s ease both}.wizard-scope .share-dialog{width:90%;max-width:460px;background:#1e293b;border:1px solid rgba(148,163,184,.15);border-radius:14px;padding:1.5rem;box-shadow:0 16px 48px rgba(0,0,0,.5);animation:wizard-dialog-in .3s cubic-bezier(.22,1,.36,1) both}.wizard-scope .share-dialog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.wizard-scope .share-dialog-header h3{font-size:1.1rem;font-weight:600;color:#e2e8f0}.wizard-scope .share-dialog-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:rgba(148,163,184,.1);border-radius:50%;color:#94a3b8;font-size:1.2rem;cursor:pointer;transition:all .15s ease}.wizard-scope .share-dialog-close:hover{background:rgba(148,163,184,.2);color:#e2e8f0}.wizard-scope .share-dialog-desc{color:#94a3b8;font-size:.85rem;margin-bottom:1rem}.wizard-scope .share-url-row{display:flex;gap:.5rem;margin-bottom:1rem}.wizard-scope .share-url-input{flex:1;padding:.6rem .85rem;background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#e2e8f0;font-family:inherit;font-size:.8rem;outline:none}.wizard-scope .share-copy-btn{padding:.6rem 1rem;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);border-radius:8px;color:#60a5fa;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.wizard-scope .share-copy-btn:hover{background:rgba(59,130,246,.25)}.wizard-scope .share-email-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.6rem;background:rgba(148,163,184,.08);border:1px solid rgba(148,163,184,.15);border-radius:8px;color:#94a3b8;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease}.wizard-scope .share-email-btn:hover{background:rgba(148,163,184,.15);color:#e2e8f0}.wizard-scope .share-invite-form{margin-bottom:.75rem}.wizard-scope .share-invite-input-row{display:flex;gap:.5rem}.wizard-scope .share-invite-input{flex:1;padding:.65rem .85rem;background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#e2e8f0;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s ease}.wizard-scope .share-invite-input::-moz-placeholder{color:#64748b}.wizard-scope .share-invite-input::placeholder{color:#64748b}.wizard-scope .share-invite-input:focus{border-color:#6366f1}.wizard-scope .share-invite-send-btn{padding:.65rem 1.1rem;background:#6366f1;border:none;border-radius:8px;color:#fff;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s ease;white-space:nowrap}.wizard-scope .share-invite-send-btn:hover:not(:disabled){background:#4f46e5}.wizard-scope .share-invite-send-btn:disabled{opacity:.5;cursor:not-allowed}.wizard-scope .share-invite-success{color:#34d399;font-size:.8rem;margin:0 0 .75rem}.wizard-scope .share-invite-error{color:#f87171;font-size:.8rem;margin:0 0 .75rem}.wizard-scope .share-invite-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.wizard-scope .share-invite-divider:after,.wizard-scope .share-invite-divider:before{content:"";flex:1;height:1px;background:rgba(148,163,184,.15)}.wizard-scope .share-invite-divider span{color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.wizard-scope .share-invite-copy-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.6rem;background:rgba(148,163,184,.08);border:1px solid rgba(148,163,184,.15);border-radius:8px;color:#94a3b8;font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease}.wizard-scope .share-invite-copy-btn:hover{background:rgba(148,163,184,.15);color:#e2e8f0}.wizard-scope .share-invite-send-btn-collab{background:#10b981}.wizard-scope .share-invite-send-btn-collab:hover:not(:disabled){background:#059669}.wizard-scope .share-mode-chooser{display:flex;flex-direction:column;gap:.6rem}.wizard-scope .share-mode-btn{display:flex;align-items:flex-start;gap:.85rem;width:100%;padding:1rem;background:rgba(148,163,184,.06);border:1px solid rgba(148,163,184,.15);border-radius:10px;color:#e2e8f0;font-family:inherit;text-align:left;cursor:pointer;transition:all .15s ease}.wizard-scope .share-mode-btn svg{flex-shrink:0;margin-top:2px;color:#94a3b8}.wizard-scope .share-mode-btn div{display:flex;flex-direction:column;gap:.2rem}.wizard-scope .share-mode-btn strong{font-size:.95rem;font-weight:600}.wizard-scope .share-mode-btn span{font-size:.8rem;color:#94a3b8}.wizard-scope .share-mode-btn:hover{background:rgba(148,163,184,.12);border-color:rgba(148,163,184,.3)}.wizard-scope .share-mode-btn-collab:hover{border-color:rgba(16,185,129,.4)}.wizard-scope .share-mode-btn-collab:hover svg{color:#34d399}.wizard-scope .share-mode-btn-disabled{opacity:.45;cursor:not-allowed}.wizard-scope .gate-dialog-wide{max-width:520px;padding:2rem;position:relative;animation:wizard-dialog-in .3s cubic-bezier(.22,1,.36,1) both}.wizard-scope .gate-close{position:absolute;top:1rem;right:1rem}.wizard-scope .gate-header{text-align:center;margin-bottom:1.25rem}.wizard-scope .gate-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.25);margin-bottom:.85rem}.wizard-scope .gate-icon-wrap svg{width:26px;height:26px;color:#34d399}.wizard-scope .gate-title{font-size:1.25rem;font-weight:700;color:#f1f5f9;margin:0 0 .4rem}.wizard-scope .gate-subtitle{color:#94a3b8;font-size:.9rem;margin:0;line-height:1.45}.wizard-scope .gate-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.25rem;padding:.85rem;background:rgba(15,23,42,.5);border:1px solid rgba(148,163,184,.1);border-radius:10px}.wizard-scope .gate-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.wizard-scope .gate-stat-value{font-size:1.35rem;font-weight:700;color:#e2e8f0}.wizard-scope .gate-stat-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.wizard-scope .gate-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.6rem}.wizard-scope .gate-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:#cbd5e1;line-height:1.4}.wizard-scope .gate-features li svg{width:18px;height:18px;flex-shrink:0;color:#34d399;margin-top:1px}.wizard-scope .gate-form{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.wizard-scope .gate-email-input{width:100%;padding:.8rem 1rem;background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.2);border-radius:10px;color:#e2e8f0;font-family:inherit;font-size:.95rem;outline:none;transition:border-color .2s ease;box-sizing:border-box}.wizard-scope .gate-email-input::-moz-placeholder{color:#475569}.wizard-scope .gate-email-input::placeholder{color:#475569}.wizard-scope .gate-email-input:focus{border-color:rgba(16,185,129,.5);box-shadow:0 0 0 2px rgba(16,185,129,.1)}.wizard-scope .gate-download-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 12px rgba(16,185,129,.3)}.wizard-scope .gate-download-btn:hover:not(:disabled){background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 4px 20px rgba(16,185,129,.45);transform:translateY(-1px)}.wizard-scope .gate-download-btn:active:not(:disabled){transform:translateY(0)}.wizard-scope .gate-download-btn:disabled{opacity:.6;cursor:not-allowed}.wizard-scope .gate-privacy{text-align:center;font-size:.75rem;color:#475569;margin:0}.wizard-scope .email-gate-sent{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0}.wizard-scope .email-gate-sent-title{font-size:1.05rem;font-weight:600;color:#e2e8f0;margin:0 0 .5rem}.wizard-scope .email-gate-sent-text{color:#94a3b8;font-size:.85rem;line-height:1.5;margin:0}.wizard-scope .btn-save-project{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3);border-radius:10px;color:#34d399;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.wizard-scope .btn-save-project:hover:not(:disabled){background:rgba(16,185,129,.25);border-color:rgba(16,185,129,.5)}.wizard-scope .btn-save-project:disabled{opacity:.5;cursor:not-allowed}.wizard-scope .btn-save-icon{width:16px;height:16px;flex-shrink:0}.wizard-scope .presence-bar{position:fixed;top:1rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:.75rem;padding:.4rem 1rem;background:rgba(30,41,59,.9);border:1px solid rgba(148,163,184,.15);border-radius:24px;backdrop-filter:blur(12px);z-index:150;box-shadow:0 4px 16px rgba(0,0,0,.3)}.wizard-scope .presence-label{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.wizard-scope .presence-users{display:flex;gap:.5rem}.wizard-scope .presence-user{display:flex;align-items:center;gap:.35rem;opacity:0;animation:wizard-item-enter .35s cubic-bezier(.22,1,.36,1) both}.wizard-scope .presence-avatar{width:22px;height:22px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #34d399}.wizard-scope .presence-avatar-placeholder{width:22px;height:22px;border-radius:50%;background:rgba(52,211,153,.2);color:#34d399;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;border:2px solid #34d399}.wizard-scope .presence-name{font-size:.75rem;color:#e2e8f0;font-weight:500}.wizard-scope .presence-step{font-size:.65rem;color:#64748b;padding:.1rem .4rem;background:rgba(148,163,184,.1);border-radius:4px}.wizard-scope .conflict-banner{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem;background:rgba(245,158,11,.15);border-bottom:1px solid rgba(245,158,11,.3);backdrop-filter:blur(12px);z-index:250}.wizard-scope .conflict-content{display:flex;align-items:center;gap:.5rem;color:#fbbf24;font-size:.85rem;font-weight:500}.wizard-scope .conflict-icon{width:18px;height:18px;flex-shrink:0}.wizard-scope .conflict-actions{display:flex;gap:.5rem}.wizard-scope .conflict-refresh-btn{padding:.35rem .85rem;background:rgba(245,158,11,.2);border:1px solid rgba(245,158,11,.4);border-radius:6px;color:#fbbf24;font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.wizard-scope .conflict-refresh-btn:hover{background:rgba(245,158,11,.3)}.wizard-scope .conflict-dismiss-btn{padding:.35rem .85rem;background:none;border:1px solid rgba(148,163,184,.2);border-radius:6px;color:#94a3b8;font-family:inherit;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease}.wizard-scope .conflict-dismiss-btn:hover{background:rgba(148,163,184,.1)}.wizard-scope .settings-section{margin-bottom:1.5rem;padding:1.25rem;background:rgba(30,41,59,.5);border:1px solid rgba(148,163,184,.08);border-radius:10px}.wizard-scope .settings-section-title{font-size:.9rem;font-weight:600;color:#e2e8f0;margin-bottom:.75rem}.wizard-scope .settings-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.wizard-scope .settings-row{display:flex;gap:.5rem}.wizard-scope .btn-invite{padding:.4rem .85rem;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);border-radius:8px;color:#60a5fa;font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.wizard-scope .btn-invite:hover{background:rgba(59,130,246,.25)}.wizard-scope .members-list{list-style:none}.wizard-scope .member-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem 0;border-bottom:1px solid rgba(148,163,184,.08)}.wizard-scope .member-item:last-child{border-bottom:none}.wizard-scope .member-info{display:flex;align-items:center;gap:.75rem}.wizard-scope .member-avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.wizard-scope .member-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:rgba(59,130,246,.2);color:#60a5fa;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.wizard-scope .member-name{font-size:.85rem;color:#e2e8f0;font-weight:500}.wizard-scope .member-email{font-size:.7rem;color:#64748b}.wizard-scope .member-actions{display:flex;align-items:center;gap:.75rem}.wizard-scope .member-role{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;padding:.2rem .5rem;background:rgba(148,163,184,.1);border-radius:4px}.wizard-scope .member-remove-btn{padding:.3rem .6rem;background:none;border:1px solid rgba(239,68,68,.2);border-radius:6px;color:#f87171;font-family:inherit;font-size:.75rem;cursor:pointer;transition:all .15s ease}.wizard-scope .member-remove-btn:hover{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.4)}.wizard-scope .settings-danger{border-color:rgba(239,68,68,.15)}.wizard-scope .settings-danger .settings-section-title{color:#f87171}.wizard-scope .btn-danger{padding:.55rem 1.25rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#f87171;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease}.wizard-scope .btn-danger:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.5)}.wizard-scope .btn-settings-link{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);border-radius:10px;color:#94a3b8;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease}.wizard-scope .btn-settings-link:hover{background:rgba(148,163,184,.2);color:#e2e8f0}.wizard-scope .invite-dialog{max-width:420px}.wizard-scope .invite-form{display:flex;flex-direction:column;gap:.75rem}.wizard-scope .invite-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.wizard-scope .invite-role-selector{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.wizard-scope .invite-role-btn{display:flex;flex-direction:column;gap:.15rem;padding:.75rem;background:rgba(15,23,42,.5);border:1px solid rgba(148,163,184,.15);border-radius:8px;cursor:pointer;transition:all .15s ease;font-family:inherit;text-align:left}.wizard-scope .invite-role-btn:hover{border-color:rgba(59,130,246,.3)}.wizard-scope .invite-role-btn.active{border-color:rgba(59,130,246,.5);background:rgba(59,130,246,.08)}.wizard-scope .invite-role-btn strong{font-size:.85rem;color:#e2e8f0}.wizard-scope .invite-role-btn span{font-size:.7rem;color:#64748b}.wizard-scope .invite-error{color:#f87171;font-size:.8rem}.wizard-scope .invite-success{color:#34d399;font-size:.8rem}.wizard-scope .toast-container{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:500;pointer-events:none}.wizard-scope .toast{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:rgba(30,41,59,.95);backdrop-filter:blur(12px);border-radius:24px;color:#e2e8f0;font-size:.85rem;font-weight:500;box-shadow:0 8px 32px rgba(0,0,0,.4);border:1px solid rgba(148,163,184,.15);animation:wizard-toast-slide-up .3s ease;pointer-events:auto}.wizard-scope .toast-success{border-left:3px solid #34d399}.wizard-scope .toast-success svg{color:#34d399}.wizard-scope .toast-error{border-left:3px solid #ef4444}.wizard-scope .toast-error svg{color:#ef4444}.wizard-scope .toast-info{border-left:3px solid #60a5fa}.wizard-scope .toast-info svg{color:#60a5fa}.wizard-scope .toast-exit{animation:wizard-toast-fade-out .3s ease forwards}@keyframes wizard-toast-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes wizard-toast-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.wizard-scope .req-group-chevron{width:14px;height:14px;flex-shrink:0;transition:transform .3s cubic-bezier(.22,1,.36,1);transform:rotate(0deg);color:#64748b}.wizard-scope .req-group-chevron-open{transform:rotate(90deg)}.wizard-scope .req-group-name-clickable{cursor:pointer;display:flex;align-items:center;gap:.35rem}.wizard-scope .req-group-name-clickable:hover{color:#cbd5e1}.wizard-scope .btn-spinner{animation:wizard-spin 1s linear infinite}@keyframes wizard-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wizard-scope .btn-export:disabled{opacity:.7;cursor:not-allowed}.wizard-scope .btn-export:disabled,.wizard-scope .btn-export:disabled:hover{transform:none;box-shadow:0 2px 12px rgba(16,185,129,.15)}.wizard-scope .step-context{color:#94a3b8;font-size:.85rem;line-height:1.55;margin:-.25rem 0 1.25rem;max-width:600px;animation:wizard-container-enter .4s cubic-bezier(.22,1,.36,1) .15s both}.wizard-scope .module-label-text{display:flex;flex-direction:column;gap:.15rem}.wizard-scope .module-desc{font-size:.75rem;color:#64748b;font-weight:400;line-height:1.35}.wizard-scope .profile-section{margin-bottom:1.75rem}.wizard-scope .profile-section-title{font-size:1rem;font-weight:600;color:#e2e8f0;margin-bottom:.25rem}.wizard-scope .req-search-bar{position:relative;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.wizard-scope .req-search-input-wrap{position:relative;flex:1;min-width:0}.wizard-scope .req-search-input{width:100%;padding:.65rem 2.5rem .65rem 1rem;background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.2);border-radius:10px;color:#e2e8f0;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s ease;box-sizing:border-box}.wizard-scope .req-search-input::-moz-placeholder{color:#475569}.wizard-scope .req-search-input::placeholder{color:#475569}.wizard-scope .req-search-input:focus{border-color:rgba(59,130,246,.5);box-shadow:0 0 0 2px rgba(59,130,246,.1)}.wizard-scope .req-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:rgba(148,163,184,.15);border-radius:50%;color:#94a3b8;font-size:1rem;cursor:pointer;transition:all .15s ease;padding:0}.wizard-scope .req-search-clear:hover{background:rgba(148,163,184,.25);color:#e2e8f0}.wizard-scope .phase-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(148,163,184,.08)}.wizard-scope .phase-legend-item{font-size:.7rem;color:#64748b;line-height:1.4}.wizard-scope .phase-legend-item strong{color:#94a3b8}.wizard-scope .summary-edit{font-size:.75rem;font-weight:500;color:#60a5fa;text-decoration:none;margin-left:.5rem;transition:color .15s ease}.wizard-scope .summary-edit:hover{color:#93c5fd;text-decoration:underline}.wizard-scope .summary-value-compact{display:flex;flex-wrap:wrap;gap:.5rem}.wizard-scope .summary-value-compact>span{padding:.25rem .65rem;background:rgba(148,163,184,.08);border:1px solid rgba(148,163,184,.1);border-radius:6px;font-size:.85rem;color:#cbd5e1}.wizard-scope .comment-icon-btn{position:relative;display:flex;align-items:center;gap:.2rem;background:none;border:1px solid rgba(148,163,184,.15);border-radius:6px;padding:.25rem .4rem;color:#64748b;cursor:pointer;transition:all .15s ease;flex-shrink:0}.wizard-scope .comment-icon-btn:hover{border-color:rgba(139,92,246,.3);color:#a78bfa;background:rgba(139,92,246,.08)}.wizard-scope .comment-count-badge{font-size:.65rem;font-weight:700;min-width:14px;height:14px;display:flex;align-items:center;justify-content:center;background:#8b5cf6;color:#fff;border-radius:7px;padding:0 3px;animation:wizard-phase-pop .3s cubic-bezier(.34,1.56,.64,1)}.wizard-scope .comment-panel-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.4);animation:wizard-overlay-in .2s ease both}.wizard-scope .comment-panel{position:fixed;top:0;right:0;bottom:0;z-index:201;width:380px;max-width:100vw;display:flex;flex-direction:column;background:rgba(15,23,42,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(148,163,184,.1);animation:wizard-comment-slide-in .3s cubic-bezier(.22,1,.36,1)}@keyframes wizard-comment-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.wizard-scope .comment-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem;border-bottom:1px solid rgba(148,163,184,.1)}.wizard-scope .comment-panel-title{font-size:1rem;font-weight:700;color:#e2e8f0}.wizard-scope .comment-panel-subtitle{font-size:.8rem;color:#64748b;margin-top:.15rem}.wizard-scope .comment-panel-close{background:none;border:none;color:#64748b;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.wizard-scope .comment-panel-close:hover{color:#e2e8f0}.wizard-scope .comment-panel-list{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.wizard-scope .comment-panel-empty,.wizard-scope .comment-panel-loading{color:#64748b;font-size:.85rem;text-align:center;padding:2rem 0}.wizard-scope .comment-item{display:flex;flex-direction:column;gap:.3rem}.wizard-scope .comment-item-header{display:flex;align-items:center;gap:.4rem}.wizard-scope .comment-avatar{width:22px;height:22px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.wizard-scope .comment-avatar-placeholder{width:22px;height:22px;border-radius:50%;background:rgba(139,92,246,.2);color:#a78bfa;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0}.wizard-scope .comment-author{font-size:.8rem;font-weight:600;color:#e2e8f0}.wizard-scope .comment-time{font-size:.7rem;color:#475569;margin-left:auto}.wizard-scope .comment-delete{background:none;border:none;color:#475569;font-size:1rem;cursor:pointer;padding:0 .2rem;line-height:1}.wizard-scope .comment-delete:hover{color:#f87171}.wizard-scope .comment-body{font-size:.85rem;color:#94a3b8;line-height:1.5;padding-left:1.75rem}.wizard-scope .comment-input-area{display:flex;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid rgba(148,163,184,.1)}.wizard-scope .comment-input{flex:1;padding:.5rem .75rem;background:rgba(15,23,42,.8);border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#e2e8f0;font-size:.85rem}.wizard-scope .comment-input:focus{outline:none;border-color:#8b5cf6}.wizard-scope .comment-send-btn{padding:.5rem 1rem;background:#8b5cf6;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s ease}.wizard-scope .comment-send-btn:hover:not(:disabled){background:#7c3aed}.wizard-scope .comment-send-btn:disabled{opacity:.5;cursor:default}.wizard-scope .activity-feed{max-height:350px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.wizard-scope .activity-item{display:flex;align-items:center;gap:.6rem;padding:.4rem 0}.wizard-scope .activity-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:.7rem;font-weight:700;flex-shrink:0}.wizard-scope .activity-text{flex:1;font-size:.85rem;color:#94a3b8}.wizard-scope .activity-text strong{color:#e2e8f0;font-weight:600}.wizard-scope .activity-time{font-size:.75rem;color:#475569;white-space:nowrap;flex-shrink:0}.wizard-scope .activity-empty,.wizard-scope .activity-loading{color:#64748b;font-size:.85rem;padding:.5rem 0}.wizard-scope .save-progress-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:flex;align-items:center;gap:.4rem;padding:.65rem 1.25rem;background:rgba(59,130,246,.9);color:#fff;border:none;border-radius:24px;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px rgba(59,130,246,.3);transition:all .2s ease;animation:wizard-save-btn-appear .4s ease-out}.wizard-scope .save-progress-btn:hover{background:#3b82f6;transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.4)}@keyframes wizard-save-btn-appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wizard-scope .save-progress-dialog{position:fixed;bottom:4.5rem;right:1.5rem;z-index:101;width:320px;padding:1.25rem;background:rgba(15,23,42,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(148,163,184,.15);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.5);animation:wizard-save-dialog-in .2s ease-out}@keyframes wizard-save-dialog-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wizard-scope .save-progress-text{font-size:.85rem;color:#94a3b8;line-height:1.5;margin-bottom:.75rem}.wizard-scope .save-progress-input{width:100%;padding:.6rem .75rem;background:rgba(15,23,42,.8);border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#e2e8f0;font-size:.9rem;margin-bottom:.5rem}.wizard-scope .save-progress-input:focus{outline:none;border-color:#3b82f6}.wizard-scope .save-progress-error{font-size:.8rem;color:#f87171;margin-bottom:.5rem}.wizard-scope .save-progress-submit{width:100%;padding:.55rem;font-size:.85rem}.wizard-scope .save-progress-success{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.wizard-scope .save-progress-success svg{color:#34d399}.wizard-scope .save-progress-success p{color:#e2e8f0;font-size:.9rem;font-weight:500}.wizard-scope .save-progress-close{background:none;border:1px solid rgba(148,163,184,.2);color:#94a3b8;padding:.35rem 1rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .15s ease}.wizard-scope .save-progress-close:hover{border-color:rgba(148,163,184,.4);color:#e2e8f0}.wizard-scope .save-hydrator-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(10,10,26,.9);backdrop-filter:blur(8px)}.wizard-scope .save-hydrator-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:rgba(15,23,42,.9);border:1px solid rgba(148,163,184,.15);border-radius:16px}.wizard-scope .save-hydrator-card p{color:#94a3b8;font-size:.95rem}.wizard-scope .save-hydrator-spinner{width:32px;height:32px;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:wizard-spin .8s linear infinite}.wizard-scope .dashboard-page{max-width:900px}.wizard-scope .dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.wizard-scope .dashboard-create-btn{padding:.6rem 1.5rem;font-size:.9rem}.wizard-scope .dashboard-section{margin-bottom:2rem}.wizard-scope .dashboard-section-title{font-size:1rem;font-weight:600;color:#94a3b8;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em;background:none;-webkit-text-fill-color:unset}.wizard-scope .dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.wizard-scope .dashboard-card{display:flex;flex-direction:column;gap:.4rem;padding:1rem 1.25rem;background:rgba(15,23,42,.5);border:1px solid rgba(148,163,184,.1);border-radius:10px;text-decoration:none;transition:all .2s ease}.wizard-scope .dashboard-card:hover{border-color:rgba(59,130,246,.3);background:rgba(59,130,246,.05);transform:translateY(-1px)}.wizard-scope .dashboard-card-title{font-size:1rem;font-weight:600;color:#e2e8f0}.wizard-scope .dashboard-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:#64748b}.wizard-scope .dashboard-card-step{font-size:.75rem;color:#60a5fa;font-weight:500}.wizard-scope .dashboard-card-role{padding:.1rem .4rem;background:rgba(139,92,246,.15);border-radius:4px;color:#a78bfa;font-size:.7rem;text-transform:capitalize}.wizard-scope .dashboard-card-time{font-size:.75rem;color:#475569}.wizard-scope .dashboard-empty{padding:1.5rem;background:rgba(15,23,42,.3);border:1px dashed rgba(148,163,184,.15);border-radius:10px;text-align:center;animation:wizard-container-enter .4s cubic-bezier(.22,1,.36,1) both}.wizard-scope .dashboard-empty p{color:#64748b;font-size:.9rem}.wizard-scope .dashboard-loading{display:flex;flex-direction:column;gap:.75rem}.wizard-scope .dashboard-skeleton{height:80px;background:linear-gradient(90deg,rgba(148,163,184,.05) 25%,rgba(148,163,184,.1) 50%,rgba(148,163,184,.05) 75%);background-size:200% 100%;animation:wizard-skeleton-pulse 1.5s ease-in-out infinite;border-radius:10px}@keyframes wizard-skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.wizard-scope .global-search-toggle{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#64748b;cursor:pointer;white-space:nowrap;flex-shrink:0;padding:.45rem .85rem;border:1px solid rgba(148,163,184,.15);border-radius:8px;background:rgba(15,23,42,.5);transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wizard-scope .global-search-toggle:hover{border-color:rgba(59,130,246,.3);color:#94a3b8}.wizard-scope .global-search-toggle:has(input:checked){border-color:rgba(59,130,246,.4);background:rgba(59,130,246,.08);color:#60a5fa}.wizard-scope .global-search-toggle input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid rgba(148,163,184,.25);border-radius:4px;background:rgba(15,23,42,.8);cursor:pointer;position:relative;flex-shrink:0;transition:all .2s ease}.wizard-scope .global-search-toggle input[type=checkbox]:checked{border-color:#3b82f6;background:rgba(59,130,246,.2)}.wizard-scope .global-search-toggle input[type=checkbox]:checked:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.6rem;font-weight:700;color:#60a5fa}.wizard-scope .global-search-results{display:flex;flex-direction:column;gap:1rem;animation:wizard-container-enter .3s ease both}.wizard-scope .global-search-module-group{background:rgba(15,23,42,.5);border:1px solid rgba(148,163,184,.1);border-radius:10px;overflow:hidden;opacity:0;animation:wizard-item-enter .35s cubic-bezier(.22,1,.36,1) both}.wizard-scope .global-search-module-header{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;background:rgba(59,130,246,.06);border-bottom:1px solid rgba(148,163,184,.08);font-weight:600;font-size:.9rem;color:#e2e8f0}.wizard-scope .global-search-module-header .module-nav-icon{width:16px;height:16px;flex-shrink:0;color:#60a5fa}.wizard-scope .global-search-goto{margin-left:auto;background:none;border:1px solid rgba(59,130,246,.3);color:#60a5fa;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.wizard-scope .global-search-goto:hover{background:rgba(59,130,246,.1);border-color:#60a5fa}.wizard-scope .global-search-current{margin-left:auto;font-size:.7rem;font-weight:500;color:#34d399;text-transform:uppercase;letter-spacing:.04em}.wizard-scope .global-search-list{list-style:none;padding:.4rem 0}.wizard-scope .global-search-result{display:flex;align-items:center;gap:.5rem;padding:.35rem .85rem}.wizard-scope .global-search-result-group{font-size:.7rem;color:#64748b;min-width:100px}.wizard-scope .global-search-result-req{font-size:.85rem;color:#cbd5e1}.wizard-scope .global-search-more{padding:.3rem .85rem;font-size:.75rem;color:#64748b;font-style:italic}.wizard-scope :focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.wizard-scope .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wizard-scope .skip-nav{position:absolute;left:-9999px;top:0;z-index:9999;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;font-weight:600;font-size:.9rem;text-decoration:none;border-radius:0 0 8px 0}.wizard-scope .skip-nav:focus{left:0}@keyframes wizard-container-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes wizard-item-enter{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes wizard-step-pulse{0%,to{box-shadow:0 0 12px rgba(59,130,246,.3)}50%{box-shadow:0 0 20px rgba(59,130,246,.55)}}@keyframes wizard-select-pop{0%{transform:scale(1)}40%{transform:scale(1.2)}70%{transform:scale(.95)}to{transform:scale(1)}}@keyframes wizard-btn-enable{0%{opacity:.6;box-shadow:none;transform:scale(.97)}to{opacity:1;box-shadow:0 2px 12px rgba(59,130,246,.25);transform:scale(1)}}@keyframes wizard-hero-enter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes wizard-connector-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes wizard-badge-shimmer{0%,to{background-position:0 0,-200% 0}50%{background-position:0 0,200% 0}}@keyframes wizard-btn-shimmer{0%,75%{left:-100%}to{left:200%}}@keyframes wizard-bar-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes wizard-phase-pop{0%{transform:scale(.85);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes wizard-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes wizard-dialog-in{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes wizard-stat-count{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.wizard-scope .module-item:first-child{animation-delay:.04s}.wizard-scope .module-item:nth-child(2){animation-delay:.08s}.wizard-scope .module-item:nth-child(3){animation-delay:.12s}.wizard-scope .module-item:nth-child(4){animation-delay:.16s}.wizard-scope .module-item:nth-child(5){animation-delay:.2s}.wizard-scope .module-item:nth-child(6){animation-delay:.24s}.wizard-scope .module-item:nth-child(7){animation-delay:.28s}.wizard-scope .module-item:nth-child(8){animation-delay:.32s}.wizard-scope .module-item:nth-child(9){animation-delay:.36s}.wizard-scope .module-item:nth-child(10){animation-delay:.4s}.wizard-scope .module-item:nth-child(11){animation-delay:.44s}.wizard-scope .module-item:nth-child(12){animation-delay:.48s}.wizard-scope .module-item:nth-child(13){animation-delay:.52s}.wizard-scope .module-item:nth-child(14){animation-delay:.56s}.wizard-scope .module-item:nth-child(15){animation-delay:.6s}.wizard-scope .module-item:nth-child(16){animation-delay:.64s}.wizard-scope .module-item:nth-child(n+17){animation-delay:.68s}.wizard-scope .req-card:first-child{animation-delay:.03s}.wizard-scope .req-card:nth-child(2){animation-delay:.06s}.wizard-scope .req-card:nth-child(3){animation-delay:.09s}.wizard-scope .req-card:nth-child(4){animation-delay:.12s}.wizard-scope .req-card:nth-child(5){animation-delay:.15s}.wizard-scope .req-card:nth-child(6){animation-delay:.18s}.wizard-scope .req-card:nth-child(7){animation-delay:.21s}.wizard-scope .req-card:nth-child(8){animation-delay:.24s}.wizard-scope .req-card:nth-child(9){animation-delay:.27s}.wizard-scope .req-card:nth-child(10){animation-delay:.3s}.wizard-scope .req-card:nth-child(n+11){animation-delay:.33s}.wizard-scope .recs-module:first-child{animation-delay:.08s}.wizard-scope .recs-module:nth-child(2){animation-delay:.16s}.wizard-scope .recs-module:nth-child(3){animation-delay:.24s}.wizard-scope .recs-module:nth-child(4){animation-delay:.32s}.wizard-scope .recs-module:nth-child(5){animation-delay:.4s}.wizard-scope .recs-module:nth-child(6){animation-delay:.48s}.wizard-scope .recs-module:nth-child(7){animation-delay:.56s}.wizard-scope .recs-module:nth-child(8){animation-delay:.64s}.wizard-scope .recs-module:nth-child(n+9){animation-delay:.72s}.wizard-scope .recs-stat:first-child{animation-delay:.08s}.wizard-scope .recs-stat:nth-child(2){animation-delay:.16s}.wizard-scope .recs-stat:nth-child(3){animation-delay:.24s}.wizard-scope .recs-stat:nth-child(4){animation-delay:.32s}.wizard-scope .global-search-module-group:first-child{animation-delay:.06s}.wizard-scope .global-search-module-group:nth-child(2){animation-delay:.12s}.wizard-scope .global-search-module-group:nth-child(3){animation-delay:.18s}.wizard-scope .global-search-module-group:nth-child(4){animation-delay:.24s}.wizard-scope .global-search-module-group:nth-child(5){animation-delay:.3s}.wizard-scope .global-search-module-group:nth-child(6){animation-delay:.36s}.wizard-scope .global-search-module-group:nth-child(n+7){animation-delay:.42s}.wizard-scope .presence-user:first-child{animation-delay:.08s}.wizard-scope .presence-user:nth-child(2){animation-delay:.16s}.wizard-scope .presence-user:nth-child(3){animation-delay:.24s}.wizard-scope .presence-user:nth-child(4){animation-delay:.32s}.wizard-scope .presence-user:nth-child(5){animation-delay:.4s}@media (prefers-reduced-motion:reduce){.wizard-scope *,.wizard-scope :after,.wizard-scope :before{animation:none!important;transition-duration:.01ms!important;opacity:1!important}}