.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}.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(14,116,144,.3);background:linear-gradient(135deg,#22d3ee2e,#0e749014);color:#0f172a;font-weight:600;font-size:.95rem;box-shadow:0 6px 16px #0f766e24;transition:all .25s ease;cursor:pointer}.products-toggle:hover{background:linear-gradient(135deg,#22d3ee47,#0e74901f);border-color:#0e749080;color:#0f172a;transform:translateY(-1px);box-shadow:0 10px 22px #0f766e38}.products-toggle.open{background:linear-gradient(135deg,#0f766e,#22d3ee);border-color:transparent;color:#fff;box-shadow:0 10px 24px #0f766e4d}.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:linear-gradient(155deg,#ecfefffa,#e0f2fef5);border-radius:14px;border:1px solid rgba(14,116,144,.25);box-shadow:0 18px 44px #0f766e38;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:#22d3ee2e;color:#0f766e}.products-menu .products-item.active{background:#0e749033;color:#0f172a}.profile-dropdown{position:relative}.profile-toggle{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.25rem;border-radius:10px;border:1px solid rgba(59,130,246,.25);background:#3b82f61a;color:#1e40af;font-weight:600;font-size:.95rem;box-shadow:0 6px 16px #0f172a14;transition:all .25s ease;cursor:pointer}.profile-toggle:hover{background:#ffffffe6;border-color:#3b82f673;color:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 22px #0f172a24}.profile-toggle.open{background:linear-gradient(135deg,#1e40af,#3b82f6);border-color:transparent;color:#fff;box-shadow:0 10px 24px #1e40af59}.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:50%;transform:translate(-50%);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 center;transition:all .2s ease;z-index:20}.profile-menu.open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.profile-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;background:transparent;border:none}.profile-item:hover{background:#3b82f614;color:#1d4ed8}.profile-logout{color:#b91c1c}.profile-logout:hover{background:#ef444414;color:#991b1b}.nav{position:relative}.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:768px){.header-container{padding:.75rem 1.5rem}.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{width:100%}.nav-list a{display:block;padding:.75rem 1rem;border-radius:6px;width:100%}.nav-list a:hover{background:#f3f4f6}.products-toggle{width:100%;justify-content:space-between}.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}.products-item{padding:.75rem 1rem}.login-button{width:100%;margin-top:.5rem}.profile-toggle{width:100%;justify-content:space-between}.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}.profile-item{padding:.75rem 1rem;justify-content:flex-start}}.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:flex;flex-direction:column;gap: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;text-align:center}.footer-copyright{color:#6b7280;font-size:.9rem;margin:0}@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{flex-direction:row;flex-wrap:wrap}}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;display:flex;flex-direction:column;transition:all .3s ease;height:100%;box-shadow:0 1px 3px #0000000d}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:#3b82f6}.product-icon{width:64px;height:64px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem;color:#fff}.product-icon-image{width:70%;height:70%;object-fit:contain;display:block}.product-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.product-description{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.product-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.product-features li{display:flex;align-items:center;gap:.75rem;color:#374151;font-size:.95rem}.product-features li svg{flex-shrink:0}.product-footer{margin-top:auto}.product-button{width:100%;margin-top:1rem;padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.product-button.is-disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;pointer-events:none}.product-button.is-disabled:hover,.product-button.is-disabled:active{background:#94a3b8;transform:none}.product-button:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.product-button:active{transform:translateY(0)}@media(max-width:768px){.product-card{padding:1.5rem}.product-icon{width:56px;height:56px;font-size:1.75rem}.product-title{font-size:1.25rem}}.home-page{padding-top:80px}.home-notice-wrap{position:fixed;top:96px;left:50%;transform:translate(-50%);z-index:1200;padding:0 1rem;width:min(520px,90vw)}.home-notice{background:#ecfeff;color:#0f172a;border:1px solid rgba(59,130,246,.25);border-radius:12px;padding:.9rem 1.2rem;text-align:center;font-weight:600;box-shadow:0 12px 26px #0f172a2e;animation:homeNoticeIn .25s ease}@keyframes homeNoticeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hero{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:6rem 0;min-height:calc(100vh - 80px);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.gradient-text{background:linear-gradient(135deg,#22d3ee,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.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}.home-page .button-primary{background:#fff;color:#1e40af;border:1px solid rgba(255,255,255,.65);box-shadow:0 8px 24px #0f172a2e}.home-page .button-primary:hover,.home-page .button-primary:focus-visible{background:#f8fafc;color:#1e40af;border-color:#ffffffe6;box-shadow:0 12px 30px #0f172a47;transform:translateY(-2px)}.hero-visual{position:relative;height:480px;width:700px;display:flex;align-items:center;justify-content:center}.hero-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:20px;display:block;box-shadow:0 20px 40px #00000026}.products-section{padding:6rem 0;background:#f9fafb}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem;letter-spacing:-.5px}.section-description{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.products-beta{margin:2.5rem auto 0;max-width:920px;background:linear-gradient(135deg,#1e40af,#2563eb,#3b82f6);border:none;border-radius:18px;padding:1.75rem 2rem;display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;text-align:left;box-shadow:0 16px 32px #0f172a2e;color:#fff;scroll-margin-top:96px}.products-beta-content{display:grid;gap:.75rem}.products-beta-badge{display:inline-flex;align-items:center;width:fit-content;padding:.4rem .85rem;border-radius:999px;background:#ffffff2e;color:#fff;font-weight:700;font-size:.9rem;letter-spacing:.2px}.products-beta p{color:#fff;font-size:1.05rem;line-height:1.6;margin:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.partners-section{padding:6rem 0;background:#fff}.home-notice-wrap.is-copy{top:140px}.partners-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}.partners-highlight-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:1.75rem;box-shadow:0 10px 30px #0f172a0f}.partners-highlight-icon{font-size:2rem;margin-bottom:1rem}.partners-highlight-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.partners-highlight-card p{color:#6b7280;line-height:1.6}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.partner-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem;min-height:220px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.partner-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0f172a1f;border-color:#c7d2fe}.partner-logo{width:100%;height:96px;display:flex;align-items:center;justify-content:center}.partner-logo-img{width:120%;height:120%;object-fit:contain;display:block}.partner-logo-img.is-compact{width:100%;height:100%}.partner-logo-img.is-small{width:75%;height:75%}.partner-logo-img.is-large{width:130%;height:130%}.partner-name{font-size:1.25rem;font-weight:700;color:#1f2937;text-align:center}.partner-description{color:#6b7280;line-height:1.5;text-align:center}.partner-code{border:none;background:transparent;color:#6b7280;font:inherit;line-height:1.5;text-align:center;cursor:pointer;padding:0;transition:color .2s ease}.partner-code:hover,.partner-code:focus-visible{color:#1e40af;text-decoration:underline;outline:none}.partner-link{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;color:#1e40af;font-weight:600;justify-content:center;width:100%;text-decoration:none;transition:color .2s ease}.partner-link:hover,.partner-link:focus-visible{color:#1d4ed8;text-decoration:underline;outline:none}.partners-cta{margin-top:3.5rem;background:linear-gradient(135deg,#1e40af,#2563eb,#3b82f6);border-radius:20px;padding:2.5rem 3rem;color:#fff;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.partners-cta-content h3{font-size:2rem;font-weight:800;margin-bottom:.75rem}.partners-cta-content p{font-size:1.1rem;line-height:1.6;opacity:.95}.features-section{padding:6rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.feature-item{text-align:center}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-item h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.feature-item p{color:#6b7280;font-size:1rem;line-height:1.6}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-visual{height:420px;width:650px;max-width:100%}}@media(max-width:768px){.home-page{padding-top:70px}.container{padding:0 1.5rem}.hero{padding:4rem 0}.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}.products-beta{grid-template-columns:1fr;text-align:center;padding:1.5rem}.products-beta-badge{margin:0 auto}.products-grid{grid-template-columns:1fr;gap:1.5rem}.features-grid{grid-template-columns:1fr;gap:2rem}.partners-cta{grid-template-columns:1fr;text-align:center;padding:2rem}.partners-cta-content h3{font-size:1.75rem}.cta-content h2{font-size:2rem}}.product-page{padding-top:80px;background:#f9fafb;min-height:100vh}.product-hero{background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;padding:5rem 0 4.5rem}.product-hero .container{display:grid;grid-template-columns:1.4fr .8fr;gap:3rem;align-items:center}.product-hero-badge{display:inline-flex;align-items:center;padding:.3rem .9rem;border-radius:999px;background:#fff3;margin-bottom:1.5rem;font-weight:600}.product-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.product-hero p{font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;opacity:.95}.product-hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.product-hero-card{display:flex;align-items:center;justify-content:center;min-height:260px}.product-status-card{width:100%;border-radius:18px;padding:2rem 2.2rem;display:grid;gap:.9rem;position:relative;min-height:260px;box-shadow:0 12px 30px #0f172a14}.product-status-card.is-light{background:#fff;border:1px solid #e5e7eb;color:#0f172a}.product-status-card.is-dark{background:linear-gradient(135deg,#111827,#1f2937 45%,#334155);border:1px solid rgba(255,255,255,.16);color:#fff;box-shadow:0 18px 40px #0f172a38}.product-status-badge{display:inline-flex;align-items:center;width:fit-content;padding:.3rem .85rem;border-radius:999px;font-size:.85rem;font-weight:700;letter-spacing:.3px}.product-status-badge.is-light{background:#3b82f61f;color:#1e40af;border:1px solid rgba(59,130,246,.2)}.product-status-badge.is-dark{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.2)}.product-status-icon{width:52px;height:52px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center}.product-status-icon svg{width:26px;height:26px}.product-status-icon.is-light{background:#3b82f61f;color:#2563eb}.product-status-icon.is-dark{background:#ffffff1f;color:#e2e8f0;box-shadow:0 8px 16px #0f172a59}.product-status-title{margin:0;font-size:1.4rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.product-status-subtitle{margin:0;font-size:1rem;line-height:1.6}.product-status-card.is-light .product-status-subtitle{color:#6b7280}.product-status-card.is-dark .product-status-subtitle{color:#ffffffd9;text-shadow:0 8px 20px rgba(15,23,42,.35)}.product-details{padding:4.5rem 0 6rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-panel{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 12px 30px #0f172a14}.product-panel h2{font-size:1.6rem;margin-bottom:1.25rem;color:#111827}.product-panel-features{position:relative;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 18px 40px #0f172a14}.product-panel-subtitle{margin:0 0 1.75rem;color:#6b7280;font-size:1rem}.product-panel-accent{background:linear-gradient(135deg,#111827,#1f2937 45%,#334155);color:#fff}.product-panel-accent h2{color:#fff}.product-features{list-style:none;padding:0;margin:0;display:grid;gap:1rem;color:#111827}.product-panel-accent .product-steps{color:#ffffffe6}.product-feature-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.1rem;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:inset 0 1px #fffc}.product-feature-item:nth-child(odd){background:#f8fafc;border-color:#e2e8f0}.product-feature-index{width:40px;height:40px;border-radius:12px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}.product-feature-text{font-weight:600;line-height:1.5;color:#0f172a}.product-panel-accent .product-steps{padding-left:1.2rem;margin:0 0 2rem;display:grid;gap:.75rem}.product-panel-note{margin:-.5rem 0 1.5rem;font-size:.98rem;line-height:1.6;color:#ffffffd9}.product-panel-accent .button-primary{background:#fff;color:#0f172a}.product-panel-accent .button-primary:hover{background:#e5e7eb;color:#0f172a}.button.is-disabled{opacity:.6;cursor:not-allowed;pointer-events:none;box-shadow:none}.product-not-found{padding:6rem 0;text-align:center}.product-not-found h1{font-size:2.5rem;margin-bottom:1rem}.product-not-found p{color:#6b7280;margin-bottom:2rem}@media(max-width:1024px){.product-hero .container{grid-template-columns:1fr}.product-hero-card{max-width:420px}}@media(max-width:768px){.product-page{padding-top:70px}.product-hero{padding:4rem 0 3rem}.product-hero h1{font-size:2.2rem}.product-hero p{font-size:1.05rem}.product-hero-card-message{font-size:1.8rem!important}}.app-product-page{padding-top:90px;padding-bottom:6rem;background:#0f172a;color:#fff;min-height:100vh}.app-product-header{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-bottom:3rem}.app-product-label{text-transform:uppercase;letter-spacing:1.5px;font-size:.75rem;color:#ffffffb3;margin-bottom:.75rem}.app-product-header h1{font-size:2.5rem;margin-bottom:.75rem}.app-product-description{max-width:520px;color:#fffc;line-height:1.6}.app-product-icon{width:72px;height:72px;border-radius:20px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:2rem}.app-product-icon .product-icon-image{width:70%;height:70%;object-fit:contain;display:block}.app-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-bottom:2.5rem}.app-product-panel{background:#ffffff0f;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.app-product-panel h2{font-size:1.4rem;margin-bottom:1rem}.app-product-panel ul{padding-left:1.2rem;margin:0;display:grid;gap:.6rem;color:#ffffffbf}.app-product-panel-accent{background:#3b82f633;border-color:#3b82f666}.app-product-panel-accent .button-primary{background:#fff;color:#1e40af}.app-product-footer{display:flex}.app-product-footer .button-secondary{border-color:#ffffff4d;color:#fff}@media(max-width:768px){.app-product-page{padding-top:80px}.app-product-header{flex-direction:column;align-items:flex-start}.app-product-header h1{font-size:2rem}}.funding-screener{--brand-50: #eff6ff;--brand-100: #dbeafe;--brand-500: #3b82f6;--brand-600: #2563eb;--brand-700: #1d4ed8;--text-900: #0f172a;--text-700: #334155;--text-500: #64748b;--surface: #ffffff;--border: rgba(148, 163, 184, .35);--shadow-soft: 0 10px 30px rgba(15, 23, 42, .08);--shadow-strong: 0 18px 48px rgba(15, 23, 42, .18);background:#f8fafc;min-height:100vh}.funding-screener .app{display:flex;flex-direction:column;height:100vh;background:transparent}.funding-screener .app-container{display:flex;flex:1;overflow:hidden}.funding-screener .main-content{flex:1;overflow-y:auto;padding:5rem 2rem 2rem;background:transparent}.funding-screener .main-content::-webkit-scrollbar{width:8px}.funding-screener .main-content::-webkit-scrollbar-track{background:transparent}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.funding-screener .main-content::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:4px}.funding-screener .main-content::-webkit-scrollbar-thumb:hover{background:#b0b7be}.funding-screener .loading{display:flex;justify-content:center;align-items:center;height:400px;color:#6c757d}.funding-screener .loading-spinner{width:36px;height:36px;border:4px solid rgba(59,130,246,.2);border-top-color:var(--brand-500);border-right-color:var(--brand-500);border-radius:50%;animation:loadingSpin .8s linear infinite}@keyframes loadingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.funding-screener .main-content{padding:1rem}}.funding-screener .tab-content{display:flex;flex-direction:column;gap:1.5rem}.funding-screener .tab-header{border-bottom:1px solid var(--border);padding-bottom:1.5rem;margin-top:1.5rem}.funding-screener .funding-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.funding-screener .funding-header-actions{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;min-width:260px}.funding-screener .funding-header-label{font-size:.75rem;font-weight:600;color:var(--text-500);letter-spacing:.3px}.funding-screener .blacklist-filter-button.blacklist-filter-button-lower{margin-top:.5rem}.funding-screener .tab-header h2{font-size:1.5rem;font-weight:700;color:var(--text-900);margin:0 0 .5rem}.funding-screener .tab-description{font-size:.9rem;color:var(--text-500);margin:0}@media(max-width:768px){.funding-screener .funding-header-row{flex-direction:column;align-items:stretch}.funding-screener .funding-header-actions{align-items:flex-start;min-width:0}}.funding-screener .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.funding-screener .stat-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-soft)}.funding-screener .stat-label{font-size:.85rem;color:var(--text-500);font-weight:500;letter-spacing:.3px}.funding-screener .stat-value{font-size:1.75rem;font-weight:700}.funding-screener .table-wrapper{background:#fff;border:1px solid var(--border);border-radius:16px;overflow-x:auto;max-height:600px;overflow-y:auto;box-shadow:var(--shadow-soft)}.funding-screener .data-table{width:100%;border-collapse:collapse;font-size:.82rem;min-width:1200px}.funding-screener .data-table thead{background:#fff;border-bottom:2px solid rgba(59,130,246,.15);position:sticky;top:0;z-index:10}.funding-screener .data-table thead th{background:#fff;position:relative;z-index:10}.funding-screener .data-table th{padding:.6rem .5rem;text-align:center;font-weight:700;color:var(--text-700);font-size:.72rem;letter-spacing:.5px;text-transform:uppercase;border-right:1px solid rgba(148,163,184,.35)}.funding-screener .sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;gap:.3rem;transition:color .2s ease}.funding-screener .sortable-header:hover{color:var(--brand-600)}.funding-screener .data-table th:last-child{border-right:none}.funding-screener .data-table tbody tr{transition:background-color .2s ease}.funding-screener .data-table tbody tr.main-row{border-bottom:none}.funding-screener .data-table tbody tr.spread-row{border-bottom:1px solid rgba(148,163,184,.2)}.funding-screener .data-table tbody tr.main-row:hover,.funding-screener .data-table tbody tr.spread-row:hover{background:#3b82f60f}.funding-screener .data-table tbody tr.spread-row td{padding-top:.3rem;padding-bottom:.6rem;font-size:.82rem;text-align:center;vertical-align:middle}.funding-screener .data-table tbody tr.spread-row td.empty-spread{padding-top:.5rem!important;padding-bottom:.5rem!important;vertical-align:middle!important}.funding-screener .data-table td{padding:.6rem .5rem;color:var(--text-700);font-weight:500;text-align:center;border-right:1px solid rgba(148,163,184,.2)}.funding-screener .data-table td:last-child{border-right:none}.funding-screener .coin-cell{font-weight:700;color:var(--text-900);font-size:.85rem;text-align:left}.funding-screener .exchange-pair{font-weight:700;font-size:.85rem;text-align:left}.funding-screener .exchange-pair.long{color:#10b981}.funding-screener .exchange-pair.short{color:#ef4444}.funding-screener .rate-cell{font-family:Courier New,monospace;color:var(--brand-600);font-weight:600;font-size:.85rem}.funding-screener .rate-sub{font-size:.65rem;color:var(--text-500);font-weight:500;display:block;margin-top:.2rem}.funding-screener .price-cell{font-family:Courier New,monospace;color:var(--text-900);font-weight:600;font-size:.85rem}.funding-screener .spread-cell{font-weight:700;font-size:.85rem}.funding-screener .spread-cell.positive{color:#10b981}.funding-screener .spread-cell.negative{color:#ef4444}.funding-screener .period-cell{font-weight:600;color:var(--text-500);font-size:.85rem}.funding-screener .forecast-cell{font-family:Courier New,monospace;color:var(--brand-500);font-weight:600;font-size:.85rem}.funding-screener .funding-cell{font-family:Courier New,monospace;color:var(--text-900);font-weight:600;font-size:.85rem}.funding-screener .commission-cell{font-family:Courier New,monospace;color:#f59e0b;font-weight:600;font-size:.85rem}.funding-screener .deviation-cell{font-family:Courier New,monospace;color:var(--text-900);font-weight:600;font-size:.85rem}.funding-screener .favorite-cell{text-align:center;vertical-align:middle;padding:.5rem!important}.funding-screener .favorite-button{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem .5rem;transition:transform .2s ease,opacity .2s ease;opacity:.6;-webkit-user-select:none;user-select:none;line-height:1}.funding-screener .favorite-button:hover{transform:scale(1.2);opacity:1}.funding-screener .favorite-button.active{opacity:1;filter:drop-shadow(0 0 2px rgba(251,191,36,.5))}.funding-screener .favorite-row{background:linear-gradient(90deg,#3b82f624,#fff 5%)!important;border-left:3px solid #3b82f6}.funding-screener .favorite-row:hover{background:linear-gradient(90deg,#3b82f633,#3b82f60f 5%)!important}.funding-screener .favorite-row .coin-cell{font-weight:800;color:#1d4ed8}.funding-screener .favorite-row .spread-row{background:linear-gradient(90deg,#3b82f624,#fff 5%)!important}.funding-screener .blacklist-filter-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.25);border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--text-700);transition:all .2s ease;position:relative}.funding-screener .blacklist-filter-button:hover{background:#3b82f629;border-color:#3b82f673}.funding-screener .blacklist-badge{background:#ef4444;color:#fff;border-radius:10px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.funding-screener .blacklist-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.funding-screener .blacklist-modal{background:#fff;border-radius:16px;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;box-shadow:var(--shadow-strong)}.funding-screener .blacklist-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.funding-screener .blacklist-modal-header h3{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-900)}.funding-screener .blacklist-modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-500);line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.funding-screener .blacklist-modal-close:hover{background:#3b82f614;color:var(--text-900)}.funding-screener .blacklist-modal-content{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem}.funding-screener .blacklist-section{display:flex;flex-direction:column;gap:1rem}.funding-screener .blacklist-section-title{font-size:1rem;font-weight:600;color:var(--text-700);margin:0 0 1rem}.funding-screener .blacklist-search-container{margin-bottom:1rem}.funding-screener .blacklist-search-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:10px;font-size:.9rem;color:var(--text-900);background:#fff;transition:all .2s ease}.funding-screener .blacklist-search-input:focus{outline:none;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f626}.funding-screener .blacklist-search-input::placeholder{color:var(--text-500)}.funding-screener .blacklist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;max-height:300px;overflow-y:auto}.funding-screener .blacklist-item{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;background:#f8fafc;border:2px solid rgba(148,163,184,.3);border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:.85rem;text-align:center}.funding-screener .blacklist-item span{text-align:center;width:100%}.funding-screener .blacklist-item:hover{background:#3b82f614;border-color:#3b82f659}.funding-screener .blacklist-item.blacklisted{background:#fef2f2;border-color:#fca5a5}.funding-screener .blacklist-item.blacklisted:hover{background:#fee2e2;border-color:#f87171}@media(max-width:768px){.funding-screener .stats-grid{grid-template-columns:1fr}.funding-screener .data-table{font-size:.7rem;min-width:1600px}.funding-screener .data-table th,.funding-screener .data-table td{padding:.5rem .4rem}.funding-screener .blacklist-modal{width:95%;max-height:90vh}.funding-screener .blacklist-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.funding-screener .update-bar{display:flex;justify-content:flex-end;gap:0;padding:0;margin-bottom:.25rem;width:100%;border:none;border-radius:0;background:transparent;box-shadow:none}.funding-screener .update-bar-item{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto;column-gap:1.5rem;row-gap:.2rem;align-items:center;width:100%;padding:.55rem 1.6rem;border:1px solid var(--border);border-radius:10px;background:#ffffffe6;box-shadow:var(--shadow-soft);text-align:left}.funding-screener .update-bar-item>span{justify-self:center;text-align:center}.funding-screener .update-label{font-size:.68rem;color:var(--text-500);font-weight:600;letter-spacing:.4px}.funding-screener .update-value{font-size:.9rem;font-weight:700;color:var(--text-900);font-family:Courier New,monospace}.funding-screener .update-bar-item>span:nth-child(1){grid-column:1;grid-row:1}.funding-screener .update-bar-item>span:nth-child(2){grid-column:1;grid-row:2}.funding-screener .update-bar-item>span:nth-child(3){grid-column:2;grid-row:1}.funding-screener .update-bar-item>span:nth-child(4){grid-column:2;grid-row:2}.funding-screener .refreshing-indicator{display:inline-flex;align-items:center;justify-content:center;color:var(--brand-500)}.funding-screener .spinner{width:14px;height:14px;border:2px solid rgba(59,130,246,.2);border-top-color:var(--brand-500);border-right-color:var(--brand-500);border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.funding-screener .update-bar{flex-direction:column;align-items:flex-end}.funding-screener .update-bar-item{width:100%;column-gap:1rem}}.pricing-page{padding-top:80px;min-height:100vh}.pricing-hero{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:4rem 0;text-align:center}.pricing-title{font-size:3rem;font-weight:800;margin-bottom:1rem;letter-spacing:-1px}.pricing-subtitle{font-size:1.25rem;opacity:.95}.pricing-content{padding:4rem 0;background:#f9fafb}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:6rem}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2.5rem;position:relative;transition:all .3s ease;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.pricing-card.popular{border-color:#3b82f6;box-shadow:0 8px 30px #3b82f633}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600}.plan-header{margin-bottom:2rem}.plan-name{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.plan-description{color:#6b7280;font-size:1rem}.plan-price{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.price-amount{font-size:3rem;font-weight:800;color:#1f2937}.price-currency{font-size:1.5rem;font-weight:600;color:#6b7280;margin-left:.25rem}.price-period{font-size:1rem;color:#6b7280;margin-left:.25rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.plan-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#374151;font-size:1rem}.plan-features li svg{flex-shrink:0;margin-top:2px}.plan-button{width:100%;padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;text-align:center;text-decoration:none;transition:all .3s ease;border:2px solid transparent;display:block}.button-primary{background:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f64d}.button-primary:hover{background:#2563eb;box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.button-secondary{background:#fff;color:#3b82f6;border-color:#3b82f6}.button-secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.pricing-faq{background:#fff;border-radius:16px;padding:3rem;margin-top:4rem}.faq-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto}.faq-item{padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.faq-item h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.faq-item p{color:#6b7280;line-height:1.6}@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.pricing-page{padding-top:70px}.pricing-title{font-size:2rem}.pricing-subtitle{font-size:1.1rem}.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-card{padding:2rem}.price-amount{font-size:2.5rem}.pricing-faq{padding:2rem 1.5rem}.faq-title{font-size:1.75rem}}.auth-page{min-height:calc(100vh - 80px);background:radial-gradient(circle at top,rgba(59,130,246,.15),transparent 55%),linear-gradient(180deg,#f8fafc,#eef2ff);display:flex;align-items:center;justify-content:center;padding:2rem 2rem 4rem;margin-top:80px}.auth-container{width:100%;max-width:480px}.profile-page .auth-container{max-width:640px}.auth-card{background:#fff;border-radius:16px;padding:3rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 24px 60px #0f172a1f,0 6px 18px #3b82f61f;position:relative}.auth-card:before{content:"";position:absolute;inset:-1px;border-radius:18px;padding:1px;background:linear-gradient(140deg,#3b82f659,#6366f133);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.auth-header p{color:#6b7280;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.95rem}.form-group input{padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff;color:#1f2937}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.form-group input::placeholder{color:#9ca3af}.form-options{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.checkbox-label a{color:#3b82f6;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.terms-agreement{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.terms-link{background:none;border:none;padding:0;font:inherit;color:#3b82f6;cursor:pointer;text-decoration:none}.terms-link:hover{text-decoration:underline}.forgot-link{color:#3b82f6;font-size:.9rem;text-decoration:none;font-weight:500}.forgot-link:hover{text-decoration:underline}.error-message{background:#fef2f2;color:#dc2626;padding:.875rem 1rem;border-radius:8px;border:1px solid #fecaca;font-size:.9rem}.field-error{margin-top:.4rem;font-size:.85rem;color:#dc2626}.field-hint{margin-top:.35rem;font-size:.82rem;color:#6b7280}.input-error{border-color:#dc2626;box-shadow:0 0 0 1px #dc262640}.checkbox-label.input-error span{color:#dc2626}.info-message{background:#eff6ff;color:#1d4ed8;padding:.875rem 1rem;border-radius:8px;border:1px solid #bfdbfe;font-size:.9rem}.success-message{background:#ecfdf5;color:#047857;padding:.875rem 1rem;border-radius:8px;border:1px solid #a7f3d0;font-size:.9rem}.auth-button{padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d;margin-top:.5rem}.auth-button-content{display:inline-flex;align-items:center;gap:.6rem}.auth-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:authSpin .7s linear infinite}@keyframes authSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.auth-spinner{animation:none}}.auth-button:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center}.auth-footer p{color:#6b7280;font-size:.95rem}.auth-link{color:#3b82f6;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.profile-grid{display:grid;gap:1rem}.profile-row{display:grid;gap:.35rem}.profile-label{font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.08em}.profile-value{font-size:1rem;color:#111827;font-weight:600}.subscriptions-row{gap:.75rem}.subscriptions-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.subscriptions-title{font-family:Sora,Space Grotesk,Segoe UI,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:.01em;color:#0f172a}.subscriptions-count{display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:.2rem .65rem;border-radius:999px;font-size:.8rem;font-weight:700;color:#0f172a;border:1px solid rgba(59,130,246,.35)}.subscriptions-shell{position:relative;padding:1.25rem;border-radius:18px;background:transparent;border:1px solid rgba(148,163,184,.55);overflow:hidden}.subscriptions-shell:before{content:none}.subscriptions-state{font-size:.95rem;font-weight:600;color:#334155}.subscriptions-state.is-error{color:#b91c1c}.subscriptions-empty{display:grid;gap:.35rem;font-weight:600;color:#475569}.subscriptions-empty-title{font-size:1rem;color:#0f172a}.subscriptions-empty-text{font-size:.88rem;color:#64748b;line-height:1.4}.subscriptions-grid{display:grid;gap:.85rem}.subscription-card{position:relative;display:grid;gap:.6rem;padding:1rem 1.1rem;border-radius:16px;background:transparent;border:1px solid rgba(148,163,184,.35);box-shadow:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.subscription-card:after{content:"";position:absolute;inset:0;border-radius:16px;border:1px solid rgba(15,23,42,.06);pointer-events:none}.subscription-card:hover{transform:translateY(-2px);box-shadow:none;border-color:#3b82f659}.subscription-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.subscription-product{font-size:1.02rem;font-weight:700;color:#0f172a;word-break:break-word}.subscription-pill{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .75rem;border-radius:999px;border:1px solid transparent;text-align:center;white-space:nowrap}.subscription-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem}.subscription-type{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#1e40af}.subscription-pill.is-forever,.subscription-card.is-forever{background:transparent;border-color:#3b82f659;color:#1e3a8a}.subscription-pill.is-timed,.subscription-card.is-timed{background:transparent;border-color:#93c5fd8c;color:#1d4ed8}.subscription-pill.is-open-testing,.subscription-card.is-open-testing{background:transparent;border-color:#7dd3fca6;color:#0c4a6e}.subscription-pill.is-free,.subscription-card.is-free{background:transparent;border-color:#bfdbfea6;color:#1e40af}.subscription-pill.is-gift,.subscription-card.is-gift{background:transparent;border-color:#93c5fd99;color:#1d4ed8}.subscription-pill.is-override,.subscription-card.is-override{background:transparent;border-color:#94a3b899;color:#1e293b}.profile-subscriptions{display:grid;gap:.5rem}.profile-subscription{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.6rem .8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-weight:600;font-size:.95rem;color:#1f2937}.profile-subscription-main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.profile-subscription-name{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap;word-break:break-word}.profile-subscription-type{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;padding:.2rem .5rem;border-radius:999px;width:fit-content}.profile-subscription-expiry{font-size:.82rem;font-weight:600;color:#475569;white-space:nowrap}.profile-subscription-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem .6rem;border-radius:999px;border:1px solid transparent;max-width:100%;white-space:normal;text-align:center}.profile-subscription-badge.is-forever{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.profile-subscription-badge.is-timed{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.profile-subscription-badge.is-open-testing{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.profile-subscription-badge.is-free{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.profile-subscription-badge.is-gift{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.profile-subscription-badge.is-override{background:#f1f5f9;color:#0f172a;border-color:#cbd5f5}@media(max-width:520px){.subscriptions-header{flex-direction:column;align-items:flex-start}.subscriptions-shell{padding:1rem}.subscription-card-head{flex-direction:column;align-items:flex-start}.subscription-pill{white-space:normal}.profile-subscription{flex-direction:column;align-items:flex-start}.profile-subscription-expiry{white-space:normal}}@media(max-width:768px){.auth-page{padding:1rem 1rem 3rem;margin-top:80px}.auth-card{padding:2rem 1.5rem}.auth-header h1{font-size:1.75rem}.form-options{flex-direction:column;align-items:flex-start}}.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}}.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:#1e40af;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}
