.opla-button{border-radius:var(--opla-radius-pill);justify-content:center;align-items:center;gap:var(--opla-space-3);min-width:0;padding:0 var(--opla-space-7);color:var(--opla-white);font-weight:500;font-size:var(--opla-font-body);line-height:var(--opla-line-body);letter-spacing:var(--opla-tracking-body);cursor:pointer;border:1px solid #0000;transition:background-color .16s,border-color .16s,color .16s,opacity .16s;display:inline-flex}.opla-button:hover:not(:disabled){filter:brightness(.96)}.opla-button:focus-visible,.opla-icon-button:focus-visible,.opla-provider-action:focus-visible,.opla-field__control:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.opla-button:disabled,.opla-icon-button:disabled,.opla-provider-action:disabled{cursor:not-allowed;opacity:.45}.opla-button--primary{background:var(--opla-blue)}.opla-button--secondary{color:var(--opla-blue);border-color:var(--opla-blue);background:var(--opla-blue-soft)}.opla-button--outline{color:var(--opla-blue);border-color:var(--opla-blue);background:var(--opla-white)}.opla-button--ghost{color:var(--opla-text);background:0 0}.opla-button--danger{background:var(--opla-red)}.opla-button--compact{height:var(--opla-control-compact)}.opla-button--default{height:var(--opla-control-default)}.opla-button--large{height:var(--opla-control-large)}.opla-button--full{width:100%}.opla-button__label{overflow-wrap:anywhere}.opla-button__icon{width:24px;height:24px;display:inline-flex}.opla-button__icon>img,.opla-button__icon>svg{width:100%;height:100%}.opla-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex:0 0 18px;width:18px;height:18px;animation:.7s linear infinite opla-spin}@keyframes opla-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.opla-button{transition:none}.opla-spinner{animation-duration:1.4s}}.opla-icon-button{width:var(--opla-touch-target);height:var(--opla-touch-target);border:1px solid var(--opla-stroke);color:var(--opla-blue);background:var(--opla-white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.opla-icon-button--small{width:44px;height:44px}.opla-icon-button img,.opla-icon-button svg{width:24px;height:24px}.opla-field{gap:var(--opla-space-2);flex-direction:column;width:100%;display:flex}.opla-field__label{color:var(--opla-text);font-size:var(--opla-font-body);line-height:var(--opla-line-body);letter-spacing:var(--opla-tracking-body)}.opla-field__control{width:100%;min-width:0;height:var(--opla-control-default);padding:0 var(--opla-space-3);border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);color:var(--opla-text);background:var(--opla-white);font-size:var(--opla-font-body);line-height:var(--opla-line-body)}.opla-field__control--large{height:var(--opla-control-large);padding:0 var(--opla-space-7)}.opla-field__control::placeholder{color:var(--opla-text-secondary)}.opla-field__control:disabled{background:var(--opla-blue-soft);cursor:not-allowed}.opla-field__control--error{border-color:var(--opla-red)}.opla-field__help{color:var(--opla-text-secondary);font-size:var(--opla-font-caption);letter-spacing:var(--opla-tracking-caption);line-height:1.45}.opla-field__help--error{color:var(--opla-red)}.opla-header{width:100%;max-width:var(--opla-content-max);height:48px;margin:var(--opla-space-7) auto;background:var(--opla-white);align-items:center;gap:56px;padding:0;display:flex}.opla-header__logo-link{flex:none;width:145px;height:48px;display:inline-flex}.opla-header__logo-link:focus-visible{outline:2px solid var(--opla-blue);outline-offset:4px}.opla-header__logo{object-fit:contain;width:100%;height:100%}.opla-header__nav{gap:52px;margin-right:auto;display:flex}.opla-header__nav a{color:var(--opla-text);font-size:var(--opla-font-body);font-weight:500;line-height:var(--opla-line-body);text-decoration:none}.opla-header__nav a:focus-visible{outline:2px solid var(--opla-blue);outline-offset:4px}.opla-header__account{align-items:center;gap:var(--opla-space-3);min-width:0;height:48px;color:var(--opla-text);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:500;display:inline-flex}.opla-header__account:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.opla-header__account-icon{width:48px;height:48px}.opla-header__account-chevron{width:24px;height:24px;transform:rotate(90deg)}.opla-header__menu{display:none}.opla-product-card{width:100%;max-width:408px;min-height:276px;padding:var(--opla-space-7);border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);gap:var(--opla-space-7);background:var(--opla-white);flex-direction:column;display:flex}.opla-product-card__heading{align-items:center;gap:30px;display:flex}.opla-product-card__flag{border-radius:var(--opla-radius-tile);background:var(--opla-blue-soft);flex:0 0 66px;justify-content:center;align-items:center;width:66px;height:66px;display:flex}.opla-product-card__flag img{width:20px;height:20px}.opla-product-card h3{font-size:var(--opla-font-display);line-height:var(--opla-line-display);letter-spacing:var(--opla-tracking-display);margin:0;font-weight:500}.opla-product-card__heading p{margin:var(--opla-space-3) 0 0;color:var(--opla-blue);font-size:var(--opla-font-body);font-weight:500}.opla-product-card__description{min-height:48px;font-size:var(--opla-font-body);font-weight:500;line-height:var(--opla-line-body);letter-spacing:var(--opla-tracking-body);margin:0}.opla-product-card__actions{align-items:center;gap:var(--opla-space-7);margin-top:auto;display:flex}.opla-product-card__arrow{background:var(--opla-blue);border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;margin-right:-16px;display:inline-flex}.opla-product-card__arrow img{width:16.238px;height:16.238px;transform:rotate(45deg)}.opla-price-pill{min-height:var(--opla-control-compact);padding:0 var(--opla-space-3);border-radius:var(--opla-radius-pill);color:var(--opla-blue);background:var(--opla-blue-soft);font-size:var(--opla-font-body);white-space:nowrap;align-items:center;font-weight:500;display:inline-flex}@media (width<=760px){.opla-header{gap:0;width:auto;height:26px;margin:27px 18px}.opla-header__logo-link{width:78px;height:26px}.opla-header__nav,.opla-header__account{display:none}.opla-header__menu{border:0;width:44px;height:44px;margin:-9px -10px -9px auto;display:inline-flex}.opla-product-card{max-width:none}}.opla-requirement{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:var(--opla-white);width:100%;overflow:hidden}.opla-requirement--expanded{overflow:visible}.opla-requirement--complete{background:var(--opla-green-soft)}.opla-requirement--warning{background:var(--opla-warning-soft)}.opla-requirement--missing{background:color-mix(in srgb, var(--opla-red) 7%, white)}.opla-requirement__bar{width:100%;min-height:58px;padding:var(--opla-space-2) var(--opla-space-7);justify-content:space-between;align-items:center;gap:var(--opla-space-4);color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;display:flex}.opla-requirement__bar:focus-visible{outline:2px solid var(--opla-blue);outline-offset:-3px}.opla-requirement__identity,.opla-requirement__controls{align-items:center;gap:var(--opla-space-7);min-width:0;display:flex}.opla-requirement__icon{border:1px solid var(--opla-blue);width:40px;height:40px;color:var(--opla-white);background:var(--opla-white);border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.opla-requirement__icon img{width:auto;max-width:20px;height:auto;max-height:20px}.opla-requirement__complete-mark{display:none}.opla-requirement--warning .opla-requirement__icon{color:var(--opla-blue);background:var(--opla-white);border-color:var(--opla-blue)}.opla-requirement--missing .opla-requirement__icon{color:var(--opla-white);background:var(--opla-red);border-color:var(--opla-red)}.opla-requirement__heading{align-items:baseline;gap:var(--opla-space-2);flex-wrap:wrap;min-width:0;display:flex}.opla-requirement__title{overflow-wrap:anywhere;font-size:var(--opla-font-heading);line-height:var(--opla-line-heading);letter-spacing:var(--opla-tracking-heading);font-weight:500}.opla-requirement__meta{color:var(--opla-blue);font-size:var(--opla-font-body);white-space:nowrap;font-weight:500;line-height:1.4}.opla-requirement__status{color:var(--opla-text-secondary);font-size:var(--opla-font-body);white-space:nowrap}.opla-requirement__toggle{background:0 0;border-color:#0000;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.opla-requirement__toggle>img{width:40px;height:40px}.opla-requirement__expanded-icon{border:1px solid var(--opla-blue);background:var(--opla-white);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.opla-requirement__expanded-icon img{width:24px;height:24px;transform:rotate(-90deg)}.opla-requirement__complete-control,.opla-requirement__collapsed-icon,.opla-requirement__warning-icon,.opla-requirement__missing-control{justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.opla-requirement__complete-control img{width:40px;height:40px}.opla-requirement__mobile-chevron{display:none}.opla-requirement__collapsed-icon,.opla-requirement__warning-icon,.opla-requirement__missing-control{border:1px solid var(--opla-blue);background:var(--opla-white);border-radius:50%}.opla-requirement__collapsed-icon img{width:24px;height:24px;transform:rotate(90deg)}.opla-requirement__warning-icon{color:var(--opla-blue);background:var(--opla-warning-control)}.opla-requirement__warning-icon img{width:24px;height:24px;transform:rotate(90deg)}.opla-requirement__missing-control{color:var(--opla-white);border-color:var(--opla-red);background:var(--opla-red);font-size:22px;font-weight:600}.opla-requirement__content{padding:0 var(--opla-space-7) var(--opla-space-7);gap:var(--opla-space-3);display:grid}.opla-progress-counter{justify-content:space-between;align-items:center;gap:var(--opla-space-4);font-size:var(--opla-font-heading);font-weight:500;line-height:var(--opla-line-heading);display:flex}.opla-progress-counter strong{min-width:86px;min-height:var(--opla-control-compact);padding:0 var(--opla-space-4);border-radius:var(--opla-radius-pill);color:var(--opla-white);background:var(--opla-blue);font-size:var(--opla-font-body);justify-content:center;align-items:center;display:inline-flex}.opla-notice{padding:var(--opla-space-5);border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-tile);background:var(--opla-blue-soft);border-left-width:4px}.opla-notice strong{font-size:var(--opla-font-body);line-height:var(--opla-line-body)}.opla-notice p{margin:var(--opla-space-1) 0 0;font-size:var(--opla-font-body);line-height:var(--opla-line-body)}.opla-notice--success{border-left-color:var(--opla-green);background:var(--opla-green-soft)}.opla-notice--warning{background:var(--opla-warning-soft);border-left-color:#b76e00}.opla-notice--danger{border-left-color:var(--opla-red);background:color-mix(in srgb, var(--opla-red) 7%, white)}.opla-notice--info{border-left-color:var(--opla-blue)}.opla-auth-dialog{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-dialog);gap:var(--opla-space-3);background:var(--opla-white);flex-direction:column;width:min(100vw - 36px,570px);padding:26px;display:flex}.opla-auth-dialog__heading{justify-content:space-between;align-items:flex-start;display:flex}.opla-auth-dialog__heading h2{color:var(--opla-blue);font-size:var(--opla-font-display);letter-spacing:var(--opla-tracking-display);margin:0;font-weight:500;line-height:30px}.opla-auth-dialog__section-title{font-size:var(--opla-font-body);line-height:var(--opla-line-body);letter-spacing:var(--opla-tracking-body);margin:0;font-weight:500}.opla-provider-action{width:100%;min-height:var(--opla-control-default);padding:0 var(--opla-space-3);border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);color:var(--opla-text);background:var(--opla-white);cursor:pointer;justify-content:space-between;align-items:center;display:flex}.opla-provider-action__logo{border:1px solid var(--opla-stroke);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.opla-provider-action__logo img{object-fit:contain;width:24px;height:24px}.opla-auth-dialog__legal{color:var(--opla-text-secondary);font-size:var(--opla-font-caption);letter-spacing:var(--opla-tracking-caption);margin:0;line-height:1.45}.opla-auth-dialog__actions{gap:var(--opla-space-3);grid-template-columns:1fr 1fr;display:grid}.opla-auth-dialog__field{gap:0}.opla-auth-dialog__field .opla-field__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.opla-auth-dialog__error{color:var(--opla-red);font-size:var(--opla-font-caption);margin:0;line-height:1.45}@media (width<=720px){.opla-auth-dialog{width:min(100vw - 36px,366px)}.opla-header__logo-link{width:78px;height:26px;margin-right:auto}.opla-product-card{max-width:none}.opla-requirement__bar{padding-inline:var(--opla-space-3)}.opla-requirement__identity,.opla-requirement__controls{gap:var(--opla-space-3)}.opla-requirement__title{letter-spacing:0;font-size:16px;line-height:1.35}.opla-requirement__status{display:none}.opla-requirement__content{padding-inline:var(--opla-space-3)}.opla-requirement--complete .opla-requirement__icon{color:var(--opla-white);background:var(--opla-blue)}.opla-requirement--complete .opla-requirement__icon img{display:none}.opla-requirement__complete-mark{display:inline}.opla-requirement__desktop-check{display:none}.opla-requirement__mobile-chevron{display:block;transform:rotate(90deg);width:24px!important;height:24px!important}}.anonymous-home{min-height:100vh;color:var(--opla-text);background:var(--opla-white);overflow-x:hidden}.anonymous-home__promo{border:1px solid var(--opla-blue);height:55px;color:var(--opla-white);background:var(--opla-blue);display:block;position:relative;overflow:hidden}.anonymous-home__promo-track{align-items:center;gap:20px;display:flex;position:absolute;top:14px;left:-88px}.anonymous-home__promo-item{letter-spacing:0;text-transform:uppercase;white-space:nowrap;flex:0 0 456px;align-items:center;gap:14px;width:456px;font-size:21px;font-weight:500;line-height:25px;display:flex}.anonymous-home__promo-item img{flex:0 0 26px;width:26px;height:25px}.anonymous-home__mobile-menu{display:none}.anonymous-home__hero{width:min(calc(100% - 36px), var(--opla-content-max));border-radius:var(--opla-radius-card);height:320px;color:var(--opla-white);background:var(--opla-blue);margin:0 auto;position:relative;overflow:hidden}.anonymous-home__hero-copy{z-index:2;width:560px;padding:42px 0 0 56px;position:relative}.anonymous-home__hero h1{letter-spacing:0;margin:0;font-size:38px;font-weight:500;line-height:1.22}.anonymous-home__hero p{letter-spacing:0;margin:44px 0 0;font-size:24px;font-weight:500;line-height:1.35}.anonymous-home__hero-art,.anonymous-home__hero-art img{pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute}.anonymous-home__hero-art{inset:0}.anonymous-home__hero-mobile{display:none}.anonymous-home__hero-abstract{width:251px;height:201px;top:118px;left:1029px}.anonymous-home__hero-plane{width:281px;height:143px;top:13px;left:981px}.anonymous-home__hero-eye{width:158px;height:154px;top:166px;left:672px}.anonymous-home__hero-woman{width:204px;height:268px;top:52px;left:787px}.anonymous-home__hero-stamp{width:109px;height:111px;top:133px;left:938px}.anonymous-home__hero-document{width:91px;height:118px;top:33px;left:716px}.anonymous-home__catalog{width:min(calc(100% - 36px), var(--opla-content-max));margin:var(--opla-space-7) auto 0;gap:var(--opla-space-7);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.anonymous-home__catalog .opla-product-card{max-width:none}.anonymous-home__footer{margin-top:var(--opla-space-8);padding-bottom:44px}.anonymous-home__footer-main,.anonymous-home__legal{width:min(calc(100% - 36px), var(--opla-content-max));margin-inline:auto}.anonymous-home__footer-main{justify-content:space-between;align-items:center;gap:var(--opla-space-7);min-height:104px;display:flex}.anonymous-home__terms{min-height:var(--opla-control-compact);padding:0 var(--opla-space-7);border:1px solid var(--opla-blue);border-radius:var(--opla-radius-pill);color:var(--opla-blue);background:var(--opla-white);align-items:center;font-weight:500;text-decoration:none;display:inline-flex}.anonymous-home__socials{gap:7px;display:flex}.anonymous-home__socials a{border:1px solid var(--opla-stroke);width:48px;height:48px;color:var(--opla-blue);border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.anonymous-home__legal{border-top:1px solid var(--opla-stroke);align-items:end;gap:40px;min-height:80px;display:flex}.anonymous-home__legal a{color:var(--opla-blue);font-size:12px;text-decoration:none}.anonymous-home a:focus-visible{outline:2px solid var(--opla-blue);outline-offset:4px}@media (width<=1100px) and (width>=761px){.anonymous-home .opla-header{width:calc(100% - 56px)}.anonymous-home__hero-art{left:calc(100% - 1280px)}}@media (width<=760px){.anonymous-home__promo{border:0;height:20px;display:flex}.anonymous-home__promo-track{gap:36px;height:20px;top:0;left:-20px}.anonymous-home__promo-item{flex-basis:220px;gap:8px;width:220px;font-size:9px;line-height:20px}.anonymous-home__promo-item img{flex-basis:12px;width:12px;height:12px}.anonymous-home__mobile-menu{z-index:20;width:min(300px,100% - 36px);padding:var(--opla-space-4);border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-tile);gap:var(--opla-space-3);background:var(--opla-white);display:grid;position:absolute;top:76px;right:18px;box-shadow:0 16px 40px #23222724}.anonymous-home__mobile-menu a{min-height:44px;color:var(--opla-text);align-items:center;text-decoration:none;display:flex}.anonymous-home__hero{width:calc(100% - 36px)}.anonymous-home__hero-copy{width:100%;padding:28px 28px 0}.anonymous-home__hero h1{max-width:260px;font-size:30px;line-height:1.05}.anonymous-home__hero p{z-index:2;margin-top:88px;font-size:19px;line-height:1.42;position:relative}.anonymous-home__hero-mobile{width:167px;height:234px;display:block;bottom:0;right:0}.anonymous-home__hero-abstract,.anonymous-home__hero-plane,.anonymous-home__hero-eye,.anonymous-home__hero-woman,.anonymous-home__hero-stamp,.anonymous-home__hero-document{display:none}.anonymous-home__catalog{grid-template-columns:1fr}.anonymous-home__footer{margin-top:var(--opla-space-7);padding-bottom:0}.anonymous-home__footer-main{min-height:104px}.anonymous-home__terms{padding-inline:20px;font-size:13px}.anonymous-home__legal{background:var(--opla-blue-soft);flex-direction:column;align-items:flex-start;gap:40px;width:100%;min-height:309px;padding:37px 18px}}@media (width<=390px){.anonymous-home__footer-main{padding-block:var(--opla-space-7);flex-direction:column;align-items:flex-start}}.authenticated-home{min-height:100vh;color:var(--opla-text);background:var(--opla-white);padding-top:1px;overflow-x:hidden}.authenticated-home__header-wrap{position:relative}.authenticated-home__account-menu{z-index:30;top:62px;right:max(18px, calc((100% - var(--opla-content-max)) / 2));width:220px;padding:var(--opla-space-4);border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-tile);gap:var(--opla-space-2);background:var(--opla-white);display:grid;position:absolute;box-shadow:0 16px 40px #23222724}.authenticated-home__account-menu a,.authenticated-home__account-menu button{min-height:40px;color:var(--opla-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;padding:0;text-decoration:none;display:flex}.authenticated-home__section{width:min(calc(100% - 36px), var(--opla-content-max));margin:var(--opla-space-7) auto 0}.authenticated-home__section>h1,.authenticated-home__section>h2{margin:0 0 var(--opla-space-7);font-size:var(--opla-font-display);font-weight:500;line-height:var(--opla-line-display);letter-spacing:0}.authenticated-home__order{min-height:122px;padding:var(--opla-space-7);border:1px solid var(--opla-blue);border-radius:var(--opla-radius-card);justify-content:space-between;align-items:center;gap:var(--opla-space-7);background:var(--opla-blue-soft);display:flex}.authenticated-home__order+.authenticated-home__order{margin-top:var(--opla-space-4)}.authenticated-home__order-summary,.authenticated-home__order-actions,.authenticated-home__order-meta{align-items:center;display:flex}.authenticated-home__order-summary{gap:30px;min-width:0}.authenticated-home__order-flag{border:1px solid var(--opla-blue);border-radius:var(--opla-radius-tile);background:var(--opla-white);flex:0 0 66px;justify-content:center;align-items:center;width:66px;height:66px;display:flex}.authenticated-home__order-flag img{width:20px;height:20px}.authenticated-home__order-copy{min-width:0}.authenticated-home__order-copy h2{margin:0 0 var(--opla-space-3);font-size:var(--opla-font-display);letter-spacing:0;font-weight:500;line-height:30px}.authenticated-home__order-meta{gap:var(--opla-space-3);font-size:var(--opla-font-body);font-weight:500;line-height:var(--opla-line-body);white-space:nowrap}.authenticated-home__order-actions{gap:var(--opla-space-3);flex:none}.authenticated-home__remove .opla-button__icon,.authenticated-home__remove>img{width:31px;height:31px;margin-right:-16px}.authenticated-home__notice{margin:var(--opla-space-3) 0 0;color:var(--opla-text-secondary);font-size:var(--opla-font-caption);line-height:1.45}.authenticated-home__catalog{gap:var(--opla-space-7);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.authenticated-home__catalog .opla-product-card{max-width:none}.authenticated-home__footer{margin-top:var(--opla-space-8)}.authenticated-home a:focus-visible,.authenticated-home__account-menu button:focus-visible{outline:2px solid var(--opla-blue);outline-offset:4px}@media (width<=760px){.authenticated-home .opla-header{margin-top:var(--opla-space-7)}.authenticated-home__account-menu{width:min(300px,100% - 36px);top:52px;right:18px}.authenticated-home__section{margin-top:var(--opla-space-7)}.authenticated-home__section>h1,.authenticated-home__section>h2{font-size:24px;line-height:1.25}.authenticated-home__order{padding:var(--opla-space-5);flex-direction:column;align-items:stretch}.authenticated-home__order-summary{gap:var(--opla-space-4)}.authenticated-home__order-meta{align-items:flex-start;gap:var(--opla-space-1);white-space:normal;flex-direction:column}.authenticated-home__order-actions{flex-direction:column;align-items:stretch}.authenticated-home__order-actions .opla-button{width:100%}.authenticated-home__catalog{grid-template-columns:1fr}}.checkout-legal{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.checkout-review__accepted{color:var(--opla-blue);margin:0;font-weight:600;line-height:1.45}.checkout-review__error{border:1px solid var(--opla-danger,#c53030);color:var(--opla-danger,#9b2c2c);background:#fff5f5;border-radius:12px;margin:0 0 24px;padding:14px 16px;line-height:1.45}.checkout-review__main{width:min(100% - 48px,1120px);margin:20px auto 80px}.checkout-review__back{min-height:44px;color:var(--opla-blue);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:500}.checkout-review__back:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.checkout-review__consent:has(input:focus-visible){box-shadow:var(--opla-focus-ring);outline:none}.checkout-review__heading{max-width:640px;margin:26px 0 42px}.checkout-review__heading p,.checkout-review__section-heading p{color:var(--opla-blue);margin:0 0 8px;font-size:13px;font-weight:500}.checkout-review__heading h1{margin:0;font-size:44px;font-weight:500;line-height:1.12}.checkout-review__heading span{color:var(--opla-text-secondary);margin-top:12px;font-size:16px;line-height:1.5;display:block}.checkout-review__layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;display:grid}.checkout-review__consents,.checkout-review__summary{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:var(--opla-white)}.checkout-review__consents{padding:32px}.checkout-review__section-heading h2{margin:0;font-size:26px;font-weight:500}.checkout-review__consent-list{gap:12px;margin:28px 0 22px;display:grid}.checkout-review__consent{border:1px solid var(--opla-stroke);cursor:pointer;border-radius:18px;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:14px;min-height:112px;padding:18px;display:grid}.checkout-review__consent:has(input:checked){border-color:var(--opla-blue);background:var(--opla-blue-soft)}.checkout-review__consent input{opacity:0;pointer-events:none;position:absolute}.checkout-review__check{border:1px solid var(--opla-stroke);color:#0000;background:var(--opla-white);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;font-weight:700;display:inline-flex}.checkout-review__consent input:checked+.checkout-review__check{border-color:var(--opla-blue);color:var(--opla-white);background:var(--opla-blue)}.checkout-review__consent-copy{gap:8px;display:grid}.checkout-review__consent-copy strong{font-size:16px;font-weight:500;line-height:1.35}.checkout-review__consent-copy small{color:var(--opla-text-secondary);font-size:13px;line-height:1.5}.checkout-review__documents{border-top:1px solid var(--opla-stroke);margin:0 0 26px;display:grid}.checkout-review__documents details{border-bottom:1px solid var(--opla-stroke);padding:12px 0}.checkout-review__documents summary{color:var(--opla-blue);cursor:pointer;font-size:13px;font-weight:500}.checkout-review__documents p{color:var(--opla-text-secondary);margin:10px 0 2px;font-size:12px;line-height:1.55}.checkout-review__summary{padding:26px}.checkout-review__product{align-items:center;gap:16px;display:flex}.checkout-review__flag{background:var(--opla-blue-soft);border-radius:16px;flex:0 0 60px;justify-content:center;align-items:center;width:60px;height:60px;display:inline-flex}.checkout-review__flag img{width:38px;height:38px}.checkout-review__product p,.checkout-review__product h2,.checkout-review__product span,.checkout-review__result dd,.checkout-review__result dt{margin:0}.checkout-review__product p{color:var(--opla-text-secondary);font-size:12px}.checkout-review__product h2{margin-top:3px;font-size:20px;font-weight:500;line-height:1.25}.checkout-review__product span{color:var(--opla-blue);font-size:13px}.checkout-review__result{gap:20px;margin:26px 0 0;display:grid}.checkout-review__result div{border-top:1px solid var(--opla-stroke);padding-top:18px}.checkout-review__result dt{font-size:13px;font-weight:500}.checkout-review__result dd{color:var(--opla-text-secondary);margin-top:7px;font-size:13px;line-height:1.5}.checkout-review__price{border-top:1px solid var(--opla-stroke);justify-content:space-between;align-items:end;gap:16px;margin-top:26px;padding-top:22px;display:flex}.checkout-review__price span{font-size:13px}.checkout-review__price strong{color:var(--opla-blue);font-size:28px;font-weight:500}@media (width<=820px){.checkout-review__main{width:min(100% - 32px,640px);margin-top:4px}.checkout-review__heading{margin:16px 0 28px}.checkout-review__heading h1{font-size:34px}.checkout-review__layout{flex-direction:column-reverse;gap:16px;display:flex}.checkout-review__consents,.checkout-review__summary{width:100%}.checkout-review__consents{padding:22px 18px 18px}.checkout-review__summary{padding:20px}.checkout-review__consent{min-height:0;padding:16px}}@media (width<=460px){.checkout-review__main{width:calc(100% - 24px)}.checkout-review__heading h1{font-size:30px}.checkout-review__heading span{font-size:14px}.checkout-review__product h2{font-size:18px}}.checkout-payment{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.checkout-payment__main{width:min(100% - 48px,1120px);margin:0 auto;padding:0 0 96px}.checkout-payment__back{min-height:44px;color:var(--opla-blue);font:inherit;cursor:pointer;background:0 0;border:0;margin:12px 0 20px;padding:0}.checkout-payment__back:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.checkout-payment__heading{margin-bottom:40px}.checkout-payment__heading p,.checkout-payment__section-heading p{color:var(--opla-blue);font-size:var(--opla-font-body);line-height:var(--opla-line-body);margin:0 0 8px}.checkout-payment__heading h1{margin:0 0 8px;font-size:40px;font-weight:500;line-height:1.15}.checkout-payment__heading span{color:var(--opla-text-secondary);font-size:var(--opla-font-body);line-height:var(--opla-line-body)}.checkout-payment__layout{grid-template-columns:minmax(0,732px) 360px;align-items:start;gap:28px;display:grid}.checkout-payment__panel,.checkout-payment__summary{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:var(--opla-white)}.checkout-payment__panel{padding:32px}.checkout-payment__promo{border-bottom:1px solid var(--opla-stroke);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-bottom:24px;padding-bottom:24px;display:grid}.checkout-payment__promo .checkout-payment__receipt-email{margin:0}.checkout-payment__product>div{overflow-wrap:anywhere;min-width:0}.checkout-payment__section-heading{margin-bottom:28px}.checkout-payment__section-heading h2{margin:0;font-size:28px;font-weight:500;line-height:1.25}.checkout-payment__method{border:2px solid var(--opla-blue);background:var(--opla-blue-soft);cursor:pointer;border-radius:20px;align-items:center;gap:16px;min-height:92px;padding:20px;display:flex}.checkout-payment__method input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.checkout-payment__radio{border:2px solid var(--opla-blue);background:var(--opla-white);border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid}.checkout-payment__radio:after{background:var(--opla-blue);content:"";border-radius:50%;width:12px;height:12px}.checkout-payment__card-icon{border:2px solid var(--opla-blue);background:var(--opla-white);border-radius:8px;flex:0 0 48px;align-items:flex-start;width:48px;height:36px;display:flex}.checkout-payment__card-icon span{background:var(--opla-blue);width:100%;height:7px;margin-top:7px}.checkout-payment__method-copy{flex-direction:column;gap:4px;display:flex}.checkout-payment__method-copy strong{font-size:18px;font-weight:500}.checkout-payment__method-copy small{color:var(--opla-text-secondary);font-size:13px}.checkout-payment__notice{background:var(--opla-blue-soft);border-radius:16px;align-items:flex-start;gap:12px;margin:24px 0;padding:18px;display:flex}.checkout-payment__notice>span{width:26px;height:26px;color:var(--opla-white);background:var(--opla-blue);border-radius:50%;flex:0 0 26px;place-items:center;font-weight:600;display:grid}.checkout-payment__notice p,.checkout-payment__after-payment{color:var(--opla-text-secondary);margin:0;font-size:13px;line-height:1.55}.checkout-payment__receipt-email{gap:8px;margin:0 0 24px;display:grid}.checkout-payment__receipt-email>span{font-size:15px;font-weight:500}.checkout-payment__receipt-email input{box-sizing:border-box;border:1px solid var(--opla-stroke);width:100%;min-height:52px;color:var(--opla-text);background:var(--opla-white);font:inherit;border-radius:8px;padding:0 16px}.checkout-payment__receipt-email input:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.checkout-payment__receipt-email small{color:var(--opla-text-secondary);font-size:13px;line-height:1.4}.checkout-payment__after-payment{text-align:center;margin:16px 16px 0}.checkout-payment__summary{padding:28px}.checkout-payment__product{border-bottom:1px solid var(--opla-stroke);align-items:center;gap:16px;padding-bottom:28px;display:flex}.checkout-payment__flag{background:var(--opla-blue-soft);border-radius:16px;flex:0 0 60px;place-items:center;width:60px;height:60px;display:grid}.checkout-payment__flag img{width:26px;height:26px}.checkout-payment__product p,.checkout-payment__product h2,.checkout-payment__product span{margin:0}.checkout-payment__product p{color:var(--opla-text-secondary);font-size:13px}.checkout-payment__product h2{margin:3px 0;font-size:20px;font-weight:500;line-height:1.25}.checkout-payment__product span{color:var(--opla-blue);font-size:13px}.checkout-payment__price-lines{margin:0;padding:12px 0}.checkout-payment__price-lines div{justify-content:space-between;gap:20px;padding:14px 0;display:flex}.checkout-payment__price-lines dt,.checkout-payment__price-lines dd{margin:0;font-size:13px;line-height:1.45}.checkout-payment__price-lines dt{color:var(--opla-text-secondary)}.checkout-payment__price-lines dd{text-align:right;flex:none}.checkout-payment__total{border-top:1px solid var(--opla-stroke);justify-content:space-between;align-items:flex-end;gap:16px;padding-top:24px;display:flex}.checkout-payment__total span{font-size:13px}.checkout-payment__total strong{color:var(--opla-blue);font-size:32px;font-weight:500}@media (width<=800px){.checkout-payment__main{width:min(100% - 24px,520px);padding-bottom:56px}.checkout-payment__back{margin-top:4px}.checkout-payment__heading{margin-bottom:28px}.checkout-payment__heading h1{font-size:30px}.checkout-payment__layout{flex-direction:column;gap:16px;display:flex}.checkout-payment__summary{order:-1;width:100%;padding:20px}.checkout-payment__panel{width:100%;padding:20px}.checkout-payment__method{gap:12px;min-height:84px;padding:16px}.checkout-payment__card-icon{flex-basis:42px;width:42px;height:32px}.checkout-payment__method-copy strong{font-size:16px}.checkout-payment__after-payment{margin-inline:0}}@media (width<=430px){.checkout-payment__promo{grid-template-columns:minmax(0,1fr)}.checkout-payment__price-lines div{align-items:flex-start}.checkout-payment__total strong{font-size:28px}}.checkout-success{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.checkout-success__main{width:min(100% - 48px,720px);margin:0 auto;padding:48px 0 96px}.checkout-success__hero{text-align:center;flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.checkout-success__check{width:88px;height:88px;color:var(--opla-white);background:var(--opla-green);box-shadow:0 0 0 16px var(--opla-green-soft);border-radius:50%;place-items:center;margin-bottom:24px;font-size:40px;font-weight:600;display:grid}.checkout-success__check--pending{background:var(--opla-blue);box-shadow:0 0 0 16px var(--opla-blue-soft);border:4px solid #033ddf2e;animation:1.7s ease-in-out infinite order-pulse}.checkout-success__check--pending:after{border:3px solid var(--opla-white);content:"";border-right-color:#0000;border-radius:50%;width:24px;height:24px;animation:.7s linear infinite order-spin}.checkout-success__hero p{color:var(--opla-green);font-size:var(--opla-font-body);line-height:var(--opla-line-body);margin:16px 0 6px}.checkout-success__hero h1{margin:0 0 10px;font-size:40px;font-weight:500;line-height:1.15}.checkout-success__hero>span:last-child{max-width:560px;color:var(--opla-text-secondary);font-size:14px;line-height:1.55}.checkout-success__card{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:var(--opla-white);padding:32px}.checkout-success__product{border-bottom:1px solid var(--opla-stroke);align-items:center;gap:16px;padding-bottom:28px;display:flex}.checkout-success__flag{background:var(--opla-blue-soft);border-radius:16px;flex:0 0 60px;place-items:center;width:60px;height:60px;display:grid}.checkout-success__flag img{width:26px;height:26px}.checkout-success__product div{min-width:0;margin-right:auto}.checkout-success__product p,.checkout-success__product h2,.checkout-success__product span{margin:0}.checkout-success__product p{color:var(--opla-text-secondary);font-size:13px}.checkout-success__product h2{margin:3px 0;font-size:20px;font-weight:500;line-height:1.25}.checkout-success__product span{color:var(--opla-blue);font-size:13px}.checkout-success__product>strong{color:var(--opla-blue);white-space:nowrap;font-size:24px;font-weight:500}.checkout-success__steps{margin:0;padding:28px 0;list-style:none}.checkout-success__step{align-items:flex-start;gap:16px;min-height:72px;display:flex;position:relative}.checkout-success__step:not(:last-child):after{background:var(--opla-stroke);content:"";width:2px;position:absolute;top:36px;bottom:0;left:17px}.checkout-success__step>span{z-index:1;border:1px solid var(--opla-stroke);width:36px;height:36px;color:var(--opla-text-secondary);background:var(--opla-white);border-radius:50%;flex:0 0 36px;place-items:center;font-size:13px;display:grid;position:relative}.checkout-success__step--complete>span{border-color:var(--opla-green);color:var(--opla-white);background:var(--opla-green)}.checkout-success__step--active>span{background:var(--opla-blue);border:4px solid #033ddf2e;animation:1.7s ease-in-out infinite order-pulse}.checkout-success__step div{flex-direction:column;gap:3px;padding-top:1px;display:flex}.checkout-success__step strong{font-size:15px;font-weight:500}.checkout-success__step small{color:var(--opla-text-secondary);font-size:12px;line-height:1.45}@keyframes order-pulse{50%{box-shadow:0 0 0 7px #033ddf1a}}.checkout-success__working{border-radius:var(--opla-radius-pill);background:var(--opla-blue-soft);justify-content:center;align-items:center;gap:12px;min-height:60px;display:flex}.checkout-success__working span{border:2px solid var(--opla-blue);border-right-color:#0000;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite order-spin}.checkout-success__working p{color:var(--opla-blue);margin:0;font-size:13px}@keyframes order-spin{to{transform:rotate(360deg)}}.checkout-success__actions{flex-direction:column;align-items:stretch;gap:12px;display:flex}.checkout-success__actions>button:last-child{min-height:44px;color:var(--opla-blue);font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.checkout-success__actions>button:last-child:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.checkout-success__recovery{background:var(--opla-warning-soft);border-radius:18px;padding:20px}.checkout-success__recovery strong{font-size:16px;font-weight:500}.checkout-success__recovery p{color:var(--opla-text-secondary);margin:6px 0 18px;font-size:13px;line-height:1.5}@media (prefers-reduced-motion:reduce){.checkout-success__step--active>span,.checkout-success__check--pending,.checkout-success__check--pending:after,.checkout-success__working span{animation:none}}@media (width<=800px){.checkout-success__main{width:min(100% - 24px,520px);padding:36px 0 56px}.checkout-success__check{width:72px;height:72px;box-shadow:0 0 0 12px var(--opla-green-soft);font-size:34px}.checkout-success__hero h1{font-size:30px}.checkout-success__card{padding:20px}.checkout-success__product>strong{font-size:20px}}.support-page{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.support-page__main{width:min(100% - 48px,760px);margin:0 auto;padding:40px 0 80px}.support-page__main--wide{width:min(100% - 48px,1040px)}.support-page__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:96px;padding:20px 0;display:flex}.support-page__titlebar p,.support-page__titlebar h1,.support-page__hero p,.support-page__hero h1,.support-page__hero span,.support-page__card h2,.support-page__card p,.support-page__article h2,.support-page__article p,.support-page__meta p,.support-page__meta strong,.cookie-panel h2,.cookie-panel p,.cookie-preferences h2,.cookie-preferences p{margin:0}.support-page__eyebrow,.support-page__titlebar p{color:var(--opla-blue);margin-bottom:4px;font-size:11px;line-height:1.4}.support-page__titlebar h1{font-size:30px;font-weight:500;line-height:1.25}.support-page__back{min-height:48px;color:var(--opla-text);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0}.support-page__back:focus-visible,.cookie-switch:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.support-page__design-marker{border-radius:var(--opla-radius-pill);color:#734b00;background:var(--opla-warning-control);width:fit-content;margin:18px 0 -4px auto;padding:7px 12px;font-size:11px;font-weight:500}.support-page__hero{border-radius:var(--opla-radius-card);text-align:center;background:var(--opla-blue-soft);margin-top:28px;padding:42px 34px}.support-page__hero--warning{color:#672600;background:var(--opla-warning-soft)}.support-page__hero--danger{color:#6d1f28;background:#fff0f2}.support-page__hero--neutral{background:#f5f6fa}.support-page__symbol{width:72px;height:72px;color:var(--opla-white);background:var(--opla-blue);border-radius:50%;place-items:center;margin:0 auto 20px;font-size:28px;font-weight:600;display:grid}.support-page__hero--warning .support-page__symbol{background:#e38b2f}.support-page__hero--danger .support-page__symbol{background:var(--opla-red)}.support-page__hero--neutral .support-page__symbol{color:var(--opla-blue);background:var(--opla-white)}.support-page__hero h1{margin:5px 0 10px;font-size:32px;font-weight:500;line-height:1.2}.support-page__hero>span{max-width:540px;color:var(--opla-text-secondary);margin-inline:auto;font-size:12px;line-height:1.6;display:block}.support-page__hero--warning>span,.support-page__hero--danger>span{color:currentColor;opacity:.78}.support-page__card{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);margin-top:22px;padding:28px}.support-page__card h2{font-size:20px;font-weight:500;line-height:1.35}.support-page__card>p{color:var(--opla-text-secondary);margin-top:8px;font-size:12px;line-height:1.55}.support-page__actions{gap:12px;margin-top:24px;display:flex}.support-page__actions .opla-button{flex:1 1 0}.support-page__steps{gap:16px;margin:22px 0 0;padding:0;list-style:none;display:grid}.support-page__steps li{grid-template-columns:40px minmax(0,1fr);align-items:start;gap:14px;display:grid}.support-page__steps li>span{width:40px;height:40px;color:var(--opla-blue);background:var(--opla-blue-soft);border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid}.support-page__steps strong{font-size:14px;font-weight:500;display:block}.support-page__steps p{color:var(--opla-text-secondary);margin-top:4px;font-size:11px;line-height:1.5}.support-page__meta{background:var(--opla-blue-soft);border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px;padding:18px 22px;display:grid}.support-page__meta div{gap:4px;min-width:0;display:grid}.support-page__meta p{color:var(--opla-text-secondary);font-size:10px}.support-page__meta strong{font-size:13px;font-weight:500}.support-page__article-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:28px;margin-top:30px;display:grid}.support-page__toc,.support-page__article{border:1px solid var(--opla-stroke);background:var(--opla-white);border-radius:22px}.support-page__toc{padding:20px;position:sticky;top:20px}.support-page__toc strong{margin-bottom:12px;font-size:13px;font-weight:500;display:block}.support-page__toc a{min-height:40px;color:var(--opla-text-secondary);border-radius:10px;align-items:center;padding:8px 10px;font-size:11px;text-decoration:none;display:flex}.support-page__toc a:hover,.support-page__toc a:focus-visible{color:var(--opla-blue);background:var(--opla-blue-soft);outline:none}.support-page__article{padding:32px}.support-page__article section+section{border-top:1px solid var(--opla-stroke);margin-top:32px;padding-top:28px}.support-page__article h2{font-size:19px;font-weight:500}.support-page__article p{color:var(--opla-text-secondary);margin-top:10px;font-size:12px;line-height:1.7}.cookie-preferences{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);margin-top:28px;padding:28px}.cookie-preferences h2{font-size:20px;font-weight:500}.cookie-preferences>p{color:var(--opla-text-secondary);margin-top:7px;font-size:12px;line-height:1.55}.cookie-preferences__row{border-top:1px solid var(--opla-stroke);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:76px;display:grid}.cookie-preferences__row:first-of-type{margin-top:22px}.cookie-preferences__row strong{font-size:13px;font-weight:500;display:block}.cookie-preferences__row p{color:var(--opla-text-secondary);margin-top:3px;font-size:10px;line-height:1.45}.cookie-switch{border-radius:var(--opla-radius-pill);background:var(--opla-stroke);cursor:pointer;border:0;justify-content:flex-start;width:52px;height:30px;padding:3px;display:flex}.cookie-switch[aria-checked=true]{background:var(--opla-blue);justify-content:flex-end}.cookie-switch:disabled{opacity:.55;cursor:not-allowed}.cookie-switch span{background:var(--opla-white);border-radius:50%;width:24px;height:24px;display:block}.cookie-panel{border:1px solid var(--opla-blue);background:var(--opla-white);border-radius:24px;width:min(100% - 36px,760px);margin:28px auto 0;padding:24px;box-shadow:0 16px 48px #23222724}.cookie-panel h2{font-size:20px;font-weight:500}.cookie-panel p{color:var(--opla-text-secondary);margin-top:8px;font-size:11px;line-height:1.55}.cookie-panel a{color:var(--opla-blue)}.cookie-panel__actions{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:20px;display:grid}@media (width<=800px){.support-page__main,.support-page__main--wide{border-top:1px solid var(--opla-stroke);width:auto;margin:0 18px;padding:18px 0 56px}.support-page__titlebar{border-top:0;align-items:flex-start;min-height:auto;padding:0 0 22px}.support-page__titlebar h1{max-width:240px;font-size:22px}.support-page__back{min-height:36px;font-size:11px}.support-page__hero{border-radius:22px;padding:34px 20px}.support-page__hero h1{font-size:26px}.support-page__card,.cookie-preferences{border-radius:22px;padding:22px 18px}.support-page__actions{flex-direction:column}.support-page__meta,.support-page__article-layout{grid-template-columns:1fr}.support-page__toc{position:static}.support-page__article{padding:24px 18px}.cookie-panel{border-radius:20px;margin-top:20px}.cookie-panel__actions{grid-template-columns:1fr}}.order-action{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.order-action__main{width:min(100% - 48px,760px);margin:0 auto;padding-bottom:80px}.order-action__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:112px;display:flex}.order-action__titlebar p,.order-action__titlebar h1,.order-action__session p,.order-action__session span,.order-action__eyebrow,.order-action__card h2,.order-action__description,.order-action__privacy{margin:0}.order-action__titlebar p{color:var(--opla-text-secondary);margin-bottom:4px;font-size:12px}.order-action__titlebar h1{font-size:30px;font-weight:500;line-height:1.2}.order-action__titlebar button{min-height:48px;color:var(--opla-text);cursor:pointer;background:0 0;border:0}.order-action__titlebar button:focus-visible,.order-action__expiry button:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.order-action__design-marker{border-radius:var(--opla-radius-pill);color:#734b00;background:var(--opla-warning-control);width:fit-content;margin:22px 0 -2px auto;padding:7px 12px;font-size:11px;font-weight:500}.order-action__session{background:var(--opla-blue-soft);border-radius:20px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:16px;margin:32px 0 24px;padding:20px 24px;display:grid}.order-action__session-icon{width:48px;height:48px;color:var(--opla-blue);background:var(--opla-white);border-radius:50%;place-items:center;font-size:17px;font-weight:600;display:grid}.order-action__session div{gap:3px;min-width:0;display:grid}.order-action__session p{color:var(--opla-blue);font-size:11px}.order-action__session strong{font-size:15px;font-weight:500}.order-action__session div>span{color:var(--opla-text-secondary);font-size:11px;line-height:1.4}.order-action__card{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);text-align:center;padding:36px}.order-action__captcha-card{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);padding:28px}.order-action__captcha-heading{grid-template-columns:56px minmax(0,1fr);align-items:center;gap:16px;display:grid}.order-action__captcha-heading h2,.order-action__captcha-heading p,.order-action__captcha-actions p,.order-action__captcha-actions span,.order-action__captcha-demo p{margin:0}.order-action__captcha-heading h2{margin:3px 0 5px;font-size:22px;font-weight:500;line-height:1.3}.order-action__captcha-heading>div>p:last-child{color:var(--opla-text-secondary);font-size:11px;line-height:1.45}.order-action__icon--compact{width:56px;height:56px;margin:0;font-size:22px}.order-action__captcha-window{border:1px solid var(--opla-stroke);background:linear-gradient(var(--opla-white), var(--opla-white)) padding-box, var(--opla-blue-soft);border-radius:20px;place-items:center;min-height:390px;margin:26px 0 20px;display:grid;overflow:hidden}.order-action__captcha-frame-button{cursor:crosshair;background:0 0;border:0;max-width:100%;padding:0;display:block}.order-action__captcha-frame-button:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.order-action__captcha-frame-button:disabled{cursor:wait;opacity:.72}.order-action__captcha-frame-button img{object-fit:contain;-webkit-user-select:none;user-select:none;max-width:100%;max-height:560px;display:block}.order-action__captcha-loading{color:var(--opla-text-secondary);justify-items:center;gap:14px;font-size:13px;display:grid}.order-action__captcha-loading>span{border:3px solid var(--opla-blue-soft);border-top-color:var(--opla-blue);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite order-action-spin}.order-action__captcha-toolbar{justify-content:center;gap:10px;margin:-8px auto 18px;display:flex}.order-action__captcha-toolbar button{border:1px solid var(--opla-blue);width:44px;height:44px;color:var(--opla-blue);background:var(--opla-white);cursor:pointer;border-radius:50%;font-size:20px}.order-action__captcha-toolbar button:disabled{cursor:not-allowed;opacity:.4}.order-action__captcha-error{color:#8a3f00;text-align:center;margin:0 auto 16px;font-size:12px;line-height:1.45}@keyframes order-action-spin{to{transform:rotate(360deg)}}.order-action__captcha-demo{text-align:center;max-width:330px;padding:32px}.order-action__captcha-demo>span{width:72px;height:72px;color:var(--opla-blue);background:var(--opla-blue-soft);border-radius:18px;place-items:center;margin:0 auto 18px;font-size:30px;display:grid}.order-action__captcha-demo strong{font-size:16px;font-weight:500;display:block}.order-action__captcha-demo p{color:var(--opla-text-secondary);margin-top:8px;font-size:11px;line-height:1.5}.order-action__captcha-actions{text-align:center;max-width:480px;margin:0 auto}.order-action__captcha-actions p{margin-bottom:12px;font-size:13px;font-weight:500}.order-action__captcha-actions>span{color:var(--opla-text-secondary);margin-top:10px;font-size:10px;line-height:1.45;display:block}.order-action__icon{width:72px;height:72px;color:var(--opla-blue);background:var(--opla-blue-soft);border-radius:50%;place-items:center;margin:0 auto 20px;font-size:30px;display:grid}.order-action__eyebrow{color:var(--opla-blue);font-size:12px}.order-action__card h2{margin:5px 0 10px;font-size:28px;font-weight:500;line-height:1.25}.order-action__description{max-width:520px;color:var(--opla-text-secondary);margin-inline:auto;font-size:13px;line-height:1.55}.order-action__description strong{color:var(--opla-text);font-weight:500}.order-action__otp{grid-template-columns:repeat(6,56px);justify-content:center;gap:10px;margin:30px auto 18px;display:grid}.order-action__digit{border:1px solid var(--opla-stroke);width:56px;height:64px;color:var(--opla-text);background:var(--opla-white);text-align:center;border-radius:16px;padding:0;font-size:24px}.order-action__digit--filled{border-color:var(--opla-blue);background:var(--opla-blue-soft)}.order-action__digit:focus-visible{border-color:var(--opla-blue);box-shadow:var(--opla-focus-ring);outline:none}.order-action__expiry{color:var(--opla-text-secondary);text-align:left;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;font-size:11px;display:flex}.order-action__expiry button{min-height:44px;color:var(--opla-text-secondary);background:0 0;border:0;padding:0}.order-action__privacy{color:var(--opla-text-secondary);margin-top:14px;font-size:10px;line-height:1.45}.order-action__contract-note{color:#734b00;background:var(--opla-warning-soft);border-radius:18px;margin-top:20px;padding:16px 20px}.order-action__contract-note strong{font-size:13px;font-weight:500}.order-action__contract-note p{margin:5px 0 0;font-size:11px;line-height:1.45}@media (width<=800px){.order-action__main{border-top:1px solid var(--opla-stroke);width:auto;margin:0 18px;padding:18px 0 56px}.order-action__titlebar{border-top:0;align-items:flex-start;min-height:auto;padding:0 0 24px}.order-action__titlebar h1{max-width:220px;font-size:22px;line-height:1.35}.order-action__titlebar button{min-height:36px;padding:0;font-size:11px}.order-action__design-marker{margin-top:14px}.order-action__session{margin-top:24px;padding:16px}.order-action__card{border-radius:22px;padding:28px 18px}.order-action__captcha-card{border-radius:22px;padding:22px 16px}.order-action__captcha-heading{grid-template-columns:48px minmax(0,1fr);gap:12px}.order-action__captcha-heading h2{font-size:18px}.order-action__icon--compact{width:48px;height:48px;font-size:19px}.order-action__captcha-window{border-radius:16px;min-height:360px;margin-block:20px}.order-action__captcha-demo{padding:24px 18px}.order-action__card h2{font-size:22px}.order-action__otp{grid-template-columns:repeat(6,minmax(0,44px));gap:6px}.order-action__digit{border-radius:13px;width:100%;height:56px;font-size:21px}.order-action__expiry{text-align:center;flex-direction:column;align-items:center}}.order-collecting{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.order-collecting__main,.order-collecting__footer{width:min(calc(100% - 48px), var(--opla-content-max));margin:0 auto}.order-collecting__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:88px;display:flex}.order-collecting__titlebar h1{margin:0;font-size:30px;font-weight:500;line-height:1.2}.order-collecting__titlebar button{min-height:44px;color:var(--opla-text);font:inherit;cursor:pointer;background:0 0;border:0}.order-collecting__card{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);flex-direction:column;gap:28px;margin:28px 0 40px;padding:28px;display:flex}.order-collecting__reuse{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:var(--opla-blue-soft);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:20px;display:grid}.order-collecting__reuse h2,.order-collecting__reuse p{margin:0}.order-collecting__reuse h2{margin-bottom:6px;font-size:20px;font-weight:500}.order-collecting__reuse p{color:var(--opla-text-secondary);line-height:1.45}.order-collecting__reuse-sources{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.order-collecting__reuse-summary{border-left:3px solid var(--opla-blue);color:var(--opla-text);background:var(--opla-blue-soft);margin:0;padding:16px 18px;font-size:18px;font-weight:500;line-height:1.45}.order-collecting__requirements,.order-collecting__section-list{flex-direction:column;gap:28px;display:flex}.order-collecting__section{gap:16px;display:grid}.order-collecting__section h2{margin:0;font-size:22px;font-weight:500}.order-collecting__editor{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.order-collecting__field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.order-collecting__field{flex-direction:column;gap:8px;min-width:0;display:flex}.order-collecting__field>label:first-child{font-size:14px;line-height:24px}.order-collecting__field>small{color:var(--opla-text-secondary);font-size:12px;line-height:1.45}.order-collecting__field>.order-collecting__field-error{color:var(--opla-red)}.order-collecting__guidance{border-left:3px solid var(--opla-blue);background:var(--opla-blue-soft);margin-bottom:20px;padding:14px 16px}.order-collecting__guidance p,.order-collecting__guidance dl,.order-collecting__guidance dd{margin:0}.order-collecting__guidance>p{padding-right:12px;line-height:1.5;display:inline}.order-collecting__guidance>button{min-height:36px;color:var(--opla-blue);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:500}.order-collecting__guidance>button:focus-visible{outline:2px solid var(--opla-blue);outline-offset:3px}.order-collecting__guidance dl{gap:10px;margin-top:12px;display:grid}.order-collecting__guidance dl>div{grid-template-columns:minmax(120px,.25fr) minmax(0,1fr);gap:12px;display:grid}.order-collecting__guidance dt{color:var(--opla-text-secondary);font-size:13px}.order-collecting__guidance dd{line-height:1.45}.order-collecting__guidance ul{margin:0;padding-left:20px}.order-collecting__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.order-collecting__multiple-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.order-collecting__multiple-options label{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);align-items:center;gap:10px;min-height:48px;padding:8px 14px;display:flex}.order-collecting__multiple-options input{flex:0 0 20px;width:20px;height:20px}.order-collecting__single-option{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);cursor:pointer;align-items:center;gap:12px;min-height:60px;padding:0 20px;display:flex}.order-collecting__field .order-collecting__single-option input{opacity:0;pointer-events:none;width:1px;height:1px;padding:0;position:absolute}.order-collecting__single-option-check{border:1px solid var(--opla-blue);color:#0000;background:var(--opla-white);border-radius:7px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:14px;font-weight:600;display:grid}.order-collecting__single-option:has(input:checked){border-color:var(--opla-blue);background:var(--opla-blue-soft)}.order-collecting__single-option input:checked+.order-collecting__single-option-check{color:var(--opla-white);background:var(--opla-blue)}.order-collecting__single-option:has(input:focus-visible){outline:2px solid var(--opla-blue);outline-offset:2px}.order-collecting__field input,.order-collecting__field select{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);width:100%;min-width:0;height:60px;color:var(--opla-text);background:var(--opla-white);font:inherit;padding:0 28px}.order-collecting__combobox{position:relative}.order-collecting .opla-requirement:has(.order-collecting__combobox-list){z-index:30;position:relative}.order-collecting__combobox-list{z-index:20;border:1px solid var(--opla-stroke);background:var(--opla-white);border-radius:8px;max-height:280px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 28px #1f2d5624}.order-collecting__combobox-list button{width:100%;min-height:44px;color:var(--opla-text);background:var(--opla-white);font:inherit;text-align:left;cursor:pointer;border:0;padding:10px 16px}.order-collecting__combobox-list button:hover,.order-collecting__combobox-list button.is-active{background:var(--opla-blue-soft)}.order-collecting__combobox-list p{color:var(--opla-text-secondary);margin:0;padding:14px 16px}.order-collecting__editor .opla-button{min-width:148px}.order-collecting__group-editor,.order-collecting__segments{gap:20px;display:grid}.order-collecting__segment{border-top:1px solid var(--opla-stroke);gap:16px;padding-top:20px;display:grid}.order-collecting__segment:first-child{border-top:0;padding-top:0}.order-collecting__segment>header,.order-collecting__group-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-collecting__segment h3{margin:0;font-size:16px;font-weight:500}.order-collecting__segment-tools{gap:6px;display:flex}.order-collecting__segment-tools button{border:1px solid var(--opla-stroke);width:40px;height:40px;color:var(--opla-blue);background:var(--opla-white);font:inherit;cursor:pointer;border-radius:50%;padding:0;font-size:18px}.order-collecting__segment-tools button:disabled{color:var(--opla-text-secondary);cursor:default;opacity:.5}.order-collecting__segment-tools button:focus-visible{outline:2px solid var(--opla-blue);outline-offset:2px}.order-collecting__group-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.order-collecting__group-error{color:var(--opla-red);margin:0;font-size:14px}.order-collecting__confirmation{border-radius:var(--opla-radius-tile);color:#4f3d00;background:#fff8d8;border:1px solid #d6aa21;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.order-collecting__confirmation p{margin:0}.order-collecting__confirmation--attention{color:#513000;background:#ffedbd;border-color:#c87800}.order-collecting__error{border:1px solid var(--opla-red);border-radius:var(--opla-radius-tile);color:var(--opla-red);background:var(--opla-white);margin:0;padding:16px 20px}.order-collecting__state{padding-block:48px}.order-collecting__passport-mobile{display:none}.order-collecting__row-actions{grid-template-columns:1fr 1fr 2fr;gap:12px;margin-top:28px;display:grid}.order-collecting__row-actions .opla-button{font-family:var(--opla-font-brand);padding-inline:12px;font-size:14px;font-weight:500;line-height:24px}.order-collecting__row-actions .opla-button__label{overflow-wrap:normal;white-space:nowrap}.order-collecting__consent{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);min-height:52px;color:var(--opla-text-secondary);align-items:center;padding:8px 16px;font-size:11px;line-height:1.35;display:flex}.order-collecting__upload-panel{border:1px dashed var(--opla-blue);text-align:center;background:var(--opla-blue-soft);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:316px;transition:border-color .16s,background-color .16s;display:flex}.order-collecting__upload-panel--dragging{background:#e8faf4;border-style:solid;border-color:#0d7c66}.order-collecting__upload-panel:focus-visible{outline:2px solid var(--opla-blue);outline-offset:3px}.order-collecting__upload-panel[data-document-state=REVIEW_REQUIRED]{background:#fff8d8;border-color:#d6aa21}.order-collecting__upload-panel[data-document-state=REUPLOAD_REQUIRED]{border-color:var(--opla-red);background:#fff3f2}.order-collecting__upload-panel[data-document-state=CONFIRMED]{background:#edf9f4;border-style:solid;border-color:#138a66}.order-collecting__upload-panel input{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.order-collecting__document-warning{border-radius:var(--opla-radius-tile);color:#5c4300;background:#fff5cc;border:1px solid #d39b00;max-width:520px;margin-top:18px;padding:10px 14px;font-size:14px}.order-collecting__upload-panel .order-collecting__document-capacity-busy{border-radius:var(--opla-radius-tile);color:#5c4300;background:#fff5cc;border:1px solid #d39b00;max-width:520px;margin:12px auto 0;padding:10px 14px;font-size:14px;line-height:1.4}.order-collecting__document-fields{border-radius:var(--opla-radius-tile);color:#4f3d00;text-align:left;background:#fff8d8;border:1px solid #d6aa21;width:min(100%,620px);margin:16px 0 0;padding:12px 16px 12px 36px;font-size:14px;line-height:1.5}.order-collecting__upload-icon{width:48px;height:48px;color:var(--opla-blue);background:var(--opla-white);border-radius:50%;place-items:center;margin-bottom:16px;font-size:22px;display:grid}.order-collecting__upload-icon .opla-spinner{width:22px;height:22px}.order-collecting__upload-panel strong{font-size:22px;font-weight:500;line-height:1.25}.order-collecting__upload-panel p{max-width:520px;color:var(--opla-text-secondary);margin:16px auto 8px;font-size:11px}.order-collecting__upload-panel small{color:var(--opla-text-secondary);font-size:11px}.order-collecting__document-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin:18px 0 12px;display:flex}.order-collecting__file-button{border:1px solid var(--opla-blue);min-height:44px;color:var(--opla-blue);background:var(--opla-white);font:inherit;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0 18px;text-decoration:none;display:inline-flex}.order-collecting__file-button:hover{background:#f2f6ff}.order-collecting__file-button:focus-visible{outline:2px solid var(--opla-blue);outline-offset:2px}.order-collecting__file-button:disabled,.order-collecting__file-button--disabled{cursor:wait;opacity:.55}.order-collecting__choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px;display:grid}.order-collecting__choices label{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);align-items:center;gap:12px;min-height:52px;padding:0 16px;font-size:14px;display:flex}.order-collecting__choices input{border:1px solid var(--opla-stroke);appearance:none;background:var(--opla-white);cursor:pointer;border-radius:50%;flex:0 0 40px;width:40px;height:40px;margin:0}.order-collecting__choices input:checked{background:var(--opla-white) url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame%202085658595'%3e%3crect%20x='0.5'%20y='0.5'%20width='39'%20height='39'%20rx='19.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='39'%20height='39'%20rx='19.5'%20stroke='%23CCD3EA'/%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.2171%2026.1986C18.9359%2026.4795%2018.5546%2026.6373%2018.1571%2026.6373C17.7596%2026.6373%2017.3784%2026.4795%2017.0971%2026.1986L11.4391%2020.5426C11.1579%2020.2612%2010.9999%2019.8796%2011%2019.4818C11.0001%2019.0839%2011.1582%2018.7024%2011.4396%2018.4211C11.721%2018.1398%2012.1026%2017.9819%2012.5005%2017.982C12.8983%2017.9821%2013.2799%2018.1402%2013.5611%2018.4216L18.1571%2023.0176L26.7531%2014.4216C27.0359%2014.1482%2027.4147%2013.9968%2027.808%2014.0001C28.2013%2014.0033%2028.5776%2014.1609%2028.8559%2014.4388C29.1341%2014.7168%2029.292%2015.093%2029.2956%2015.4863C29.2993%2015.8796%2029.1482%2016.2585%2028.8751%2016.5416L19.2181%2026.1996L19.2171%2026.1986Z'%20fill='%23033DDF'/%3e%3c/g%3e%3c/svg%3e") center / 40px 40px no-repeat;border-color:#0000}.order-collecting__choices input:focus-visible{outline:2px solid var(--opla-blue);outline-offset:2px}.order-collecting__footer{border-top:1px solid var(--opla-stroke);grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:28px 0 40px;display:grid}.order-collecting__footer nav{border-top:1px solid var(--opla-stroke);grid-column:1/-1;gap:52px;padding-top:28px;display:flex}.order-collecting__footer a{color:var(--opla-text);font-size:11px;text-decoration:none}.order-collecting__footer>div{gap:12px;display:flex}.order-collecting__footer>div button{border:1px solid var(--opla-blue);width:48px;height:48px;color:var(--opla-blue);background:var(--opla-white);border-radius:50%}.order-collecting__country-question,.order-collecting__uploaded-file{gap:12px;display:grid}.order-collecting__country-question>div{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);background:var(--opla-white);grid-template-columns:36px 1fr auto;align-items:center;gap:12px;min-height:52px;padding:0 14px;display:grid}.order-collecting__confirmed-copy{color:var(--opla-green);margin:0}.order-collecting__uploaded-file>span{align-items:center;gap:12px;display:flex}.order-collecting__uploaded-file>span img{width:24px;height:24px}.order-collecting__uploaded-file>div{gap:12px;display:flex}.order-collecting__dialog-backdrop{z-index:100;background:#0f163073;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.order-collecting__dialog{background:var(--opla-white);border-radius:8px;width:min(680px,100%);max-height:calc(100vh - 48px);padding:32px;position:relative;overflow-y:auto;box-shadow:0 18px 56px #0f16303d}.order-collecting__dialog h2,.order-collecting__dialog h3,.order-collecting__dialog p,.order-collecting__dialog dl,.order-collecting__dialog dd{margin:0}.order-collecting__dialog h2{padding-right:44px;font-size:26px}.order-collecting__dialog>p{color:var(--opla-text-secondary);margin-top:12px;line-height:1.5}.order-collecting__dialog-close{width:40px;height:40px;color:var(--opla-text);cursor:pointer;background:0 0;border:0;font-size:30px;position:absolute;top:20px;right:20px}.order-collecting__dialog-issues{gap:12px;margin-top:24px;display:grid}.order-collecting__dialog-issues>section{border:1px solid var(--opla-stroke);background:var(--opla-warning-soft);border-radius:8px;padding:18px}.order-collecting__dialog-issues h3{font-size:18px}.order-collecting__dialog-issues dl{gap:8px;margin-top:12px;display:grid}.order-collecting__dialog-issues dl>div{grid-template-columns:minmax(0,1fr) auto;gap:18px;display:grid}.order-collecting__dialog-issues dt{color:var(--opla-text-secondary)}.order-collecting__dialog-issues dd{text-align:right;font-weight:500}.order-collecting__dialog-actions{gap:12px;margin-top:28px;display:flex}@media (width<=760px){.order-collecting__main,.order-collecting__footer{width:auto;margin:0 18px}.order-collecting__multiple-options{grid-template-columns:1fr}.order-collecting__main{border-top:1px solid var(--opla-stroke);padding-top:18px}.order-collecting__titlebar{border-top:0;align-items:flex-start;min-height:auto;padding:0 0 28px}.order-collecting__titlebar h1{max-width:280px;font-size:22px;line-height:1.35}.order-collecting__titlebar button{min-height:26px;padding:0;font-size:11px;position:absolute;top:18px;right:72px}.order-collecting__card{border:0;border-radius:0;gap:28px;margin:0;padding:20px 0 28px}.order-collecting__reuse{grid-template-columns:1fr;padding:16px}.order-collecting__reuse-sources{justify-content:stretch}.order-collecting__reuse-sources .opla-button{width:100%}.order-collecting__desktop-list{display:none}.order-collecting__requirements{gap:28px}.order-collecting__section-list{gap:12px}.order-collecting__section h2{font-size:18px}.order-collecting .opla-progress-counter{font-size:22px}.order-collecting .opla-progress-counter strong{min-width:68px;min-height:40px;font-size:18px}.order-collecting .opla-requirement{border-radius:26px}.order-collecting .opla-requirement__bar{box-sizing:border-box;gap:8px;min-height:60px;padding:6px 12px}.order-collecting .opla-requirement__identity{gap:12px}.order-collecting .opla-requirement__controls{gap:4px;margin-left:auto}.order-collecting .opla-requirement__icon{flex-basis:40px;width:40px;height:40px}.order-collecting .opla-requirement__title{font-size:14px;line-height:20px}.order-collecting .opla-requirement__status{border:1px solid var(--opla-blue);max-width:146px;min-height:36px;color:var(--opla-blue);white-space:normal;text-align:center;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;display:inline-flex}.order-collecting .opla-requirement__toggle{flex:0 0 44px;width:44px;height:44px}.order-collecting .opla-requirement__content{padding:0 8px 12px}.order-collecting__passport-desktop{display:none}.order-collecting__passport-mobile{gap:4px;display:grid}.order-collecting__field{gap:0}.order-collecting__guidance{margin-bottom:14px;padding:12px}.order-collecting__guidance dl>div{grid-template-columns:1fr;gap:2px}.order-collecting__field input,.order-collecting__field select{height:44px;padding:0 12px;font-size:13px}.order-collecting__single-option{min-height:44px;padding:0 12px;font-size:13px}.order-collecting__single-option-check{flex-basis:20px;width:20px;height:20px}.order-collecting__editor{grid-template-columns:1fr}.order-collecting__editor .opla-button{width:100%}.order-collecting__group-fields{grid-template-columns:1fr}.order-collecting__group-actions{flex-direction:column;align-items:stretch}.order-collecting__group-actions .opla-button{width:100%}.order-collecting__country-question{padding-top:4px}.order-collecting__country-question strong{font-size:14px;font-weight:500}.order-collecting__country-question .opla-button{height:52px;font-size:16px}.order-collecting__uploaded-file{padding:4px}.order-collecting__uploaded-file>div{flex-wrap:wrap}.order-collecting__uploaded-file .opla-button{min-height:44px;padding:0 14px}.order-collecting__dialog-backdrop{padding:12px}.order-collecting__dialog{max-height:calc(100vh - 24px);padding:24px 18px}.order-collecting__dialog h2{font-size:21px}.order-collecting__dialog-issues dl>div{grid-template-columns:1fr;gap:2px}.order-collecting__dialog-issues dd{text-align:left}.order-collecting__dialog-actions{flex-direction:column;align-items:stretch}.order-collecting__dialog-actions .opla-button{width:100%}.order-collecting__footer{background:var(--opla-blue-soft);grid-template-columns:1fr;margin:0;padding:16px 18px 48px;position:relative}.order-collecting__footer>.opla-button{grid-area:1/1;justify-self:start}.order-collecting__footer nav{border:0;flex-direction:column;grid-column:1/-1;gap:32px;padding:16px 0 0}.order-collecting__footer a{color:var(--opla-blue)}.order-collecting__footer>div{grid-area:2/1}.order-collecting__footer>div button{width:44px;height:44px}}@media (width<=480px){.order-collecting .opla-requirement__identity{flex:1 1 0}.order-collecting .opla-requirement__controls{flex:none}.order-collecting .opla-requirement__status{display:none}}.orders-page{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.orders-page__main{width:min(calc(100% - 48px), var(--opla-content-max));margin:0 auto;padding-bottom:80px}.orders-page__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:118px;display:flex}.orders-page__titlebar p,.orders-page__titlebar h1,.orders-page__copy h2,.orders-page__copy p,.orders-page__copy small{margin:0}.orders-page__titlebar p{color:var(--opla-text-secondary);margin-bottom:4px;font-size:12px}.orders-page__titlebar h1{font-size:30px;font-weight:500;line-height:1.2}.orders-page__titlebar button{min-height:44px;color:var(--opla-text);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:12px}.orders-page__list{gap:18px;margin-top:32px;display:grid}.orders-page__card{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:var(--opla-white);justify-content:space-between;align-items:center;gap:28px;min-height:122px;padding:27px;display:flex}.orders-page__card:first-child{border-color:var(--opla-blue);background:var(--opla-blue-soft)}.orders-page__summary,.orders-page__actions,.orders-page__country-line{align-items:center;display:flex}.orders-page__summary{gap:28px;min-width:0}.orders-page__flag{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-tile);background:var(--opla-white);flex:0 0 66px;place-items:center;width:66px;height:66px;display:grid}.orders-page__card:first-child .orders-page__flag{border-color:var(--opla-blue)}.orders-page__flag img{width:22px;height:22px}.orders-page__copy{min-width:0}.orders-page__country-line{flex-wrap:wrap;gap:12px}.orders-page__copy h2{font-size:25px;font-weight:500;line-height:1.2}.orders-page__status{border-radius:var(--opla-radius-pill);padding:6px 10px;font-size:10px;font-weight:500}.orders-page__status--active,.orders-page__status--completed{color:var(--opla-blue);background:var(--opla-blue-soft)}.orders-page__status--paused{color:#734b00;background:var(--opla-warning-soft)}.orders-page__copy p{color:var(--opla-blue);margin-top:6px;font-size:12px}.orders-page__copy small{color:var(--opla-text-secondary);margin-top:7px;font-size:10px;line-height:1.4;display:block}.orders-page__actions{flex:none;gap:12px}.orders-page__notice{color:#734b00;background:var(--opla-warning-soft);border-radius:16px;margin:16px 0 0;padding:14px 18px;font-size:11px;line-height:1.45}.orders-page__state{color:var(--opla-text-secondary);margin:32px 0 0;font-size:13px}.orders-page__empty{max-width:560px;margin-top:32px;padding:32px 0}.orders-page__empty h2,.orders-page__empty p{margin:0}.orders-page__empty h2{font-size:25px;font-weight:500}.orders-page__empty p{color:var(--opla-text-secondary);margin:8px 0 24px;font-size:13px}.orders-page__titlebar button:focus-visible,.orders-page__card button:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}@media (width<=800px){.orders-page__main{border-top:1px solid var(--opla-stroke);width:auto;margin:0 18px;padding:18px 0 56px}.orders-page__titlebar{border-top:0;align-items:flex-start;min-height:auto;padding-bottom:24px}.orders-page__titlebar h1{font-size:24px}.orders-page__titlebar button{font-size:11px}.orders-page__list{margin-top:24px}.orders-page__card{border-radius:22px;flex-direction:column;align-items:stretch;gap:20px;padding:20px 16px}.orders-page__summary{align-items:flex-start;gap:14px}.orders-page__flag{flex-basis:54px;width:54px;height:54px}.orders-page__copy h2{font-size:21px}.orders-page__actions{flex-direction:column;align-items:stretch}.orders-page__actions .opla-button{width:100%}}.order-ready{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.order-ready__main{width:min(100% - 48px,1120px);margin:0 auto;padding-bottom:80px}.order-ready__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:112px;display:flex}.order-ready__titlebar p,.order-ready__titlebar h1{margin:0}.order-ready__titlebar p{color:var(--opla-text-secondary);margin-bottom:4px;font-size:13px}.order-ready__titlebar h1{font-size:30px;font-weight:500;line-height:1.2}.order-ready__titlebar button{min-height:48px;color:var(--opla-text);cursor:pointer;background:0 0;border:0}.order-ready__titlebar button:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.order-ready__design-marker{border-radius:var(--opla-radius-pill);color:#734b00;background:var(--opla-warning-control);width:fit-content;margin:22px 0 -2px auto;padding:7px 12px;font-size:11px;font-weight:500}.order-ready__intro{align-items:center;gap:24px;padding:38px 0;display:flex}.order-ready__intro-icon{width:72px;height:72px;color:var(--opla-white);background:var(--opla-green);box-shadow:0 0 0 12px var(--opla-green-soft);border-radius:50%;flex:0 0 72px;place-items:center;font-size:32px;font-weight:600;display:grid}.order-ready__intro p,.order-ready__intro h2,.order-ready__intro span,.order-ready__panel-heading p,.order-ready__panel-heading h2,.order-ready__next>p,.order-ready__next h2{margin:0}.order-ready__intro p{color:var(--opla-green);margin-bottom:5px;font-size:14px}.order-ready__intro h2{margin-bottom:8px;font-size:28px;font-weight:500;line-height:1.25}.order-ready__intro div>span{max-width:720px;color:var(--opla-text-secondary);font-size:13px;line-height:1.55;display:block}.order-ready__layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:start;gap:24px;display:grid}.order-ready__panel,.order-ready__next{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);padding:28px}.order-ready__panel-heading{border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:22px;display:flex}.order-ready__panel-heading p,.order-ready__next>p{color:var(--opla-text-secondary);margin-bottom:4px;font-size:12px}.order-ready__panel-heading h2,.order-ready__next h2{font-size:22px;font-weight:500;line-height:1.35}.order-ready__preview-badge{border-radius:var(--opla-radius-pill);min-height:36px;color:var(--opla-blue);background:var(--opla-blue-soft);white-space:nowrap;align-items:center;padding:0 14px;font-size:11px;display:inline-flex}.order-ready__checks{margin:0;padding:8px 0;list-style:none}.order-ready__checks li{border-bottom:1px solid var(--opla-stroke);grid-template-columns:48px minmax(0,1fr) 36px;align-items:center;gap:14px;min-height:84px;display:grid}.order-ready__check-icon{border:1px solid var(--opla-stroke);background:var(--opla-white);border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.order-ready__check-icon img{object-fit:contain;width:24px;height:24px}.order-ready__checks li>div{flex-direction:column;gap:4px;min-width:0;display:flex}.order-ready__checks strong{font-size:14px;font-weight:500}.order-ready__checks small{color:var(--opla-text-secondary);font-size:12px;line-height:1.45}.order-ready__check-status{width:32px;height:32px;color:var(--opla-white);background:var(--opla-green);border-radius:50%;place-items:center;font-size:15px;font-weight:600;display:grid}.order-ready__recipe{gap:4px;padding-top:20px;display:grid}.order-ready__recipe span,.order-ready__recipe small{color:var(--opla-text-secondary);font-size:11px;line-height:1.45}.order-ready__recipe strong{color:var(--opla-blue);font-size:13px;font-weight:500}.order-ready__next{flex-direction:column;gap:18px;display:flex}.order-ready__next ol{gap:14px;margin:0;padding:0;list-style:none;display:grid}.order-ready__next li{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;font-size:12px;line-height:1.45;display:grid}.order-ready__next li span{width:32px;height:32px;color:var(--opla-blue);background:var(--opla-blue-soft);border-radius:50%;place-items:center;font-size:12px;display:grid}.order-ready__adapter-note{color:#734b00;background:var(--opla-warning-soft);border-radius:18px;padding:16px}.order-ready__adapter-note strong{font-size:13px;font-weight:500}.order-ready__adapter-note p{margin:5px 0 0;font-size:11px;line-height:1.45}.order-ready__next .opla-button{padding-inline:18px}@media (width<=800px){.order-ready__main{border-top:1px solid var(--opla-stroke);width:auto;margin:0 18px;padding:18px 0 56px}.order-ready__titlebar{border-top:0;align-items:flex-start;min-height:auto;padding:0 0 24px}.order-ready__titlebar h1{font-size:22px;line-height:1.35}.order-ready__titlebar button{min-height:36px;padding:0;font-size:11px}.order-ready__design-marker{margin-top:14px}.order-ready__intro{flex-direction:column;align-items:flex-start;gap:24px;padding:34px 4px 28px}.order-ready__intro-icon{width:60px;height:60px;box-shadow:0 0 0 10px var(--opla-green-soft);flex-basis:60px;font-size:28px}.order-ready__intro h2{font-size:22px}.order-ready__layout{grid-template-columns:minmax(0,1fr)}.order-ready__panel,.order-ready__next{border-radius:22px;padding:20px}.order-ready__panel-heading{flex-direction:column}.order-ready__checks li{grid-template-columns:44px minmax(0,1fr) 28px;gap:10px;min-height:92px}.order-ready__check-icon{width:44px;height:44px}.order-ready__check-status{width:28px;height:28px}}.completed-next-step-notification{border-top:1px solid var(--opla-stroke);margin-top:16px;padding:14px 0 0}.completed-next-step-notification p{color:var(--opla-text-secondary);margin:0;font-size:12px;line-height:1.5}.completed-next-step-notification__actions{margin-top:10px}.completed-next-step-notification__message{color:var(--opla-text)!important;margin-top:8px!important}.order-result{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.order-result__main{width:min(100% - 48px,760px);margin:0 auto;padding:52px 0 80px}.order-result__hero{border-radius:var(--opla-radius-card);text-align:center;background:var(--opla-blue-soft);padding:40px 32px}.order-result__hero p,.order-result__hero h1,.order-result__hero span,.order-result__heading p,.order-result__heading h2,.order-result__evidence li p,.order-result__next-step p,.order-result__next-step h2,.order-result__notice p{margin:0}.order-result__success{width:72px;height:72px;color:var(--opla-white);background:var(--opla-blue);border-radius:50%;place-items:center;margin:0 auto 20px;font-size:30px;font-weight:600;display:grid}.order-result__hero p,.order-result__heading p,.order-result__next-step p{color:var(--opla-blue);font-size:11px}.order-result__hero h1{margin:5px 0 10px;font-size:34px;font-weight:500;line-height:1.2}.order-result__hero span{max-width:490px;color:var(--opla-text-secondary);font-size:12px;line-height:1.55;display:inline-block}.order-result__evidence{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);margin-top:22px;padding:30px}.order-result__heading h2{margin-top:3px;font-size:22px;font-weight:500}.order-result__evidence ul{margin:22px 0 24px;padding:0;list-style:none}.order-result__evidence li{border-top:1px solid var(--opla-stroke);grid-template-columns:40px minmax(0,1fr);align-items:center;gap:13px;min-height:68px;display:grid}.order-result__evidence li>span{width:40px;height:40px;color:var(--opla-blue);background:var(--opla-blue-soft);border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid}.order-result__evidence li strong,.order-result__next-step strong{font-size:13px;font-weight:500;display:block}.order-result__pre-opening{margin-top:12px}.order-result__pre-opening ul{color:var(--opla-text);margin:8px 0;padding-left:18px;font-size:11px;line-height:1.5}.order-result__pre-opening li+li{margin-top:4px}.order-result__pre-opening p{color:var(--opla-text-secondary);font-size:10px;line-height:1.45}.order-result__evidence li p{color:var(--opla-text-secondary);margin-top:4px;font-size:10px;line-height:1.45}.order-result__next-step{border:1px solid var(--opla-blue);background:var(--opla-blue-soft);border-radius:22px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;margin:22px 0;padding:24px 26px;display:grid}.order-result__next-step>span{width:48px;height:48px;color:var(--opla-white);background:var(--opla-blue);border-radius:50%;place-items:center;font-size:16px;font-weight:600;display:grid}.order-result__next-step h2{margin:3px 0 5px;font-size:18px;font-weight:500}.order-result__next-step strong{color:var(--opla-text-secondary);font-size:10px;line-height:1.45}.order-result__notice{color:#734b00;background:var(--opla-warning-soft);border-radius:18px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:22px;padding:16px 20px;display:grid}.order-result__next-step:has(.order-result__instructions){grid-template-columns:48px minmax(0,1fr);align-items:start}.order-result__next-step:has(.order-result__instructions)>.opla-button{grid-column:2;justify-self:start}.order-result__instructions{overflow-wrap:anywhere;grid-column:1/-1;min-width:0;font-size:14px;line-height:1.55}.order-result__instructions figure{margin:16px 0 24px}.order-result__instructions img{border:1px solid var(--opla-stroke);width:100%;max-width:960px;height:auto;display:block}.order-result__instructions figcaption{color:var(--opla-text-secondary);margin-top:8px}.order-result__instructions a{color:var(--opla-primary,#003bff)}.order-result__instructions p{color:var(--opla-text-primary,#252528);margin:12px 0;font-size:16px;font-weight:400;line-height:1.55}.order-result__instructions ol{padding-left:20px}.order-result__instructions li+li{margin-top:8px}.order-result__instructions h3{font-size:16px;font-weight:500}.order-result__instructions dl>div+div{margin-top:12px}.order-result__instructions dd{color:var(--opla-text-secondary);margin:2px 0 0}.order-result__notice>span{width:28px;height:28px;color:var(--opla-white);background:#e38b2f;border-radius:50%;place-items:center;font-size:12px;font-weight:600;display:grid}.order-result__notice p{font-size:11px;line-height:1.45}@media (width<=800px){.order-result__main{border-top:1px solid var(--opla-stroke);width:auto;margin:0 18px;padding:24px 0 56px}.order-result__hero{border-radius:22px;padding:34px 20px}.order-result__success{width:64px;height:64px}.order-result__hero h1{font-size:28px}.order-result__evidence{border-radius:22px;padding:24px 16px}.order-result__next-step{grid-template-columns:44px minmax(0,1fr);align-items:start;padding:22px 16px}.order-result__next-step>span{width:44px;height:44px}.order-result__next-step .opla-button{grid-column:1/-1;width:100%}.order-result__next-step:has(.order-result__instructions)>.opla-button{grid-column:1/-1}}.result-continuation{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.result-continuation__main{width:min(100% - 48px,1120px);margin:0 auto;padding:38px 0 64px}.result-continuation__main>header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}.result-continuation__close{white-space:nowrap;flex:none;min-width:104px}.result-continuation__main header p,.result-continuation__main header h1,.result-continuation__main header span,.result-continuation__state h2,.result-continuation__state p,.result-continuation__notice{margin:0}.result-continuation__main header p{color:var(--opla-blue);font-size:12px}.result-continuation__main header h1{margin:4px 0 7px;font-size:30px;font-weight:500}.result-continuation__main header span,.result-continuation__state p,.result-continuation__notice{color:var(--opla-text-secondary);font-size:12px;line-height:1.5}.result-continuation__workspace,.result-continuation__state{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:#f7f9fd;overflow:hidden}.result-continuation__customer-action{border-radius:var(--opla-radius-card);color:#563500;background:#fff7df;border:1px solid #e2a323;grid-template-columns:minmax(150px,.28fr) minmax(0,1fr);gap:20px;margin-bottom:16px;padding:16px 20px;font-size:13px;line-height:1.5;display:grid}.result-continuation__customer-action strong{font-size:15px;font-weight:600}.result-continuation__customer-action>div{align-content:center;gap:6px;display:grid}.result-continuation__guidance{color:var(--opla-text);background:#f2f6ff;border-top:1px solid #8aa8f6;border-bottom:1px solid #8aa8f6;justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px;padding:14px 18px;font-size:13px;line-height:1.5;display:flex}.result-continuation__guidance>div{gap:3px;display:grid}.result-continuation__guidance strong{color:var(--opla-blue);font-size:14px;font-weight:600}.result-continuation__guidance--recoverable_block{color:#563500;background:#fff7df;border-color:#e2a323}.result-continuation__guidance--recoverable_block strong,.result-continuation__guidance-message{color:#8a5500}.result-continuation__guidance-message{font-weight:600}.result-continuation__guidance-restart{width:fit-content;margin-top:9px}.result-continuation__lease{color:var(--opla-text-secondary);white-space:nowrap;flex:none;font-size:12px}.result-continuation__managed-action{justify-items:start}.result-continuation__managed-action>span{color:#563500}.result-continuation__viewport{cursor:crosshair;touch-action:none;background:var(--opla-white);border:0;width:100%;min-height:360px;padding:0;display:block;position:relative}.result-continuation__loader{border:3px solid #dbe5fb;border-top-color:var(--opla-blue);border-radius:50%;width:36px;height:36px;margin:0 auto 22px;animation:.8s linear infinite result-continuation-spin;display:block}.result-continuation__busy{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-control);color:var(--opla-text);font:inherit;cursor:wait;background:#fffffff0;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 16px #1546e51a}.result-continuation__busy .result-continuation__loader{border-width:2px;width:18px;height:18px;margin-bottom:0}@keyframes result-continuation-spin{to{transform:rotate(360deg)}}.result-continuation__viewport:disabled{cursor:wait}.result-continuation__viewport img{object-fit:contain;width:100%;height:auto;display:block}.result-continuation__image{width:100%;display:block;position:relative}.result-continuation__cooldown-region{box-sizing:border-box;pointer-events:none;background:#b4231829;border:3px solid #b42318;position:absolute}.result-continuation__controls{border-top:1px solid var(--opla-stroke);justify-content:center;gap:10px;padding:12px;display:flex}.result-continuation__controls button{border:1px solid var(--opla-blue);width:44px;height:44px;color:var(--opla-blue);background:var(--opla-white);cursor:pointer;border-radius:50%;font-size:20px}.result-continuation__controls button:disabled{opacity:.45;cursor:wait}.result-continuation__state{text-align:center;place-content:center;min-height:420px;padding:48px;display:grid}.result-continuation__state h2{margin-bottom:8px;font-size:24px;font-weight:500}.result-continuation__state-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}.result-continuation__notice{text-align:center;margin-top:14px}@media (width<=800px){.result-continuation__main{width:auto;margin:0 16px;padding:24px 0 48px}.result-continuation__main>header{align-items:flex-start}.result-continuation__main header h1{font-size:24px}.result-continuation__viewport,.result-continuation__state{min-height:260px}.result-continuation__customer-action{grid-template-columns:1fr;gap:6px}.result-continuation__guidance{flex-direction:column;align-items:flex-start;gap:8px}.result-continuation__lease{white-space:normal}}@media (prefers-reduced-motion:reduce){.result-continuation__loader{animation:none}}.order-review{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.order-review__main{width:min(100% - 48px,760px);margin:0 auto;padding-bottom:80px}.order-review__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:112px;display:flex}.order-review__titlebar p,.order-review__titlebar h1,.order-review__intro p,.order-review__intro h2,.order-review__intro span,.order-review__section-heading p,.order-review__section-heading h2,.order-review__sections li p,.order-review__declaration p,.order-review__warning p{margin:0}.order-review__titlebar p{color:var(--opla-text-secondary);margin-bottom:4px;font-size:12px}.order-review__titlebar h1{font-size:30px;font-weight:500;line-height:1.2}.order-review__titlebar button{min-height:48px;color:var(--opla-text);cursor:pointer;background:0 0;border:0}.order-review__titlebar button:focus-visible,.order-review__sections li button:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.order-review__declaration label:has(input:focus-visible){box-shadow:var(--opla-focus-ring);outline:none}.order-review__design-marker{border-radius:var(--opla-radius-pill);color:#734b00;background:var(--opla-warning-control);width:fit-content;margin:22px 0 -2px auto;padding:7px 12px;font-size:11px;font-weight:500}.order-review__intro{border-radius:var(--opla-radius-card);background:var(--opla-blue-soft);grid-template-columns:64px minmax(0,1fr);align-items:center;gap:20px;margin:32px 0 24px;padding:26px 30px;display:grid}.order-review__intro-icon{width:64px;height:64px;color:var(--opla-white);background:var(--opla-blue);border-radius:50%;place-items:center;font-size:25px;font-weight:600;display:grid}.order-review__intro p,.order-review__section-heading p{color:var(--opla-blue);font-size:11px}.order-review__intro h2{margin:3px 0 6px;font-size:23px;font-weight:500}.order-review__intro span{color:var(--opla-text-secondary);font-size:11px;line-height:1.5}.order-review__sections{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);padding:30px}.order-review__section-heading h2{margin-top:3px;font-size:21px;font-weight:500}.order-review__sections ul{margin:22px 0 0;padding:0;list-style:none}.order-review__sections li{border-top:1px solid var(--opla-stroke);grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;display:grid}.order-review__sections li>span{width:36px;height:36px;color:var(--opla-blue);background:var(--opla-blue-soft);border-radius:50%;place-items:center;font-size:12px;font-weight:600;display:grid}.order-review__sections li strong{font-size:13px;font-weight:500;display:block}.order-review__sections li p{color:var(--opla-text-secondary);margin-top:3px;font-size:10px;line-height:1.45}.order-review__sections li button{min-height:44px;color:var(--opla-blue);cursor:pointer;background:0 0;border:0;padding:0 12px;font-size:11px}.order-review__declaration{border:1px solid var(--opla-blue);background:var(--opla-blue-soft);border-radius:20px;margin:20px 0;padding:24px}.order-review__declaration>p{color:var(--opla-blue);margin-bottom:14px;font-size:11px}.order-review__declaration label{cursor:pointer;border-radius:14px;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:12px;min-height:52px;display:grid}.order-review__declaration input{opacity:0;pointer-events:none;position:absolute}.order-review__declaration label>span{border:1px solid var(--opla-blue);background:var(--opla-white);border-radius:7px;place-items:center;width:24px;height:24px;display:grid}.order-review__declaration input:checked+span{color:var(--opla-white);background:var(--opla-blue)}.order-review__declaration input:checked+span:after{content:"✓";font-size:13px;font-weight:600}.order-review__declaration label strong{font-size:13px;font-weight:500;line-height:1.45}.order-review__declaration small{color:var(--opla-text-secondary);margin:8px 0 0 36px;font-size:10px;line-height:1.5;display:block}.order-review__warning{color:#734b00;background:var(--opla-warning-soft);border-radius:18px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:20px;padding:16px 20px;display:grid}.order-review__warning>span{width:28px;height:28px;color:var(--opla-white);background:#e38b2f;border-radius:50%;place-items:center;font-size:12px;font-weight:600;display:grid}.order-review__warning p{font-size:11px;line-height:1.45}.order-review__contract-note{color:#734b00;background:var(--opla-warning-soft);border-radius:18px;margin-top:20px;padding:16px 20px}.order-review__contract-note strong{font-size:13px;font-weight:500}.order-review__contract-note p{margin:5px 0 0;font-size:11px;line-height:1.45}@media (width<=800px){.order-review__main{border-top:1px solid var(--opla-stroke);width:auto;margin:0 18px;padding:18px 0 56px}.order-review__titlebar{border-top:0;align-items:flex-start;min-height:auto;padding:0 0 24px}.order-review__titlebar h1{max-width:220px;font-size:22px;line-height:1.35}.order-review__titlebar button{min-height:36px;padding:0;font-size:11px}.order-review__design-marker{margin-top:14px}.order-review__intro{border-radius:22px;grid-template-columns:52px minmax(0,1fr);gap:14px;margin-top:24px;padding:22px 18px}.order-review__intro-icon{width:52px;height:52px}.order-review__intro h2{font-size:19px}.order-review__sections{border-radius:22px;padding:24px 16px}.order-review__sections li{grid-template-columns:36px minmax(0,1fr);padding:10px 0}.order-review__sections li button{grid-column:2;justify-self:start;min-height:36px;padding:0}.order-review__declaration{padding:20px 16px}.order-review__declaration small{margin-left:0}}.order-run{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.order-run__main{width:min(100% - 48px,1120px);margin:0 auto;padding-bottom:80px}.order-run__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:112px;display:flex}.order-run__titlebar p,.order-run__titlebar h1,.order-run__status p,.order-run__status h2,.order-run__status span,.order-run__progress p,.order-run__section-heading p,.order-run__section-heading h2{margin:0}.order-run__titlebar p,.order-run__section-heading p{color:var(--opla-text-secondary);margin-bottom:4px;font-size:12px}.order-run__titlebar h1{font-size:30px;font-weight:500;line-height:1.2}.order-run__titlebar button{min-height:48px;color:var(--opla-text);cursor:pointer;background:0 0;border:0}.order-run__titlebar button:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.order-run__design-marker{border-radius:var(--opla-radius-pill);color:#734b00;background:var(--opla-warning-control);width:fit-content;margin:22px 0 -2px auto;padding:7px 12px;font-size:11px;font-weight:500}.order-run__status{grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:22px;padding:36px 0 30px;display:grid}.order-run__pulse{background:var(--opla-blue-soft);border-radius:50%;place-items:center;width:68px;height:68px;display:grid}.order-run__pulse span{border:5px solid var(--opla-blue);border-right-color:#0000;border-radius:50%;width:24px;height:24px;animation:.9s linear infinite order-run-spin}@keyframes order-run-spin{to{transform:rotate(360deg)}}.order-run__status p{color:var(--opla-blue);margin-bottom:4px;font-size:13px}.order-run__status h2{margin-bottom:7px;font-size:28px;font-weight:500;line-height:1.25}.order-run__status div>span{max-width:650px;color:var(--opla-text-secondary);font-size:12px;line-height:1.5;display:block}.order-run__status>strong{border-radius:var(--opla-radius-pill);min-height:40px;color:var(--opla-blue);background:var(--opla-blue-soft);white-space:nowrap;align-items:center;padding:0 16px;font-size:13px;font-weight:500;display:inline-flex}.order-run__result-action{justify-content:flex-end;margin:-12px 0 24px;display:flex}.order-run__progress{border:1px solid var(--opla-stroke);border-radius:20px;margin-bottom:24px;padding:22px 28px}.order-run__progress>div:first-child{justify-content:space-between;align-items:center;gap:20px;font-size:13px;display:flex}.order-run__progress>div:first-child strong{color:var(--opla-blue);font-size:18px;font-weight:500}.order-run__progress-track{border-radius:var(--opla-radius-pill);background:var(--opla-blue-soft);height:10px;margin:13px 0 10px;overflow:hidden}.order-run__progress-track span{border-radius:inherit;background:var(--opla-blue);height:100%;display:block}.order-run__progress p{color:var(--opla-text-secondary);font-size:11px;line-height:1.45}.order-run__layout{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:start;gap:24px;display:grid}.order-run__steps,.order-run__broadcast{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);padding:28px}.order-run__section-heading{border-bottom:1px solid var(--opla-stroke);padding-bottom:20px}.order-run__section-heading h2{font-size:22px;font-weight:500;line-height:1.35}.order-run__steps ol,.order-run__broadcast ol{margin:0;padding:8px 0 0;list-style:none}.order-run__step{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:84px;display:grid;position:relative}.order-run__step:not(:last-child):after{background:var(--opla-stroke);content:"";width:2px;position:absolute;top:60px;bottom:-24px;left:18px}.order-run__step>span{z-index:1;border:1px solid var(--opla-stroke);width:38px;height:38px;color:var(--opla-text-secondary);background:var(--opla-white);border-radius:50%;place-items:center;font-size:12px;display:grid;position:relative}.order-run__step--complete>span{border-color:var(--opla-green);color:var(--opla-white);background:var(--opla-green)}.order-run__step--active>span{border-color:var(--opla-blue);color:var(--opla-white);background:var(--opla-blue)}.order-run__step>div{flex-direction:column;gap:4px;min-width:0;display:flex}.order-run__step strong{font-size:14px;font-weight:500}.order-run__step small{color:var(--opla-text-secondary);font-size:11px;line-height:1.45}.order-run__step em{border-radius:var(--opla-radius-pill);min-height:32px;color:var(--opla-blue);background:var(--opla-blue-soft);align-items:center;padding:0 12px;font-size:11px;font-style:normal;display:inline-flex}.order-run__live-badge{border-radius:var(--opla-radius-pill);width:fit-content;min-height:34px;color:var(--opla-blue);background:var(--opla-blue-soft);align-items:center;gap:8px;margin:18px 0 4px;padding:0 12px;font-size:11px;display:flex}.order-run__live-badge span{background:var(--opla-blue);border-radius:50%;width:8px;height:8px}.order-run__broadcast-item{border-bottom:1px solid var(--opla-stroke);grid-template-columns:58px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:68px;display:grid}.order-run__broadcast-item time{color:var(--opla-text-secondary);font-size:10px}.order-run__broadcast-item>span{font-size:12px;line-height:1.45}.order-run__broadcast-item--active>span{color:var(--opla-blue);font-weight:500}.order-run__broadcast-item i{border:2px solid var(--opla-blue);border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.9s linear infinite order-run-spin}.order-run__contract-note{color:#734b00;background:var(--opla-warning-soft);border-radius:18px;margin:20px 0;padding:16px}.order-run__contract-note strong{font-size:13px;font-weight:500}.order-run__contract-note p{margin:5px 0 0;font-size:11px;line-height:1.45}@media (prefers-reduced-motion:reduce){.order-run__pulse span,.order-run__broadcast-item i{animation:none}}@media (width<=800px){.order-run__main{border-top:1px solid var(--opla-stroke);width:auto;margin:0 18px;padding:18px 0 56px}.order-run__titlebar{border-top:0;align-items:flex-start;min-height:auto;padding:0 0 24px}.order-run__titlebar h1{max-width:230px;font-size:22px;line-height:1.35}.order-run__titlebar button{min-height:36px;padding:0;font-size:11px}.order-run__design-marker{margin-top:14px}.order-run__status{grid-template-columns:56px minmax(0,1fr);align-items:start;gap:16px;padding:30px 4px 24px}.order-run__pulse{width:56px;height:56px}.order-run__pulse span{border-width:4px;width:20px;height:20px}.order-run__status h2{font-size:21px}.order-run__status>strong{grid-column:1/-1;width:fit-content}.order-run__result-action{margin-top:0}.order-run__result-action>*{width:100%}.order-run__progress{padding:18px}.order-run__layout{grid-template-columns:minmax(0,1fr)}.order-run__steps,.order-run__broadcast{border-radius:22px;padding:20px}.order-run__step{grid-template-columns:36px minmax(0,1fr)}.order-run__step>span{width:36px;height:36px}.order-run__step em{grid-column:2;width:fit-content;margin-top:-10px}}.order-status{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.order-status__main{width:min(100% - 48px,760px);margin:0 auto;padding-bottom:80px}.order-status__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:112px;display:flex}.order-status__titlebar p,.order-status__titlebar h1,.order-status__notice p,.order-status__notice h2,.order-status__notice span,.order-status__details-heading p,.order-status__details-heading h2,.order-status__details li p,.order-status__summary span,.order-status__summary strong{margin:0}.order-status__titlebar p{color:var(--opla-text-secondary);margin-bottom:4px;font-size:12px}.order-status__titlebar h1{font-size:30px;font-weight:500;line-height:1.2}.order-status__titlebar button{min-height:48px;color:var(--opla-text);cursor:pointer;background:0 0;border:0}.order-status__titlebar button:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.order-status__design-marker{border-radius:var(--opla-radius-pill);color:#734b00;background:var(--opla-warning-control);width:fit-content;margin:22px 0 -2px auto;padding:7px 12px;font-size:11px;font-weight:500}.order-status__notice{border-radius:var(--opla-radius-card);color:#672600;background:var(--opla-warning-soft);text-align:center;margin:32px 0 24px;padding:42px 36px}.order-status__notice-icon{width:72px;height:72px;color:var(--opla-white);background:#e35b2f;border-radius:50%;place-items:center;margin:0 auto 18px;font-size:30px;font-weight:600;display:grid}.order-status__notice p{font-size:12px}.order-status__notice h2{margin:5px 0 10px;font-size:29px;font-weight:500;line-height:1.25}.order-status__notice span{color:#7b4a2d;max-width:560px;margin-inline:auto;font-size:13px;line-height:1.55;display:block}.order-status__details{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);padding:30px}.order-status__details-heading p{color:var(--opla-blue);font-size:11px}.order-status__details-heading h2{margin-top:3px;font-size:21px;font-weight:500}.order-status__details ol{gap:18px;margin:24px 0 0;padding:0;list-style:none;display:grid}.order-status__details li{grid-template-columns:40px minmax(0,1fr);align-items:start;gap:14px;display:grid}.order-status__details li>span{width:40px;height:40px;color:var(--opla-blue);background:var(--opla-blue-soft);border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid}.order-status__details li strong{font-size:14px;font-weight:500;display:block}.order-status__details li p{color:var(--opla-text-secondary);margin-top:4px;font-size:11px;line-height:1.5}.order-status__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.order-status__command-error{color:#8b1e12;margin:18px 0 0;font-size:12px;line-height:1.5}.order-status__summary{background:var(--opla-blue-soft);border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0;padding:20px 24px;display:grid}.order-status__summary div{gap:5px;min-width:0;display:grid}.order-status__summary span{color:var(--opla-text-secondary);font-size:10px}.order-status__summary strong{font-size:13px;font-weight:500}.order-status__contract-note{color:#734b00;background:var(--opla-warning-soft);border-radius:18px;margin-top:20px;padding:16px 20px}.order-status__contract-note strong{font-size:13px;font-weight:500}.order-status__contract-note p{margin:5px 0 0;font-size:11px;line-height:1.45}.order-status__dialog-backdrop{z-index:100;background:#0f163073;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.order-status__dialog{background:var(--opla-white);border-radius:8px;width:min(560px,100%);padding:32px;position:relative;box-shadow:0 18px 56px #0f16303d}.order-status__dialog h2,.order-status__dialog p{margin:0}.order-status__dialog h2{padding-right:44px;font-size:26px;font-weight:500}.order-status__dialog p{color:var(--opla-text-secondary);margin-top:12px;line-height:1.5}.order-status__dialog-close{width:40px;height:40px;color:var(--opla-text);cursor:pointer;background:0 0;border:0;font-size:30px;position:absolute;top:20px;right:20px}.order-status__dialog-close:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.order-status__dialog-actions{gap:12px;margin-top:28px;display:flex}@media (width<=800px){.order-status__main{border-top:1px solid var(--opla-stroke);width:auto;margin:0 18px;padding:18px 0 56px}.order-status__titlebar{border-top:0;align-items:flex-start;min-height:auto;padding:0 0 24px}.order-status__titlebar h1{max-width:220px;font-size:22px;line-height:1.35}.order-status__titlebar button{min-height:36px;padding:0;font-size:11px}.order-status__design-marker{margin-top:14px}.order-status__notice{border-radius:22px;margin-top:24px;padding:34px 20px}.order-status__notice h2{font-size:24px}.order-status__details{border-radius:22px;padding:24px 18px}.order-status__summary{grid-template-columns:1fr}.order-status__actions,.order-status__dialog-actions{flex-direction:column;align-items:stretch}.order-status__actions .opla-button,.order-status__dialog-actions .opla-button{width:100%}.order-status__dialog-backdrop{padding:12px}.order-status__dialog{padding:24px 18px}.order-status__dialog h2{font-size:21px}}.product-page{min-height:100vh;color:var(--opla-text);background:var(--opla-white);overflow-x:hidden}.product-page__loading{min-height:100vh;color:var(--opla-text-secondary);place-items:center;margin:0;display:grid}.product-page__mobile-menu{display:none}.product-page__promotion{width:100%;height:44px;color:var(--opla-white);background:var(--opla-blue);overflow:hidden}.product-page__promotion-accessible{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.product-page__promotion-track{white-space:nowrap;justify-content:space-around;align-items:center;gap:36px;width:max-content;min-width:100%;height:44px;padding-inline:18px;display:flex}.product-page__promotion-track span{font-size:var(--opla-font-caption);align-items:center;gap:36px;font-weight:500;line-height:1;display:inline-flex}.product-page__promotion-track b{color:var(--opla-red);font-size:17px;font-weight:500}.product-page__hero,.product-page__eligibility,.product-page__result,.product-page__scope,.product-page__process,.product-page__notices,.product-page__faq,.product-page__secondary-hero{width:min(calc(100% - 36px), var(--opla-content-max));margin-inline:auto}.product-page__hero{border-radius:var(--opla-radius-card);height:322px;color:var(--opla-white);background:var(--opla-blue);position:relative;overflow:hidden}.product-page__hero-copy{z-index:2;flex-direction:column;justify-content:center;width:min(650px,100% - 520px);height:100%;padding:28px;display:flex;position:relative}.product-page__product-type{align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.product-page__product-type img{object-fit:cover;border-radius:50%;width:28px;height:28px}.product-page__hero h1,.product-page__hero-closing-title{max-width:560px;font-size:var(--opla-font-display);font-weight:500;line-height:var(--opla-line-display);letter-spacing:0;margin:20px 0 12px}.product-page__hero-copy>.product-page__hero-closing-title{color:var(--opla-white);font-size:var(--opla-font-display);line-height:var(--opla-line-display)}.product-page__hero--closing{margin-top:44px}.product-page__hero-copy>p{color:#ffffffdb;max-width:520px;font-size:var(--opla-font-body);line-height:var(--opla-line-body);margin:0}.product-page__hero-action{align-items:center;gap:var(--opla-space-4);margin-top:20px;display:flex}.product-page__start{background:var(--opla-white);justify-content:space-between;min-width:150px;padding-right:9px}.product-page__start-arrow{background:var(--opla-blue);border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.product-page__start-arrow img{width:17px;height:17px}.product-page__hero-action .opla-price-pill{color:var(--opla-blue);background:var(--opla-white)}.product-page__start:focus-visible,.product-page__back:focus-visible,.product-page__faq-item button:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}.product-page__back{z-index:3;color:var(--opla-white);font:inherit;cursor:pointer;background:0 0;border:0;font-size:14px;position:absolute;top:28px;right:28px}.product-page__back span{margin-left:12px}.product-page__hero-art{z-index:1;object-fit:contain;object-position:center;pointer-events:none;width:492px;height:321px;position:absolute;top:1px;right:0}.product-page__result{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:56px;margin-top:28px;padding:40px 0;display:grid}.product-page__eligibility{margin-top:28px;padding:12px 0 0;scroll-margin-top:24px}.product-page__eligibility-heading{max-width:760px}.product-page__eligibility-heading>p:last-child{color:var(--opla-text-secondary);margin:16px 0 0;font-size:15px;line-height:1.55}.product-page__eligibility-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:30px;display:grid}.product-page__eligibility-list{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);min-width:0;padding:24px}.product-page__eligibility-list--yes{background:var(--opla-green-soft)}.product-page__eligibility-list--no{background:var(--opla-white)}.product-page__eligibility-list>h3{margin:0 0 18px;font-size:19px}.product-page__eligibility-list .product-page__item{border:0;border-bottom:1px solid var(--opla-stroke);background:0 0;border-radius:0;min-height:0;padding:14px 0}.product-page__eligibility-list .product-page__item:last-child{border-bottom:0}.product-page__eligibility-confirmations{gap:14px;margin-top:22px;padding:0;display:grid}.product-page__eligibility-confirmations label{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-pill);cursor:pointer;align-items:center;gap:12px;min-height:56px;padding:14px 18px;font-size:15px;line-height:1.45;display:flex}.product-page__eligibility-confirmations input{width:22px;height:22px;accent-color:var(--opla-blue);flex:0 0 22px;margin:0}.product-page__eligibility-confirmations p{color:#a12929;margin:0;font-size:14px}.product-page__eligibility-confirmations button{justify-self:start}.product-page__eyebrow{color:var(--opla-blue);margin:0 0 14px;font-size:13px;font-weight:500}.product-page h2{letter-spacing:0;margin:0;font-size:30px;font-weight:500;line-height:1.15}.product-page__result>div:first-child>p:last-child{max-width:460px;color:var(--opla-text-secondary);margin:22px 0 0;font-size:15px;line-height:1.6}.product-page__item-list{gap:12px;display:grid}.product-page__item{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:var(--opla-white);grid-template-columns:18px minmax(0,1fr);gap:14px;min-height:88px;padding:18px;display:grid}.product-page__item-mark{background:var(--opla-blue);border-radius:50%;width:12px;height:12px;margin-top:4px}.product-page__item h3{margin:0;font-size:15px;font-weight:500}.product-page__item p{color:var(--opla-text-secondary);margin:8px 0 0;font-size:13px;line-height:1.5}.product-page__scope{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:28px;display:grid}.product-page__scope-column{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);padding:30px}.product-page__scope-column--muted{background:var(--opla-blue-soft)}.product-page__scope-column h2{margin-bottom:28px}.product-page__item-list--muted .product-page__item-mark{background:var(--opla-text-secondary)}.product-page__process{border-top:1px solid var(--opla-stroke);margin-top:28px;padding:40px 0}.product-page__process-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.product-page__process-list article{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);min-height:200px;padding:22px}.product-page__process-list span{color:var(--opla-blue);font-size:13px;font-weight:500}.product-page__process-list h3{margin:34px 0 12px;font-size:18px;font-weight:500}.product-page__process-list p{color:var(--opla-text-secondary);margin:0;font-size:13px;line-height:1.5}.product-page__notices{color:var(--opla-white);background:var(--opla-blue);border-radius:var(--opla-radius-card);grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:40px;margin-top:0;padding:32px;display:grid}.product-page__notices ul{gap:14px;margin:0;padding-left:20px;font-size:14px;line-height:1.55;display:grid}.product-page__faq{margin-top:44px}.product-page__faq>h2{margin-bottom:28px}.product-page__faq-list{gap:12px;display:grid}.product-page__faq-item{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);overflow:hidden}.product-page__faq-item button{width:100%;min-height:72px;color:var(--opla-text);background:var(--opla-white);text-align:left;font:inherit;cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:20px;padding:18px 24px;font-size:15px;font-weight:500;display:flex}.product-page__faq-chevron{width:40px;height:40px;color:var(--opla-white);background:var(--opla-blue);border-radius:50%;flex:0 0 40px;place-items:center;font-size:24px;font-weight:400;display:grid}.product-page__faq-item p{max-width:880px;color:var(--opla-text-secondary);margin:0 24px 24px;font-size:14px;line-height:1.6}.product-page__footer{margin-top:28px}@media (width<=980px){.product-page__hero-art{width:410px;right:-30px}.product-page__hero-copy{width:calc(100% - 350px);min-width:500px}.product-page__process-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.product-page__mobile-menu{border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-card);background:var(--opla-white);gap:12px;width:calc(100% - 36px);margin:0 18px 18px;padding:16px;display:grid}.product-page__mobile-menu a{min-height:44px;color:var(--opla-text);align-items:center;text-decoration:none;display:flex}.product-page__hero,.product-page__eligibility,.product-page__result,.product-page__scope,.product-page__process,.product-page__notices,.product-page__faq{width:calc(100% - 36px)}.product-page__promotion-track{justify-content:flex-start}.product-page__promotion-track span:nth-child(n+4){display:none}.product-page__hero{height:auto;min-height:560px;margin-top:0}.product-page__hero-copy{justify-content:flex-start;width:100%;min-width:0;height:auto;padding:24px 24px 270px}.product-page__hero h1,.product-page__hero-closing-title{margin-top:20px;font-size:30px}.product-page__hero-copy>p{max-width:100%;font-size:15px}.product-page__hero-action{flex-wrap:wrap;align-items:center;gap:12px}.product-page__start{width:auto}.product-page__back{display:none}.product-page__hero-art{width:min(100%,390px);height:auto;top:auto;bottom:0;right:-12px}.product-page__result,.product-page__scope,.product-page__eligibility-columns,.product-page__notices{grid-template-columns:1fr}.product-page__result{gap:30px}.product-page__eligibility{padding:12px 0 0}.product-page__eligibility-list{padding:18px}.product-page__eligibility-confirmations{padding:20px 0 0}.product-page__eligibility-confirmations button{width:100%}.product-page__scope{gap:14px}.product-page__scope-column{padding:24px}.product-page__process-list{grid-template-columns:1fr}.product-page__process-list article{min-height:160px}.product-page__notices{gap:24px}.product-page__faq-item button{min-height:92px;font-size:18px}.product-page__hero--closing{margin-top:44px}.product-page__footer .anonymous-home__legal{background:var(--opla-blue-soft);border:0;flex-direction:column;align-items:start;gap:44px;width:100%;min-height:390px;padding:42px 18px}}.profile-page{min-height:100vh;color:var(--opla-text);background:var(--opla-white)}.profile-page__main{width:min(100% - 160px,1280px);margin:0 auto;padding-bottom:28px}.profile-page>.opla-header{width:min(100% - 160px,1280px)}.profile-page h1,.profile-page h2,.profile-page h3,.profile-page p{margin:0}.profile-page__titlebar{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;align-items:center;gap:24px;min-height:108px;display:flex}.profile-page__titlebar h1,.profile-page__block>h2,.profile-page__feature-card h3,.profile-page__legal-card h3{font-size:30px;font-weight:500;line-height:1.2}.profile-page__titlebar button{min-height:44px;color:var(--opla-text);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px}.profile-page__block{margin-top:28px}.profile-page__block>h2{margin-bottom:28px}.profile-page__block>.profile-page__archive-title{color:var(--opla-blue)}.profile-page__order-card{border:1px solid var(--opla-blue);background:var(--opla-blue-soft);border-radius:26px;justify-content:space-between;align-items:center;gap:28px;min-height:122px;padding:28px;display:flex}.profile-page__order-card+.profile-page__order-card{margin-top:var(--opla-space-4)}.profile-page__order-copy,.profile-page__order-actions,.profile-page__feature-heading,.profile-page__legal-actions,.profile-page__profile-actions,.profile-page__footer-top,.profile-page__socials{align-items:center;display:flex}.profile-page__order-copy{gap:30px;min-width:0}.profile-page__icon-tile{border:1px solid var(--opla-stroke);background:var(--opla-white);border-radius:12px;flex:0 0 66px;place-items:center;width:66px;height:66px;display:grid;overflow:hidden}.profile-page__order-card .profile-page__icon-tile{border-color:var(--opla-blue)}.profile-page__icon-tile>img{width:20px;height:20px}.profile-page__order-copy h3{font-size:30px;font-weight:500;line-height:1}.profile-page__order-copy p,.profile-page__feature-card p,.profile-page__legal-card p{font-size:14px;font-weight:500;line-height:24px}.profile-page__order-copy p{white-space:nowrap;margin-top:12px}.profile-page__order-actions,.profile-page__legal-actions,.profile-page__profile-actions{gap:12px}.profile-page__order-actions .opla-button{flex:none}.profile-page__order-actions .opla-button__label,.profile-page__profile-actions .opla-button__label,.profile-page__legal-actions .opla-button__label{overflow-wrap:normal;white-space:nowrap}.profile-page__delete-icon{width:31px;height:31px}.profile-page__card-grid,.profile-page__legal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.profile-page__feature-card,.profile-page__legal-card{border:1px solid var(--opla-stroke);border-radius:26px;flex-direction:column;align-items:flex-start;gap:28px;min-width:0;min-height:272px;padding:28px;display:flex}.profile-page__feature-heading{gap:30px;min-width:0}.profile-page__feature-heading h3{overflow-wrap:anywhere}.profile-page__feature-card p,.profile-page__legal-card p{flex:1}.profile-page__vault-icon{width:20px;height:20px;display:block;position:relative;transform:rotate(180deg)}.profile-page__vault-icon img{width:20px;height:10.22px;position:absolute;left:0}.profile-page__vault-icon img:first-child{top:0}.profile-page__vault-icon img:last-child{bottom:0}.profile-page__feature-card .opla-button{gap:26px;padding-right:12px}.profile-page__button-arrow{background:var(--opla-white);border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.profile-page__button-arrow img{width:16.238px;height:16.238px;transform:rotate(45deg)}.profile-page__button-arrow--inverted{background:var(--opla-blue)}.profile-page__profile-card{border:1px solid var(--opla-stroke);border-radius:20px;padding:12px}.profile-page__fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:28px 0;display:grid}.profile-page__profile-actions{justify-content:flex-start}.profile-page__legal-grid{margin-top:28px}.profile-page__icon-tile--document>img{width:28px;height:28px}.profile-page__footer{margin-top:28px;padding-bottom:28px}.profile-page__footer-top{border-top:1px solid var(--opla-stroke);border-bottom:1px solid var(--opla-stroke);justify-content:space-between;min-height:104px}.profile-page__socials{gap:21px}.profile-page__socials a{border:1px solid var(--opla-blue);width:48px;height:48px;color:var(--opla-blue);border-radius:50%;place-items:center;font-size:11px;font-weight:700;text-decoration:none;display:grid}.profile-page__legal-links{align-items:center;gap:40px;margin-top:28px;display:flex}.profile-page__legal-links a{color:var(--opla-text);font-size:12px;text-decoration:none}.profile-page button:focus-visible,.profile-page a:focus-visible,.profile-page input:focus-visible{box-shadow:var(--opla-focus-ring);outline:none}@media (width<=980px){.profile-page__main{width:calc(100% - 48px)}.profile-page__order-card,.profile-page__order-actions{flex-direction:column;align-items:stretch}.profile-page__order-actions,.profile-page__order-actions .opla-button{width:100%}.profile-page__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.profile-page>.opla-header{width:auto}.profile-page__main{width:auto;margin:0 18px}.profile-page__titlebar{min-height:106px}.profile-page__titlebar h1,.profile-page__block>h2,.profile-page__feature-card h3,.profile-page__legal-card h3,.profile-page__order-copy h3{font-size:24px}.profile-page__titlebar h1{max-width:220px}.profile-page__titlebar button{font-size:11px}.profile-page__order-copy{align-items:flex-start;gap:16px}.profile-page__order-copy p{white-space:normal}.profile-page__card-grid,.profile-page__legal-grid,.profile-page__fields{grid-template-columns:1fr}.profile-page__feature-card,.profile-page__legal-card{min-height:0;padding:20px}.profile-page__feature-heading{gap:16px}.profile-page__profile-actions,.profile-page__legal-actions{flex-direction:column;align-items:stretch}.profile-page__profile-actions .opla-button,.profile-page__legal-actions .opla-button{width:100%}.profile-page__footer-top,.profile-page__legal-links{flex-direction:column;align-items:stretch}.profile-page__footer-top{gap:24px;padding:24px 0}.profile-page__socials{justify-content:flex-start}.profile-page__legal-links{gap:18px}}.human-review{max-width:1120px;color:var(--opla-text-primary,#242424);overflow-wrap:anywhere;margin:0 auto;padding:24px 24px 64px;font-size:14px;line-height:1.5}.human-review,.human-review *{box-sizing:border-box;letter-spacing:0}.human-review nav,.human-review__heading,.human-review__actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.human-review__heading{justify-content:space-between}.human-review h1{font-size:26px;font-weight:500}.human-review h2{margin:0 0 16px;font-size:19px;font-weight:500}.human-review h3{margin:0;font-size:15px}.human-review a{color:var(--opla-text-primary,#242424);text-underline-offset:3px}.human-review small{color:var(--opla-text-secondary,#666)}.human-review__section{border-top:1px solid var(--opla-stroke,#ddd);padding:24px 0}.human-review__list,.human-review__findings,.human-review__documents{margin:0;padding:0;list-style:none}.human-review__list li{border-bottom:1px solid var(--opla-stroke,#ddd);grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:8px 16px;padding:18px 0;display:grid}.human-review__list small{grid-column:1/-1}.human-review__documents li{margin:12px 0}.human-review__documents small{margin-top:4px;display:block}.human-review__findings li{border-bottom:1px solid var(--opla-stroke,#ddd);padding:20px 0}.human-review__findings li:first-child{padding-top:0}.human-review__findings li:last-child{border-bottom:0;padding-bottom:0}.human-review dl{grid-template-columns:120px minmax(0,1fr);gap:8px 16px;display:grid}.human-review dt{color:var(--opla-text-secondary,#666)}.human-review dd{white-space:pre-wrap;margin:0}.human-review fieldset{border:0;min-width:0;margin:0;padding:0}.human-review label{gap:6px;min-width:0;margin-bottom:14px;display:grid}.human-review input,.human-review textarea,.human-review select{border:1px solid var(--opla-stroke,#ccc);width:100%;min-width:0;font:inherit;color:inherit;background:#fff;border-radius:6px;padding:10px}.human-review textarea{resize:vertical;min-height:88px;margin-bottom:14px}.human-review__row{grid-template-columns:180px minmax(0,1fr) 180px;gap:16px;display:grid}.human-review__viewer{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px;display:grid}.human-review button{border:1px solid var(--opla-stroke,#ccc);min-height:40px;color:inherit;font:inherit;cursor:pointer;white-space:normal;background:#fff;border-radius:6px;max-width:100%;padding:8px 16px}.human-review__heading button{flex-shrink:0;width:40px;height:40px;padding:0;font-size:22px}.human-review button:disabled{opacity:.5;cursor:not-allowed}.human-review :is(button,a,input,textarea,select):focus-visible{outline-offset:3px;outline:2px solid #33765b}.human-review [role=alert]{border-left:3px solid #a83131;margin:16px 0;padding:8px 16px}@media (width<=640px){.human-review{padding:18px 16px 40px}.human-review h1{font-size:23px}.human-review__row,.human-review__viewer,.human-review__list li{grid-template-columns:minmax(0,1fr)}.human-review dl{grid-template-columns:minmax(0,1fr);gap:4px}.human-review dd{margin-bottom:10px}}.sign-in-page{background:var(--opla-white);min-height:100vh}.sign-in-page__background{pointer-events:none;-webkit-user-select:none;user-select:none;min-height:100vh}.sign-in-page__overlay{z-index:50;background:#033ddfe6;justify-content:center;align-items:center;padding:36px 18px;display:flex;position:fixed;inset:0;overflow-y:auto}@media (width<=720px){.sign-in-page__overlay{align-items:flex-start;padding-top:128px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--opla-blue:#033ddf;--opla-text:#232227;--opla-white:#fff;--opla-blue-soft:#edf3ff;--opla-stroke:#ccd3ea;--opla-text-secondary:#8b92ab;--opla-pink:#fab8d6;--opla-red:#fb3517;--opla-green-soft:#effff9;--opla-green:#157347;--opla-warning-soft:#fff8e5;--opla-warning-control:#fff2b0;--opla-font-brand:"Gordita", "Golos Text", Arial, sans-serif;--opla-font-support:"Golos Text", Arial, sans-serif;--opla-font-display:30px;--opla-font-heading:22px;--opla-font-body:14px;--opla-font-caption:11px;--opla-line-display:1.2;--opla-line-heading:1.4;--opla-line-body:24px;--opla-tracking-display:0;--opla-tracking-heading:0;--opla-tracking-body:0;--opla-tracking-caption:0;--opla-space-1:4px;--opla-space-2:8px;--opla-space-3:12px;--opla-space-4:16px;--opla-space-5:20px;--opla-space-6:24px;--opla-space-7:28px;--opla-space-8:32px;--opla-radius-tile:12px;--opla-radius-dialog:20px;--opla-radius-card:26px;--opla-radius-pill:999px;--opla-control-compact:48px;--opla-control-default:52px;--opla-control-large:60px;--opla-touch-target:48px;--opla-content-max:1280px;--opla-focus-ring:0 0 0 3px #033ddf38}*,:before,:after{box-sizing:border-box}html{font-family:var(--opla-font-brand);color:var(--opla-text);background:var(--opla-white)}body{margin:0}button,input{font:inherit}.route-skeleton{background:var(--opla-white);min-height:100vh}.route-skeleton__header{min-height:64px;padding:var(--opla-space-3) var(--opla-space-7);border-bottom:1px solid var(--opla-stroke);align-items:center;gap:var(--opla-space-7);display:flex}.route-skeleton__header span{color:var(--opla-text-secondary);margin-right:auto}.route-skeleton__header a{color:var(--opla-blue)}.route-skeleton__brand{font-size:var(--opla-font-heading);font-weight:700;text-decoration:none}.route-skeleton__layout{width:min(100%, var(--opla-content-max));grid-template-columns:280px minmax(0,1fr);margin:0 auto;display:grid}.route-skeleton__nav{padding:var(--opla-space-7);border-right:1px solid var(--opla-stroke);gap:var(--opla-space-2);flex-direction:column;display:flex}.route-skeleton__nav a{min-height:44px;padding:10px var(--opla-space-3);border-radius:var(--opla-radius-tile);color:var(--opla-text);align-items:center;text-decoration:none;display:flex}.route-skeleton__nav a[aria-current=page]{color:var(--opla-blue);background:var(--opla-blue-soft);font-weight:700}.route-skeleton__content{max-width:900px;padding:56px}.route-skeleton__kicker{margin:0 0 var(--opla-space-2);color:var(--opla-blue);font-weight:700}.route-skeleton__content h1{letter-spacing:0;margin:0;font-size:40px}.route-skeleton__purpose{max-width:700px;margin:var(--opla-space-4) 0 var(--opla-space-8);color:var(--opla-text-secondary);font-size:18px;line-height:1.5}.route-skeleton__facts{gap:var(--opla-space-3);grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 40px;display:grid}.route-skeleton__facts>div,.route-skeleton__actions article{padding:var(--opla-space-4);border:1px solid var(--opla-stroke);border-radius:var(--opla-radius-tile)}.route-skeleton__facts dt{margin-bottom:var(--opla-space-2);color:var(--opla-text-secondary);font-size:var(--opla-font-caption);text-transform:uppercase}.route-skeleton__facts dd{overflow-wrap:anywhere;margin:0}.route-skeleton__actions{gap:var(--opla-space-3);display:grid}.route-skeleton__actions h2{margin:0 0 var(--opla-space-2)}.route-skeleton__actions article{gap:var(--opla-space-2);display:grid}.route-skeleton__actions article p,.route-skeleton__actions article small{margin:0;line-height:1.5}.route-skeleton__actions article span{border-radius:var(--opla-radius-pill);width:fit-content;color:var(--opla-blue);background:var(--opla-blue-soft);font-size:var(--opla-font-caption);padding:4px 8px;font-weight:700}.route-skeleton__actions article span[data-status=MISSING_DOMAIN_CONTRACT],.route-skeleton__actions article span[data-status=MISSING_BROWSER_COMMAND]{color:#7a4d00;background:var(--opla-warning-soft)}.route-skeleton__note{margin-top:var(--opla-space-7);padding:var(--opla-space-4);border-left:4px solid var(--opla-blue);background:var(--opla-blue-soft)}.route-skeleton--centered{padding:15vh var(--opla-space-7);text-align:center}@media (width<=760px){.route-skeleton__header{padding-inline:var(--opla-space-4)}.route-skeleton__header span,.route-skeleton__nav{display:none}.route-skeleton__layout{display:block}.route-skeleton__content{padding:40px var(--opla-space-4)}.route-skeleton__content h1{font-size:30px}.route-skeleton__facts{grid-template-columns:1fr}}.route-session-state{width:min(100% - 36px,720px);color:var(--opla-text);text-align:center;margin:15vh auto 0}
