.app-footer[data-v-36c106d2]{background-color:#0a192f;border-top:1px solid #1e3a5f;padding:20px 0;margin-top:auto;width:100%}.footer-content[data-v-36c106d2]{max-width:1100px;margin:0 auto;padding:0 20px}.footer-links[data-v-36c106d2]{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.footer-link[data-v-36c106d2]{color:#64ffda;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-link[data-v-36c106d2]:hover{color:#fff;text-decoration:underline}.footer-separator[data-v-36c106d2],.footer-text[data-v-36c106d2]{color:#8892b0;font-size:.9rem}@media (max-width:480px){.footer-links[data-v-36c106d2]{flex-direction:column;gap:10px}.footer-separator[data-v-36c106d2]{display:none}}body,html{margin:0;padding:0;height:100%;font-family:Roboto,Arial,sans-serif}#app{display:flex;flex-direction:column;min-height:100vh;background-color:#0a192f;color:#ccd6f6}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px;box-sizing:border-box}.main-header{background:linear-gradient(rgba(10,25,47,.6),rgba(10,25,47,.9)),url(/img/hero2.50f28d36.jpg) no-repeat 50%;background-size:cover;color:#fff;width:100%;height:var(--hero-h);flex-direction:column}.main-header,.top-bar{position:relative;display:flex}.top-bar{z-index:2;justify-content:space-between;padding-top:15px;padding-bottom:15px;gap:15px}.main-navigation,.top-bar{align-items:center;flex-wrap:wrap}.main-navigation{display:flex;gap:20px}.main-navigation a{text-decoration:none;color:#ccd6f6;padding:8px 0;transition:color .3s ease,border-bottom-color .3s ease;font-size:.95rem;position:relative;border-bottom:2px solid transparent}.main-navigation a.router-link-active,.main-navigation a:hover{color:#fff;border-bottom-color:#64ffda;text-shadow:0 0 8px rgba(100,255,218,.3)}.game-progress-display{font-size:.9em;color:#a8b2d1;text-align:center;background-color:rgba(17,34,64,.6);padding:4px 10px;border-radius:4px;flex-grow:1;min-width:150px;white-space:nowrap}.auth-links{display:flex;align-items:center;gap:15px}.header-content-wrapper{display:flex;justify-content:center;position:relative;z-index:5;padding-top:2%;min-height:300px}.header-content{text-align:center;padding-bottom:40px;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-image{display:block;margin:0 auto 15px auto;max-width:var(--logo-max-width);height:auto;max-height:var(--logo-max-height)}.header-content p{font-size:clamp(1rem,3vw,1.25rem);color:#a8b2d1;margin-bottom:10px}.btn{padding:10px 20px;border-radius:4px;cursor:pointer;font-size:.95rem;transition:all .3s ease;border:1px solid transparent;background:none;font-weight:500;text-decoration:none;display:inline-block}.btn-outline{border-color:#64ffda;color:#64ffda}.btn-outline:hover{background-color:rgba(100,255,218,.1);text-decoration:none}.btn-play-now{background-color:#ff8c00;color:#fff;border:none;padding:12px 35px;font-size:1.1rem;font-weight:500;box-shadow:0 4px 10px rgba(0,0,0,.2);margin-top:var(--button-position)}.btn-play-now:hover{background-color:#e07b00;box-shadow:0 6px 12px rgba(0,0,0,.3);transform:translateY(-2px);text-decoration:none}.coming-soon-badge{background:linear-gradient(45deg,#64ffda,#52d6c0);color:#0a192f;padding:12px 35px;font-size:1.1rem;font-weight:600;border-radius:4px;margin-top:var(--button-position);display:inline-block;box-shadow:0 4px 15px rgba(100,255,218,.3);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.main-content{flex-grow:1;margin-top:calc(var(--hero-h)*-1*var(--overlap-factor));position:relative;z-index:2;padding-top:40px;padding-bottom:40px;background-color:#0a192f;border-top-left-radius:15px;border-top-right-radius:15px}:root{--hero-h:clamp(320px,56.25vw,760px);--overlap-factor:0.62;--logo-max-width:60%;--logo-max-height:180px;--button-position:30px}@media (max-width:1400px){:root{--overlap-factor:0.55;--logo-max-width:60%;--logo-max-height:180px;--button-position:30px}}@media (max-width:1200px){:root{--overlap-factor:0.48;--logo-max-width:65%;--logo-max-height:170px;--button-position:28px}}@media (max-width:992px){:root{--overlap-factor:0.32;--logo-max-width:70%;--logo-max-height:160px;--button-position:25px}}@media (max-width:805px){:root{--overlap-factor:0;--logo-max-width:80%;--logo-max-height:140px;--button-position:22px}.main-content{border-top-left-radius:0;border-top-right-radius:0}}@media (max-width:480px){:root{--logo-max-width:90%;--logo-max-height:120px;--button-position:20px}}@media (max-width:805px){.auth-links,.main-navigation,.top-bar{all:unset}.top-bar{display:grid;grid-template-columns:1fr auto;grid-template-areas:"progress auth" "nav      nav";row-gap:12px;-moz-column-gap:10px;column-gap:10px;align-items:center;padding:14px 0;width:100%}.game-progress-display{grid-area:progress;justify-self:start;font-size:.9rem;white-space:nowrap}.auth-links{grid-area:auth;display:inline-flex;align-items:center;gap:8px}.auth-links .btn{padding:6px 10px;font-size:.9rem;flex:0 0 auto;max-width:140px}.main-navigation{grid-area:nav;display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:10px 15px;width:100%;justify-items:center;overflow-x:hidden}.main-navigation a{font-size:.9rem;white-space:nowrap;padding:6px 0}.header-content-wrapper{padding-top:60px;min-height:220px}}.page-content[data-v-4f168d94]{padding:20px;max-width:1200px;margin:0 auto}.welcome-section[data-v-4f168d94]{text-align:center;margin-bottom:40px;padding:30px 20px;background:linear-gradient(135deg,rgba(10,25,47,.95),rgba(17,34,64,.95));border-radius:12px;box-shadow:0 10px 30px -15px rgba(2,12,27,.7);border:1px solid #1e3a5f;color:#e6f1ff}.welcome-title[data-v-4f168d94]{font-size:2.2rem;font-weight:700;margin-bottom:20px;color:#64ffda;text-shadow:0 2px 4px rgba(0,0,0,.3)}.welcome-text[data-v-4f168d94]{font-size:1.1rem;max-width:800px;margin:0 auto 15px;line-height:1.6;color:#a8b2d1}.coming-soon-section[data-v-4f168d94]{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,rgba(100,255,218,.1),rgba(255,184,108,.1));border-radius:15px;border:2px solid rgba(100,255,218,.3)}.launch-info[data-v-4f168d94]{margin-bottom:2rem}.launch-date[data-v-4f168d94]{font-size:1.8rem;font-weight:700;color:#64ffda;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.launch-description[data-v-4f168d94]{font-size:1.2rem;color:#e6f1ff;font-weight:500;margin-bottom:1rem}.launch-details[data-v-4f168d94]{font-size:1rem;color:#a8b2d1;font-style:italic}.features-container[data-v-4f168d94]{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:3rem}.feature-section[data-v-4f168d94]{background:#112240;border-radius:12px;padding:2rem;box-shadow:0 10px 30px -15px rgba(2,12,27,.7);border:1px solid #1e3a5f;transition:all .3s ease}.feature-section[data-v-4f168d94]:hover{transform:translateY(-5px);box-shadow:0 20px 30px -15px rgba(2,12,27,.8);border-color:rgba(100,255,218,.4)}.feature-header[data-v-4f168d94]{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(100,255,218,.2)}.header-with-image[data-v-4f168d94]{display:flex;align-items:center;gap:1rem}.header-image[data-v-4f168d94]{width:40px;height:40px;border-radius:4px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.feature-header h3[data-v-4f168d94]{color:#64ffda;font-size:1.5rem;font-weight:700;margin:0}.content-card[data-v-4f168d94]{color:#a8b2d1}.features[data-v-4f168d94]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature[data-v-4f168d94]{text-align:center;padding:1.5rem;background:rgba(30,58,95,.3);border-radius:8px;border:1px solid rgba(100,255,218,.1);transition:all .3s ease}.feature[data-v-4f168d94]:hover{transform:translateY(-3px);border-color:rgba(100,255,218,.3);background:rgba(30,58,95,.5)}.feature-icon[data-v-4f168d94]{font-size:2.5rem;margin-bottom:1rem}.feature h4[data-v-4f168d94]{color:#64ffda;font-size:1.2rem;margin-bottom:.75rem}.feature p[data-v-4f168d94]{color:#a8b2d1;line-height:1.5}.contact-section[data-v-4f168d94]{margin-top:3rem}.contact-card[data-v-4f168d94]{background:linear-gradient(135deg,rgba(10,25,47,.95),rgba(17,34,64,.95));border-radius:12px;padding:2rem;text-align:center;box-shadow:0 10px 30px -15px rgba(2,12,27,.7);border:1px solid #1e3a5f;color:#a8b2d1}.contact-card h3[data-v-4f168d94]{color:#64ffda;font-size:1.5rem;margin-bottom:1rem}.contact-info[data-v-4f168d94]{margin-top:1.5rem;font-size:.95rem}.contact-email[data-v-4f168d94]{color:#64ffda!important;text-decoration:none;font-weight:600;padding:2px 5px;border-radius:4px;transition:all .2s ease}.contact-email[data-v-4f168d94]:hover{background-color:rgba(100,255,218,.1);text-decoration:underline}.contact-info a[data-v-4f168d94]{color:#64ffda;text-decoration:none}.contact-info a[data-v-4f168d94]:hover{text-decoration:underline}@media (max-width:768px){.welcome-title[data-v-4f168d94]{font-size:1.8rem}.welcome-text[data-v-4f168d94]{font-size:1rem}.launch-date[data-v-4f168d94]{font-size:1.5rem}.features[data-v-4f168d94]{grid-template-columns:1fr}.feature-section[data-v-4f168d94]{padding:1.5rem}}@media (max-width:480px){.welcome-section[data-v-4f168d94]{padding:20px 15px}.welcome-title[data-v-4f168d94]{font-size:1.5rem}.feature-section[data-v-4f168d94]{padding:1rem}}.page-content[data-v-22e4425a]{padding:20px;max-width:1200px;margin:0 auto}.intro-container[data-v-22e4425a]{display:flex;flex-direction:column;gap:2.5rem}.intro-title[data-v-22e4425a]{font-size:2.2rem;font-weight:700;margin-bottom:20px;color:#64ffda;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.intro-section[data-v-22e4425a]{display:flex;flex-direction:column;gap:1.25rem}.section-title[data-v-22e4425a]{font-size:1.75rem;font-weight:700;color:#e6f1ff;position:relative;padding-bottom:.75rem;margin-bottom:.5rem}.section-title[data-v-22e4425a]:after{content:"";position:absolute;bottom:0;left:0;width:4rem;height:3px;background-color:#64ffda}.intro-text[data-v-22e4425a]{font-size:1.1rem;line-height:1.6;color:#a8b2d1}.content-card[data-v-22e4425a]{background:#112240;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px -15px rgba(2,12,27,.7);border:1px solid #1e3a5f;color:#a8b2d1}.important-notice[data-v-22e4425a]{display:flex;gap:1rem;background-color:rgba(100,255,218,.1);border-left:4px solid #64ffda;padding:1.25rem;border-radius:8px;margin:1rem 0}.important-notice.small[data-v-22e4425a]{padding:.75rem 1rem;margin-top:1.5rem}.notice-icon[data-v-22e4425a]{font-size:1.5rem;flex-shrink:0}.feature-list[data-v-22e4425a]{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.5rem}.feature-item[data-v-22e4425a]{padding-bottom:1.5rem;border-bottom:1px solid rgba(100,255,218,.1)}.feature-item[data-v-22e4425a]:last-child{border-bottom:none;padding-bottom:0}.feature-header[data-v-22e4425a]{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.feature-icon[data-v-22e4425a]{font-size:1.5rem}.sub-list[data-v-22e4425a]{margin-top:.75rem;margin-left:2.5rem;list-style-type:disc}.sub-list li[data-v-22e4425a]{margin-bottom:.5rem}.pricing-options[data-v-22e4425a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:1.5rem 0}.pricing-option[data-v-22e4425a]{background-color:#1e3a5f;border-radius:8px;padding:1.25rem;border:1px solid rgba(100,255,218,.1);transition:transform .3s ease,box-shadow .3s ease}.pricing-option[data-v-22e4425a]:hover{transform:translateY(-5px);box-shadow:0 10px 20px -12px rgba(0,0,0,.7);border-color:rgba(100,255,218,.3)}.pricing-header[data-v-22e4425a]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.pricing-icon[data-v-22e4425a]{font-size:1.75rem}.pricing-header h3[data-v-22e4425a]{color:#64ffda;font-size:1.25rem;font-weight:600}.scoring-section[data-v-22e4425a]{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(100,255,218,.1)}.scoring-section[data-v-22e4425a]:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.scoring-title[data-v-22e4425a]{display:flex;align-items:center;gap:.75rem;color:#64ffda;font-size:1.35rem;margin-bottom:1rem}.scoring-icon[data-v-22e4425a]{font-size:1.5rem}.points-category[data-v-22e4425a]{color:#e6f1ff;font-size:1.1rem;margin:1.25rem 0 .75rem;font-weight:600}.points-table[data-v-22e4425a]{background-color:#1e3a5f;border-radius:8px;overflow:hidden;margin:1rem 0}.points-row[data-v-22e4425a]{display:flex;padding:.75rem 1rem;border-bottom:1px solid rgba(100,255,218,.1)}.points-row[data-v-22e4425a]:last-child{border-bottom:none}.points-row[data-v-22e4425a]:nth-child(odd){background-color:rgba(100,255,218,.05)}.position[data-v-22e4425a]{flex:1;font-weight:500}.points[data-v-22e4425a]{color:#64ffda;font-weight:600;text-align:right;padding-left:1rem}.total-formula[data-v-22e4425a]{background-color:rgba(100,255,218,.1);padding:1rem;border-radius:8px;text-align:center;margin-top:1.5rem;color:#e6f1ff}.feature-grid[data-v-22e4425a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card[data-v-22e4425a]{background-color:#1e3a5f;border-radius:8px;padding:1.5rem;border:1px solid rgba(100,255,218,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.feature-card[data-v-22e4425a]:hover{transform:translateY(-5px);box-shadow:0 10px 20px -12px rgba(0,0,0,.7);border-color:rgba(100,255,218,.3)}.feature-card-icon[data-v-22e4425a]{font-size:2.5rem;margin-bottom:1rem}.feature-card h3[data-v-22e4425a]{color:#64ffda;font-size:1.2rem;margin-bottom:.75rem}.info-grid[data-v-22e4425a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.info-item[data-v-22e4425a]{background-color:#1e3a5f;border-radius:8px;padding:1.5rem;border:1px solid rgba(100,255,218,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.info-item[data-v-22e4425a]:hover{transform:translateY(-5px);box-shadow:0 10px 20px -12px rgba(0,0,0,.7);border-color:rgba(100,255,218,.3)}.info-icon[data-v-22e4425a]{font-size:2rem;margin-bottom:1rem}.info-item h3[data-v-22e4425a]{color:#64ffda;font-size:1.1rem;margin-bottom:.75rem}.closing-card[data-v-22e4425a]{background:linear-gradient(135deg,rgba(10,25,47,.95),rgba(17,34,64,.95));border-radius:12px;padding:2rem;text-align:center;box-shadow:0 10px 30px -15px rgba(2,12,27,.7);border:1px solid #1e3a5f;color:#a8b2d1}.closing-text[data-v-22e4425a]{font-size:1.5rem;font-weight:700;margin-top:1.5rem;color:#64ffda}.mb-4[data-v-22e4425a]{margin-bottom:1rem}@media (max-width:768px){.intro-title[data-v-22e4425a]{font-size:1.8rem}.section-title[data-v-22e4425a]{font-size:1.5rem}.feature-grid[data-v-22e4425a],.info-grid[data-v-22e4425a],.pricing-options[data-v-22e4425a]{grid-template-columns:1fr}.points-row[data-v-22e4425a]{flex-direction:column;padding:.75rem}.position[data-v-22e4425a]{margin-bottom:.25rem}.points[data-v-22e4425a]{text-align:left;padding-left:0}}@media (max-width:480px){.intro-title[data-v-22e4425a]{font-size:1.5rem}.content-card[data-v-22e4425a]{padding:1rem}.important-notice[data-v-22e4425a]{align-items:center;padding:1rem}.feature-header[data-v-22e4425a],.important-notice[data-v-22e4425a],.pricing-header[data-v-22e4425a],.scoring-title[data-v-22e4425a]{flex-direction:column;text-align:center}}.page-content[data-v-a38bc84c]{padding:20px;max-width:800px;margin:0 auto}.terms-container[data-v-a38bc84c]{display:flex;flex-direction:column;gap:2rem}.terms-title[data-v-a38bc84c]{font-size:2.2rem;font-weight:700;margin-bottom:20px;color:#64ffda;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.terms-content[data-v-a38bc84c]{background:linear-gradient(135deg,rgba(10,25,47,.95),rgba(17,34,64,.95));border-radius:12px;padding:2rem;box-shadow:0 10px 30px -15px rgba(2,12,27,.7);border:1px solid #1e3a5f;color:#a8b2d1;line-height:1.6}.terms-section[data-v-a38bc84c]{margin-bottom:2rem}.terms-section[data-v-a38bc84c]:last-child{margin-bottom:0}.terms-section h2[data-v-a38bc84c]{color:#e6f1ff;font-size:1.4rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #1e3a5f}.terms-section p[data-v-a38bc84c]{margin-bottom:1rem;font-size:1rem}.terms-section p[data-v-a38bc84c]:last-child{margin-bottom:0}.terms-section ul[data-v-a38bc84c]{margin:1rem 0;padding-left:2rem}.terms-section li[data-v-a38bc84c]{margin-bottom:.5rem}.contact-link[data-v-a38bc84c]{color:#64ffda;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-link[data-v-a38bc84c]:hover{color:#fff;text-decoration:underline}.terms-footer[data-v-a38bc84c]{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #1e3a5f;text-align:center;font-size:.9rem;color:#8892b0}@media (max-width:768px){.terms-title[data-v-a38bc84c]{font-size:1.8rem}.terms-content[data-v-a38bc84c]{padding:1.5rem}.terms-section h2[data-v-a38bc84c]{font-size:1.2rem}}@media (max-width:480px){.terms-content[data-v-a38bc84c]{padding:1rem}.terms-section ul[data-v-a38bc84c]{padding-left:1.5rem}}.page-content[data-v-0c439206]{padding:20px;max-width:800px;margin:0 auto}.privacy-container[data-v-0c439206]{display:flex;flex-direction:column;gap:2rem}.privacy-title[data-v-0c439206]{font-size:2.2rem;font-weight:700;margin-bottom:20px;color:#64ffda;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.privacy-content[data-v-0c439206]{background:linear-gradient(135deg,rgba(10,25,47,.95),rgba(17,34,64,.95));border-radius:12px;padding:2rem;box-shadow:0 10px 30px -15px rgba(2,12,27,.7);border:1px solid #1e3a5f;color:#a8b2d1;line-height:1.6}.privacy-section[data-v-0c439206]{margin-bottom:2rem}.privacy-section[data-v-0c439206]:last-child{margin-bottom:0}.privacy-section h2[data-v-0c439206]{color:#e6f1ff;font-size:1.4rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #1e3a5f}.privacy-section p[data-v-0c439206]{margin-bottom:1rem;font-size:1rem}.privacy-section p[data-v-0c439206]:last-child{margin-bottom:0}.privacy-section ul[data-v-0c439206]{margin:1rem 0;padding-left:2rem}.privacy-section li[data-v-0c439206]{margin-bottom:.5rem}.contact-link[data-v-0c439206]{color:#64ffda;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-link[data-v-0c439206]:hover{color:#fff;text-decoration:underline}.privacy-footer[data-v-0c439206]{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #1e3a5f;text-align:center;font-size:.9rem;color:#8892b0}@media (max-width:768px){.privacy-title[data-v-0c439206]{font-size:1.8rem}.privacy-content[data-v-0c439206]{padding:1.5rem}.privacy-section h2[data-v-0c439206]{font-size:1.2rem}}@media (max-width:480px){.privacy-content[data-v-0c439206]{padding:1rem}.privacy-section ul[data-v-0c439206]{padding-left:1.5rem}}