body{font-family:Inter,sans-serif;background-color:#1a202c;color:#e2e8f0;margin:0;overflow-y:auto;padding:1rem 0;display:flex;justify-content:center;align-items:center;min-height:100vh}.page{display:none;width:100%;max-width:900px;box-sizing:border-box;margin:0 auto}.page.active{display:flex;flex-direction:column;align-items:center}.game-container{background-color:#2d3748;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:1.5rem;display:flex;flex-direction:column;align-items:center;width:100%;max-width:900px;box-sizing:border-box;margin:0 auto}#canonGameCanvas{background-color:#2d3748;border:2px solid #4a5568;border-radius:.75rem;box-shadow:inset 0 0 10px #00000080;width:100%;max-width:500px;height:400px}.start-button{background-color:#059669;color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .2s ease-in-out;outline:none}.start-button:hover{background-color:#047857}.start-button:focus{box-shadow:0 0 0 3px #4ade8080}.reset-button{background-color:#2563eb;color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .2s ease-in-out;outline:none}.reset-button:hover{background-color:#1d4ed8}.reset-button:focus{box-shadow:0 0 0 3px #60a5fa80}.button-group{padding:10px;margin-bottom:1rem;width:100%;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.message-box{background-color:#92400e;color:#fef3c7;padding:.75rem;border-radius:.375rem;text-align:center;font-size:.875rem;margin-top:1rem;min-height:40px;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.next-button{background-color:#2563eb;color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .2s ease-in-out;outline:none;font-size:1.2rem;margin-top:1.5rem}.next-button:hover{background-color:#1d4ed8}.next-button:focus{box-shadow:0 0 0 3px #60a5fa80}.stock-list{list-style:none;padding:0 10px 0 0;margin-top:1.5rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-height:350px;overflow-y:auto;width:100%}.stock-list li{background-color:#3b4a6b;border:2px solid #4a5568;border-radius:.75rem;padding:.75rem;width:140px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 4px 6px #0000001a;position:relative;top:0;left:0}.stock-list li:hover{transform:translateY(-3px);box-shadow:0 6px 10px #0003;border-color:#63b3ed}.stock-list li.selected-stock{border-color:#fcd34d;background-color:#4299e1;color:#fff;transform:scale(1.03);box-shadow:0 8px 12px #0000004d}.stock-list li.selected-stock .positive,.stock-list li.selected-stock .negative{color:inherit}.stock-logo-placeholder{width:30px;height:30px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:.5rem;color:#a0aec0;position:absolute;top:8px;left:8px}.splash-page-content{background-color:#2d3748;padding:2rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;text-align:center;max-width:600px;width:100%}.splash-page-content h1{font-size:3rem;font-weight:800;color:#60a5fa;margin-bottom:1.5rem;text-shadow:0 0 10px rgba(96,165,250,.5)}.splash-page-content p{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem}.splash-page-content .start-game-button{background-color:#22c55e;color:#fff;font-weight:700;padding:1rem 2rem;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease-in-out;outline:none;font-size:1.5rem;letter-spacing:.05em}.splash-page-content .start-game-button:hover{background-color:#16a34a}.splash-page-content .start-game-button:focus{box-shadow:0 0 0 4px #4ade80bf}.game-mode-selection{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem}.game-mode-selection label{font-size:1.125rem;font-weight:600;color:#e2e8f0}.game-mode-selection input[type=radio]{height:1.25rem;width:1.25rem;color:#2563eb}.acct-profile-content{background-color:#2d3748;padding:2rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center}.acct-profile-header{width:100%;text-align:center;margin-bottom:1.5rem}.acct-profile-header h1{font-size:2.25rem;font-weight:800;color:#a78bfa;margin-bottom:.5rem;text-shadow:0 0 8px rgba(167,139,250,.5)}.acct-profile-header p{font-size:1.125rem;color:#d1d5db}.acct-profile-main{display:flex;width:100%;justify-content:space-between;flex-direction:column;align-items:center}@media (min-width: 768px){.acct-profile-main{flex-direction:row;align-items:flex-start}}.acct-profile-left{flex-shrink:0;width:auto;display:flex;flex-direction:column;align-items:flex-start;padding-right:1rem;margin-bottom:.5rem}@media (min-width: 768px){.acct-profile-left{width:200px;margin-bottom:0}}.acct-profile-middle{flex-grow:1;width:100%;max-width:600px;text-align:center}.acct-profile-middle h2{font-size:1.5rem;font-weight:700;color:#e2e8f0;margin-bottom:1rem}.enter-game-link{color:#60a5fa;text-decoration:underline;font-size:1.125rem;font-weight:600;transition:color .2s ease-in-out;margin-bottom:.5rem}.enter-game-link:hover{color:#bfdbfe}.all-stocks-list{list-style:none;padding:0 10px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-height:400px;overflow-y:auto;margin-top:1rem}.all-stocks-list li{background-color:#3b4a6b;border:2px solid #4a5568;border-radius:.75rem;padding:.75rem;width:140px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;position:relative;top:0;left:0;cursor:pointer}.all-stocks-list li:hover{transform:translateY(-3px);box-shadow:0 6px 10px #0003;border-color:#63b3ed}.all-stocks-list li.selected-stock{border-color:#fcd34d;background-color:#4299e1;color:#fff;transform:scale(1.03);box-shadow:0 8px 12px #0000004d}.all-stocks-list li.selected-stock .positive,.all-stocks-list li.selected-stock .negative{color:inherit}.all-stocks-list li .stock-ticker{font-weight:700;font-size:.9rem;margin-top:.5rem}.all-stocks-list li .stock-performance{font-size:.8rem}.positive{color:#48bb78}.negative{color:#fc8181}.back-button{background-color:#4b5563;color:#fff;font-weight:700;padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .2s ease-in-out;outline:none;margin-top:1rem;align-self:flex-start;margin-left:1rem}.back-button:hover{background-color:#374151}.back-button:focus{box-shadow:0 0 0 3px #9ca3afbf}.shop-page-content{background-color:#2d3748;padding:2rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;text-align:center;max-width:900px;width:100%;height:auto}.shop-page-content h1{font-size:2.25rem;font-weight:800;color:#fcd34d;margin-bottom:1.5rem;text-shadow:0 0 8px rgba(252,211,77,.5)}.shop-page-content p{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem}.shop-page-content .shop-stocks-list{list-style:none;padding:0 10px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-height:500px;overflow-y:auto}.shop-stocks-list li{background-color:#3b4a6b;border:2px solid #4a5568;border-radius:.75rem;padding:.75rem;width:140px;height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;position:relative;top:0;left:0}.shop-stocks-list li .stock-price{font-size:1.125rem;font-weight:700;color:#6ee7b7;margin-top:.25rem;cursor:pointer}.shop-stocks-list li .stock-price:hover{text-decoration:underline}.shop-stocks-list li .stock-points{font-size:1rem;font-weight:600;color:#fcd34d;margin-top:.25rem}.home-page-content{background-color:#2d3748;padding:2rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:700px;width:100%}.home-page-header{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;gap:1rem}.home-page-header h1{font-size:3.75rem;font-weight:800;color:#4ade80;text-shadow:0 0 15px rgba(74,222,128,.6)}.finimmerse-logo{height:80px;width:auto;border-radius:50%;box-shadow:0 0 10px #4ade8066}.home-page-sections{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}@media (min-width: 640px){.home-page-sections{flex-direction:row;justify-content:space-around}}.login-section,.acct-creation-section{background-color:#4b5563;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;flex:1;min-width:280px}.modal-overlay{background-color:#000000bf;display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.modal-content{background-color:#2d3748;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 20px #00000080;max-width:500px;width:90%}.modal-content h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.modal-content p{color:#d1d5db;margin-bottom:1.5rem}.modal-overlay.visible{display:flex}#canonStockChoiceList{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-height:300px;overflow-y:auto;margin-bottom:1.5rem}#canonStockChoiceList li{background-color:#3b4a6b;border:2px solid #4a5568;border-radius:.75rem;padding:.75rem;width:140px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 4px 6px #0000001a;position:relative}#canonStockChoiceList li:hover{transform:translateY(-3px);box-shadow:0 6px 10px #0003;border-color:#63b3ed}#canonStockChoiceList li.selected-stock{border-color:#fcd34d;background-color:#4299e1;color:#fff;transform:scale(1.03)}.canon-stock-choice-modal-content .button-group{flex-direction:row;gap:1rem}#appMessageBox{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:1rem 1.5rem;border-radius:.5rem;color:#fff;z-index:2000;text-align:center;box-shadow:0 4px 6px #0003;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none}#appMessageBox.visible{opacity:1}#appMessageBox.success{background-color:#2f855a}#appMessageBox.error{background-color:#c53030}#appMessageBox.info{background-color:#2b6cb0}html{background-color:#02041b}body{font-family:Rajdhani,sans-serif;color:#e2e8f0;margin:0;padding:1rem 0;display:flex;justify-content:center;align-items:center;min-height:100vh;position:relative;isolation:isolate}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;background:linear-gradient(-45deg,#4f0394,#0f082e,#037ade,#2d1b5a);background-size:300% 300%;animation:gradient-sweep 10s ease-in-out infinite}@keyframes gradient-sweep{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;border:none;border-radius:8px;cursor:pointer;text-align:center;text-decoration:none;transition:background-color .3s ease,box-shadow .3s ease,transform .2s ease}.btn-primary{background-color:#3b82f6}.btn-primary:hover{background-color:#2563eb;transform:translateY(-2px)}.btn-secondary{background-color:#64748b}.btn-secondary:hover{background-color:#475569;transform:translateY(-2px)}.btn-large-action{padding:1.5rem 4rem;font-size:2rem;background-color:#7b1fa2;box-shadow:0 0 10px #7b1fa280}.btn-large-action:hover{background-color:#39ff14;box-shadow:0 0 15px #39ff14,0 0 25px #39ff14,0 0 40px #39ff1499;transform:translateY(-3px)}.btn:disabled{background-color:#334155;color:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.home-page-header h1{color:#0ff;font-size:7rem;font-weight:800;text-shadow:0 0 10px #00FFFF,0 0 20px #00FFFF,0 0 30px #00FFFF,0 0 40px #00FFFF;transition:text-shadow .3s ease-in-out}.home-page-header h1:hover{text-shadow:0 0 15px #00FFFF,0 0 30px #00FFFF,0 0 45px #00FFFF,0 0 60px #00FFFF,0 0 75px rgba(0,255,255,.5)}.home-page-content p{color:#94a3b8;font-size:1.125rem;margin-bottom:2rem}.acct-profile-content{max-width:1100px;width:100%;margin:2rem auto;padding:2rem;box-sizing:border-box;background-color:#0a142d80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(3,201,222,.7);border-radius:12px;box-shadow:0 0 25px #03c9de33}.acct-profile-header{text-align:center;margin-bottom:2rem}.acct-profile-header h1{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.acct-profile-header p{color:#9ca3af}.acct-profile-main{display:grid;grid-template-columns:1fr 3fr;gap:2rem;align-items:start;width:100%}.acct-profile-left{display:flex;flex-direction:column;gap:1rem}.acct-profile-middle h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.shop-page-content{max-width:1100px;margin:2rem auto;padding:2rem;box-sizing:border-box;background-color:#0a142d80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(3,201,222,.7);border-radius:12px;box-shadow:0 0 25px #03c9de33}.shop-page-content h1{font-size:2.25rem;font-weight:700;text-align:center}.shop-page-content p{text-align:center;color:#9ca3af;margin-bottom:2rem}.category-title{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;border-bottom:1px solid #4a5568;padding-bottom:.5rem}#gameLoadingPage{display:flex;flex-direction:column;align-items:center;justify-content:space-around;width:100%;min-height:100vh;padding:2rem;box-sizing:border-box;font-family:"monospace";color:#fff;background-color:#0a142d80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}#gameLoadingPage p{letter-spacing:2px}#gameLoadingPage img{width:90%;max-width:650px;height:auto;object-fit:contain}#racingGameSplashPage .splash-page-content{max-width:800px;margin:5rem auto 0;padding:2.5rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background-color:#0a142d80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(3,201,222,.7);border-radius:12px;box-shadow:0 0 25px #03c9de33}#racingGameSplashPage h1{font-size:3rem;font-weight:700}#racingGameSplashPage p{font-size:1.25rem;color:#d1d5db;margin-top:1rem;margin-bottom:1.5rem}#racingGamePage{display:flex;flex-direction:column;align-items:center;padding:20px;max-width:1200px;margin:0 auto}#racingGamePage>h1{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}#chartsArea{display:flex;justify-content:space-around;width:100%;margin-bottom:20px;flex-wrap:wrap;gap:10px}#chartsArea .chart-container{flex:1 1 23%;text-align:center;min-width:200px}.chart-container p:first-of-type{font-size:1.125rem;font-weight:700;color:#fff}.chart-container p.ticker-name{font-size:.875rem;font-weight:600;color:#9ca3af;margin-bottom:.25rem;height:1.25rem}.chart-canvas-wrapper{border:1px solid grey;width:100%;height:150px}.chart-canvas-wrapper canvas{width:100%;height:100%;display:block}#raceTrackArea{border:1px solid #777;width:1200px;height:450px;position:relative;background-color:#000;overflow:hidden}#raceTrackArea canvas{width:100%;height:100%;display:block}#raceControlsArea{display:flex;justify-content:center;gap:15px;width:100%;max-width:1200px;margin-top:20px}.stock-card{list-style:none;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem 1rem;border-radius:12px;margin-bottom:20px;position:relative;overflow:hidden;background:radial-gradient(circle,rgba(3,201,222,.05) 1px,transparent 1px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%231a2849' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.99-7.5L26 15v18.5l-13 7.5L0 33.5V15z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),linear-gradient(145deg,#1f2937,#111827);border:2px solid #374151;box-shadow:0 4px 15px #0006;transition:all .2s ease-in-out;cursor:pointer;min-height:180px}.stock-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 25px #0009;border-color:#63b3ed}.stock-card .stock-logo-placeholder{font-size:30px;line-height:1;margin-bottom:.5rem;color:#fcd34d;text-shadow:0 0 8px rgba(252,211,77,.5)}.stock-card .stock-info-container{margin-bottom:.75rem}.stock-card .stock-ticker{font-size:16px;font-weight:700;color:#e2e8f0;letter-spacing:.05em}.stock-card .stock-name{font-size:1rem;color:#a0aec0;margin-top:.25rem}.stock-card .stock-price{font-size:18px;font-weight:700;margin-top:.5rem;margin-bottom:1rem;padding:.4rem .8rem;border-radius:6px;min-width:120px;transition:background-color .4s ease-out,color .4s ease-out,text-shadow .4s ease-out;text-shadow:0 0 8px currentColor}.stock-price.price-up{background-color:#34d39966;color:#4ade80}.stock-price.price-down{background-color:#ef444466;color:#f87171}.stock-card .trend-indicator{position:absolute;bottom:10px;left:50%;transform:translate(-50%) translateY(5px);font-size:.75rem;padding:4px 8px;border-radius:4px;background-color:#000c;color:#fff;white-space:nowrap;z-index:10;pointer-events:none;opacity:0;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.stock-card:hover .trend-indicator{opacity:1;transform:translate(-50%) translateY(0)}.stock-card--draggable{flex-direction:row;justify-content:flex-start;padding:.75rem 1rem;text-align:left;background:#2d3748;border:1px solid #4a5568;min-height:auto;cursor:grab}.stock-card--draggable:hover{transform:none;box-shadow:none;background-color:#4a5568;border-color:#63b3ed}.stock-card--draggable:active{cursor:grabbing}.stock-card--draggable .stock-logo-placeholder{font-size:1.5rem;margin-bottom:0}.stock-card--draggable .stock-info-container{margin-bottom:0}.stock-card--draggable .stock-name{display:none}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{width:90%;max-width:800px;background-color:#2d3748;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;align-items:center;padding:2rem;color:#e2e8f0}.modal-content h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.modal-content p{color:#cbd5e1}.modal-controls{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.tally-screen h2{font-size:3rem;font-weight:700;color:#4ade80;text-shadow:0 0 10px #4ade80}.tally-screen p{font-size:1.5rem;margin:.5rem 0}.powerup-swap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0;width:100%;max-width:600px}.powerup-swap-item{border:2px solid #4a5568;padding:1rem;border-radius:8px;text-align:center;cursor:pointer;transition:all .2s}.powerup-swap-item.selected{border-color:#34d399;background-color:#34d39933;box-shadow:0 0 10px #34d39980}.powerup-swap-item.disabled{opacity:.5;cursor:not-allowed;background-color:#2d3748}.powerup-swap-icon svg{width:40px;height:40px;stroke-width:1.5;margin:0 auto}.powerup-swap-name{margin-top:.5rem;font-weight:700}.assigned-swap-stock{font-size:.8rem;color:#a0aec0;margin-top:.25rem;min-height:1.2rem}.outlook-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background-color:#1e293bf2;color:#e2e8f0;padding:.8rem 1.2rem;border-radius:8px;width:280px;font-size:.9rem;line-height:1.4;text-align:left;z-index:1001;box-shadow:0 4px 15px #00000080;pointer-events:none}.outlook-tooltip p{margin:0 0 .5rem}.outlook-tooltip p:last-child{margin-bottom:0}#stockAssignmentPageWrapper{background-color:transparent}#stockAssignmentPage{display:flex;flex-direction:row;gap:2rem;padding:2rem;width:100%;height:100vh;box-sizing:border-box;color:#d1d5db}.asset-list-panel{flex:0 0 300px;display:flex;flex-direction:column;height:calc(100vh - 4rem);padding:1.5rem;box-sizing:border-box;background-color:#0a142d80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(3,201,222,.7);border-radius:12px;box-shadow:0 0 25px #03c9de33}.asset-list-panel h2{flex-shrink:0;font-size:1.5rem;font-weight:700}.asset-list-panel p{flex-shrink:0;color:#9ca3af;margin-bottom:1rem}.asset-list-scroll-container{overflow-y:auto;flex-grow:1}.assignment-main-panel{flex:1;display:flex;flex-direction:column;min-width:0;overflow-y:auto;padding:1.5rem;box-sizing:border-box;background-color:#0a142d80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(3,201,222,.7);border-radius:12px;box-shadow:0 0 25px #03c9de33}.assignment-main-panel h1{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.assignment-main-panel>p{color:#9ca3af;margin-bottom:1.5rem}.power-up-grid{display:flex;flex-wrap:wrap;gap:1.5rem;align-content:flex-start}.power-up-slot{background-color:#1a202c;border:2px dashed #4a5568;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;transition:border-color .2s,background-color .2s;min-height:200px;flex:1 1 210px}.power-up-slot:hover{border-color:#03c9de;background-color:#2d3748;box-shadow:0 0 30px #03c9de99}.power-up-header{margin-bottom:1rem}.power-up-icon svg{width:48px;height:48px;stroke-width:1.5}.power-up-name{font-size:1.1rem;font-weight:700;color:#a0aec0}.empty-assignment-text{color:#718096;font-style:italic;margin-top:auto;padding-bottom:1rem}.assigned-stock-display{background-color:#4a5568;color:#e2e8f0;padding:.75rem 1rem;border-radius:6px;cursor:grab;border:1px solid #718096;display:flex;align-items:center;gap:.75rem;width:90%;justify-content:center;margin-top:auto}.assigned-stock-display:active{cursor:grabbing}.assigned-stock-icon{font-size:1.25rem}.assigned-stock-ticker{font-weight:500;font-size:.9rem}.assignment-controls{margin-top:1.5rem;padding-top:1.5rem;display:flex;justify-content:center;gap:1.5rem;flex-shrink:0}.market-movers-panel{background-color:#1e293bcc;border-radius:8px;padding:1.5rem;grid-column:1 / span 2;display:flex;justify-content:space-around;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.market-movers-panel h2{width:100%;text-align:center;font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.market-movers-panel h3{font-size:1.1rem;font-weight:500;color:#94a3b8;margin-top:1rem;margin-bottom:.5rem;border-bottom:1px solid #4a5568;padding-bottom:.5rem}.market-movers-panel>div{flex:1;min-width:250px;text-align:center}.market-movers-list{list-style-type:none;padding:0}.market-movers-list li{display:flex;justify-content:space-between;align-items:center;padding:.5rem .25rem;border-radius:4px}.market-movers-list li:nth-child(odd){background-color:#0000001a}.market-movers-list .gainer-change{color:#4ade80;font-weight:600}.market-movers-list .loser-change{color:#f87171;font-weight:600}.game-mode-selection{display:flex;gap:1rem}.game-mode-selection label{display:inline-flex;align-items:center;background-color:#2d3748;border:2px solid #4a5568;border-radius:8px;padding:.75rem 1.25rem;cursor:pointer;transition:all .2s ease;font-size:1.1rem;font-weight:500;color:#e2e8f0;position:relative}.game-mode-selection label:hover{background-color:#39ff1433;border-color:#39ff14;box-shadow:0 0 10px #39ff1480}.game-mode-selection input[type=radio]{margin-right:.5rem}@keyframes empReadyPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.05);opacity:.8}to{transform:translate(-50%,-50%) scale(1);opacity:1}}#empMeterContainer{position:absolute;top:20px;right:20px;width:200px;height:30px;background-color:#1a202c;border:2px solid #00FFFF;border-radius:5px;overflow:hidden;box-shadow:0 0 15px #0ff9;z-index:500}#empMeterFill{height:100%;background:linear-gradient(to right,#0ff,#f0f);transition:width .3s ease-out;box-shadow:inset 0 0 8px #ff00ff80}#empMeterText{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700;text-shadow:0 0 5px black;z-index:1}#empReadyText{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#0f0;font-size:16px;font-weight:700;text-shadow:0 0 10px lime;z-index:2;animation:empReadyPulse 1s infinite alternate}@keyframes calibrateProgress{0%{width:0%}to{width:100%}}.loading-bar-container{background-color:#1a202c;border:2px solid #4a5568;border-radius:4px;height:25px;overflow:hidden;position:relative;width:50%;max-width:600px;box-shadow:inset 0 0 5px #00000080;padding:3px;margin-top:10px}.loading-bar-progress{background:linear-gradient(to right,#0ff,#f0f);height:100%;width:0%;animation:calibrateProgress 9s linear forwards;box-shadow:0 0 10px #00ffffb3,0 0 20px #ff00ff80;border-radius:2px}.game-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000000b3;z-index:10}.game-overlay-text{color:#fff;font-size:48px;font-weight:700;text-shadow:0 0 15px black}.instructions-panel{background-color:#111827e6;border:2px solid #00FFFF;border-radius:12px;padding:2rem 3rem;text-align:center;color:#e2e8f0;box-shadow:0 0 25px #0ff6;display:flex;flex-direction:column;gap:10px}.instructions-panel h2{font-size:32px;font-weight:700;color:#fff;margin:0}.instructions-panel p{font-size:20px;margin:0}.instructions-panel strong{color:gold}.instructions-panel .mission-prompt{font-size:24px;font-weight:700;color:#0ff;margin-top:20px}@keyframes flashWarning{0%,to{opacity:1;text-shadow:0 0 10px currentColor,0 0 20px currentColor}50%{opacity:.2;text-shadow:none}}.game-warning-active{position:absolute;left:20px;z-index:600;font-family:Rajdhani,sans-serif;font-size:32px;font-weight:700;background-color:#0009;padding:10px 20px;border-radius:8px;text-align:center;white-space:nowrap;animation:flashWarning .8s infinite alternate ease-in-out;transform:none}#inGameWarningMessage{top:20px;color:#ff0;border:2px solid yellow}#hoverCruiserWarningMessage{top:70px;color:#f0f;border:2px solid #FF00FF}#bossWarningMessage{top:120px;color:#ff4d4d;border:2px solid #ff4d4d}.btn:active{transform:translateY(0) scale(.98);box-shadow:0 0 15px #03dede99}.stock-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 25px #0009,0 0 20px #03c9de80;border-color:#03c9de}.power-up-slot:hover{border-color:#03c9de;background-color:#2d3748;box-shadow:0 0 20px #03c9de66}.power-up-slot.drag-over{border-style:solid;border-color:#39ff14;box-shadow:0 0 25px #39ff14b3;transform:scale(1.03)}.all-stocks-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-left:0}.acct-profile-main .stock-card:hover{border-color:#0af5f5;box-shadow:0 8px 25px #000000b3,0 0 25px #0af5f5e6}@keyframes pulse-glow{0%,to{text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 0 7px #39ff14,0 0 15px #39ff14,0 0 25px #1f8505}50%{text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 0 10px #39ff14,0 0 25px #39ff14,0 0 40px #1f8505}}.title-apocalypse{font-family:Rajdhani,sans-serif;font-weight:700;font-size:3.5rem;color:#ababab;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,0 0 7px #39ff14,0 0 15px #39ff14,0 0 25px #1f8505;animation:pulse-glow 4s ease-in-out infinite}@keyframes subtle-pulse{0%,to{box-shadow:0 0 15px -3px #03c9de}50%{box-shadow:0 0 20px #03c9de}}.btn-game-action{padding:.75rem 1.5rem;font-family:Rajdhani,sans-serif;font-size:1rem;font-weight:700;color:#e2e8f0;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .2s ease;background-color:#162238;border:2px solid #0e7490;border-radius:4px;box-shadow:0 0 15px -3px #03c9de}.btn-game-action:not(:disabled):hover{color:#fff;border-color:#03c9de;animation:subtle-pulse 2s infinite ease-in-out}.btn-game-action:not(:disabled):active{background-color:#0e7490;color:#000;transform:scale(.98)}.btn-game-action--destructive{border-color:#8c2a41;box-shadow:0 0 15px -3px #ef4444}.btn-game-action--destructive:not(:disabled):hover{border-color:#ef4444;animation:none;box-shadow:0 0 20px #ef4444}.game-mode-selection{display:flex;gap:1.5rem;justify-content:center}.game-mode-label{display:inline-flex;align-items:center;position:relative;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:600;color:#cbd5e1;cursor:pointer;border:2px solid #4a5568;border-radius:8px;background-color:#2d374880;transition:all .2s ease}.game-mode-label.bullish-label:hover,.game-mode-label.bullish-label.selected{color:#fff;background-color:#39ff1433;border-color:#39ff14;box-shadow:0 0 15px #39ff1480}.bullish-label .outlook-tooltip{border-color:#39ff14}.game-mode-label.bearish-label:hover,.game-mode-label.bearish-label.selected{color:#fff;background-color:#ff393933;border-color:#ff2525;box-shadow:0 0 15px #ff252580}.bearish-label .outlook-tooltip{border-color:#ff2525}.game-mode-label input[type=radio]{opacity:0;width:0;height:0;position:absolute}.bullish-label .outlook-tooltip{border:1px solid #39FF14}.bearish-label .outlook-tooltip{border:1px solid #ff2525}.btn-launcher{display:block;padding:.8rem 1.5rem;font-family:Rajdhani,sans-serif;font-size:1.1rem;font-weight:700;color:#e2e8f0;text-transform:uppercase;letter-spacing:1px;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;border:2px solid #03c9de;background:linear-gradient(145deg,#374151,#111827);box-shadow:0 0 10px #03c9de66;clip-path:polygon(0% 10px,10px 0%,100% 0%,100% calc(100% - 10px),calc(100% - 10px) 100%,0% 100%)}.btn-launcher:hover,.btn-launcher:focus{color:#fff;border-color:#39ff14;box-shadow:0 0 25px #39ff14b3;transform:translateY(-2px)}.btn-launcher:active{transform:translateY(0) scale(.98);box-shadow:0 0 15px #39ff14e6}#homePage{padding:3rem 1rem;box-sizing:border-box;width:100%}.home-content-panel{max-width:1200px;width:100%;padding:3rem;box-sizing:border-box;background-color:#0a142d80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(3,201,222,.7);border-radius:12px;box-shadow:0 0 25px #03c9de33;display:flex;flex-direction:column;gap:3rem}.home-hero{text-align:center}.home-main-title{font-family:Orbitron,sans-serif;font-weight:700;font-size:5rem;color:#fff;text-shadow:0 0 10px #00FFFF,0 0 20px #00FFFF,0 0 40px #00FFFF;margin:0}.home-tagline{font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:500;color:#94a3b8;margin-top:.5rem;max-width:600px;margin-left:auto;margin-right:auto}.home-mission-box{background-color:#03c9de1a;border-left:4px solid #03c9de;padding:1.5rem 2rem;border-radius:8px;text-align:center}.home-mission-box h2{margin:0 0 1rem;font-family:Orbitron,sans-serif;letter-spacing:2px;color:#03c9de}.home-mission-box p{margin:0;font-size:1.1rem;line-height:1.6;color:#e2e8f0}.home-about-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;color:#bdc5d4;line-height:1.7}.about-column p{margin:0 0 1rem}.about-column p:last-child{margin-bottom:0}.home-enter-section{display:flex;justify-content:center;margin-top:1rem}.password-input{width:100%;padding:.75rem;font-size:1.1rem;font-family:Rajdhani,sans-serif;color:#fff;background-color:#1e293b;border:2px solid #4a5568;border-radius:6px;box-sizing:border-box;margin-bottom:1.5rem;text-align:center;transition:all .2s ease}.password-input:focus{outline:none;border-color:#03c9de;box-shadow:0 0 15px #03c9de80}.stock-card .stock-sector{font-size:.8rem;text-align:center;line-height:1;margin-top:.25rem;color:#cbd5e0;font-weight:500;font-style:italic}.poker-game-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:1200px;min-height:95vh;padding:1rem;box-sizing:border-box;background:radial-gradient(ellipse at center,#1e4620,#112117);border:12px solid #4a2c13;border-radius:60px;box-shadow:inset 0 0 40px #0009,0 10px 30px #0009;margin:2.5vh auto}.poker-top-area{width:100%;display:flex;justify-content:center;align-items:center;position:relative;padding:0 2rem;box-sizing:border-box}.poker-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:#4fd1c5;font-family:Crete Round,serif;text-shadow:0 0 10px rgba(79,209,197,.7)}.btn-rules{position:absolute;right:30px;top:50%;transform:translateY(-50%)}.player-area,.opponent-area{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.player-info{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:900px;margin-bottom:.5rem;padding:0 1rem;box-sizing:border-box;color:#a0aec0}.chip-stack{font-size:clamp(1rem,2.5vw,1.2rem);font-weight:600;background-color:#00000080;padding:.4rem 1.2rem;border-radius:20px;border:1px solid #4a5568}.card-container{display:flex;justify-content:center;align-items:center;min-height:260px;width:100%;max-width:900px}.stock-card-poker{position:relative;width:150px;height:220px;background:linear-gradient(145deg,#2d3748,#1a202c);border:2px solid #4a5568;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;box-sizing:border-box;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7);box-shadow:3px 3px 8px #0006;cursor:pointer;transition:all .4s ease-out;flex-shrink:0;opacity:0;transform:translateY(50px) scale(.8)}.stock-card-poker.dealt{opacity:1;transform:rotate(var(--rotation, 0deg)) translateY(var(--y-translation, 0px)) scale(1)}.card-container>.stock-card-poker:not(:first-child){margin-left:-10px}.card-container>.stock-card-poker:nth-child(1){--rotation: -12deg;--y-translation: 15px}.card-container>.stock-card-poker:nth-child(2){--rotation: -6deg;--y-translation: 5px}.card-container>.stock-card-poker:nth-child(3){z-index:10}.card-container>.stock-card-poker:nth-child(4){--rotation: 6deg;--y-translation: 5px}.card-container>.stock-card-poker:nth-child(5){--rotation: 12deg;--y-translation: 15px}.stock-card-poker:hover{transform:translateY(-15px) scale(1.05) rotate(var(--rotation, 0deg));z-index:11}.stock-card-poker.selected{transform:translateY(-25px) scale(1.08) rotate(var(--rotation, 0deg))!important;border-color:#fbd38d;box-shadow:0 0 25px #fbd38dcc;z-index:12}.stock-card-poker.facedown{background-image:linear-gradient(45deg,#1f2937 25%,#2d3748 25%,#2d3748 50%,#1f2937 50%,#1f2937 75%,#2d3748 75%,#2d3748);background-size:40px 40px}.stock-card-poker .icon{font-size:3rem;line-height:1}.stock-card-poker .name{font-size:1.5rem;font-weight:700;text-align:center;line-height:1.1}.stock-card-poker .category{font-size:1rem;text-align:center;font-style:italic;color:#a0aec0}.stock-card-poker .change{font-size:2rem;font-weight:700}.stock-card-poker .change.positive{color:#48bb78}.stock-card-poker .change.negative{color:#f56565}.poker-center-table{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3rem;width:100%;margin:-1rem 0}.poker-deck-area{position:relative;width:125px;height:165px}.deck-card{position:absolute;width:120px;height:160px;background-image:linear-gradient(45deg,#1f2937 25%,#2d3748 25%,#2d3748 50%,#1f2937 50%,#1f2937 75%,#2d3748 75%,#2d3748);background-size:40px 40px;border:2px solid #4a5568;border-radius:.75rem;box-shadow:0 2px 5px #00000080}.deck-card:nth-child(1){transform:translate(0);z-index:3}.deck-card:nth-child(2){transform:translate(2px,-2px);z-index:2}.deck-card:nth-child(3){transform:translate(4px,-4px);z-index:1}.poker-pot{display:flex;flex-direction:column;align-items:center;gap:.5rem;background-color:#0006;border-radius:1rem;padding:.5rem 1.5rem;border:1px solid rgba(251,211,141,.3)}.poker-pot-label{font-size:1rem;color:#a0aec0}.poker-pot-amount{font-size:clamp(1.75rem,5vw,2.25rem);color:#fbd38d}.live-score-area{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#e2e8f0;font-weight:600;font-size:1.5rem;text-align:center;margin-top:-1rem;padding:.75rem;background-color:#0000004d;border-radius:12px;width:100%;max-width:700px;border:1px solid rgba(251,211,141,.2)}.live-score-area .score-value{color:#fcd34d;font-weight:700;margin-left:.5ch}.poker-action-area{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:800px;padding:1rem;box-sizing:border-box;min-height:90px}.action-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.btn-poker{padding:.7rem 1.5rem;border-radius:8px;font-weight:700;border:none;cursor:pointer;flex-grow:1;min-width:130px;transition:all .2s ease}.btn-back-profile{align-self:flex-end;margin-right:20px;margin-bottom:-10px}.message-box{width:100%;min-height:40px;font-size:clamp(.9rem,2.5vw,1rem);background-color:#111827b3;color:#e2e8f0;border:1px solid rgba(255,255,255,.1);padding:.75rem;border-radius:.75rem;text-align:center;font-weight:600;display:flex;align-items:center;justify-content:center}.btn-poker:active{transform:translateY(1px)}.btn-poker.hidden{display:none}.btn-deal{background-color:#2c7a7b;color:#fff}.btn-deal:hover{background-color:#285e61}.btn-discard{background-color:#c53030;color:#fff}.btn-discard:hover{background-color:#9b2c2c}.btn-end-round{background-color:#553c9a;color:#fff}.btn-end-round:hover{background-color:#44337a}.btn-poker.btn-secondary{background-color:#4a5568;color:#e2e8f0}.btn-poker.btn-secondary:hover{background-color:#2d3748}#root{width:100%;display:flex;justify-content:center;align-items:center}
