.toast-container{position:fixed;top:80px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;min-width:320px;max-width:480px;padding:16px 20px;background:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:0 10px 40px #00000080;cursor:pointer;pointer-events:auto;animation:toastSlideIn .3s ease-out}.toast-exit{animation:toastSlideOut .3s ease-in forwards}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast-success{border-left:4px solid #22c55e}.toast-success .toast-icon{color:#22c55e}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-left:4px solid #eab308}.toast-warning .toast-icon{color:#eab308}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-icon{flex-shrink:0}.toast-message{flex:1;font-size:14px;color:#fff;line-height:1.5}.toast-close{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#666;cursor:pointer;transition:all .2s ease}.toast-close:hover{background:#ffffff1a;color:#fff}@media (max-width: 768px){.toast-container{top:60px;right:12px;left:12px}.toast{min-width:auto;max-width:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes successCheck{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes glowPulse{0%,to{box-shadow:0 0 5px #3b82f680}50%{box-shadow:0 0 20px #3b82f6cc}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-in-up{animation:fadeInUp .4s ease-out}.animate-fade-in-down{animation:fadeInDown .4s ease-out}.animate-slide-in-right{animation:slideInRight .4s ease-out}.animate-slide-in-left{animation:slideInLeft .4s ease-out}.animate-scale-in{animation:scaleIn .3s ease-out}.animate-bounce-in{animation:bounceIn .5s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-spin-slow{animation:spin 3s linear infinite}.animate-shimmer{animation:shimmer 2s linear infinite}.animate-shake{animation:shake .5s ease-in-out}.animate-glow-pulse{animation:glowPulse 2s ease-in-out infinite}.hover-scale{transition:transform .2s ease}.hover-scale:hover{transform:scale(1.05)}.hover-scale-sm{transition:transform .2s ease}.hover-scale-sm:hover{transform:scale(1.02)}.hover-scale-lg{transition:transform .2s ease}.hover-scale-lg:hover{transform:scale(1.1)}.hover-lift{transition:all .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.hover-glow{transition:all .3s ease}.hover-glow:hover{box-shadow:0 0 20px #3b82f680}.hover-brighten{transition:filter .2s ease}.hover-brighten:hover{filter:brightness(1.2)}.hover-rotate{transition:transform .3s ease}.hover-rotate:hover{transform:rotate(5deg)}.skeleton{background:linear-gradient(90deg,#1a1a1a,#2a2a2a,#1a1a1a);background-size:200% 100%;animation:shimmer 2s linear infinite;border-radius:8px}.skeleton-text{height:16px;margin-bottom:8px}.skeleton-title{height:24px;width:60%;margin-bottom:12px}.skeleton-avatar{width:40px;height:40px;border-radius:50%}.skeleton-button{height:40px;width:120px;border-radius:8px}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.spinner-sm{width:20px;height:20px;border-width:2px}.spinner-lg{width:60px;height:60px;border-width:6px}.loading-dots{display:flex;gap:8px}.loading-dots span{width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:pulse 1.4s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}.success-checkmark{width:60px;height:60px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;animation:bounceIn .5s ease-out}.success-checkmark svg{width:30px;height:30px;stroke:#fff;stroke-width:3;stroke-dasharray:100;stroke-dashoffset:100;animation:successCheck .5s ease-out .2s forwards}.error-icon{width:60px;height:60px;border-radius:50%;background:#ef4444;display:flex;align-items:center;justify-content:center;animation:shake .5s ease-out}.transition-all{transition:all .3s ease}.transition-fast{transition:all .15s ease}.transition-slow{transition:all .5s ease}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.transition-transform{transition:transform .3s ease}.transition-opacity{transition:opacity .3s ease}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:all .4s ease-out}.page-exit{opacity:1;transform:translateY(0)}.page-exit-active{opacity:0;transform:translateY(-20px);transition:all .3s ease-in}.tooltip{opacity:0;visibility:hidden;transform:translateY(-5px);transition:all .2s ease;pointer-events:none}.tooltip.show,*:hover>.tooltip{opacity:1;visibility:visible;transform:translateY(0)}.stagger-children>*{opacity:0;animation:fadeInUp .4s ease-out forwards}.stagger-children>*:nth-child(1){animation-delay:.05s}.stagger-children>*:nth-child(2){animation-delay:.1s}.stagger-children>*:nth-child(3){animation-delay:.15s}.stagger-children>*:nth-child(4){animation-delay:.2s}.stagger-children>*:nth-child(5){animation-delay:.25s}.stagger-children>*:nth-child(6){animation-delay:.3s}.stagger-children>*:nth-child(7){animation-delay:.35s}.stagger-children>*:nth-child(8){animation-delay:.4s}.focus-ring:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}.focus-ring-inset:focus{outline:none;box-shadow:inset 0 0 0 2px #3b82f680}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 768px){.animate-fade-in-up,.animate-fade-in-down,.animate-slide-in-right,.animate-slide-in-left{animation:fadeIn .2s ease-out}}.loading-skeleton-container{display:flex;flex-direction:column;gap:16px}.skeleton-card{padding:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px}.skeleton-footer{display:flex;gap:12px;margin-top:20px}.skeleton-table-row{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff08;border-radius:8px}.skeleton-list-item{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff08;border-radius:8px}.skeleton-stat{padding:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px}.skeleton-chart{padding:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px}.skeleton-chart-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;height:200px}.skeleton-text-block{display:flex;flex-direction:column;gap:8px}.target-selection{display:flex;flex-direction:column;gap:32px}.step-header{text-align:center}.step-header h2{font-size:24px;font-weight:700;color:#fff;margin:0 0 8px}.step-header p{font-size:14px;color:#9ca3af;margin:0}.input-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.method-button{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#9ca3af;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.method-button:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.method-button.active{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.input-form{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px}.form-group{display:flex;flex-direction:column;gap:12px}.form-group input[type=url],.form-group textarea{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;transition:all .2s ease}.form-group input[type=url]:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-with-button{display:flex;gap:12px}.input-with-button input{flex:1}.add-button{padding:12px 24px;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.file-upload{position:relative}.file-upload input[type=file]{position:absolute;opacity:0;pointer-events:none}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;background:#ffffff08;border:2px dashed rgba(255,255,255,.2);border-radius:12px;color:#9ca3af;cursor:pointer;transition:all .2s ease}.file-upload-label:hover{background:#ffffff0d;border-color:#3b82f6;color:#3b82f6}.file-upload-label span{font-size:14px;font-weight:500}.file-upload-label small{font-size:12px;color:#666}.validation-errors{display:flex;gap:12px;padding:16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#ef4444}.error-message{font-size:13px;line-height:1.5}.target-list{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px}.list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.list-header h3{font-size:16px;font-weight:600;color:#fff;margin:0}.clear-button{padding:8px 16px;background:transparent;border:1px solid #333;border-radius:6px;color:#9ca3af;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-button:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.target-items{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.target-items::-webkit-scrollbar{width:8px}.target-items::-webkit-scrollbar-track{background:transparent}.target-items::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.target-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s ease}.target-item:hover{background:#ffffff0d}.target-url{flex:1;font-size:14px;color:#fff;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-button{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#666;cursor:pointer;transition:all .2s ease}.remove-button:hover{background:#ef44441a;color:#ef4444}@media (max-width: 768px){.input-methods{grid-template-columns:repeat(2,1fr)}.method-button{padding:16px}.input-with-button{flex-direction:column}.add-button{width:100%}}.scan-profile{display:flex;flex-direction:column;gap:32px}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.profile-card{background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;cursor:pointer;transition:all .3s ease;position:relative}.profile-card:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.profile-card.selected{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.profile-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;position:relative}.profile-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:transform .2s ease}.profile-card:hover .profile-icon{transform:scale(1.1)}.profile-info{flex:1}.profile-info h3{font-size:18px;font-weight:700;color:#fff;margin:0 0 8px}.profile-info p{font-size:13px;color:#9ca3af;margin:0;line-height:1.5}.selected-badge{position:absolute;top:0;right:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#3b82f6;border-radius:50%;color:#fff;animation:bounceIn .3s ease-out}.profile-stats{display:flex;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.stat{display:flex;align-items:center;gap:8px;font-size:13px;color:#9ca3af}.stat svg{flex-shrink:0}.profile-features{max-height:0;overflow:hidden;transition:max-height .3s ease}.profile-features.expanded{max-height:400px}.features-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.feature-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#9ca3af}.feature-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.expand-button{width:100%;padding:10px;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#9ca3af;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.expand-button:hover{background:#ffffff0d;border-color:#fff3;color:#fff}.profile-summary{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:24px;animation:fadeInUp .3s ease-out}.summary-header{margin-bottom:16px}.summary-header h3{font-size:16px;font-weight:600;color:#fff;margin:0}.summary-content{display:flex;align-items:center;gap:20px}.summary-icon{flex-shrink:0;width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:12px}.summary-info{flex:1}.summary-info h4{font-size:20px;font-weight:700;color:#fff;margin:0 0 8px}.summary-info p{font-size:14px;color:#9ca3af;margin:0 0 12px}.summary-stats{display:flex;gap:20px}.summary-stats span{display:flex;align-items:center;gap:8px;font-size:13px;color:#9ca3af}@media (max-width: 1024px){.profile-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.profile-grid{grid-template-columns:1fr}.profile-card{padding:20px}.profile-icon{width:48px;height:48px}.summary-content{flex-direction:column;text-align:center}.summary-stats{justify-content:center}}.scanner-selection{display:flex;flex-direction:column;gap:24px}.scanner-controls{display:flex;gap:16px;align-items:center}.search-box{flex:1;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .2s ease}.search-box:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-box input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:14px}.search-box input::-moz-placeholder{color:#666}.search-box input::placeholder{color:#666}.bulk-actions{display:flex;gap:8px}.action-button{padding:10px 16px;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#9ca3af;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.action-button:hover{background:#ffffff0d;border-color:#fff3;color:#fff}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.category-tabs::-webkit-scrollbar{height:4px}.category-tabs::-webkit-scrollbar-track{background:transparent}.category-tabs::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.category-tab{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#9ca3af;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.category-tab:hover{background:#ffffff0d;border-color:#fff3;color:#fff}.category-tab.active{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.category-tab .count{padding:2px 8px;background:#ffffff1a;border-radius:12px;font-size:11px;font-weight:600}.category-tab.active .count{background:#3b82f633;color:#3b82f6}.scanner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.scanner-card{display:flex;gap:16px;padding:20px;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .2s ease}.scanner-card:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.scanner-card.selected{background:#3b82f61a;border-color:#3b82f6}.scanner-checkbox{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:2px solid rgba(255,255,255,.2);border-radius:6px;transition:all .2s ease}.scanner-card.selected .scanner-checkbox{background:#3b82f6;border-color:#3b82f6;color:#fff}.scanner-content{flex:1;min-width:0}.scanner-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.scanner-header h4{font-size:15px;font-weight:600;color:#fff;margin:0}.severity-badge{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.scanner-description{font-size:13px;color:#9ca3af;line-height:1.5;margin:0 0 12px}.owasp-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.owasp-tag{padding:4px 8px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:4px;font-size:11px;color:#a78bfa;white-space:nowrap}.category-badge{display:inline-block;padding:4px 10px;background:#ffffff0d;border-radius:6px;font-size:11px;color:#666;font-weight:500}.selection-summary{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:20px;animation:fadeInUp .3s ease-out}.summary-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#3b82f6}.summary-header h3{font-size:16px;font-weight:600;margin:0}.summary-stats{display:flex;flex-wrap:wrap;gap:20px}.stat-item{display:flex;align-items:center;gap:8px;font-size:14px}.stat-label{color:#9ca3af}.stat-value{color:#fff;font-weight:600}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666}.empty-state p{margin:16px 0 8px;font-size:16px;color:#888}.empty-state small{font-size:13px;color:#666}@media (max-width: 1024px){.scanner-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.scanner-controls{flex-direction:column}.search-box,.bulk-actions{width:100%}.action-button{flex:1}.scanner-grid{grid-template-columns:1fr}.summary-stats{flex-direction:column;gap:12px}}.advanced-options{display:flex;flex-direction:column;gap:32px}.option-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#3b82f6}.section-header h3{font-size:18px;font-weight:600;margin:0}.section-description{font-size:13px;color:#9ca3af;margin:0 0 16px}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-group label{font-size:14px;font-weight:600;color:#fff}.form-group input[type=text],.form-group input[type=password],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;transition:all .2s ease}.form-group input[type=text]:focus,.form-group input[type=password]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;font-family:monospace}.form-group small{font-size:12px;color:#666}.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.checkbox-label span{font-size:14px;font-weight:500;color:#fff}.header-row{display:flex;gap:12px;margin-bottom:12px}.header-row input{flex:1;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;transition:all .2s ease}.header-row input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.header-row input::-moz-placeholder{color:#666}.header-row input::placeholder{color:#666}.exclusion-row{display:flex;gap:12px;margin-bottom:12px}.exclusion-row input{flex:1;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;font-family:monospace;transition:all .2s ease}.exclusion-row input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.exclusion-row input::-moz-placeholder{color:#666}.exclusion-row input::placeholder{color:#666}.add-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:8px;color:#3b82f6;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.add-button:hover{background:#3b82f633;border-color:#3b82f64d}.remove-button{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#666;cursor:pointer;transition:all .2s ease}.remove-button:hover{background:#ef44441a;border-color:#ef444433;color:#ef4444}@media (max-width: 768px){.option-grid{grid-template-columns:1fr}.header-row,.exclusion-row{flex-direction:column}.remove-button{width:100%}}.schedule-notifications{display:flex;flex-direction:column;gap:32px}.schedule-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:20px}.schedule-type{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#9ca3af;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.schedule-type:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.schedule-type.selected{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.notification-channel{margin-bottom:20px}.notification-channel:last-child{margin-bottom:0}.channel-header{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:#fff}.channel-header h4{font-size:15px;font-weight:600;margin:0}.notification-channel input[type=text],.notification-channel input[type=email]{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;transition:all .2s ease}.notification-channel input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.email-input-group{display:flex;gap:12px;margin-bottom:12px}.email-input-group input{flex:1}.add-email-button{padding:12px 24px;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-email-button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.email-list{display:flex;flex-wrap:wrap;gap:8px}.email-tag{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:6px;color:#3b82f6;font-size:13px}.email-tag button{background:none;border:none;color:#3b82f6;font-size:18px;line-height:1;cursor:pointer;padding:0;margin:0;transition:color .2s ease}.email-tag button:hover{color:#ef4444}.alert-conditions{display:flex;flex-direction:column;gap:12px}.condition-checkbox{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:all .2s ease}.condition-checkbox:hover{background:#ffffff0d;border-color:#fff3}.condition-checkbox input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}.condition-content{display:flex;flex-direction:column;gap:4px;flex:1}.condition-label{font-size:14px;font-weight:600;color:#fff}.condition-description{font-size:13px;color:#9ca3af}@media (max-width: 768px){.schedule-types{grid-template-columns:1fr}.email-input-group{flex-direction:column}.add-email-button{width:100%}}.review-launch{display:flex;flex-direction:column;gap:32px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.summary-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;transition:all .2s ease}.summary-card:hover{background:#ffffff0d;transform:translateY(-2px)}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#3b82f6}.card-header h3{flex:1;font-size:16px;font-weight:600;margin:0}.edit-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#9ca3af;cursor:pointer;transition:all .2s ease}.edit-button:hover{background:#3b82f61a;border-color:#3b82f633;color:#3b82f6}.card-content{display:flex;flex-direction:column;gap:12px}.stat-large{font-size:48px;font-weight:700;color:#fff;line-height:1}.stat-medium{font-size:18px;font-weight:600;color:#fff}.stat-label{font-size:14px;color:#9ca3af}.target-preview{display:flex;flex-direction:column;gap:6px;margin-top:8px}.target-item{padding:8px 12px;background:#ffffff0d;border-radius:6px;font-size:12px;color:#9ca3af;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scanner-preview{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.scanner-tag{padding:4px 10px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:4px;font-size:11px;color:#a78bfa;white-space:nowrap}.more-items{padding:4px 10px;background:#ffffff0d;border-radius:4px;font-size:11px;color:#666}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.option-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#ffffff08;border-radius:8px}.option-label{font-size:13px;color:#9ca3af}.option-value{font-size:14px;font-weight:600;color:#fff}.estimate-card{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:12px;padding:24px;display:flex;align-items:center;justify-content:space-between}.estimate-header{display:flex;align-items:center;gap:16px;color:#22c55e}.estimate-header h3{font-size:18px;font-weight:600;margin:0 0 4px}.estimate-header p{font-size:13px;color:#9ca3af;margin:0}.estimate-value{font-size:36px;font-weight:700;color:#22c55e}.template-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px}.template-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.template-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.template-checkbox span{font-size:15px;font-weight:500;color:#fff}.template-input{display:flex;align-items:center;gap:12px;margin-top:16px;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#3b82f6}.template-input input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:14px}.template-input input::-moz-placeholder{color:#666}.template-input input::placeholder{color:#666}.launch-section{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px}.launch-button{display:flex;align-items:center;gap:12px;padding:16px 48px;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #22c55e4d}.launch-button:hover{transform:translateY(-4px);box-shadow:0 8px 30px #22c55e66}.launch-button:active{transform:translateY(-2px)}.launch-note{font-size:13px;color:#9ca3af;margin:0;text-align:center}@media (max-width: 1024px){.summary-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.options-grid{grid-template-columns:1fr}}@media (max-width: 768px){.summary-grid{grid-template-columns:1fr}.estimate-card{flex-direction:column;text-align:center;gap:20px}.launch-button{width:100%;justify-content:center}}.scan-wizard{max-width:1200px;margin:0 auto;padding:24px}.wizard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.wizard-header h1{font-size:28px;font-weight:700;color:#fff;margin:0}.cancel-button{padding:10px 20px;background:transparent;border:1px solid #333;border-radius:8px;color:#9ca3af;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-button:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.wizard-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px;position:relative}.progress-step{display:flex;flex-direction:column;align-items:center;gap:12px;flex:1;position:relative;cursor:pointer;transition:all .2s ease}.progress-step:hover .step-number{transform:scale(1.1)}.step-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#252525;border:2px solid #333;border-radius:50%;color:#666;font-size:18px;font-weight:600;transition:all .3s ease;z-index:2}.progress-step.active .step-number{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 0 20px #3b82f680}.progress-step.completed .step-number{background:#22c55e;border-color:#22c55e;color:#fff}.step-title{font-size:13px;font-weight:500;color:#666;text-align:center;transition:color .2s ease}.progress-step.active .step-title{color:#3b82f6;font-weight:600}.progress-step.completed .step-title{color:#9ca3af}.step-connector{position:absolute;top:24px;left:50%;width:100%;height:2px;background:#333;z-index:1;transition:background .3s ease}.progress-step.completed .step-connector{background:#22c55e}.wizard-content{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px;margin-bottom:32px;min-height:500px}.wizard-navigation{display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-button{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-button.secondary{background:transparent;border:1px solid #333;color:#9ca3af}.nav-button.secondary:hover:not(:disabled){background:#ffffff0d;border-color:#444;color:#fff}.nav-button.secondary:disabled{opacity:.3;cursor:not-allowed}.nav-button.primary{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.nav-button.primary:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 10px 30px #3b82f64d}.nav-button.primary.launch{background:#22c55e;border-color:#22c55e}.nav-button.primary.launch:hover{background:#16a34a;border-color:#16a34a;box-shadow:0 10px 30px #22c55e4d}.step-indicator{font-size:14px;color:#666;font-weight:500}@media (max-width: 1024px){.wizard-progress{overflow-x:auto;padding-bottom:16px}.progress-step{min-width:120px}}@media (max-width: 768px){.scan-wizard{padding:16px}.wizard-header h1{font-size:24px}.wizard-content{padding:24px}.step-title{font-size:11px}.step-number{width:40px;height:40px;font-size:16px}.wizard-navigation{flex-wrap:wrap}.step-indicator{order:-1;width:100%;text-align:center;margin-bottom:12px}}
