.readiness-gate-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:var(--background-primary);display:flex;justify-content:center;align-items:center;z-index:99999}.readiness-gate-content{background:#fff;border-radius:12px;padding:48px;max-width:500px;width:90%;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.1)}.readiness-gate-icon{font-size:64px;margin-bottom:24px;animation:spin 2s linear infinite}.readiness-gate-content h1{font-size:24px;color:#1a1a2e;margin:0 0 8px;font-weight:600}.readiness-gate-project-name{font-size:18px;color:#4a5568;margin:0 0 16px;font-weight:500}.readiness-gate-description{font-size:14px;color:#718096;margin:0 0 32px;line-height:1.6}.readiness-gate-progress{margin-bottom:24px}.readiness-gate-progress .progress-item{margin-bottom:16px}.readiness-gate-progress .progress-label{display:block;font-size:12px;color:#4a5568;text-align:left;margin-bottom:6px;font-weight:500}.readiness-gate-progress .progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:4px}.readiness-gate-progress .progress-fill{height:100%;background:linear-gradient(90deg,#4299e1,#667eea);border-radius:4px;transition:width .5s ease}.readiness-gate-progress .progress-text{display:block;font-size:11px;color:#718096;text-align:right}.readiness-gate-pending{background:#f7fafc;border-radius:8px;padding:12px;margin-bottom:24px}.readiness-gate-pending p{font-size:12px;color:#4a5568;margin:0}.readiness-gate-note{font-size:12px;color:#a0aec0;margin:0;font-style:italic}