*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#f8fafc;color:#1e293b}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;width:100%;overflow:auto;margin:0;padding:0}.homepage{width:100%;min-height:calc(100vh - 80px);margin:0;padding:0}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2.5rem;height:2.5rem}.logo h1{font-size:1.875rem;font-weight:700;margin:0}.user-info{display:flex;align-items:center;gap:1rem;font-size:.875rem}.nav-buttons{display:flex;align-items:center;gap:.5rem}.nav-buttons .nav-btn{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem .75rem;border-radius:.375rem;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-buttons .nav-btn:hover{background:#fff3;border-color:#ffffff4d;color:#fff;transform:translateY(-1px)}.app-step-auth .nav-btn{background:none!important;border:1px solid rgba(255,255,255,.3)!important;color:#ffffffe6!important}.app-step-auth .nav-btn:hover{background:#ffffff1a!important;border-color:#ffffff80!important;color:#fff!important;transform:translateY(-1px)!important}.user-details{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.user-name{font-weight:500}.tenant-id{font-size:.75rem;opacity:.8;font-family:Courier New,monospace}.tenant-id-full{display:none}.tenant-id:hover .tenant-id-full{display:inline}.app-main{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}.main-content{display:flex;flex-direction:column;gap:2rem}.app-footer{background-color:#f1f5f9;border-top:1px solid #e2e8f0;padding:1.5rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.footer-content p{margin-bottom:1rem;color:#64748b}.footer-links{display:flex;justify-content:center;gap:2rem}.footer-links a{color:#667eea;text-decoration:none;font-size:.875rem}.footer-links a:hover{text-decoration:underline}.error-banner{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#dc2626}.error-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.error-dismiss{margin-left:auto;background:none;border:none;font-size:1.25rem;color:#dc2626;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.spinner{animation:spin 1s linear infinite;width:2rem;height:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:1px solid transparent;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-small{padding:.25rem .75rem;font-size:.75rem}.btn-large{padding:.75rem 1.5rem;font-size:1rem}.btn-primary{background-color:#3b82f6;color:#fff;border-color:#3b82f6;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-primary:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{background-color:#f8fafc;color:#475569;border-color:#e2e8f0;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-secondary:hover:not(:disabled){background-color:#f1f5f9;border-color:#cbd5e1;color:#334155;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.btn-icon{width:1rem;height:1rem}.select-input,.filter-input,.filter-select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;font-size:.875rem;transition:all .15s ease-in-out}.select-input:focus,.filter-input:focus,.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.auth-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.auth-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;max-width:28rem;width:100%}.auth-header{text-align:center;margin-bottom:2rem}.auth-icon{width:3rem;height:3rem;color:#667eea;margin:0 auto 1rem}.auth-header h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.auth-header p{color:#6b7280}.current-tenant{margin-top:1rem;padding:.75rem;background-color:#f3f4f6;border-radius:.5rem;font-size:.875rem}.current-tenant p{margin:.25rem 0;color:#374151}.auth-content{display:flex;flex-direction:column;gap:1.5rem}.auth-info{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;gap:.75rem;padding:1rem;background-color:#f8fafc;border-radius:.5rem}.info-icon{width:1.25rem;height:1.25rem;color:#667eea;flex-shrink:0;margin-top:.125rem}.info-item h4{font-size:.875rem;font-weight:600;margin-bottom:.25rem;color:#374151}.info-item p{font-size:.75rem;color:#6b7280}.required-permissions{padding:1rem;background-color:#fef7f0;border-radius:.5rem;border-left:4px solid #f59e0b}.required-permissions h4{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#92400e}.required-permissions ul{list-style:none;padding:0}.required-permissions li{font-size:.75rem;color:#92400e;position:relative;padding:.125rem 0 .125rem 1rem}.required-permissions li:before{content:"•";position:absolute;left:0;color:#f59e0b}.auth-footer{text-align:center}.disclaimer{font-size:.75rem;color:#6b7280;line-height:1.4}.ms-signin-btn{background:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease;display:flex;justify-content:center;align-items:center;margin:0 auto}.ms-signin-btn:hover{opacity:.8}.ms-signin-btn:disabled{opacity:.5;cursor:not-allowed}.ms-signin-svg{width:auto;height:48px;max-width:100%}.status-panel{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;margin-bottom:2rem}.panel-header{display:flex;justify-content:between;align-items:center;margin-bottom:1.5rem}.panel-header h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.status-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.status-card{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.card-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.tenant-status .card-icon{background-color:#dbeafe}.tenant-status .icon{color:#2563eb;width:1.5rem;height:1.5rem}.selection-status .card-icon{background-color:#f3e8ff}.selection-status .icon{color:#7c3aed;width:1.5rem;height:1.5rem}.deployment-ready .card-icon{background-color:#d1fae5}.deployment-ready .icon.ready{color:#059669;width:1.5rem;height:1.5rem}.deployment-ready .icon.waiting{color:#6b7280;width:1.5rem;height:1.5rem}.card-content{flex:1}.card-value{font-size:1.5rem;font-weight:700;color:#1f2937;line-height:1}.card-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.card-subtitle{font-size:.75rem;color:#6b7280}.quick-stats{display:flex;justify-content:space-around;padding-top:1rem;border-top:1px solid #e5e7eb}.stat-item{text-align:center}.stat-label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.stat-value{font-size:1rem;font-weight:600;color:#1f2937}.stat-value.ready{color:#059669}.stat-value.waiting{color:#d97706}.policy-selector{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem}.selector-header{margin-bottom:2rem}.selector-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.selector-header p{color:#6b7280}.selector-controls{margin-bottom:2rem}.control-row{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.control-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.control-group label{font-size:.875rem;font-weight:500;color:#374151}.load-policies-section{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.load-policies-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.load-policies-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.load-policies-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.load-policies-btn .icon{width:1rem;height:1rem}.load-policies-btn .spinning{animation:spin 1s linear infinite}.load-hint{font-size:.875rem;color:#6b7280;text-align:center;font-style:italic}.filter-row{display:flex;gap:1rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem;position:relative}.filter-icon{width:1rem;height:1rem;color:#6b7280;position:absolute;left:.75rem;pointer-events:none}.filter-input{padding-left:2.5rem;min-width:200px}.filter-select{min-width:150px}.policies-container{margin-bottom:2rem}.loading-policies{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1rem;color:#6b7280}.loading-icon{width:2rem;height:2rem;animation:spin 1s linear infinite}.policy-type-group{margin-bottom:2rem;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.policy-type-header{background-color:#f9fafb;padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.policy-type-header h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.policy-type-stats{display:flex;gap:.5rem}.stat-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.stat-total{background-color:#e5e7eb;color:#374151}.stat-new{background-color:#dbeafe;color:#1e40af}.stat-existing{background-color:#d1fae5;color:#065f46}.policy-list{max-height:400px;overflow-y:auto}.policy-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #f3f4f6;transition:background-color .15s ease-in-out;cursor:pointer}.policy-item:hover{background-color:#f9fafb}.policy-item:last-child{border-bottom:none}.policy-item.selected{background-color:#eff6ff;border-color:#bfdbfe}.policy-checkbox{display:flex;align-items:center}.policy-checkbox input[type=checkbox]{width:1rem;height:1rem;margin:0}.policy-info{flex:1;min-width:0}.policy-name{font-weight:500;color:#1f2937;margin-bottom:.25rem}.policy-details{display:flex;gap:1rem;font-size:.75rem;color:#6b7280;flex-wrap:wrap}.policy-filename{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.policy-alt-name{font-style:italic}.policy-status{flex-shrink:0}.status-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-existing{background-color:#d1fae5;color:#065f46}.status-new{background-color:#fef3c7;color:#92400e}.status-newer-version{background-color:#e0e7ff;color:#3730a3}.status-older-version{background-color:#fef2f2;color:#991b1b}.status-details{font-size:.625rem;margin-top:.125rem;opacity:.8;font-weight:400}.stat-version-mismatch{background-color:#e0e7ff;color:#3730a3}.status-icon{width:.875rem;height:.875rem}.deploy-section{background-color:#f8fafc;border-radius:.5rem;padding:1.5rem;text-align:center;border:2px dashed #d1d5db}.deploy-summary{margin-bottom:1rem}.deploy-summary p{font-size:1rem;color:#374151}.deployment-progress{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem}.progress-header{text-align:center;margin-bottom:2rem}.progress-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.progress-header p{color:#6b7280}.progress-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{text-align:center;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.stat-card.success{background-color:#f0fdf4;border-color:#bbf7d0}.stat-card.error{background-color:#fef2f2;border-color:#fecaca}.stat-card.pending{background-color:#fffbeb;border-color:#fed7aa}.stat-card .stat-value{font-size:2rem;font-weight:700;line-height:1}.stat-card.success .stat-value{color:#16a34a}.stat-card.error .stat-value{color:#dc2626}.stat-card.pending .stat-value{color:#d97706}.stat-card .stat-label{font-size:.875rem;color:#6b7280;margin-top:.5rem}.progress-bar-container{margin-bottom:2rem}.progress-bar{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease-in-out}.progress-text{text-align:center;font-size:.875rem;color:#6b7280}.deployment-list{max-height:600px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.5rem}.deployment-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #f3f4f6}.deployment-item:last-child{border-bottom:none}.deployment-status{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.status-pending{background-color:#fef3c7}.status-icon.success{color:#16a34a;width:1.25rem;height:1.25rem}.status-icon.error{color:#dc2626;width:1.25rem;height:1.25rem}.status-icon.waiting{color:#6b7280;width:1.25rem;height:1.25rem}.deployment-info{flex:1;min-width:0}.deployment-message{font-size:.875rem;margin-top:.25rem}.deployment-message.success{color:#16a34a}.deployment-message.error{color:#dc2626}.deployment-message.pending{color:#d97706}.deployment-time{font-size:.75rem;color:#6b7280;flex-shrink:0}.deployment-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.results-section{margin-top:2rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.user-info{justify-content:center}.app-main{padding:1rem}.control-row,.filter-row{flex-direction:column}.control-group{min-width:auto}.policy-type-header{flex-direction:column;align-items:flex-start;gap:1rem}.policy-type-stats{align-self:stretch;justify-content:space-between}.policy-details{flex-direction:column;gap:.25rem}.deployment-actions{flex-direction:column}.footer-links{flex-direction:column;gap:.5rem}.status-cards{grid-template-columns:1fr}.quick-stats{flex-direction:column;gap:1rem}.progress-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.progress-stats{grid-template-columns:1fr}.stat-card,.deployment-item,.policy-item{padding:.75rem}}.documentation{max-width:1000px;margin:0 auto;padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.documentation-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:1rem}.documentation-header h1{color:#1e293b;font-size:2rem;font-weight:700}.back-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem}.documentation-content{line-height:1.6}.doc-section{margin-bottom:3rem}.doc-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.doc-section h3{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.doc-section p{margin-bottom:1rem;color:#4b5563}.doc-section ul{margin-bottom:1rem;padding-left:1.5rem}.doc-section li{margin-bottom:.5rem;color:#4b5563}.doc-section a{color:#3b82f6;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.doc-section a:hover{text-decoration:underline}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-number{background:#3b82f6;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.step-content h3{margin-top:0;margin-bottom:.5rem;color:#1e293b}.step-content p{margin-bottom:0;color:#4b5563}.faq-item{margin-bottom:2rem;padding:1.5rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc}.faq-item h3{margin-top:0;margin-bottom:1rem;color:#1e293b}.faq-item ul{margin-top:.5rem}.faq-item code{background:#e2e8f0;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem;color:#374151;font-family:Consolas,Monaco,Courier New,monospace}.warning-box{background:#fef3cd;border:1px solid #fbbf24;border-radius:.5rem;padding:1rem;display:flex;gap:.75rem;align-items:flex-start;margin:1rem 0}.warning-box svg{color:#f59e0b;flex-shrink:0;margin-top:.125rem}.warning-box p{margin:0;color:#92400e}.info-box{background:#dbeafe;border:1px solid #3b82f6;border-radius:.5rem;padding:1rem;display:flex;gap:.75rem;align-items:flex-start;margin:1rem 0}.info-box svg{color:#3b82f6;flex-shrink:0;margin-top:.125rem}.info-box p{margin:0;color:#1e40af}.troubleshoot-item{margin-bottom:1.5rem}.troubleshoot-item h3{color:#dc2626;margin-bottom:.75rem}.troubleshoot-item ul{margin-top:.5rem}.tech-info{margin-bottom:1.5rem;padding:1rem;border-left:4px solid #3b82f6;background:#f8fafc}.tech-info h3{margin-top:0;color:#1e293b}.resources{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.resource-item{padding:1.5rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff}.resource-item h3{margin-top:0;margin-bottom:1rem;color:#1e293b}.resource-item ul{margin-top:.5rem}.version-info{background:#f1f5f9;padding:1.5rem;border-radius:.5rem;border:1px solid #cbd5e1}.nav-btn{background:none;border:none;color:#3b82f6;text-decoration:none;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem;border-radius:.25rem;transition:background-color .2s,color .2s}.nav-btn:hover{background:#f1f5f9;color:#2563eb}@media (max-width: 768px){.documentation{padding:1rem;margin:.5rem}.documentation-header{flex-direction:column;align-items:flex-start;gap:.5rem}.documentation-header h1{font-size:1.5rem}.steps{gap:1rem}.step{flex-direction:column;gap:.5rem}.step-number{align-self:flex-start}.resources{grid-template-columns:1fr}.faq-item{padding:1rem}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.deployment-results-modal{width:800px;max-width:90vw}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;color:#1e293b;font-size:1.5rem;font-weight:600}.modal-close{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s}.modal-close:hover{background:#f1f5f9;color:#374151}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0;justify-content:flex-end;background:#f8fafc}.deployment-summary{margin-bottom:2rem}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff}.stat-item.success{border-color:#16a34a;background:#f0fdf4;color:#166534}.stat-item.failure{border-color:#dc2626;background:#fef2f2;color:#991b1b}.stat-item.total{border-color:#3b82f6;background:#eff6ff;color:#1e40af}.stat-number{font-size:2rem;font-weight:700;line-height:1}.stat-label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.deployment-warning{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#fef3cd;border:1px solid #fbbf24;border-radius:.5rem;color:#92400e}.deployment-success{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#dcfce7;border:1px solid #16a34a;border-radius:.5rem;color:#166534}.deployment-results-list h3{margin:0 0 1rem;color:#1e293b;font-size:1.125rem;font-weight:600}.results-container{max-height:400px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:.5rem}.result-item{display:flex;gap:.75rem;padding:1rem;border-bottom:1px solid #e2e8f0;transition:background-color .2s}.result-item:last-child{border-bottom:none}.result-item:hover{background:#f8fafc}.result-item.success .result-icon{color:#16a34a}.result-item.failure .result-icon{color:#dc2626}.result-icon{flex-shrink:0;margin-top:.125rem}.result-content{flex:1;min-width:0}.result-policy{font-weight:600;color:#1e293b;margin-bottom:.25rem;word-break:break-word}.result-message{font-size:.875rem;color:#4b5563;margin-bottom:.25rem}.result-error{font-size:.875rem;color:#dc2626;background:#fef2f2;padding:.5rem;border-radius:.25rem;border-left:3px solid #dc2626;margin-top:.5rem}@media (max-width: 768px){.modal-overlay{padding:.5rem}.deployment-results-modal{width:100%;height:100%;max-height:100vh}.modal-header,.modal-body,.modal-footer{padding:1rem}.summary-stats{grid-template-columns:1fr}.stat-item{flex-direction:row;justify-content:space-between;text-align:left}.stat-number{font-size:1.5rem}.modal-footer{flex-direction:column}.results-container{max-height:300px}}.deployment-progress-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.deployment-progress-modal{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease-out}.progress-header{text-align:center;margin-bottom:1.5rem}.progress-header h3{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.progress-stats{color:#64748b;font-size:.875rem;font-weight:500}.progress-content{margin-bottom:1.5rem}.progress-bar-container{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease;position:relative}.progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-percentage{text-align:center;font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.current-step{text-align:center;color:#3b82f6;font-size:.875rem;margin-bottom:.5rem}.current-policy{text-align:center;color:#64748b;font-size:.75rem;min-height:1.125rem;word-break:break-word}.progress-spinner{text-align:center}.progress-spinner .spinner{width:24px;height:24px;color:#3b82f6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.deployment-progress-modal{margin:1rem;padding:1.5rem}.progress-header h3{font-size:1.125rem}.progress-percentage{font-size:1.25rem}}.wizard-container{max-width:800px;margin:0 auto;padding:2rem;animation:fadeIn .3s ease-in-out}.wizard-header{text-align:center;margin-bottom:2rem}.wizard-header h2{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.wizard-header p{color:#64748b;font-size:1.125rem}.version-info{margin-top:1rem}.version-badge{display:inline-block;background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.deployment-type-options{display:grid;gap:1.5rem;margin-bottom:2rem}.deployment-type-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.deployment-type-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-1px)}.deployment-type-card .card-icon{flex-shrink:0;color:#3b82f6}.deployment-type-card .card-content{flex:1}.deployment-type-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.deployment-type-card p{color:#64748b;margin-bottom:.75rem}.card-features{display:flex;flex-direction:column;gap:.25rem}.card-features span{color:#10b981;font-size:.875rem}.deployment-type-card .card-action{flex-shrink:0;color:#94a3b8}.policy-types-selection{margin-bottom:2rem}.selection-header{display:flex;justify-content:between;align-items:center;margin-bottom:1rem}.selection-header h3{font-size:1.25rem;font-weight:600;color:#1e293b}.select-all{color:#3b82f6;text-decoration:none;font-weight:500}.select-all:hover{text-decoration:underline}.policy-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.policy-type-card{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s ease;position:relative}.policy-type-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.policy-type-card.selected{border-color:#10b981;background:#f0fdfa}.policy-type-card.blue .card-icon{color:#3b82f6}.policy-type-card.red .card-icon{color:#ef4444}.policy-type-card.green .card-icon{color:#10b981}.policy-type-card.orange .card-icon{color:#f97316}.policy-type-card.gray .card-icon{color:#6b7280}.policy-type-card.purple .card-icon{color:#8b5cf6}.policy-type-card.disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.policy-type-card.disabled:hover{transform:none;box-shadow:0 1px 3px #0000001a}.policy-type-card.disabled .card-icon{color:#9ca3af!important}.policy-type-card.disabled h4,.policy-type-card.disabled p{color:#9ca3af}.policy-type-card .card-header{display:flex;justify-content:between;align-items:flex-start;margin-bottom:1rem;position:relative}.coming-soon-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.625rem;font-weight:600;padding:.25rem .5rem;border-radius:.375rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px #0000001a;z-index:1}.policy-type-card .card-check{color:#10b981}.policy-type-card h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.comparison-dashboard{max-width:1200px}.comparison-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem}.stat-card.current{border-left:4px solid #10b981}.stat-card.outdated{border-left:4px solid #f97316}.stat-card.missing{border-left:4px solid #3b82f6}.stat-card.newer{border-left:4px solid #ef4444}.stat-icon{flex-shrink:0}.stat-card.current .stat-icon{color:#10b981}.stat-card.outdated .stat-icon{color:#f97316}.stat-card.missing .stat-icon{color:#3b82f6}.stat-card.newer .stat-icon{color:#ef4444}.stat-number{font-size:2rem;font-weight:700;color:#1e293b}.stat-label{font-size:.875rem;color:#64748b}.filter-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.25rem}.filter-tab{padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-size:.875rem;font-weight:500}.filter-tab:hover{border-color:#3b82f6}.filter-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.policy-comparison-list{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden;margin-bottom:2rem}.policy-comparison-item{display:flex;justify-content:between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.policy-comparison-item:last-child{border-bottom:none}.policy-comparison-item.outdated{background:#fef3e2}.policy-comparison-item.missing{background:#eff6ff}.policy-comparison-item.newer{background:#fef2f2}.policy-info{flex:1}.policy-name{font-weight:500;color:#1e293b;margin-bottom:.25rem}.matched-policy-name{display:flex;flex-direction:column;margin-bottom:.5rem;padding:.5rem;background:#f8fafc;border-radius:.375rem;border-left:3px solid #3b82f6}.matched-label{font-size:.75rem;color:#6b7280;font-weight:500;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.025em}.matched-name{font-size:.875rem;color:#374151;font-weight:500;line-height:1.4}.status-badge{display:inline-block;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.status-badge.current{background:#d1fae5;color:#065f46}.status-badge.outdated{background:#fed7aa;color:#9a3412}.status-badge.missing{background:#dbeafe;color:#1e40af}.status-badge.newer{background:#fecaca;color:#991b1b}.policy-actions{flex-shrink:0}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-text{font-size:.875rem;color:#3b82f6;font-weight:500}.os-policy-section{margin-bottom:2rem}.os-section-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem .75rem 0 0;padding:1rem 1.5rem;margin-bottom:0}.os-section-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.os-section-stats{display:flex;align-items:center;gap:1rem}.os-stat-summary{font-size:.875rem;color:#64748b;font-weight:500}.os-policies{background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 .75rem .75rem;overflow:hidden}.os-policies .policy-comparison-item:first-child{border-top:none}.os-policies .policy-comparison-item:last-child{border-bottom:none}.policy-type-section{border-bottom:1px solid #f1f5f9}.policy-type-section:last-child{border-bottom:none}.policy-type-header{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:.75rem 1.5rem}.policy-type-title{font-size:1rem;font-weight:600;color:#374151;margin:0}.policy-type-count{font-size:.75rem;color:#6b7280;font-weight:500;background:#e5e7eb;padding:.25rem .5rem;border-radius:.375rem}.policy-type-policies{background:#fff}.policy-type-policies .policy-item{border-bottom:1px solid #f9fafb}.policy-type-policies .policy-item:last-child{border-bottom:none}.filtered-policy-selector{position:relative;padding-bottom:5rem}.policies-sections{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden;margin-bottom:2rem}.wizard-navigation{display:flex;justify-content:between;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f5f9}.wizard-navigation .btn-secondary{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;color:#64748b;font-weight:500;padding:.75rem 1.25rem;border-radius:.5rem;transition:all .2s ease}.wizard-navigation .btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;color:#475569;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.wizard-navigation .btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border:1px solid #3b82f6;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #3b82f633}.wizard-navigation .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-refresh{background:linear-gradient(135deg,#10b981,#059669)!important;border-color:#10b981!important;color:#fff!important}.btn-refresh:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857)!important;border-color:#059669!important;box-shadow:0 4px 12px #10b9814d!important}.btn-refresh:disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af)!important;border-color:#d1d5db!important;color:#6b7280!important}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wizard-navigation .btn-secondary svg,.wizard-navigation .btn-primary svg{transition:transform .2s ease}.wizard-navigation .btn-secondary:hover:not(:disabled) svg,.wizard-navigation .btn-primary:hover:not(:disabled) svg{transform:scale(1.1)}.wizard-navigation .btn-secondary:hover:not(:disabled) svg[data-lucide=arrow-left]{transform:translate(-2px) scale(1.1)}.wizard-navigation .btn-primary:hover:not(:disabled) svg[data-lucide=arrow-right]{transform:translate(2px) scale(1.1)}.wizard-footer{text-align:center;margin-top:1rem}.selection-summary{color:#64748b;font-size:.875rem}.wizard-help{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin-bottom:2rem}.help-item{display:flex;align-items:flex-start;gap:.5rem;color:#64748b;font-size:.875rem}.help-item svg{flex-shrink:0;margin-top:.125rem}@media (max-width: 768px){.wizard-container{padding:1rem}.deployment-type-card{flex-direction:column;text-align:center;gap:1rem}.policy-types-grid{grid-template-columns:1fr}.comparison-stats{grid-template-columns:repeat(2,1fr)}.filter-tabs{flex-wrap:wrap}.policy-comparison-item{flex-direction:column;align-items:flex-start;gap:.75rem}.wizard-navigation{flex-direction:column}}@media (max-width: 480px){.comparison-stats{grid-template-columns:1fr}}.comparison-content{min-height:calc(100vh - 200px);padding-bottom:6rem}.comparison-navigation-sticky{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#fffffffa,#fffffff2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #e2e8f0;padding:1rem 2rem;z-index:100;box-shadow:0 -4px 20px #0000001a}.comparison-navigation-sticky .wizard-navigation{max-width:1200px;margin:0 auto;background:none;border:none;padding:0;box-shadow:none}.filtered-policy-selector{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.policies-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:8px}.summary-stat{text-align:center}.stat-label{display:block;font-size:.875rem;color:#64748b;margin-bottom:.25rem}.stat-value{display:block;font-size:1.5rem;font-weight:600;color:#1e293b}.stat-value.new{color:#059669}.stat-value.existing{color:#dc2626}.stat-value.selected{color:#3b82f6}.policies-list{display:flex;flex-direction:column;gap:.75rem}.policy-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.policy-item:hover{border-color:#3b82f6;background-color:#f8fafc}.policy-item.selected{border-color:#3b82f6;background-color:#eff6ff}.policy-details{flex:1}.policy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.policy-name{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.policy-meta{display:flex;gap:.5rem}.policy-type,.policy-os{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;background:#e2e8f0;color:#475569}.policy-os{background:#ddd6fe;color:#7c3aed}.selection-checkbox{width:24px;height:24px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.selection-checkbox.checked{background:#3b82f6;border-color:#3b82f6}.no-policies{text-align:center;padding:3rem 1rem;color:#64748b}.no-policies-icon{margin:0 auto 1rem;color:#cbd5e1}@media (max-width: 768px){.comparison-navigation-sticky{padding:1rem}.comparison-content{padding-bottom:5rem}.policies-summary{grid-template-columns:repeat(2,1fr)}.policy-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.homepage{width:100%;min-height:100vh}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem 6rem;min-height:600px;display:flex;align-items:center;position:relative;margin-top:0}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-highlight{color:#fbbf24}.hero-description{font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-cta{background:#fbbf24;color:#1e293b;border:none;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden;animation:pulse-glow 2s infinite}.hero-cta:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 25px #fbbf244d;animation:none}@keyframes pulse-glow{0%{box-shadow:0 0 #fbbf2466}70%{box-shadow:0 0 0 10px #fbbf2400}to{box-shadow:0 0 #fbbf2400}}.btn-icon-right{margin-left:.5rem;transition:transform .3s ease}.hero-cta:hover .btn-icon-right{transform:translate(4px)}.hero-video{display:flex;justify-content:center}.video-container{width:100%;max-width:500px}.demo-video{width:100%;border-radius:12px;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 25px #0003;transition:all .3s ease}.demo-video:hover{border-color:#ffffff4d;transform:translateY(-4px);box-shadow:0 15px 35px #0000004d}.video-placeholder{background:#ffffff1a;border-radius:12px;aspect-ratio:16 / 9;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-placeholder:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-4px)}.play-icon{width:4rem;height:4rem;margin-bottom:1rem;opacity:.8}.video-overlay h3{font-size:1.5rem;margin-bottom:.5rem}.video-overlay p{opacity:.8;text-align:center}.video-caption{text-align:center;margin-top:1rem;font-size:.875rem;opacity:.7}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;opacity:.8;animation:bounce 2s infinite;cursor:pointer}.scroll-arrow{width:1.5rem;height:1.5rem;margin-bottom:.5rem}.scroll-indicator span{font-size:.875rem;font-weight:500}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.features-section{padding:6rem 2rem;background:#fff}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.section-header p{font-size:1.125rem;color:#64748b}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background:#f8fafc;border-radius:12px;transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{background:#fff;box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.feature-icon{width:3rem;height:3rem;margin:0 auto 1.5rem;color:#3b82f6}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6}.benefits-section{padding:6rem 2rem;background:#f8fafc}.benefits-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.benefits-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b}.benefits-intro{font-size:1.125rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.benefits-list{list-style:none;padding:0}.benefit-item{font-size:1.125rem;margin-bottom:1rem;padding-left:.5rem;color:#374151;line-height:1.6}.reference-section{padding:4rem 2rem;background:#fff;border-top:1px solid #e2e8f0}.reference-content{max-width:800px;margin:0 auto;text-align:center}.reference-text h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.reference-text p{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:1.5rem}.reference-link{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:500;font-size:1.125rem;transition:all .2s ease}.reference-link:hover{color:#2563eb;transform:translateY(-1px)}.link-icon{width:1.125rem;height:1.125rem}.benefits-stats{display:flex;flex-direction:column;gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.stat-number{font-size:2.5rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;text-align:center}.cta-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-content p{font-size:1.125rem;margin-bottom:2.5rem;opacity:.9;line-height:1.7}.cta-button{background:#3b82f6;color:#fff;border:none;margin-bottom:1.5rem}.cta-button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.cta-note{font-size:.875rem;opacity:.7;margin-top:1rem}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.benefits-content{grid-template-columns:1fr;gap:3rem}.benefits-stats{flex-direction:row;justify-content:center}}@media (max-width: 768px){.hero-section{padding:3rem 1rem 4rem;min-height:500px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.hero-actions{justify-content:center}.features-section,.benefits-section,.reference-section,.cta-section{padding:4rem 1rem}.section-header h2,.benefits-text h2,.cta-content h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.benefits-stats{flex-direction:column}.btn-large{width:100%;max-width:300px}.header-content{padding:0 .75rem}.logo h1{font-size:1.5rem}.nav-buttons{gap:.25rem}.nav-btn{padding:.375rem .5rem!important;font-size:.75rem!important}}.global-controls{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem}.global-select-all{background:#fff;border:1px solid #d1d5db;color:#374151;font-weight:500;transition:all .2s ease}.global-select-all:hover{background:#f9fafb;border-color:#9ca3af;color:#1f2937}.selected-count{font-size:.875rem;color:#6b7280;font-weight:500}@media (max-width: 768px){.global-controls{flex-direction:column;gap:.75rem;text-align:center}.global-select-all{width:100%}}
