.confirm-modal-overlay{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;z-index:2000}.confirm-modal{width:min(420px,92vw);background:#fff;border-radius:16px;padding:1.75rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 25px 60px #0f172a4d;display:grid;gap:1rem;margin-top:clamp(2.5rem,10vh,6rem)}.confirm-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.confirm-modal-header h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.confirm-modal-close{background:#94a3b833;border:none;border-radius:10px;color:#374151;width:32px;height:32px;font-size:1.25rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.confirm-modal-close:hover{background:#3b82f61f;color:#1d4ed8}.confirm-modal-description{margin:0;color:#4b5563;font-size:.95rem;line-height:1.5}.confirm-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.confirm-modal-button{border-radius:10px;padding:.65rem 1.4rem;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .2s ease}.confirm-modal-button.secondary{background:#f3f4f6;color:#374151}.confirm-modal-button.secondary:hover{background:#e5e7eb}.confirm-modal-button.primary{background:#ef4444;color:#fff;box-shadow:0 8px 20px #ef444459}.confirm-modal-button.primary:hover{background:#dc2626;box-shadow:0 12px 24px #dc262666;transform:translateY(-1px)}@media(max-width:520px){.confirm-modal-actions{flex-direction:column-reverse;align-items:stretch}.confirm-modal-button{width:100%}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.8);z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000000d}.header-container{max-width:1400px;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.logo{display:flex;align-items:center;gap:.05rem;text-decoration:none;color:inherit;transition:opacity .2s ease;transform:translate(-2px,2px)}.logo:hover{opacity:.8}.logo-image{width:56px;height:56px;object-fit:contain;flex-shrink:0;transform:scale(1.2);transform-origin:left center}.logo-text{font-size:1.5rem;font-family:League Spartan,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:800;color:#1f2937;letter-spacing:-.5px;line-height:1.1;display:flex;align-items:center;transform:scale(1.2);transform-origin:left center}.products-dropdown{position:relative}.products-toggle{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.25rem;border-radius:10px;border:1px solid rgba(59,130,246,.28);background:linear-gradient(180deg,#eff6fff2,#dbeafeeb);color:#1e3a8a;font-weight:600;font-size:.95rem;box-shadow:0 6px 16px #0f172a14;transition:all .25s ease;cursor:pointer}.products-toggle:hover{background:#fff;border-color:#3b82f673;color:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 22px #0f172a24}.products-toggle.open{background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-color:transparent;color:#fff;box-shadow:0 10px 24px #1e40af59}.products-caret{width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;margin-top:-2px}.products-toggle.open .products-caret{transform:rotate(-135deg);margin-top:2px}.products-menu{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);min-width:220px;background:#fff;border-radius:14px;border:1px solid rgba(148,163,184,.35);box-shadow:0 16px 40px #0f172a29;padding:.6rem;display:grid;gap:.35rem;opacity:0;visibility:hidden;transform-origin:top center;transition:all .2s ease;z-index:20}.products-menu.open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.products-menu .products-item{display:flex;align-items:center;justify-content:center;padding:.6rem .9rem;border-radius:10px;text-decoration:none;color:#1f2937;font-weight:600;font-size:.95rem;line-height:1.2;text-align:center;transition:all .2s ease}.products-menu .products-item:hover{background:#3b82f614;color:#1d4ed8}.products-menu .products-item.active{background:linear-gradient(135deg,#2563eb29,#3b82f614);color:#1d4ed8}.profile-dropdown{position:relative}.profile-toggle{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem .9rem;border-radius:10px;border:1px solid rgba(51,65,85,.32);background:linear-gradient(180deg,#f1f5f9f2,#e2e8f0eb);color:#0f172a;font-weight:600;font-size:.95rem;box-shadow:0 6px 16px #0f172a14;transition:all .25s ease;cursor:pointer}.profile-user-icon{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;line-height:0}.profile-user-icon svg{width:21px;height:21px;display:block}.profile-toggle:hover{background:#fff;border-color:#33415580;color:#0f172a;transform:translateY(-1px);box-shadow:0 10px 22px #0f172a24}.profile-toggle.open{background:linear-gradient(135deg,#0f172a,#334155);border-color:transparent;color:#fff;box-shadow:0 10px 24px #0f172a59}.profile-caret{width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;margin-top:-2px}.profile-toggle.open .profile-caret{transform:rotate(-135deg);margin-top:2px}.profile-menu{position:absolute;top:calc(100% + .75rem);left:auto;right:0;transform:none;min-width:200px;background:#fff;border-radius:14px;border:1px solid rgba(148,163,184,.35);box-shadow:0 16px 40px #0f172a29;padding:.6rem;display:grid;gap:.35rem;opacity:0;visibility:hidden;transform-origin:top right;transition:all .2s ease;z-index:20}.profile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.profile-item{display:flex;align-items:center;justify-content:center;padding:.6rem .9rem;border-radius:10px;text-decoration:none;color:#0f172a;font-weight:600;font-size:.95rem;line-height:1.2;text-align:center;transition:all .2s ease;background:transparent;border:none}.profile-menu .profile-item:hover{background:#0f172a1f;color:#0f172a}.profile-logout,.profile-logout:hover{color:#0f172a}.nav{position:relative}.header-center-status{position:absolute;left:50%;transform:translate(-50%);width:min(360px,32vw);z-index:1}.header-center-status .update-bar{justify-content:center;margin-bottom:0}.header-center-status .update-bar-item{padding:.44rem 1.1rem;column-gap:1.05rem;border:1px solid rgba(59,130,246,.25);border-radius:12px;background:linear-gradient(180deg,#eff6fff2,#dbeafeeb);box-shadow:0 8px 20px #0f172a1f}.header-center-status .update-label{font-size:.63rem;color:#1e3a8a}.header-center-status .update-value{font-size:.82rem;color:#0f172a;white-space:nowrap}.mobile-menu-button{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:8px;cursor:pointer}.mobile-menu-button span{width:24px;height:2px;background:#1f2937;border-radius:2px;transition:all .3s ease}.nav-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-list li{display:flex;align-items:center}.nav-list a{color:#4b5563;font-weight:500;font-size:.95rem;transition:color .2s ease;padding:.5rem 0}.nav-list a:hover{color:#3b82f6}.login-button{padding:.6rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d}.login-button:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.login-button:active{transform:translateY(0)}@media(max-width:862px){.header-container{padding:.75rem 1.5rem}.header-center-status{display:none}.logo-image{width:48px;height:48px}.mobile-menu-button{display:flex}.nav-list{position:absolute;top:calc(100% + 1rem);right:0;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:1rem;min-width:200px;gap:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.nav-list.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-list li{display:block;width:100%}.products-dropdown,.profile-dropdown{width:100%}.nav-list a{display:block;padding:.75rem 1rem;border-radius:6px;width:100%;box-sizing:border-box}.nav-list a:hover{background:#f3f4f6}.products-toggle{width:100%;justify-content:flex-start;text-align:left;padding:.75rem 1rem;box-shadow:none;box-sizing:border-box}.products-toggle .products-caret{margin-left:auto}.products-menu{position:static;min-width:0;box-shadow:none;border:none;background:transparent;padding:.25rem 0 0;opacity:1;visibility:visible;transform:none;display:none}.products-menu.open{display:grid;left:auto;transform:none}.products-menu .products-item{width:100%;padding:.75rem 1rem;box-sizing:border-box;justify-content:flex-start;text-align:left}.login-button{width:100%;margin-top:.5rem;box-sizing:border-box}.profile-toggle{width:100%;justify-content:flex-start;text-align:left;padding:.75rem;box-shadow:none;box-sizing:border-box}.profile-toggle .profile-caret{margin-left:auto}.profile-menu{position:static;min-width:0;box-shadow:none;border:none;background:transparent;padding:.25rem 0 0;opacity:1;visibility:visible;transform:none;display:none}.profile-menu.open{display:grid;left:auto;transform:none}.profile-menu .profile-item{width:100%;padding:.75rem 1rem;justify-content:flex-start;text-align:left;box-sizing:border-box}}.terms-modal-overlay{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.terms-modal{width:min(820px,95vw);max-height:85vh;background:#fff;border-radius:18px;border:1px solid rgba(148,163,184,.45);box-shadow:0 30px 80px #0f172a47;display:flex;flex-direction:column;overflow:hidden}.terms-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem .75rem;border-bottom:1px solid #e5e7eb}.terms-modal-header h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.terms-modal-close{border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#64748b}.terms-modal-close:hover{color:#1e3a8a}.terms-modal-meta{padding:0 1.75rem .75rem;font-size:.85rem;color:#64748b}.terms-modal-body{padding:0 1.75rem 1.5rem;overflow-y:auto;display:grid;gap:.85rem;font-size:.95rem;color:#1f2937;line-height:1.55}.terms-modal-body h3{margin-top:.5rem;font-size:1.1rem;color:#0f172a}.terms-modal-body ul{padding-left:1.2rem;margin:0;display:grid;gap:.35rem}.terms-modal-footer{padding:1rem 1.75rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.terms-modal-button{padding:.65rem 1.5rem;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-weight:600;cursor:pointer}.terms-modal-button:hover{background:#2563eb}@media(max-width:640px){.terms-modal-header,.terms-modal-meta,.terms-modal-body,.terms-modal-footer{padding-left:1.2rem;padding-right:1.2rem}.terms-modal-body{font-size:.92rem}}.footer{background:#1f2937;color:#e5e7eb;margin-top:auto;padding:4rem 0 2rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:inherit;margin-bottom:1rem;transition:opacity .2s ease;transform:translate(-14px,2px)}.footer-logo:hover{opacity:.8}.footer-logo-image{width:48px;height:48px;object-fit:contain;transform:scale(1.3);transform-origin:left center}.footer-logo-text{font-size:1.25rem;font-family:League Spartan,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:800;color:#fff;display:flex;align-items:center;transform:scale(1.3);transform-origin:left center}.footer-description{color:#9ca3af;font-size:.95rem;line-height:1.6;max-width:300px}.footer-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:#9ca3af;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links li a:hover{color:#3b82f6}.footer-link-button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.95rem;padding:0;text-align:left;transition:color .2s ease}.footer-link-button:hover{color:#3b82f6}.footer-social{display:grid;grid-template-columns:repeat(2,minmax(110px,max-content));gap:.75rem 1rem}.social-link{display:flex;align-items:center;gap:.75rem;color:#9ca3af;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;padding:.5rem 0}.social-link:hover{color:#3b82f6;transform:translate(4px)}.social-link svg{flex-shrink:0;transition:transform .2s ease}.social-link:hover svg{transform:scale(1.1)}.footer-bottom{padding-top:2rem;border-top:1px solid #374151;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copyright{color:#6b7280;font-size:.9rem;margin:0}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal-link{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.9rem;padding:0;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.footer-legal-link:hover{color:#3b82f6}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-social{grid-template-columns:repeat(2,minmax(110px,max-content))}.footer-bottom{justify-content:center;text-align:center}.footer-legal{width:100%;justify-content:center}}.access-page{min-height:100vh;background:#f8fafc;color:#0f172a}.access-hero{background:linear-gradient(135deg,#1d4ed8,#2563eb 55%,#3b82f6);color:#fff;padding:6.5rem 0 5rem;position:relative;overflow:hidden}.access-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M40 28l-8 12h16zM0 0h8v8H0zM72 0h8v8h-8zM0 72h8v8H0zM72 72h8v8h-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.35}.access-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:2.5rem;align-items:center}.access-hero-content{display:grid;gap:1.4rem}.access-hero-badge{display:inline-flex;align-items:center;width:fit-content;padding:.35rem .95rem;border-radius:999px;background:#fff3;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.access-hero-content h1{font-size:clamp(2rem,4vw,3.1rem);line-height:1.1;margin:0}.access-hero-content p{font-size:1.15rem;line-height:1.7;max-width:560px;margin:0;opacity:.92}.access-hero-card{background:#ffffffeb;color:#0f172a;padding:1.75rem 1.75rem 1.6rem;border-radius:18px;box-shadow:0 22px 50px #0f172a33;border:1px solid rgba(255,255,255,.6);display:grid;gap:1rem}.access-hero-card-title{font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;color:#475569;margin:0;font-weight:600}.access-hero-card-text{font-size:1rem;line-height:1.6;margin:0;color:#0f172a}.access-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.access-body{padding:3.5rem 0 5rem;background:#f8fafc}.access-card{background:#fff;border-radius:18px;padding:2.2rem;border:1px solid rgba(148,163,184,.3);box-shadow:0 18px 40px #0f172a14;display:grid;gap:1rem}.access-card h2{font-size:1.6rem;margin:0;color:#0f172a}.access-card p{margin:0;color:#475569;font-size:1.05rem;line-height:1.7}.access-actions{display:flex;gap:.75rem;flex-wrap:wrap}.access-card--light{background:#eff6ff;border-color:#3b82f633}.access-page .button{padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none;display:inline-block}.access-page .button-primary{background:#2563eb;color:#fff;border:1px solid #2563eb;box-shadow:0 10px 24px #2563eb59}.access-page .button-primary:hover,.access-page .button-primary:focus-visible{background:#1d4ed8;color:#fff;border-color:#1d4ed8;box-shadow:0 14px 30px #1d4ed873;transform:translateY(-2px)}.access-page .button-secondary{background:#eff6ff;color:#1d4ed8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(37,99,235,.35)}.access-page .button-secondary:hover,.access-page .button-secondary:focus-visible{background:#dbeafe;border-color:#2563eb99;color:#1d4ed8}@media(max-width:960px){.access-hero{padding:5.5rem 0 4rem}.access-hero-grid{grid-template-columns:1fr}.access-hero-card{width:100%}}@media(max-width:640px){.access-hero{padding:5rem 0 3.5rem}.access-hero-content p{font-size:1rem}.access-card{padding:1.75rem}}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.button{padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button-primary{background:#fff;color:#1d4ed8;box-shadow:0 4px 20px #0003}.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.button-secondary{background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.button-secondary:hover{background:#ffffff40;border-color:#ffffff80}.button-large{padding:1.25rem 2.5rem;font-size:1.1rem}@media(max-width:768px){.container{padding:0 1.5rem}}@font-face{font-family:League Spartan;src:url(/assets/LeagueSpartan-ExtraBold-Bmozw12B.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;line-height:1.6}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}a{text-decoration:none;color:inherit}html{scroll-behavior:smooth}
