.home{position:relative;min-height:100vh;display:flex;flex-direction:column}.home .maintenance-disclaimer{background:linear-gradient(90deg,#f59e0b,#d97706 50%,#b45309);color:#fff;padding:.75rem 1.5rem;text-align:center;z-index:100;animation:maintenancePulse 3s ease-in-out infinite}.home .maintenance-disclaimer .disclaimer-content{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9rem}.home .maintenance-disclaimer .disclaimer-content svg{flex-shrink:0;animation:iconBounce 1.5s ease-in-out infinite}.home .maintenance-disclaimer .disclaimer-content strong{font-weight:700;letter-spacing:.5px}@keyframes maintenancePulse{0%,to{opacity:1}50%{opacity:.9}}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.home .site-header{position:relative;z-index:10;padding:20px 48px 0;background:#001825;display:flex;justify-content:center;margin-bottom:0}.home .site-header .header-inner{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between}.home .site-header .logo{display:flex;align-items:center;gap:8px}.home .site-header .logo img{height:28px}.home .site-header .logo p{font-weight:600;color:#dbeafe}.home .site-header .nav-toggle{display:none;width:40px;height:32px;border-radius:6px;border:1px solid rgba(80,150,200,.5);background:rgba(15,23,42,.8);cursor:pointer;align-items:center;justify-content:center;gap:4px;flex-direction:column;padding:4px 6px}.home .site-header .nav-toggle span{display:block;width:100%;height:2px;border-radius:999px;background:#cfeeff;transition:transform .2s ease,opacity .2s ease,translate .2s ease}.home .site-header .nav-toggle.open span:first-child{transform:translateY(4px) rotate(45deg)}.home .site-header .nav-toggle.open span:nth-child(2){opacity:0}.home .site-header .nav-toggle.open span:nth-child(3){transform:translateY(-4px) rotate(-45deg)}.home .site-header .nav{display:flex;gap:12px;align-items:center}.home .site-header .btn{padding:8px 14px;border-radius:8px;font-weight:600;cursor:pointer;border:none}.home .site-header .btn.register{background:linear-gradient(90deg,#00c6ff,#0066ff);color:#fff}.home .site-header .btn.signin{background:hsla(0,0%,100%,.04);color:#cfeeff;border:1px solid rgba(80,150,200,.08)}@media(max-width:1024px){.home .site-header{padding:16px 20px 0}.home .site-header .header-inner{max-width:100%}}@media(max-width:768px){.home .site-header{padding:12px 16px 0}.home .site-header .header-inner{gap:12px}.home .site-header .nav-toggle{display:flex}.home .site-header .nav{position:absolute;top:100%;left:0;right:0;padding:10px 16px 14px;background:rgba(0,12,22,.98);border-top:1px solid rgba(80,150,200,.3);display:flex;flex-direction:column;gap:8px;max-height:0;opacity:0;pointer-events:none;overflow:hidden;transform-origin:top;transition:max-height .25s ease,opacity .25s ease}.home .site-header .nav.nav-open{max-height:260px;opacity:1;pointer-events:auto}.home .site-header .btn{width:100%;justify-content:center}}.home .main-content{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;padding:0 24px 40px;min-height:calc(100vh - 120px);overflow-x:hidden;overflow-y:visible;margin-top:0}.home .main-content .video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.home .main-content .video-background video{width:100%;height:100%;object-fit:cover;will-change:contents;opacity:.25}.home .main-content .tradingview-section{position:relative;z-index:2;width:100%;padding:0;margin:0}.home .main-content .main-grid{position:relative;z-index:2;width:100%;max-width:1600px;display:grid;grid-template-columns:1fr 500px 300px;grid-template-areas:"premium spinner graph" "history spinner order";gap:0;column-gap:60px;row-gap:8px;align-items:start;justify-items:stretch;margin-top:20px}@media(max-width:1400px){.home .main-content .main-grid{grid-template-columns:1fr 500px 300px;grid-template-areas:"premium spinner graph" "history spinner order";column-gap:0;row-gap:8px}}@media(max-width:1024px){.home .main-content .main-grid{grid-template-columns:1fr 1fr;grid-template-areas:"premium premium" "history spinner" "history graph" "history order";column-gap:8px;row-gap:8px}}@media(max-width:768px){.home .main-content .main-grid{grid-template-columns:1fr;grid-template-areas:"spinner" "premium" "history" "graph" "order";column-gap:8px;row-gap:8px}}.home .main-content .main-grid .premium-card{grid-area:premium;background:rgba(0,12,22,.82);border:1px solid rgba(100,200,255,.12);border-radius:20px;box-shadow:0 16px 40px rgba(0,0,0,.35);padding:16px;color:#e7f7ff;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);width:calc(100% - 20px);max-width:none;min-width:calc(100% - 20px);min-height:200px;margin-right:20px;margin-left:0;box-sizing:border-box}.home .main-content .main-grid .premium-card h1{margin:0 0 12px;font-size:18px;color:#b8f3ff}.home .main-content .main-grid .premium-card .premium-carousel{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:12px}.home .main-content .main-grid .premium-card .premium-carousel .carousel-arrow{background:rgba(100,200,255,.15);border:1px solid rgba(100,200,255,.25);border-radius:6px;color:#9ccfff;cursor:pointer;font-size:18px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.home .main-content .main-grid .premium-card .premium-carousel .carousel-arrow:hover{background:rgba(100,200,255,.25);border-color:rgba(100,200,255,.4)}.home .main-content .main-grid .premium-card .premium-carousel .premium-features-wrapper{flex:1;overflow:hidden;height:120px}.home .main-content .main-grid .premium-card .premium-carousel .premium-features-wrapper .premium-features-list{padding:0;margin:0;list-style:none;transition:transform .6s ease;display:flex;flex-direction:column;gap:6px}.home .main-content .main-grid .premium-card .premium-carousel .premium-features-wrapper .premium-features-list li{color:#d7f4ff;font-size:12px;line-height:28px;min-height:28px;flex-shrink:0;height:auto;white-space:normal;word-wrap:break-word}.home .main-content .main-grid .spinner-area{grid-area:spinner}@media(max-width:768px){.home .main-content .main-grid .spinner-area{margin-top:10px;margin-bottom:20px}}.home .main-content .main-grid .spinner-area{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:500px;margin-left:20px;margin-right:20px;padding-left:0;padding-right:0;justify-self:center}.home .main-content .main-grid .spinner-container{max-width:500px}.home .main-content .main-grid .graph-area{grid-area:graph;background:rgba(0,12,22,.92);border:1px solid rgba(100,200,255,.2);border-radius:12px;padding:12px;box-shadow:0 8px 24px rgba(0,0,0,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:fit-content;margin-bottom:0;margin-left:20px}.home .main-content .main-grid .strategy-table{background:rgba(0,12,22,.82);border:1px solid rgba(100,200,255,.12);border-radius:20px;box-shadow:0 16px 40px rgba(0,0,0,.35);padding:20px 20px 24px;color:#e7f7ff;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);width:100%;max-width:500px;margin:0 auto}@media(max-width:1200px){.home .main-content .main-grid .strategy-table{max-width:100%}}.home .main-content .main-grid .order-section{grid-area:order;margin-top:0;margin-left:20px;max-width:100%}.home .main-content .main-grid .order-section.strategy-table{max-width:100%;margin-left:20px}.home .main-content .main-grid .history-section{grid-area:history;background:rgba(0,12,22,.82);border:1px solid rgba(100,200,255,.12);border-radius:20px;box-shadow:0 16px 40px rgba(0,0,0,.35);color:#e7f7ff;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);width:calc(100% - 20px);max-width:none;min-width:calc(100% - 20px);max-height:none;overflow-y:visible;overflow-x:visible;margin-top:0;margin-right:20px;margin-left:0;padding:16px 0 16px 16px;box-sizing:border-box}.home .main-content .main-grid .history-section .histogram-box{width:100%;background:rgba(0,0,0,0);border:none;box-shadow:none;padding:0}.home .main-content .main-grid .history-section .histogram-box h3{font-size:14px;margin-bottom:12px}.home .main-content .main-grid .history-section .histogram-box .history-wrapper{overflow-x:visible;overflow-y:visible;margin-top:0}.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table{width:100%;min-width:100%;max-width:100%;table-layout:fixed;font-size:11px}.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table td,.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table th{padding:8px;white-space:normal;overflow:visible;text-overflow:clip;word-wrap:break-word}.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table td:first-child,.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table th:first-child{width:18%}.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table td:nth-child(2),.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table th:nth-child(2){width:20%}.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table td:nth-child(3),.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table th:nth-child(3){width:18%}.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table td:nth-child(4),.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table th:nth-child(4){width:24%}.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table td:nth-child(5),.home .main-content .main-grid .history-section .histogram-box .history-wrapper .history-table th:nth-child(5){width:20%}.home .main-content .main-grid .spinner-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:600px;margin:0 auto;padding:16px;background:rgba(0,10,20,.78);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.home .main-content .main-grid .spinner-container .wheel-container{width:100%;max-width:460px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative}.home .main-content .main-grid .spinner-container .wheel-container .spin-wheel-svg{width:100%;height:100%;display:block;filter:drop-shadow(0 20px 60px rgba(100,200,255,.15))}.home .main-content .main-grid .spinner-container .wheel-container .spin-wheel-svg .ring-separators{display:block}.home .main-content .main-grid .spinner-container .wheel-container .spin-wheel-svg .spin-cw{animation:spinClockwise 30s linear infinite;transform-origin:300px 300px;will-change:transform;backface-visibility:hidden}.home .main-content .main-grid .spinner-container .wheel-container .spin-wheel-svg .spin-ccw{animation:spinCounterClockwise 28s linear infinite;transform-origin:300px 300px;will-change:transform;backface-visibility:hidden}.home .main-content .main-grid .strategy-table h2{margin:0 0 12px;font-size:14px;color:#b8f3ff}.home .main-content .main-grid .strategy-table table{width:100%;border-collapse:collapse;text-align:center;color:#e7f7ff}.home .main-content .main-grid .strategy-table td,.home .main-content .main-grid .strategy-table th{padding:10px 12px;border:1px solid rgba(100,200,255,.15);background:hsla(0,0%,100%,.02)}.home .main-content .main-grid .strategy-table th{background:rgba(100,200,255,.08);color:#c2f1ff;font-weight:700}.home .main-content .main-grid .strategy-table .indecision{background:rgba(255,223,128,.12);color:#ffe6a1;font-weight:600}.home .main-content .main-grid .strategy-table .cell-link{display:block;width:100%;text-decoration:none}.home .main-content .main-grid .strategy-table .cell-link button{width:100%;padding:12px 10px;border:none;border-radius:10px;background:rgba(0,102,255,.12);color:#d7f4ff;font-weight:700;font-size:11px;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease,background .2s ease}.home .main-content .main-grid .strategy-table .cell-link:hover button{transform:translateY(-1px);box-shadow:0 10px 28px rgba(0,0,0,.25);background:rgba(0,102,255,.18)}.home .main-content .main-grid .strategy-table .cell-link.full button{background:rgba(255,223,128,.14);color:#ffe9b8}.home .main-content .main-grid .strategy-table .cta-buttons{margin-top:14px}.home .main-content .main-grid .strategy-table .cta-buttons .order-entry{display:grid;grid-template-columns:1.1fr 1fr;gap:10px;align-items:center}@media(max-width:640px){.home .main-content .main-grid .strategy-table .cta-buttons .order-entry{grid-template-columns:1fr}}.home .main-content .main-grid .strategy-table .cta-buttons input[type=number]{width:100%;padding:12px 10px;border-radius:12px;border:1px solid rgba(100,200,255,.22);background:rgba(0,12,22,.6);color:#e7f7ff;outline:none}.home .main-content .main-grid .strategy-table .cta-buttons a{text-decoration:none}.home .main-content .main-grid .strategy-table .cta-buttons button{width:100%;padding:12px;border-radius:12px;font-weight:700;border:none;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.home .main-content .main-grid .strategy-table .cta-buttons .primary{background:linear-gradient(90deg,#00c6ff,#0066ff);color:#fff;box-shadow:0 10px 30px rgba(0,102,255,.35)}.home .main-content .main-grid .strategy-table .cta-buttons button:hover{transform:translateY(-1px);box-shadow:0 12px 32px rgba(0,0,0,.3)}@keyframes spinClockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinCounterClockwise{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.home .site-footer{position:relative;z-index:10;background:#03232e;color:rgba(230,245,250,.92);padding:36px 20px 18px}.home .site-footer .footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px;align-items:start}.home .site-footer .footer-brand h4{margin:0 0 8px;color:#bfeff0}.home .site-footer .footer-brand p{color:rgba(230,245,250,.7);margin-bottom:12px;max-width:360px}.home .site-footer .footer-brand .tagline-text{color:#9fe9e1!important;font-weight:500!important;font-size:15px!important;margin-bottom:12px!important;font-style:italic}.home .site-footer .footer-brand .warning-text{color:rgba(230,245,250,.7)!important;font-weight:600!important;font-size:14px!important;margin-bottom:8px!important}.home .site-footer .footer-brand .age-restriction{color:#fa0!important;font-weight:700!important;font-size:16px!important;margin-bottom:12px!important}.home .site-footer .footer-brand .socials{display:flex;gap:8px}.home .site-footer .footer-brand .socials .dot{opacity:.9}.home .site-footer .footer-col h5{margin-bottom:10px;color:#9fe9e1}.home .site-footer .footer-col ul{list-style:none;padding:0;margin:0;color:rgba(230,245,250,.7)}.home .site-footer .footer-col ul li{margin-bottom:8px}.home .site-footer .footer-col ul li a{color:rgba(230,245,250,.7);text-decoration:none;transition:color .2s ease}.home .site-footer .footer-col ul li a:hover{color:#9fe9e1;text-decoration:underline}.home .site-footer .footer-bottom{max-width:1100px;margin:18px auto 0;color:rgba(230,245,250,.55);font-size:13px;text-align:center}@media(max-width:900px){.home .site-footer .footer-inner{grid-template-columns:1fr;text-align:center}}