@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.screen{background:var(--color-bg);max-width:1440px;min-height:100vh;margin:0 auto}.loading-spinner__wrap{width:100%;padding:var(--spinner-wrap-padding,0);height:var(--spinner-wrap-height,auto);position:var(--spinner-wrap-position,relative);flex-direction:column;justify-content:center;align-items:center;display:flex}.loading-spinner--auto>.loading-spinner__border{max-height:calc((1 - var(--spinner-rounded,0)) * 9999px);opacity:calc(1 - var(--spinner-rounded,0));overflow:hidden}.loading-spinner--auto>.loading-spinner__rounded{max-height:calc(var(--spinner-rounded,0) * 9999px);opacity:var(--spinner-rounded,0);overflow:hidden}.loading-spinner--in-button>.loading-spinner__border,.loading-spinner--in-button>.loading-spinner__rounded{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-spinner--in-button>.loading-spinner__border{opacity:calc(1 - var(--spinner-rounded,0))}.loading-spinner--in-button>.loading-spinner__rounded{opacity:var(--spinner-rounded,0)}.loading-spinner__rounded{width:var(--spinner-width,68px);height:var(--spinner-width,68px);display:inline-block}.loading-spinner__rounded svg{width:100%;height:100%}.loading-spinner__rounded .track{fill:none;stroke:var(--spinner-bg-color,#2f0162);stroke-width:var(--spinner-thickness,8)}.loading-spinner__rounded .arc{fill:none;stroke:var(--spinner-primary-color,var(--spinner-primary,#2f0162));stroke-width:var(--spinner-thickness,8);stroke-linecap:round;stroke-dasharray:25 100;transform-origin:50%;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.loading-spinner__rounded .arc{animation:none}}@keyframes rotate{to{transform:rotate(1turn)}}.loading-spinner__border{z-index:0;width:var(--spinner-width,68px);height:var(--spinner-width,68px);box-sizing:border-box;border-radius:50px;display:block;position:relative;overflow:hidden}.loading-spinner__border:before{content:"";z-index:-2;background-color:var(--spinner-bg-color,#2f0162);background-position:0 0,100% 0,100% 100%,0 100%;background-repeat:no-repeat;background-size:50% 50%,50% 50%;background-image:linear-gradient(var(--spinner-primary-color,var(--spinner-primary,#2f0162)), var(--spinner-primary-color,var(--spinner-primary,#2f0162))), linear-gradient(var(--spinner-bg-color,#fff), var(--spinner-bg-color,#fff)), linear-gradient(var(--spinner-bg-color,#fff), var(--spinner-bg-color,#fff));width:200%;height:200%;animation:.6s cubic-bezier(.67,.34,.3,.71) infinite rotate;position:absolute;top:-50%;left:-50%}.loading-spinner__border:after{content:"";z-index:-1;left:var(--spinner-border-inset,6px);top:var(--spinner-border-inset,6px);width:calc(100% - var(--spinner-border-inset-double,12px));height:calc(100% - var(--spinner-border-inset-double,12px));background:var(--spinner-iframe-bg,var(--spinner-bg-color,#fff));border-radius:50px;position:absolute}.header{justify-content:space-between;align-items:center;padding:30px 40px 30px 43px;display:flex}.header__nav{align-items:flex-start;gap:40px;display:flex}.header__nav-item{letter-spacing:-.4px;color:var(--color-text-muted);background:0 0;border:0;padding:0;font-size:16px;font-weight:500;line-height:30px}.header__nav-item--active{color:var(--color-text);border-bottom:4px solid #000;border-radius:0 0 4px 4px}.header__user{align-items:center;gap:8px;display:flex}.header__avatar{background:var(--color-accent);color:#fff;letter-spacing:-.5px;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:500;display:flex}.header__email{letter-spacing:-.4px;font-size:16px}.logo{font-family:var(--font-family);align-items:center;gap:6px;display:inline-flex}.logo__badge{color:#fff;letter-spacing:-.3px;border-radius:999px;padding:6px 0;font-size:15px;font-weight:600;line-height:1}.logo__text{color:var(--color-brand);letter-spacing:-.4px;font-size:16px;font-weight:500}@media (width<=768px){.header{z-index:100;background:#fff;width:100%;padding:20px;position:sticky;top:0}.header__nav{display:none}.header__nav-item{color:#000;letter-spacing:-.16px;font-size:16px;font-style:normal;font-weight:400;line-height:normal}}.modal{z-index:100;-webkit-backdrop-filter:blur(22.95px);background:#322940c4;justify-content:center;align-items:flex-start;padding:40px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal__card{box-sizing:border-box;z-index:1;background:#fff;border:1px solid #e5e6f6;border-radius:16px;flex-direction:column;align-items:center;gap:40px;width:478px;max-width:100%;margin:auto;padding:48px 32px;display:flex;position:relative}.modal__card--wide{width:557px}.modal__title{letter-spacing:-.875px;color:#000;text-align:center;width:100%;margin:0;font-family:inherit;font-size:35px;font-weight:500;line-height:48px}.modal__subtitle{letter-spacing:-.55px;color:#000;text-align:center;width:100%;margin:0;font-family:inherit;font-size:22px;font-weight:300}.modal__heading{flex-direction:column;gap:18px;width:100%;display:flex}.modal__primary{color:#fff;letter-spacing:-.16px;cursor:pointer;background:#000;border:0;border-radius:16px;width:100%;height:48px;font-family:inherit;font-size:16px;font-weight:600;transition:opacity .15s}.modal__primary:hover:not(:disabled){opacity:.85}.modal__primary:disabled{color:#fff;letter-spacing:-.14px;cursor:not-allowed;background:#acb0b5;font-size:14px}.modal__secondary{color:#000;letter-spacing:-.16px;cursor:pointer;background:#fff;border:2px solid #000;border-radius:16px;width:100%;height:48px;font-family:inherit;font-size:16px;font-weight:600;transition:opacity .15s}.modal__secondary:hover{opacity:.85}.delete-account__actions{flex-direction:column;gap:24px;width:414px;max-width:100%;display:flex}.burger-menu{cursor:pointer;background:#f6f7f9;border:none;border-radius:16px;outline:none;justify-content:center;align-items:center;width:48px;height:48px;margin-left:16px;padding:0;transition:filter .2s ease-in-out;display:flex;position:relative}.burger-menu svg{width:24px;height:24px}.burger-menu:hover{filter:brightness(.9)}.burger-menu-popover[popover]{color:#fff;inset:unset;top:anchor(bottom);right:anchor(right);background:#fff;border:1px solid #e2e7eb;border-radius:16px;margin:0;padding:0;translate:0;box-shadow:0 0 26.7px #00000026}.burger-menu-popover-item-separator{background:#e2e7eb;height:1px}.burger-menu-popover[popover]>button{color:#000;text-align:center;letter-spacing:-.12px;background:0 0;border:0;align-items:center;gap:8px;width:100%;padding:16px 24px;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:flex}.burger-menu-popover[popover]>button:hover{background:#f6f7f9}.burger-menu-popover[popover]>button.delete{color:#b30505}.burger-menu-popover:popover-open{flex-direction:column;display:flex}@media (width<=768px){.burger-menu-popover[popover]{width:100vw;height:calc(100vh - 90px);box-shadow:none;border-top:1px solid #0f257e2b;border-radius:0;flex-direction:column;justify-content:space-between;padding:40px 32px;top:90px;right:0}.burger-menu-popover[popover]:popover-open{display:flex}.burger-menu-popover-content__top{flex-direction:column;justify-content:center;align-items:center;gap:32px;display:flex}.burger-menu-popover-content__bottom{flex-direction:column;justify-content:center;align-items:center;gap:32px;display:flex}.burger-menu-popover-content__bottom button{color:#000;letter-spacing:-.16px;background:0 0;border:none;outline:none;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:32px;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:flex}}.button{border-radius:var(--radius-button);background:var(--color-button);height:48px;color:var(--color-button-text);font-family:var(--font-family);letter-spacing:-.14px;cursor:pointer;border:0;justify-content:center;align-items:center;padding:0 24px;font-size:14px;font-weight:600;transition:opacity .15s;display:inline-flex}.button:hover{opacity:.85}.button--wide{width:324px;max-width:100%}.button--block{width:100%}.button-secondary{border-radius:var(--radius-button);color:#000;height:48px;font-family:var(--font-family);letter-spacing:-.14px;cursor:pointer;background:#fff;border:1px solid #000;justify-content:center;align-items:center;padding:0 24px;font-size:14px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.button-secondary:hover{color:#fff;background:#000}.qr{width:100%;height:100%;image-rendering:pixelated;display:block}.back{letter-spacing:-.14px;color:inherit;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:500;display:inline-flex}.back svg{width:18px;height:18px}.auth{flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;padding:80px 20px 40px;display:flex}.auth__card{border:1px solid var(--color-border-soft);border-radius:var(--radius-button);background:#fff;flex-direction:column;align-items:center;gap:24px;width:783px;max-width:100%;padding:48px 32px;display:flex}.auth__card--borderless{border:none}.auth__grid{grid-template-columns:346px 346px;gap:32px;margin-top:32px;display:grid}.auth__icon{color:#000;width:100px;height:100px;display:block}.auth__title{letter-spacing:-.875px;text-align:center;font-size:35px;font-weight:500;line-height:47px}.auth__form-block{flex-direction:column;align-items:center;gap:40px;width:100%;padding:24px 40px 24px 24px;display:flex}.auth__lead{color:#000;text-align:center;letter-spacing:-.16px;margin-top:-16px;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:block}.auth__form{flex-direction:column;gap:32px;width:414px;max-width:100%;display:flex}.auth__field{flex-direction:column;gap:8px;display:flex}.auth__svg-subtitle{flex-direction:column;align-items:center;gap:16px;display:flex}.auth__svg-subtitle>h3{color:#000;letter-spacing:-.16px;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.auth__label{letter-spacing:-.16px;font-size:16px;font-weight:500}.auth__input{border-radius:var(--radius-input);border:1px solid var(--color-border);background:#fff;height:48px;padding:0 16px;font-size:16px}.auth__input:focus{outline:2px solid var(--color-brand);outline-offset:1px}.auth__error{color:#a52b33;letter-spacing:-.14px;margin-top:-16px;font-size:14px}.auth__footer{letter-spacing:-.16px;text-align:center;font-size:16px;font-weight:400}.auth__link{color:#25b38d;font-weight:600;text-decoration:underline}.auth__divider{letter-spacing:-.16px;align-items:center;gap:18px;width:100%;font-size:16px;display:flex}.auth__divider-line{background:var(--color-border-subtle);flex:1;height:1px}.auth__lead-email{font-weight:600}.auth__resend{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.auth__resend-text{letter-spacing:-.16px;font-size:16px}.auth__qr-block{border-left:1px solid var(--color-border-soft);flex-direction:column;align-items:center;gap:40px;width:100%;padding:24px 24px 24px 40px;display:flex}.auth__qr-frame{justify-content:center;align-items:center;width:160px;height:160px;display:flex}@media (width<=768px){.auth{gap:32px;width:100vw;max-width:100%;padding:32px 32px 64px;overflow-x:hidden}.auth__title{color:#14141f;text-align:center;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.auth__lead{color:#000;text-align:center;letter-spacing:-.45px;font-size:18px;font-style:normal;font-weight:300;line-height:normal}.auth__card{border:none;width:100%;padding:0}.auth__grid{grid-template-columns:100%;gap:32px;width:100%;margin-top:0}.auth__form-block,.auth__qr-block{background:#fff;border:1px solid #e5e6f6;border-radius:16px;gap:24px;padding:24px}}.data{flex-direction:column;gap:30px;padding:20px 16px 40px;display:flex}.data__section{flex-direction:column;gap:16px;display:flex}.data__section-title{letter-spacing:-.55px;color:#000;font-size:22px;font-weight:500}.data__grid{flex-flow:wrap;gap:32px;display:flex}.data__card-link{border-radius:var(--radius-card);transition:transform .15s;display:block}.data__card-link:hover{transform:translateY(-2px)}.credential-card{border-radius:var(--radius-card);color:#fff;justify-content:space-between;align-items:flex-start;width:326px;min-width:326px;height:110px;padding:16px;display:flex;position:relative;overflow:clip}.credential-card--pid{background:var(--gradient-pid)}.credential-card--gov{background:var(--gradient-gov)}.credential-card--company{background:var(--gradient-company)}.credential-card--bank{background:var(--gradient-bank)}.credential-card--card{background:var(--gradient-card)}.credential-card--full{width:100%;height:110px}.credential-card__overlay{pointer-events:none;background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:0}.credential-card--pid .credential-card__overlay{background-image:url(/assets/credential-bg-pid-BbxUI9mT.svg)}.credential-card--gov .credential-card__overlay{background-image:url(/assets/credential-bg-gov-DnOJprW4.svg)}.credential-card--company .credential-card__overlay{background-image:url(/assets/credential-bg-company-u8dkhkpA.svg)}.credential-card--bank .credential-card__overlay{background-image:url("data:image/svg+xml,%3csvg%20width='326'%20height='110'%20viewBox='0%200%20326%20110'%20preserveAspectRatio='none'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cfilter%20id='bankGlow'%20x='124'%20y='-51'%20width='358'%20height='315'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='40'%20result='effect1_foregroundBlur'/%3e%3c/filter%3e%3c/defs%3e%3crect%20x='244'%20y='69'%20width='118'%20height='75'%20fill='%230DDF81'%20filter='url(%23bankGlow)'/%3e%3crect%20x='272'%20y='83'%20width='118'%20height='75'%20fill='%230DDF81'%20fill-opacity='0.4'/%3e%3crect%20x='291'%20y='29'%20width='94'%20height='129'%20fill='%230DDF81'%20fill-opacity='0.4'/%3e%3crect%20x='306'%20y='-3'%20width='94'%20height='181'%20fill='%230DDF81'%20fill-opacity='0.4'/%3e%3crect%20x='-7'%20y='0'%20width='333'%20height='110'%20fill='black'%20fill-opacity='0.2'/%3e%3c/svg%3e")}.credential-card--card .credential-card__overlay{background-image:url(/assets/credential-bg-card-Dbp6a1W8.svg)}.credential-card__body{flex-direction:column;justify-content:space-between;gap:15px;height:100%;display:flex;position:relative}.credential-card__title{letter-spacing:-.16px;text-align:start;font-size:16px;font-weight:700}.credential-card__badge{letter-spacing:-.14px;border-radius:8px;align-items:center;gap:8px;width:fit-content;padding:6px 14px 6px 10px;font-size:14px;font-weight:600;display:inline-flex}.credential-card__badge svg{flex-shrink:0}.credential-card__badge--test{color:#000;letter-spacing:-.12px;background:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.credential-card__badge--real{color:#fff;letter-spacing:-.12px;background:#00000040;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.credential-card__more{color:#fff;background:0 0;border:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:flex;position:relative}.credential-card__popover[popover]{color:#fff;inset:unset;top:anchor(bottom);left:anchor(left);background:#fff;border:1px solid #e2e7eb;border-radius:16px;margin:0;translate:0;box-shadow:0 0 26.7px #00000026}.credential-card__popover[popover]>button{color:#000;text-align:left;background:0 0;border:0;width:100%;padding:8px 12px}.credential-card__popover[popover]>button:hover{background:#f6f7f9}.credential-card__popover:popover-open{flex-direction:column;display:flex}.data-detail{grid-template-columns:326px 326px;gap:16px;display:grid}.data-detail__title{letter-spacing:-.45px;margin-bottom:16px;font-size:18px;font-weight:600}.data-detail__panel{border:1px solid var(--color-border-subtle);border-radius:var(--radius-card);background:#fff;flex-direction:column;gap:24px;padding:32px 24px 24px;display:flex}.data-detail__field{flex-direction:column;gap:4px;display:flex}.data-detail__field-label{letter-spacing:-.12px;font-size:12px}.data-detail__field-value{letter-spacing:-.14px;font-size:14px;font-weight:600}.data-detail__panel--qr{text-align:center;justify-content:center;align-items:center}.data-detail__qr-text{letter-spacing:-.14px;font-size:14px}.data-detail__qr{justify-content:center;align-items:center;width:130px;height:130px;display:flex}.data__status{color:var(--color-text-muted);letter-spacing:-.14px;font-size:14px}.data-empty{flex-direction:column;gap:16px;min-height:490px;padding-top:60px;display:flex;position:relative}.data-empty__heading{letter-spacing:-.55px;color:#000;margin:0;font-size:22px;font-weight:500}.data-empty__grid{flex-flow:wrap;gap:32px;display:flex}.data-create-tile{color:#000;cursor:pointer;background:#f6f7f9;border:2px dashed #e2e7eb;border-radius:24px;align-items:center;width:326px;min-width:326px;height:110px;padding:16px;font-family:inherit;transition:opacity .15s;display:flex;overflow:clip}.data-create-tile:hover{opacity:.85}.data-create-tile__label{letter-spacing:-.16px;align-items:center;gap:8px;font-size:16px;font-weight:500;display:inline-flex}.data-create-tile__icon{flex-shrink:0;width:24px;height:24px}.data-populated{flex-direction:column;gap:16px;padding-top:60px;display:flex}.data-populated__heading{letter-spacing:-.55px;color:#000;margin:0;font-size:22px;font-weight:500}.data-populated__heading--secondary{margin-top:44px}.data-populated__grid{flex-flow:wrap;gap:32px;display:flex}.data-populated__card-link{border:none;border-radius:24px;outline:none;width:326px;min-width:326px;height:110px;padding:0;transition:transform .15s,opacity .15s;display:block}.data-populated__card-link--loading{pointer-events:none;opacity:.6}.data-populated__card-link:hover{transform:translateY(-2px)}.data-empty__placeholder{opacity:.38;background:#e2e7eb;border-radius:24px;width:326px;min-width:326px;height:110px;position:relative;overflow:hidden}.data-empty__bar{background:#fff;display:block;position:absolute;left:16px}.data-empty__bar--title{border-radius:7px;width:176px;height:24px;top:19.5px}.data-empty__bar--line-1{border-radius:6px;width:100px;height:12px;top:51.5px}.data-empty__bar--line-2{border-radius:6px;width:127px;height:12px;top:78.5px}.data-empty__message{box-sizing:border-box;text-align:center;flex-direction:column;align-self:center;align-items:center;gap:8px;width:405px;max-width:100%;margin-top:56px;padding:16px;display:flex}.data-empty__title{letter-spacing:-.55px;color:#000;margin:0;font-size:22px;font-weight:600}.data-empty__description{color:#9196ad;text-align:center;letter-spacing:-.4px;width:322px;max-width:100%;font-size:16px;font-style:normal;font-weight:500;line-height:30px}.data-empty__description>em{color:#9196ad;letter-spacing:-.4px;font-size:16px;font-style:italic;font-weight:500;line-height:30px}.data-populated__mobile-tabs{display:none}@media (width<=768px){.data-create-tile{justify-content:center;display:flex}.data-populated__heading{text-align:center;width:100%}.data-populated{padding-top:24px}.data{padding:20px 32px 40px}.data-detail{grid-template-columns:1fr}.data-populated__grid{flex-direction:column;align-items:center;gap:16px;display:flex}.data-populated__mobile-tabs{flex-direction:row;width:100%;display:flex}.data-populated__mobile-tabs>button{color:#6f6f73;text-align:center;background:0 0;border:none;border-bottom:3px solid #6f6f73;outline:none;flex:1;justify-content:center;align-items:center;height:40px;font-size:15px;font-style:normal;font-weight:500;line-height:normal;display:flex}.data-populated__mobile-tabs>button.active{color:#000;text-align:center;border-bottom:3px solid #000;font-size:15px;font-style:normal;font-weight:600;line-height:normal}.data-empty-copy{width:100%;margin:40px 0}.data-empty-copy h3{color:#000;text-align:center;letter-spacing:-.18px;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.data-empty-copy p{color:#9196ad;text-align:center;letter-spacing:-.4px;font-size:16px;font-style:normal;font-weight:500;line-height:30px}}.create-data__actions{flex-direction:column;gap:24px;width:414px;max-width:100%;display:flex}.create-data__form{flex-direction:column;gap:24px;width:100%;display:flex}.create-data__field{flex-direction:column;gap:8px;display:flex}.create-data__field-label{letter-spacing:-.16px;color:#000;font-size:16px;font-weight:500}.create-data__input{box-sizing:border-box;background:#fff;border:1px solid #c5cad6;border-radius:8px;align-items:center;gap:8px;height:48px;padding:0 16px;transition:border-color .15s;display:flex}.create-data__input:focus-within{border-color:var(--color-brand)}.create-data__input--select{cursor:pointer}.create-data__input-control{letter-spacing:-.16px;color:#000;appearance:none;background:0 0;border:0;outline:none;flex:auto;min-width:0;height:100%;padding:0;font-family:inherit;font-size:16px;font-weight:500}.create-data__input-control::placeholder{color:var(--color-text-muted);font-weight:400}select.create-data__input-control{cursor:pointer}.create-data__input-icon{color:#000;pointer-events:none;flex-shrink:0;width:24px;height:24px}.create-data__submit{align-self:center;width:414px;max-width:100%;margin-top:16px}.create-data__error{color:#d43f3f;margin:0;font-size:14px}.create-data__stores{justify-content:center;align-items:center;gap:80px;width:100%;display:flex}.create-data__store-card{box-sizing:border-box;border:1px solid #0f257e2b;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.create-data__store-badge{width:140px;height:auto;display:block}.create-data__store-qr{width:137px;height:137px}.create-data__credential-qr{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #0f257e2b;border-radius:12px;justify-content:center;align-items:center;width:100%;height:238px;padding:24px;display:flex}.create-data__credential-qr>svg{width:204px;height:204px}.create-data__qr-error,.create-data__qr-pending{color:var(--color-text-muted);margin:0;font-size:14px}.create-data__success{flex-direction:column;align-items:center;gap:20px;width:282px;max-width:100%;display:flex}.create-data__success-icon{width:100px;height:100px;display:block}.create-data__success-text{flex-direction:column;gap:10px;width:100%;display:flex}.landing__hero{border-radius:var(--radius-screen);grid-template-columns:1.15fr 1fr;align-items:center;gap:40px;min-height:600px;margin:0 30px 24px;padding:80px 100px;display:grid;position:relative;overflow:clip}.landing__hero-bg{z-index:0;background:url(/assets/hero-bg-CMNDj2JM.svg);position:absolute;inset:0}.landing__hero-content{z-index:1;flex-direction:column;align-items:flex-start;gap:60px;max-width:664px;display:flex;position:relative}.landing__heading{letter-spacing:-1.75px;color:#000;font-size:70px;font-weight:500;line-height:80px}.landing__heading-accent{background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:800}.landing__subtitle{letter-spacing:-.8px;margin-top:20px;font-size:32px;line-height:1.15}.landing__hero-visual{z-index:1;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.landing__hero-visual--wrap{justify-content:center;align-items:center;max-width:280px;max-height:600px;display:flex;position:relative}.landing__hero-image{object-fit:contain;width:500px;max-height:100%;position:relative}@media (width<=680px){.landing__hero-image{width:400px}}@media (width<=540px){.landing__hero-image{width:320px}}.landing__section-title{text-align:center;letter-spacing:-.8px;margin:40px 0 24px;font-size:32px;font-weight:400}.landing__features{background:var(--color-bg-muted);border-radius:var(--radius-screen);grid-template-columns:repeat(2,1fr);gap:40px;margin:0 30px 30px;padding:40px;display:grid}.feature-card{border:1px solid var(--color-border-subtle);border-radius:var(--radius-card);background:#fff;flex-direction:column;display:flex;overflow:hidden}.feature-card__banner{width:100%;height:125px}.feature-card__banner img{object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.feature-card__body{flex:1;align-items:flex-start;gap:40px;padding:32px;display:flex}.feature-card__text{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.feature-card__title{white-space:nowrap;align-items:center;gap:8px;display:flex}.feature-card__name{letter-spacing:-.45px;color:#111827;font-size:18px;font-weight:700}.feature-card__divider{letter-spacing:-.4px;color:#59647b91;font-size:16px}.feature-card__subtitle{letter-spacing:-.4px;color:#000;font-size:16px}.feature-card__desc{letter-spacing:-.35px;color:#59647b;font-size:14px;line-height:1.5}.feature-card__chevron{color:#000;flex-shrink:0;align-self:center}@media (width<=1100px){.landing__hero{grid-template-columns:1fr;padding:48px 40px}.landing__heading{font-size:48px;line-height:58px}.landing__subtitle{font-size:22px}.landing__features{grid-template-columns:1fr}}.mobile-apps{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:520px;margin:0 auto;padding-top:80px;display:flex}.mobile-apps__heading{letter-spacing:-.875px;color:#000;margin:0;font-size:35px;font-weight:500}.mobile-apps h2{letter-spacing:-.55px;color:#000;max-width:504px;margin:0;font-size:22px;font-weight:300}.mobile-apps__card-container{justify-content:center;gap:80px;margin-top:16px;display:flex}.mobile-apps__card{border:1px solid #0f257e2b;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:190px;padding:24px;display:flex;overflow:clip}.mobile-apps__card a{line-height:0;display:inline-flex}@media (width<=600px){.mobile-apps{padding-top:40px}.mobile-apps__card-container{flex-direction:column;align-items:center;gap:32px}}.rid-mobile{box-sizing:border-box;background:linear-gradient(#e9eaf0 0%,#dcdee8 100%);justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.rid-mobile__card{box-sizing:border-box;background:#fff;border-radius:28px;flex-direction:column;align-items:center;gap:28px;width:100%;max-width:380px;padding:36px 24px 28px;display:flex}.rid-mobile__heading{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.rid-mobile__title{letter-spacing:-.8px;text-align:center;color:#000;margin:0;font-size:32px;font-weight:700}.rid-mobile__subtitle{letter-spacing:-.42px;text-align:center;color:#000;margin:0;font-size:21px;font-weight:400;line-height:32px}.rid-mobile__steps{flex-direction:column;gap:20px;width:100%;margin:0;padding:0;list-style:none;display:flex}.rid-mobile__step{box-sizing:border-box;border-radius:18px;align-items:flex-start;gap:16px;padding:18px;display:flex}.rid-mobile__step--completed{background:var(--color-bg-muted);border:1px solid var(--color-border-soft)}.rid-mobile__step--current{background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#3ce8b3 0%,#07d0d6 100%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000}.rid-mobile__step-number{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:flex}.rid-mobile__step--completed .rid-mobile__step-number{border:1px solid var(--color-border);color:#000;background:#fff}.rid-mobile__step--current .rid-mobile__step-number{color:#fff;background:#000}.rid-mobile__step-body{flex-direction:column;gap:4px;display:flex}.rid-mobile__step-label{letter-spacing:-.34px;color:#000;font-size:17px;font-weight:700}.rid-mobile__step-description{letter-spacing:-.34px;color:#000;font-size:17px;font-weight:400;line-height:24px}.rid-mobile__badge{box-sizing:border-box;background:#2f6bff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:3px;display:flex}.rid-mobile__badge-icon{color:#fff;background:#ff5a1f;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex}.rid-mobile__button{color:#fff;letter-spacing:-.16px;cursor:pointer;background:#000;border:0;border-radius:16px;width:100%;height:56px;font-family:inherit;font-size:16px;font-weight:700;transition:opacity .15s}.rid-mobile__button:hover{opacity:.85}.scenarios{flex-direction:column;gap:16px;padding-top:60px;display:flex}.scenarios__heading{letter-spacing:-.55px;color:#000;margin:0;font-size:22px;font-weight:500}.scenarios__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.scenario-card{cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #0f257e2b;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;height:120px;padding:16px;font-family:inherit;text-decoration:none;transition:transform .15s;display:flex;overflow:hidden}.scenario-card:hover{transform:translateY(-2px)}.scenario-card:disabled{cursor:default}.scenario-card:disabled:hover{transform:none}.scenario-card--disabled{pointer-events:none;background:#dbdce5;border:1px solid #dbdce5}.scenario-card--disabled .scenario-card__title,.scenario-card--disabled .scenario-card__subtitle,.scenario-card--disabled .scenario-card__chevron{color:#9d9ca5}.scenario-card__left{align-items:center;gap:16px;min-width:0;height:100%;display:flex}.scenario-card__thumb{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;border-radius:24px;flex-shrink:0;width:180px;height:88px}.scenario-card__thumb--casino{border-radius:16px;width:181px;height:100%}.scenario-card__text{flex-direction:column;gap:8px;min-width:0;display:flex}.scenario-card__title{letter-spacing:-.4px;color:#000;margin:0;font-size:16px;font-weight:700}.scenario-card__subtitle{letter-spacing:-.4px;color:#000;margin:0;font-size:16px;font-weight:400}.scenario-card__chevron{color:#1a1a1a;flex-shrink:0;width:24px;height:24px}@media (width<=1100px){.scenarios__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.scenarios__grid{grid-template-columns:1fr}}:root{--color-text:#000;--color-text-muted:#9196ad;--color-bg:#fff;--color-bg-muted:#f3f4fb;--color-border:#c5cad6;--color-border-soft:#e5e6f6;--color-border-subtle:#0f257e2b;--color-brand:#2a0062;--color-accent:#aa2c60;--color-button:#000;--color-button-text:#fff;--gradient-brand:linear-gradient(90deg, #bd11d8 20%, #0ddfdb 100%);--gradient-pid:linear-gradient(106.49deg, #740507 30.611%, #a52ba3 108.92%);--gradient-gov:linear-gradient(104.8deg, #000932 35.418%, #0e529a 112.81%);--gradient-company:linear-gradient(112.5deg, #002021 32.039%, #114503 103.62%);--gradient-bank:linear-gradient(109.15deg, #0f257e 10.819%, #010617 102.51%);--gradient-card:linear-gradient(112.5deg, #1d012c 46.446%, #6c388f 103.62%);--radius-screen:40px;--radius-card:24px;--radius-button:16px;--radius-input:8px;--font-family:"Poppins", system-ui, -apple-system, sans-serif;font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}#root{width:100%}h1,h2,h3,p{margin:0}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}input{font-family:inherit}
