:root{--bg-body: #f8fafc;--bg-surface: #ffffff;--bg-elevated: #f8fafc;--bg-sunken: #f1f5f9;--bg-input: #ffffff;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #64748b;--text-faint: #9ca3af;--border-color: #e2e8f0;--border-light: #d1d5db;--toggle-bg: rgba(255,255,255,.1);--toggle-border: rgba(255,255,255,.2);--toggle-hover-bg: rgba(255,255,255,.2)}[data-theme=dark]{--bg-body: #0f172a;--bg-surface: #1e293b;--bg-elevated: #263549;--bg-sunken: #0f172a;--bg-input: #1e293b;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--text-faint: #475569;--border-color: #334155;--border-light: #475569}*,*: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:var(--bg-body);color:var(--text-primary)}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}.policy-status-icon{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:9999px;flex-shrink:0}.policy-status-icon--new{background-color:#dbeafe;color:#2563eb}.policy-status-icon--existing{background-color:#fef3c7;color:#d97706}.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}.loading-policy-types{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:#64748b;font-size:.95rem}.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-card.deploy{border-left:4px solid #8b5cf6}.stat-card.existing{border-left:4px solid #f59e0b}.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-card.deploy .stat-icon{color:#8b5cf6}.stat-card.existing .stat-icon{color:#f59e0b}.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}.match-badge{display:inline-block;padding:.2rem .4rem;border-radius:.25rem;font-size:.65rem;font-weight:600;letter-spacing:.03em;vertical-align:middle;margin-left:.375rem}.match-badge--oibid{background:#ede9fe;color:#5b21b6}.match-badge--name{background:#f1f5f9;color:#64748b}.req-tag{display:inline-block;padding:.15rem .4rem;border-radius:.25rem;font-size:.6rem;font-weight:700;vertical-align:middle;margin-left:.375rem;letter-spacing:.03em;text-transform:uppercase}.req-tag--enterprise{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.req-tag--mde{background:#fce7f3;color:#9d174d;border:1px solid #fbcfe8}.policy-req-tags{display:flex;gap:.25rem;margin-top:.2rem}.policy-actions{display:flex;align-items:center;gap:.5rem;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;border-radius:0;padding:.625rem 1.5rem}.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%}.homepage-section{height:calc(100vh - 80px);min-height:600px;display:flex;flex-direction:column;justify-content:center;position:relative}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0 2rem}.hero-content{max-width:1200px;width:100%;margin:0 auto;padding:3rem 0;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;flex-direction:column;align-items:flex-start;gap:1rem}.hero-cta{background:#fbbf24;color:#1e293b;border:none;font-weight:700;font-size:1.125rem;padding:1rem 2rem;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);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-caption{text-align:center;margin-top:1rem;font-size:.875rem;opacity:.7;color:#fff}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;background:none;border:none;color:#fff;opacity:.75;animation:bounce 2s infinite;cursor:pointer;transition:opacity .2s;gap:.25rem}.scroll-indicator:hover{opacity:1}.scroll-indicator--dark{color:#475569}.scroll-arrow{width:1.5rem;height:1.5rem}.scroll-indicator span{font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-8px)}60%{transform:translate(-50%) translateY(-4px)}}.features-section{padding:3rem 2rem 5rem;background:#fff;justify-content:center}.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.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(3,1fr);gap:1.5rem}.feature-card{text-align:center;padding:2rem 1.5rem;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:2.75rem;height:2.75rem;margin:0 auto 1.25rem;color:#3b82f6}.feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6;font-size:.9375rem}.benefits-section{padding:5rem 2rem;background:#f8fafc;justify-content:center}.benefits-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;width:100%}.benefits-text{text-align:center}.benefits-text h2{font-size:2rem;font-weight:700;margin-bottom:1.25rem;color:#1e293b}.benefits-intro{font-size:1rem;color:#64748b;margin-bottom:1.75rem;line-height:1.7;max-width:720px;margin-left:auto;margin-right:auto}.benefits-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 2rem;text-align:left;max-width:900px;margin:0 auto}.benefit-item{font-size:1rem;padding-left:.5rem;color:#374151;line-height:1.6}.about-section{padding-top:1.5rem;border-top:1px solid #e2e8f0;width:100%}.about-heading{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;text-align:center}.about-intro{font-size:1rem;color:#64748b;line-height:1.7;max-width:760px;margin:0 auto 2rem;text-align:center}.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-pillar{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.pillar-icon{width:2rem;height:2rem;color:#3b82f6;margin:0 auto .75rem}.about-pillar h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.about-pillar p{font-size:.875rem;color:#64748b;line-height:1.6}.benefits-cta-row{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{background:#3b82f6;color:#fff;border:none}.cta-button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.cta-button-secondary{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;border:2px solid #334155;color:#334155;border-radius:.5rem;font-weight:600;transition:all .2s ease}.cta-button-secondary:hover{background:#334155;color:#fff;transform:translateY(-2px)}.cta-note-standalone{text-align:center;font-size:.8125rem;color:#94a3b8;margin:0}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.hero-actions{align-items:center}.features-grid{grid-template-columns:repeat(2,1fr)}.about-pillars{grid-template-columns:1fr}}@media(max-width:768px){.homepage-section{height:auto;min-height:0}.hero-section{padding:0 1rem}.hero-title{font-size:2.25rem}.hero-description{font-size:1rem}.features-section,.benefits-section{padding:4rem 1rem}.section-header h2,.benefits-text h2{font-size:1.75rem}.features-grid,.benefits-list,.about-pillars{grid-template-columns:1fr}.benefits-cta-row{flex-direction:column;align-items:stretch}.cta-button-secondary{justify-content:center}.btn-large{width:100%;max-width:320px}.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%}}[data-theme=dark] .app-footer{background-color:var(--bg-surface);border-top-color:var(--border-color)}[data-theme=dark] .footer-content p{color:var(--text-muted)}[data-theme=dark] .footer-links a{color:#818cf8}[data-theme=dark] .auth-card,[data-theme=dark] .status-panel,[data-theme=dark] .doc-section,[data-theme=dark] .resource-item,[data-theme=dark] .faq-item,[data-theme=dark] .policy-results-modal,[data-theme=dark] .modal-content{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .status-card,[data-theme=dark] .info-item,[data-theme=dark] .current-tenant,[data-theme=dark] .version-info,[data-theme=dark] .tech-info{background-color:var(--bg-elevated);border-color:var(--border-color)}[data-theme=dark] .documentation{background-color:var(--bg-surface)}[data-theme=dark] .documentation-header{border-bottom-color:var(--border-color)}[data-theme=dark] .documentation-header h1,[data-theme=dark] .doc-section h2,[data-theme=dark] .doc-section h3,[data-theme=dark] .faq-item h3,[data-theme=dark] .step-content h3,[data-theme=dark] .resource-item h3,[data-theme=dark] .tech-info h3,[data-theme=dark] .troubleshoot-item h3{color:var(--text-primary)}[data-theme=dark] .doc-section h2{border-bottom-color:var(--border-color)}[data-theme=dark] .doc-section p,[data-theme=dark] .doc-section li,[data-theme=dark] .faq-item p,[data-theme=dark] .faq-item li,[data-theme=dark] .step-content p,[data-theme=dark] .resource-item p,[data-theme=dark] .resource-item li,[data-theme=dark] .troubleshoot-item p,[data-theme=dark] .troubleshoot-item li{color:var(--text-secondary)}[data-theme=dark] .tech-info{border-left-color:#3b82f6}[data-theme=dark] .panel-header h2,[data-theme=dark] .auth-header h2{color:var(--text-primary)}[data-theme=dark] .auth-header p,[data-theme=dark] .info-item h4,[data-theme=dark] .info-item p,[data-theme=dark] .current-tenant p,[data-theme=dark] .disclaimer{color:var(--text-secondary)}[data-theme=dark] .btn-secondary{background-color:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .btn-secondary:hover:not(:disabled){background-color:var(--bg-surface);border-color:var(--border-light);color:var(--text-primary)}[data-theme=dark] .global-controls{background-color:var(--bg-elevated);border-color:var(--border-color)}[data-theme=dark] .selected-count{color:var(--text-muted)}[data-theme=dark] .global-select-all{background-color:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .global-select-all:hover{background-color:var(--bg-surface);border-color:var(--border-light);color:var(--text-primary)}[data-theme=dark] .comparison-navigation-sticky{background:linear-gradient(to top,#0f172afa,#0f172af2);border-top-color:var(--border-color)}[data-theme=dark] .select-input,[data-theme=dark] .filter-input,[data-theme=dark] .filter-select{background-color:var(--bg-input);color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] .select-input:focus,[data-theme=dark] .filter-input:focus,[data-theme=dark] .filter-select:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf826}[data-theme=dark] .error-banner{background-color:#450a0a;border-color:#7f1d1d;color:#fca5a5}[data-theme=dark] .error-dismiss{color:#fca5a5}[data-theme=dark] .warning-box{background-color:#451a03;border-color:#92400e}[data-theme=dark] .warning-box p{color:#fcd34d}[data-theme=dark] .info-box{background-color:#0c1a3a;border-color:#1d4ed8}[data-theme=dark] .info-box p{color:#93c5fd}[data-theme=dark] .required-permissions{background-color:#1c0f00;border-left-color:#d97706}[data-theme=dark] .required-permissions h4,[data-theme=dark] .required-permissions li{color:#fcd34d}[data-theme=dark] .faq-item code{background-color:var(--bg-sunken);color:#a5b4fc;border:1px solid var(--border-color)}[data-theme=dark] .policy-item,[data-theme=dark] .policy-row,[data-theme=dark] .comparison-row{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .policy-item:hover,[data-theme=dark] .policy-row:hover{background-color:var(--bg-elevated)}[data-theme=dark] .stat-card,[data-theme=dark] .summary-card,[data-theme=dark] .type-group,[data-theme=dark] .filter-section,[data-theme=dark] .deployment-section{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .modal-overlay{background-color:#000000b3}[data-theme=dark] .modal-content,[data-theme=dark] .results-modal,[data-theme=dark] .deployment-results-modal{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .modal-header{border-bottom-color:var(--border-color)}[data-theme=dark] .modal-footer{border-top-color:var(--border-color)}[data-theme=dark] .wizard-header h2,[data-theme=dark] .selection-header h3,[data-theme=dark] .deployment-type-card h3,[data-theme=dark] .policy-type-card h4{color:var(--text-primary)}[data-theme=dark] .wizard-header p,[data-theme=dark] .deployment-type-card p,[data-theme=dark] .selection-summary,[data-theme=dark] .loading-policy-types,[data-theme=dark] .help-item{color:var(--text-secondary)}[data-theme=dark] .policy-type-card{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .policy-type-card:hover{border-color:#818cf8;box-shadow:0 4px 12px #818cf833}[data-theme=dark] .policy-type-card.selected{border-color:#10b981;background-color:#052e16}[data-theme=dark] .policy-type-card.disabled{background-color:var(--bg-elevated)}[data-theme=dark] .deployment-type-card{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .deployment-type-card:hover{border-color:#818cf8;box-shadow:0 4px 12px #818cf833}[data-theme=dark] .card-features span{color:#34d399}[data-theme=dark] .deployment-type-card .card-action{color:var(--text-muted)}[data-theme=dark] .stat-card{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .stat-number{color:var(--text-primary)}[data-theme=dark] .stat-label{color:var(--text-muted)}[data-theme=dark] .filter-tab{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=dark] .filter-tab:hover{border-color:#818cf8;color:var(--text-primary)}[data-theme=dark] .filter-tab.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}[data-theme=dark] .policy-comparison-list,[data-theme=dark] .policies-sections{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .policy-comparison-item{border-bottom-color:var(--border-color)}[data-theme=dark] .policy-comparison-item.outdated{background-color:#2d1700}[data-theme=dark] .policy-comparison-item.missing{background-color:#0c1a3a}[data-theme=dark] .policy-comparison-item.newer{background-color:#2d0a0a}[data-theme=dark] .policy-name{color:var(--text-primary)}[data-theme=dark] .matched-policy-name{background-color:var(--bg-elevated);border-left-color:#818cf8}[data-theme=dark] .matched-label{color:var(--text-muted)}[data-theme=dark] .matched-name{color:var(--text-secondary)}[data-theme=dark] .os-section-header{background:linear-gradient(135deg,var(--bg-elevated) 0%,var(--bg-surface) 100%);border-color:var(--border-color)}[data-theme=dark] .os-section-title{color:var(--text-primary)}[data-theme=dark] .os-stat-summary{color:var(--text-muted)}[data-theme=dark] .os-policies{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .policy-type-section{border-bottom-color:var(--border-color)}[data-theme=dark] .policy-type-header{background-color:var(--bg-elevated);border-bottom-color:var(--border-color)}[data-theme=dark] .policy-type-title{color:var(--text-primary)}[data-theme=dark] .policy-type-count{background-color:var(--bg-sunken);color:var(--text-muted)}[data-theme=dark] .policy-type-policies{background-color:var(--bg-surface)}[data-theme=dark] .policy-type-policies .policy-item{border-bottom-color:var(--border-color)}[data-theme=dark] .wizard-navigation{border-top-color:var(--border-color)}[data-theme=dark] .wizard-navigation .btn-secondary{background:var(--bg-elevated);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=dark] .wizard-navigation .btn-secondary:hover:not(:disabled){background:var(--bg-surface);border-color:var(--border-light);color:var(--text-primary)}[data-theme=dark] .wizard-help{background-color:var(--bg-elevated);border-color:var(--border-color)}[data-theme=dark] .req-tag--enterprise{background-color:#1e3a5f;color:#93c5fd;border-color:#1d4ed8}[data-theme=dark] .req-tag--mde{background-color:#4a0e2f;color:#f9a8d4;border-color:#9d174d}[data-theme=dark] .features-section{background-color:var(--bg-surface)}[data-theme=dark] .section-header h2{color:var(--text-primary)}[data-theme=dark] .section-header p{color:var(--text-secondary)}[data-theme=dark] .feature-card{background-color:var(--bg-elevated);border-color:var(--border-color)}[data-theme=dark] .feature-card:hover{background-color:var(--bg-surface);box-shadow:0 10px 25px #0006}[data-theme=dark] .feature-card h3{color:var(--text-primary)}[data-theme=dark] .feature-card p{color:var(--text-secondary)}[data-theme=dark] .benefits-section{background-color:var(--bg-sunken)}[data-theme=dark] .benefits-text h2{color:var(--text-primary)}[data-theme=dark] .benefits-intro,[data-theme=dark] .benefit-item{color:var(--text-secondary)}[data-theme=dark] .about-section{border-top-color:var(--border-color)}[data-theme=dark] .about-heading{color:var(--text-primary)}[data-theme=dark] .about-intro{color:var(--text-secondary)}[data-theme=dark] .about-pillar{background-color:var(--bg-elevated);border-color:var(--border-color)}[data-theme=dark] .about-pillar h4{color:var(--text-primary)}[data-theme=dark] .about-pillar p{color:var(--text-secondary)}[data-theme=dark] .cta-button-secondary{border-color:var(--border-light);color:var(--text-secondary)}[data-theme=dark] .cta-button-secondary:hover{background-color:var(--bg-elevated);color:var(--text-primary)}[data-theme=dark] .cta-note-standalone,[data-theme=dark] .scroll-indicator--dark{color:var(--text-muted)}[data-theme=dark] .video-caption{color:#fff9}[data-theme=dark] .hero-actions .btn-outline{border-color:#ffffffb3;color:#ffffffe6;background-color:#ffffff14}[data-theme=dark] .hero-actions .btn-outline:hover{background-color:#ffffff2e;border-color:#fff;color:#fff}[data-theme=dark] .match-badge--oibid{background-color:#2e1065;color:#c4b5fd}[data-theme=dark] .match-badge--name{background-color:var(--bg-elevated);color:var(--text-muted)}[data-theme=dark] .status-badge.current{background-color:#052e16;color:#34d399}[data-theme=dark] .status-badge.outdated{background-color:#2d1700;color:#fb923c}[data-theme=dark] .status-badge.missing{background-color:#0c1a3a;color:#93c5fd}[data-theme=dark] .status-badge.newer{background-color:#2d0a0a;color:#fca5a5}.dark-mode-toggle{display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:2.25rem;height:2.25rem}.dark-mode-toggle:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}[data-theme=dark] ::-webkit-scrollbar{background-color:var(--bg-body)}[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:var(--border-light);border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-track{background-color:var(--bg-body)}
