.startup_screen_wrapper{z-index:999999999;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.startup_screen_wrapper .inner{background-color:var(--card-bg);width:500px;box-shadow:var(--card-shadow);border-radius:.25rem;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;display:flex}@media (max-width:480px){.startup_screen_wrapper .inner{width:90vw;max-width:400px;margin:.3rem;padding:.9rem}}.startup_screen_wrapper .inner .modal_header{text-align:center;width:100%;margin-bottom:2rem}.startup_screen_wrapper .inner .modal_header h2{color:#007bff;margin:0;font-size:1.5rem;font-weight:600}.startup_screen_wrapper .inner .mobile_warning{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;align-items:flex-start;gap:.3rem;width:100%;margin-bottom:.6rem;padding:.3rem;display:flex}.startup_screen_wrapper .inner .mobile_warning .warning_icon{flex-shrink:0;font-size:1.25rem}.startup_screen_wrapper .inner .mobile_warning .warning_content{flex:1}.startup_screen_wrapper .inner .mobile_warning .warning_content h3{color:#856404;margin:0 0 .15rem;font-size:.9rem;font-weight:600}.startup_screen_wrapper .inner .mobile_warning .warning_content p{color:#856404;margin:0;font-size:.8rem;line-height:1.4}.startup_screen_wrapper .inner .startup_theme_toggle{justify-content:center;align-items:center;gap:12px;margin-top:auto;padding-top:1.5rem;padding-bottom:0;display:flex}.startup_screen_wrapper .inner .startup_theme_toggle .theme-label{color:var(--text-primary);font-size:14px;font-weight:500}.startup_screen_wrapper .inner .options_container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.startup_screen_wrapper .inner .options_container .option_button{cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.25rem;font-weight:600;transition:all .3s}.startup_screen_wrapper .inner .options_container .option_button.primary{color:#fff;background-color:#007bff}.startup_screen_wrapper .inner .options_container .option_button.primary:hover{background-color:#0062cc}.startup_screen_wrapper .inner .options_container .option_button.secondary{background-color:var(--btn-secondary-bg);color:var(--text-primary);border:1px solid var(--border)}.startup_screen_wrapper .inner .options_container .option_button.secondary:hover{background-color:#e9ecef}