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}@keyframes fade-out-background{0%{background-color:var(--flash-color)}to{background-color:transparent}}.stock-price.price-up{--flash-color: rgba(52, 211, 153, .4);animation:fade-out-background .6s ease-out forwards;color:#4ade80}.stock-price.price-down{--flash-color: rgba(239, 68, 68, .4);animation:fade-out-background .6s ease-out forwards;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}.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:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.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}.totem-arena-container{width:95vw;max-width:1600px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;box-sizing:border-box;background-color:#111827cc;border:2px solid #4a5568;border-radius:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%231a202c' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.health-bar-container{flex-grow:1;max-width:600px;height:25px;background-color:#1f2937;border:2px solid #4a5568;border-radius:20px;margin:0 1.5rem;position:relative;box-shadow:inset 0 2px 4px #0006}.health-bar-fill{height:100%;background:linear-gradient(to right,#4ade80,#22c55e);border-radius:20px;transition:width .5s ease-out;box-shadow:0 0 10px #4ade80}.health-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:.9rem;text-shadow:1px 1px 2px black}.opponent-health .health-bar-fill{background:linear-gradient(to right,#f87171,#ef4444);box-shadow:0 0 10px #f87171}.totem-slot{width:clamp(120px,9vw,160px);height:clamp(176px,13.2vw,234px);position:relative}.totem-card{width:100%;height:100%;background:#2d3748;border:5px solid #1a202c;border-radius:10px;box-shadow:3px 3px 8px #00000080;display:flex;flex-direction:column;color:#e2e8f0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.totem-card{transition:transform .2s ease,box-shadow .2s ease}.totem-slot:hover .totem-card{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 20px #0006}.card-header{padding:5px 8px;background-color:#1a202c;text-align:center;border-bottom:2px solid #4a5568}.card-name{font-size:1rem;font-weight:700;letter-spacing:.5px;color:#e2e8f0}.card-art{flex-grow:1;display:flex;align-items:center;justify-content:center;font-size:4rem;background-color:#4a5568;margin:5px;border-radius:4px}.card-info-box{padding:8px;background-color:#1a202c;text-align:center;border-top:2px solid #4a5568}.stock-ticker{font-size:.8rem;font-weight:500;color:#9ca3af;display:block;margin-bottom:6px}.power-gauge-container{height:14px;width:100%;background-color:#111;border:1px solid #4a5568;border-radius:10px;position:relative;overflow:hidden}.power-gauge-fill{position:absolute;top:0;height:100%;border-radius:10px;animation:pulse-glow 2s infinite ease-in-out}.power-gauge-fill.gain{left:50%;background:linear-gradient(to right,#22c55e,#39ff14 85%,#adffc9);box-shadow:0 0 12px #adffc9}.power-gauge-fill.loss{right:50%;background:linear-gradient(to left,#ef4444,#ff2525 85%,#ffb8b8);box-shadow:0 0 12px #ffb8b8}@keyframes pulse-glow{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.7;transform:scale(1)}}.power-gauge-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.7rem;font-weight:700;color:#fff;text-shadow:1px 1px 1px black}.card-art.candlestick-art{background-image:url(/mystic-candle.jpg);background-size:cover;background-position:center}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{display:flex;flex-direction:column;gap:1rem;width:90%;max-width:500px;padding:1.5rem;background:#1a202c;border:2px solid #4a5568;border-radius:12px;box-shadow:0 10px 30px #00000080;animation:slideIn .4s cubic-bezier(.25,1,.5,1)}@keyframes slideIn{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-art{width:100%;height:250px;border-radius:8px;box-shadow:0 5px 15px #0000004d;background-color:#2d3748;background-size:contain;background-position:center;background-repeat:no-repeat}.modal-info{display:flex;flex-direction:column;text-align:center}.modal-info h2{font-size:1.8rem;font-weight:700;margin:0 0 .25rem;color:#e2e8f0}.modal-info .stock-info{font-size:.9rem;font-weight:500;color:#9ca3af;margin-bottom:1rem}.modal-info .description-box{background-color:#0003;border-top:1px solid #4a5568;border-bottom:1px solid #4a5568;padding:1rem;border-radius:4px}.modal-info .description-box p{margin:0;line-height:1.6;color:#cbd5e1}.flavor-text{font-style:italic;color:#9ca3af;margin-top:1rem;padding-top:1rem;border-top:1px solid #374151}.stats-grid{display:flex;justify-content:space-around;margin-top:1rem;background-color:#0003;padding:.75rem;border-radius:8px}.stat-item{text-align:center}.stat-item span{font-size:.9rem;color:#9ca3af;display:block}.stat-item strong{font-size:1.1rem;font-weight:700;color:#e2e8f0}.modal-info .close-button{margin-top:1.5rem;align-self:center;padding:.6rem 2rem;font-size:1rem;font-weight:700;color:#fff;background-color:#4a5568;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}.modal-info .close-button:hover{background-color:#64748b}.totem-splash-page{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#02041b;z-index:2000}.loading-spinner{width:80px;height:80px;border:8px solid #4a5568;border-top-color:#fcd34d;border-radius:50%;animation:spin 1.2s linear infinite;margin-bottom:2rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:500;color:#9ca3af;letter-spacing:1px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.totem-selection-container{width:100%;max-width:1400px;min-height:90vh;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:2rem;background-color:#111827cc;border:2px solid #4a5568;border-radius:12px}.selection-header{text-align:center}.selection-header h1{font-size:2.5rem;font-weight:700;color:#e2e8f0;margin-bottom:.5rem}.selection-header p{font-size:1.1rem;color:#9ca3af;max-width:600px}.selection-counter{font-size:1.25rem;font-weight:700;color:#fcd34d;margin-top:1rem}.totem-selection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;width:100%}.selection-card{height:230px;background-color:#2d3748;border:3px solid #4a5568;border-radius:10px;cursor:pointer;transition:all .2s ease-in-out;display:flex;flex-direction:column;overflow:hidden}.selection-card:hover{transform:scale(1.05);border-color:#63b3ed}.selection-card.selected{border-color:#fcd34d;box-shadow:0 0 20px #fcd34d99;transform:scale(1.05)}.selection-card-art{flex-grow:1;background-size:cover;background-position:center}.selection-card-name{padding:.75rem;font-weight:600;text-align:center;background-color:#1a202c}.selection-footer{margin-top:auto;padding-top:1rem}.btn-confirm-selection{padding:1rem 3rem;font-size:1.2rem;font-weight:700;color:#fff;background-color:#22c55e;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-confirm-selection:hover{background-color:#16a34a}.btn-confirm-selection:disabled{background-color:#374151;color:#9ca3af;cursor:not-allowed}.powerup-swap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem;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 ease-in-out}.powerup-swap-item.selected{border-color:#39ff14;background-color:#39ff1433;box-shadow:0 0 10px #39ff1480;transform:translateY(-2px)}.powerup-swap-item.disabled{opacity:.5;cursor:not-allowed;background-color:#1a202c}.powerup-swap-item:hover:not(.disabled){border-color:#63b3ed;background-color:#2d3748}.powerup-swap-icon svg{width:40px;height:40px;margin:0 auto .5rem;stroke-width:1.5}.powerup-swap-name{font-weight:700;font-size:1rem}.assigned-swap-stock{font-size:.8rem;color:#a0aec0;margin-top:.25rem;min-height:1.2rem}#powerupSwapModal .modal-content{max-width:700px}#powerupSwapModal .modal-content{max-width:900px}.powerup-swap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem;margin-bottom:1.5rem;width:100%}.asset-assignment-modal-content{max-width:1000px;height:80vh;display:flex;flex-direction:column}.asset-assignment-header{text-align:center;flex-shrink:0;margin-bottom:1.5rem}.asset-assignment-header h2{font-size:1.75rem;font-weight:700;color:#e2e8f0}.asset-assignment-header h2 span{color:#fcd34d;text-shadow:0 0 5px #fcd34d}.asset-assignment-header p{color:#9ca3af;max-width:600px;margin:.5rem auto 0}.asset-assignment-grid{flex-grow:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;overflow-y:auto;padding:1rem;background-color:#0003;border:1px solid #4a5568;border-radius:8px}.asset-assignment-grid .stock-card{margin-bottom:0;min-height:200px}.power-meter-label{font-size:.6rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:1px;margin-top:6px;margin-bottom:2px}.ticker-performance-box{display:flex;justify-content:space-between;align-items:baseline;padding:0 4px;margin-bottom:4px}.performance-change{font-size:.8rem;font-weight:700}.performance-change.positive{color:#4ade80}.performance-change.negative{color:#f87171}.performance-change.neutral{color:#9ca3af}.card-info-box .stock-ticker{margin-bottom:0}.power-meter-label{margin-top:2px}.totem-arena-container{justify-content:center;gap:2rem;background-color:#2d3748;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%231a202c' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.arena-hub{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;box-sizing:border-box}.fallen-zone{width:150px;height:220px;background-color:#0003;border:2px dashed #4a5568;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.battlefield-divider{width:90%;height:3px;background:linear-gradient(to right,transparent,#03c9de,transparent);box-shadow:0 0 15px 1px #03c9de;margin:2.5rem auto}.battlefield-row{display:flex;justify-content:center;align-items:center;gap:1.5rem;width:100%}.arena-hub{width:100%;display:flex;justify-content:center;align-items:center;padding:0 1rem;box-sizing:border-box}.health-bar-container{flex-grow:0;max-width:600px;width:100%;margin:0}.totem-row{display:flex;justify-content:center;gap:1.5rem}.deck-zone,.fallen-zone{flex-shrink:0}.fallen-zone:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);color:#4a556899;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;pointer-events:none}.fallen-zone:before{content:"FALLEN"}.health-orb-container{position:absolute;top:8px;right:8px;width:40px;height:40px;background-color:#00000080;border:2px solid #1a202c;border-radius:50%;box-shadow:0 0 5px #00000080;display:flex;justify-content:center;align-items:center;overflow:hidden}.health-orb-fill{position:absolute;bottom:0;left:0;width:100%;background-color:#22c55e;transition:height .3s ease-in-out}.health-orb-text{position:relative;z-index:2;font-size:.9rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px #000}.totem-card.active-turn{border-color:#fcd34d;box-shadow:0 0 20px #fcd34d99,0 5px 15px #0006;transform:translateY(-5px)}.totem-slot:hover .totem-card.active-turn{border-color:#fff;box-shadow:0 0 30px #ffffffb3,0 8px 20px #00000080;transform:translateY(-8px) scale(1.05)}.totem-slot:hover .totem-card{transform:translateY(-5px) scale(1.03);box-shadow:0 8px 20px #0000004d}.inspect-icon-container{position:absolute;top:8px;left:8px;z-index:5;color:#e2e8f099;background-color:#1a202c80;padding:4px;border-radius:50%;cursor:pointer;transition:all .2s ease-in-out}.inspect-icon-container:hover{color:#fff;background-color:#03c9de;transform:scale(1.1)}@keyframes charge-and-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 25px 10px #ff5722b3,0 0 15px 5px #ffc107cc,0 10px 25px #0006;border-color:#ffc107}to{transform:translateY(0) scale(1);box-shadow:0 0 70px 30px #ff572200,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking{animation:charge-and-burst .7s ease-out forwards}@keyframes health-flash{0%{box-shadow:inset 0 2px 4px #0006}50%{box-shadow:inset 0 2px 4px #0006,0 0 25px #fff,0 0 15px red}to{box-shadow:inset 0 2px 4px #0006}}.health-bar-container.taking-damage{animation:health-flash .5s ease-out}.game-status-area{width:100%;text-align:center;margin-top:-1rem;margin-bottom:-1rem;position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;gap:.5rem}.game-message{color:#fcd34d;font-size:1.5rem;font-weight:700;text-shadow:0 0 10px #fcd34d,0 0 5px #000;padding:.25rem 1rem;background-color:#111827cc;border-radius:6px}.game-status-area .btn-game-action{padding:.5rem 1.5rem;font-size:1rem}.game-status-area .btn-game-action:disabled{background-color:#374151;border-color:#4a5568;color:#9ca3af;cursor:not-allowed;box-shadow:none}.totem-arena-container.targeting-active{cursor:crosshair}.totem-card.targetable{cursor:crosshair;border-color:#ef4444;box-shadow:0 0 25px #ef4444b3}.health-bar-container.targetable{cursor:crosshair;outline:3px solid #ef4444;box-shadow:0 0 25px #ef4444b3}.totem-card.invalid-target{opacity:.5;filter:grayscale(80%);cursor:not-allowed}.totem-card.invalid-target:hover{transform:none;box-shadow:3px 3px 8px #00000080}.fallen-zone{position:relative;width:150px;height:220px;background-color:#0003;border:2px dashed #4a5568;border-radius:8px;flex-shrink:0}.fallen-card-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(calc(var(--index, 0) * 4px),calc(var(--index, 0) * 4px));transition:transform .3s ease-out}.totem-card.fallen{filter:grayscale(100%) brightness(.6);opacity:.8;cursor:default}.totem-card.fallen .inspect-icon-container{display:none}.totem-card.fallen:hover{transform:none;box-shadow:3px 3px 8px #00000080}.fallen-zone:after{content:counter(fallen-cards);position:absolute;bottom:8px;right:12px;background-color:#000000b3;color:#cbd5e1;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;border:1px solid #4a5568;font-size:.9rem;counter-increment:fallen-cards}.fallen-zone{counter-reset:fallen-cards}.fallen-card-wrapper{counter-increment:fallen-cards}.fireball-projectile{position:fixed;width:40px;height:40px;z-index:100;background:radial-gradient(circle,#fff,#fe0 20%,#f80,#f40 80%,#ff000080);border-radius:50%;box-shadow:0 0 15px 5px #f80,0 0 25px 10px #f40;animation:fireball-flicker .1s infinite alternate;transform:translate(-50%,-50%);pointer-events:none}.projectile{position:fixed;z-index:100;transform:translate(-50%,-50%);pointer-events:none}.projectile.fireball{width:40px;height:40px;background:radial-gradient(circle,#fff,#fe0 20%,#f80,#f40 80%,#ff000080);border-radius:50%;box-shadow:0 0 15px 5px #f80,0 0 25px 10px #f40;animation:fireball-flicker .1s infinite alternate}.projectile.shield{width:35px;height:35px;background:radial-gradient(circle,#fff,#a7f3d0 40%,#059669);border-radius:50%;box-shadow:0 0 15px 5px #a7f3d0,0 0 25px 10px #059669;animation:shield-pulse .5s infinite alternate}.projectile.venom{width:25px;height:25px;background:radial-gradient(circle,#d9f99d,#84cc16,#4d7c0f);border-radius:50%;box-shadow:0 0 15px 5px #a3e635;filter:blur(2px)}.totem-card.is-shielded{position:relative;overflow:hidden}.totem-card.is-shielded:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;background-image:linear-gradient(135deg,rgba(3,201,222,.4) 25%,transparent 25%),linear-gradient(225deg,rgba(3,201,222,.4) 25%,transparent 25%);background-size:20px 20px;border:3px solid #03c9de;box-shadow:inset 0 0 20px #03c9deb3;animation:shield-scan 2s linear infinite;pointer-events:none}.totem-card.is-poisoned{position:relative;overflow:hidden}.totem-card.is-poisoned:before{content:"";position:absolute;top:-50%;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,rgba(132,204,22,.6) 0%,rgba(132,204,22,.4) 20%,transparent 40%);background-size:100% 20px;animation:drip-venom 1.5s linear infinite;pointer-events:none}.shield-hp-orb{position:absolute;top:8px;left:8px;z-index:6;width:40px;height:40px;background-color:#03c9decc;border:2px solid #e0f2fe;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;text-shadow:1px 1px 2px #0c4a6e;box-shadow:0 0 10px #03c9de}.inspect-icon-container{z-index:5}.totem-card.targetable-friendly{cursor:copy;border-color:#34d399;box-shadow:0 0 25px #34d399b3}@keyframes fireball-flicker{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.1);opacity:.9}}@keyframes shield-pulse{0%{box-shadow:0 0 15px 5px #a7f3d0,0 0 25px 10px #059669}to{box-shadow:0 0 20px 8px #a7f3d0,0 0 30px 12px #059669}}@keyframes shield-scan{0%{background-position:0 0}to{background-position:40px 0}}@keyframes drip-venom{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes shield-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 25px 10px #03c9deb3,0 0 15px 5px #87cefacc,0 10px 25px #0006;border-color:#87cefa}to{transform:translateY(0) scale(1);box-shadow:0 0 70px 30px #03c9de00,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Shield{animation-name:shield-charge-burst}@keyframes venom-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 25px 10px #4ade80b3,0 0 15px 5px #84cc16cc,0 10px 25px #0006;border-color:#22c55e}to{transform:translateY(0) scale(1);box-shadow:0 0 70px 30px #4ade8000,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Serpent{animation-name:venom-charge-burst}.card-inner{width:100%;height:100%;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;position:relative}.projectile.chain{width:30px;height:30px;background:radial-gradient(circle,#f5f5f5,#e0e0e0 40%,#bdbdbd);border-radius:50%;border:2px solid #9E9E9E;box-shadow:0 0 15px 5px #e0e0e0,0 0 25px 10px #9e9e9e;animation:shield-pulse .5s infinite alternate}.totem-card.is-immobilized:before,.totem-card.is-immobilized:after{content:"";position:absolute;left:50%;top:50%;width:141.42%;height:12px;margin-left:-70.71%;margin-top:-6px;background:repeating-linear-gradient(45deg,#757575,#757575 8px,#bdbdbd 8px,#bdbdbd 16px);border:1px solid #424242;border-radius:6px;box-shadow:0 0 8px #000c;pointer-events:none;z-index:10}.totem-card.is-immobilized:before{transform:rotate(45deg)}.totem-card.is-immobilized:after{transform:rotate(-45deg)}.card-inner.is-poisoned:before{content:"";position:absolute;top:-50%;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,rgba(132,204,22,.6) 0%,rgba(132,204,22,.4) 20%,transparent 40%);background-size:100% 20px;animation:drip-venom 1.5s linear infinite;pointer-events:none;z-index:1}@keyframes chain-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 25px 10px #e0e0e0b3,0 0 15px 5px #c0c0c0cc,0 10px 25px #0006;border-color:#e0e0e0}to{transform:translateY(0) scale(1);box-shadow:0 0 70px 30px #e0e0e000,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Chain{animation-name:chain-charge-burst}@keyframes lightning-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 30px 12px #ff6c,0 0 18px 6px #ffffffe6,0 10px 25px #0006;border-color:#ffffe0}to{transform:translateY(0) scale(1);box-shadow:0 0 80px 40px #ff60,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Lightning-Spire{animation-name:lightning-charge-burst}.lightning-bolt-effect{position:absolute;top:-20px;left:50%;width:25px;height:calc(100% + 20px);transform:translate(-50%);animation:strike .8s ease-out forwards;pointer-events:none;z-index:20;filter:drop-shadow(0 0 15px #FFFFE0)}.lightning-bolt-effect.on-health-bar{height:80px;top:-55px}.lightning-bolt-effect:before,.lightning-bolt-effect:after{content:"";position:absolute;width:100%;height:100%;background:#fff;box-shadow:0 0 15px 5px #ffffe0,0 0 30px 10px gold,inset 0 0 10px #fff;clip-path:polygon(40% 0,60% 0,70% 20%,50% 20%,65% 45%,45% 45%,60% 70%,40% 70%,55% 90%,45% 90%,50% 100%)}.lightning-bolt-effect:after{transform:scaleX(-1);filter:blur(5px);opacity:.8}@keyframes strike{0%{opacity:0;transform:translate(-50%) scaleY(.2)}10%{opacity:1;transform:translate(-50%) scaleY(1.05)}20%{transform:translate(-50%) scaleY(1)}90%{opacity:1}to{opacity:0}}.totem-card.is-frozen .card-inner{box-shadow:inset 0 0 0 1000px #add8e666;border:4px solid #F0F8FF;filter:saturate(.2)}.totem-card.is-frozen:before,.totem-card.is-frozen:after{content:"";position:absolute;background-color:#fffc;border-radius:2px;box-shadow:0 0 8px #fff;z-index:15;pointer-events:none}.totem-card.is-frozen:before{top:10%;left:-5%;width:110%;height:20%;clip-path:polygon(0 50%,10% 0,20% 60%,35% 20%,45% 70%,60% 10%,75% 80%,85% 30%,100% 50%,85% 100%,15% 100%)}.totem-card.is-frozen:after{bottom:10%;left:-5%;width:110%;height:20%;clip-path:polygon(0 50%,15% 0,25% 70%,40% 20%,50% 80%,65% 10%,80% 90%,90% 40%,100% 50%,90% 100%,10% 100%)}.totem-card.is-chilled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50,0 L60,20 L50,40 L40,20 Z M20,20 L30,40 L20,60 L10,40 Z M80,20 L90,40 L80,60 L70,40 Z M50,60 L60,80 L50,100 L40,80 Z" fill="rgba(224, 255, 255, 0.3)"/></svg>');background-size:30px 30px;animation:frost-crawl 10s linear infinite;opacity:.5;pointer-events:none}@keyframes ice-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 30px 12px #add8e6cc,0 0 18px 6px #e0ffffe6,0 10px 25px #0006;border-color:#add8e6}to{transform:translateY(0) scale(1);box-shadow:0 0 80px 40px #add8e600,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Ice{animation-name:ice-charge-burst}.chained-effect{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15}.chained-effect:before,.chained-effect:after{content:"";position:absolute;left:50%;top:50%;width:141.42%;height:12px;margin-left:-70.71%;margin-top:-6px;background:repeating-linear-gradient(45deg,#757575,#757575 8px,#bdbdbd 8px,#bdbdbd 16px);border:1px solid #424242;border-radius:6px;box-shadow:0 0 8px #000c}.chained-effect:before{transform:rotate(45deg)}.chained-effect:after{transform:rotate(-45deg)}.frozen-effect{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:14;border-radius:10px;overflow:hidden}.frozen-effect:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#add8e666;border:4px solid #F0F8FF;box-sizing:border-box;border-radius:10px;filter:saturate(.2)}.frozen-effect:after{content:"";position:absolute;top:10%;left:-5%;width:110%;height:80%;background-color:#ffffff80;box-shadow:0 0 15px #fff;clip-path:polygon(0 50%,10% 0,20% 60%,35% 20%,45% 70%,60% 10%,75% 80%,85% 30%,100% 50%,85% 100%,15% 100%)}.projectile.iceball{width:35px;height:35px;background:radial-gradient(circle,#fff,#c8f0ff,#add8e6);border-radius:50%;border:2px solid #fff;box-shadow:0 0 15px 5px #add8e6,0 0 25px 10px #b0e0e6;animation:shield-pulse .6s infinite alternate}.totem-card.is-chilled .card-inner{border:3px solid #B0E0E6;box-shadow:inset 0 0 15px #add8e6b3}.totem-card.is-chilled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50,0 L60,20 L50,40 L40,20 Z M20,20 L30,40 L20,60 L10,40 Z M80,20 L90,40 L80,60 L70,40 Z M50,60 L60,80 L50,100 L40,80 Z" fill="rgba(224, 255, 255, 0.3)"/></svg>');background-size:30px 30px;animation:frost-crawl 10s linear infinite;opacity:.5;pointer-events:none}@keyframes frost-crawl{0%{background-position:0 0}to{background-position:60px 60px}}.projectile.timewarp{width:40px;height:40px;background:radial-gradient(circle,#fffde7,#fff59d,#fbc02d);border-radius:50%;border:2px solid #F57F17;box-shadow:0 0 15px 5px #fff59d,0 0 25px 10px #fbc02d;animation:timewarp-swirl 1s linear infinite}@keyframes timewarp-swirl{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.totem-card.is-timewarped .card-inner{animation:time-distortion 3s ease-in-out infinite;background-color:#4a2c13}.totem-card.is-timewarped .card-art{filter:sepia(80%) blur(1px)}@keyframes time-distortion{0%,to{transform:skew(0)}25%{transform:skew(-3deg)}75%{transform:skew(3deg)}}@keyframes hourglass-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 25px 10px #fbc02db3,0 0 15px 5px #fff59dcc,0 10px 25px #0006;border-color:#fbc02d}to{transform:translateY(0) scale(1);box-shadow:0 0 70px 30px #fbc02d00,0 5px 15px #0003;border-color:#1a202c}}.reflecting-effect{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:16;overflow:hidden;border-radius:10px}.reflecting-effect:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#fff3,#c8c8ff0d,#fff3);opacity:.7;filter:blur(1px)}.reflecting-effect .crack{position:absolute;background:#fff9;box-shadow:0 0 2px #dcdcffb3,0 0 5px #fff6;height:2px;border-radius:1px}.reflecting-effect .crack:nth-child(1){width:60%;top:50%;left:-10%;transform:rotate(25deg)}.reflecting-effect .crack:nth-child(2){width:70%;top:45%;left:40%;transform:rotate(-30deg)}.reflecting-effect .crack:nth-child(3){width:55%;top:20%;left:15%;transform:rotate(80deg)}.reflecting-effect .crack:nth-child(4){width:65%;top:80%;left:20%;transform:rotate(15deg)}.projectile.mirrorbuff{width:35px;height:35px;background:radial-gradient(circle,#e0f2fe,#7dd3fc,#0369a1);border-radius:50%;border:2px solid #fff;box-shadow:0 0 15px 5px #e0f2fe,0 0 25px 10px #7dd3fc}.projectile.timewarp{width:45px;height:45px;background:radial-gradient(circle,#f0dfc3,#d5a95d);border-radius:50%;box-shadow:0 0 10px 2px #f0dfc3,0 0 20px 5px #d5a95d;animation:timewarp-pulse 1.5s infinite ease-in-out}.projectile.timewarp:before{content:"";position:absolute;top:-8px;left:-8px;width:60px;height:60px;border-radius:50%;border:3px solid transparent;border-top-color:#d5a95d;border-bottom-color:#d5a95d;animation:timewarp-swirl 1s linear infinite}@keyframes timewarp-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(.9);opacity:.8}}@keyframes timewarp-swirl{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hourglass-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 25px 10px #d5a95db3,0 0 15px 5px #f0dfc3cc,0 10px 25px #0006;border-color:#d5a95d}to{transform:translateY(0) scale(1);box-shadow:0 0 70px 30px #d5a95d00,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Hourglass{animation-name:hourglass-charge-burst}.totem-card.attacking.Candlestick{animation:charge-and-burst .7s ease-out forwards}@keyframes mirror-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 30px 12px #00ffffb3,0 0 18px 6px #e0ffffe6,0 10px 25px #0006;border-color:#afeeee}to{transform:translateY(0) scale(1);box-shadow:0 0 80px 40px #0ff0,0 5px 15px #0003;border-color:#1a202c}}.projectile.mirrorbuff{width:35px;height:35px;background:radial-gradient(circle,#f3e8ff,#c084fc,#9333ea);border-radius:50%;border:2px solid #fff;box-shadow:0 0 15px 5px #c084fc,0 0 25px 10px #9333ea}@keyframes mirror-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 30px 12px #c084fcb3,0 0 18px 6px #e9d5ffe6,0 10px 25px #0006;border-color:#d8b4fe}to{transform:translateY(0) scale(1);box-shadow:0 0 80px 40px #c084fc00,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Mirror{animation:mirror-charge-burst .7s ease-out forwards}.projectile.lifesteal{width:35px;height:35px;background:radial-gradient(circle,#fecaca,#ef4444,#991b1b);border-radius:50%;border:2px solid #fca5a5;box-shadow:0 0 15px 5px #ef4444,0 0 25px 10px #b91c1c;animation:shield-pulse .4s infinite alternate}@keyframes vampire-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 30px 12px #dc2626b3,0 0 18px 6px #fca5a5e6,0 10px 25px #0006;border-color:#f87171}to{transform:translateY(0) scale(1);box-shadow:0 0 80px 40px #dc262600,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Vampiric{animation-name:vampire-charge-burst}.projectile.wolf_lunge{width:45px;height:20px;background:linear-gradient(90deg,#fff0,#dcdcdc 50%,#fff0);border-radius:50%;box-shadow:0 0 15px 5px #e5e7eb,0 0 25px 10px #d1d5db;filter:blur(1px);transform:translate(-50%,-50%) scaleX(1.5)}@keyframes wolf-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 30px 12px #c8c8d2b3,0 0 18px 6px #ffffffe6,0 10px 25px #0006;border-color:#d1d5db}to{transform:translateY(0) scale(1);box-shadow:0 0 80px 40px #dcdcdc00,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Wolf{animation-name:wolf-charge-burst}.energy-orb-container{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:50px;height:50px;background-color:#00000080;border:2px solid #a78bfa;border-radius:50%;box-shadow:0 0 8px #0009;display:flex;justify-content:center;align-items:center;overflow:hidden}.energy-orb-fill{position:absolute;bottom:0;left:0;width:100%;background:radial-gradient(circle,#f5f3ff,#d8b4fe 70%,#a78bfa);transition:height .5s ease-in-out}.energy-orb-text{position:relative;z-index:2;font-size:.8rem;font-weight:700;color:#1e1b4b}.projectile.prismbuff{width:40px;height:40px;background:radial-gradient(circle,#fff,#fefce8,#facc15);border-radius:50%;border:3px solid #fff;box-shadow:0 0 20px 8px #fefce8,0 0 35px 15px #facc15;animation:shield-pulse .3s infinite alternate}.totem-card.is-energized{box-shadow:0 0 25px 5px #facc15,0 0 15px 2px #fefce8,0 5px 15px #0000004d;border-color:#fefce8}@keyframes prism-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 35px 15px #facc15cc,0 0 20px 8px #fefce8e6,0 10px 25px #0006;border-color:#fefce8}to{transform:translateY(0) scale(1);box-shadow:0 0 90px 45px #facc1500,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Crystal-Prism{animation-name:prism-charge-burst}@keyframes fully-charged-pulse{0%{box-shadow:0 0 15px 3px #facc15}50%{box-shadow:0 0 25px 8px #facc15,0 0 15px 3px #fefce8}to{box-shadow:0 0 15px 3px #facc15}}.totem-card.is-charged{animation:fully-charged-pulse 2s infinite ease-in-out;border-color:#facc15}.totem-card.is-charging{position:relative;overflow:hidden}.totem-card.is-charging:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 10%,#fefce8 1px,transparent 2px),radial-gradient(circle at 80% 90%,#facc15 1px,transparent 2px),radial-gradient(circle at 90% 20%,#fefce8 1px,transparent 2px),radial-gradient(circle at 20% 80%,#facc15 1px,transparent 2px);background-size:50px 50px;animation:energy-particles 4s linear infinite;opacity:.5;pointer-events:none}@keyframes energy-particles{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes quake-charge-burst{0%{transform:translateY(0) scale(1);box-shadow:0 5px 15px #0003;border-color:#1a202c}50%{transform:translateY(-8px) scale(1.08);box-shadow:0 0 30px 12px #8b4513b3,0 0 18px 6px #d2b48ce6,0 10px 25px #0006;border-color:tan}to{transform:translateY(0) scale(1);box-shadow:0 0 80px 40px #8b451300,0 5px 15px #0003;border-color:#1a202c}}.totem-card.attacking.Quake{animation-name:quake-charge-burst}.quake-effect{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:150%;height:50px;pointer-events:none;z-index:20;animation:ground-shatter .8s ease-out forwards}.quake-effect:before,.quake-effect:after{content:"";position:absolute;bottom:0;width:8px;height:100%;background:#8b4513;box-shadow:0 0 10px tan;border-radius:4px}.quake-effect:before{left:30%;transform:rotate(-20deg)}.quake-effect:after{right:30%;transform:rotate(20deg)}@keyframes ground-shatter{0%{transform:translate(-50%) scale(0);opacity:0}50%{opacity:1}to{transform:translate(-50%) scale(1.5);opacity:0}}.splash-effect{position:absolute;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:19;animation:tremor .5s ease-in-out 3}@keyframes tremor{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.timewarped-effect{position:absolute;top:50%;left:50%;width:150%;height:150%;transform:translate(-50%,-50%);background:radial-gradient(circle,#d5a95d00,#d5a95d4d,#4a2c1380);border-radius:50%;animation:timewarp-vortex 3s linear infinite;pointer-events:none;z-index:10}@keyframes timewarp-vortex{0%{transform:translate(-50%,-50%) rotate(0) scale(1)}to{transform:translate(-50%,-50%) rotate(360deg) scale(1.2)}}.quake-effect{position:absolute;bottom:-20px;left:50%;width:180%;height:80px;transform:translate(-50%);animation:ground-shatter-enhanced .8s ease-out forwards;pointer-events:none;z-index:20}.quake-effect:before,.quake-effect:after{content:"";position:absolute;bottom:0;background:#654321;border-radius:4px;box-shadow:0 0 15px tan}.quake-effect:before{left:10%;width:15px;height:120%;transform:rotate(-35deg)}.quake-effect:after{right:10%;width:15px;height:120%;transform:rotate(35deg)}@keyframes ground-shatter-enhanced{0%{transform:translate(-50%) scale(0);opacity:0}50%{opacity:1}to{transform:translate(-50%) scale(1.8);opacity:0}}.splash-effect{position:absolute;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:19;animation:tremor-enhanced .4s ease-in-out 2}@keyframes tremor-enhanced{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-5px,2px) rotate(-2deg)}75%{transform:translate(5px,-2px) rotate(2deg)}}.bottom-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}
