*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}input,select,textarea{font-size:16px}button{background:none;border:none;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.navbar{background:#fff;border-bottom:1px solid #f0f0f0;height:var(--navbar-height);left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.navbar__inner{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 24px}.navbar__logo-img{height:28px;width:auto}.navbar__links{display:flex;gap:36px;list-style:none}.navbar__links button{background:none;border:none;color:#1a1a1a;font-family:inherit;font-size:15px;font-weight:500;padding:0;white-space:nowrap}.navbar__actions{align-items:center;display:flex;flex-shrink:0;gap:16px}.navbar__hamburger,.navbar__search{align-items:center;display:flex;justify-content:center;padding:8px}@media (min-width:861px){.navbar__hamburger{display:none}}@media (max-width:860px){.navbar__links{background:#fff;border-bottom:1px solid #f0f0f0;display:none;flex-direction:column;gap:0;left:0;padding:8px 24px 20px;position:absolute;right:0;top:100%}.navbar__links--open{display:flex}.navbar__links li{border-bottom:1px solid #f5f5f5}.navbar__links button{display:block;padding:12px 0;text-align:left;width:100%}}.hero-banner{align-items:center;display:flex;min-height:220px;overflow:hidden;position:relative;width:100%}.hero-banner__bg{background-position:50%;background-size:cover;inset:0;position:absolute;z-index:0}.hero-banner__bg--mobile{display:none}.hero-banner__overlay{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:32px 24px;position:relative;width:100%;z-index:1}.hero-banner__headline{animation:heroFadeIn .5s ease;color:#e4004c;font-family:Anton,Inter,sans-serif;font-size:clamp(28px,4vw,42px);letter-spacing:.3px;line-height:1.05;text-transform:uppercase}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero-banner__right{align-items:center;display:flex;flex-wrap:wrap;gap:28px}.hero-banner__stat{align-items:flex-end;color:#fff;display:flex;flex-direction:column}.hero-banner__stat-top{align-items:center;display:flex;gap:10px}.hero-banner__stat-number{font-size:26px;font-weight:500}.hero-banner__stat-close{color:#fff;font-size:18px;line-height:1;opacity:.8}.hero-banner__stat-label{font-size:13px;opacity:.85}.hero-banner__cta{background:#e4004c;border-radius:100px;color:#fff;display:inline-block;font-size:15px;font-weight:600;padding:14px 28px;transition:background .2s ease;white-space:nowrap}.hero-banner__cta:hover{background:#c50042}.hero-banner__dots{bottom:-20px;display:flex;gap:8px;left:24px;position:absolute}.hero-banner__dot{background:#fff6;border-radius:50%;height:8px;transition:background .2s ease;width:8px}.hero-banner__dot--active{background:#e4004c}@media (max-width:700px){.hero-banner{min-height:340px}.hero-banner__bg--desktop{display:none}.hero-banner__bg--mobile{display:block}.hero-banner__overlay{align-items:flex-start;flex-direction:column;gap:0;height:100%;justify-content:flex-start;min-height:340px;padding:24px 20px 32px}.hero-banner__headline{font-size:clamp(24px,8vw,30px);margin-bottom:auto}.hero-banner__stat{display:none}.hero-banner__right{margin-top:auto;width:auto}.hero-banner__cta{font-size:14px;padding:12px 22px;width:auto}.hero-banner__dots{bottom:-18px;left:20px}}.hero-intro{padding:24px 16px;width:100%}.hero-intro__card{align-items:center;background:#e9e9e9;border-radius:24px;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;overflow:hidden;padding:48px 24px 0;text-align:center}.hero-intro__icon{height:auto;margin-bottom:20px;width:28px}.hero-intro__heading{color:#1a1a1a;font-size:clamp(24px,5vw,40px);font-weight:500;margin-bottom:12px;max-width:600px}.hero-intro__subtext{color:#6b6b6b;font-size:15px;line-height:1.5;margin-bottom:24px;max-width:420px}.hero-intro__cta{background:#e4004c;border-radius:100px;color:#fff;font-size:15px;font-weight:600;margin-bottom:32px;padding:14px 32px;transition:background .2s ease}.hero-intro__cta:hover{background:#c50042}.hero-intro__splash{height:auto;max-width:480px;width:100%}@media (min-width:700px){.hero-intro__card{padding:72px 48px 0}.hero-intro__splash{max-width:640px}}.everything{padding:32px 16px 16px;width:100%}.everything__title{color:#1a1a1a;font-size:clamp(22px,5vw,30px);font-weight:500;margin-bottom:24px;text-align:center}.everything__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin:0 auto;max-width:1300px}.everything-card{align-items:center;background:#fdeef2;border:1px solid #f6cdd9;border-radius:16px;display:flex;flex-direction:column;padding:20px;text-align:center}.everything-card__title{color:#b0104a;font-size:16px;font-weight:600;margin-bottom:10px}.everything-card__body{color:#6b6b6b;font-size:13px;line-height:1.5;margin-bottom:16px}.everything-card__btn{background:#e4004c;border-radius:100px;color:#fff;font-size:13px;font-weight:600;padding:10px 20px;transition:background .2s ease}.everything-card__btn:hover{background:#c50042}@media (min-width:700px){.everything__grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.everything__grid{gap:24px;grid-template-columns:repeat(3,1fr)}}.partners{align-items:center;display:flex;flex-direction:column;padding:48px 24px;width:100%}.partners__label{color:#b0304a;font-size:12px;font-weight:600;letter-spacing:1.5px;margin-bottom:32px;text-transform:uppercase}.partners__grid{align-items:center;display:flex;flex-wrap:wrap;gap:32px 40px;justify-content:center;max-width:900px}.partners__logo{flex:0 0 auto;height:22px;width:auto}@media (min-width:700px){.partners__label{font-size:13px}.partners__logo{height:26px}.partners__grid{gap:40px 56px}}.tech{align-items:center;display:flex;flex-direction:column;padding:48px 20px;width:100%}.tech__icon{height:auto;margin-bottom:24px;width:28px}.tech__row{display:flex;flex-direction:column;max-width:1300px;width:100%}.tech__video-wrap{margin-bottom:32px;order:-1;width:100%}.tech__video{display:block;height:auto;margin:0 auto;max-width:480px;width:100%}.tech__left{margin-bottom:40px;order:0}.tech__right{order:1}.tech__label{color:#9a9a9a;font-size:12px;font-weight:600;letter-spacing:1.2px;margin-bottom:16px;text-transform:uppercase}.tech__label--spaced{margin-top:32px}.tech__item{margin-bottom:28px}.tech__item-title{color:#1a1a1a;font-size:18px;font-weight:600;margin-bottom:8px}.tech__item-body{color:#6b6b6b;font-size:14px;line-height:1.6}.tech-card{background:#fdeef2;border-radius:16px;display:block;margin-bottom:16px;padding:20px}.tech-card__title-row{gap:8px;margin-bottom:8px}.tech-card__icon,.tech-card__title-row{align-items:center;display:flex}.tech-card__title{font-weight:600}.tech-card__arrow,.tech-card__title{color:#e4004c;font-size:16px}.tech-card__body{color:#6b6b6b;font-size:13px;line-height:1.5}@media (min-width:900px){.tech{padding:80px 40px}.tech__row{align-items:flex-start;flex-direction:row;gap:48px}.tech__video-wrap{flex:1.2 1;margin-bottom:0;order:0}.tech__left{flex:1 1;margin-bottom:0;order:-1}.tech__right{flex:1 1;order:1}.tech__video{max-width:100%}}.stat-row,.stats{display:flex;flex-direction:column;width:100%}.stat-row{border-top:3px solid #0000;padding:40px 20px;transition:background-color .35s ease}.stat-row:hover{background-color:#e4004c;border-top-color:#e4004c}.stat-row:hover .stat-row__number,.stat-row:hover .stat-row__title{color:#fff}.stat-row:hover .stat-row__subtext{color:#ffffffd9}.stat-row__media{margin-bottom:24px;width:100%}.stat-row__video{display:block;height:auto;max-width:320px;width:100%}.stat-row__content{width:100%}.stat-row__title{font-size:clamp(32px,8vw,44px);font-weight:400;margin-bottom:8px}.stat-row__number,.stat-row__title{color:#1a1a1a;transition:color .35s ease}.stat-row__number{font-size:clamp(20px,5vw,26px);font-weight:500;margin-bottom:6px}.stat-row__subtext{color:#6b6b6b;font-size:14px;transition:color .35s ease}@media (min-width:860px){.stat-row{align-items:center;flex-direction:row;gap:64px;padding:60px 48px}.stat-row--reverse{flex-direction:row-reverse}.stat-row__media{flex:1 1;margin-bottom:0}.stat-row__video{max-width:100%}.stat-row__content{flex:1 1}}.code-showcase{padding:24px 16px;width:100%}.code-showcase__card{background:#e9e9e9;border-radius:24px;display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:1300px;padding:32px 20px}.code-showcase__left{width:100%}.code-showcase__title{color:#1a1a1a;font-size:clamp(28px,6vw,38px);font-weight:500;margin-bottom:12px}.code-showcase__subtext{color:#6b6b6b;font-size:15px;line-height:1.5;margin-bottom:24px;max-width:420px}.code-showcase__buttons{display:flex;flex-direction:column;gap:12px}.code-showcase__btn{border-radius:10px;font-size:15px;font-weight:600;padding:14px 24px;text-align:center}.code-showcase__btn--primary{background:#b0104a;color:#fff}.code-showcase__btn--secondary{background:#fff;border:1px solid #d5d5d5;color:#1a1a1a}.code-showcase__right{width:100%}.code-showcase__tabs{-ms-overflow-style:none;background:#fff;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;overflow-x:auto;scrollbar-width:none}.code-showcase__tabs::-webkit-scrollbar{display:none}.code-showcase__tab{border-bottom:2px solid #0000;color:#8a8a8a;font-size:14px;font-weight:500;padding:14px 18px;white-space:nowrap}.code-showcase__tab--active{border-bottom-color:#1a1a1a;color:#1a1a1a;font-weight:600}.code-showcase__panel{background:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;overflow-x:auto;padding:16px 16px 56px;position:relative}.code-showcase__pre{font-family:Courier New,monospace;font-size:12px;line-height:1.7;margin:0}.code-line{display:flex;white-space:pre}.code-line__num{color:#b5b5b5;flex-shrink:0;-webkit-user-select:none;user-select:none;width:24px}.code-line__content{color:#1a1a1a}.code-keyword{color:#b0104a}.code-string{color:#b5651d}.code-comment{color:#9a9a9a;font-style:italic}.code-number{color:#1a7a6c}.code-showcase__copy{border:1px solid #d5d5d5;border-radius:8px;bottom:16px;color:#1a1a1a;font-size:12px;font-weight:500;padding:6px 14px;position:absolute;right:16px}@media (min-width:960px){.code-showcase__card{align-items:center;flex-direction:row;gap:56px;padding:56px}.code-showcase__left{flex:1 1}.code-showcase__buttons{flex-direction:row}.code-showcase__right{flex:1.4 1}.code-showcase__pre{font-size:13px}}.action-cards{padding:24px 16px 48px;width:100%}.action-cards__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:1300px}.action-card{background:#fdeef2;border-radius:16px;display:block;padding:24px}.action-card__image{display:block;height:auto;margin:0 auto 24px;max-width:220px;width:100%}.action-card__title{align-items:center;color:#e4004c;display:flex;font-size:20px;font-weight:500;gap:8px;margin-bottom:12px}.action-card__arrow{font-size:18px}.action-card__body{color:#6b6b6b;font-size:14px;line-height:1.6}@media (min-width:900px){.action-cards{padding:32px 40px 64px}.action-cards__grid{gap:24px;grid-template-columns:repeat(4,1fr)}.action-card{padding:32px 28px}.action-card__image{margin-bottom:32px}}.community{overflow:hidden;padding:32px 0 48px;width:100%}.community__title{color:#1a1a1a;font-size:22px;font-weight:500;margin-bottom:24px;text-align:center}.community__viewport{overflow:hidden;width:100%}.community__track{animation:gallery-scroll 40s linear infinite;display:flex;gap:12px;width:max-content}.community__viewport:hover .community__track{animation-play-state:paused}@keyframes gallery-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.gallery-col{display:flex;flex-direction:column;flex-shrink:0;gap:12px;height:320px}.gallery-col--tall{width:220px}.gallery-col--tall .gallery-col__img{height:100%}.gallery-col--stacked{width:200px}.gallery-col--stacked .gallery-col__img{flex:1 1}.gallery-col--stacked-2{width:280px}.gallery-col--stacked-2 .gallery-col__img:first-child{flex:0.75 1}.gallery-col--stacked-2 .gallery-col__img:last-child{flex:1 1}.gallery-col__img{border-radius:8px;object-fit:cover;width:100%}@media (min-width:900px){.community__title{font-size:28px;margin-bottom:32px}.gallery-col{gap:16px;height:500px}.gallery-col--tall{width:320px}.gallery-col--stacked{width:300px}.gallery-col--stacked-2{width:420px}.community__track{gap:16px}}.newsletter{padding:24px 16px 48px;width:100%}.newsletter__card{background:#f2f2f0;border-radius:24px;display:flex;flex-direction:column;margin:0 auto;max-width:1300px;padding:40px 24px}.newsletter__content{width:100%}.newsletter__title{color:#1a1a1a;font-size:clamp(24px,6vw,32px);font-weight:500;margin-bottom:16px}.newsletter__subtext{color:#6b6b6b;font-size:15px;line-height:1.6;margin-bottom:24px;max-width:480px}.newsletter__cta{background:#b0104a;border-radius:10px;color:#fff;display:inline-block;font-size:15px;font-weight:600;padding:14px 28px;transition:background .2s ease;width:fit-content}.newsletter__cta:hover{background:#8f0d3d}.newsletter__image{display:none}@media (min-width:900px){.newsletter__card{align-items:center;flex-direction:row;gap:40px;justify-content:space-between;padding:56px}.newsletter__content{flex:1 1}.newsletter__image{border-radius:12px;display:block;flex:1 1;height:auto;max-width:480px}}.news{padding:40px 20px 32px}.news,.news__card{align-items:center;display:flex;flex-direction:column;width:100%}.news__card{animation:newsFadeIn .5s ease;max-width:1200px}@keyframes newsFadeIn{0%{opacity:0}to{opacity:1}}.news__graphic-wrap{margin-bottom:24px;max-width:260px;width:100%}.news__graphic{display:block;height:auto;width:100%}.news__content{text-align:left;width:100%}.news__meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.news__label{color:#6b6b6b;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.news__date{color:#6b6b6b;font-size:13px}.news__headline{color:#1a1a1a;font-size:20px;font-weight:500;line-height:1.3;margin-bottom:20px}.news__brand{height:24px;margin-bottom:24px;width:auto}.news__footer{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.news__tag{background:#f0f0f0;border-radius:100px;color:#4a4a4a;font-size:12px;padding:8px 16px}.news__readmore,.news__tag{font-weight:600;letter-spacing:.5px;text-transform:uppercase}.news__readmore{align-items:center;color:#e4004c;display:flex;font-size:13px;gap:6px}.news__arrow{transition:transform .2s ease}.news__readmore:hover .news__arrow{transform:translateX(3px)}.news__dots{display:flex;gap:8px;margin-top:28px}.news__dot{background:#e0e0e0;border-radius:50%;height:8px;transition:background .2s ease;width:8px}.news__dot--active{background:#e4004c}@media (min-width:860px){.news{padding:64px 40px 48px}.news__card{align-items:center;flex-direction:row;gap:64px}.news__graphic-wrap{flex-shrink:0;margin-bottom:0;max-width:320px}.news__content{flex:1 1}.news__headline{font-size:26px;max-width:500px}.news__dots{justify-content:flex-start;margin-left:384px;margin-top:0}}.footer{border-top:1px solid #e5e5e5;padding:40px 20px 24px;width:100%}.footer__top{display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:1300px}.footer__brand-row{align-items:center;display:flex;gap:10px;margin-bottom:16px}.footer__logo{height:20px;width:auto}.footer__tagline{color:#1a1a1a;font-size:15px;font-weight:500}.footer__toplinks{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:16px}.footer__toplink{color:#4a4a4a;font-size:13px}.footer__columns{display:flex;gap:48px}.footer__col-title{color:#1a1a1a;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:14px;text-transform:uppercase}.footer__link{color:#2a6fb0;display:block;font-size:13px;margin-bottom:12px}.footer__social{display:flex;gap:8px}.footer__social-icon{align-items:center;background:#f2f2f0;border-radius:50%;display:flex;height:32px;justify-content:center;width:32px}.footer__legal{border-top:1px solid #eee;color:#6b6b6b;display:flex;flex-wrap:wrap;font-size:12px;gap:4px 16px;margin:24px auto 0;max-width:1300px;padding-top:16px}.footer__legal-link{color:#4a4a4a}@media (min-width:900px){.footer{padding:48px 40px 24px}.footer__top{align-items:flex-start;flex-direction:row;gap:40px;justify-content:space-between}.footer__brand{flex:1.2 1}.footer__columns{flex:1.4 1;gap:64px;justify-content:flex-start}.footer__social{flex:0.6 1;justify-content:flex-end}.footer__legal{margin-top:32px}}.wallet-modal-backdrop{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#04050a99;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:300}.wallet-modal{background:#18191f;border:1px solid #ffffff14;border-radius:22px;box-shadow:0 30px 80px #00000080;display:flex;flex-direction:column;max-height:calc(100vh - 40px);max-width:380px;padding:22px;width:100%}.wallet-modal__header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:18px}.wallet-modal__header-left{align-items:center;display:flex;gap:10px}.wallet-modal__header h2{color:#fff;font-size:1.15rem;font-weight:700}.wallet-modal__back,.wallet-modal__close{background:#0000;border:none;color:#fff;line-height:1;padding:4px}.wallet-modal__back{font-size:1.2rem}.wallet-modal__close{font-size:1.4rem}.wallet-modal__list{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.wallet-option{align-items:center;background:#0a0a0c;border:1px solid #0000;border-radius:14px;color:#fff;display:flex;font-family:var(--font-body);font-size:.98rem;gap:14px;padding:14px 16px;text-align:left;transition:border-color .2s ease,background .2s ease;width:100%}.wallet-option:focus-visible,.wallet-option:hover{background:#101014;border-color:#ffffff2e;outline:none}.wallet-icon{align-items:center;border-radius:11px;color:#fff;display:flex;flex-shrink:0;font-family:var(--font-display);font-size:1rem;font-weight:700;justify-content:center;overflow:hidden}.wallet-icon--image{background:#fff}.wallet-icon--image img{height:100%;object-fit:contain;padding:5px;width:100%}.wallet-icon--outline{border:1.5px solid #ffffffb3}.wallet-icon--all{background:#fff}.wallet-icon__grid{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(2,1fr);height:45%;width:45%}.wallet-icon__grid i{background:var(--cyan);border-radius:3px}.wallet-icon__grid i:last-child{background:var(--violet)}.wallet-modal__all{display:flex;flex:1 1;flex-direction:column;min-height:0}.wallet-search{background:#0a0a0c;border:1px solid #ffffff1a;border-radius:12px;color:#fff;flex-shrink:0;font-family:var(--font-body);font-size:16px;margin-bottom:14px;padding:12px 14px;width:100%}.wallet-search:focus{border-color:var(--violet);outline:none}.wallet-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);overflow-y:auto;padding-bottom:4px}.wallet-grid__item{align-items:center;background:#0a0a0c;border:1px solid #0000;border-radius:12px;color:#fff;display:flex;flex-direction:column;gap:8px;padding:12px 6px;text-align:center}.wallet-grid__item:focus-visible,.wallet-grid__item:hover{background:#101014;border-color:#ffffff2e;outline:none}.wallet-grid__item span{font-size:.72rem;line-height:1.25;word-break:break-word}.wallet-grid__item--others{border-color:#ffffff40;border-style:dashed;color:#ffffffbf}.wallet-grid__item--others:hover{border-color:#ffffff80;color:#fff}.wallet-icon--others{background:#0000;border:1.5px dashed #fff6;font-size:1.1rem}.wallet-grid__empty-wrap{padding:24px 0 4px}.wallet-others{background:#0000;border:1px dashed #ffffff40;border-radius:12px;color:#ffffffbf;font-size:.92rem;padding:14px;width:100%}.wallet-others:hover{border-color:#ffffff80;color:#fff}.wallet-custom{align-items:center;display:flex;flex-direction:column;gap:16px;padding:8px 0 4px}.wallet-custom__preview{display:flex}.wallet-custom .wallet-search{margin-bottom:0;text-align:center}.wallet-custom .btn{width:100%}.wallet-status{align-items:center;color:#fff;display:flex;flex-direction:column;gap:14px;padding:32px 8px 8px;text-align:center}.wallet-status p{color:#ffffffd9;font-size:.95rem}.wallet-status__actions{display:flex;flex-direction:column;gap:10px;margin-top:6px;width:100%}.wallet-spinner{animation:wallet-spin .8s linear infinite;border:3px solid #ffffff26;border-radius:50%;border-top:3px solid var(--cyan);height:40px;width:40px}@keyframes wallet-spin{to{transform:rotate(1turn)}}.wallet-status__icon{align-items:center;border-radius:50%;display:flex;font-size:1.3rem;font-weight:700;height:44px;justify-content:center;width:44px}.wallet-status__icon--error{background:#ff5a5a26;color:#ff8a8a}.wallet-status--error{align-items:stretch;padding-top:4px}.wallet-alert{background:#ff5a5a14;border:1px solid #ff5a5a8c;border-radius:12px;padding:14px 16px;text-align:left;width:100%}.wallet-alert p{color:#ff8a8a;font-size:.88rem;font-weight:600;line-height:1.5;margin:0}.wallet-session-card{background:#16233d;border:1px solid #78a0ff40;border-radius:12px;display:flex;flex-direction:column;gap:4px;margin-top:12px;padding:14px 16px;text-align:left;width:100%}.wallet-session-card strong{color:#fff;font-size:.95rem}.wallet-session-card span{color:#ffffffa6;font-size:.82rem;line-height:1.4}.btn{border-radius:12px;font-size:.92rem;font-weight:600;padding:13px 16px;text-align:center;transition:background .2s ease,border-color .2s ease,opacity .2s ease;width:100%}.btn--solid{background:#7c5cff;border:1px solid #0000;color:#fff}.btn--solid:hover{background:#6a4ce0}.btn--solid:disabled{cursor:not-allowed;opacity:.4}.btn--ghost{background:#0000;border:1px solid #ffffff2e;color:#ffffffd9}.btn--ghost:hover{background:#ffffff0a;border-color:#fff6;color:#fff}@media (prefers-reduced-motion:reduce){.wallet-spinner{animation-duration:1.6s}}.pm-backdrop{align-items:flex-end;background:#000000a6;inset:0;justify-content:center;padding:0;position:fixed;z-index:1000}.pm-backdrop,.pm-modal{box-sizing:border-box;display:flex}.pm-modal{animation:pm-slide-up .25s ease-out;background:#0d0d0d;border-radius:16px 16px 0 0;box-shadow:0 -4px 30px #00000080;color:#fff;flex-direction:column;max-height:92vh;max-width:560px;overflow-y:auto;width:100%}@keyframes pm-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.pm-header{align-items:center;background:#262626;display:flex;justify-content:space-between;padding:18px 20px;position:sticky;top:0;z-index:2}.pm-title{font-size:1.05rem;font-weight:600;margin:0}.pm-close-btn{background:#0000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.6rem;line-height:1;padding:4px 8px}.pm-close-btn:focus-visible,.pm-close-btn:hover{background:#ffffff1a;outline:none}.pm-body{gap:18px;padding:20px}.pm-body,.pm-field-group{display:flex;flex-direction:column}.pm-field-group{gap:6px}.pm-label{color:#9a9a9a;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}.pm-name-row{align-items:center;background:#262626;border-radius:10px;display:flex;gap:12px;padding:10px 14px}.pm-name-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;min-width:0;outline:none}.pm-name-input::placeholder{color:#7c7c7c}.pm-avatar{align-items:center;background:#fff;border-radius:50%;color:#111;display:flex;flex-shrink:0;font-size:.95rem;font-weight:700;height:34px;justify-content:center;width:34px}.pm-tabs{background:#1a1a1a;border-radius:10px;display:flex;gap:4px;padding:4px}.pm-tab{background:#0000;border:2px solid #0000;border-radius:8px;color:#cfcfcf;cursor:pointer;flex:1 1;font-size:.82rem;font-weight:600;min-width:0;overflow:hidden;padding:10px 6px;text-overflow:ellipsis;transition:border-color .15s ease,color .15s ease;white-space:nowrap}.pm-tab-active{background:#111;border-color:#4fc3f7;color:#fff}.pm-tab-content{display:flex;flex-direction:column;gap:6px}.pm-text-input,.pm-textarea{background:#262626;border:none;border-radius:10px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:.95rem;padding:14px;resize:vertical;width:100%}.pm-textarea{min-height:140px}.pm-text-input::placeholder,.pm-textarea::placeholder{color:#7c7c7c}.pm-text-input:focus,.pm-textarea:focus{outline:2px solid #4fc3f7;outline-offset:1px}.pm-hint{color:#7c7c7c;font-size:.78rem;margin:0}.pm-error{color:#ff6b6b;font-size:.85rem;margin:0}.pm-submit-btn{background:#fff;border:none;border-radius:10px;color:#111;cursor:pointer;font-size:1rem;font-weight:700;padding:14px;transition:transform .1s ease,background .15s ease;width:100%}.pm-submit-btn:active{transform:scale(.98)}.pm-submit-btn:hover{background:#ececec}@media (min-width:480px){.pm-backdrop{align-items:center;padding:20px}.pm-modal{animation:pm-fade-scale .2s ease-out;border-radius:16px;max-height:88vh}@keyframes pm-fade-scale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}}@media (min-width:768px){.pm-body{padding:24px 28px}.pm-title{font-size:1.15rem}.pm-tab{font-size:.92rem;padding:10px 8px}.pm-tabs{gap:8px}}@supports (padding:max(0px)){.pm-modal{padding-bottom:env(safe-area-inset-bottom)}}.pm-stage{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:40px 10px;text-align:center}.pm-spinner{animation:pm-spin .8s linear infinite;border:3px solid #4fc3f740;border-radius:50%;border-top-color:#4fc3f7;height:36px;width:36px}@keyframes pm-spin{to{transform:rotate(1turn)}}.pm-loading-text{color:#cfcfcf;font-size:.9rem;margin:0}.pm-stage-error-text{color:#ff6b6b;font-size:.95rem;font-weight:600;margin:0}.pm-try-again-btn{background:#0000;border:2px solid #ff6b6b;border-radius:10px;color:#ff6b6b;cursor:pointer;font-size:.95rem;font-weight:700;padding:12px 24px;transition:background .15s ease,color .15s ease}.pm-try-again-btn:focus-visible,.pm-try-again-btn:hover{background:#ff6b6b;color:#0d0d0d;outline:none}.pm-try-again-btn:active{transform:scale(.98)}.live-support-btn{align-items:center;background:#fff;border-radius:16px;bottom:20px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;gap:6px;padding:12px 16px;position:fixed;right:20px;z-index:1500}.live-support-btn__icon{align-items:center;background:#e4004c;border-radius:12px;display:flex;height:44px;justify-content:center;position:relative;width:44px}.live-support-btn__dot{background:#2ecc71;border:2px solid #fff;border-radius:50%;height:12px;position:absolute;right:-3px;top:-3px;width:12px}.live-support-btn__label{color:#1a1a1a;font-size:12px;font-weight:600}.live-support-btn__logo{height:auto;width:22px}@media (max-width:700px){.live-support-btn{bottom:16px;padding:10px 14px;right:16px}}.chat-widget{background:#fff;border-radius:20px;bottom:20px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;height:520px;max-height:calc(100vh - 100px);max-width:calc(100vw - 32px);overflow:hidden;position:fixed;right:20px;width:360px;z-index:1600}.chat-widget__header{align-items:center;background:linear-gradient(90deg,#e4004c,#ff5f8f);display:flex;flex-shrink:0;justify-content:space-between;padding:16px 18px}.chat-widget__header-title{align-items:center;color:#fff;display:flex;font-size:15px;font-weight:600;gap:8px}.chat-widget__online-dot{background:#2ecc71;border-radius:50%;display:inline-block;height:8px;width:8px}.chat-widget__close{color:#fff;font-size:20px;line-height:1;padding:4px}.chat-widget__body{flex:1 1;min-height:0}.chat-form,.chat-widget__body{display:flex;flex-direction:column}.chat-form{gap:4px;overflow-y:auto;padding:18px}.chat-form__label{color:#6b6b6b;font-size:12px;font-weight:600;margin-bottom:6px;margin-top:12px}.chat-form__input{background:#f7f7f7;border:1px solid #e5e5e5;border-radius:10px;color:#1a1a1a;font-size:16px;padding:12px 14px;width:100%}.chat-form__input:focus{background:#fff;border-color:#e4004c;outline:none}.chat-form__textarea{font-family:inherit;min-height:70px;resize:vertical}.chat-form__submit{background:#e4004c;border-radius:10px;color:#fff;font-size:15px;font-weight:600;margin-top:18px;padding:13px;transition:background .2s ease}.chat-form__submit:hover{background:#c50042}.chat-form__submit:disabled{opacity:.6}.chat-thread{flex:1 1;gap:12px;overflow-y:auto;padding:16px}.chat-bubble-row,.chat-thread{display:flex;flex-direction:column}.chat-bubble-row{max-width:80%}.chat-bubble-row--user{align-items:flex-end;align-self:flex-end}.chat-bubble-row--admin{align-items:flex-start;align-self:flex-start}.chat-bubble{border-radius:14px;font-size:14px;line-height:1.5;padding:12px 14px}.chat-bubble--user{background:#e4004c;border-bottom-right-radius:4px;color:#fff}.chat-bubble--admin{background:#f2f2f2;border-bottom-left-radius:4px;color:#1a1a1a;white-space:pre-line}.chat-bubble__image{border-radius:10px;cursor:zoom-in;display:block;margin-bottom:6px;max-width:100%}.chat-bubble__text{margin:0}.chat-bubble__status{color:#9a9a9a;font-size:10px;margin-right:2px;margin-top:4px}.chat-bubble--typing{display:flex;gap:4px;padding:14px}.chat-bubble--typing span{animation:chat-typing-bounce 1.2s ease-in-out infinite;background:#9a9a9a;border-radius:50%;height:6px;width:6px}.chat-bubble--typing span:nth-child(2){animation-delay:.15s}.chat-bubble--typing span:nth-child(3){animation-delay:.3s}@keyframes chat-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-widget__error{color:#c0392b;font-size:12px;margin-bottom:8px;padding:0 16px}.chat-pending-image{display:flex;padding:0 16px 8px;position:relative}.chat-pending-image img{border-radius:8px;height:60px}.chat-pending-image button{background:#1a1a1a;border-radius:50%;color:#fff;font-size:12px;height:20px;left:52px;line-height:1;position:absolute;top:-4px;width:20px}.chat-composer{align-items:center;border-top:1px solid #eee;display:flex;flex-shrink:0;gap:8px;padding:12px 16px}.chat-composer__attach{background:#f2f2f2;border-radius:50%;flex-shrink:0;font-size:16px;height:36px;width:36px}.chat-composer__input{background:#f7f7f7;border:1px solid #e5e5e5;border-radius:100px;color:#1a1a1a;flex:1 1;font-size:16px;padding:10px 14px}.chat-composer__input:focus{background:#fff;border-color:#e4004c;outline:none}.chat-composer__send{align-items:center;background:#e4004c;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;width:36px}.chat-composer__send:disabled{opacity:.4}.chat-lightbox{align-items:center;background:#000000d9;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:2500}.chat-lightbox img{border-radius:8px;max-height:100%;max-width:100%}@media (max-width:700px){.chat-widget{border-radius:18px;bottom:12px;height:80vh;left:12px;max-height:80vh;max-width:none;right:12px;width:auto}}:root{--navbar-height:72px}.App{min-height:100vh;padding-top:72px;padding-top:var(--navbar-height);width:100%}@media (max-width:860px){:root{--navbar-height:60px}}.admin-login{align-items:center;background:#f7f7f7;display:flex;justify-content:center;min-height:100vh;padding:20px}.admin-login__form{background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000014;display:flex;flex-direction:column;gap:14px;max-width:340px;padding:32px 24px;width:100%}.admin-login__title{color:#1a1a1a;font-size:20px;font-weight:600;margin-bottom:6px}.admin-login__input{border:1px solid #e5e5e5;border-radius:10px;font-size:16px;padding:12px 14px}.admin-login__input:focus{border-color:#e4004c;outline:none}.admin-login__error{color:#c0392b;font-size:13px}.admin-login__submit{background:#e4004c;border-radius:10px;color:#fff;font-size:15px;font-weight:600;padding:13px}.admin-login__submit:disabled{opacity:.6}.admin-dashboard{display:flex;height:100vh;overflow:hidden}.admin-sidebar{background:#fff;border-right:1px solid #eee;display:flex;flex-direction:column;width:100%}.admin-sidebar__header{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:16px}.admin-sidebar__logout{border:1px solid #f0c3d1;border-radius:8px;color:#e4004c;font-size:12px;font-weight:600;padding:6px 10px}.admin-sidebar__list{flex:1 1;overflow-y:auto}.admin-sidebar__empty{color:#9a9a9a;font-size:13px;padding:20px;text-align:center}.admin-chat-item{border-bottom:1px solid #f5f5f5;display:flex;flex-direction:column;gap:4px;padding:14px 16px;text-align:left;width:100%}.admin-chat-item--active{background:#fdeef2}.admin-chat-item__top{align-items:center;display:flex;justify-content:space-between}.admin-chat-item__name{color:#1a1a1a;font-size:14px;font-weight:600}.admin-chat-item__badge{align-items:center;background:#e4004c;border-radius:9px;color:#fff;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 5px}.admin-chat-item__subject{color:#6b6b6b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-thread{display:flex;flex-direction:column;width:100%}.admin-thread__placeholder{align-items:center;color:#9a9a9a;display:flex;flex:1 1;font-size:14px;justify-content:center}.admin-thread__header{align-items:center;border-bottom:1px solid #eee;display:flex;gap:12px;padding:14px 16px}.admin-thread__back{display:none;font-size:18px;padding:4px}.admin-thread__name{color:#1a1a1a;font-size:14px;font-weight:600}.admin-thread__email{color:#9a9a9a;font-size:12px}.admin-thread__body{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.admin-bubble-row{display:flex;flex-direction:column;max-width:75%}.admin-bubble-row--admin{align-items:flex-end;align-self:flex-end}.admin-bubble-row--user{align-items:flex-start;align-self:flex-start}.admin-bubble{border-radius:14px;font-size:14px;line-height:1.5;padding:12px 14px}.admin-bubble--admin{background:#e4004c;border-bottom-right-radius:4px;color:#fff}.admin-bubble--user{background:#f2f2f2;border-bottom-left-radius:4px;color:#1a1a1a}.admin-bubble__image{border-radius:10px;cursor:zoom-in;display:block;margin-bottom:6px;max-width:100%}.admin-bubble__text{margin:0}.admin-bubble__meta{color:#9a9a9a;font-size:10px;margin-top:4px}.admin-bubble--typing{display:flex;gap:4px}.admin-bubble--typing span{animation:admin-typing-bounce 1.2s ease-in-out infinite;background:#9a9a9a;border-radius:50%;height:6px;width:6px}.admin-bubble--typing span:nth-child(2){animation-delay:.15s}.admin-bubble--typing span:nth-child(3){animation-delay:.3s}@keyframes admin-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.admin-thread__error{color:#c0392b;font-size:12px;padding:0 16px}.admin-thread__pending-image{display:flex;padding:0 16px 8px;position:relative}.admin-thread__pending-image img{border-radius:8px;height:60px}.admin-thread__pending-image button{background:#1a1a1a;border-radius:50%;color:#fff;font-size:12px;height:20px;left:52px;position:absolute;top:-4px;width:20px}.admin-composer{align-items:center;border-top:1px solid #eee;display:flex;gap:8px;padding:12px 16px}.admin-composer__attach{background:#f2f2f2;border-radius:50%;flex-shrink:0;font-size:16px;height:36px;width:36px}.admin-composer__input{border:1px solid #e5e5e5;border-radius:100px;flex:1 1;font-size:16px;padding:10px 14px}.admin-composer__input:focus{border-color:#e4004c;outline:none}.admin-composer__send{background:#e4004c;border-radius:50%;color:#fff;flex-shrink:0;font-size:16px;height:36px;width:36px}.admin-composer__send:disabled{opacity:.4}.admin-lightbox{align-items:center;background:#000000d9;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:2500}.admin-lightbox img{border-radius:8px;max-height:100%;max-width:100%}@media (min-width:860px){.admin-sidebar{flex-shrink:0;width:320px}.admin-sidebar--hidden-mobile,.admin-thread--hidden-mobile{display:flex}}@media (max-width:859px){.admin-sidebar--hidden-mobile,.admin-thread--hidden-mobile{display:none}.admin-thread__back{display:block}}.admin-gate__loading{color:#6b6b6b}.admin-gate__loading,.admin-gate__unauthorized{align-items:center;display:flex;font-size:15px;height:100vh;justify-content:center}.admin-gate__unauthorized{color:#1a1a1a;flex-direction:column;gap:16px}.admin-gate__unauthorized button{background:#e4004c;border-radius:8px;color:#fff;font-weight:600;padding:10px 20px}
/*# sourceMappingURL=main.ea77b51b.css.map*/