.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-icon-failed{animation:none;color:#e53e3e}.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}.readiness-gate-switcher{margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.readiness-gate-switcher-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#718096;font-weight:600;margin-bottom:10px}.readiness-gate-switcher-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.readiness-gate-switcher-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px 14px;font-size:13px;color:#2d3748;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;font-family:inherit}.readiness-gate-switcher-item:hover{background:#edf2f7;border-color:#cbd5e0}.readiness-gate-switcher-item-primary{background:#f4bb19;border-color:#f4bb19;color:#1a1a2e;font-weight:600}.readiness-gate-switcher-item-primary:hover{background:#e0aa14;border-color:#e0aa14}.project-missing-card{background:var(--background-component);border:1px solid var(--border-color);border-radius:12px;padding:48px;max-width:500px;width:90%;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.3);color:var(--font-color)}.project-missing-icon{display:flex;justify-content:center;align-items:center;font-size:64px;color:var(--base-text-secondary);opacity:.6;margin-bottom:24px}.project-missing-title{font-size:24px;color:var(--font-hover);margin:0 0 8px;font-weight:600}.project-missing-name{font-size:18px;color:var(--font-color);margin:0 0 16px;font-weight:500}.project-missing-description{font-size:14px;color:var(--base-text-secondary);margin:0 0 32px;line-height:1.6}.project-missing-switcher{margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color)}.project-missing-switcher-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--base-text-secondary);font-weight:600;margin-bottom:10px}.project-missing-switcher-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.project-missing-switcher-item{background:var(--background-primary);border:1px solid var(--border-color);border-radius:6px;padding:6px 14px;font-size:13px;color:var(--font-color);cursor:pointer;transition:background-color .15s ease,border-color .15s ease;font-family:inherit}.project-missing-switcher-item:hover{background:var(--background-hover);border-color:var(--border-accessible)}.project-missing-switcher-item-primary{background:var(--background-accent);border-color:var(--background-accent);color:var(--background-primary);font-weight:600}.project-missing-switcher-item-primary:hover{background:color-mix(in srgb,var(--background-accent) 85%,#000);border-color:color-mix(in srgb,var(--background-accent) 85%,#000)}.project-missing-home-btn{margin-top:20px;background:none;border:none;font-size:13px;color:var(--base-text-secondary);cursor:pointer;font-family:inherit;text-decoration:underline;padding:0}.project-missing-home-btn:hover{color:var(--font-hover)}