.Button-module__8C-t3q__button{justify-content:center;align-items:center;gap:var(--ds-space-2);border-radius:var(--ds-radius-md);font-family:var(--ds-font-family-base);font-weight:var(--ds-font-weight-medium);line-height:var(--ds-line-height-tight);cursor:pointer;transition:background-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), box-shadow var(--ds-motion-duration-fast) var(--ds-motion-easing-out);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;text-decoration:none;display:inline-flex}.Button-module__8C-t3q__button:hover,.Button-module__8C-t3q__button:focus,.Button-module__8C-t3q__button:active{text-decoration:none}.Button-module__8C-t3q__button:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px}.Button-module__8C-t3q__sm{padding:var(--ds-space-1) var(--ds-space-3);font-size:var(--ds-font-size-sm);min-height:32px}.Button-module__8C-t3q__md{padding:var(--ds-space-2) var(--ds-space-4);font-size:var(--ds-font-size-md);min-height:40px}.Button-module__8C-t3q__lg{padding:var(--ds-space-3) var(--ds-space-6);font-size:var(--ds-font-size-lg);min-height:48px}.Button-module__8C-t3q__primary{background:var(--ds-color-primary);color:var(--ds-color-on-primary);border-color:var(--ds-color-primary)}.Button-module__8C-t3q__primary:hover:not(:disabled):not([aria-disabled=true]),.Button-module__8C-t3q__primary:focus:not(:disabled):not([aria-disabled=true]){background:var(--ds-color-primary-hover);border-color:var(--ds-color-primary-hover);color:var(--ds-color-on-primary)}.Button-module__8C-t3q__primary:active:not(:disabled){background:var(--ds-color-primary-active);border-color:var(--ds-color-primary-active);color:var(--ds-color-on-primary)}.Button-module__8C-t3q__secondary{background:var(--ds-color-secondary);color:var(--ds-color-on-secondary);border-color:var(--ds-color-secondary)}.Button-module__8C-t3q__secondary:hover:not(:disabled):not([aria-disabled=true]),.Button-module__8C-t3q__secondary:focus:not(:disabled):not([aria-disabled=true]){background:var(--ds-color-secondary-hover);border-color:var(--ds-color-secondary-hover);color:var(--ds-color-on-secondary)}.Button-module__8C-t3q__ghost{color:var(--ds-color-primary);border-color:var(--ds-color-border);background:0 0}.Button-module__8C-t3q__ghost:hover:not(:disabled):not([aria-disabled=true]),.Button-module__8C-t3q__ghost:focus:not(:disabled):not([aria-disabled=true]){background:var(--ds-color-primary-subtle);border-color:var(--ds-color-primary);color:var(--ds-color-primary)}.Button-module__8C-t3q__ghostInverse{color:#fff;background:0 0;border-color:#ffffffa6}.Button-module__8C-t3q__ghostInverse:hover:not(:disabled):not([aria-disabled=true]),.Button-module__8C-t3q__ghostInverse:focus:not(:disabled):not([aria-disabled=true]){color:#fff;background:#ffffff1f;border-color:#ffffffd9}.Button-module__8C-t3q__danger{background:var(--ds-color-error);color:var(--ds-color-on-error);border-color:var(--ds-color-error)}.Button-module__8C-t3q__danger:hover:not(:disabled):not([aria-disabled=true]),.Button-module__8C-t3q__danger:focus:not(:disabled):not([aria-disabled=true]){background:var(--ds-color-error-hover);border-color:var(--ds-color-error-hover);color:var(--ds-color-on-error)}.Button-module__8C-t3q__accent{background:var(--ds-color-accent);color:var(--ds-color-on-accent);border-color:var(--ds-color-accent)}.Button-module__8C-t3q__accent:hover:not(:disabled):not([aria-disabled=true]),.Button-module__8C-t3q__accent:focus:not(:disabled):not([aria-disabled=true]){background:var(--ds-color-accent-hover);border-color:var(--ds-color-accent-hover);color:var(--ds-color-on-accent)}.Button-module__8C-t3q__accent:active:not(:disabled){background:var(--ds-color-accent-active);border-color:var(--ds-color-accent-active);color:var(--ds-color-on-accent)}.Button-module__8C-t3q__button:disabled,.Button-module__8C-t3q__button[aria-disabled=true]{background:var(--ds-color-disabled-bg);color:var(--ds-color-disabled-text);border-color:var(--ds-color-disabled-border);cursor:not-allowed;pointer-events:none}.Button-module__8C-t3q__loading{cursor:wait;pointer-events:none;position:relative}.Button-module__8C-t3q__label{align-items:center;gap:var(--ds-space-2);display:inline-flex}.Button-module__8C-t3q__labelHidden{visibility:hidden}.Button-module__8C-t3q__spinner{border-radius:var(--ds-radius-full);border:2px solid;border-top-color:#0000;width:1em;height:1em;animation:.6s linear infinite Button-module__8C-t3q__spin;position:absolute}@keyframes Button-module__8C-t3q__spin{to{transform:rotate(360deg)}}
.Input-module__EJWHoG__wrapper{gap:var(--ds-space-1);flex-direction:column;width:100%;display:flex}.Input-module__EJWHoG__label{font-family:var(--ds-font-family-base);font-size:var(--ds-font-size-sm);font-weight:var(--ds-font-weight-medium);color:var(--ds-color-text);line-height:var(--ds-line-height-normal)}.Input-module__EJWHoG__input{width:100%;font-family:var(--ds-font-family-base);font-size:var(--ds-font-size-md);color:var(--ds-color-text);background:var(--ds-color-bg);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-md);transition:border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), box-shadow var(--ds-motion-duration-fast) var(--ds-motion-easing-out);box-sizing:border-box;outline:none}.Input-module__EJWHoG__input::placeholder{color:var(--ds-color-text-subtle)}.Input-module__EJWHoG__input:hover:not(:disabled){border-color:var(--ds-color-border-strong)}.Input-module__EJWHoG__input:focus{border-color:var(--ds-color-border-focus);box-shadow:0 0 0 3px var(--ds-color-primary-muted)}.Input-module__EJWHoG__input:disabled{background:var(--ds-color-disabled-bg);color:var(--ds-color-disabled-text);border-color:var(--ds-color-disabled-border);cursor:not-allowed}.Input-module__EJWHoG__input.Input-module__EJWHoG__error{border-color:var(--ds-color-border-error)}.Input-module__EJWHoG__input.Input-module__EJWHoG__error:focus{box-shadow:0 0 0 3px var(--ds-color-error-muted)}.Input-module__EJWHoG__sm{padding:var(--ds-space-1) var(--ds-space-2);font-size:var(--ds-font-size-sm);min-height:32px}.Input-module__EJWHoG__md{padding:var(--ds-space-2) var(--ds-space-3);font-size:var(--ds-font-size-md);min-height:40px}.Input-module__EJWHoG__lg{padding:var(--ds-space-3) var(--ds-space-4);font-size:var(--ds-font-size-lg);min-height:48px}.Input-module__EJWHoG__helperText{font-size:var(--ds-font-size-xs);color:var(--ds-color-text-muted);line-height:var(--ds-line-height-normal)}.Input-module__EJWHoG__errorText{font-size:var(--ds-font-size-xs);color:var(--ds-color-error);line-height:var(--ds-line-height-normal)}
.Textarea-module__XIweXG__wrapper{gap:var(--ds-space-1);flex-direction:column;width:100%;display:flex}.Textarea-module__XIweXG__label{font-family:var(--ds-font-family-base);font-size:var(--ds-font-size-sm);font-weight:var(--ds-font-weight-medium);color:var(--ds-color-text)}.Textarea-module__XIweXG__textarea{width:100%;min-height:100px;padding:var(--ds-space-2) var(--ds-space-3);font-family:var(--ds-font-family-base);font-size:var(--ds-font-size-md);color:var(--ds-color-text);background:var(--ds-color-bg);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-md);resize:vertical;transition:border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), box-shadow var(--ds-motion-duration-fast) var(--ds-motion-easing-out);box-sizing:border-box;outline:none}.Textarea-module__XIweXG__textarea:focus{border-color:var(--ds-color-border-focus);box-shadow:0 0 0 3px var(--ds-color-primary-muted)}.Textarea-module__XIweXG__textarea:disabled{background:var(--ds-color-disabled-bg);color:var(--ds-color-disabled-text);cursor:not-allowed}.Textarea-module__XIweXG__textarea.Textarea-module__XIweXG__error{border-color:var(--ds-color-border-error)}.Textarea-module__XIweXG__textarea.Textarea-module__XIweXG__error:focus{box-shadow:0 0 0 3px var(--ds-color-error-muted)}.Textarea-module__XIweXG__footer{justify-content:space-between;align-items:flex-start;display:flex}.Textarea-module__XIweXG__helperText{font-size:var(--ds-font-size-xs);color:var(--ds-color-text-muted)}.Textarea-module__XIweXG__errorText{font-size:var(--ds-font-size-xs);color:var(--ds-color-error)}.Textarea-module__XIweXG__counter{font-size:var(--ds-font-size-xs);color:var(--ds-color-text-muted);margin-left:auto}
.ThemeToggle-module__5O8JPW__toggle{border:1px solid var(--ds-color-border);background:var(--ds-color-surface);width:50px;height:50px;color:var(--ds-color-text);cursor:pointer;transition:background-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), transform var(--ds-motion-duration-fast) var(--ds-motion-easing-out);border-radius:999px;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;box-shadow:0 8px 24px #10102e29}.ThemeToggle-module__5O8JPW__toggle:hover{border-color:var(--ds-color-accent);color:var(--ds-color-accent)}.ThemeToggle-module__5O8JPW__toggle:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px}.ThemeToggle-module__5O8JPW__icon{line-height:0;display:inline-flex}
.Badge-module__QG5RXq__badge{font-family:var(--ds-font-family-base);font-weight:var(--ds-font-weight-medium);border-radius:var(--ds-radius-full);white-space:nowrap;align-items:center;display:inline-flex}.Badge-module__QG5RXq__sm{padding:2px var(--ds-space-2);font-size:var(--ds-font-size-xs)}.Badge-module__QG5RXq__md{padding:var(--ds-space-1) var(--ds-space-2);font-size:var(--ds-font-size-sm)}.Badge-module__QG5RXq__default{background:var(--ds-color-bg-muted);color:var(--ds-color-text)}.Badge-module__QG5RXq__primary{background:var(--ds-color-primary-muted);color:var(--ds-color-primary)}.Badge-module__QG5RXq__accent{background:var(--ds-color-accent-subtle);color:var(--ds-color-accent)}.Badge-module__QG5RXq__success{background:var(--ds-color-success-muted);color:var(--ds-color-success)}.Badge-module__QG5RXq__warning{background:var(--ds-color-warning-muted);color:var(--ds-color-warning-hover)}.Badge-module__QG5RXq__error{background:var(--ds-color-error-muted);color:var(--ds-color-error)}.Badge-module__QG5RXq__info{background:var(--ds-color-info-muted);color:var(--ds-color-info)}
.Select-module__PU57ia__wrapper{gap:var(--ds-space-1);flex-direction:column;width:100%;display:flex}.Select-module__PU57ia__label{font-size:var(--ds-font-size-sm);font-weight:var(--ds-font-weight-medium);color:var(--ds-color-text)}.Select-module__PU57ia__trigger{justify-content:space-between;align-items:center;gap:var(--ds-space-2);width:100%;font-family:var(--ds-font-family-base);color:var(--ds-color-text);background:var(--ds-color-bg);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-md);cursor:pointer;transition:border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out);outline:none;display:flex}.Select-module__PU57ia__trigger:hover:not(:disabled){border-color:var(--ds-color-border-strong)}.Select-module__PU57ia__trigger:focus{border-color:var(--ds-color-border-focus);box-shadow:0 0 0 3px var(--ds-color-primary-muted)}.Select-module__PU57ia__trigger[data-disabled]{background:var(--ds-color-disabled-bg);color:var(--ds-color-disabled-text);cursor:not-allowed}.Select-module__PU57ia__trigger.Select-module__PU57ia__error{border-color:var(--ds-color-border-error)}.Select-module__PU57ia__sm{padding:var(--ds-space-1) var(--ds-space-2);font-size:var(--ds-font-size-sm);min-height:32px}.Select-module__PU57ia__md{padding:var(--ds-space-2) var(--ds-space-3);font-size:var(--ds-font-size-md);min-height:40px}.Select-module__PU57ia__lg{padding:var(--ds-space-3) var(--ds-space-4);font-size:var(--ds-font-size-lg);min-height:48px}.Select-module__PU57ia__icon{color:var(--ds-color-text-muted);flex-shrink:0}.Select-module__PU57ia__content{background:var(--ds-color-surface);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-lg);box-shadow:var(--ds-elevation-md);z-index:var(--ds-z-dropdown);min-width:var(--radix-select-trigger-width);max-height:var(--radix-select-content-available-height);overflow:hidden}.Select-module__PU57ia__viewport{padding:var(--ds-space-1)}.Select-module__PU57ia__item{justify-content:space-between;align-items:center;gap:var(--ds-space-2);padding:var(--ds-space-2) var(--ds-space-3);border-radius:var(--ds-radius-md);font-size:var(--ds-font-size-sm);color:var(--ds-color-text);cursor:pointer;transition:background var(--ds-motion-duration-fast) var(--ds-motion-easing-out);-webkit-user-select:none;user-select:none;outline:none;display:flex}.Select-module__PU57ia__item[data-highlighted]{background:var(--ds-color-primary-subtle);color:var(--ds-color-primary)}.Select-module__PU57ia__item[data-disabled]{color:var(--ds-color-disabled-text);cursor:not-allowed}.Select-module__PU57ia__itemIndicator{color:var(--ds-color-primary)}.Select-module__PU57ia__errorText{font-size:var(--ds-font-size-xs);color:var(--ds-color-error)}.Select-module__PU57ia__helperText{font-size:var(--ds-font-size-xs);color:var(--ds-color-text-muted)}
.Radio-module__ZWXPMG__group{display:flex}.Radio-module__ZWXPMG__vertical{gap:var(--ds-space-2);flex-direction:column}.Radio-module__ZWXPMG__horizontal{gap:var(--ds-space-4);flex-flow:wrap}.Radio-module__ZWXPMG__item{align-items:center;gap:var(--ds-space-2);display:flex}.Radio-module__ZWXPMG__radio{border-radius:var(--ds-radius-full);border:2px solid var(--ds-color-border-strong);background:var(--ds-color-bg);cursor:pointer;width:18px;height:18px;transition:border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out);outline:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Radio-module__ZWXPMG__radio[data-state=checked]{border-color:var(--ds-color-primary)}.Radio-module__ZWXPMG__radio:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px}.Radio-module__ZWXPMG__radio:disabled{background:var(--ds-color-disabled-bg);border-color:var(--ds-color-disabled-border);cursor:not-allowed}.Radio-module__ZWXPMG__indicator{border-radius:var(--ds-radius-full);background:var(--ds-color-primary);width:8px;height:8px}.Radio-module__ZWXPMG__label{font-size:var(--ds-font-size-sm);color:var(--ds-color-text);cursor:pointer}
.Toast-module__WVrGyq__viewport{bottom:var(--ds-space-6);right:var(--ds-space-6);gap:var(--ds-space-2);width:360px;max-width:calc(100vw - var(--ds-space-8));z-index:var(--ds-z-toast);outline:none;flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:fixed}.Toast-module__WVrGyq__root{background:var(--ds-color-surface);border-radius:var(--ds-radius-lg);box-shadow:var(--ds-elevation-lg);animation:Toast-module__WVrGyq__slideIn var(--ds-motion-duration-normal) var(--ds-motion-easing-out);border-left:4px solid}.Toast-module__WVrGyq__root[data-state=closed]{animation:Toast-module__WVrGyq__slideOut var(--ds-motion-duration-normal) var(--ds-motion-easing-in)}.Toast-module__WVrGyq__default{border-color:var(--ds-color-border-strong)}.Toast-module__WVrGyq__success{border-color:var(--ds-color-success)}.Toast-module__WVrGyq__warning{border-color:var(--ds-color-warning)}.Toast-module__WVrGyq__error{border-color:var(--ds-color-error)}.Toast-module__WVrGyq__info{border-color:var(--ds-color-info)}.Toast-module__WVrGyq__content{align-items:flex-start;gap:var(--ds-space-3);padding:var(--ds-space-4);display:flex}.Toast-module__WVrGyq__text{flex:1;min-width:0}.Toast-module__WVrGyq__title{font-size:var(--ds-font-size-sm);font-weight:var(--ds-font-weight-semibold);color:var(--ds-color-text);margin:0}.Toast-module__WVrGyq__description{font-size:var(--ds-font-size-xs);color:var(--ds-color-text-muted);margin-top:var(--ds-space-1)}.Toast-module__WVrGyq__close{border-radius:var(--ds-radius-sm);width:24px;height:24px;color:var(--ds-color-text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.Toast-module__WVrGyq__close:hover{background:var(--ds-color-bg-subtle)}.Toast-module__WVrGyq__close:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px}@keyframes Toast-module__WVrGyq__slideIn{0%{transform:translateX(calc(100% + var(--ds-space-6)));opacity:0}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__WVrGyq__slideOut{0%{opacity:1;transform:translate(0)}to{transform:translateX(calc(100% + var(--ds-space-6)));opacity:0}}
.ChannelTrustStrip-module__yQHgHq__root{justify-content:center;align-items:center;gap:var(--ds-space-5);flex-wrap:wrap;display:flex}.ChannelTrustStrip-module__yQHgHq__channels{justify-content:center;align-items:center;gap:var(--ds-space-2);flex-wrap:nowrap;margin:0;padding:0;list-style:none;display:flex}.ChannelTrustStrip-module__yQHgHq__channels>li{justify-content:center;align-items:center;line-height:0;display:flex}.ChannelTrustStrip-module__yQHgHq__bubble{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;line-height:0;display:flex;overflow:hidden;box-shadow:0 4px 14px #10102e1f}.ChannelTrustStrip-module__yQHgHq__bubble:focus,.ChannelTrustStrip-module__yQHgHq__badge:focus{outline:none}.ChannelTrustStrip-module__yQHgHq__bubble:focus-visible,.ChannelTrustStrip-module__yQHgHq__badge:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px}.ChannelTrustStrip-module__yQHgHq__bubble,.ChannelTrustStrip-module__yQHgHq__badge{cursor:default;position:relative}.ChannelTrustStrip-module__yQHgHq__bubble:after,.ChannelTrustStrip-module__yQHgHq__badge:after{content:attr(data-tooltip);color:#fff;width:max-content;max-width:min(16rem,70vw);font-family:var(--ds-font-family-base);letter-spacing:0;white-space:normal;text-align:center;opacity:0;visibility:hidden;pointer-events:none;z-index:20;background:#10102e;border-radius:8px;padding:.45rem .65rem;font-size:.78rem;font-weight:500;line-height:1.35;transition:opacity .12s,transform .12s,visibility .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 8px 24px #10102e38}.ChannelTrustStrip-module__yQHgHq__bubble:hover:after,.ChannelTrustStrip-module__yQHgHq__bubble:focus-visible:after,.ChannelTrustStrip-module__yQHgHq__badge:hover:after,.ChannelTrustStrip-module__yQHgHq__badge:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.ChannelTrustStrip-module__yQHgHq__icon,.ChannelTrustStrip-module__yQHgHq__plus{object-fit:contain;vertical-align:middle;flex-shrink:0;display:block}.ChannelTrustStrip-module__yQHgHq__icon{width:22px;height:22px}.ChannelTrustStrip-module__yQHgHq__bubblePlus{background:#fff8f4;box-shadow:0 4px 14px #10102e1f}.ChannelTrustStrip-module__yQHgHq__plus{width:22px;height:22px}.ChannelTrustStrip-module__yQHgHq__badge{min-width:132px;padding:var(--ds-space-2) var(--ds-space-4);background:#fffffff5;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:inline-flex;box-shadow:0 4px 18px #10102e24}.ChannelTrustStrip-module__yQHgHq__metaRow{align-items:center;gap:6px;display:inline-flex}.ChannelTrustStrip-module__yQHgHq__metaMark{object-fit:contain;width:22px;height:12px}.ChannelTrustStrip-module__yQHgHq__metaName{font-family:var(--ds-font-family-heading);font-size:13px;font-weight:var(--ds-font-weight-semibold);color:#0081fb;letter-spacing:-.02em;line-height:1}.ChannelTrustStrip-module__yQHgHq__label{font-family:var(--ds-font-family-base);color:#787878;text-align:center;white-space:nowrap;font-size:9px;line-height:1.5}
.FeatureTabButton-module__wyMkTW__root{width:100%;min-width:0;max-width:none;color:var(--ds-color-text-muted,#787878);cursor:pointer;text-align:center;transition:border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), background-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out), color var(--ds-motion-duration-fast) var(--ds-motion-easing-out);background:0 0;border:0;border-bottom:3px solid #0000;flex-direction:column;flex:1 1 0;align-items:center;gap:.65rem;margin:0;padding:1rem .5rem .85rem;display:flex}.FeatureTabButton-module__wyMkTW__root:hover,.FeatureTabButton-module__wyMkTW__root:focus-visible{color:var(--ds-color-text);background:var(--ds-color-bg-muted)}.FeatureTabButton-module__wyMkTW__root:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px}.FeatureTabButton-module__wyMkTW__rootActive{border-bottom-color:var(--srd-accent,#ff3c00);background:var(--ds-color-surface);color:var(--ds-color-text)}.FeatureTabButton-module__wyMkTW__iconWrap{box-sizing:border-box;background:var(--ds-color-surface);width:52px;height:52px;box-shadow:0 1px 1px #7344181a, 0 2px 4px #7344181a, 0 0 0 6px var(--ds-color-accent-subtle,#fff6ef);border-radius:100px;justify-content:center;align-items:center;padding:12px;line-height:0;display:flex;overflow:visible}.FeatureTabButton-module__wyMkTW__rootActive .FeatureTabButton-module__wyMkTW__iconWrap{box-shadow:0 1px 1px #7344181a,0 2px 4px #7344181a,0 0 0 6px #ff3c002e}.FeatureTabButton-module__wyMkTW__icon{object-fit:contain;flex-shrink:0;width:100%;max-width:24px;height:100%;max-height:24px;display:block}.FeatureTabButton-module__wyMkTW__label{letter-spacing:-.01em;overflow-wrap:break-word;max-width:100%;color:inherit;margin:0;font-size:.8125rem;font-weight:500;line-height:1.45}
.FeatureCheckList-module__dGcCMG__list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.FeatureCheckList-module__dGcCMG__item{color:#666;letter-spacing:-.02em;align-items:flex-start;gap:.75rem;font-size:1rem;font-weight:500;line-height:1.6;display:flex}.FeatureCheckList-module__dGcCMG__icon{object-fit:contain;flex-shrink:0;width:22px;height:22px;margin-top:.15rem;display:block}.FeatureCheckList-module__dGcCMG__text{min-width:0;margin:0}
.Card-module__EPdYoW__card{background:var(--ds-color-surface);border:1px solid var(--ds-color-border);min-width:0}.Card-module__EPdYoW__header{padding:var(--ds-space-4) var(--ds-space-6);border-bottom:1px solid var(--ds-color-border-muted);font-weight:var(--ds-font-weight-semibold);font-size:var(--ds-font-size-lg);color:var(--ds-color-text)}.Card-module__EPdYoW__body{padding:var(--ds-space-6);color:var(--ds-color-text);min-width:0}.Card-module__EPdYoW__footer{padding:var(--ds-space-4) var(--ds-space-6);border-top:1px solid var(--ds-color-border-muted);background:var(--ds-color-bg-subtle);align-items:center;gap:var(--ds-space-2);display:flex}
.RoiHelpTip-module__Py9miW__wrap{vertical-align:middle;align-items:center;margin-left:.35rem;display:inline-flex;position:relative}.RoiHelpTip-module__Py9miW__trigger{background:var(--ds-color-surface);color:#666;width:1.15rem;height:1.15rem;font:inherit;cursor:pointer;z-index:1;border:1px solid #c8c8d0;border-radius:999px;justify-content:center;align-items:center;margin:0;padding:0;font-size:.7rem;font-style:italic;font-weight:700;line-height:1;display:inline-flex;position:relative}.RoiHelpTip-module__Py9miW__wrap:hover .RoiHelpTip-module__Py9miW__trigger,.RoiHelpTip-module__Py9miW__open .RoiHelpTip-module__Py9miW__trigger,.RoiHelpTip-module__Py9miW__trigger:focus-visible{border-color:var(--srd-accent,#ff3c00);color:var(--srd-accent,#ff3c00)}.RoiHelpTip-module__Py9miW__trigger:focus-visible{outline:2px solid var(--ds-color-border-focus,#2684ff);outline-offset:2px}.RoiHelpTip-module__Py9miW__bubble{color:#fff;letter-spacing:0;text-align:left;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;z-index:40;background:#10102e;border-radius:8px;width:max-content;max-width:min(18rem,70vw);padding:.55rem .7rem;font-size:.75rem;font-style:normal;font-weight:500;line-height:1.4;transition:opacity .12s,transform .12s,visibility .12s;position:absolute;top:calc(100% + 8px);bottom:auto;left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 8px 24px #10102e38}.RoiHelpTip-module__Py9miW__wrap:hover .RoiHelpTip-module__Py9miW__bubble,.RoiHelpTip-module__Py9miW__open .RoiHelpTip-module__Py9miW__bubble{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.RoiHelpTip-module__Py9miW__icon{display:block;transform:translateY(-.5px)}
.Table-module__9KnxIG__wrapper{border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-lg);width:100%;overflow-x:auto}.Table-module__9KnxIG__table{border-collapse:collapse;width:100%;font-family:var(--ds-font-family-base);font-size:var(--ds-font-size-sm)}.Table-module__9KnxIG__caption{padding:var(--ds-space-3) var(--ds-space-4);text-align:left;font-size:var(--ds-font-size-sm);color:var(--ds-color-text-muted)}.Table-module__9KnxIG__head{background:var(--ds-color-bg-subtle)}.Table-module__9KnxIG__stickyHeader .Table-module__9KnxIG__head{z-index:var(--ds-z-raised);position:sticky;top:0}.Table-module__9KnxIG__th{padding:var(--ds-space-3) var(--ds-space-4);text-align:left;font-weight:var(--ds-font-weight-semibold);color:var(--ds-color-text);border-bottom:2px solid var(--ds-color-border);white-space:nowrap}.Table-module__9KnxIG__td{padding:var(--ds-space-3) var(--ds-space-4);color:var(--ds-color-text);border-bottom:1px solid var(--ds-color-border-muted);vertical-align:middle}.Table-module__9KnxIG__row:last-child .Table-module__9KnxIG__td{border-bottom:none}.Table-module__9KnxIG__body .Table-module__9KnxIG__row:hover{background:var(--ds-color-bg-subtle)}
.Modal-module__a93DaW__overlay{background:var(--ds-color-bg-overlay);z-index:var(--ds-z-overlay);animation:Modal-module__a93DaW__overlayIn var(--ds-motion-duration-normal) var(--ds-motion-easing-out);position:fixed;inset:0}.Modal-module__a93DaW__content{background:var(--ds-color-surface);border-radius:var(--ds-radius-xl);box-shadow:var(--ds-elevation-xl);z-index:var(--ds-z-modal);max-height:90vh;animation:Modal-module__a93DaW__contentIn var(--ds-motion-duration-normal) var(--ds-motion-easing-spring);flex-direction:column;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.Modal-module__a93DaW__sm{width:min(400px,90vw)}.Modal-module__a93DaW__md{width:min(560px,90vw)}.Modal-module__a93DaW__lg{width:min(720px,90vw)}.Modal-module__a93DaW__xl{width:min(900px,90vw)}.Modal-module__a93DaW__full{width:calc(100vw - 32px);height:calc(100vh - 32px);top:16px;left:16px;transform:none}.Modal-module__a93DaW__header{justify-content:space-between;align-items:center;gap:var(--ds-space-4);padding:var(--ds-space-4) var(--ds-space-6);border-bottom:1px solid var(--ds-color-border-muted);display:flex}.Modal-module__a93DaW__title{font-family:var(--ds-font-family-heading);font-size:var(--ds-font-size-xl);font-weight:var(--ds-font-weight-semibold);color:var(--ds-color-text);margin:0}.Modal-module__a93DaW__description{padding:var(--ds-space-2) var(--ds-space-6) 0;font-size:var(--ds-font-size-sm);color:var(--ds-color-text-muted)}.Modal-module__a93DaW__body{padding:var(--ds-space-6);flex:1}.Modal-module__a93DaW__close{border-radius:var(--ds-radius-md);width:32px;height:32px;color:var(--ds-color-text-muted);cursor:pointer;transition:background var(--ds-motion-duration-fast) var(--ds-motion-easing-out), color var(--ds-motion-duration-fast) var(--ds-motion-easing-out);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Modal-module__a93DaW__close:hover{background:var(--ds-color-bg-subtle);color:var(--ds-color-text)}.Modal-module__a93DaW__close:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px}@keyframes Modal-module__a93DaW__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__a93DaW__contentIn{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}
.FloatingActions-module__q4wEWG__dock{z-index:9999;align-items:center;gap:var(--ds-space-3);flex-direction:column;display:flex;position:fixed;bottom:24px;right:24px}.FloatingActions-module__q4wEWG__scrollTop{background:var(--ds-color-accent);width:50px;height:50px;color:var(--ds-color-on-accent);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease, visibility .2s ease, transform .2s ease, background-color var(--ds-motion-duration-fast) var(--ds-motion-easing-out);border:none;border-radius:999px;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;transform:translateY(8px);box-shadow:0 8px 24px #ff3c0059}.FloatingActions-module__q4wEWG__scrollTopVisible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.FloatingActions-module__q4wEWG__scrollTop:hover{background:var(--ds-color-accent-hover)}.FloatingActions-module__q4wEWG__scrollTop:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px}.FloatingActions-module__q4wEWG__scrollIcon{line-height:0;display:inline-flex}@media (max-width:575px){.FloatingActions-module__q4wEWG__dock{bottom:16px;right:16px}}
.Accordion-module__VNE-ya__root{border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-lg);overflow:hidden}.Accordion-module__VNE-ya__item{border-bottom:1px solid var(--ds-color-border)}.Accordion-module__VNE-ya__item:last-child{border-bottom:none}.Accordion-module__VNE-ya__item[data-disabled]{opacity:.5}.Accordion-module__VNE-ya__trigger{justify-content:space-between;align-items:center;gap:var(--ds-space-4);width:100%;padding:var(--ds-space-4) var(--ds-space-6);font-family:var(--ds-font-family-base);font-size:var(--ds-font-size-md);font-weight:var(--ds-font-weight-medium);color:var(--ds-color-text);cursor:pointer;text-align:left;transition:background var(--ds-motion-duration-fast) var(--ds-motion-easing-out);background:0 0;border:none;outline:none;display:flex}.Accordion-module__VNE-ya__trigger:hover{background:var(--ds-color-bg-subtle)}.Accordion-module__VNE-ya__trigger:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:-2px}.Accordion-module__VNE-ya__chevron{transition:transform var(--ds-motion-duration-normal) var(--ds-motion-easing-in-out);flex-shrink:0}.Accordion-module__VNE-ya__trigger[data-state=open] .Accordion-module__VNE-ya__chevron{transform:rotate(180deg)}.Accordion-module__VNE-ya__content{overflow:hidden}.Accordion-module__VNE-ya__content[data-state=open]{animation:Accordion-module__VNE-ya__slideDown var(--ds-motion-duration-normal) var(--ds-motion-easing-out)}.Accordion-module__VNE-ya__content[data-state=closed]{animation:Accordion-module__VNE-ya__slideUp var(--ds-motion-duration-normal) var(--ds-motion-easing-out)}.Accordion-module__VNE-ya__contentInner{padding:0 var(--ds-space-6) var(--ds-space-4);color:var(--ds-color-text-muted);font-size:var(--ds-font-size-md)}@keyframes Accordion-module__VNE-ya__slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes Accordion-module__VNE-ya__slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}
.SuporteRdCtaLegal-module__oJnc0a__line{margin:0}.SuporteRdCtaLegal-module__oJnc0a__linkButton{color:inherit;font:inherit;text-underline-offset:.15em;cursor:pointer;background:0 0;border:0;margin:0;padding:0;text-decoration:underline;display:inline}.SuporteRdCtaLegal-module__oJnc0a__linkButton:hover,.SuporteRdCtaLegal-module__oJnc0a__linkButton:focus-visible{color:var(--srd-accent,#ff3c00)}.SuporteRdCtaLegal-module__oJnc0a__linkButton:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px;border-radius:2px}.SuporteRdCtaLegal-module__oJnc0a__frameWrap{border-radius:var(--ds-radius-md,8px);border:1px solid var(--ds-color-border-muted,#e5e5e5);background:#fff;width:100%;height:min(65vh,640px);overflow:hidden}.SuporteRdCtaLegal-module__oJnc0a__frame{border:0;width:100%;height:100%;display:block}.SuporteRdCtaLegal-module__oJnc0a__external{margin:.75rem 0 0;font-size:.875rem}.SuporteRdCtaLegal-module__oJnc0a__external a{color:var(--srd-accent,#ff3c00);text-underline-offset:.15em}
.SecurityAcronymText-module__pKqR9W__abbr{cursor:pointer;text-underline-offset:.18em;font-variant:normal;color:inherit;border:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:1px;position:relative}.SecurityAcronymText-module__pKqR9W__abbr:after{content:attr(data-tooltip);color:#fff;letter-spacing:0;text-transform:none;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;z-index:20;background:#10102e;border-radius:8px;width:max-content;max-width:min(22rem,70vw);padding:.55rem .7rem;font-size:.78rem;font-weight:500;line-height:1.4;text-decoration:none;transition:opacity .12s,transform .12s,visibility .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 8px 24px #10102e38}.SecurityAcronymText-module__pKqR9W__abbr:hover:after,.SecurityAcronymText-module__pKqR9W__abbr:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.SecurityAcronymText-module__pKqR9W__abbr:focus-visible{outline:2px solid var(--srd-accent,#ff3c00);outline-offset:2px;border-radius:2px}
.SuporteRdIntegrationsPage-module__9W3VoW__page{--srd-int-muted:var(--ds-color-bg-subtle);--srd-int-ink:var(--ds-color-text);--srd-int-mute:var(--ds-color-text-muted);--srd-navy:#10102e;--srd-accent:var(--ds-color-accent);background:var(--ds-color-bg);color:var(--srd-int-ink)}.SuporteRdIntegrationsPage-module__9W3VoW__hero{padding:clamp(3rem,8vw,5rem) 0 clamp(2.5rem,5vw,3.5rem);padding-top:calc(var(--srd-header-offset,96px) + clamp(2rem, 5vw, 3.5rem));background:var(--srd-navy);color:#fff;text-align:center}.SuporteRdIntegrationsPage-module__9W3VoW__heroInner{flex-direction:column;align-items:center;gap:1.25rem;max-width:52rem;margin-inline:auto;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__title{font-family:var(--ds-font-family-heading);letter-spacing:-.03em;flex-direction:column;gap:.15rem;margin:0;font-size:clamp(2rem,5vw,3.35rem);font-weight:700;line-height:1.1;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__titleLine{color:#fff}.SuporteRdIntegrationsPage-module__9W3VoW__titleAccent{color:var(--srd-accent)}.SuporteRdIntegrationsPage-module__9W3VoW__lead{color:#ffffffd1;max-width:40rem;margin:0;font-size:1.05rem;line-height:1.65}.SuporteRdIntegrationsPage-module__9W3VoW__heroActions{justify-content:center;align-items:stretch;gap:var(--ds-space-2);flex-wrap:nowrap;width:100%;max-width:36rem;margin-top:.5rem;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__heroActions>a{text-align:center;white-space:normal;min-width:0;padding:var(--ds-space-2) var(--ds-space-3);font-size:var(--ds-font-size-sm);flex:1 1 0;justify-content:center;min-height:40px}@media (min-width:640px){.SuporteRdIntegrationsPage-module__9W3VoW__heroActions>a{padding:var(--ds-space-3) var(--ds-space-6);font-size:var(--ds-font-size-md);white-space:nowrap;flex:0 auto;min-height:48px}}.SuporteRdIntegrationsPage-module__9W3VoW__anchors{background:var(--ds-color-bg);padding:clamp(1.5rem,4vw,2.5rem) 0}.SuporteRdIntegrationsPage-module__9W3VoW__anchorsGrid{gap:var(--ds-space-3);grid-template-columns:1fr;display:grid}@media (min-width:768px){.SuporteRdIntegrationsPage-module__9W3VoW__anchorsGrid{gap:var(--ds-space-4);grid-template-columns:repeat(3,minmax(0,1fr))}}.SuporteRdIntegrationsPage-module__9W3VoW__anchorCard{border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-xl);background:var(--ds-color-surface);color:inherit;flex-direction:column;gap:.5rem;padding:1.25rem 1.35rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__anchorCard:hover,.SuporteRdIntegrationsPage-module__9W3VoW__anchorCard:focus-visible{border-color:var(--srd-accent);box-shadow:0 8px 24px #10102e14}.SuporteRdIntegrationsPage-module__9W3VoW__anchorCard strong{color:var(--srd-int-ink);font-size:1.05rem}.SuporteRdIntegrationsPage-module__9W3VoW__anchorCard span{color:var(--srd-int-mute);font-size:.95rem;line-height:1.5}.SuporteRdIntegrationsPage-module__9W3VoW__block{background:var(--ds-color-bg);padding:clamp(2.5rem,6vw,4.5rem) 0}.SuporteRdIntegrationsPage-module__9W3VoW__blockMuted{background:var(--srd-int-muted)}.SuporteRdIntegrationsPage-module__9W3VoW__split{grid-template-columns:1fr;align-items:center;gap:clamp(1.75rem,4vw,3rem);display:grid}@media (min-width:992px){.SuporteRdIntegrationsPage-module__9W3VoW__split{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.SuporteRdIntegrationsPage-module__9W3VoW__splitReverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.SuporteRdIntegrationsPage-module__9W3VoW__splitReverse .SuporteRdIntegrationsPage-module__9W3VoW__copy{order:2}.SuporteRdIntegrationsPage-module__9W3VoW__splitReverse .SuporteRdIntegrationsPage-module__9W3VoW__media{order:1}}.SuporteRdIntegrationsPage-module__9W3VoW__copy{flex-direction:column;gap:1rem;min-width:0;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--srd-accent);margin:0;font-size:.78rem;font-weight:700}.SuporteRdIntegrationsPage-module__9W3VoW__heading{font-family:var(--ds-font-family-heading);letter-spacing:-.02em;color:var(--srd-int-ink);margin:0;font-size:clamp(1.6rem,3.5vw,2.35rem);font-weight:700;line-height:1.15}.SuporteRdIntegrationsPage-module__9W3VoW__sectionLead{color:var(--srd-int-mute);max-width:40rem;margin:0;font-size:1.02rem;line-height:1.65}.SuporteRdIntegrationsPage-module__9W3VoW__sectionIntro{flex-direction:column;gap:.85rem;max-width:44rem;margin-bottom:clamp(1.5rem,3vw,2.25rem);display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__featureList{flex-direction:column;gap:1.1rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__featureItem{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:.7rem;display:grid}.SuporteRdIntegrationsPage-module__9W3VoW__featureItem img{width:32px;height:32px;display:block}.SuporteRdIntegrationsPage-module__9W3VoW__featureItem strong{color:var(--srd-int-ink);margin-bottom:.2rem;font-size:1rem;display:block}.SuporteRdIntegrationsPage-module__9W3VoW__featureItem p{color:var(--srd-int-mute);margin:0;font-size:.95rem;line-height:1.55}.SuporteRdIntegrationsPage-module__9W3VoW__logos{width:min(100%,200px);height:auto;margin-top:.35rem;display:block}@media (min-width:768px){.SuporteRdIntegrationsPage-module__9W3VoW__logos{width:min(100%,240px)}}.SuporteRdIntegrationsPage-module__9W3VoW__media{min-width:0;max-width:420px;margin-inline:auto}@media (min-width:992px){.SuporteRdIntegrationsPage-module__9W3VoW__media{max-width:none}}.SuporteRdIntegrationsPage-module__9W3VoW__media img{border-radius:var(--ds-radius-xl);width:100%;max-width:100%;height:auto;display:block}.SuporteRdIntegrationsPage-module__9W3VoW__cardsStack{gap:var(--ds-space-3);flex-direction:column;min-width:0;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__card{border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-xl);background:var(--ds-color-surface);padding:1.25rem 1.35rem}.SuporteRdIntegrationsPage-module__9W3VoW__card h3{color:var(--srd-int-ink);margin:0 0 .5rem;font-size:1.05rem}.SuporteRdIntegrationsPage-module__9W3VoW__card p{color:var(--srd-int-mute);margin:0;font-size:.95rem;line-height:1.55}.SuporteRdIntegrationsPage-module__9W3VoW__apiSplit{grid-template-columns:1fr;align-items:stretch;gap:clamp(1.75rem,4vw,3rem);display:grid}@media (min-width:992px){.SuporteRdIntegrationsPage-module__9W3VoW__apiSplit{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.SuporteRdIntegrationsPage-module__9W3VoW__apiSplit .SuporteRdIntegrationsPage-module__9W3VoW__media{justify-content:center;align-items:center;max-width:none;height:100%;display:flex}}.SuporteRdIntegrationsPage-module__9W3VoW__apiMedia{border-radius:var(--ds-radius-xl);width:min(100%,320px);height:auto;margin-inline:auto;display:block}@media (min-width:992px){.SuporteRdIntegrationsPage-module__9W3VoW__apiMedia{width:min(100%,380px)}}.SuporteRdIntegrationsPage-module__9W3VoW__checkList{flex-direction:column;gap:.85rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__checkList li{color:var(--srd-int-ink);align-items:center;gap:.75rem;font-size:1rem;font-weight:600;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__checkList img{flex-shrink:0;width:24px;height:24px}.SuporteRdIntegrationsPage-module__9W3VoW__cta{background:var(--srd-navy);color:#fff;text-align:center;padding:clamp(3rem,7vw,5rem) 0}.SuporteRdIntegrationsPage-module__9W3VoW__ctaInner{flex-direction:column;align-items:center;gap:1rem;max-width:44rem;margin-inline:auto;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__ctaTitle{font-family:var(--ds-font-family-heading);letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(1.6rem,3.5vw,2.35rem);font-weight:700;line-height:1.15}.SuporteRdIntegrationsPage-module__9W3VoW__ctaSubtitle{color:#ffffffd1;max-width:36rem;margin:0;font-size:1.02rem;line-height:1.6}.SuporteRdIntegrationsPage-module__9W3VoW__ctaActions{justify-content:center;align-items:stretch;gap:var(--ds-space-2);flex-wrap:nowrap;width:100%;max-width:36rem;margin-top:.75rem;display:flex}.SuporteRdIntegrationsPage-module__9W3VoW__ctaActions>a{text-align:center;white-space:normal;min-width:0;padding:var(--ds-space-2) var(--ds-space-3);font-size:var(--ds-font-size-sm);flex:1 1 0;justify-content:center;min-height:40px}@media (min-width:640px){.SuporteRdIntegrationsPage-module__9W3VoW__ctaActions>a{padding:var(--ds-space-3) var(--ds-space-6);font-size:var(--ds-font-size-md);white-space:nowrap;flex:0 auto;min-height:48px}}
.SuporteRdSecurityPage-module___UTqCW__page{--srd-security-muted:var(--ds-color-bg-subtle);--srd-security-ink:var(--ds-color-text);--srd-security-mute:var(--ds-color-text-muted);--srd-navy:#10102e;--srd-accent:var(--ds-color-accent);background:var(--ds-color-bg)}.SuporteRdSecurityPage-module___UTqCW__hero{padding:clamp(3rem,8vw,5.5rem) 0 clamp(2.5rem,5vw,4rem);padding-top:calc(var(--srd-header-offset,96px) + clamp(2rem, 5vw, 3.5rem));background:var(--srd-security-muted);color:var(--srd-security-ink);text-align:center}.SuporteRdSecurityPage-module___UTqCW__heroInner{flex-direction:column;align-items:center;gap:1.15rem;max-width:46rem;margin-inline:auto;display:flex}.SuporteRdSecurityPage-module___UTqCW__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--srd-accent);margin:0;font-size:.8rem;font-weight:700}.SuporteRdSecurityPage-module___UTqCW__title{max-width:100%;font-family:var(--ds-font-family-heading);letter-spacing:-.03em;color:var(--srd-security-ink);overflow-wrap:break-word;margin:0;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1}.SuporteRdSecurityPage-module___UTqCW__lead{color:var(--srd-security-mute);max-width:40rem;margin:0;font-size:1.05rem;line-height:1.65}.SuporteRdSecurityPage-module___UTqCW__email{color:var(--srd-security-ink);align-items:center;gap:.55rem;margin-top:.35rem;font-weight:500;text-decoration:none;display:inline-flex}.SuporteRdSecurityPage-module___UTqCW__email:hover,.SuporteRdSecurityPage-module___UTqCW__email:focus-visible{color:var(--srd-accent)}.SuporteRdSecurityPage-module___UTqCW__emailIcon{color:var(--srd-accent);display:inline-flex}.SuporteRdSecurityPage-module___UTqCW__legalRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .55rem;margin-top:.25rem;display:flex}.SuporteRdSecurityPage-module___UTqCW__legalButton{color:#7a7a7a;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;margin:0;padding:.25rem 0;font-size:.95rem;font-weight:500;display:inline-flex}.SuporteRdSecurityPage-module___UTqCW__legalButton:hover,.SuporteRdSecurityPage-module___UTqCW__legalButton:focus-visible{color:var(--srd-accent)}.SuporteRdSecurityPage-module___UTqCW__legalButton:focus-visible{outline:2px solid var(--ds-color-border-focus);outline-offset:2px;border-radius:2px}.SuporteRdSecurityPage-module___UTqCW__legalDot{color:var(--srd-accent);font-size:.85rem;line-height:1}.SuporteRdSecurityPage-module___UTqCW__badges{flex-wrap:wrap;justify-content:center;gap:1rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.SuporteRdSecurityPage-module___UTqCW__badge{background:var(--ds-color-surface);border:1px solid #eee;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:7.5rem;height:7.5rem;padding:0;display:flex;overflow:hidden;box-shadow:0 8px 28px #10102e14}.SuporteRdSecurityPage-module___UTqCW__badge:has(.SuporteRdSecurityPage-module___UTqCW__badgeImg){box-shadow:none;background:0 0;border:0}.SuporteRdSecurityPage-module___UTqCW__badgeImg{object-fit:contain;width:7.5rem;height:7.5rem;display:block}.SuporteRdSecurityPage-module___UTqCW__badgeMark{letter-spacing:.04em;color:var(--srd-navy);font-size:.95rem;font-weight:800}.SuporteRdSecurityPage-module___UTqCW__badgeLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--srd-security-mute);text-align:center;padding:0 .5rem;font-size:.68rem;font-weight:700}.SuporteRdSecurityPage-module___UTqCW__tabsSection{padding:clamp(2rem,5vw,3.5rem) 0 clamp(1.5rem,3vw,2rem)}.SuporteRdSecurityPage-module___UTqCW__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;background:var(--ds-color-surface);border-top:1px solid #ececec;border-bottom:1px solid #ececec;flex-wrap:nowrap;gap:0;width:100%;margin:0 0 clamp(1.75rem,3vw,2.5rem);display:flex;overflow-x:auto}.SuporteRdSecurityPage-module___UTqCW__panel{width:100%}.SuporteRdSecurityPage-module___UTqCW__twoCol{grid-template-columns:1fr;align-items:stretch;gap:1.25rem;display:grid}@media (min-width:992px){.SuporteRdSecurityPage-module___UTqCW__twoCol{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}.SuporteRdSecurityPage-module___UTqCW__card{background:var(--ds-color-surface);border:1px solid #e6e6e6;border-radius:20px;flex-direction:column;gap:.9rem;padding:clamp(1.35rem,3vw,2rem);display:flex}.SuporteRdSecurityPage-module___UTqCW__cardEyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--srd-accent);margin:0;font-size:.78rem;font-weight:700}.SuporteRdSecurityPage-module___UTqCW__cardTitle{font-family:var(--ds-font-family-heading);letter-spacing:-.02em;color:var(--srd-security-ink);margin:0;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:700;line-height:1.2}.SuporteRdSecurityPage-module___UTqCW__cardBody{color:var(--srd-security-mute);margin:0;font-size:.98rem;line-height:1.65}.SuporteRdSecurityPage-module___UTqCW__bulletList{color:var(--srd-security-mute);margin:0;padding-left:1.1rem;line-height:1.6}.SuporteRdSecurityPage-module___UTqCW__bulletList li+li{margin-top:.4rem}.SuporteRdSecurityPage-module___UTqCW__tabPanelCard{background:var(--ds-color-surface);border:1px solid #e6e6e6;border-radius:20px;grid-template-columns:1fr;align-items:start;gap:clamp(1.5rem,3vw,2.5rem);padding:clamp(1.35rem,3vw,2rem);display:grid}@media (min-width:992px){.SuporteRdSecurityPage-module___UTqCW__tabPanelCard{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}}.SuporteRdSecurityPage-module___UTqCW__panelCopy{flex-direction:column;gap:1rem;display:flex}.SuporteRdSecurityPage-module___UTqCW__heading{font-family:var(--ds-font-family-heading);letter-spacing:-.02em;color:var(--srd-security-ink);margin:0;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:650}.SuporteRdSecurityPage-module___UTqCW__panelLead{color:var(--srd-security-mute);margin:0;line-height:1.65}.SuporteRdSecurityPage-module___UTqCW__vendors{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.SuporteRdSecurityPage-module___UTqCW__vendor{background:var(--ds-color-surface);color:var(--srd-security-ink);border:1px solid #eee;border-radius:12px;align-items:center;gap:.65rem;padding:.75rem .9rem;font-size:.9rem;font-weight:600;display:flex}.SuporteRdSecurityPage-module___UTqCW__vendorImg{object-fit:contain;width:28px;height:28px;display:block}.SuporteRdSecurityPage-module___UTqCW__vendorPrimary{border-color:#ff3c0059;box-shadow:inset 0 0 0 1px #ff3c001f}.SuporteRdSecurityPage-module___UTqCW__block{padding:clamp(2rem,4vw,3.25rem) 0}.SuporteRdSecurityPage-module___UTqCW__blockMuted{background:var(--srd-security-muted)}.SuporteRdSecurityPage-module___UTqCW__blockInner{flex-direction:column;gap:1.25rem;max-width:48rem;display:flex}.SuporteRdSecurityPage-module___UTqCW__splitBlock{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (min-width:992px){.SuporteRdSecurityPage-module___UTqCW__splitBlock{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2.5rem}}.SuporteRdSecurityPage-module___UTqCW__splitIntro{flex-direction:column;gap:.85rem;display:flex}.SuporteRdSecurityPage-module___UTqCW__lists{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.SuporteRdSecurityPage-module___UTqCW__lists{grid-template-columns:1fr 1fr}}.SuporteRdSecurityPage-module___UTqCW__listTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--srd-security-mute);margin:0 0 .5rem;font-size:.8rem;font-weight:700}.SuporteRdSecurityPage-module___UTqCW__govGrid{grid-template-columns:1fr;gap:1rem;margin-top:1.25rem;display:grid}@media (min-width:768px){.SuporteRdSecurityPage-module___UTqCW__govGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.SuporteRdSecurityPage-module___UTqCW__govCard{background:var(--ds-color-surface);border:1px solid #ececec;border-radius:14px;padding:1.25rem 1.35rem}.SuporteRdSecurityPage-module___UTqCW__govCard h3{color:var(--srd-security-ink);margin:0 0 .5rem;font-size:1.05rem;font-weight:650}.SuporteRdSecurityPage-module___UTqCW__govCard p{color:var(--srd-security-mute);margin:0;font-size:.95rem;line-height:1.55}.SuporteRdSecurityPage-module___UTqCW__cta{color:#fff;background:linear-gradient(135deg,#10102e 0%,#1c1c45 55%,#2a1830 100%);padding:clamp(2.5rem,5vw,4rem) 0}.SuporteRdSecurityPage-module___UTqCW__ctaInner{flex-direction:column;gap:1rem;max-width:40rem;display:flex}.SuporteRdSecurityPage-module___UTqCW__ctaTitle{font-family:var(--ds-font-family-heading);letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(1.5rem,3vw,2rem)}.SuporteRdSecurityPage-module___UTqCW__ctaSubtitle{color:#ffffffdb;margin:0;line-height:1.55}.SuporteRdSecurityPage-module___UTqCW__ctaActions{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}
.SuporteRdWhyPage-module__Lh3y1a__page{--srd-navy:#10102e;--srd-accent:var(--ds-color-accent);background:var(--ds-color-bg);color:var(--ds-color-text)}.SuporteRdWhyPage-module__Lh3y1a__hero{padding:clamp(3rem,8vw,5rem) 0 clamp(2.5rem,5vw,3.5rem);padding-top:calc(var(--srd-header-offset,96px) + clamp(2rem, 5vw, 3.5rem));background:var(--srd-navy);color:#fff;text-align:center}.SuporteRdWhyPage-module__Lh3y1a__heroInner{flex-direction:column;align-items:center;gap:1.25rem;max-width:48rem;margin-inline:auto;display:flex}.SuporteRdWhyPage-module__Lh3y1a__eyebrow,.SuporteRdWhyPage-module__Lh3y1a__sectionEyebrow,.SuporteRdWhyPage-module__Lh3y1a__manifestoEyebrow,.SuporteRdWhyPage-module__Lh3y1a__eyebrowAccent{letter-spacing:.12em;text-transform:uppercase;color:var(--srd-accent);margin:0;font-size:.75rem;font-weight:700}.SuporteRdWhyPage-module__Lh3y1a__hero .SuporteRdWhyPage-module__Lh3y1a__eyebrow{color:#ffffffb3}.SuporteRdWhyPage-module__Lh3y1a__title{font-family:var(--ds-font-family-heading);letter-spacing:-.03em;flex-direction:column;gap:.35rem;margin:0;font-size:clamp(1.85rem,4.8vw,3.1rem);font-weight:700;line-height:1.12;display:flex}.SuporteRdWhyPage-module__Lh3y1a__titleLine{color:#fff}.SuporteRdWhyPage-module__Lh3y1a__titleAccent{color:var(--srd-accent)}.SuporteRdWhyPage-module__Lh3y1a__lead{color:#ffffffd1;max-width:40rem;margin:0;font-size:1.05rem;line-height:1.65}.SuporteRdWhyPage-module__Lh3y1a__heroActions{justify-content:center;align-items:stretch;gap:var(--ds-space-2);flex-wrap:nowrap;width:100%;max-width:36rem;margin-top:.5rem;display:flex}.SuporteRdWhyPage-module__Lh3y1a__heroActions>a{text-align:center;white-space:normal;min-width:0;padding:var(--ds-space-2) var(--ds-space-3);font-size:var(--ds-font-size-sm);flex:1 1 0;justify-content:center;min-height:40px}@media (min-width:640px){.SuporteRdWhyPage-module__Lh3y1a__heroActions>a{padding:var(--ds-space-3) var(--ds-space-6);font-size:var(--ds-font-size-md);white-space:nowrap;flex:0 auto;min-height:48px}}.SuporteRdWhyPage-module__Lh3y1a__block,.SuporteRdWhyPage-module__Lh3y1a__deliveryBlock,.SuporteRdWhyPage-module__Lh3y1a__results{padding:clamp(3rem,7vw,5rem) 0}.SuporteRdWhyPage-module__Lh3y1a__blockMuted,.SuporteRdWhyPage-module__Lh3y1a__deliveryBlock:nth-child(2n){background:var(--ds-color-bg-subtle)}.SuporteRdWhyPage-module__Lh3y1a__split{align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid}@media (min-width:900px){.SuporteRdWhyPage-module__Lh3y1a__split{grid-template-columns:1.05fr .95fr}.SuporteRdWhyPage-module__Lh3y1a__splitReverse{direction:rtl}.SuporteRdWhyPage-module__Lh3y1a__splitReverse>*{direction:ltr}}.SuporteRdWhyPage-module__Lh3y1a__copy{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.SuporteRdWhyPage-module__Lh3y1a__heading{font-family:var(--ds-font-family-heading);letter-spacing:-.02em;color:var(--ds-color-text);margin:0;font-size:clamp(1.5rem,3.2vw,2.15rem);font-weight:700;line-height:1.2}.SuporteRdWhyPage-module__Lh3y1a__body{color:var(--ds-color-text-muted);margin:0;font-size:1.02rem;line-height:1.7}.SuporteRdWhyPage-module__Lh3y1a__media img{border-radius:var(--ds-radius-lg,12px);width:100%;height:auto;display:block}.SuporteRdWhyPage-module__Lh3y1a__manifesto{background:var(--srd-navy);color:#fff;text-align:center;padding:clamp(3.5rem,8vw,5.5rem) 0}.SuporteRdWhyPage-module__Lh3y1a__manifestoTitle{font-family:var(--ds-font-family-heading);letter-spacing:-.02em;color:#fff;margin:.75rem 0 1rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;line-height:1.2}.SuporteRdWhyPage-module__Lh3y1a__sectionTitle{font-family:var(--ds-font-family-heading);letter-spacing:-.02em;color:var(--ds-color-text);margin:.75rem 0 1rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;line-height:1.2}.SuporteRdWhyPage-module__Lh3y1a__manifestoLead,.SuporteRdWhyPage-module__Lh3y1a__manifestoClosing{color:#ffffffd1;max-width:42rem;margin:0 auto 1.5rem;font-size:1.05rem;line-height:1.7}.SuporteRdWhyPage-module__Lh3y1a__pillars{gap:var(--ds-space-6);text-align:left;margin:2.5rem 0;display:grid}@media (min-width:768px){.SuporteRdWhyPage-module__Lh3y1a__pillars{grid-template-columns:repeat(3,minmax(0,1fr))}}.SuporteRdWhyPage-module__Lh3y1a__pillar{border-radius:var(--ds-radius-lg,12px);background:#ffffff0f;border:1px solid #ffffff24;padding:1.25rem}.SuporteRdWhyPage-module__Lh3y1a__pillarNum{font-family:var(--ds-font-family-heading);color:var(--srd-accent);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;display:block}.SuporteRdWhyPage-module__Lh3y1a__pillarTitle{color:#fff;margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.SuporteRdWhyPage-module__Lh3y1a__pillarBody{color:#ffffffc7;margin:0;font-size:.98rem;line-height:1.6}.SuporteRdWhyPage-module__Lh3y1a__manifestoDna{color:#fff;margin:0;font-weight:700}.SuporteRdWhyPage-module__Lh3y1a__delivery{padding-top:clamp(3rem,7vw,4.5rem)}.SuporteRdWhyPage-module__Lh3y1a__delivery>.SuporteRdWhyPage-module__Lh3y1a__srd-container,.SuporteRdWhyPage-module__Lh3y1a__delivery>:first-child{text-align:center;margin-bottom:.5rem}.SuporteRdWhyPage-module__Lh3y1a__delivery .SuporteRdWhyPage-module__Lh3y1a__sectionTitle{margin-bottom:2rem}.SuporteRdWhyPage-module__Lh3y1a__deliveryBlock{padding:clamp(2rem,5vw,3.5rem) 0}.SuporteRdWhyPage-module__Lh3y1a__callouts{flex-direction:column;gap:.5rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.SuporteRdWhyPage-module__Lh3y1a__callouts li{border-left:3px solid var(--srd-accent);background:var(--ds-color-bg-subtle);color:var(--ds-color-text);padding:.75rem 1rem;font-size:.95rem;font-weight:600}.SuporteRdWhyPage-module__Lh3y1a__results{background:var(--ds-color-bg-subtle)}.SuporteRdWhyPage-module__Lh3y1a__resultsInner{align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid}@media (min-width:900px){.SuporteRdWhyPage-module__Lh3y1a__resultsInner{grid-template-columns:1.1fr .9fr}}.SuporteRdWhyPage-module__Lh3y1a__resultsGrid{gap:1.5rem;margin-top:1.75rem;display:grid}@media (min-width:640px){.SuporteRdWhyPage-module__Lh3y1a__resultsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.SuporteRdWhyPage-module__Lh3y1a__resultItem{text-align:left}.SuporteRdWhyPage-module__Lh3y1a__resultValue{font-family:var(--ds-font-family-heading);color:var(--srd-accent);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1;display:block}.SuporteRdWhyPage-module__Lh3y1a__resultLabel{color:var(--ds-color-text-muted);font-size:.95rem;line-height:1.45;display:block}
