@charset "UTF-8";:root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: .18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none!important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports (padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: env(safe-area-inset-top);--ion-safe-area-bottom: env(safe-area-inset-bottom);--ion-safe-area-left: env(safe-area-inset-left);--ion-safe-area-right: env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translateZ(0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px rgba(0,0,0,.08)}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px rgba(0,0,0,.08)}.md .menu-content-reveal,.md .menu-content-push{box-shadow:4px 0 16px rgba(0,0,0,.18)}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:.3s transform cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none!important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:700}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #0054e9)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-float-left{float:left!important}.ion-float-right{float:right!important}.ion-float-start{float:left!important}:host-context([dir=rtl]) .ion-float-start{float:right!important}[dir=rtl] .ion-float-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-start:dir(rtl){float:right!important}}.ion-float-end{float:right!important}:host-context([dir=rtl]) .ion-float-end{float:left!important}[dir=rtl] .ion-float-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-end:dir(rtl){float:left!important}}@media (min-width: 576px){.ion-float-sm-left{float:left!important}.ion-float-sm-right{float:right!important}.ion-float-sm-start{float:left!important}:host-context([dir=rtl]) .ion-float-sm-start{float:right!important}[dir=rtl] .ion-float-sm-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-sm-start:dir(rtl){float:right!important}}.ion-float-sm-end{float:right!important}:host-context([dir=rtl]) .ion-float-sm-end{float:left!important}[dir=rtl] .ion-float-sm-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-sm-end:dir(rtl){float:left!important}}}@media (min-width: 768px){.ion-float-md-left{float:left!important}.ion-float-md-right{float:right!important}.ion-float-md-start{float:left!important}:host-context([dir=rtl]) .ion-float-md-start{float:right!important}[dir=rtl] .ion-float-md-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-md-start:dir(rtl){float:right!important}}.ion-float-md-end{float:right!important}:host-context([dir=rtl]) .ion-float-md-end{float:left!important}[dir=rtl] .ion-float-md-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-md-end:dir(rtl){float:left!important}}}@media (min-width: 992px){.ion-float-lg-left{float:left!important}.ion-float-lg-right{float:right!important}.ion-float-lg-start{float:left!important}:host-context([dir=rtl]) .ion-float-lg-start{float:right!important}[dir=rtl] .ion-float-lg-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-lg-start:dir(rtl){float:right!important}}.ion-float-lg-end{float:right!important}:host-context([dir=rtl]) .ion-float-lg-end{float:left!important}[dir=rtl] .ion-float-lg-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-lg-end:dir(rtl){float:left!important}}}@media (min-width: 1200px){.ion-float-xl-left{float:left!important}.ion-float-xl-right{float:right!important}.ion-float-xl-start{float:left!important}:host-context([dir=rtl]) .ion-float-xl-start{float:right!important}[dir=rtl] .ion-float-xl-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-xl-start:dir(rtl){float:right!important}}.ion-float-xl-end{float:right!important}:host-context([dir=rtl]) .ion-float-xl-end{float:left!important}[dir=rtl] .ion-float-xl-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-xl-end:dir(rtl){float:left!important}}}.ion-text-center{text-align:center!important}.ion-text-justify{text-align:justify!important}.ion-text-start{text-align:start!important}.ion-text-end{text-align:end!important}.ion-text-left{text-align:left!important}.ion-text-right{text-align:right!important}.ion-text-nowrap{white-space:nowrap!important}.ion-text-wrap{white-space:normal!important}@media (min-width: 576px){.ion-text-sm-center{text-align:center!important}.ion-text-sm-justify{text-align:justify!important}.ion-text-sm-start{text-align:start!important}.ion-text-sm-end{text-align:end!important}.ion-text-sm-left{text-align:left!important}.ion-text-sm-right{text-align:right!important}.ion-text-sm-nowrap{white-space:nowrap!important}.ion-text-sm-wrap{white-space:normal!important}}@media (min-width: 768px){.ion-text-md-center{text-align:center!important}.ion-text-md-justify{text-align:justify!important}.ion-text-md-start{text-align:start!important}.ion-text-md-end{text-align:end!important}.ion-text-md-left{text-align:left!important}.ion-text-md-right{text-align:right!important}.ion-text-md-nowrap{white-space:nowrap!important}.ion-text-md-wrap{white-space:normal!important}}@media (min-width: 992px){.ion-text-lg-center{text-align:center!important}.ion-text-lg-justify{text-align:justify!important}.ion-text-lg-start{text-align:start!important}.ion-text-lg-end{text-align:end!important}.ion-text-lg-left{text-align:left!important}.ion-text-lg-right{text-align:right!important}.ion-text-lg-nowrap{white-space:nowrap!important}.ion-text-lg-wrap{white-space:normal!important}}@media (min-width: 1200px){.ion-text-xl-center{text-align:center!important}.ion-text-xl-justify{text-align:justify!important}.ion-text-xl-start{text-align:start!important}.ion-text-xl-end{text-align:end!important}.ion-text-xl-left{text-align:left!important}.ion-text-xl-right{text-align:right!important}.ion-text-xl-nowrap{white-space:nowrap!important}.ion-text-xl-wrap{white-space:normal!important}}.ion-text-uppercase{text-transform:uppercase!important}.ion-text-lowercase{text-transform:lowercase!important}.ion-text-capitalize{text-transform:capitalize!important}@media (min-width: 576px){.ion-text-sm-uppercase{text-transform:uppercase!important}.ion-text-sm-lowercase{text-transform:lowercase!important}.ion-text-sm-capitalize{text-transform:capitalize!important}}@media (min-width: 768px){.ion-text-md-uppercase{text-transform:uppercase!important}.ion-text-md-lowercase{text-transform:lowercase!important}.ion-text-md-capitalize{text-transform:capitalize!important}}@media (min-width: 992px){.ion-text-lg-uppercase{text-transform:uppercase!important}.ion-text-lg-lowercase{text-transform:lowercase!important}.ion-text-lg-capitalize{text-transform:capitalize!important}}@media (min-width: 1200px){.ion-text-xl-uppercase{text-transform:uppercase!important}.ion-text-xl-lowercase{text-transform:lowercase!important}.ion-text-xl-capitalize{text-transform:capitalize!important}}.ion-align-self-start{align-self:flex-start!important}.ion-align-self-end{align-self:flex-end!important}.ion-align-self-center{align-self:center!important}.ion-align-self-stretch{align-self:stretch!important}.ion-align-self-baseline{align-self:baseline!important}.ion-align-self-auto{align-self:auto!important}.ion-wrap{flex-wrap:wrap!important}.ion-nowrap{flex-wrap:nowrap!important}.ion-wrap-reverse{flex-wrap:wrap-reverse!important}.ion-justify-content-start{justify-content:flex-start!important}.ion-justify-content-center{justify-content:center!important}.ion-justify-content-end{justify-content:flex-end!important}.ion-justify-content-around{justify-content:space-around!important}.ion-justify-content-between{justify-content:space-between!important}.ion-justify-content-evenly{justify-content:space-evenly!important}.ion-align-items-start{align-items:flex-start!important}.ion-align-items-center{align-items:center!important}.ion-align-items-end{align-items:flex-end!important}.ion-align-items-stretch{align-items:stretch!important}.ion-align-items-baseline{align-items:baseline!important}.ion-hide,.ion-hide-up,.ion-hide-down{display:none!important}@media (min-width: 576px){.ion-hide-sm-up{display:none!important}}@media (max-width: 575.98px){.ion-hide-sm-down{display:none!important}}@media (min-width: 768px){.ion-hide-md-up{display:none!important}}@media (max-width: 767.98px){.ion-hide-md-down{display:none!important}}@media (min-width: 992px){.ion-hide-lg-up{display:none!important}}@media (max-width: 991.98px){.ion-hide-lg-down{display:none!important}}@media (min-width: 1200px){.ion-hide-xl-up{display:none!important}}@media (max-width: 1199.98px){.ion-hide-xl-down{display:none!important}}:root{--default-font: "SF-Pro-Display", sans-serif;--ripple-color: #c4c4c4;--ion-background-color: black;--ion-item-border-color: black;--ion-color-primary: #27aae2;--ion-color-primary-rgb: 39, 170, 226;--ion-color-primary-contrast: #ffffff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #000000;--ion-color-primary-tint: #1a1a1a;--ion-tab-bar-background: #000000;--ion-tab-bar-color-selected: #27aae2;--ion-tab-bar-color: #9b9b9b;--ion-toolbar-background: #212121;--ion-toolbar-border-color: #333333;--ion-tab-bar-border-color: #333333;--ion-color-secondary: #3dc2ff;--ion-color-secondary-rgb: 61, 194, 255;--ion-color-secondary-contrast: #ffffff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #36abe0;--ion-color-secondary-tint: #50c8ff;--ion-color-tertiary: #5260ff;--ion-color-tertiary-rgb: 82, 96, 255;--ion-color-tertiary-contrast: #ffffff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #4854e0;--ion-color-tertiary-tint: #6370ff;--ion-color-success: #2dd36f;--ion-color-success-rgb: 45, 211, 111;--ion-color-success-contrast: #ffffff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: #28ba62;--ion-color-success-tint: #42d77d;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #eb445a;--ion-color-danger-rgb: 235, 68, 90;--ion-color-danger-contrast: #ffffff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #cf3c4f;--ion-color-danger-tint: #ed576b;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #ffffff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e;--ion-color-medium: #92949c;--ion-color-medium-rgb: 146, 148, 156;--ion-color-medium-contrast: #ffffff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #808289;--ion-color-medium-tint: #9d9fa6;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9}:root{--loader-color-1: #5433ff;--loader-color-2: #27aae2;--loader-color-3: #80d9ff;--colored-bg: linear-gradient(135deg, #5433ff, #27aae2, #80d9ff);--light-colored-bg: linear-gradient( 135deg, rgba(84, 51, 255, .5), rgba(39, 170, 226, .5), rgba(128, 217, 255, .5) );--super-light-colored-bg: linear-gradient( 135deg, rgba(84, 51, 255, .1), rgba(39, 170, 226, .1), rgba(128, 217, 255, .1) );--card-bg-1: linear-gradient(135deg, #12c2e9 0%, #8a5eef 50%, #f64f99 100%);--card-bg-2: linear-gradient(135deg, #12e9d0 0%, #c471ed 50%, #f67f4f 100%);--card-bg-3: linear-gradient(135deg, #4f9cf6 0%, #a34fed 50%, #f64f59 100%);--background-color: #f7f7f7;--default-text-color: #000000;--light-text-color: #ffffff;--card-background-color: #ffffff;--button-text-color: #ffffff;--grey-background-color: #e3e3e3;--list-background-color: #ffffff;--list-background-hover-color: #e7e5e4;--list-border-color: #e7e5e4;--list-hover-border-color: #d7d3d0;--list-selected-border-color: linear-gradient(#fff, #fff) padding-box, var(--light-colored-bg) border-box !important;--list-primary-icon-color: #44403c;--list-supporting-icon-color: #79716b;--shadow: 0px 4px 8px 4px rgba(0, 0, 0, .05);--shadow-small: 0px 2px 4px 0px rgba(0, 0, 0, .05);--transition: all .15s cubic-bezier(.4, 0, .2, 1)}:root .golden-view{--loader-color-1: #ffd585;--loader-color-2: #ffd585;--loader-color-3: #ffd585;--colored-bg: linear-gradient(135deg, #ffd585, #ffd585, #ffd585);--light-colored-bg: linear-gradient( 135deg, rgba(255, 213, 133, .5), rgba(255, 213, 109, .5), rgba(255, 213, 133, .5) );--super-light-colored-bg: linear-gradient( 135deg, rgba(255, 213, 133, .1), rgba(255, 213, 109, .1), rgba(255, 213, 133, .1) );--card-bg-1: linear-gradient(135deg, #12c2e9 0%, #8a5eef 50%, #f64f99 100%);--card-bg-2: linear-gradient(135deg, #12e9d0 0%, #c471ed 50%, #f67f4f 100%);--card-bg-3: linear-gradient(135deg, #4f9cf6 0%, #a34fed 50%, #f64f59 100%);--background-color: black;--default-text-color: #ffffff;--card-background-color: #1f1d19;--grey-background-color: #42403d;--light-text-color: black;--button-text-color: #000000}.fade-in-up{opacity:0;animation:fadeInUp .5s ease forwards;transform:translateZ(0)}.fade-in-left{opacity:0;animation:fadeInLeft .5s ease forwards;transform:translateZ(0)}.fade-in-right{opacity:0;animation:fadeInRight .5s ease forwards;transform:translateZ(0)}.fade-out-left{opacity:1;animation:fadeOutLeft .5s ease forwards;transform:translateZ(0)}.fade-in-down{opacity:0;animation:fadeInDown .5s ease forwards;transform:translateZ(0)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}.delay-11{animation-delay:1.1s}.delay-12{animation-delay:1.2s}.delay-13{animation-delay:1.3s}.delay-14{animation-delay:1.4s}.delay-15{animation-delay:1.5s}.delay-16{animation-delay:1.6s}.delay-17{animation-delay:1.7s}.delay-18{animation-delay:1.8s}.delay-19{animation-delay:1.9s}.delay-20{animation-delay:2s}.delay-21{animation-delay:2.1s}.delay-22{animation-delay:2.2s}.delay-23{animation-delay:2.3s}.delay-24{animation-delay:2.4s}.delay-25{animation-delay:2.5s}.delay-26{animation-delay:2.6s}.delay-27{animation-delay:2.7s}.delay-28{animation-delay:2.8s}.delay-29{animation-delay:2.9s}.delay-30{animation-delay:3s}@keyframes lightningEffect{0%{transform:scale(.98);box-shadow:0 0 0 4px rgba(99,102,241,.1)}30%{transform:scale(1.04);box-shadow:0 0 20px rgba(99,102,241,.4)}60%{box-shadow:0 0 10px rgba(99,102,241,.2)}to{transform:scale(1);box-shadow:0 0 0 4px rgba(99,102,241,.1)}}@keyframes popoverGrow{0%{opacity:0;transform:scaleY(0)}80%{transform:scaleY(1.1)}to{opacity:1;transform:scaleY(1)}}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}@keyframes zoom-in-zoom-out{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes expandHeight{0%{max-height:0}to{max-height:100px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);scale:.9}to{opacity:1;transform:translateY(0);scale:1}}@keyframes gradient{0%{background-position:0% 50%}25%{background-position:50% 50%}50%{background-position:100% 50%}75%{background-position:50% 50%}to{background-position:0% 50%}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-out-up{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}.fade-out-up{animation-name:fade-out-up;animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:ease-out}.typing-cursor{animation:blink .7s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes whiteLightningEffect{0%{box-shadow:0 0 rgba(255,255,255,.4)}30%{box-shadow:0 0 0 6px rgba(255,255,255,.4)}60%{box-shadow:0 0 rgba(255,255,255,.4)}to{transform:scale(1);box-shadow:0 0 rgba(255,255,255,.4)}}.fade-out{opacity:1;animation:fadeOut 1.5s ease forwards;transform:translateZ(0)}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.flex-gap-1{gap:1px}.flex-gap-2{gap:2px}.flex-gap-3{gap:3px}.flex-gap-4{gap:4px}.flex-gap-5{gap:5px}.flex-gap-10{gap:10px}.flex-gap-15{gap:15px}.flex-gap-20{gap:20px}.flex-gap-30{gap:30px}.flex-gap-40{gap:40px}.flex-gap-60{gap:60px}.flex{display:flex}.flex-column{flex-direction:column}.flex-shrink-0{flex-shrink:0}.align-items,.align-center{align-items:center}.align-end{align-items:flex-end}.flex-center{justify-content:center!important}.flex-end{justify-content:flex-end}.iframe::part(background){background:#26282a!important}.text-center{text-align:center}.text-end{text-align:end}.text-right{text-align:right}.flex-row{flex-direction:row}.space-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.m-0-auto{margin:0 auto}.global-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);--color: white}.global-spinner .spinner-crescent{width:50px!important;height:50px!important}.spinner{--color: white}.container{padding:20px}@media only screen and (max-device-width: 480px){.container{padding:10px}}.overflow-scroll{overflow:scroll}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-auto{overflow:auto}.ion-padding{background:var(--ion-color-dark)}.circular-button{padding:40px;position:fixed;right:50px;bottom:50px}.clickable{cursor:pointer}.desktop-mode{max-width:700px;margin:auto}.transform-vertically{transform:rotateY(-180deg)}.hidden{display:none}.overflow-dots{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grid-columns-3{grid-template-columns:repeat(3,1fr)}.grid-columns-4{grid-template-columns:repeat(4,1fr)}.z-index-100{z-index:100}.pointer-events-auto{pointer-events:all}.pointer-events-none{pointer-events:none}:root{--spacing-1: 2px;--spacing-2: 3px;--spacing-3: 5px;--spacing-4: 6px;--spacing-5: 10px;--spacing-6: 12px;--spacing-7: 15px;--spacing-8: 20px;--spacing-9: 30px;--spacing-10: 40px;--spacing-11: 50px;--spacing-12: 60px;--spacing-13: 70px;--spacing-14: 80px;--spacing-15: 100px;--spacing-16: 110px;--spacing-17: 120px;--spacing-18: 160px;--spacing-19: 350px}.m-0{margin:0}.m-t-0{margin-top:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-r-0{margin-right:0}.m-2{margin:2px}.m-t-2{margin-top:2px}.m-b-2{margin-bottom:2px}.m-l-2{margin-left:2px}.m-r-2{margin-right:2px}.m-3{margin:3px}.m-t-3{margin-top:3px}.m-b-3{margin-bottom:3px}.m-l-3{margin-left:3px}.m-r-3{margin-right:3px}.m-5{margin:5px}.m-t-5{margin-top:5px}.m-b-5{margin-bottom:5px}.m-l-5{margin-left:5px}.m-r-5{margin-right:5px}.m-10{margin:10px}.m-t-10{margin-top:10px}.m-b-10{margin-bottom:10px}.m-r-10{margin-right:10px}.m-15{margin:15px}.m-t-15{margin-top:15px}.m-b-15{margin-bottom:15px}.m-l-15{margin-left:15px}.m-r-15{margin-right:15px}.m-20{margin:20px}.m-t-20{margin-top:20px}.m-b-20{margin-bottom:20px}.m-l-20{margin-left:20px}.m-r-20{margin-right:20px}.m-25{margin:25px}.m-t-25{margin-top:25px}.m-b-25{margin-bottom:25px}.m-l-25{margin-left:25px}.m-r-25{margin-right:25px}.m-30{margin:30px}.m-t-30{margin-top:30px}.m-b-30{margin-bottom:30px}.m-l-30{margin-left:30px}.m-r-30{margin-right:30px}.m-40{margin:40px}.m-t-40{margin-top:40px}.m-b-40{margin-bottom:40px}.m-l-40{margin-left:40px}.m-r-40{margin-right:40px}.m-50{margin:50px}.m-t-50{margin-top:50px}.m-b-50{margin-bottom:50px}.m-l-50{margin-left:50px}.m-r-50{margin-right:50px}.m-60{margin:60px}.m-t-60{margin-top:60px}.m-b-60{margin-bottom:60px}.m-l-60{margin-left:60px}.m-r-60{margin-right:60px}.m-75{margin:75px}.m-t-75{margin-top:75px}.m-b-75{margin-bottom:75px}.m-l-75{margin-left:75px}.m-r-75{margin-right:75px}.m-80{margin:80px}.m-t-80{margin-top:80px}.m-b-80{margin-bottom:80px}.m-l-80{margin-left:80px}.m-r-80{margin-right:80px}.m-90{margin:90px}.m-t-90{margin-top:90px}.m-b-90{margin-bottom:90px}.m-l-90{margin-left:90px}.m-r-90{margin-right:90px}.m-100{margin:100px}.m-t-100{margin-top:100px}.m-b-100{margin-bottom:100px}.m-l-100{margin-left:100px}.m-r-100{margin-right:100px}.m-120{margin:120px}.m-t-120{margin-top:120px}.m-b-120{margin-bottom:120px}.m-l-120{margin-left:120px}.m-r-120{margin-right:120px}.m-130{margin:130px}.m-t-130{margin-top:130px}.m-b-130{margin-bottom:130px}.m-l-130{margin-left:130px}.m-r-130{margin-right:130px}.m-140{margin:140px}.m-t-140{margin-top:140px}.m-b-140{margin-bottom:140px}.m-l-140{margin-left:140px}.m-r-140{margin-right:140px}.m-150{margin:150px}.m-t-150{margin-top:150px}.m-b-150{margin-bottom:150px}.m-l-150{margin-left:150px}.m-r-150{margin-right:150px}.m-160{margin:160px}.m-t-160{margin-top:160px}.m-b-160{margin-bottom:160px}.m-l-160{margin-left:160px}.m-r-160{margin-right:160px}.m-200{margin:200px}.m-t-200{margin-top:200px}.m-b-200{margin-bottom:200px}.m-l-200{margin-left:200px}.m-r-200{margin-right:200px}.m-300{margin:300px}.m-t-300{margin-top:300px}.m-b-300{margin-bottom:300px}.m-l-300{margin-left:300px}.m-r-300{margin-right:300px}.m-350{margin:350px}.m-t-350{margin-top:350px}.m-b-350{margin-bottom:350px}.m-l-350{margin-left:350px}.m-r-350{margin-right:350px}.m-400{margin:400px}.m-t-400{margin-top:400px}.m-b-400{margin-bottom:400px}.m-l-400{margin-left:400px}.m-r-400{margin-right:400px}.m-b--10{margin-bottom:-10px}.m-b--50{margin-bottom:-50px}.p-0{padding:0!important}.p-t-0{padding-top:0!important}.p-b-0{padding-bottom:0!important}.p-l-0{padding-left:0}.p-r-0{padding-right:0!important}.p-2{padding:2px!important}.p-t-2{padding-top:2px!important}.p-b-2{padding-bottom:2px!important}.p-l-2{padding-left:2px}.p-r-2{padding-right:2px!important}.p-3{padding:3px!important}.p-t-3{padding-top:3px!important}.p-b-3{padding-bottom:3px!important}.p-l-3{padding-left:3px}.p-r-3{padding-right:3px!important}.p-5{padding:5px!important}.p-t-5{padding-top:5px!important}.p-b-5{padding-bottom:5px!important}.p-l-5{padding-left:5px}.p-r-5{padding-right:5px!important}.p-6{padding:6px!important}.p-t-6{padding-top:6px!important}.p-b-6{padding-bottom:6px!important}.p-l-6{padding-left:6px}.p-r-6{padding-right:6px!important}.p-10{padding:10px!important}.p-t-10{padding-top:10px!important}.p-b-10{padding-bottom:10px!important}.p-l-10{padding-left:10px}.p-r-10{padding-right:10px!important}.p-12{padding:12px!important}.p-t-12{padding-top:12px!important}.p-b-12{padding-bottom:12px!important}.p-l-12{padding-left:12px}.p-r-12{padding-right:12px!important}.p-14{padding:14px!important}.p-t-14{padding-top:14px!important}.p-b-14{padding-bottom:14px!important}.p-l-14{padding-left:14px}.p-r-14{padding-right:14px!important}.p-15{padding:15px!important}.p-t-15{padding-top:15px!important}.p-b-15{padding-bottom:15px!important}.p-l-15{padding-left:15px}.p-r-15{padding-right:15px!important}.p-20{padding:20px!important}.p-t-20{padding-top:20px!important}.p-b-20{padding-bottom:20px!important}.p-l-20{padding-left:20px}.p-r-20{padding-right:20px!important}.p-30{padding:30px!important}.p-t-30{padding-top:30px!important}.p-b-30{padding-bottom:30px!important}.p-l-30{padding-left:30px}.p-r-30{padding-right:30px!important}.p-40{padding:40px!important}.p-t-40{padding-top:40px!important}.p-b-40{padding-bottom:40px!important}.p-l-40{padding-left:40px}.p-r-40{padding-right:40px!important}.p-50{padding:50px!important}.p-t-50{padding-top:50px!important}.p-b-50{padding-bottom:50px!important}.p-l-50{padding-left:50px}.p-r-50{padding-right:50px!important}.p-60{padding:60px!important}.p-t-60{padding-top:60px!important}.p-b-60{padding-bottom:60px!important}.p-l-60{padding-left:60px}.p-r-60{padding-right:60px!important}.p-65{padding:65px!important}.p-t-65{padding-top:65px!important}.p-b-65{padding-bottom:65px!important}.p-l-65{padding-left:65px}.p-r-65{padding-right:65px!important}.p-70{padding:70px!important}.p-t-70{padding-top:70px!important}.p-b-70{padding-bottom:70px!important}.p-l-70{padding-left:70px}.p-r-70{padding-right:70px!important}.p-80{padding:80px!important}.p-t-80{padding-top:80px!important}.p-b-80{padding-bottom:80px!important}.p-l-80{padding-left:80px}.p-r-80{padding-right:80px!important}.p-100{padding:100px!important}.p-t-100{padding-top:100px!important}.p-b-100{padding-bottom:100px!important}.p-l-100{padding-left:100px}.p-r-100{padding-right:100px!important}.p-110{padding:110px!important}.p-t-110{padding-top:110px!important}.p-b-110{padding-bottom:110px!important}.p-l-110{padding-left:110px}.p-r-110{padding-right:110px!important}.p-160{padding:160px!important}.p-t-160{padding-top:160px!important}.p-b-160{padding-bottom:160px!important}.p-l-160{padding-left:160px}.p-r-160{padding-right:160px!important}.p-200{padding:200px!important}.p-t-200{padding-top:200px!important}.p-b-200{padding-bottom:200px!important}.p-l-200{padding-left:200px}.p-r-200{padding-right:200px!important}.p-0-20{padding:0 20px}.m-auto{margin:auto}.right-45{right:45px}.width-40-per-cent{width:40%}.margin-safe-top{margin-top:var(--ion-safe-area-top, 0)}.no-real-header{padding-top:var(--ion-safe-area-top, 0)}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.z-index--1{z-index:-1}.z-index-0{z-index:0}.z-index-1{z-index:1}.z-index-2{z-index:2}.z-index-3{z-index:3}.z-index-10{z-index:10}.z-index-2000{z-index:2000}.z-index-2001{z-index:2001}.top--40{top:-40px}.top--34{top:-34px}.top--30{top:-30px}.top--25{top:-25px}.top--20{top:-20px}.top--15{top:-15px}.top--13{top:-13px}.top--10{top:-10px}.top--5{top:-5px}.top-0{top:0}.top-2{top:2px}.top-5{top:5px}.top-6{top:6px}.top-10{top:10px}.top-15{top:15px}.top-16{top:16px}.top-20{top:20px}.top-25{top:25px}.top-30{top:30px}.top-40{top:40px}.top-50{top:50px}.top-65{top:65px}.top-75{top:75px}.top-100{top:100px}.top-30per{top:30%}.right--30{right:-30px}.right--15{right:-15px}.right--10{right:-10px}.right-0{right:0}.right-2{right:2px}.right-5{right:5px}.right-10{right:10px}.right-20{right:20px}.right-30{right:30px}.right-50{right:50px}.right-60{right:60px}.right-100{right:100px}.bottom--50{bottom:-50px}.bottom--30{bottom:-30px}.bottom--20{bottom:-20px}.bottom--5{bottom:-5px}.bottom-0{bottom:0}.bottom-10{bottom:10px}.bottom-20{bottom:20px}.bottom-30{bottom:30px}.bottom-40{bottom:40px}.bottom-50{bottom:50px}.bottom-60{bottom:60px}.bottom-70{bottom:70px}.bottom-80{bottom:80px}.bottom-100{bottom:100px}.bottom-120{bottom:120px}.bottom-130{bottom:130px}.bottom-140{bottom:140px}.bottom-150{bottom:150px}.left--40{left:-40px}.left--20{left:-20px}.left-0{left:0}.left-5{left:5px}.left-10{left:10px}.left-20{left:20px}.left-30{left:30px}.left-50{left:180px}.left-120{left:120px}.top-20{top:20px!important}.right-50{right:50px!important}.z-index-1000{z-index:1000}.full-height{height:100vh}.full-width{width:100%!important}.full-container-height{height:100%}.safe-full-height{margin-top:calc(var(–-ion-safe-area-top, 0) + 60px);margin-bottom:var(–-ion-safe-area-bottom, 0);height:calc(100vh - var(–-ion-safe-area-top, 0) - var(–-ion-safe-area-bottom, 0) - 60px)}:root{--spacing-unit: 5px}.w-5{width:5px}.h-5{height:5px}.w-10{width:10px}.h-10{height:10px}.w-15{width:15px}.h-15{height:15px}.w-20{width:20px}.h-20{height:20px}.w-30{width:30px}.h-30{height:30px}.w-35{width:35px}.h-35{height:35px}.w-40{width:40px}.h-40{height:40px}.w-45{width:45px}.h-45{height:45px}.w-50{width:50px}.h-50{height:50px}.w-55{width:55px}.h-55{height:55px}.w-60{width:60px}.h-60{height:60px}.w-65{width:65px}.h-65{height:65px}.w-70{width:70px}.h-70{height:70px}.w-75{width:75px}.h-75{height:75px}.w-80{width:80px}.h-80{height:80px}.w-90{width:90px}.h-90{height:90px}.w-95{width:95px}.h-95{height:95px}.w-100{width:100px}.h-100{height:100px}.w-105{width:105px}.w-110{width:110px}.w-115{width:115px}.h-120{height:120px}.w-125{width:125px}.h-125{height:125px}.w-130{width:130px}.h-130{height:130px}.w-135{width:135px}.h-135{height:135px}.w-140{width:140px}.h-140{height:140px}.w-145{width:145px}.h-145{height:145px}.w-150{width:150px}.h-150{height:150px}.w-155{width:155px}.h-155{height:155px}.w-165{width:165px}.h-165{height:165px}.w-170{width:170px}.h-170{height:170px}.w-175{width:175px}.h-175{height:175px}.h-180{height:180px}.w-185{width:185px}.h-185{height:185px}.h-190{height:190px}.w-195{width:195px}.h-195{height:195px}.w-13{width:13px}.w-16{width:16px}.w-24{width:24px}.w-36{width:36px}.w-85{width:85px}.w-120{width:120px}.w-150{width:150px!important}.w-160{width:160px}.w-180{width:180px}.w-190{width:190px}.w-200{width:200px}.w-250{width:250px}.w-300{width:300px}.w-400{width:400px}.w-450{width:450px}.w-550{width:550px}.w-320{width:320px}.w-860{width:860px}.h-16{height:16px}.h-24{height:24px}.h-27{height:27px}.h-36{height:36px!important}.h-50{height:50px!important}.h-85{height:85px}.h-105{height:105px}.h-110{height:110px}.h-115{height:115px}.h-160{height:160px}.h-200{height:200px}.h-250{height:250px}.h-300{height:300px}.h-400{height:400px}.h-500{height:500px}.h-600{height:600px}.h-700{height:700px}.max-width-70{max-width:70px}.max-width-100{max-width:100px}.max-width-150{max-width:150px}.max-width-200{max-width:200px}.max-width-300{max-width:300px}.max-width-350{max-width:350px!important}.max-width-380{max-width:380px}.max-width-400{max-width:400px}.min-width-30{min-width:30px}.min-width-50{min-width:50px}.min-width-70{min-width:70px}.min-width-100{min-width:100px}.min-width-160{min-width:160px}.min-width-300{min-width:300px}.min-width-320{min-width:320px}.max-height-30{max-height:30px}.max-height-300{max-height:300px}.auto-width{width:auto!important}.half-width{width:calc(50% - 10px)}.w-150per{width:150%}.width-12rem{width:12rem}.full-width-60{width:calc(100% - 60px)}.full-width-120{width:calc(100% - 120px)}.full-width-175{width:calc(100% - 175px)}.full-width-200{width:calc(100% - 200px)}.full-width-250{width:calc(100% - 250px)}.max-page{max-height:calc(100vh - 160px);max-width:100vw;margin-bottom:65px}.full-page-height{height:calc(100vh - 100px)}.w-1sur3{width:calc(33.333333% - 5px)}.w-33{width:33px}.h-33{height:33px}.full-w-180{width:calc(100% - 180px)}.h-56{height:56px}.w-650{width:650px}.w-25{width:25px}.h-25{height:25px}.size-3{width:3px;height:3px}.w-22{width:22px}.h-22{height:22px}.min-height-80{min-height:80px}.w-100{width:100px!important}.h-100{height:100px!important}.min-w-50{min-width:50px!important}.h-18{height:18px}.h-28{height:28px}.w-18{width:18px}.w-28{width:28px}.size-16{width:16px;height:16px}.w-270{width:270px}.max-width-80pc{max-width:80%}.min-height-100{min-height:100px}.c-green{color:#198754!important}.bg-light-green{background-color:rgba(25,135,84,.3)!important}.c-red{color:#f14141!important}.border-red{border:2px solid #f14141!important}.bg-light-primary{background-color:#0c3646!important}.bg-super-light-primary{background-color:#fff!important}.bg-light-danger{background-color:rgba(241,65,65,.2)!important}.bg-light-black{background-color:#26282a!important}.bg-primary{background-color:var(--ion-color-primary)!important}.bg-black{background-color:#000!important}.bg-black-transparent{background-color:rgba(0,0,0,.7)}.shadow{box-shadow:0 .375rem .75rem rgba(30,32,34,.2)}.shadow-primary{box-shadow:0 0 8px rgba(var(--ion-color-primary-rgb),.2)}.thick-shadow-primary{box-shadow:0 0 16px rgba(var(--ion-color-primary-rgb),1)}.white-shadow{box-shadow:0 0 10px rgba(255,255,255,.3)}.thick-white-shadow{box-shadow:0 0 10px #fff}.c-black{color:#000!important}.bg-white{background:#f7f7f7!important}.bg-grey{background-color:#3d3e40!important}.bg-light-grey-v2,.bg-light-grey-v2-2{background:#f0f0f0}.bg-light-grey{background:#1a1a1a}.c-grey-blacked{color:#666!important}.bg-grey-light{background-color:#9b9b9b!important}.bg-grey-blacked{background-color:#1e2022}.ion-fab{--background: var(--ion-color-primary)}.ion-content-bg-grey{--background: #1e1e1e}.bg-grey-content{background:#1e1e1e}.color-black{color:#000!important}.bg-green{background-color:#198754}.bg-red{background-color:#f14141!important}.c-light-blue{color:var(--ion-color-primary)!important}.c-white{color:#fff!important}.c-primary{color:var(--ion-color-primary)!important}.bg-retro{background:linear-gradient(90deg,#f367b7 0%,#7992df 100%)!important}.bg-retro-attention{background:linear-gradient(90deg,#ff48ae 0%,#27aae2 100%)!important}.bg-retro-reverse{background:linear-gradient(90deg,#7992df 0%,#f367b7 100%)!important}.bg-new-retro-reverse{background:linear-gradient(180deg,#7992df 0%,#f367b7 100%)!important}.shadow-retro{box-shadow:0 0 16px #f367b7}.attention{position:absolute;left:20px;right:20px;border-radius:8px;bottom:8px;z-index:100000;background:linear-gradient(90deg,#ff48ae 0%,#27aae2 100%)!important}.bg-retro-new{background:linear-gradient(90deg,#419b00 0%,#14e8cb 100%)!important}.bg-sire{background:linear-gradient(270deg,#259fdd 0%,#144fbc 100%)}.c-retro{background:-webkit-linear-gradient(270deg,#f367b7 0%,#a6b4e5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.c-grey{color:#9b9b9b!important}.opacity-70{opacity:.7}.opacity-50{opacity:.5}.c-yellow{color:#ffbe00!important}.bg-yellow{background:#ffbe00}.blend{mix-blend-mode:multiply}.bg-shadow{background:linear-gradient(0deg,#636363 0%,#ffffff 100%)}.bg-linear-gold{background:#1f1d19;box-shadow:0 0 6px #fff}.bg-linear-diagram-gold{background:radial-gradient(ellipse farthest-corner at right bottom,#fedb37 0%,#fdb931 8%,#9f7928 30%,#8a6e2f 40%,transparent 80%),radial-gradient(ellipse farthest-corner at left top,#ffffff 0%,#ffffac 8%,#d1b464 25%,#5d4a1f 62.5%,#5d4a1f 100%)}.c-gold{color:#ffd585!important}.bg-list-gold{background:linear-gradient(180deg,rgb(144,54,248) 0%,rgb(39,170,226) 100%)}.gold-box-bg{background:#1f1d19;box-shadow:0 0 6px #fff}.bg-gold-price{background:#08222d}.c-blue{color:#27aae2!important}.bg-dark-grey{background-color:#1e1e1f}.c-pink{color:#e966a1!important}.c-shock{color:#f367b7!important}.bg-white-transparent-blur{background:rgba(255,255,255,.2);backdrop-filter:blur(2px);height:230px;z-index:100;border-radius:35px}.bg-black-transparent-blur{background:rgba(0,0,0,.7);backdrop-filter:blur(6px);z-index:100;border-radius:35px;box-shadow:2px 2px 16px 4px rgba(0,0,0,.7)}.bg-grey-background{background:var(--grey-background-color)}.bg-card-background{background:var(--card-background-color)}.c-currency{color:var(--loader-color-2)}.transparent-card{background-color:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);border-radius:12px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:all .3s ease}.bg-real-white{background-color:#fff}.PhoneInput{background:#25282A;min-height:calc(1.5em + 1.625rem);padding:.75rem 1rem;border-radius:8px;border:none;width:100%;font-size:16px;color:#fff;font-family:var(--default-font)}.PhoneInput::placeholder{color:#9f9fa2}.PhoneInput:focus{outline:none}.PhoneInput .PhoneInputCountrySelectArrow{color:#fff;opacity:1}.PhoneInput .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:none!important}.PhoneInput .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#fff!important}.PhoneInput .PhoneInputInput{background:#25282A;border:none}.PhoneInput .PhoneInputInput:focus{outline:none}body.scanner-active{--background: transparent;--ion-background-color: transparent}ion-toggle{--track-background: #000000;--track-background-checked: #27aae2;--handle-width: 20px;--handle-height: 20px}ion-toggle::part(track){border:1px solid white;height:25px;width:40px}ion-checkbox{--border-color: var(--ion-color-primary) }ion-segment{border-radius:8px;--background: #25282A;color:#fff;--ion-background-color: var(--ion-color-primary)}ion-segment ion-segment-button{margin:0}ion-popover::part(content){background:transparent;box-shadow:none}.swiper-pagination{top:5px!important;z-index:-1!important}.swiper-pagination .swiper-pagination-bullet-active{background:var(--ion-color-primary)}.swiper-pagination .swiper-pagination-bullet{width:40px;height:5px;border-radius:8px}.avatar-container{width:50px;height:50px}.avatar-container .avatar{border:1px solid var(--ion-color-primary);border-radius:50%;width:100%;object-fit:cover}.full-screen-content{--offset-top: -50px !important}.md .title-default{padding:0!important}ion-toast.ion-color-error::part(container){border-radius:8px;background:#eb445a}.highcharts-credits{display:none}.ant-drawer-body{padding:0!important}ion-accordion-group{margin:0!important}.toolbar-black{--ion-toolbar-background: #000000}ion-infinite-scroll-content{min-height:60px!important}@font-face{font-family:SF-Pro-Display;src:url(/fonts/SF-Pro-Display-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF-Pro-Display;src:url(/fonts/SF-Pro-Display-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:SF-Pro-Display;src:url(/fonts/SF-Pro-Display-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:SF-Pro-Display;src:url(/fonts/SF-Pro-Display-Semibold.otf) format("opentype");font-weight:600;font-style:normal}.font-size-18{font-size:18px!important}.font-size-14{font-size:14px!important}.font-size-12{font-size:12px!important}.font-size-10{font-size:10px!important}.font-size-27{font-size:27px!important}.font-size-22{font-size:22px!important}.font-size-20{font-size:20px!important}.font-size-70{font-size:70px!important}.font-size-44{font-size:44px!important}.font-size-53{font-size:53px!important}.l-h-20{line-height:20px!important}.l-h-12{line-height:12px!important}.font-size-40{font-size:40px!important}.light-font{font-weight:300!important}.border-bottom{border-bottom:1px solid #4e4e4e}.border-bottom-white{border-bottom:1px solid #ffffff}.border-bottom-primary{border-bottom:1px solid var(--ion-color-primary)}.thick-border-bottom-primary{border-bottom:2px solid var(--ion-color-primary)}.border-primary{border:1px solid var(--ion-color-primary)!important}.thick-border-primary{border:2px solid var(--ion-color-primary)!important}.border-danger{border:1px solid var(--ion-color-danger)!important}.border-top{border-top:1px solid #333333}.border-left{border-left:1px solid #333333}.border-left-white{border-left:1px solid #fff}.border-white{border:1px solid #fff}.border-grey{border:1px solid #333333}.b-r-6{border-radius:6px}.b-r-14{border-radius:14px}.b-r-18{border-radius:18px}.b-r-l-6{border-bottom-left-radius:6px;border-top-left-radius:6px}.b-r-l-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.b-r-20{border-radius:20px}.b-r-50{border-radius:50%}.b-r-60{border-radius:60px}.b-r-4{border-radius:4px}.b-r-16{border-radius:16px}.b-r-8{border-radius:8px!important}.b-r-30{border-radius:30px!important}.header-border-radius{border-radius:0 0 16px 16px}.toolbar-border-radius{border-radius:16px 16px 0 0;padding-top:0!important}.bold-white-border{border:2px solid #fff}.divider{display:flex;align-items:center;justify-content:center;color:#91989e;text-align:center;font-size:14px;font-family:var(--default-font)}.divider:before{flex-grow:1;border-top:.0625rem solid #2f3235;content:"";margin-right:1.5rem}.divider:after{flex-grow:1;border-top:.0625rem solid #2f3235;content:"";margin-left:1.5rem}.retro-border{border:3px solid #f367b7;box-shadow:0 0 8px #f367b7}.b-r-0{border-radius:0!important}.b-r-24{border-radius:24px!important}.no-border{border:none!important}.vertical-bar{border-left:1px solid #4d4d4d}.border-top-gold{border-top:3px solid #ffd585}.border-bottom-grey{border-bottom:1px solid #e7e7e7}.top-grey-border{border-top:1px solid #e7e7e7}.b-r-40{border-radius:40px!important}.b-r-50px{border-radius:50px!important}.border-pink{border:2px solid #e966a1}.border-grey-v2{border:1px solid #bfbfbf}.border-bottom-grey-v2{border-bottom:1px solid #e7e7e7}.colored-border{box-shadow:0 0 10px rgba(0,0,0,.1);border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--light-colored-bg) border-box!important}.special-border{box-shadow:0 0 10px rgba(0,0,0,.1);animation:lightningEffect .5s ease;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;border-radius:24px}.special-thin-border{box-shadow:0 0 10px rgba(0,0,0,.1);animation:lightningEffect .5s ease;border:1px solid transparent;background:linear-gradient(white,white) padding-box,var(--light-colored-bg) border-box;border-radius:24px}.grey-thin-border{box-shadow:0 0 10px rgba(0,0,0,.1);animation:lightningEffect .5s ease;border:1px solid transparent;background:linear-gradient(white,white) padding-box,white border-box;border-radius:24px}.rdt_Table{border-radius:4px;overflow:hidden;background-color:#1e2022}.rdt_Table .rdt_TableHeadRow{background:#17181a;color:#fff;font-size:.875rem;font-weight:600;font-family:var(--default-font)}.rdt_Table .rdt_TableRow{background:#1e2022}.rdt_Table .rdt_TableRow:not(:last-of-type){border-bottom:1px solid #2f3235}.rdt_TableCol,.rdt_TableCell{justify-content:center}ion-fab{transform:translateZ(0)}.ant-table,.ant-table .ant-table-cell{background:#1a1a1a!important}.ant-table .ant-table-thead .ant-table-cell{text-align:center;color:#fff;font-family:var(--default-font);font-size:16px;border-bottom:0}.ant-table .ant-table-thead .ant-table-cell:before{display:none}.ant-table .ant-table-thead tr{position:relative}.ant-table .ant-table-thead tr:before{content:" ";background:url(/img/th-line.svg);position:absolute;bottom:0;background-size:cover;background-repeat:no-repeat;width:100%;height:1px;z-index:1;background-position:center}.ant-table .ant-table-tbody .ant-table-row{position:relative}.ant-table .ant-table-tbody .ant-table-row:before{content:" ";background:url(/img/tr-line.svg);position:absolute;bottom:0;background-repeat:no-repeat;background-size:cover;width:100%;height:1px;z-index:1;background-position:center}.ant-table .ant-table-tbody .ant-table-row .ant-table-cell{padding:0!important;background:transparent!important;text-align:center;color:#fff;font-family:var(--default-font);font-size:16px;border-bottom:0}.ant-pagination-item-active{background:black!important;border-color:#000!important}.ant-pagination-item a,.ant-pagination-item-link{color:#fff!important}.ant-pagination-options .ant-select-selector{background:black!important;border-color:#000!important;color:#fff!important}.ant-pagination-options .ant-select-arrow{color:#fff!important}@media only screen and (min-width: 768px) and (min-height: 768px){ion-modal::part(content){--height: 700px;border-radius:16px;transform:none!important}ion-modal ion-toolbar{--background: #1e1e1e}ion-modal ion-content{--background: #1e1e1e}ion-modal ion-footer{background:#1e1e1e}}.smaller-sheet-modal::part(content){background:transparent}.smaller-sheet-modal ion-toolbar{--background: #1e1e1e}.smaller-sheet-modal ion-content{--background: #1e1e1e}.smaller-sheet-modal ion-content::part(background){border-top-left-radius:32px;border-top-right-radius:32px;margin-top:20px}.smaller-sheet-modal ion-content::part(scroll){padding-top:20px}.smaller-sheet-modal ion-footer{background:#1e1e1e}.smaller-sheet-modal.modal-have-header ion-content::part(background){border-top-left-radius:0!important;border-top-right-radius:0!important;margin-top:0!important}.smaller-sheet-modal.modal-have-header ion-content::part(scroll){padding-top:0!important}.modal-logrocket-fix::part(content){transform:none!important}.retro-modal{--width: fit-content;--min-width: 250px;--height: fit-content;--border-radius: 6px;--box-shadow: 0 28px 48px rgba(0, 0, 0, .4) !important}.size-modal-margin{margin-top:calc(100vh - 300px)}@media only screen and (min-width: 768px) and (min-height: 768px){.size-modal-margin{margin-top:300px;min-height:400px}}.smaller-sheet-modal-v2{--height:calc(100% - 100px)}.smaller-sheet-modal-v2 .header-ios ion-toolbar{--border-width: 1px !important;--border-color: #e7e7e7 !important}.smaller-sheet-modal-v2 .ion-page{justify-content:flex-end!important;contain:content}.smaller-sheet-modal-v2::part(content){background:transparent!important}.smaller-sheet-modal-v2.very-small{--height:calc(100% - 345px)}.smaller-sheet-modal-v2 ion-toolbar{--background: var(--background-color) !important}@media (min-width: 768px){.smaller-sheet-modal-v2 ion-toolbar{border-bottom:1px solid #e7e7e7}}.smaller-sheet-modal-v2 ion-content{--background: var(--background-color) !important}.smaller-sheet-modal-v2 ion-footer{background:#fff;padding-bottom:10px}.smaller-sheet-modal-v2.modal-have-header ion-content::part(background){border-top-left-radius:0!important;border-top-right-radius:0!important;margin-top:0!important}.smaller-sheet-modal-v2.modal-have-header ion-content::part(scroll){padding-top:0!important}.header-md{box-shadow:none!important}.header-ios ion-toolbar{--border-width: 0 !important}.footer-md{box-shadow:none!important}ion-footer{bottom:15px}.zoom-in{animation:zoom-in-zoom-out 1s ease;animation-fill-mode:forwards;transform:translateZ(0);opacity:0;animation-delay:1s}.no-delay{animation-delay:0s!important}.expandHeight{animation:expandHeight 1.5s ease-out forwards;transform:translateZ(0);overflow:hidden}.animate{transform:translateZ(0);transition:.3s all ease}.sire-fab ion-fab-button::part(native){background:var(--ion-color-primary);color:#fff!important}.sire-fab ion-fab-button::part(native):after{background:var(--ion-color-primary)}.sire-fab ion-fab-button.fab-button-in-list::part(native){background:#113b4f;box-shadow:0 0 12px rgba(255,255,255,.5)}.sire-fab ion-fab-button.fab-button-in-list::part(native):after{background:#113b4f}.fab-text{position:absolute;left:-79px;top:11px;padding:5px 10px;border-radius:8px;background:#113b4f}.fab-text.barcode-scan{left:-107px}.fab-text.add-by-search{left:-115px}.fab-text.check-in-shipment{left:-162px}.fab-text.scan-tracking-number{left:-160px}.shadow-v2{box-shadow:0 4px 18px 5px rgba(0,0,0,.3)}@media (min-width: 768px){.shadow-v2{box-shadow:0 0 8px 1px rgba(0,0,0,.2)}}.interior-shadow-v2{box-shadow:inset 0 0 44px rgba(255,255,255,.4)}.small-shadow-v2{box-shadow:0 4px 2px rgba(0,0,0,.1)}.line-clamp-1{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;line-clamp:1;overflow:hidden}.line-clamp-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;line-clamp:2;overflow:hidden}.line-clamp-3{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;line-clamp:3;overflow:hidden}.line-clamp-4{-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;line-clamp:4;overflow:hidden}.line-clamp-5{-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box;line-clamp:5;overflow:hidden}.line-clamp-6{-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;line-clamp:6;overflow:hidden}.line-clamp-none{-webkit-box-orient:vertical;-webkit-line-clamp:none;display:-webkit-box;line-clamp:none;overflow:hidden}.word-break-all{word-break:break-all}.word-break-word{word-break:break-word}.word-keep-all{word-break:keep-all}.word-normal{word-break:normal}.circle-separator{width:4px;height:4px;border-radius:50%;background:black}.app-page{--background: #f7f7f7;--app-card-bg: #ffffff;--app-card-border: #e5e7eb;--app-card-radius: 14px;--app-text: #111827;--app-text-muted: #6b7280;--app-text-subtle: #9ca3af;--app-soft-shadow: 0 1px 2px rgba(17, 24, 39, .03);width:100%;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;color:var(--app-text)}.app-page__inner{max-width:1320px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:16px}.app-page__card{background:var(--app-card-bg);border:1px solid var(--app-card-border);border-radius:var(--app-card-radius);box-shadow:var(--app-soft-shadow);padding:20px}.app-page__card--flush{padding:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;box-shadow:none;background:#ffffff}.app-page__section-title{font-size:13px;font-weight:700;color:var(--app-text-muted);letter-spacing:.04em;text-transform:uppercase;margin:0 0 12px}.app-page__section-sub{font-size:13px;color:var(--app-text-muted);margin:4px 0 0}ion-content.app-page-content{--background: #f7f7f7}@media (max-width: 1024px){.app-page__inner{padding:16px;gap:12px}.app-page__card{padding:16px}}@media (max-width: 768px){.app-page__inner{padding:12px 12px 100px}.app-page__card{border-radius:12px}}.app-page .app-page__card .table-light-v2,body .app-page__card .table-light-v2{box-shadow:none!important;border-radius:0!important;padding:0!important}.app-page .app-page__card .table-light-v2 .ant-table,.app-page .app-page__card .table-light-v2 .ant-table-container,.app-page .app-page__card .table-light-v2 .ant-table-content,body .app-page__card .table-light-v2 .ant-table,body .app-page__card .table-light-v2 .ant-table-container,body .app-page__card .table-light-v2 .ant-table-content{border-radius:0!important}.app-page .app-page__card .ant-table-wrapper .ant-table,.app-page .app-page__card .table-light-v2 .ant-table,body .app-page__card .ant-table-wrapper .ant-table,body .app-page__card .table-light-v2 .ant-table{background:transparent;font-family:Inter,SF-Pro-Display,system-ui,sans-serif;color:#111827;font-size:14px;border-radius:0}.app-page .app-page__card .ant-table-wrapper .ant-table-thead,.app-page .app-page__card .table-light-v2 .ant-table-thead,body .app-page__card .ant-table-wrapper .ant-table-thead,body .app-page__card .table-light-v2 .ant-table-thead{background:#f9fafb!important}.app-page .app-page__card .ant-table-wrapper .ant-table-thead>tr>th,.app-page .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell,.app-page .app-page__card .table-light-v2 .ant-table-thead>tr>th,.app-page .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell,body .app-page__card .ant-table-wrapper .ant-table-thead>tr>th,body .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell,body .app-page__card .table-light-v2 .ant-table-thead>tr>th,body .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell{background:#f9fafb!important;color:#9ca3af!important;font-weight:500!important;font-size:11px!important;letter-spacing:.06em!important;text-transform:uppercase!important;padding:14px 16px!important;border-bottom:1px solid #f3f4f6!important;border-right:0!important;text-align:left!important}.app-page .app-page__card .ant-table-wrapper .ant-table-thead>tr>th:before,.app-page .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell:before,.app-page .app-page__card .table-light-v2 .ant-table-thead>tr>th:before,.app-page .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell:before,body .app-page__card .ant-table-wrapper .ant-table-thead>tr>th:before,body .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell:before,body .app-page__card .table-light-v2 .ant-table-thead>tr>th:before,body .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell:before{display:none!important}.app-page .app-page__card .ant-table-wrapper .ant-table-thead>tr>th:first-child,.app-page .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell:first-child,.app-page .app-page__card .table-light-v2 .ant-table-thead>tr>th:first-child,.app-page .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell:first-child,body .app-page__card .ant-table-wrapper .ant-table-thead>tr>th:first-child,body .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell:first-child,body .app-page__card .table-light-v2 .ant-table-thead>tr>th:first-child,body .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell:first-child{padding-left:24px!important}.app-page .app-page__card .ant-table-wrapper .ant-table-thead>tr>th:last-child,.app-page .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell:last-child,.app-page .app-page__card .table-light-v2 .ant-table-thead>tr>th:last-child,.app-page .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell:last-child,body .app-page__card .ant-table-wrapper .ant-table-thead>tr>th:last-child,body .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell:last-child,body .app-page__card .table-light-v2 .ant-table-thead>tr>th:last-child,body .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell:last-child{padding-right:24px!important}.app-page .app-page__card .ant-table-wrapper .ant-table-thead>tr>th.ant-table-cell-fix-left,.app-page .app-page__card .ant-table-wrapper .ant-table-thead>tr>th.ant-table-cell-fix-right,.app-page .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell.ant-table-cell-fix-left,.app-page .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell.ant-table-cell-fix-right,.app-page .app-page__card .table-light-v2 .ant-table-thead>tr>th.ant-table-cell-fix-left,.app-page .app-page__card .table-light-v2 .ant-table-thead>tr>th.ant-table-cell-fix-right,.app-page .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell.ant-table-cell-fix-left,.app-page .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell.ant-table-cell-fix-right,body .app-page__card .ant-table-wrapper .ant-table-thead>tr>th.ant-table-cell-fix-left,body .app-page__card .ant-table-wrapper .ant-table-thead>tr>th.ant-table-cell-fix-right,body .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell.ant-table-cell-fix-left,body .app-page__card .ant-table-wrapper .ant-table-thead .ant-table-cell.ant-table-cell-fix-right,body .app-page__card .table-light-v2 .ant-table-thead>tr>th.ant-table-cell-fix-left,body .app-page__card .table-light-v2 .ant-table-thead>tr>th.ant-table-cell-fix-right,body .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell.ant-table-cell-fix-left,body .app-page__card .table-light-v2 .ant-table-thead .ant-table-cell.ant-table-cell-fix-right{background:#f9fafb!important}.app-page .app-page__card .ant-table-wrapper .ant-table-tbody>tr>td,.app-page .app-page__card .table-light-v2 .ant-table-tbody>tr>td,body .app-page__card .ant-table-wrapper .ant-table-tbody>tr>td,body .app-page__card .table-light-v2 .ant-table-tbody>tr>td{padding:18px 16px!important;color:#111827;font-size:14px;line-height:1.4;text-align:left!important;border-bottom:1px solid #f3f4f6!important;border-right:0!important;transition:background-color .12s ease;vertical-align:middle}.app-page .app-page__card .ant-table-wrapper .ant-table-tbody>tr>td:first-child,.app-page .app-page__card .table-light-v2 .ant-table-tbody>tr>td:first-child,body .app-page__card .ant-table-wrapper .ant-table-tbody>tr>td:first-child,body .app-page__card .table-light-v2 .ant-table-tbody>tr>td:first-child{padding-left:24px!important}.app-page .app-page__card .ant-table-wrapper .ant-table-tbody>tr>td:last-child,.app-page .app-page__card .table-light-v2 .ant-table-tbody>tr>td:last-child,body .app-page__card .ant-table-wrapper .ant-table-tbody>tr>td:last-child,body .app-page__card .table-light-v2 .ant-table-tbody>tr>td:last-child{padding-right:24px!important}.app-page .app-page__card .ant-table-wrapper .ant-table-tbody>tr>td.ant-table-selection-column,.app-page .app-page__card .ant-table-wrapper .ant-table-thead>tr>th.ant-table-selection-column,.app-page .app-page__card .table-light-v2 .ant-table-tbody>tr>td.ant-table-selection-column,.app-page .app-page__card .table-light-v2 .ant-table-thead>tr>th.ant-table-selection-column,body .app-page__card .ant-table-wrapper .ant-table-tbody>tr>td.ant-table-selection-column,body .app-page__card .ant-table-wrapper .ant-table-thead>tr>th.ant-table-selection-column,body .app-page__card .table-light-v2 .ant-table-tbody>tr>td.ant-table-selection-column,body .app-page__card .table-light-v2 .ant-table-thead>tr>th.ant-table-selection-column{text-align:center!important;padding:0 8px!important;width:48px!important}.app-page .app-page__card .ant-table-wrapper .ant-table-tbody>tr:last-child>td,.app-page .app-page__card .table-light-v2 .ant-table-tbody>tr:last-child>td,body .app-page__card .ant-table-wrapper .ant-table-tbody>tr:last-child>td,body .app-page__card .table-light-v2 .ant-table-tbody>tr:last-child>td{border-bottom:0!important}.app-page .app-page__card .ant-table-wrapper .ant-table-tbody>tr:hover>td,.app-page .app-page__card .table-light-v2 .ant-table-tbody>tr:hover>td,body .app-page__card .ant-table-wrapper .ant-table-tbody>tr:hover>td,body .app-page__card .table-light-v2 .ant-table-tbody>tr:hover>td{background:#fafafa!important}.app-page .app-page__card .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td,.app-page .app-page__card .table-light-v2 .ant-table-tbody>tr.ant-table-row-selected>td,body .app-page__card .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td,body .app-page__card .table-light-v2 .ant-table-tbody>tr.ant-table-row-selected>td{background:#f5f3ff!important}.app-page .app-page__card .ant-table-wrapper .ant-table-selection-column,.app-page .app-page__card .ant-table-wrapper .ant-table-selection-extra,.app-page .app-page__card .table-light-v2 .ant-table-selection-column,.app-page .app-page__card .table-light-v2 .ant-table-selection-extra,body .app-page__card .ant-table-wrapper .ant-table-selection-column,body .app-page__card .ant-table-wrapper .ant-table-selection-extra,body .app-page__card .table-light-v2 .ant-table-selection-column,body .app-page__card .table-light-v2 .ant-table-selection-extra{padding:0 8px!important}.app-page .app-page__card .ant-table-wrapper .ant-empty,.app-page .app-page__card .ant-table-wrapper .ant-empty-normal,.app-page .app-page__card .table-light-v2 .ant-empty,.app-page .app-page__card .table-light-v2 .ant-empty-normal,body .app-page__card .ant-table-wrapper .ant-empty,body .app-page__card .ant-table-wrapper .ant-empty-normal,body .app-page__card .table-light-v2 .ant-empty,body .app-page__card .table-light-v2 .ant-empty-normal{margin:32px 0}.app-page .app-page__card .ant-table-wrapper .ant-empty .ant-empty-image,.app-page .app-page__card .ant-table-wrapper .ant-empty-normal .ant-empty-image,.app-page .app-page__card .table-light-v2 .ant-empty .ant-empty-image,.app-page .app-page__card .table-light-v2 .ant-empty-normal .ant-empty-image,body .app-page__card .ant-table-wrapper .ant-empty .ant-empty-image,body .app-page__card .ant-table-wrapper .ant-empty-normal .ant-empty-image,body .app-page__card .table-light-v2 .ant-empty .ant-empty-image,body .app-page__card .table-light-v2 .ant-empty-normal .ant-empty-image{height:56px}.app-page .app-page__card .ant-table-wrapper .ant-empty .ant-empty-description,.app-page .app-page__card .ant-table-wrapper .ant-empty-normal .ant-empty-description,.app-page .app-page__card .table-light-v2 .ant-empty .ant-empty-description,.app-page .app-page__card .table-light-v2 .ant-empty-normal .ant-empty-description,body .app-page__card .ant-table-wrapper .ant-empty .ant-empty-description,body .app-page__card .ant-table-wrapper .ant-empty-normal .ant-empty-description,body .app-page__card .table-light-v2 .ant-empty .ant-empty-description,body .app-page__card .table-light-v2 .ant-empty-normal .ant-empty-description{color:#9ca3af;font-size:13px;font-weight:500}.app-page .app-page__card .ant-table-wrapper .app-table-empty,.app-page .app-page__card .table-light-v2 .app-table-empty,body .app-page__card .ant-table-wrapper .app-table-empty,body .app-page__card .table-light-v2 .app-table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:56px 24px}.app-page .app-page__card .ant-table-wrapper .app-table-empty__icon,.app-page .app-page__card .table-light-v2 .app-table-empty__icon,body .app-page__card .ant-table-wrapper .app-table-empty__icon,body .app-page__card .table-light-v2 .app-table-empty__icon{width:56px;height:56px;border-radius:12px;background:#f9fafb;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.app-page .app-page__card .ant-table-wrapper .app-table-empty__title,.app-page .app-page__card .table-light-v2 .app-table-empty__title,body .app-page__card .ant-table-wrapper .app-table-empty__title,body .app-page__card .table-light-v2 .app-table-empty__title{font-size:14px;font-weight:600;color:#111827;letter-spacing:0}.app-page .app-page__card .ant-table-wrapper .app-table-empty__copy,.app-page .app-page__card .table-light-v2 .app-table-empty__copy,body .app-page__card .ant-table-wrapper .app-table-empty__copy,body .app-page__card .table-light-v2 .app-table-empty__copy{font-size:12px;color:#9ca3af;max-width:320px;text-align:center;line-height:1.5}.app-page .app-page__card .ant-table-wrapper .ant-tag,.app-page .app-page__card .table-light-v2 .ant-tag,body .app-page__card .ant-table-wrapper .ant-tag,body .app-page__card .table-light-v2 .ant-tag{border:0!important;border-radius:999px!important;padding:4px 10px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.06em!important;text-transform:uppercase!important;line-height:14px!important;margin:0!important;background:#e5e7eb!important;color:#6b7280!important}.app-page .app-page__card .ant-table-wrapper .ant-tag.ant-tag-green,.app-page .app-page__card .ant-table-wrapper .ant-tag.ant-tag-success,.app-page .app-page__card .table-light-v2 .ant-tag.ant-tag-green,.app-page .app-page__card .table-light-v2 .ant-tag.ant-tag-success,body .app-page__card .ant-table-wrapper .ant-tag.ant-tag-green,body .app-page__card .ant-table-wrapper .ant-tag.ant-tag-success,body .app-page__card .table-light-v2 .ant-tag.ant-tag-green,body .app-page__card .table-light-v2 .ant-tag.ant-tag-success{background:#dcfce7!important;color:#166534!important}.app-page .app-page__card .ant-table-wrapper .ant-tag.ant-tag-red,.app-page .app-page__card .ant-table-wrapper .ant-tag.ant-tag-error,.app-page .app-page__card .table-light-v2 .ant-tag.ant-tag-red,.app-page .app-page__card .table-light-v2 .ant-tag.ant-tag-error,body .app-page__card .ant-table-wrapper .ant-tag.ant-tag-red,body .app-page__card .ant-table-wrapper .ant-tag.ant-tag-error,body .app-page__card .table-light-v2 .ant-tag.ant-tag-red,body .app-page__card .table-light-v2 .ant-tag.ant-tag-error{background:#fee2e2!important;color:#991b1b!important}.app-page .app-page__card .ant-table-wrapper .ant-tag.ant-tag-orange,.app-page .app-page__card .ant-table-wrapper .ant-tag.ant-tag-warning,.app-page .app-page__card .table-light-v2 .ant-tag.ant-tag-orange,.app-page .app-page__card .table-light-v2 .ant-tag.ant-tag-warning,body .app-page__card .ant-table-wrapper .ant-tag.ant-tag-orange,body .app-page__card .ant-table-wrapper .ant-tag.ant-tag-warning,body .app-page__card .table-light-v2 .ant-tag.ant-tag-orange,body .app-page__card .table-light-v2 .ant-tag.ant-tag-warning{background:#fef3c7!important;color:#92400e!important}.app-page .app-page__card .ant-table-wrapper .ant-tag.ant-tag-blue,.app-page .app-page__card .ant-table-wrapper .ant-tag.ant-tag-processing,.app-page .app-page__card .table-light-v2 .ant-tag.ant-tag-blue,.app-page .app-page__card .table-light-v2 .ant-tag.ant-tag-processing,body .app-page__card .ant-table-wrapper .ant-tag.ant-tag-blue,body .app-page__card .ant-table-wrapper .ant-tag.ant-tag-processing,body .app-page__card .table-light-v2 .ant-tag.ant-tag-blue,body .app-page__card .table-light-v2 .ant-tag.ant-tag-processing{background:#dbeafe!important;color:#1e40af!important}.app-page .app-page__card .ant-table-wrapper .ant-pagination,.app-page .app-page__card .table-light-v2 .ant-pagination,body .app-page__card .ant-table-wrapper .ant-pagination,body .app-page__card .table-light-v2 .ant-pagination{padding:14px 20px;border-top:1px solid #f3f4f6;background:#f9fafb}.app-page .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-item,.app-page .app-page__card .table-light-v2 .ant-pagination .ant-pagination-item,body .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-item,body .app-page__card .table-light-v2 .ant-pagination .ant-pagination-item{border-radius:8px;border-color:#e5e7eb}.app-page .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-item a,.app-page .app-page__card .table-light-v2 .ant-pagination .ant-pagination-item a,body .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-item a,body .app-page__card .table-light-v2 .ant-pagination .ant-pagination-item a{color:var(--app-text-muted)}.app-page .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-item-active,.app-page .app-page__card .table-light-v2 .ant-pagination .ant-pagination-item-active,body .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-item-active,body .app-page__card .table-light-v2 .ant-pagination .ant-pagination-item-active{background:var(--app-text);border-color:var(--app-text)}.app-page .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-item-active a,.app-page .app-page__card .table-light-v2 .ant-pagination .ant-pagination-item-active a,body .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-item-active a,body .app-page__card .table-light-v2 .ant-pagination .ant-pagination-item-active a{color:#fff}.app-page .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.app-page .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-item-link,.app-page .app-page__card .table-light-v2 .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.app-page .app-page__card .table-light-v2 .ant-pagination .ant-pagination-next .ant-pagination-item-link,body .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-prev .ant-pagination-item-link,body .app-page__card .ant-table-wrapper .ant-pagination .ant-pagination-next .ant-pagination-item-link,body .app-page__card .table-light-v2 .ant-pagination .ant-pagination-prev .ant-pagination-item-link,body .app-page__card .table-light-v2 .ant-pagination .ant-pagination-next .ant-pagination-item-link{border-radius:8px;border-color:#e5e7eb;color:var(--app-text-muted)}.app-page .app-page__card .app-table-skeleton,body .app-page__card .app-table-skeleton{padding:8px 0}.app-page .app-page__card .app-table-skeleton__row,body .app-page__card .app-table-skeleton__row{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #f3f4f6}.app-page .app-page__card .app-table-skeleton__row:last-child,body .app-page__card .app-table-skeleton__row:last-child{border-bottom:0}.app-page .app-page__card .app-table-skeleton__bar,body .app-page__card .app-table-skeleton__bar{flex:1 1 auto;height:14px;border-radius:6px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:app-table-shimmer 1.4s linear infinite}.app-page .app-page__card .app-table-skeleton__bar--narrow,body .app-page__card .app-table-skeleton__bar--narrow{flex-basis:60px;flex-grow:0}.app-page .app-page__card .app-table-skeleton__bar--medium,body .app-page__card .app-table-skeleton__bar--medium{flex-basis:120px;flex-grow:0}.app-page .app-page__card .app-table-skeleton__bar--wide,body .app-page__card .app-table-skeleton__bar--wide{flex-basis:200px;flex-grow:0}.app-table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:56px 24px;text-align:center}.app-table-empty__icon{width:56px;height:56px;border-radius:12px;background:#f9fafb;display:flex;align-items:center;justify-content:center;margin-bottom:6px;color:#9ca3af}.app-table-empty__title{font-size:14px;font-weight:600;color:#111827;letter-spacing:0}.app-table-empty__copy{font-size:12px;color:#6b7280;max-width:360px;text-align:center;line-height:1.5}.app-table-skeleton{padding:8px 0}.app-table-skeleton__row{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #f3f4f6}.app-table-skeleton__row:last-child{border-bottom:0}.app-table-skeleton__bar{flex:1 1 auto;height:14px;border-radius:6px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:app-table-shimmer 1.4s linear infinite}.app-table-skeleton__bar--narrow{flex-basis:60px;flex-grow:0}.app-table-skeleton__bar--medium{flex-basis:120px;flex-grow:0}.app-table-skeleton__bar--wide{flex-basis:200px;flex-grow:0}.app-form-field__label{font-family:Inter,SF-Pro-Display,system-ui,sans-serif;font-size:13px;font-weight:500;color:#374151;letter-spacing:0;line-height:1.3;display:inline-flex;align-items:center;gap:4px}.app-form-field__required{color:#ef4444;font-weight:600;margin-left:2px}.app-form-field__hint{font-size:12px;color:#6b7280;margin-top:2px}.flex-gap-6{gap:6px}.flex-gap-8{gap:8px}ion-modal.smaller-sheet-modal-v2,ion-modal.modal-have-header{--backdrop-opacity: .4}@media (min-width: 768px){ion-modal.smaller-sheet-modal-v2,ion-modal.modal-have-header{--width: 520px;--height: auto;--max-height: 80vh;--border-radius: 14px;--box-shadow: 0 24px 64px rgba(17, 24, 39, .18), 0 4px 12px rgba(17, 24, 39, .08)}ion-modal.smaller-sheet-modal-v2::part(content),ion-modal.modal-have-header::part(content){border-radius:14px;overflow:hidden;border:1px solid #e5e7eb}}ion-modal.smaller-sheet-modal-v2 ion-toolbar,ion-modal.modal-have-header ion-toolbar{--background: #ffffff !important;--border-color: #e5e7eb !important;--border-width: 0 0 1px 0 !important;--min-height: 56px;--padding-start: 20px;--padding-end: 12px}@media (min-width: 768px){ion-modal.smaller-sheet-modal-v2 ion-toolbar,ion-modal.modal-have-header ion-toolbar{border-bottom:1px solid #e5e7eb}}ion-modal.smaller-sheet-modal-v2 ion-content,ion-modal.modal-have-header ion-content{--background: #ffffff !important;--padding-start: 0;--padding-end: 0}ion-modal.smaller-sheet-modal-v2 ion-footer,ion-modal.modal-have-header ion-footer{background:#ffffff;border-top:1px solid #e5e7eb;box-shadow:none!important;padding:0}ion-modal.smaller-sheet-modal-v2 ion-title,ion-modal.modal-have-header ion-title{font-family:Inter,SF-Pro-Display,system-ui,sans-serif!important;color:#111827!important;font-size:16px!important;font-weight:600!important;text-align:left!important;padding-inline:0!important}ion-modal.smaller-sheet-modal-v2 ion-title h3,ion-modal.modal-have-header ion-title h3{font-family:Inter,SF-Pro-Display,system-ui,sans-serif!important;font-size:16px!important;font-weight:600!important;color:#111827!important;margin:0!important;line-height:1.3!important}ion-modal.smaller-sheet-modal-v2 .absolute.right-10 ion-button,ion-modal.smaller-sheet-modal-v2 ion-button[fill=clear][color=dark],ion-modal.modal-have-header .absolute.right-10 ion-button,ion-modal.modal-have-header ion-button[fill=clear][color=dark]{--background: transparent;--background-hover: #f3f4f6;--color: #6b7280;--color-hover: #111827;--border-radius: 8px;--padding-start: 8px;--padding-end: 8px;--padding-top: 8px;--padding-bottom: 8px;width:32px;height:32px;margin:0}ion-modal.smaller-sheet-modal-v2 .absolute.right-10 ion-button ion-icon,ion-modal.smaller-sheet-modal-v2 ion-button[fill=clear][color=dark] ion-icon,ion-modal.modal-have-header .absolute.right-10 ion-button ion-icon,ion-modal.modal-have-header ion-button[fill=clear][color=dark] ion-icon{font-size:20px}@media (max-width: 767px){ion-modal.smaller-sheet-modal-v2::part(content){border-top-left-radius:16px;border-top-right-radius:16px}}.app-orders-tabs{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid #f3f4f6;background:#ffffff}.app-orders-tabs__count{font-size:12px;color:#6d7175;font-weight:500;white-space:nowrap;flex:0 0 auto}.app-page .sire-segment{background:#f1f1f1;border:1px solid #ebebeb;border-radius:10px;padding:3px;width:auto;display:inline-flex;gap:0}.app-page .sire-segment__option{border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500;color:#4a4a4a;width:auto}.app-page .sire-segment__option--selected{background:#ffffff!important;box-shadow:0 1px 1px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.04)!important;border:0!important;color:#202223!important;font-weight:600;animation:none!important}.app-list-toolbar{padding:14px 20px;border-bottom:1px solid #f3f4f6;background:#ffffff}.app-list-toolbar__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.app-list-toolbar__spacer{flex:1 1 auto}.app-list-toolbar__search{flex:0 0 320px;max-width:100%}.app-list-toolbar__label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-right:6px}.app-list-toolbar__sort{display:inline-flex;align-items:center}.app-list-toolbar__filter{display:inline-flex;align-items:center;gap:6px;background:#ffffff;border:1px solid #e5e7eb;color:#374151;font-family:inherit;font-size:13px;font-weight:600;padding:8px 14px;border-radius:8px;cursor:pointer;position:relative;transition:border-color .15s ease,background .15s ease}.app-list-toolbar__filter:hover{background:#f9fafb;border-color:#d1d5db}.app-list-toolbar__filter svg{color:#6b7280}.app-list-toolbar__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#111827;color:#fff;font-size:11px;font-weight:700;margin-left:4px}.menu .content-menu{border-right:1px solid #333}.menu .content-menu::part(scroll){background:black;overflow:hidden}.menu .content-menu .menu-list{background:black;padding:20px;max-height:calc(100vh - 210px);overflow:scroll}.menu .content-menu .menu-list.menu-bottom{position:absolute;bottom:0}.menu .content-menu .menu-list .icon{margin-right:20px;width:29px}.menu .content-menu .menu-list .menu-item-child{margin-left:40px}.menu .content-menu .menu-list .menu-item-child::part(native){background:black}.menu .content-menu .menu-list .menu-item-child .menu-label{color:#929292;font-weight:400;font-size:16px;font-family:var(--default-font)}.menu .content-menu .menu-list .active .menu-item-child .menu-label{color:var(--ion-color-primary)!important;font-weight:600}.menu .content-menu .menu-list .menu-item{margin-bottom:10px;border-radius:8px}.menu .content-menu .menu-list .menu-item.have-children{margin-bottom:0}.menu .content-menu .menu-list .menu-item::part(native){background:black}.menu .content-menu .menu-list .menu-item .menu-label{width:100%;padding-top:5px;padding-bottom:5px;color:#929292;font-weight:400;font-size:16px;font-family:var(--default-font)}.menu .content-menu .menu-list .menu-item .icon,.menu .content-menu .menu-list .menu-item .ion-accordion-toggle-icon{color:#929292}.menu .content-menu .menu-list .menu-item.active::part(native){background:rgba(var(--ion-color-primary-rgb),.15)!important}.menu .content-menu .menu-list .menu-item.active .menu-label{color:var(--ion-color-primary)!important;font-weight:600}.menu .content-menu .menu-list .menu-item.active .icon{color:var(--ion-color-primary)}.menu .content-menu .menu-list .menu-item.focused .menu-label{color:var(--ion-color-primary)!important;font-weight:600}.menu .content-menu .menu-list .menu-item.focused .icon{color:var(--ion-color-primary)}.menu .content-menu .menu-list .menu-link{text-decoration:none}ion-split-pane{--side-width: 200px}.link{color:#fff;font-size:.875rem;font-weight:400;font-family:var(--default-font);margin:0 3px}@media (max-width: 768px){.link{font-size:16px}}.text{margin:0;color:#fff;font-size:14px;font-weight:400;font-family:var(--default-font);line-height:22px}@media (max-width: 768px){.text{font-size:14px}}.h1{margin-top:0;margin-bottom:0;font-weight:600;line-height:1;color:#fff;font-size:22px;font-family:var(--default-font)}.h2{margin-top:0;margin-bottom:.5rem;line-height:1.2;color:#fff;font-size:20px;font-family:var(--default-font)}.h3{margin-top:0;margin-bottom:0;line-height:24px;color:#fff;font-size:18px;font-family:var(--default-font)}.h4{margin-top:0;margin-bottom:0;line-height:22px;color:#fff;font-size:16px;font-family:var(--default-font)}.bold{font-weight:900}.normal{font-weight:400}.unset{margin-bottom:unset;margin-top:unset}.white{color:#fff!important}.black{color:#000!important}.text-decor{margin-top:0;margin-bottom:0;line-height:20px;color:#fff;font-size:12px;font-family:var(--default-font);font-style:italic}.capitalize{text-transform:capitalize}.text-underline{text-decoration:underline!important}.max-with-ellipses{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.no-wrap{white-space:nowrap}.barred{text-decoration:line-through}.italic{font-style:italic}.semi-bold{font-weight:600}.light{font-weight:300}.font-size-34{font-size:34px}.vertical-align-super{vertical-align:super}.font-size-16{font-size:16px}.text-colored{background:var(--colored-bg);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.primary-button{position:relative;background:var(--ion-color-primary);min-height:calc(1.5em + 1.625rem);padding:.75rem 1rem;font-size:16px;font-weight:600;border-radius:8px;width:100%;color:#fff;font-family:var(--default-font);cursor:pointer}.primary-button.small{border:2px solid var(--ion-color-primary);padding:7px;min-height:30px;max-width:140px}.primary-button.disabled{opacity:.6;cursor:not-allowed}.primary-button:hover{box-shadow:0 0 10px rgba(55,125,255,.35);background-color:var(--ion-color-primary)}.primary-button.grey-bg{background:#3d3e40}.primary-button.grey-bg:hover{background:#3d3e40;box-shadow:0 0 10px rgba(197,200,204,.35)}.primary-button.grey-bg.small{border:unset!important}.primary-button .spinner{position:absolute;top:10px;left:10px;--color: white}.primary-button .standalone-spinner{--color: white}.primary-button .standalone-spinner .spinner-crescent{width:12px!important;height:12px!important}.primary-button.light-grey-bg{background:#3b3c3d!important}.primary-button.light-grey-bg:hover{background:#303131!important;box-shadow:0 0 4px #3b3c3d}.general-input{background:#25282A;min-height:calc(1.5em + 1.625rem);padding:.75rem 1rem;border-radius:8px;border:none;width:100%;font-size:16px;color:#fff;font-family:var(--default-font)}.general-input::placeholder{color:#9f9fa2}.general-input:focus{outline:none}.eye-container{position:absolute;top:0;right:0;height:100%;display:flex;align-items:center;justify-content:center;padding:0 10px;cursor:pointer;border-radius:.3125rem;width:calc(1.5em + 1.625rem);background-color:transparent;transition:all .2s ease-in-out}.eye-container:hover path{fill:#fff!important}.store-search-bar:focus{box-shadow:0 0 10px rgba(255,255,255,.25)}.search-bar{background:#25282A;min-height:calc(1.5em + 1.625rem);padding:0;border-radius:8px;border:none;width:100%;font-size:16px;color:#c5c8cc;font-family:var(--default-font);box-shadow:0 0 10px rgba(255,255,255,.25)}.search-bar .searchbar-input-container{height:100%!important}.search-bar::placeholder{color:#c5c8cc}.search-bar:focus{outline:none}.search-bar:focus{box-shadow:0 0 10px rgba(255,255,255,.25)}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.number-input{background:#26282a;min-height:calc(1.5em + 1.625rem);padding:.75rem 1rem;border-radius:8px;border:none;width:80px;font-size:.875rem;color:#fff;font-family:var(--default-font)}.number-input.has-prefix{padding-left:30px}.number-input.has-prefix-after{padding-right:20px}@media (max-width: 768px){.number-input{width:70px;padding:10px}.number-input.big-mode{width:120px!important}.number-input.full-width{width:100%!important}.number-input.has-prefix{padding-left:25px}}.number-input::placeholder{color:#acadb2}.number-input:focus{border:2px solid white}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.prefix-input{position:absolute;top:15px;left:10px;font-size:14px;color:#fff}@media (max-width: 768px){.prefix-input{left:5px}}.prefix-input-after{position:absolute;top:15px;right:10px;font-size:14px;color:#fff}@media (max-width: 768px){.prefix-input-after{right:5px}}.arrow-up{position:absolute;top:8px;right:10px;width:1em;height:1em;color:#fff;cursor:pointer}.arrow-down{position:absolute;bottom:8px;right:10px;width:1em;height:1em;color:#fff;cursor:pointer}.light-toolbar{--min-height: 130px;box-shadow:0 0 12px rgba(0,0,0,.1);border-bottom-left-radius:22px;border-bottom-right-radius:22px}@media (min-width: 768px){.light-toolbar{box-shadow:none;border-radius:22px}}.light-toolbar .background-header-card{background:var(--light-colored-bg)!important;height:130px;width:100%;position:absolute;top:0;left:0;z-index:-1;border-bottom-left-radius:22px;border-bottom-right-radius:22px;background-size:200% 200%;animation:gradient 8s ease-in-out infinite}@media (min-width: 768px){.light-toolbar .background-header-card{box-shadow:0 0 12px rgba(0,0,0,.1);margin:10px;width:calc(100% - 20px);height:110px;border-radius:22px}}.light-toolbar .background-header-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgb(247,247,247) 0%,rgba(247,247,247,0) 100%)!important;z-index:-1;box-shadow:0 0 12px rgba(0,0,0,.1);border-bottom-left-radius:22px;border-bottom-right-radius:22px}@media (min-width: 768px){.light-toolbar .background-header-card:after{border-radius:22px}}.light-toolbar .background-header-card .background-header-container{padding-top:60px}@media (min-width: 768px){.light-toolbar .background-header-card .background-header-container{padding-top:40px}}.light-toolbar .special-light{background:rgba(255,255,255,.4)!important}.light-toolbar .ripple-parent{position:relative;overflow:hidden}.fill-gradient path{fill:url(#gradiant)!important}.loader-container{position:relative;width:100%;height:calc(100% - 250px);display:flex;justify-content:center;align-items:center}.loader-container .loader{position:absolute;top:50%;left:50%;width:64px;height:64px;border-radius:50%;perspective:800px;transform:translate(-50%,-50%)}.loader-container .loader .inner{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.loader-container .loader .inner.one{left:0%;top:0%;animation:rotate-one 1s linear infinite;border-bottom:3px solid var(--loader-color-1)}.loader-container .loader .inner.two{right:0%;top:0%;animation:rotate-two 1s linear infinite;border-right:3px solid var(--loader-color-2)}.loader-container .loader .inner.three{right:0%;bottom:0%;animation:rotate-three 1s linear infinite;border-top:3px solid var(--loader-color-3)}@keyframes rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(360deg)}}@keyframes rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(360deg)}}@keyframes rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(360deg)}}.page-loader-container{backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;flex-direction:column}.page-loader-container{left:0;right:0;text-align:center;z-index:1000}.page-loader-container .page-loader-message{font-size:18px;font-weight:600;font-family:var(--default-font);background:linear-gradient(to right,#000 0%,#000 50%,#27aae2 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientMove 4s ease infinite}@keyframes gradientMove{0%{background-position:200% center}to{background-position:0% center}}.page-loader-timeout-buttons{margin-top:20px;animation:fadeInUp .5s ease-out}.page-loader-timeout-buttons .btn{padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:none}.page-loader-timeout-buttons .btn.btn-primary{background:linear-gradient(135deg,#27aae2,#1e88c3);color:#fff}.page-loader-timeout-buttons .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(39,170,226,.3)}.page-loader-timeout-buttons .btn.btn-secondary{background:rgba(255,255,255,.1);color:#333;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.page-loader-timeout-buttons .btn.btn-secondary:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.page-loader-bottom-refresh{position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.page-loader-bottom-refresh .btn{padding:8px 16px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease;background:rgba(255,255,255,.1);color:#333;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.page-loader-bottom-refresh .btn:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sire-v2-input-wrapper .sire-v2-input{width:100%;padding:12px 16px;height:44px;font-size:14px;font-family:var(--default-font);border-radius:6px;border:1px solid #e0e0e0;transition:all .3s ease;background:white}.sire-v2-input-phone-wrapper{align-items:center;display:flex;position:relative;width:100%}.sire-v2-input-phone-wrapper .PhoneInput{background:white;border-radius:6px;border:1px solid #e0e0e0;font-family:var(--default-font);font-size:14px;height:50px;padding:13px 20px;transition:all .3s ease;width:100%}.sire-v2-input-phone-wrapper .PhoneInput.PhoneInput--focus{animation:lightningEffect .5s ease;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;border:2px solid transparent;box-shadow:0 0 0 4px rgba(99,102,241,.1);outline:none}.sire-v2-input-phone-wrapper .PhoneInput .PhoneInputCountrySelectArrow{color:#000}.sire-v2-input-phone-wrapper .PhoneInputInput{background-color:transparent;color:#000}.sire-v2-input-phone-wrapper .PhoneInputInput::placeholder{color:#9e9e9e}.sire-v2-primary-button{overflow:hidden;padding:8px 24px;height:44px;min-width:160px;background:black;box-shadow:0 0 14px rgba(0,0,0,.1);color:var(--button-text-color);border:none;border-radius:8px;font-size:16px;font-weight:600;font-family:var(--default-font-family);cursor:pointer;outline:none;border:1px solid transparent;position:relative;transition:all .3s ease;animation:whiteLightningEffect 4s ease infinite}.sire-v2-primary-button.loading{background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box}.sire-v2-primary-button.disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.sire-v2-primary-button.ripple-parent{position:relative;overflow:hidden}.sire-select{height:50px;padding:.75rem 1rem;padding-right:40px!important;border-radius:8px;border:none;width:80px;font-size:.875rem;color:#fff;font-family:var(--default-font);-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;background-image:url('data:image/svg+xml,%3Csvg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="14px" viewBox="0,0,256,256"%3E%3Cg fill="%23ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"%3E%3Cg transform="scale(5.12,5.12)"%3E%3Cpath d="M4.84375,12.90625l-2.09375,2.09375l22.25,22.25l22.25,-22.25l-2.09375,-2.09375l-20.15625,20.15625z"%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-position:right 10px center;background-repeat:no-repeat;background-color:#26282a;outline:none}@media (max-width: 768px){.sire-select{width:70px;padding:10px}.sire-select.big-mode{width:120px!important}.sire-select.full-width{width:100%!important}}.sire-select:focus{border:2px solid white}.sire-select.has-value{color:#fff}ion-buttons{color:#fff}.logo{height:14px}.header-ios ion-toolbar:last-of-type{--border-width: 0 0 1px}.secondary-button{position:relative;background:transparent;min-height:calc(1.5em + 1.625rem);padding:.75rem 1rem;font-size:.875rem;border-radius:.3125rem;border:2px solid white;width:100%;color:#fff;font-family:var(--default-font);cursor:pointer;font-weight:600}.secondary-button.disabled{opacity:.6;cursor:not-allowed}.secondary-button.small{padding:9px!important;min-height:30px;max-width:140px}.secondary-button:hover{box-shadow:0 0 10px rgba(55,125,255,.35);background-color:transparent;border-color:#377dff}.secondary-button.grey-bg{background:#3d3e40}.secondary-button.grey-bg:hover{background:#3d3e40;box-shadow:0 0 10px rgba(197,200,204,.35)}.secondary-button .spinner{position:absolute;top:10px;left:10px;--color: white}.secondary-button .standalone-spinner{--color: white}.secondary-button .standalone-spinner .spinner-crescent{width:12px!important;height:12px!important}.header-container{border:1px solid white;border-radius:8px}.header-container.active::part(native){background-color:#0f1d22!important}.ion-accordion-toggle-icon{color:#fff}.ion-padding{background:black;border-bottom:1px solid white;border-left:1px solid white;border-right:1px solid white;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.v2-select{position:relative}.v2-select .ripple-parent{position:relative;overflow:hidden}.v2-select .select-value{cursor:pointer;padding:8px;border-radius:4px}.v2-select .select-arrow-down{line-height:10px}.select-popover .v2-select-dropdown{background:white;border-radius:8px;margin:0 10px 10px;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:1000;overflow:hidden;opacity:0;animation:fadeInDown .5s ease forwards;transform:scaleZ(0)}.select-popover .v2-select-dropdown .v2-select-option{opacity:0;animation:fadeInDown .3s ease forwards;transform:scaleZ(0);padding:8px 12px;cursor:pointer;transition:background-color .4s;background-color:#fff}.select-popover .v2-select-dropdown .v2-select-option:hover{background-color:#f2f2f2}.select-popover .v2-select-dropdown .v2-select-option.selected{background:var(--super-light-colored-bg)}.select-popover .v2-select-dropdown .v2-select-option-from-bottom{opacity:0;animation:fadeInUp .3s ease forwards;transform:scaleZ(0);padding:8px 12px;cursor:pointer;transition:background-color .4s;background-color:#1c1c1c}.select-popover .v2-select-dropdown .v2-select-option-from-bottom:hover{background-color:#505050}.select-popover .v2-select-dropdown .v2-select-option-from-bottom.selected{background-color:gray}.card-v2-wrapper{background:var(--card-background-color);border-radius:14px;border-radius:1rem;box-shadow:0 0 .5rem rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;padding:10px;transition:height .3s ease}.card-v2-wrapper[data-state=open]{animation:lightningEffect .5s ease;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;border:2px solid transparent;box-shadow:0 0 0 4px rgba(99,102,241,.1)}.card-v2-wrapper__image{align-items:center;background:var(--grey-background-color);border-radius:6px;display:flex;height:100px;justify-content:center;width:100px}.card-v2-wrapper__image img{mix-blend-mode:multiply;object-fit:contain;width:75%;border-radius:inherit}.card-v2-wrapper__left-content{align-items:center;background:#f5f5f5;border-radius:6px;display:flex;flex-direction:column;height:100px;justify-content:center;width:100px}.card-v2-wrapper__expandable{overflow:hidden;transition:height .3s ease-in-out}.card-v2-wrapper .expandable-dropdown{align-items:stretch;display:inline-flex;align-items:center;height:100%;justify-content:center;position:absolute;right:0;width:1.5rem}.card-v2-wrapper .expandable-dropdown__icon{transition:transform .3s ease-in-out}.card-v2-wrapper .expandable-dropdown__rotated{transform:rotate(180deg)}.card-v2-wrapper__popover{--width: fit-content;--min-width: 200px;--background: #fff;--box-shadow: 8px 8px rgba(0, 0, 0, .1)}.card-v2-wrapper__popover::part(content){margin-top:0}.card-v2-wrapper__actions{display:flex;flex-direction:column;gap:4px;overflow:hidden;transition:height,margin .3s ease-in-out}.card-v2-wrapper__action{flex-shrink:0}.ripple-container{position:absolute;top:0;left:0;width:100%;height:700px;transition:height .3s ease;z-index:0}.ripple-container ion-ripple-effect{position:absolute;width:100%;height:100%}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:14px}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.sire-items-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.sire-items-list.desktop-sire-items-list{overflow:auto;max-height:600px}.sire-items-list .checkbox{position:absolute;z-index:10;top:50%;transform:translateY(-50%);left:-15px}.sire-items-list .select-mode{position:relative;z-index:1000}.sire-v2-form-check{cursor:pointer;width:100%;width:20px;height:20px;border-radius:50%;border:1px solid #9b9b9b;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);box-shadow:0 0 6px rgba(0,0,0,.1)}.sire-v2-form-check.checked{background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;border:2px solid transparent;backdrop-filter:blur(0px)}.filter-container{padding:10px;width:70px;display:flex;align-items:center;justify-content:center}.filter-container .filter-count-indicator{top:0;width:16px;position:absolute;height:16px;border-radius:50%;padding:1px;display:flex;align-items:center;justify-content:center;right:0;background:var(--colored-bg)!important}.more-actions-dropdown{align-items:center;display:inline-flex;flex-shrink:0;gap:4px;height:100%;justify-content:center}.more-actions-dropdown__icon{transition:transform .3s ease-in-out}.more-actions-dropdown__rotated{transform:rotate(180deg)}.sheet-content,.sheet-content-with-actions{height:100%}.sire-v2-secondary-button{position:relative;min-width:100px;padding:6px 24px;height:40px;font-weight:600;font-size:16px;line-height:24px;text-align:center;background:transparent;border:2px solid black;color:#000;overflow:hidden;transition:all .3s ease;border-radius:8px}.sire-v2-secondary-button:active{opacity:.8}.sire-v2-secondary-button.disabled{opacity:.5;cursor:not-allowed}.sire-v2-secondary-button.loading{color:transparent}.sire-v2-secondary-button .absolute{position:absolute}.sire-v2-secondary-button .top-20{top:20%}.sire-v2-secondary-button .left-20{left:20%}.border-shock{border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box!important}.bg-shock{background:var(--colored-bg)!important;color:var(--button-text-color)!important;box-shadow:0 0 8px rgba(254,76,85,.2)!important;border:0px!important}.payment-method-radio-container{cursor:pointer}.payment-method-radio-item{border:1px solid #e0e0e0;transition:border-color .3s ease}.payment-method-radio-item:hover{border-color:#6c63ff}.payment-radio-circle{width:20px;height:20px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center}.payment-radio-inner{width:12px;height:12px;border-radius:50%;background-color:transparent}.payment-radio-inner.selected{background-color:#6c63ff}.border-radius-8{border-radius:8px}.font-weight-500{font-weight:500}.m-l-10{margin-left:10px}.mr-15{margin-right:15px}.font-size-sm{font-size:.875rem}.text-gray-500{color:#6b7280}.payment-method-list .payment-method-item{margin-bottom:10px}.selected-payment-method{padding:15px;border-radius:8px;border:1px solid #6c63ff;background-color:rgba(108,99,255,.05)}.payment-form-group{margin-bottom:15px}.new-payment-method-form{border:1px solid #e0e0e0;border-radius:8px;padding:15px;margin-top:10px}.credits-card{background-color:#f8f9fa;border:1px solid #e9ecef;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .2s ease-in-out}.credits-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.sire-v2-autocomplete-option{position:relative;overflow:hidden}.sire-v2-autocomplete-option ion-ripple-effect{color:var(--ion-color-medium)}.sire-v2-autocomplete-option .highlight{font-weight:700}.space-block{position:relative}.space-block:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000}.sire-popover{--width: fit-content;--min-width: 200px;--background: var(--ion-color-light);--box-shadow: 0 4px 8px rgba(0, 0, 0, .1)}.sire-popover::part(content){margin-top:4px}.sire-popover .popover-content{background:white;border-radius:8px;z-index:1000;margin-top:4px;overflow:hidden;opacity:0;animation:fadeInDown .5s ease forwards;transform:scaleZ(0)}.sire-popover .v2-select-option{opacity:0;animation:fadeInDown .3s ease forwards;transform:scaleZ(0);padding:8px 12px;cursor:pointer;transition:background-color .4s;background-color:#fff}.sire-popover .v2-select-option:hover{background-color:#f2f2f2}.sire-popover .v2-select-option.selected{background:var(--super-light-colored-bg)}.sire-popover .v2-select-option-from-bottom{opacity:0;animation:fadeInUp .3s ease forwards;transform:scaleZ(0);padding:8px 12px;cursor:pointer;transition:background-color .4s;background-color:#1c1c1c}.sire-popover .v2-select-option-from-bottom:hover{background-color:#505050}.sire-popover .v2-select-option-from-bottom.selected{background-color:gray}ion-popover{--width: 300px;--max-width: 90%}ion-popover ion-list{padding:0}ion-popover ion-item{--padding-start: 16px;--padding-end: 16px;--min-height: 48px}ion-popover ion-item.selected-card{--background: var(--ion-color-light);font-weight:700}.sire-v2-icon-button{width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;background-color:transparent;transition:background-color .2s ease}.sire-v2-icon-button:hover{background-color:rgba(0,0,0,.04)}.sire-v2-icon-button .icon{width:16px;height:16px;opacity:.7}.search-address-v2-container{font-size:14px;font-family:var(--default-font);border-radius:22px;outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease;transition:all .3s ease}.search-address-v2-container .border-bottom-grey{border-bottom:1px solid #e0e0e0}.circle{margin-right:5px;margin-left:5px;background:black;border-radius:50%;width:3px;height:3px;display:inline-block;margin-bottom:2px}.add-card-method .card-form .form-row{display:flex;gap:10px}.add-card-method .card-form .form-row .form-field{flex:1}.payment-method-selection .selection-title{text-align:center;font-size:18px;font-weight:600;margin-bottom:30px}.payment-method-selection .payment-options{display:flex;flex-direction:column;gap:15px}.payment-method-selection .payment-options .payment-option{display:flex;align-items:center;padding:20px;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fff}.payment-method-selection .payment-options .payment-option:hover{border-color:#007bff;box-shadow:0 4px 12px rgba(0,123,255,.15);transform:translateY(-2px)}.payment-method-selection .payment-options .payment-option .option-icon{font-size:32px;margin-right:20px;min-width:40px}.payment-method-selection .payment-options .payment-option .option-content{flex:1}.payment-method-selection .payment-options .payment-option .option-content .option-title{font-size:16px;font-weight:600;margin-bottom:5px;color:#333}.payment-method-selection .payment-options .payment-option .option-content .option-description{font-size:14px;color:#666;line-height:1.4}.payment-method-selection .payment-options .card-option:hover{border-color:#28a745;box-shadow:0 4px 12px rgba(40,167,69,.15)}.payment-method-selection .payment-options .bank-option:hover{border-color:#6f42c1;box-shadow:0 4px 12px rgba(111,66,193,.15)}ion-toggle{--track-background-checked: var(--colored-bg) !important;font-family:var(--default-font)!important}.search-address-international-v2 .address-input-container{position:relative;width:100%}.search-address-international-v2 .input-loading-indicator{position:absolute;top:0;right:10px;height:100%;display:flex;align-items:center;z-index:2}.search-address-international-v2 .input-loading-indicator .small-spinner{width:20px;height:20px}.search-address-international-v2 .address-results-container{position:absolute;top:100%;left:0;right:0;z-index:1000;background-color:#fff;border-radius:8px;max-height:150px;overflow-y:auto;margin-top:4px;padding:0;box-shadow:0 4px 10px rgba(0,0,0,.15);animation:slideDown .2s ease-out forwards}.search-address-international-v2 .address-results-container .address-result-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.search-address-international-v2 .address-results-container .address-result-item:last-child{border-bottom:none}.search-address-international-v2 .address-results-container .address-result-item:hover{background-color:#f9f9f9}.search-address-international-v2 .address-results-container .address-result-item:active{background-color:#f0f0f0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.address-results-container::-webkit-scrollbar{width:6px}.address-results-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.address-results-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.address-results-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.rates-refetch-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#4b5563;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:2px 9px;letter-spacing:.02em}.rates-refetch-pill__dot{width:6px;height:6px;border-radius:50%;background:#2563eb;animation:rates-refetch-pulse 1.1s ease-in-out infinite}@keyframes rates-refetch-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.rates-grid{position:relative;transition:opacity .18s ease}.rates-grid.is-refetching{opacity:.55;pointer-events:none}.m-b-8{margin-bottom:8px!important}.service-container{cursor:pointer;padding:13px 20px;min-height:50px;font-size:14px;font-family:var(--default-font);border:1px solid #e0e0e0;transition:all .3s ease;background:white;border-radius:22px;overflow:hidden}.service-container.selected{box-shadow:0 0 10px rgba(0,0,0,.1);animation:lightningEffect .5s ease;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box}.service-container .expandable-dropdown__rotated{transform:rotate(180deg)}.service-container .ripple-service-container{position:absolute;top:0;left:0;width:100%;height:300px;z-index:0}.expandable-content{overflow:hidden;transition:height .3s ease-in-out;height:0}.expandable-content.expanded{height:var(--expanded-height)}.address-container{padding:13px 20px;border-radius:22px;border:1px solid #e0e0e0;background:white}.sire-segment{display:flex;border-radius:22px;padding:2px;background:#fafafa;border:1px solid #D9D9D9;width:100%}.sire-segment.sire-segment--compact{display:flex!important;width:260px!important;max-width:100%!important;flex:0 0 auto}.sire-segment.sire-segment--compact .sire-segment__option{flex:1 1 0!important;width:50%!important}.sire-segment__option{width:100%;border:none;background:transparent;padding:8px 16px;border-radius:22px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease;white-space:nowrap;transition:all .3s ease}.sire-segment__option--selected{background:white;box-shadow:0 0 10px rgba(0,0,0,.1);animation:lightningEffect .5s ease;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box}.delivery-options{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px 6px;margin:16px 0;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.delivery-options__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.delivery-options__eyebrow{display:block;font-size:13px;font-weight:800;color:#111827;letter-spacing:-.01em}.delivery-options__sub{margin:2px 0 0;font-size:12px;color:#6b7280;line-height:1.4}.delivery-options__pill{display:inline-flex;align-items:center;gap:6px;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.28);color:#0369a1;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;flex:0 0 auto}.delivery-options__pill-dot{width:6px;height:6px;border-radius:999px;background:#38bdf8;animation:delivery-options-pulse 1.2s ease-in-out infinite}.delivery-options__list{list-style:none;margin:0;padding:0}.delivery-options__row{border-bottom:1px solid #f3f4f6}.delivery-options__row:last-child{border-bottom:0}.delivery-options__row.is-indent .delivery-options__row-btn{padding-left:32px}.delivery-options__row-btn{width:100%;-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:14px 4px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left;transition:background .15s ease}.delivery-options__row-btn:hover{background:#f9fafb}.delivery-options__row-btn:active{background:#f3f4f6}.delivery-options__row-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:8px}.delivery-options__icon{flex:0 0 auto;width:36px;height:36px;border-radius:10px;background:#f3f4f6;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.delivery-options__row.is-on .delivery-options__icon{background:rgba(56,189,248,.14);color:#0369a1}.delivery-options__copy{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;min-width:0}.delivery-options__title{font-size:14px;font-weight:600;color:#111827;line-height:1.3}.delivery-options__desc{font-size:12px;color:#6b7280;line-height:1.4}.delivery-options__toggle{flex:0 0 auto;position:relative;width:44px;height:26px;border-radius:999px;background:#e5e7eb;transition:background .2s ease,box-shadow .2s ease;box-shadow:inset 0 1px 2px rgba(15,22,35,.06)}.delivery-options__toggle.is-on{background:linear-gradient(135deg,#38bdf8 0%,#2563eb 100%);box-shadow:inset 0 1px 2px rgba(15,22,35,.12),0 0 0 2px rgba(56,189,248,.2)}.delivery-options__toggle-thumb{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:999px;background:#ffffff;box-shadow:0 2px 4px rgba(15,22,35,.2);transition:transform .2s cubic-bezier(.4,0,.2,1)}.delivery-options__toggle.is-on .delivery-options__toggle-thumb{transform:translate(18px)}@keyframes delivery-options-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@media (max-width: 480px){.delivery-options{padding:12px 14px 4px}.delivery-options__row-btn{padding:12px 2px;gap:10px}.delivery-options__icon{width:32px;height:32px}.delivery-options__title{font-size:13px}.delivery-options__desc{font-size:11px}}.circle{margin-right:5px;margin-left:5px;background:white;border-radius:50%;width:3px;height:3px;display:inline-block;margin-bottom:2px}.circle .wrapped{margin:0!important}.payment-method{padding:10px;border:1px solid white;border-radius:8px}.payment-method.active{background:white}.chart-line{height:12px;width:2px;background-color:var(--ion-color-primary);border-radius:4px}.filepond--drop-label{box-shadow:0 0 10px rgba(255,255,255,.25);background:#26282a;font-size:.875rem;color:#fff;font-family:var(--default-font);border-radius:.3125rem}.filepond--panel-root{background-color:#000!important}.filepond--root{border-radius:.3125rem;overflow:hidden}.filepond--drop-label.filepond--drop-label label{color:#fff}/*!
* FilePond 4.32.7
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{-webkit-transform-origin:center center;transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 rgba(255,255,255,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em rgba(255,255,255,.9)}.filepond--file-action-button[disabled]{color:rgba(255,255,255,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s linear .125s both;animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translate(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translate(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translate(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translate(.25em)}}@keyframes shake{10%,90%{-webkit-transform:translateX(-.0625em);transform:translate(-.0625em)}20%,80%{-webkit-transform:translateX(.125em);transform:translate(.125em)}30%,50%,70%{-webkit-transform:translateX(-.25em);transform:translate(-.25em)}40%,60%{-webkit-transform:translateX(.25em);transform:translate(.25em)}}@-webkit-keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes fall{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity;touch-action:auto}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:-webkit-grabbing;cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,.5em,0);transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.4;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}/*!
* FilePondPluginImagePreview 4.6.12
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/.filepond--image-preview-markup{position:absolute;left:0;top:0}.filepond--image-preview-wrapper{z-index:2}.filepond--image-preview-overlay{display:block;position:absolute;left:0;top:0;width:100%;min-height:5rem;max-height:7rem;margin:0;opacity:0;z-index:2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filepond--image-preview-overlay svg{width:100%;height:auto;color:inherit;max-height:inherit}.filepond--image-preview-overlay-idle{mix-blend-mode:multiply;color:rgba(40,40,40,.85)}.filepond--image-preview-overlay-success{mix-blend-mode:normal;color:#369763}.filepond--image-preview-overlay-failure{mix-blend-mode:normal;color:#c44e47}@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)){.filepond--image-preview-overlay-idle{mix-blend-mode:normal}}.filepond--image-preview-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;top:0;right:0;height:100%;margin:0;border-radius:.45em;overflow:hidden;background:rgba(0,0,0,.01)}.filepond--image-preview{position:absolute;left:0;top:0;z-index:1;display:flex;align-items:center;height:100%;width:100%;pointer-events:none;background:#222;will-change:transform,opacity}.filepond--image-clip{position:relative;overflow:hidden;margin:0 auto}.filepond--image-clip[data-transparency-indicator=grid] img,.filepond--image-clip[data-transparency-indicator=grid] canvas{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");background-size:1.25em 1.25em}.filepond--image-bitmap,.filepond--image-vector{position:absolute;left:0;top:0;will-change:transform}.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper{border-radius:0}.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview{height:100%;display:flex;justify-content:center;align-items:center}.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper{border-radius:99999rem}.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay{top:auto;bottom:0;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]){margin-bottom:.325em}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left]{left:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right]{right:calc(50% - 3em)}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left],.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right]{margin-bottom:.5125em}.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center]{margin-top:0;margin-bottom:.1875em;margin-left:.1875em}.full-height-card-desktop{height:calc(100vh - 160px)}.shipment-report-content{--background: #f5f7fb}.shipment-report-page{width:100%;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;--soft-shadow: 0 1px 2px rgba(17, 24, 39, .03)}.shipment-report-page .dashboard-header,.shipment-report-page .activity-chart,.shipment-report-page .kpi-stat-card,.shipment-report-page .shipment-report-page__list,.shipment-report-page .store-breakdown,.shipment-report-page .labels-by-carrier,.shipment-report-page .welcome-hero,.shipment-report-page .welcome-checklist,.shipment-report-page .welcome-stores,.shipment-report-page .welcome-proof__stats,.shipment-report-page .welcome-proof__reads{box-shadow:var(--soft-shadow)}.shipment-report-page .connected-row,.shipment-report-page .unshipped-alert{box-shadow:none}.shipment-report-page__inner{max-width:1320px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:0}.shipment-report-page__banner{margin-bottom:16px}.shipment-report-page__health{margin-bottom:12px}.shipment-report-page__reco-row{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:12px;margin-bottom:16px}.shipment-report-page__reco-row>.next-best-action{margin-bottom:0}@media (max-width: 1024px){.shipment-report-page__reco-row{grid-template-columns:1fr}}.shipment-report-page__kpi{margin-bottom:16px}.shipment-report-page__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:16px;align-items:stretch;min-height:520px}.shipment-report-page__analytics{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:stretch}@media (max-width: 1024px){.shipment-report-page__analytics{grid-template-columns:1fr}}.shipment-report-page__chart{display:flex;flex-direction:column;min-height:360px}.shipment-report-page__list{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;display:flex;flex-direction:column;min-height:360px;max-height:calc(100vh - 240px);overflow:hidden}.shipment-report-page__list>div{height:100%}@media (max-width: 1024px){.shipment-report-page__inner{padding:16px}.shipment-report-page__grid{grid-template-columns:1fr;min-height:0}.shipment-report-page__list{max-height:none;min-height:480px}}@media (max-width: 768px){.shipment-report-page__inner{padding:12px 12px 100px;gap:12px}.shipment-report-page__list{padding:12px;border-radius:12px;max-height:none;min-height:360px;overflow:visible}.shipment-report-page__kpi{margin-bottom:0}.shipment-report-page__grid{gap:12px}.shipment-report-page__analytics{grid-template-columns:1fr;gap:12px;margin-top:0}.shipment-report-page__banner{margin-bottom:0}.shipment-report-page__onboarding{padding-bottom:24px}}.sire-v2-input-number-wrapper{align-items:center;display:flex;position:relative;width:100%}.sire-v2-input-number-wrapper .ant-input-number-input{padding:0}.sire-v2-input-number-wrapper .sire-v2-input-number-prefix,.sire-v2-input-number-wrapper .sire-v2-input-number-postfix{position:absolute;display:flex;align-items:center;color:rgba(0,0,0,.6);font-size:14px;font-family:var(--default-font);pointer-events:none;z-index:1}.sire-v2-input-number-wrapper .sire-v2-input-number-prefix{left:10px}.sire-v2-input-number-wrapper .sire-v2-input-number-postfix{right:10px}.sire-v2-input-number-wrapper .sire-v2-input-number.has-prefix{padding-left:25px}.sire-v2-input-number-wrapper .sire-v2-input-number.has-postfix{padding-right:20px}.sire-v2-input-number-wrapper .sire-v2-input-number.has-postfix+.sire-v2-input-clear{right:20px}.sire-v2-input-number-wrapper .sire-v2-input-number{background:white;border-radius:22px;border:1px solid #e0e0e0;font-family:var(--default-font);font-size:14px;height:50px;padding:13px 20px;transition:all .3s ease;width:100%}.sire-v2-input-number-wrapper .sire-v2-input-number::placeholder{color:#9e9e9e}.sire-v2-input-number-wrapper .sire-v2-input-number:hover{border-color:#bbb}.sire-v2-input-number-wrapper .sire-v2-input-number.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.sire-v2-input-number-wrapper .sire-v2-input-number-clear{background:white;position:absolute;right:8px;top:23px;transform:translateY(-50%);border:none;cursor:pointer;padding:4px;font-size:20px;line-height:1;z-index:2;color:#666;display:flex;align-items:center;justify-content:center}.sire-v2-input-number-wrapper .sire-v2-input-number-clear:hover{color:#333}.v2-input-select{position:relative}.v2-input-select .ripple-parent{position:relative;overflow:hidden}.v2-input-select .select-value{background-color:#fff;background:white;border-radius:8px;border:1px solid #d9d9d9;cursor:pointer;display:flex;padding:13px 20px;transition:all .3s ease}.v2-input-select .select-value.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.v2-input-select .select-arrow-down{line-height:10px}.select-popover{--width: fit-content;--min-width: 200px;--background: var(--ion-color-light);--box-shadow: 0 4px 8px rgba(0, 0, 0, .1)}.select-popover::part(content){margin-top:0}.select-popover .v2-input-select-dropdown{background:white;border-radius:8px;z-index:1000;margin-top:4px;overflow:hidden;opacity:0;animation:fadeInDown .5s ease forwards;transform:scaleZ(0)}.select-popover .v2-input-select-dropdown .v2-input-select-option{opacity:0;animation:fadeInDown .3s ease forwards;transform:scaleZ(0);padding:8px 12px;cursor:pointer;transition:background-color .4s;background-color:#fff}.select-popover .v2-input-select-dropdown .v2-input-select-option:hover{background-color:#505050}.select-popover .v2-input-select-dropdown .v2-input-select-option.selected{background:var(--super-light-colored-bg)}ion-datetime{--ion-color-base: #fe1416 !important}.connected-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;margin-bottom:16px;flex-wrap:wrap}.connected-row__label{font-size:11px;font-weight:700;color:#6b7280;letter-spacing:.05em}.connected-row__pills{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1 1 auto;min-width:0}.connected-row__pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:#ffffff;border:1px solid rgba(56,189,248,.55);border-radius:999px;font-size:12px;font-weight:600;color:#0c4a6e;box-shadow:0 1px 2px rgba(56,189,248,.1)}.connected-row__pill--more{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280;box-shadow:none}.connected-row__dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.connected-row__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.connected-row__btn{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;height:32px;background:transparent;border:0;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.connected-row__btn:hover{background:#f9fafb;color:#111827;border-radius:8px}.connected-row__btn:disabled{opacity:.6;cursor:not-allowed}.connected-row__btn--solid{background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;color:#111827;padding:6px 12px}.connected-row__btn--solid:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.connected-row__btn--dark{background:#111827;border:1px solid #111827;border-radius:10px;color:#fff;padding:6px 14px}.connected-row__btn--dark:hover{background:#0b1220;border-color:#0b1220;color:#fff}.connected-row__btn--growth{background:#ffffff;border:1px solid rgba(56,189,248,.55);border-radius:999px;color:#0c4a6e;padding:6px 14px;gap:8px}.connected-row__btn--growth:hover{background:#f0f9ff;border-color:rgba(56,189,248,.85);color:#0c4a6e}.connected-row__growth-tag{background:rgba(56,189,248,.16);color:#0369a1;font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;margin-left:2px}.connected-row__sync{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;height:32px;background:transparent;border:0;font-family:inherit;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;border-radius:8px;transition:background .15s ease,color .15s ease}.connected-row__sync:hover{background:#f3f4f6;color:#111827}.connected-row__sync:disabled{opacity:.7;cursor:progress}.connected-row__sync:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:8px}.connected-row__sync .is-spinning{animation:connected-row-spin 1s linear infinite}@keyframes connected-row-spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.connected-row{padding:10px 12px;border-radius:10px;gap:10px}.connected-row__label{display:none}.connected-row__pills{flex:1 1 100%;order:1;gap:6px}.connected-row__actions{width:100%;order:2;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.connected-row__btn{padding:7px 10px;font-size:12px}.connected-row__btn--growth{gap:6px}.connected-row__sync{font-size:11px;padding:6px 8px}.connected-row__sync span{display:inline}}@media (max-width: 380px){.connected-row__growth-tag{display:none}}ion-modal.create-integration-modal-host{--width: min(640px, 92vw);--max-width: 640px}ion-modal.create-integration-modal-host ion-content{--min-height: 540px;min-height:540px}ion-modal.create-integration-modal-host .sheet-content,ion-modal.create-integration-modal-host .ion-page{min-height:580px}.integration-type-card{background:var(--card-background-color);border:2px solid var(--list-border-color);transition:all .3s ease;border-radius:12px;cursor:pointer}.integration-type-card:hover{border-color:var(--colored-bg);transform:translateY(-2px);box-shadow:var(--shadow)}.integration-type-card .bg-light-grey{background:var(--list-background-color)}.provider-card{background:var(--card-background-color);border:2px solid var(--list-border-color);border-radius:12px;transition:all .3s ease;cursor:pointer}.provider-card:hover{border-color:var(--colored-bg);transform:translateY(-1px);box-shadow:var(--shadow-small)}.provider-card.selected{border-color:var(--colored-bg);background:rgba(255,255,255,.2);box-shadow:0 0 0 2px rgba(99,102,241,.1)}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.bg-light-grey{background:var(--list-background-color)}.bg-primary{background:var(--colored-bg)}.sire-v2-textarea-wrapper{position:relative;width:100%}.sire-v2-textarea-wrapper .sire-v2-textarea{width:100%;padding:12px;font-size:14px;font-family:var(--default-font);border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease;background:white}.sire-v2-textarea-wrapper .sire-v2-textarea::placeholder{color:#9e9e9e}.sire-v2-textarea-wrapper .sire-v2-textarea:hover{border-color:#bbb}.sire-v2-textarea-wrapper .sire-v2-textarea.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.sire-v2-textarea-wrapper .sire-v2-textarea-clear{position:absolute;right:12px;top:12px;background:none;border:none;font-size:20px;cursor:pointer;color:var(--text-color-secondary);padding:0;line-height:1}.sire-v2-textarea-wrapper .sire-v2-textarea-clear:hover{color:var(--text-color)}.sire-v2-uploader{border-radius:22px!important}.sire-v2-uploader .filepond--drop-label{background:white;border:1px solid #e0e0e0;font-family:var(--default-font);font-size:.875rem;border-radius:22px}.sire-v2-uploader .filepond--panel-root{background-color:#fff!important}.sire-v2-uploader .filepond--root{overflow:hidden}.sire-v2-uploader .filepond--drop-label.filepond--drop-label label{color:#000}.dashboard-activity{--da-brand-blue: #2563eb;--da-brand-cyan: #38bdf8;--da-brand-magenta: #d946ef;--da-brand-pink: #ec4899;--da-brand-gradient: linear-gradient(135deg, #2563eb 0%, #38bdf8 50%, #d946ef 100%);display:flex;flex-direction:column;height:100%;min-height:0;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.dashboard-activity__tabs{display:flex;align-items:center;gap:24px;border-bottom:1px solid #e5e7eb;padding:0 4px 12px;margin:-4px -4px 12px}.dashboard-activity__tab{position:relative;display:inline-flex;align-items:center;gap:8px;padding:4px 2px 12px;background:transparent;border:0;margin-bottom:-11px;font-family:inherit;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:color .15s ease;letter-spacing:-.01em}.dashboard-activity__tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:var(--da-brand-gradient);transform:scaleX(0);transform-origin:left center;transition:transform .2s ease}.dashboard-activity__tab:hover,.dashboard-activity__tab.is-active{color:#111827}.dashboard-activity__tab.is-active:after{transform:scaleX(1)}.dashboard-activity__tab:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:4px}.dashboard-activity__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;border-radius:999px;background:rgba(56,189,248,.14);color:#075985;font-size:10px;font-weight:700;transition:background .15s ease,color .15s ease}.dashboard-activity__tab:nth-child(1) .dashboard-activity__tab-count{background:rgba(56,189,248,.16);color:#0369a1}.dashboard-activity__tab:nth-child(2) .dashboard-activity__tab-count{background:rgba(217,70,239,.14);color:#86198f}.dashboard-activity__tab:nth-child(3) .dashboard-activity__tab-count{background:rgba(245,158,11,.16);color:#92400e}.dashboard-activity__search{position:relative;display:flex;align-items:center;gap:8px;padding:6px 6px 6px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px;color:#6b7280}.dashboard-activity__search>svg{flex:0 0 auto}.dashboard-activity__search input{flex:1 1 auto;min-width:0;border:0;background:transparent;font-family:inherit;font-size:13px;color:#111827;outline:0}.dashboard-activity__search input::placeholder{color:#9ca3af}.dashboard-activity__search:focus-within{border-color:rgba(56,189,248,.55);background:#ffffff;box-shadow:0 0 0 3px rgba(56,189,248,.14)}.dashboard-activity__filter-btn{flex:0 0 auto;width:28px;height:28px;border-radius:8px;background:transparent;border:0;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.dashboard-activity__filter-btn:hover{background:#f3f4f6;color:#111827}.dashboard-activity__filter-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.dashboard-activity__sort{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-size:12px;color:#6b7280;position:relative}.dashboard-activity__sort-btn{display:inline-flex;align-items:center;gap:4px;background:transparent;border:0;padding:2px 4px;font:inherit;font-weight:700;color:#111827;cursor:pointer;border-radius:4px;transition:background .15s ease}.dashboard-activity__sort-btn:hover{background:#f3f4f6}.dashboard-activity__sort-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.dashboard-activity__sort-menu{position:absolute;top:calc(100% + 4px);left:32px;z-index:5;min-width:160px;max-width:min(300px,100vw - 120px);background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 16px rgba(17,24,39,.08);padding:4px;display:flex;flex-direction:column}.dashboard-activity__sort-option{background:transparent;border:0;padding:8px 12px;border-radius:8px;font:inherit;font-size:13px;font-weight:500;color:#111827;text-align:left;cursor:pointer;transition:background .15s ease}.dashboard-activity__sort-option:hover{background:#f3f4f6}.dashboard-activity__sort-option.is-selected{background:#f3f4f6;font-weight:700}.dashboard-activity__sort-option:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.dashboard-activity__list{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding-right:4px;margin-right:-4px;display:flex;flex-direction:column}.dashboard-activity__list::-webkit-scrollbar{width:8px}.dashboard-activity__list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(37,99,235,.35),rgba(217,70,239,.35));border-radius:999px}.dashboard-activity__list::-webkit-scrollbar-track{background:transparent}.dashboard-activity__empty{padding:32px 12px;text-align:center;color:#9ca3af;font-size:13px}.dashboard-activity__legacy{padding:8px 0;border-bottom:1px solid #f3f4f6}.dashboard-activity__legacy:last-child{border-bottom:0}.dashboard-activity__more{align-self:center;margin:12px auto;padding:8px 16px;background:#ffffff;border:1px solid #e5e7eb;border-radius:999px;font-family:inherit;font-size:12px;font-weight:600;color:#374151;cursor:pointer;transition:background .15s ease,border-color .15s ease}.dashboard-activity__more:hover{background:#f9fafb;border-color:#d1d5db}.dashboard-activity__more:disabled{opacity:.6;cursor:not-allowed}.dashboard-activity__skel{height:64px;border-radius:12px;background:linear-gradient(90deg,#f9fafb,#f3f4f6,#f9fafb);background-size:200% 100%;animation:dashboard-activity-skel 1.4s linear infinite;margin-bottom:8px}@keyframes dashboard-activity-skel{0%{background-position:0% 50%}to{background-position:200% 50%}}.dashboard-row{--row-text: #111827;--row-text-muted: #6b7280;--row-text-subtle: #9ca3af;--row-border: #f3f4f6;position:relative;display:flex;align-items:center;gap:12px;width:100%;padding:12px 4px 12px 10px;background:transparent;border:0;border-bottom:1px solid var(--row-border);cursor:pointer;text-align:left;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;color:var(--row-text);transition:background-color .15s ease,transform .15s ease}.dashboard-row:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:2px;background:linear-gradient(180deg,#38bdf8,#d946ef);opacity:.65}.dashboard-row:last-child{border-bottom:0}.dashboard-row:hover{background-color:#fbf6ff}.dashboard-row:hover:before{opacity:1}.dashboard-row:focus-visible{outline:2px solid #2563eb;outline-offset:-2px;border-radius:8px}.dashboard-row__weight{flex:0 0 auto;width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,rgba(56,189,248,.14),rgba(217,70,239,.1));border:1px solid rgba(56,189,248,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.dashboard-row__weight-value{font-size:12px;font-weight:700;color:var(--row-text);line-height:1.1;letter-spacing:-.02em}.dashboard-row__weight-dim{font-size:10px;color:var(--row-text-muted);font-weight:500}.dashboard-row__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.dashboard-row__title{display:flex;align-items:center;gap:6px;min-width:0}.dashboard-row__customer{font-size:13px;font-weight:600;color:var(--row-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.dashboard-row__arrow{color:var(--row-text-subtle);font-weight:400}.dashboard-row__count{flex:0 0 auto;font-size:10px;font-weight:700;background:rgba(56,189,248,.14);color:#075985;padding:2px 8px;border-radius:999px}.dashboard-row__status{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 6px;border-radius:999px;font-size:11px;font-weight:600;color:var(--row-text-muted);background:rgba(156,163,175,.14);width:fit-content}.dashboard-row__status.is-in-transit{background:rgba(59,130,246,.12);color:#1d4ed8}.dashboard-row__status.is-out{background:rgba(245,158,11,.16);color:#b45309}.dashboard-row__status.is-delivered{background:rgba(16,185,129,.14);color:#047857}.dashboard-row__status.is-returned{background:rgba(239,68,68,.14);color:#b91c1c}.dashboard-row__status.is-pending{background:rgba(156,163,175,.16);color:#4b5563}.dashboard-row__status-dot{width:6px;height:6px;border-radius:50%;flex:0 0 auto}.dashboard-row__status-dot--in-transit{background:#3b82f6}.dashboard-row__status-dot--out{background:#f59e0b}.dashboard-row__status-dot--delivered{background:#10b981}.dashboard-row__status-dot--returned{background:#ef4444}.dashboard-row__status-dot--pending{background:#9ca3af}.dashboard-row__status-label{font-weight:600}.dashboard-row__status-wrap{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.dashboard-row__status-time{color:var(--row-text-subtle);font-size:11px}.dashboard-row__sla-flag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;color:#b91c1c;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.22);cursor:pointer;transition:background .15s ease}.dashboard-row__sla-flag:hover{background:rgba(239,68,68,.18)}.dashboard-row__meta{font-size:11px;color:var(--row-text-subtle);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-row__sep{margin:0 1px}.dashboard-row__tracking{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.01em}.dashboard-row__price{flex:0 0 auto;display:flex;align-items:center;gap:6px}.dashboard-row__cost{font-size:14px;font-weight:700;color:var(--row-text);letter-spacing:-.01em}.dashboard-row__cost:first-letter{color:#38bdf8}.dashboard-row__chev{color:var(--row-text-subtle);font-size:18px;font-weight:400;line-height:1}.dashboard-row__actions{flex:0 0 auto;display:inline-flex;align-items:center;margin-left:4px}@media (max-width: 480px){.dashboard-row{gap:10px;padding:12px;border-radius:10px}.dashboard-row__weight{width:48px;height:48px;border-radius:10px}.dashboard-row__weight-value{font-size:11px}.dashboard-row__weight-dim{font-size:9px}.dashboard-row__cost{font-size:13px}}.ship-actions-menu__trigger{-webkit-appearance:none;appearance:none;background:transparent;border:0;color:#6b7280;width:28px;height:28px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.ship-actions-menu__trigger:hover{background:#f3f4f6;color:#111827}.ship-actions-menu__trigger:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.ship-actions-menu__overlay.ant-popover{--ship-menu-bg: #ffffff;--ship-menu-border: #e5e7eb;font-family:Inter,system-ui,-apple-system,sans-serif}.ship-actions-menu__overlay.ant-popover .ant-popover-inner{background:var(--ship-menu-bg)!important;border:1px solid var(--ship-menu-border);border-radius:10px;box-shadow:0 12px 24px rgba(17,24,39,.1)!important;padding:4px!important}.ship-actions-menu__overlay.ant-popover .ant-popover-inner-content{padding:0!important}.ship-actions-menu__menu{min-width:220px;display:flex;flex-direction:column}.ship-actions-menu__menu button{-webkit-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;width:100%;text-align:left;padding:8px 10px;border-radius:6px;font-size:13px;color:#1f2937;font-family:inherit;display:inline-flex;align-items:center;gap:10px;transition:background .12s ease,color .12s ease}.ship-actions-menu__menu button svg{color:#6b7280;flex:0 0 auto}.ship-actions-menu__menu button:hover{background:#f9fafb;color:#111827}.ship-actions-menu__menu button:hover svg{color:#111827}.ship-actions-menu__menu button:disabled{opacity:.45;cursor:not-allowed}.ship-actions-menu__divider{height:1px;background:#f3f4f6;margin:4px 6px}.ship-actions-menu__danger{color:#b91c1c!important}.ship-actions-menu__danger svg{color:#b91c1c!important}.ship-actions-menu__danger:hover{background:#fef2f2!important;color:#991b1b!important}.dashboard-invoice-row{--row-text: #111827;--row-text-muted: #6b7280;--row-border: #f3f4f6;display:flex;align-items:center;gap:12px;width:100%;padding:12px 4px;background:transparent;border:0;border-bottom:1px solid var(--row-border);cursor:pointer;text-align:left;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;color:var(--row-text);transition:background-color .15s ease}.dashboard-invoice-row:last-child{border-bottom:0}.dashboard-invoice-row:hover{background-color:#fafafa}.dashboard-invoice-row:focus-visible{outline:2px solid #2563eb;outline-offset:-2px;border-radius:8px}.dashboard-invoice-row__icon{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.dashboard-invoice-row__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.dashboard-invoice-row__title{display:flex;align-items:center;gap:8px;min-width:0}.dashboard-invoice-row__amount{font-size:14px;font-weight:700;color:var(--row-text);font-variant-numeric:tabular-nums}.dashboard-invoice-row__sub{font-size:12px;color:var(--row-text-muted)}.dashboard-invoice-row__actions{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;position:relative}.dashboard-invoice-row__pay{-webkit-appearance:none;appearance:none;background:#111827;color:#fff;border:0;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s ease,opacity .12s ease;font-family:inherit}.dashboard-invoice-row__pay:hover{background:#000000}.dashboard-invoice-row__pay:disabled{opacity:.5;cursor:not-allowed}.dashboard-invoice-row__more{-webkit-appearance:none;appearance:none;background:transparent;border:0;color:#6b7280;width:28px;height:28px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.dashboard-invoice-row__more:hover{background:#f3f4f6;color:#111827}.dashboard-invoice-row__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 24px rgba(17,24,39,.08);padding:4px;z-index:30}.dashboard-invoice-row__menu button{-webkit-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;width:100%;text-align:left;padding:8px 10px;border-radius:6px;font-size:13px;color:#1f2937;font-family:inherit;transition:background .12s ease}.dashboard-invoice-row__menu button:hover{background:#f9fafb}.dashboard-invoice-row__menu button:disabled{opacity:.5;cursor:not-allowed}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;line-height:14px;white-space:nowrap}.status-pill--neutral{background:#e5e7eb;color:#6b7280}.status-pill--success{background:#dcfce7;color:#166534}.status-pill--warning{background:#fef3c7;color:#92400e}.status-pill--critical{background:#fee2e2;color:#991b1b}.status-pill--info{background:#dbeafe;color:#1e40af}.dashboard-claim-row{--row-text: #111827;--row-text-muted: #6b7280;--row-border: #f3f4f6;display:flex;align-items:center;gap:12px;width:100%;padding:12px 4px;border:0;border-bottom:1px solid var(--row-border);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;color:var(--row-text);transition:background-color .15s ease}.dashboard-claim-row:last-child{border-bottom:0}.dashboard-claim-row:hover{background-color:#fafafa}.dashboard-claim-row__icon{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.dashboard-claim-row__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.dashboard-claim-row__title{display:flex;align-items:center;gap:8px;min-width:0}.dashboard-claim-row__category{font-size:13px;font-weight:600;color:var(--row-text);text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.dashboard-claim-row__sub{font-size:12px;color:var(--row-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-claim-row__amount{flex:0 0 auto;font-size:13px;font-weight:700;color:var(--row-text);font-variant-numeric:tabular-nums}.dashboard-header{--dh-text: #111827;--dh-text-muted: #6b7280;--dh-border: #e5e7eb;--dh-bg: #ffffff;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;background:var(--dh-bg);border:1px solid var(--dh-border);border-radius:14px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;color:var(--dh-text);margin-bottom:16px}.dashboard-header__titles{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}.dashboard-header__titles h1{font-size:20px;font-weight:700;letter-spacing:-.015em;margin:0;color:var(--dh-text);line-height:1.25}.dashboard-header__titles p{font-size:13px;color:var(--dh-text-muted);margin:0;line-height:1.4}.dashboard-header__titles .dashboard-header__title-node{display:flex;align-items:center;gap:0;margin:0;padding:0;line-height:1}.dashboard-header__titles .dashboard-header__title-node img{height:22px;width:auto;display:block}.dashboard-header .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dashboard-header__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.dashboard-header__icon-btn{width:36px;height:36px;border-radius:10px;background:transparent;border:0;color:var(--dh-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.dashboard-header__icon-btn:hover{background:#f3f4f6;color:var(--dh-text)}.dashboard-header__icon-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.dashboard-header__action{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;height:36px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s ease,background .15s ease,transform .15s ease;white-space:nowrap}.dashboard-header__action--secondary{background:var(--dh-bg);border:1px solid var(--dh-border);color:var(--dh-text)}.dashboard-header__action--secondary:hover{background:#f9fafb}.dashboard-header__action--primary{background:#111827;border:1px solid #111827;color:#fff}.dashboard-header__action--primary:hover{opacity:.9}.dashboard-header__action--primary:active{transform:translateY(1px)}.dashboard-header__action:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media (max-width: 768px){.dashboard-header__action.is-desktop-only{display:none}}.dashboard-header--dark{--dh-text: #f8fafc;--dh-text-muted: rgba(241, 245, 249, .72);--dh-border: rgba(255, 255, 255, .08);--dh-bg: linear-gradient(135deg, #0b1220 0%, #111827 55%, #1e2a44 100%);position:relative;background:var(--dh-bg);border:1px solid var(--dh-border);color:var(--dh-text);overflow:hidden}.dashboard-header--dark:before,.dashboard-header--dark:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;filter:blur(60px);pointer-events:none}.dashboard-header--dark:before{top:-90px;left:-60px;background:radial-gradient(closest-side,rgba(56,189,248,.35),transparent 70%)}.dashboard-header--dark:after{bottom:-110px;right:-40px;background:radial-gradient(closest-side,rgba(217,70,239,.28),transparent 70%)}.dashboard-header--dark .dashboard-header__titles{position:relative;z-index:1}.dashboard-header--dark .dashboard-header__titles h1{color:#fff}.dashboard-header--dark .dashboard-header__titles p{color:var(--dh-text-muted)}.dashboard-header--dark .dashboard-header__actions{position:relative;z-index:1}.dashboard-header--dark .dashboard-header__icon-btn{color:rgba(241,245,249,.85);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.dashboard-header--dark .dashboard-header__icon-btn:hover{background:rgba(255,255,255,.1);color:#fff}.dashboard-header--dark .dashboard-header__action--secondary{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);color:#fff}.dashboard-header--dark .dashboard-header__action--secondary:hover{background:rgba(255,255,255,.12)}.dashboard-header--dark .dashboard-header__action--primary{background:linear-gradient(135deg,#2563eb 0%,#38bdf8 50%,#d946ef 100%);border:1px solid transparent;color:#fff;box-shadow:0 6px 16px rgba(37,99,235,.32)}.dashboard-header--dark .dashboard-header__action--primary:hover{filter:brightness(1.06)}.dashboard-header--dark .dashboard-header__action--primary:active{transform:translateY(1px)}@media (max-width: 768px){.dashboard-header{padding:14px 16px;border-radius:12px;margin-bottom:12px}.dashboard-header__titles h1{font-size:17px}.dashboard-header__titles p{font-size:12px}.dashboard-header__titles .dashboard-header__title-node img{height:18px}.dashboard-header__icon-btn{width:34px;height:34px}.dashboard-header__action{padding:8px 12px;font-size:12px;gap:4px}.dashboard-header__action svg{width:11px;height:11px}.dashboard-header--dark{padding:14px 16px}.dashboard-header--dark:before,.dashboard-header--dark:after{width:160px;height:160px}.dashboard-header--dark .dashboard-header__action--primary{padding:7px 12px;box-shadow:0 4px 10px rgba(37,99,235,.28)}}@media (max-width: 420px){.dashboard-header__titles h1{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-header__icon-btn{width:32px;height:32px}.dashboard-header__action{padding:7px 10px;font-size:11px}}.dashboard-header__back{display:none;flex:0 0 auto;width:36px;height:36px;align-items:center;justify-content:center;border-radius:999px;background:#f3f4f6;color:#4b5563;margin-right:10px;text-decoration:none;transition:background .15s ease,color .15s ease}.dashboard-header__back:hover{background:#e5e7eb;color:#111827}.dashboard-header__back:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media (max-width: 768px){.dashboard-header--has-back{align-items:center}.dashboard-header--has-back .dashboard-header__back{display:inline-flex}}.dashboard-header--sub-page{align-items:center}.dashboard-header--sub-page .dashboard-header__back{display:inline-flex}.shipment-flex-container{background:var(--light-colored-bg)!important;height:100px;margin:-20px -10px -10px;width:calc(100% + 20px);padding:20px 40px;position:relative;z-index:100;background-size:200% 200%;animation:gradient 8s ease-in-out infinite;border-radius:22px;display:flex;justify-content:center;align-items:center}.shipment-flex-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgb(247,247,247) 0%,rgba(247,247,247,0) 100%)!important;z-index:-1;border-radius:22px}.shipment-flex-container .button-container{border-radius:30px;background:white;height:50px;width:50px;padding:10px;display:flex;justify-content:center;align-items:center;animation:buttonpulse 1.5s ease-in-out;animation-fill-mode:forwards;overflow:hidden}.shipment-flex-container .button-container .export-icon{animation-delay:.5s;position:absolute;left:12.5px;width:25px;height:25px;z-index:1}@keyframes buttonpulse{0%{opacity:0;transform:scale(0)}40%{opacity:1;transform:scale(1)}45%{width:50px;opacity:1;transform:scale(1)}to{opacity:1;width:350px;transform:scale(1)}}.shipment-flex-container .typing-animation{margin-left:25px;position:relative;width:fit-content;font-size:13px;font-weight:900;color:#000;font-family:var(--default-font);white-space:nowrap;opacity:0;animation:show 1.5s ease-in-out;animation-fill-mode:forwards}.shipment-flex-container .typing-animation:after{content:"";position:absolute;top:0;left:0;height:100%;width:0px;background:white;animation:typing 1.5s steps(40);animation-fill-mode:forwards}.sire-date-range__display{display:flex;border-radius:22px;padding:13px 20px;background:#fafafa;border:1px solid #D9D9D9;background-color:#fff;cursor:pointer}.sire-date-range__separator{margin:0 8px;color:var(--ion-color-medium)}.sire-date-range__picker{padding:16px}.sire-date-range__info{margin-top:16px;margin-bottom:16px;padding:8px 16px;display:flex;border-radius:24px;background:#fafafa;border:1px solid #D9D9D9}ion-datetime{--ion-color-base: #FE1416 !important}ion-datetime::part(wheel-item){font-family:var(--default-font-family)!important}ion-datetime::part(active){background:var(--colored-bg)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.sire-date-range-picker__picker{padding:16px}.sire-date-range__picker::part(wheel-item){font-family:var(--default-font-family)!important}.sire-date-range__picker::part(active){border-radius:0;background:#27aae2!important;color:#fff!important}.sire-date-range__picker::part(today){border:none!important}.sire-date-range__picker ion-datetime{margin:auto}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}._container_ok8mw_1{padding:20px;background-color:var(--background-color);max-height:80vh;overflow-y:auto}._menuContainer_ok8mw_8{display:flex;flex-direction:column;gap:20px;width:100%}._menuList_ok8mw_15{display:flex;flex-direction:column;gap:10px;width:100%;margin-bottom:10px}._menuListItem_ok8mw_23{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px;background-color:#fff;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.05);cursor:pointer;transition:all .2s ease}._menuListItem_ok8mw_23:hover{background-color:var(--ion-color-light)}._downloadModal_ok8mw_39{padding:20px;display:flex;flex-direction:column;width:100%}.file-pond-v2{width:270px;margin:auto;border-radius:22px;overflow:hidden;height:80px!important;color:#9e9e9e;font-size:14px;font-family:var(--default-font)}.file-pond-v2 .filepond--panel-root{border-radius:22px;background:white!important}.file-pond-v2 .filepond--drop-label{border-radius:22px;border:1px solid #e0e0e0;transition:all .3s ease;background:white;height:80px!important}.file-pond-v2 .filepond--drop-label.filepond--drop-label label{color:#9e9e9e!important}.preview-label{border:1px solid black;border-radius:4px}._container_l14g0_1{padding:20px;display:flex;flex-direction:column;width:100%}.activity-chart{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;gap:16px;height:100%;min-height:360px}.activity-chart__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.activity-chart__head h2{font-size:15px;font-weight:700;color:#111827;margin:0;letter-spacing:-.01em}.activity-chart__head p{font-size:12px;color:#6b7280;margin:2px 0 0}.activity-chart__tabs{display:inline-flex;background:#f3f4f6;border-radius:999px;padding:3px;gap:2px}.activity-chart__tab{background:transparent;border:0;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;transition:background .15s ease,color .15s ease}.activity-chart__tab.is-active{background:#ffffff;color:#111827;box-shadow:0 1px 2px rgba(17,24,39,.06)}.activity-chart__tab:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.activity-chart__plot{flex:1 1 auto;min-height:240px;position:relative}.activity-chart__svgwrap{width:100%;height:100%;min-height:240px;position:relative}.activity-chart__svg{width:100%;height:100%;display:block;cursor:crosshair}.activity-chart__line,.activity-chart__area{transition:d .35s cubic-bezier(.22,1,.36,1),fill .25s ease}.activity-chart__pulse{transform-origin:center;transform-box:fill-box;animation:ac-pulse 2.4s ease-in-out infinite}.activity-chart__tooltip{position:absolute;top:8px;transform:translate(-50%);background:#111827;color:#fff;border-radius:10px;padding:10px 12px;box-shadow:0 10px 24px rgba(17,24,39,.18);pointer-events:none;font-family:inherit;z-index:5;min-width:160px;max-width:220px;animation:ac-tooltip-in .14s ease-out}.activity-chart__tooltip.is-flipped{transform:translate(-100%)}.activity-chart__tooltip-date{font-size:11px;color:#d1d5db;font-weight:500;letter-spacing:.02em;margin-bottom:6px;text-transform:uppercase}.activity-chart__tooltip-stack{display:flex;flex-direction:column;gap:4px}.activity-chart__tooltip-row{display:flex;align-items:center;gap:8px;font-size:12px}.activity-chart__tooltip-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.activity-chart__tooltip-key{color:#d1d5db;flex:1 1 auto}.activity-chart__tooltip-val{color:#fff;font-weight:700;font-variant-numeric:tabular-nums}.activity-chart__skeleton{width:100%;height:360px;background:linear-gradient(90deg,#f9fafb,#f3f4f6,#f9fafb);background-size:200% 100%;border-radius:8px;animation:ac-skel 1.4s linear infinite}.activity-chart__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#9ca3af;font-size:13px}.activity-chart__footer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:16px;border-top:1px solid #f3f4f6}.activity-chart__stat{display:flex;flex-direction:column;gap:2px;min-width:0}.activity-chart__stat-label{font-size:11px;color:#9ca3af;font-weight:600;letter-spacing:.02em}.activity-chart__stat-value{font-size:15px;font-weight:700;color:#111827;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-chart__stat-value.is-small{font-size:13px;font-weight:600}@keyframes ac-skel{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes ac-pulse{0%,to{transform:scale(1);opacity:.12}50%{transform:scale(1.5);opacity:.05}}@keyframes ac-tooltip-in{0%{opacity:0;transform:translate(-50%,4px)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 768px){.activity-chart{padding:16px;border-radius:12px;min-height:320px}.activity-chart__footer{grid-template-columns:repeat(2,1fr);gap:12px}.activity-chart__head h2{font-size:14px}}.store-breakdown{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;gap:16px;height:100%}.store-breakdown__head h2{font-size:15px;font-weight:700;color:#111827;margin:0;letter-spacing:-.01em}.store-breakdown__head p{font-size:12px;color:#6b7280;margin:2px 0 0}.store-breakdown__body{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.store-breakdown__chart{position:relative;flex:0 0 auto;width:160px;height:160px}.store-breakdown__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center}.store-breakdown__center-value{font-size:22px;font-weight:800;color:#111827;letter-spacing:-.02em;font-variant-numeric:tabular-nums;transition:color .12s ease}.store-breakdown__center-label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-top:2px}.store-breakdown__legend{list-style:none;margin:0;padding:0;flex:1 1 200px;display:flex;flex-direction:column;gap:4px;min-width:200px}.store-breakdown__legend-row{display:grid;grid-template-columns:24px 1fr auto auto;align-items:center;gap:10px;padding:8px;border-radius:8px;transition:background .12s ease;cursor:default}.store-breakdown__legend-row.is-active{background:#f9fafb}.store-breakdown__legend-logo{width:22px;height:22px;border-radius:6px;object-fit:contain;background:#f9fafb;border:1px solid #f3f4f6;padding:2px}.store-breakdown__legend-name{font-size:13px;font-weight:600;color:#111827}.store-breakdown__legend-pct{font-size:11px;color:#6b7280;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.02em}.store-breakdown__legend-val{font-size:13px;font-weight:700;color:#111827;font-variant-numeric:tabular-nums}.store-breakdown__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;line-height:1.55}.store-breakdown__empty strong{color:#111827;font-size:13px;font-weight:700}.store-breakdown__empty span{color:#6b7280;font-size:12px;margin-top:2px}.store-breakdown__skeleton{height:200px;border-radius:12px;background:linear-gradient(90deg,#f9fafb,#f3f4f6,#f9fafb);background-size:200% 100%;animation:store-breakdown-skel 1.4s linear infinite}@keyframes store-breakdown-skel{0%{background-position:0% 50%}to{background-position:200% 50%}}@media (max-width: 768px){.store-breakdown{padding:16px;border-radius:12px}.store-breakdown__chart{width:140px;height:140px}.store-breakdown__center-value{font-size:20px}}.labels-by-carrier{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;gap:16px;height:100%}.labels-by-carrier__head h2{font-size:15px;font-weight:700;color:#111827;margin:0;letter-spacing:-.01em}.labels-by-carrier__head p{font-size:12px;color:#6b7280;margin:2px 0 0}.labels-by-carrier__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.labels-by-carrier__row{display:flex;flex-direction:column;gap:6px}.labels-by-carrier__row-head{display:flex;align-items:baseline;justify-content:space-between}.labels-by-carrier__carrier{font-size:13px;font-weight:700;color:#111827;letter-spacing:.01em}.labels-by-carrier__count{font-size:13px;color:#111827;font-weight:700;font-variant-numeric:tabular-nums}.labels-by-carrier__share{color:#6b7280;font-weight:600}.labels-by-carrier__track{width:100%;height:8px;border-radius:999px;background:#f3f4f6;overflow:hidden}.labels-by-carrier__fill{height:100%;border-radius:999px;transition:width .6s cubic-bezier(.22,1,.36,1)}.labels-by-carrier__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;line-height:1.55}.labels-by-carrier__empty strong{color:#111827;font-size:13px;font-weight:700}.labels-by-carrier__empty span{color:#6b7280;font-size:12px;margin-top:2px}.labels-by-carrier__skeleton{height:220px;border-radius:12px;background:linear-gradient(90deg,#f9fafb,#f3f4f6,#f9fafb);background-size:200% 100%;animation:labels-by-carrier-skel 1.4s linear infinite}@keyframes labels-by-carrier-skel{0%{background-position:0% 50%}to{background-position:200% 50%}}@media (max-width: 768px){.labels-by-carrier{padding:16px;border-radius:12px}}.unpaid-invoices-alert{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;font-size:13px;margin-bottom:16px;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:background .2s ease,border-color .2s ease}.unpaid-invoices-alert--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.unpaid-invoices-alert--info .unpaid-invoices-alert__icon{background:#3b82f6}.unpaid-invoices-alert--info .unpaid-invoices-alert__copy,.unpaid-invoices-alert--info .unpaid-invoices-alert__copy strong{color:#1e3a8a}.unpaid-invoices-alert--info .unpaid-invoices-alert__sep{color:#2563eb}.unpaid-invoices-alert--info .unpaid-invoices-alert__cta{border-color:#93c5fd;color:#1d4ed8}.unpaid-invoices-alert--info .unpaid-invoices-alert__cta:hover{background:#dbeafe;border-color:#2563eb;color:#1e3a8a}.unpaid-invoices-alert--warn{background:#fffbeb;border:1px solid #fde68a;color:#78350f}.unpaid-invoices-alert--warn .unpaid-invoices-alert__icon{background:#f59e0b}.unpaid-invoices-alert--warn .unpaid-invoices-alert__copy{color:#78350f}.unpaid-invoices-alert--warn .unpaid-invoices-alert__copy strong{color:#92400e}.unpaid-invoices-alert--warn .unpaid-invoices-alert__sep{color:#b45309}.unpaid-invoices-alert--warn .unpaid-invoices-alert__cta{border-color:#fcd34d;color:#b45309}.unpaid-invoices-alert--warn .unpaid-invoices-alert__cta:hover{background:#fef3c7;border-color:#f59e0b;color:#78350f}.unpaid-invoices-alert--urgent{background:#fff5f5;border:1px solid #fecaca;color:#991b1b;animation:unpaid-invoices-urgent-pulse 2.6s ease-in-out infinite}.unpaid-invoices-alert--urgent .unpaid-invoices-alert__icon{background:#ef4444}.unpaid-invoices-alert--urgent .unpaid-invoices-alert__copy{color:#7f1d1d}.unpaid-invoices-alert--urgent .unpaid-invoices-alert__copy strong{color:#991b1b}.unpaid-invoices-alert--urgent .unpaid-invoices-alert__sep{color:#dc2626}.unpaid-invoices-alert--urgent .unpaid-invoices-alert__cta{border-color:#fca5a5;color:#b91c1c}.unpaid-invoices-alert--urgent .unpaid-invoices-alert__cta:hover{background:#fef2f2;border-color:#ef4444;color:#991b1b}.unpaid-invoices-alert__icon{width:28px;height:28px;border-radius:8px;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.unpaid-invoices-alert__copy{flex:1 1 auto}.unpaid-invoices-alert__copy strong{font-weight:700}.unpaid-invoices-alert__sep{margin:0 6px}.unpaid-invoices-alert__cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;background:#ffffff;border:1px solid #e5e7eb;color:#111827;border-radius:999px;padding:7px 16px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,color .15s ease;height:34px}.unpaid-invoices-alert__cta:active{transform:translateY(1px)}.unpaid-invoices-alert__cta:focus-visible{outline:2px solid currentColor;outline-offset:2px}@keyframes unpaid-invoices-urgent-pulse{0%,to{box-shadow:0 1px 2px rgba(220,38,38,.06)}50%{box-shadow:0 0 0 4px rgba(239,68,68,.12)}}@media (max-width: 640px){.unpaid-invoices-alert{flex-wrap:wrap;padding:10px 12px;gap:8px;border-radius:10px}.unpaid-invoices-alert__copy{flex-basis:100%;order:2;font-size:12px;line-height:1.45}.unpaid-invoices-alert__cta{width:100%;order:3;justify-content:center}.unpaid-invoices-alert__sep{margin:0 4px}}.unshipped-alert{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;font-size:13px;margin-bottom:16px;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:background .2s ease,border-color .2s ease}.unshipped-alert--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.unshipped-alert--info .unshipped-alert__icon{background:#3b82f6}.unshipped-alert--info .unshipped-alert__copy,.unshipped-alert--info .unshipped-alert__copy strong{color:#1e3a8a}.unshipped-alert--info .unshipped-alert__sep{color:#2563eb}.unshipped-alert--info .unshipped-alert__cta{border-color:#93c5fd;color:#1d4ed8}.unshipped-alert--info .unshipped-alert__cta:hover{background:#dbeafe;border-color:#2563eb;color:#1e3a8a}.unshipped-alert--warn{background:#fffbeb;border:1px solid #fde68a;color:#78350f}.unshipped-alert--warn .unshipped-alert__icon{background:#f59e0b}.unshipped-alert--warn .unshipped-alert__copy{color:#78350f}.unshipped-alert--warn .unshipped-alert__copy strong{color:#92400e}.unshipped-alert--warn .unshipped-alert__sep{color:#b45309}.unshipped-alert--warn .unshipped-alert__cta{border-color:#fcd34d;color:#b45309}.unshipped-alert--warn .unshipped-alert__cta:hover{background:#fef3c7;border-color:#f59e0b;color:#78350f}.unshipped-alert--urgent{background:#fff5f5;border:1px solid #fecaca;color:#991b1b;animation:unshipped-urgent-pulse 2.6s ease-in-out infinite}.unshipped-alert--urgent .unshipped-alert__icon{background:#ef4444}.unshipped-alert--urgent .unshipped-alert__copy{color:#7f1d1d}.unshipped-alert--urgent .unshipped-alert__copy strong{color:#991b1b}.unshipped-alert--urgent .unshipped-alert__sep{color:#dc2626}.unshipped-alert--urgent .unshipped-alert__cta{border-color:#fca5a5;color:#b91c1c}.unshipped-alert--urgent .unshipped-alert__cta:hover{background:#fef2f2;border-color:#ef4444;color:#991b1b}.unshipped-alert__icon{width:28px;height:28px;border-radius:8px;background:#ef4444;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.unshipped-alert__copy{flex:1 1 auto;color:#7f1d1d}.unshipped-alert__copy strong{font-weight:700;color:#991b1b}.unshipped-alert__sep{margin:0 6px;color:#dc2626}.unshipped-alert__win{display:inline-flex;align-items:center;gap:4px;color:#047857;font-weight:700;background:rgba(16,185,129,.12);padding:2px 10px;border-radius:999px;font-size:12px}.unshipped-alert__cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;background:#ffffff;border:1px solid #e5e7eb;color:#111827;border-radius:999px;padding:7px 16px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,color .15s ease;height:34px}.unshipped-alert__cta:active{transform:translateY(1px)}.unshipped-alert__cta:focus-visible{outline:2px solid currentColor;outline-offset:2px}@keyframes unshipped-urgent-pulse{0%,to{box-shadow:0 1px 2px rgba(220,38,38,.06)}50%{box-shadow:0 0 0 4px rgba(239,68,68,.12)}}@media (max-width: 640px){.unshipped-alert{flex-wrap:wrap;padding:10px 12px;gap:8px;border-radius:10px}.unshipped-alert__copy{flex-basis:100%;order:2;font-size:12px;line-height:1.45}.unshipped-alert__cta{width:100%;order:3;justify-content:center}.unshipped-alert__win{font-size:11px;padding:1px 8px}.unshipped-alert__sep{margin:0 4px}}.welcome-dashboard{--wd-radius: 20px;--wd-radius-sm: 12px;--wd-border: #e5e7eb;--wd-text: #111827;--wd-text-muted: #6b7280;--wd-text-subtle: #9ca3af;--wd-accent: #111827;--wd-success: #059669;--wd-success-soft: #d1fae5;--wd-bg: #ffffff;--wd-bg-subtle: #f9fafb;--wd-bg-dark: #0f1623;--wd-bg-dark-muted: #2a3142;--wd-brand-blue: #2563eb;--wd-brand-cyan: #38bdf8;--wd-brand-magenta: #d946ef;--wd-brand-pink: #ec4899;--wd-brand-gradient: linear-gradient(135deg, #2563eb 0%, #38bdf8 50%, #d946ef 100%);--wd-brand-glow: 0 8px 24px rgba(37, 99, 235, .22);width:100%;color:var(--wd-text);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.welcome-dashboard .welcome-stack{display:flex;flex-direction:column;gap:16px;width:100%}.welcome-dashboard .welcome-urgency{display:flex;align-items:center;gap:10px;padding:10px 14px;background:linear-gradient(90deg,rgba(56,189,248,.1) 0%,rgba(217,70,239,.1) 100%);border:1px solid rgba(56,189,248,.3);border-radius:12px;font-size:13px;font-weight:600;color:#0c4a6e}.welcome-dashboard .welcome-urgency__icon{flex:0 0 auto;width:22px;height:22px;border-radius:6px;background:rgba(56,189,248,.18);color:#0369a1;display:inline-flex;align-items:center;justify-content:center}.welcome-dashboard .welcome-urgency__copy{flex:1 1 auto}.welcome-dashboard .welcome-urgency__cta{flex:0 0 auto;background:#ffffff;border:1px solid rgba(56,189,248,.55);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700;color:#0369a1;cursor:pointer;transition:background .15s ease,border-color .15s ease}.welcome-dashboard .welcome-urgency__cta:hover{background:#f0f9ff;border-color:rgba(56,189,248,.85)}.welcome-dashboard .welcome-hero{position:relative;background:transparent;border-radius:0;padding:0;overflow:visible;border:0;box-shadow:none}.welcome-dashboard .welcome-hero:before{content:"";position:absolute;top:-120px;right:-120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(closest-side,rgba(56,189,248,.18),transparent 70%);pointer-events:none}.welcome-dashboard .welcome-hero:after{content:"";position:absolute;bottom:-140px;left:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(closest-side,rgba(217,70,239,.12),transparent 70%);pointer-events:none}.welcome-dashboard .welcome-hero>*{position:relative;z-index:1}.welcome-dashboard .welcome-hero__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.welcome-dashboard .welcome-hero__segment{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--wd-text-muted);background:var(--wd-bg-subtle);border:1px solid var(--wd-border);border-radius:999px;padding:4px 12px}.welcome-dashboard .welcome-hero__segment-label{font-weight:600}.welcome-dashboard .welcome-hero__segment-value{font-weight:700;color:var(--wd-text)}.welcome-dashboard .welcome-hero__progress{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--wd-text-muted);background:rgba(217,70,239,.08);border:1px solid rgba(217,70,239,.18);border-radius:999px;padding:4px 12px 4px 8px;color:#9d174d}.welcome-dashboard .welcome-hero__progress .dot{width:8px;height:8px;border-radius:50%;background:var(--wd-brand-magenta);box-shadow:0 0 0 3px rgba(217,70,239,.18)}.welcome-dashboard .welcome-hero__body{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch}.welcome-dashboard .welcome-hero__copy h1{font-size:28px;line-height:1.2;font-weight:700;margin:0 0 12px;color:var(--wd-text);letter-spacing:-.02em}.welcome-dashboard .welcome-hero__copy p{font-size:14px;line-height:1.55;color:var(--wd-text-muted);margin:0 0 20px;max-width:460px}.welcome-dashboard .welcome-hero__copy p strong{color:var(--wd-text);font-weight:600}.welcome-dashboard .welcome-hero__hot{background:var(--wd-brand-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:800}.welcome-dashboard .welcome-hero__guarantee{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:12px;color:var(--wd-text-muted);background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.22);border-radius:999px;padding:4px 12px}.welcome-dashboard .welcome-hero__guarantee strong{color:#065f46;font-weight:700}.welcome-dashboard .welcome-hero__guarantee-icon{color:#047857;flex:0 0 auto;display:inline-flex;align-items:center}.welcome-dashboard .welcome-hero__progress-bar{position:relative;height:8px;background:#eef2f7;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.welcome-dashboard .welcome-hero__progress-bar-fill{position:absolute;inset:0 auto 0 0;background:var(--wd-brand-gradient);border-radius:999px;transition:width .3s ease;box-shadow:0 0 12px rgba(56,189,248,.45)}.welcome-dashboard .welcome-hero__progress-bar-label{position:absolute;right:0;top:14px;font-size:12px;font-weight:600;color:var(--wd-text-muted)}.welcome-dashboard .welcome-hero__rates{background:#ffffff;border-radius:16px;padding:16px 18px 14px;color:#111827;box-shadow:0 8px 24px rgba(15,22,35,.08);border:1px solid rgba(15,22,35,.06);width:100%}.welcome-dashboard .welcome-hero__rates-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.welcome-dashboard .welcome-hero__rates-switch{display:inline-flex;gap:4px;background:rgba(255,255,255,.06);padding:3px;border-radius:999px}.welcome-dashboard .welcome-hero__rates-chip{background:transparent;border:0;color:#cbd5e1;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease}.welcome-dashboard .welcome-hero__rates-chip:hover{color:#fff}.welcome-dashboard .welcome-hero__rates-chip.is-active{background:var(--wd-brand-gradient);color:#fff;box-shadow:0 2px 6px rgba(56,189,248,.25)}.welcome-dashboard .welcome-hero__rates-header{margin-bottom:14px}.welcome-dashboard .welcome-hero__rates-eyebrow{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;background:#f3f4f6;border-radius:6px;padding:4px 8px;display:inline-block}.welcome-dashboard .welcome-hero__rates-zips{display:flex;align-items:stretch;gap:10px;margin-bottom:16px;flex-wrap:wrap}.welcome-dashboard .welcome-hero__rates-zip{display:flex;flex-direction:column;gap:2px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;padding:7px 12px;flex:1 1 110px;min-width:100px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.welcome-dashboard .welcome-hero__rates-zip:focus-within{border-color:#38bdf8;background:#ffffff;box-shadow:0 0 0 3px rgba(56,189,248,.18)}.welcome-dashboard .welcome-hero__rates-zip>span{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.welcome-dashboard .welcome-hero__rates-zip input{flex:1 1 auto;width:100%;min-width:0;background:transparent;border:0;color:#111827;font-size:14px;font-weight:800;letter-spacing:.03em;font-feature-settings:"tnum";padding:0}.welcome-dashboard .welcome-hero__rates-zip input:focus{outline:none}.welcome-dashboard .welcome-hero__rates-zip-arrow{color:#9ca3af;font-size:18px;font-weight:800;align-self:center}.welcome-dashboard .welcome-hero__rates-fetch{flex:0 0 auto;padding:10px 18px;min-height:42px;border:0;border-radius:10px;background:var(--wd-brand-gradient);color:#fff;font-size:13px;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 6px 16px rgba(56,189,248,.32);transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}.welcome-dashboard .welcome-hero__rates-fetch:hover:not(:disabled){opacity:.95;transform:translateY(-1px);box-shadow:0 8px 20px rgba(56,189,248,.42)}.welcome-dashboard .welcome-hero__rates-fetch:disabled{opacity:.6;cursor:progress;box-shadow:none}.welcome-dashboard .welcome-hero__rates-error{color:#b91c1c}.welcome-dashboard .welcome-hero__rates-row{display:grid!important;grid-template-columns:92px 1fr auto;align-items:center;gap:12px;padding:10px 12px!important;position:relative;background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px!important}.welcome-dashboard .welcome-hero__rates-row .rate-row__save{display:flex;flex-direction:column;align-items:flex-start;gap:0;line-height:1}.welcome-dashboard .welcome-hero__rates-row .rate-row__save-eyebrow{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#047857;margin-bottom:4px}.welcome-dashboard .welcome-hero__rates-row .rate-row__save-amount{font-size:22px;font-weight:900;letter-spacing:-.02em;color:#059669;font-feature-settings:"tnum";line-height:1}.welcome-dashboard .welcome-hero__rates-row .rate-row__save-placeholder{color:#9ca3af;font-size:18px;font-weight:700}.welcome-dashboard .welcome-hero__rates-row .rate-row__meta{display:flex;flex-direction:column;gap:6px;min-width:0}.welcome-dashboard .welcome-hero__rates-row .rate-row__weight-line{display:inline-flex;align-items:center;gap:6px}.welcome-dashboard .welcome-hero__rates-row .rate-row__weight-chip{display:inline-flex;align-items:center;background:#ffffff;border:1px solid #e5e7eb;color:#111827;font-size:12px;font-weight:800;padding:3px 8px;border-radius:8px;letter-spacing:.01em}.welcome-dashboard .welcome-hero__rates-row .rate-row__mode{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 7px;border-radius:999px}.welcome-dashboard .welcome-hero__rates-row .rate-row__mode--ground{background:rgba(56,189,248,.14);color:#0369a1}.welcome-dashboard .welcome-hero__rates-row .rate-row__mode--express{background:rgba(217,70,239,.14);color:#86198f}.welcome-dashboard .welcome-hero__rates-row .rate-row__best-pill{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 7px;border-radius:999px;background:rgba(217,70,239,.1);color:#a21caf;border:1px solid rgba(217,70,239,.25)}.welcome-dashboard .welcome-hero__rates-row .rate-row__service-line{display:inline-flex;align-items:center;gap:6px;min-width:0}.welcome-dashboard .welcome-hero__rates-row .rate-row__carrier{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;padding:2px 7px;border-radius:6px;background:#6b7280;align-self:center;flex:0 0 auto}.welcome-dashboard .welcome-hero__rates-row .rate-row__carrier--usps{background:#005a9c}.welcome-dashboard .welcome-hero__rates-row .rate-row__carrier--ups{background:#6e491e}.welcome-dashboard .welcome-hero__rates-row .rate-row__carrier--fedex{background:#4c2989}.welcome-dashboard .welcome-hero__rates-row .rate-row__service-name{font-size:12px;color:#4b5563;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.welcome-dashboard .welcome-hero__rates-row .rate-row__prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-feature-settings:"tnum"}.welcome-dashboard .welcome-hero__rates-row .rate-row__retail s{color:#9ca3af;font-size:12px;font-weight:500}.welcome-dashboard .welcome-hero__rates-row .rate-row__sire{font-size:15px;font-weight:800;color:#111827;letter-spacing:-.01em}.welcome-dashboard .welcome-hero__rates-row .rate-row__placeholder{color:#9ca3af;font-size:12px;font-weight:500}.welcome-dashboard .welcome-hero__rates-row.is-highlighted{background:rgba(56,189,248,.06)!important;border-color:rgba(56,189,248,.4);box-shadow:0 8px 24px rgba(56,189,248,.12)}.welcome-dashboard .welcome-hero__rates-row.is-express .rate-row__save-eyebrow{color:#86198f}.welcome-dashboard .welcome-hero__rates-row.is-express .rate-row__save-amount{color:#a21caf}.welcome-dashboard .welcome-hero__rates-row .rate-row__badge{position:absolute;top:-9px;left:14px;display:inline-flex;align-items:center;gap:4px;background:var(--wd-brand-gradient);color:#fff;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:999px;box-shadow:0 4px 10px rgba(56,189,248,.35)}.welcome-dashboard .welcome-hero__rates-row .rate-row__badge svg{color:#fff}.welcome-dashboard .welcome-hero__rates ul{gap:8px}.welcome-dashboard .welcome-hero__rates-footer{color:#4b5563!important;margin-top:12px!important}.welcome-dashboard .welcome-hero__rates-footer strong{color:#059669!important}.welcome-dashboard .welcome-hero__rates ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.welcome-dashboard .welcome-hero__rates li{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:10px;font-size:13px}.welcome-dashboard .welcome-hero__rates li.is-highlighted{background:rgba(56,189,248,.12)}.welcome-dashboard .welcome-hero__rates li.is-highlighted .rate-prices strong{color:#fff}.welcome-dashboard .welcome-hero__rates li .rate-carrier{display:inline-flex;align-items:center;gap:6px;color:#f3f4f6}.welcome-dashboard .welcome-hero__rates li .rate-star{color:#facc15;font-size:11px}.welcome-dashboard .welcome-hero__rates li .rate-prices{display:inline-flex;align-items:baseline;gap:8px}.welcome-dashboard .welcome-hero__rates li .rate-prices s{color:var(--wd-text-subtle);font-size:12px}.welcome-dashboard .welcome-hero__rates li .rate-prices strong{font-weight:700;color:#f3f4f6;font-size:14px}.welcome-dashboard .welcome-hero__rates-footer{margin-top:8px;text-align:center;font-size:11px;color:#9ca3af}.welcome-dashboard .welcome-hero__rates-footer strong{color:#34d399;font-weight:700}.welcome-dashboard .welcome-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.welcome-dashboard .welcome-section-header h2{font-size:16px;font-weight:700;margin:0;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:8px}.welcome-dashboard .welcome-section-header h2:before{content:"";width:6px;height:18px;border-radius:3px;background:var(--wd-brand-gradient);flex:0 0 auto}.welcome-dashboard .welcome-section-header__hint,.welcome-dashboard .welcome-section-header__sub{font-size:13px;color:var(--wd-text-muted);margin:4px 0 0}.welcome-dashboard .welcome-link{background:none;border:0;padding:4px 0;color:var(--wd-text);font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.welcome-dashboard .welcome-link:hover{opacity:.7}.welcome-dashboard .welcome-link:focus-visible{outline:2px solid #2563eb;outline-offset:4px;border-radius:2px}.welcome-dashboard .welcome-checklist{background:var(--wd-bg);border-radius:var(--wd-radius);padding:24px;border:1px solid var(--wd-border)}.welcome-dashboard .welcome-checklist__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.welcome-dashboard .welcome-checklist__item{display:flex;align-items:center;gap:14px;padding:14px 0;border-top:1px solid var(--wd-border)}.welcome-dashboard .welcome-checklist__item:first-child{border-top:0}.welcome-dashboard .welcome-checklist__item.is-done .welcome-checklist__label{color:var(--wd-text-subtle);text-decoration:line-through}.welcome-dashboard .welcome-checklist__index{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--wd-bg-subtle);border:1px solid var(--wd-border);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--wd-text-muted)}.is-done .welcome-dashboard .welcome-checklist__index{background:var(--wd-brand-gradient);border-color:transparent;color:#fff;box-shadow:0 4px 10px rgba(37,99,235,.28)}.welcome-dashboard .welcome-checklist__copy{flex:1 1 auto;min-width:0}.welcome-dashboard .welcome-checklist__label{font-size:14px;font-weight:600;color:var(--wd-text)}.welcome-dashboard .welcome-checklist__hint{font-size:12px;color:var(--wd-text-muted);margin-top:2px}.welcome-dashboard .welcome-checklist__cta{flex:0 0 auto;background:var(--wd-brand-gradient);color:#fff;border:0;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;cursor:pointer;min-height:36px;box-shadow:var(--wd-brand-glow);transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.welcome-dashboard .welcome-checklist__cta:hover{filter:brightness(1.06);box-shadow:0 10px 26px rgba(37,99,235,.3)}.welcome-dashboard .welcome-checklist__cta:active{transform:translateY(1px)}.welcome-dashboard .welcome-checklist__cta:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.welcome-dashboard .welcome-checklist__tease{margin-top:18px;padding-top:16px;border-top:1px dashed var(--wd-border)}.welcome-dashboard .welcome-checklist__tease-eyebrow{font-size:11px;font-weight:700;letter-spacing:.05em;color:var(--wd-text-subtle);text-transform:uppercase;display:block;margin-bottom:10px}.welcome-dashboard .welcome-checklist__tease ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.welcome-dashboard .welcome-checklist__tease li{font-size:12px;font-weight:600;color:var(--wd-text);background:var(--wd-bg-subtle);border:1px solid var(--wd-border);border-radius:999px;padding:5px 12px;display:inline-flex;align-items:center;gap:6px}.welcome-dashboard .welcome-checklist__tease-icon{color:var(--wd-brand-blue);display:inline-flex;align-items:center}.welcome-dashboard .welcome-checklist__tease-icon svg{display:block}.welcome-dashboard .welcome-stores{background:var(--wd-bg);border-radius:var(--wd-radius);padding:24px;border:1px solid var(--wd-border)}.welcome-dashboard .welcome-stores__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.welcome-dashboard .welcome-store-tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:14px;background:var(--wd-bg);border:1px solid var(--wd-border);border-radius:var(--wd-radius-sm);cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;text-align:left;min-height:100px;overflow:hidden}.welcome-dashboard .welcome-store-tile.is-popular{border-color:rgba(56,189,248,.65);box-shadow:0 6px 18px rgba(56,189,248,.14)}.welcome-dashboard .welcome-store-tile__badge{position:absolute;top:8px;right:8px;z-index:2;background:var(--wd-brand-gradient);color:#fff;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:999px;box-shadow:0 2px 6px rgba(37,99,235,.3)}.welcome-dashboard .welcome-store-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(56,189,248,0) 0%,rgba(217,70,239,0) 100%);transition:background .2s ease;pointer-events:none}.welcome-dashboard .welcome-store-tile:hover{border-color:rgba(56,189,248,.55);transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.12)}.welcome-dashboard .welcome-store-tile:hover:before{background:linear-gradient(135deg,rgba(56,189,248,.06) 0%,rgba(217,70,239,.06) 100%)}.welcome-dashboard .welcome-store-tile:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.welcome-dashboard .welcome-store-tile__icon{width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;background:#111827}.welcome-dashboard .welcome-store-tile__icon.icon-shopify{background:#5e8e3e}.welcome-dashboard .welcome-store-tile__icon.icon-amazon{background:#ff9900;color:#111827}.welcome-dashboard .welcome-store-tile__icon.icon-tiktok-shop{background:#000000}.welcome-dashboard .welcome-store-tile__icon.icon-squarespace{background:#111827}.welcome-dashboard .welcome-store-tile__icon.icon-ebay{background:#e53238}.welcome-dashboard .welcome-store-tile__icon.icon-etsy{background:#f1641e}.welcome-dashboard .welcome-store-tile__name{font-size:13px;font-weight:700;color:var(--wd-text)}.welcome-dashboard .welcome-store-tile__connect{font-size:12px;color:var(--wd-text-muted);font-weight:500;transition:color .15s ease}.welcome-dashboard .welcome-store-tile__connect span{margin-left:2px}.welcome-dashboard .welcome-store-tile:hover .welcome-store-tile__connect{color:var(--wd-brand-blue)}.welcome-dashboard .welcome-store-tile__name,.welcome-dashboard .welcome-store-tile__icon{position:relative;z-index:1}.welcome-dashboard .welcome-proof{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:16px}.welcome-dashboard .welcome-proof__quote{background:linear-gradient(135deg,#0b1220 0%,#111827 60%,#1e2a44 100%);color:#f8fafc;border-radius:var(--wd-radius);padding:24px;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden}.welcome-dashboard .welcome-proof__quote:before{content:"";position:absolute;top:-90px;right:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(closest-side,rgba(56,189,248,.3),transparent 70%);pointer-events:none}.welcome-dashboard .welcome-proof__quote-saving{position:relative;z-index:1;align-self:flex-start;background:rgba(56,189,248,.18);color:#7dd3fc;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:999px;text-transform:uppercase}.welcome-dashboard .welcome-proof__quote blockquote{position:relative;z-index:1;margin:0;font-size:17px;font-weight:600;line-height:1.45;color:#f1f5f9;letter-spacing:-.01em}.welcome-dashboard .welcome-proof__quote-author{position:relative;z-index:1;display:flex;align-items:center;gap:10px;margin-top:auto}.welcome-dashboard .welcome-proof__quote-avatar{width:36px;height:36px;border-radius:50%;background:var(--wd-brand-gradient);color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.welcome-dashboard .welcome-proof__quote-meta{display:flex;flex-direction:column;line-height:1.25}.welcome-dashboard .welcome-proof__quote-meta strong{color:#fff;font-size:13px;font-weight:700}.welcome-dashboard .welcome-proof__quote-meta span{color:rgba(241,245,249,.65);font-size:12px}.welcome-dashboard .welcome-proof__concierge{display:flex;flex-direction:column;gap:12px}.welcome-dashboard .welcome-proof__expert-cta{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--wd-bg);border:1px solid var(--wd-border);border-radius:var(--wd-radius);text-decoration:none;color:var(--wd-text);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.welcome-dashboard .welcome-proof__expert-cta:hover{border-color:rgba(56,189,248,.55);box-shadow:0 6px 18px rgba(37,99,235,.1);transform:translateY(-1px)}.welcome-dashboard .welcome-proof__expert-icon{width:36px;height:36px;border-radius:10px;background:rgba(56,189,248,.14);color:#0369a1;font-size:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.welcome-dashboard .welcome-proof__expert-text{flex:1 1 auto;display:flex;flex-direction:column;line-height:1.3}.welcome-dashboard .welcome-proof__expert-text strong{font-size:14px;color:var(--wd-text);font-weight:700}.welcome-dashboard .welcome-proof__expert-text span{font-size:12px;color:var(--wd-text-muted)}.welcome-dashboard .welcome-proof__stats{background:var(--wd-bg);border-radius:var(--wd-radius);padding:18px 20px;display:flex;align-items:center;gap:24px;border:1px solid var(--wd-border)}.welcome-dashboard .welcome-proof__stat{display:flex;flex-direction:column;gap:2px}.welcome-dashboard .welcome-proof__stat strong{font-size:24px;font-weight:700;color:var(--wd-text);letter-spacing:-.02em}.welcome-dashboard .welcome-proof__stat strong small{font-size:13px;color:var(--wd-text-muted);font-weight:500}.welcome-dashboard .welcome-proof__stat:first-child strong:first-letter{color:var(--wd-brand-cyan)}.welcome-dashboard .welcome-proof__stat span{font-size:12px;color:var(--wd-text-muted)}.welcome-dashboard .welcome-proof__reads{background:var(--wd-bg);border-radius:var(--wd-radius);padding:24px;border:1px solid var(--wd-border)}.welcome-dashboard .welcome-proof__reads h3{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;margin:0 0 12px}.welcome-dashboard .welcome-proof__reads ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.welcome-dashboard .welcome-proof__reads li a{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--wd-border);color:var(--wd-text);text-decoration:none;font-size:13px;font-weight:500;transition:color .15s ease}.welcome-dashboard .welcome-proof__reads li a:hover{color:#2563eb}.welcome-dashboard .welcome-proof__reads li a span{color:var(--wd-text-subtle);margin-left:8px}.welcome-dashboard .welcome-proof__reads li:last-child a{border-bottom:0}.welcome-dashboard.is-mobile .welcome-stack{gap:12px}.welcome-dashboard.is-mobile .welcome-hero{padding:18px}.welcome-dashboard.is-mobile .welcome-hero__body{grid-template-columns:1fr;gap:16px}.welcome-dashboard.is-mobile .welcome-hero__copy h1{font-size:22px;line-height:1.2}.welcome-dashboard.is-mobile .welcome-hero__copy p{font-size:13px}.welcome-dashboard.is-mobile .welcome-hero__rates{padding:16px 16px 14px}.welcome-dashboard.is-mobile .welcome-hero__rates ul li{padding:12px}.welcome-dashboard.is-mobile .welcome-hero__rates-row{grid-template-columns:1fr auto!important;gap:8px!important}.welcome-dashboard.is-mobile .welcome-hero__rates-row .rate-row__save{grid-column:1/-1;flex-direction:row;align-items:baseline;gap:8px}.welcome-dashboard.is-mobile .welcome-hero__rates-row .rate-row__save-amount{font-size:24px}.welcome-dashboard.is-mobile .welcome-hero__rates-row .rate-row__save-eyebrow{margin-bottom:0}.welcome-dashboard.is-mobile .welcome-hero__rates-row .rate-row__sire{font-size:16px}.welcome-dashboard.is-mobile .welcome-checklist,.welcome-dashboard.is-mobile .welcome-stores,.welcome-dashboard.is-mobile .welcome-proof__stats,.welcome-dashboard.is-mobile .welcome-proof__quote,.welcome-dashboard.is-mobile .welcome-proof__expert-cta{padding:16px}.welcome-dashboard.is-mobile .welcome-stores__grid{grid-template-columns:repeat(2,1fr);gap:10px}.welcome-dashboard.is-mobile .welcome-store-tile{min-height:84px;padding:12px}.welcome-dashboard.is-mobile .welcome-store-tile__connect{font-size:11px}.welcome-dashboard.is-mobile .welcome-proof{grid-template-columns:1fr;gap:12px}.welcome-dashboard.is-mobile .welcome-proof__quote blockquote{font-size:15px}.welcome-dashboard.is-mobile .welcome-proof__stats{flex-direction:row;flex-wrap:wrap;gap:16px;padding:16px}.welcome-dashboard.is-mobile .welcome-checklist__item{gap:10px}.welcome-dashboard.is-mobile .welcome-checklist__label{font-size:13px}.welcome-dashboard.is-mobile .welcome-checklist__hint{font-size:11px}.welcome-dashboard.is-mobile .welcome-checklist__cta{padding:6px 12px;font-size:12px}.welcome-dashboard.is-mobile .welcome-section-header h2{font-size:14px}.welcome-dashboard.is-mobile .welcome-section-header h2:before{width:4px;height:14px}.welcome-dashboard.is-mobile .welcome-section-header__hint,.welcome-dashboard.is-mobile .welcome-section-header__sub{font-size:12px}@media (max-width: 380px){.welcome-dashboard.is-mobile .welcome-stores__grid{grid-template-columns:1fr}}@media (max-width: 1024px){.welcome-dashboard .welcome-stores .welcome-stores__grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width: 720px){.welcome-dashboard .welcome-stores{padding:16px}.welcome-dashboard .welcome-stores .welcome-stores__grid{grid-template-columns:repeat(2,1fr);gap:10px}.welcome-dashboard .welcome-stores .welcome-section-header{flex-wrap:wrap;row-gap:6px}.welcome-dashboard .welcome-stores .welcome-section-header h2{font-size:15px}.welcome-dashboard .welcome-stores .welcome-section-header__sub{font-size:12px}.welcome-dashboard .welcome-stores .welcome-store-tile{min-height:80px;padding:12px;gap:6px}.welcome-dashboard .welcome-stores .welcome-store-tile__icon{width:28px;height:28px;font-size:14px;border-radius:6px}.welcome-dashboard .welcome-stores .welcome-store-tile__name{font-size:12px}.welcome-dashboard .welcome-stores .welcome-store-tile__connect{font-size:11px}.welcome-dashboard .welcome-stores .welcome-store-tile__badge{font-size:8px;padding:2px 6px}}@media (max-width: 420px){.welcome-dashboard .welcome-stores .welcome-stores__grid{grid-template-columns:1fr;gap:8px}.welcome-dashboard .welcome-stores .welcome-store-tile{flex-direction:row;align-items:center;min-height:56px;padding:10px 12px}.welcome-dashboard .welcome-stores .welcome-store-tile__icon{flex:0 0 auto}.welcome-dashboard .welcome-stores .welcome-store-tile__name{flex:1 1 auto}.welcome-dashboard .welcome-stores .welcome-store-tile__connect{flex:0 0 auto}.welcome-dashboard .welcome-stores .welcome-store-tile__badge{position:static;align-self:center;margin-left:4px}}@media (min-width: 481px) and (max-width: 1024px){.welcome-dashboard.is-desktop .welcome-hero__body{grid-template-columns:1fr}.welcome-dashboard.is-desktop .welcome-stores__grid{grid-template-columns:repeat(3,1fr)}.welcome-dashboard.is-desktop .welcome-proof,.welcome-dashboard.is-desktop .welcome-reel__list{grid-template-columns:1fr}}.welcome-reel__list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.welcome-reel__card{display:flex;flex-direction:row;align-items:stretch;gap:16px;padding:12px;border-radius:16px;background:#0b0f1a;border:1px solid rgba(99,102,241,.18);color:#f3f4f6;overflow:hidden}.welcome-reel__media{flex:0 0 96px;width:96px;aspect-ratio:9/16;border-radius:12px;overflow:hidden;background:#1f2937}.welcome-reel__media video{width:100%;height:100%;object-fit:cover;display:block}.welcome-reel__copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:8px;justify-content:center}.welcome-reel__saving{display:flex;align-items:baseline;gap:6px}.welcome-reel__saving-amt{font-size:22px;font-weight:800;color:#818cf8;letter-spacing:-.01em}.welcome-reel__saving-unit{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.welcome-reel blockquote{margin:0;font-size:14px;line-height:1.45;color:#e5e7eb;font-style:italic}.welcome-reel__author{display:flex;flex-wrap:wrap;gap:6px;font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.welcome-reel__author strong{color:#f9fafb;font-weight:700}@media (max-width: 720px){.welcome-reel__list{grid-template-columns:1fr;gap:12px}.welcome-reel__card{padding:10px;gap:12px}.welcome-reel__media{flex:0 0 80px;width:80px}.welcome-reel__saving-amt{font-size:18px}.welcome-reel blockquote{font-size:13px}}.rate-projection{background:#ffffff;color:#111827;border-radius:20px;padding:28px 28px 22px;box-shadow:0 12px 32px rgba(15,22,35,.1);border:1px solid rgba(15,22,35,.06)}.rate-projection__head{margin-bottom:22px}.rate-projection__eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#6b7280;margin-bottom:12px}.rate-projection__title{margin:0;font-size:30px;font-weight:800;color:#111827;line-height:1.15;letter-spacing:-.02em}.rate-projection__title-accent{background:linear-gradient(135deg,#6366f1 0%,#a78bfa 60%,#c084fc 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.rate-projection__card{display:flex;flex-direction:column;gap:12px;padding:0}.rate-projection__row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:14px;color:#4b5563}.rate-projection__row-amount{font-size:16px;font-weight:800;color:#111827;font-feature-settings:"tnum";letter-spacing:-.01em}.rate-projection__row-amount--sire{color:#059669}.rate-projection__rule{margin:4px 0 6px;border:0;border-top:1px solid #e5e7eb}.rate-projection__row--total{align-items:baseline}.rate-projection__row--total>span:first-child{color:#111827;font-size:16px;font-weight:700}.rate-projection__total{background:linear-gradient(135deg,#6366f1 0%,#a78bfa 60%,#c084fc 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:24px;font-weight:900;font-feature-settings:"tnum";letter-spacing:-.02em}.rate-projection__skeleton{display:inline-block;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.06) 0%,rgba(15,22,35,.14) 50%,rgba(15,22,35,.06) 100%);background-size:200% 100%;animation:rate-modal-shimmer 1.4s ease-in-out infinite}.rate-projection__skeleton--amount{width:84px;height:16px}.rate-projection__skeleton--total{width:124px;height:22px;border-radius:8px}.rate-projection__caption{margin:14px 0 4px;text-align:center;font-size:13px;color:#6b7280}.rate-projection__caption strong{color:#7c3aed;font-weight:700}.rate-projection__sublabel{margin:0 0 16px;text-align:center;font-size:11px;color:#9ca3af;font-weight:500}.rate-projection__sublabel strong{color:#4b5563;font-weight:700}.rate-projection__toggle{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 18px;background:rgba(124,58,237,.06);border:1px solid rgba(124,58,237,.18);border-radius:12px;color:#6d28d9;font-size:13px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.rate-projection__toggle:hover{background:rgba(124,58,237,.1);border-color:rgba(124,58,237,.32);color:#5b21b6}.rate-projection__caret{display:inline-block;transition:transform .2s ease}.rate-projection__caret.is-open{transform:rotate(180deg)}.rate-projection__live{margin-top:16px;padding-top:18px;border-top:1px dashed rgba(255,255,255,.1)}.rate-projection__form{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:end}.rate-projection__form-col{display:flex;flex-direction:column;gap:6px;min-width:0}.rate-projection__form-col--full{grid-column:1/-1}.rate-projection__form-eyebrow{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af}.rate-projection__field-row{display:flex;gap:8px;flex-wrap:wrap}.rate-projection__field{display:flex;flex-direction:column;gap:4px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:8px 10px;flex:1 1 auto;min-width:0;transition:border-color .15s ease,background .15s ease}.rate-projection__field:focus-within{background:rgba(255,255,255,.08);border-color:rgba(167,139,250,.55)}.rate-projection__field>span{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.rate-projection__field input{background:transparent;border:0;color:#f3f4f6;font-size:13px;font-weight:700;width:100%;min-width:0;padding:0;font-feature-settings:"tnum"}.rate-projection__field input:focus{outline:none}.rate-projection__field--state input{text-align:center}.rate-projection__field--zip input{font-feature-settings:"tnum"}.rate-projection__field--dim{flex:1 1 60px;max-width:90px}.rate-projection__fetch{grid-column:1/-1;padding:14px 22px;background:linear-gradient(135deg,#818cf8 0%,#a78bfa 60%,#c084fc 100%);color:#fff;border:0;border-radius:12px;font-size:14px;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 8px 20px rgba(167,139,250,.32);transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease;margin-top:4px}.rate-projection__fetch:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px rgba(167,139,250,.42)}.rate-projection__fetch:disabled{opacity:.6;cursor:progress}.rate-projection__error{margin-top:14px;padding:10px 12px;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.25);border-radius:10px;color:#fca5a5;font-size:12px}.rate-projection__empty{margin-top:14px;text-align:center;color:#9ca3af;font-size:12px}.rate-projection__results{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.rate-projection__result{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:10px 12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:10px}.rate-projection__result.is-best{background:rgba(167,139,250,.08);border-color:rgba(167,139,250,.28)}.rate-projection__result-carrier{display:inline-block;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;padding:3px 7px;border-radius:6px;background:#6b7280}.rate-projection__result-carrier--usps{background:#005a9c}.rate-projection__result-carrier--ups{background:#6e491e}.rate-projection__result-carrier--fedex{background:#4c2989}.rate-projection__result-service{font-size:12px;font-weight:600;color:#e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.rate-projection__result-prices{display:flex;align-items:baseline;gap:6px;font-feature-settings:"tnum"}.rate-projection__result-prices s{color:#6b7280;font-size:11px}.rate-projection__result-prices strong{color:#fff;font-size:14px;font-weight:800}.rate-projection__result-savings{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#34d399}@media (max-width: 720px){.rate-projection{padding:22px 20px 18px}.rate-projection__title{font-size:24px}.rate-projection__total{font-size:20px}.rate-projection__form{grid-template-columns:1fr}.rate-projection__result{grid-template-columns:auto 1fr;grid-row-gap:6px}.rate-projection__result .rate-projection__result-prices,.rate-projection__result .rate-projection__result-savings{grid-column:2}}.rate-modal{display:flex;flex-direction:column;height:100%;background:#ffffff;color:#111827}.rate-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px 14px;border-bottom:1px solid #f3f4f6}.rate-modal__eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:4px}.rate-modal__title{margin:0;font-size:20px;font-weight:800;color:#111827;letter-spacing:-.01em}.rate-modal__close{flex:0 0 auto;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:22px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.rate-modal__close:hover{background:#e5e7eb;color:#111827}.rate-modal__body{flex:1 1 auto;overflow-y:auto;padding:18px 24px 24px;display:flex;flex-direction:column;gap:18px}.rate-modal__field-group{display:flex;flex-direction:column;gap:8px}.rate-modal__field-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.rate-modal__box-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.rate-modal__box-cell{display:flex;flex-direction:column;gap:4px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;padding:8px 12px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.rate-modal__box-cell:focus-within{border-color:#38bdf8;background:#ffffff;box-shadow:0 0 0 3px rgba(56,189,248,.18)}.rate-modal__box-cell>span{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.rate-modal__box-cell input{background:transparent;border:0;color:#111827;font-size:15px;font-weight:800;width:100%;min-width:0;padding:0;font-feature-settings:"tnum"}.rate-modal__box-cell input:focus{outline:none}.rate-modal__fetch{padding:14px 22px;border:0;border-radius:12px;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 50%,#d946ef 100%);color:#fff;font-size:14px;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 8px 20px rgba(56,189,248,.32);transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.rate-modal__fetch:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px rgba(56,189,248,.42)}.rate-modal__fetch:disabled{opacity:.6;cursor:progress}.rate-modal__error{padding:10px 12px;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.25);border-radius:10px;color:#b91c1c;font-size:12px}.rate-modal__empty{text-align:center;color:#6b7280;font-size:13px;padding:18px 0}.rate-modal__tabs{display:flex;gap:6px;background:#f3f4f6;border-radius:10px;padding:4px;align-self:flex-start}.rate-modal__tab{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border:0;border-radius:8px;background:transparent;color:#6b7280;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.rate-modal__tab:hover{color:#111827}.rate-modal__tab.is-active{background:#ffffff;color:#111827;box-shadow:0 2px 6px rgba(15,22,35,.1)}.rate-modal__tab--ups.is-active{color:#6e491e}.rate-modal__tab--fedex.is-active{color:#4c2989}.rate-modal__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 6px;border-radius:999px;background:rgba(15,22,35,.06);color:#4b5563;font-size:10px;font-weight:800;letter-spacing:.02em}.rate-modal__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.rate-modal__result{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:12px 14px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px}.rate-modal__result.is-best{background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.4);box-shadow:0 6px 18px rgba(56,189,248,.12)}.rate-modal__result-service{font-size:13px;font-weight:700;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.rate-modal__result-prices{display:flex;align-items:baseline;gap:6px;font-feature-settings:"tnum"}.rate-modal__result-prices s{color:#9ca3af;font-size:11px}.rate-modal__result-prices strong{color:#111827;font-size:15px;font-weight:800}.rate-modal__result-savings{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#059669;white-space:nowrap}.rate-modal__result--skeleton{pointer-events:none;background:#f9fafb;border-color:#f3f4f6}.rate-modal__skeleton{display:inline-block;height:14px;border-radius:6px;background:linear-gradient(90deg,rgba(229,231,235,.55) 0%,rgba(229,231,235,.95) 50%,rgba(229,231,235,.55) 100%);background-size:200% 100%;animation:rate-modal-shimmer 1.4s ease-in-out infinite}.rate-modal__skeleton--service{width:60%}.rate-modal__skeleton--prices{width:88px;height:16px}.rate-modal__skeleton--savings{width:68px;height:12px;border-radius:999px}.rate-modal__tab-count.is-skeleton{width:18px;height:12px;background:linear-gradient(90deg,rgba(15,22,35,.06) 0%,rgba(15,22,35,.14) 50%,rgba(15,22,35,.06) 100%);background-size:200% 100%;animation:rate-modal-shimmer 1.4s ease-in-out infinite;padding:0}@keyframes rate-modal-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 720px){.rate-modal__header{padding:16px 18px 12px}.rate-modal__body{padding:14px 18px 20px;gap:14px}.rate-modal__title{font-size:18px}.rate-modal__box-row{grid-template-columns:repeat(2,1fr)}.rate-modal__result{grid-template-columns:1fr auto;grid-row-gap:4px}.rate-modal__result .rate-modal__result-savings{grid-column:2}}.welcome-back-digest{margin-bottom:16px;padding:14px 16px;background:linear-gradient(135deg,rgba(56,189,248,.06) 0%,rgba(217,70,239,.04) 100%);border:1px solid rgba(56,189,248,.22);border-radius:14px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;position:relative}.welcome-back-digest__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.welcome-back-digest__eyebrow{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0369a1}.welcome-back-digest__dismiss{width:22px;height:22px;border-radius:50%;background:transparent;border:0;color:#94a3b8;font-size:16px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.welcome-back-digest__dismiss:hover{background:rgba(15,23,42,.06);color:#1e293b}.welcome-back-digest__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.welcome-back-digest__item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;font-size:12px;color:#1e293b;transition:border-color .15s ease}.welcome-back-digest__item:hover{border-color:#cbd5e1}.welcome-back-digest__item.is-good{border-left:3px solid #10b981}.welcome-back-digest__item.is-warn{border-left:3px solid #f59e0b}.welcome-back-digest__item.is-info{border-left:3px solid #38bdf8}.welcome-back-digest__icon{flex:0 0 auto;color:#475569;display:inline-flex;align-items:center}.welcome-back-digest__item.is-good .welcome-back-digest__icon{color:#047857}.welcome-back-digest__item.is-warn .welcome-back-digest__icon{color:#b45309}.welcome-back-digest__item.is-info .welcome-back-digest__icon{color:#0369a1}.welcome-back-digest__label{flex:1 1 auto;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.welcome-back-digest__value{font-size:11px;color:#64748b;flex:0 0 auto}@media (max-width: 640px){.welcome-back-digest__list{grid-template-columns:1fr}}.insights-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;justify-content:flex-end;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.insights-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:is-fade .2s ease-out}.insights-sheet__drawer{position:relative;width:100%;max-width:480px;background:#ffffff;height:100%;overflow-y:auto;box-shadow:-24px 0 60px rgba(15,23,42,.18);animation:is-slide-in .28s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}.insights-sheet__head{position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);padding:22px 24px 18px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.insights-sheet__head h2{margin:6px 0 4px;font-size:20px;font-weight:800;letter-spacing:-.02em;color:#0f172a;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 50%,#d946ef 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.insights-sheet__head p{margin:0;font-size:13px;color:#475569;line-height:1.45}.insights-sheet__eyebrow{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0369a1}.insights-sheet__close{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:0;color:#475569;font-size:20px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.insights-sheet__close:hover{background:#e2e8f0;color:#0f172a}.insights-sheet__list{list-style:none;margin:0;padding:16px 24px 24px;display:flex;flex-direction:column;gap:10px}.insights-sheet__item{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease}.insights-sheet__item:hover{border-color:rgba(56,189,248,.55);box-shadow:0 6px 18px rgba(37,99,235,.08)}.insights-sheet__icon{flex:0 0 auto;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:rgba(56,189,248,.1)}.insights-sheet__copy{flex:1 1 auto;min-width:0}.insights-sheet__copy strong{font-size:13px;font-weight:700;color:#0f172a;display:block}.insights-sheet__copy span{font-size:12px;color:#64748b;margin-top:2px;display:block}.insights-sheet__save{flex:0 0 auto;align-self:center;padding:4px 10px;border-radius:999px;background:rgba(16,185,129,.12);color:#047857;font-size:11px;font-weight:700}.insights-sheet__foot{margin-top:auto;padding:16px 24px 24px;border-top:1px solid #f1f5f9;display:flex;align-items:center;gap:10px}.insights-sheet__apply{flex:1 1 auto;padding:12px 18px;background:#111827;border:0;border-radius:12px;color:#fff;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease}.insights-sheet__apply:hover{background:#0b1220}.insights-sheet__dismiss{background:transparent;border:0;color:#94a3b8;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;padding:6px}.insights-sheet__dismiss:hover{color:#475569}@keyframes is-fade{0%{opacity:0}to{opacity:1}}@keyframes is-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 600px){.insights-sheet{align-items:flex-end;justify-content:stretch}.insights-sheet__drawer{max-width:100%;max-height:88vh;border-radius:18px 18px 0 0;box-shadow:0 -16px 40px rgba(15,23,42,.18);animation:is-slide-up .28s cubic-bezier(.22,1,.36,1)}.insights-sheet__head{padding:18px}.insights-sheet__list,.insights-sheet__foot{padding:12px 18px 18px}@keyframes is-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.tabs{contain:none;height:72px;position:fixed;bottom:max(env(safe-area-inset-bottom,0px) + 10px,60px);left:12px;right:12px;max-width:420px;margin:auto;border-radius:60px;display:flex;justify-content:space-between;background:#3e3e3e;box-shadow:0 4px 16px rgba(0,0,0,.08);animation:fadeInUp .3s ease-out;padding:0;transition:transform .3s ease-in-out}.tabs ion-tab-button{transition:background-position .5s ease;--color: var(--ion-color-medium);--color-selected: var(--ion-color-primary);padding:1px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.tabs ion-tab-button::part(native){width:auto;min-width:56px;padding:0 6px}.tabs ion-tab-button .tab-icon{padding:8px 10px;border-radius:999px;transition:all .2s ease}.tabs ion-tab-button .tab-icon svg{width:20px;height:20px}.tabs ion-tab-button .tab-icon svg path{fill:var(--ion-color-medium);transition:fill .2s ease}.tabs ion-tab-button .tab-icon.selected{background:var(--colored-bg);color:#fff;animation:zoomIn .35s ease-out;transform:translateZ(0)}.tabs ion-tab-button .tab-icon.selected svg path{fill:#fff}.tabs ion-tab-button .tab-label{font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;font-size:9px;font-weight:700;letter-spacing:.04em;color:#d1d5db;text-transform:uppercase;line-height:1}.tabs ion-tab-button.tab-selected .tab-label{color:#fff}.tabs .tab-layout-icon-top{background:transparent!important}.more-sheet{--background: transparent;--backdrop-opacity: .4;--height: auto}.more-sheet::part(content){background:#ffffff;border-top-left-radius:22px;border-top-right-radius:22px;overflow:hidden}.more-sheet__inner{display:flex;flex-direction:column;height:100%;padding:16px 16px 28px}.more-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 12px}.more-sheet__header h2{margin:0;font-size:18px;font-weight:800;color:#111827;letter-spacing:-.01em}.more-sheet__close{width:36px;height:36px;padding:0;border:0;border-radius:999px;background:#f3f4f6;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.more-sheet__close:hover{background:#e5e7eb;color:#111827}.more-sheet__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.more-sheet__row{width:100%;display:flex;align-items:center;gap:14px;padding:14px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:14px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.more-sheet__row:hover{background:#f3f4f6;border-color:#e5e7eb}.more-sheet__row:active{transform:translateY(1px)}.more-sheet__row:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.more-sheet__icon{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:#ffffff;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center}.more-sheet__icon svg{width:20px;height:20px}.more-sheet__icon svg path{fill:#4b5563}.more-sheet__copy{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;text-align:left}.more-sheet__copy strong{font-size:14px;font-weight:700;color:#111827}.more-sheet__copy span{font-size:12px;color:#6b7280}.more-sheet__chevron{flex:0 0 auto;color:#9ca3af;font-size:24px;line-height:1;font-weight:600}.tabs-visible{transform:translateY(0)}.tabs-hidden{transform:translateY(200%)}.employees-page__avatar{flex:0 0 auto;width:32px;height:32px;border-radius:999px;object-fit:cover;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.02em;overflow:hidden}.employees-page__avatar--initials{background:#f3f4f6}.employees-page__member{display:inline-flex;align-items:center;gap:12px;min-width:0}.employees-page__member-meta{display:inline-flex;flex-direction:column;gap:2px;min-width:0}.employees-page__member-name{font-size:14px;font-weight:600;color:#111827;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.employees-page__member-sub{font-size:12px;color:#6b7280;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employees-page__date{font-variant-numeric:tabular-nums;color:#4b5563;font-size:13px}.employees-page__row-action{-webkit-appearance:none;appearance:none;border:1px solid #e5e7eb;background:#ffffff;color:#b91c1c;border-radius:8px;font-size:12px;font-weight:600;padding:6px 12px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.employees-page__row-action:hover{background:#fee2e2;border-color:#fecaca}.employee-cards{list-style:none;margin:0;padding:12px;display:flex;flex-direction:column;gap:10px}.employee-card{display:flex;align-items:center;gap:12px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.employee-card__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.employee-card__name{font-size:14px;font-weight:700;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-card__sub{font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-card__date{font-size:11px;color:#9ca3af;margin-top:2px}.employee-card__right{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.employee-card__remove{-webkit-appearance:none;appearance:none;background:transparent;border:0;color:#b91c1c;font-size:11px;font-weight:700;cursor:pointer;padding:4px 0;text-decoration:underline}.employee-card__remove:hover{color:#7f1d1d}.employee-card__skel-avatar{width:38px;height:38px;border-radius:999px;background:rgba(15,22,35,.06);flex:0 0 auto}.employee-card__skel-bars{flex:1 1 auto;display:flex;flex-direction:column;gap:6px}.employee-card__skel-bar{height:12px;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.05) 0%,rgba(15,22,35,.1) 50%,rgba(15,22,35,.05) 100%);background-size:200% 100%;animation:employee-card-shimmer 1.4s ease-in-out infinite}.employee-card__skel-bar--w60{width:60%}.employee-card__skel-bar--w40{width:40%}@keyframes employee-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.app-list-toolbar__search{flex:0 0 360px;max-width:100%;position:relative;display:inline-flex;align-items:center}@media (max-width: 768px){.app-list-toolbar__search{flex-basis:100%}}.app-list-toolbar__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;display:inline-flex}.app-list-toolbar__search-input{width:100%;height:36px;padding:0 36px;border:1px solid #e5e7eb;border-radius:10px;background:#ffffff;color:#111827;font-size:14px;font-family:inherit;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}.app-list-toolbar__search-input::placeholder{color:#9ca3af}.app-list-toolbar__search-input:hover{border-color:#d1d5db}.app-list-toolbar__search-input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.08)}.app-list-toolbar__search-clear{-webkit-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;color:#9ca3af;font-size:18px;line-height:1;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;position:absolute;right:6px;top:50%;transform:translateY(-50%);padding:0}.app-list-toolbar__search-clear:hover{background:#f3f4f6;color:#111827}.app-list-toolbar__sort{position:relative}.app-list-toolbar__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:240px;background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 24px rgba(17,24,39,.08);padding:4px;z-index:50}.app-list-toolbar__menu-item{-webkit-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;width:100%;text-align:left;padding:8px 10px;border-radius:6px;font-size:13px;color:#1f2937;display:flex;align-items:center;justify-content:space-between;gap:12px}.app-list-toolbar__menu-item:hover{background:#f9fafb}.app-list-toolbar__menu-item.is-active{background:#f3f4f6;color:#111827;font-weight:600}.table-light-v2{border-collapse:collapse;table-layout:fixed;text-align:center;width:100%;background-color:var(--card-background-color)!important}.table-light-v2 .ant-checkbox-wrapper-checked .ant-checkbox-inner{background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box!important;border:2px solid transparent!important;backdrop-filter:blur(0px)}.table-light-v2 .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%2327aae2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'%3E%3C/path%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain;transform:unset!important;border:unset!important}.table-light-v2 .ant-checkbox-wrapper{transform:unset!important}.table-light-v2 .ant-checkbox-wrapper .ant-checkbox-inner{width:20px;height:20px;border-radius:50%;border:1px solid #9b9b9b;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);box-shadow:0 0 6px rgba(0,0,0,.1)}.table-light-v2__header{border-bottom:1px solid #eee;font-weight:400;padding:12px 0;text-align:center;padding-top:0!important}.table-light-v2__row{border-bottom:1px solid #f5f5f5}.table-light-v2__row td{padding:12px 0;text-align:center}.table-light-v2__row:last-child{border-bottom:none}.table-light-v2__row.total{border-top:1px solid #eee;border-bottom:none}.table-light-v2__row.total td{padding-top:12px}.table-light-v2 .ant-table-placeholder,.table-light-v2 .ant-table-cell,.table-light-v2 table{background-color:var(--card-background-color)!important}.table-light-v2 table colgroup{display:none}.table-light-v2 .ant-pagination-item a{color:#000!important}.table-light-v2 .ant-pagination-item.ant-pagination-item-active a{color:#fff!important}.table-light-v2 .ant-pagination{background-color:var(--background-color);padding:32px 0}.actions-container{border-radius:16px}.actions-container .action-button{cursor:pointer;border-radius:16px;padding:5px 10px;display:flex;align-items:center;justify-content:center;color:#000;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;border:2px solid transparent;font-size:16px;font-weight:600;font-family:var(--default-font)}.table-light-v2{box-shadow:inset 0 0 2px 4px rgba(0,0,0,.05);position:relative;padding:2px;border-radius:10px}.table-light-v2 .ant-table{background:#fff!important;table-layout:fixed!important}.table-light-v2 .ant-table .ant-table-thead{background:var(--colored-bg)!important}.table-light-v2 .ant-table .ant-table-thead .ant-table-cell{background:transparent!important;border-bottom:0;font-family:var(--default-font);font-size:16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}.table-light-v2 .ant-table .ant-table-thead .ant-table-cell:last-child{border-right:0}.table-light-v2 .ant-table .ant-table-tbody .ant-table-row{position:relative}.table-light-v2 .ant-table .ant-table-tbody .ant-table-row:before{content:" ";background:#ddd;opacity:.5;position:absolute;bottom:0;background-repeat:no-repeat;background-size:cover;width:100%;height:1px;z-index:1;background-position:center}.table-light-v2 .ant-table .ant-table-tbody .ant-table-row:last-child:before{opacity:0}.table-light-v2 .ant-table .ant-table-tbody .ant-table-row .ant-table-cell{border-bottom:0;color:var(--ion-color-dark);font-family:var(--default-font);font-size:14px;padding:1rem 0!important;text-align:center;border-right:1px solid #f7f7f7}.table-light-v2 .ant-table .ant-table-tbody .ant-table-row .ant-table-cell:last-child{border-right:0}.invoices-page__credit{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;font-size:13px;align-self:flex-start;box-shadow:0 1px 2px rgba(17,24,39,.03)}.invoices-page__credit-label{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.invoices-page__credit-amount{color:#111827;font-weight:700;font-variant-numeric:tabular-nums;font-size:14px}.invoice-link{-webkit-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;padding:0;display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;font-family:inherit;text-align:left}.invoice-link__id{font-size:14px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums;transition:color .12s ease}.invoice-link__sub{font-size:12px;color:#6b7280}.invoice-link:hover .invoice-link__id{color:#2563eb}.invoice-amount{font-variant-numeric:tabular-nums;font-weight:700;color:#111827;font-size:14px}.invoice-date{font-variant-numeric:tabular-nums;color:#4b5563;font-size:13px}.invoice-actions{display:inline-flex;align-items:center;gap:8px;justify-content:flex-end}.invoice-actions__primary,.invoice-actions__ghost{-webkit-appearance:none;appearance:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s ease,border-color .12s ease,opacity .12s ease}.invoice-actions__primary{background:#111827;color:#fff;border:1px solid #111827}.invoice-actions__primary:hover{background:#000000}.invoice-actions__primary:disabled{opacity:.5;cursor:not-allowed}.invoice-actions__ghost{background:#ffffff;color:#111827;border:1px solid #e5e7eb}.invoice-actions__ghost:hover{background:#f9fafb;border-color:#d1d5db}.invoice-cards{list-style:none;margin:0;padding:12px;display:flex;flex-direction:column;gap:10px}.invoice-card{display:flex;align-items:stretch;gap:10px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;box-shadow:0 1px 2px rgba(15,22,35,.03);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.invoice-card--unpaid{border-color:rgba(245,158,11,.4);background:rgba(254,252,232,.8)}.invoice-card__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px;text-align:left;background:transparent;border:0;padding:0;cursor:pointer}.invoice-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.invoice-card__id{font-size:14px;font-weight:800;color:#111827;font-feature-settings:"tnum";letter-spacing:.01em}.invoice-card__meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;flex-wrap:wrap}.invoice-card__total{font-size:16px;font-weight:800;color:#111827;font-feature-settings:"tnum";letter-spacing:-.01em;margin-top:2px}.invoice-card__actions{display:flex;align-items:center;flex:0 0 auto}.invoice-card__cta{-webkit-appearance:none;appearance:none;background:#ffffff;border:1px solid #e5e7eb;color:#111827;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .12s ease,border-color .12s ease,opacity .12s ease}.invoice-card__cta:hover{background:#f9fafb;border-color:#d1d5db}.invoice-card__cta:disabled{opacity:.5;cursor:not-allowed}.invoice-card__cta--primary{background:#111827;color:#fff;border-color:#111827}.invoice-card__cta--primary:hover{background:#000000}.invoice-card--skeleton{flex-direction:column}.invoice-card__skel-bar{height:12px;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.05) 0%,rgba(15,22,35,.1) 50%,rgba(15,22,35,.05) 100%);background-size:200% 100%;animation:invoice-card-shimmer 1.4s ease-in-out infinite}.invoice-card__skel-bar--w70{width:70%}.invoice-card__skel-bar--w50{width:50%}.invoice-card__skel-bar--w40{width:40%}@keyframes invoice-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.claim-cell{display:inline-flex;flex-direction:column;gap:2px}.claim-cell__id{font-size:14px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.claim-cell__sub{font-size:12px;color:#6b7280}.claim-amount{font-variant-numeric:tabular-nums;font-weight:700;color:#111827;font-size:14px}.claim-date{font-variant-numeric:tabular-nums;color:#4b5563;font-size:13px}.claim-reasons{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.claim-reasons__chip{background:#f3f4f6;color:#374151;font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px;text-transform:capitalize}.claim-reasons__more{color:#6b7280;font-size:12px;font-weight:600}.claim-cards{list-style:none;margin:0;padding:12px;display:flex;flex-direction:column;gap:10px}.claim-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 2px rgba(15,22,35,.03);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.claim-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.claim-card__id{font-size:14px;font-weight:800;color:#111827;font-feature-settings:"tnum";letter-spacing:.01em}.claim-card__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280;flex-wrap:wrap}.claim-card__track{font-feature-settings:"tnum";color:#4b5563}.claim-card__date{color:#9ca3af}.claim-card__reasons{display:flex;flex-wrap:wrap;gap:6px}.claim-card__chip{background:#f3f4f6;color:#374151;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600}.claim-card__chip--more{background:#e5e7eb;color:#4b5563}.claim-card__amount{align-self:flex-end;font-size:16px;font-weight:800;color:#111827;font-feature-settings:"tnum";letter-spacing:-.01em}.claim-card--skeleton{gap:10px}.claim-card__skel-bar{height:12px;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.05) 0%,rgba(15,22,35,.1) 50%,rgba(15,22,35,.05) 100%);background-size:200% 100%;animation:claim-card-shimmer 1.4s ease-in-out infinite}.claim-card__skel-bar--w70{width:70%}.claim-card__skel-bar--w50{width:50%}.claim-card__skel-bar--w40{width:40%}@keyframes claim-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ship-row__label{display:inline-flex;flex-direction:column;gap:2px}.ship-row__label-id{font-size:14px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.ship-row__label-sub{font-size:12px;color:#6b7280;font-variant-numeric:tabular-nums}.ship-row__recipient{display:inline-flex;flex-direction:column;gap:2px;min-width:0}.ship-row__recipient-name{font-size:13px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.ship-row__recipient-place{font-size:12px;color:#6b7280}.ship-row__cost{font-variant-numeric:tabular-nums;font-weight:700;color:#111827;font-size:14px}.ship-row__date{font-variant-numeric:tabular-nums;color:#4b5563;font-size:13px}.ship-cards{list-style:none;margin:0;padding:12px;display:flex;flex-direction:column;gap:10px}.ship-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 2px rgba(15,22,35,.03);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.ship-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.ship-card__id{font-size:14px;font-weight:800;color:#111827;font-feature-settings:"tnum";letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ship-card__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280;flex-wrap:wrap}.ship-card__carrier{background:#f3f4f6;color:#374151;padding:2px 8px;border-radius:6px;font-weight:700;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.ship-card__track{font-feature-settings:"tnum";font-size:12px;color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.ship-card__addr{font-size:12px;color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ship-card__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid #f3f4f6}.ship-card__date{font-size:11px;color:#6b7280;font-feature-settings:"tnum"}.ship-card__cost{font-size:14px;font-weight:800;color:#111827;font-feature-settings:"tnum";letter-spacing:-.01em;margin-left:auto}.ship-card__menu{flex:0 0 auto}.ship-card--skeleton{gap:10px}.ship-card__skel-bar{height:12px;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.05) 0%,rgba(15,22,35,.1) 50%,rgba(15,22,35,.05) 100%);background-size:200% 100%;animation:ship-card-shimmer 1.4s ease-in-out infinite}.ship-card__skel-bar--w70{width:70%}.ship-card__skel-bar--w50{width:50%}.ship-card__skel-bar--w40{width:40%}@keyframes ship-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.settings-page .settings-group{padding:0}.settings-page .settings-group__header{padding:16px 20px 8px;border-bottom:1px solid #f3f4f6}.settings-page .settings-group__header h3{font-size:12px;font-weight:700;letter-spacing:.06em;color:#6b7280;text-transform:uppercase;margin:0}.settings-page .settings-group__list{list-style:none;margin:0;padding:4px 0}.settings-page .settings-row{display:flex;align-items:center;gap:14px;padding:12px 20px;cursor:pointer;transition:background-color .15s ease}.settings-page .settings-row:hover{background:#f9fafb}.settings-page .settings-row__icon{flex:0 0 auto;width:36px;height:36px;border-radius:10px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center}.settings-page .settings-row__icon img{width:18px;height:18px;opacity:.85}.settings-page .settings-row__copy{flex:1 1 auto;min-width:0}.settings-page .settings-row__title{font-size:14px;font-weight:600;color:#111827}.settings-page .settings-row__desc{font-size:12px;color:#6b7280;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-page .settings-row__chev{flex:0 0 auto;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center}.settings-page .settings-row.is-destructive .settings-row__title{color:#b91c1c}.settings-page .settings-row.is-destructive .settings-row__icon{background:#fef2f2}.edit-profile-v2-content{--background: var(--background-color)}ion-modal.edit-profile-modal-host ion-content{--min-height: 420px;min-height:420px}ion-modal.edit-profile-modal-host .sheet-content,ion-modal.edit-profile-modal-host .ion-page{min-height:480px}ion-modal.payment-method-modal-host{--width: min(640px, 92vw);--max-width: 640px}ion-modal.payment-method-modal-host ion-content{--min-height: 520px;min-height:520px}ion-modal.payment-method-modal-host .sheet-content,ion-modal.payment-method-modal-host .ion-page{min-height:560px}ion-modal.customize-label-modal-host{--width: min(640px, 92vw);--max-width: 640px}ion-modal.customize-label-modal-host ion-content{--min-height: 540px;min-height:540px}ion-modal.customize-label-modal-host .sheet-content,ion-modal.customize-label-modal-host .ion-page{min-height:580px}.inventory-stub__btn--primary{background:#111827;border-color:#111827;color:#fff}.inventory-stub__btn--primary:hover{background:#000000}.inventory-sections{margin:0 0 14px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(15,22,35,.2) transparent}.inventory-sections::-webkit-scrollbar{height:4px}.inventory-sections::-webkit-scrollbar-thumb{background:rgba(15,22,35,.18);border-radius:4px}.inventory-sections ul{list-style:none;margin:0;padding:4px 0 6px;display:inline-flex;gap:6px;min-width:100%}.inventory-sections__tab{flex:0 0 auto;-webkit-appearance:none;appearance:none;background:#f3f4f6;border:1px solid transparent;color:#4b5563;font-family:inherit;font-size:13px;font-weight:700;padding:8px 14px;border-radius:999px;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.inventory-sections__tab:hover{background:#e5e7eb;color:#111827}.inventory-sections__tab.is-active{background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);color:#fff;border-color:transparent;box-shadow:0 6px 16px rgba(37,99,235,.22)}.inventory-sections__tab--link{background:transparent;color:#2563eb;font-weight:800}.inventory-sections__tab--link:hover{background:rgba(37,99,235,.08);color:#1e40af}@media (max-width: 480px){.inventory-sections__tab{font-size:12px;padding:7px 12px}}.inventory-report__skeleton{display:inline-block;height:18px;width:70%;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.06) 0%,rgba(15,22,35,.12) 50%,rgba(15,22,35,.06) 100%);background-size:200% 100%;animation:inventory-card-shimmer 1.4s ease-in-out infinite}.inventory-stub{text-align:center;padding:36px 24px}.inventory-stub__icon{width:64px;height:64px;margin:0 auto 14px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(56,189,248,.12),rgba(99,102,241,.12));color:#2563eb}.inventory-stub__title{margin:0 0 8px;font-size:20px;font-weight:800;color:#111827;letter-spacing:-.01em}.inventory-stub__copy{margin:0 auto 22px;max-width:420px;font-size:14px;line-height:1.5;color:#4b5563}.inventory-stub__actions{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:10px}.inventory-stub__btn{-webkit-appearance:none;appearance:none;background:#ffffff;border:1px solid #e5e7eb;color:#111827;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .12s ease,border-color .12s ease,transform .12s ease}.inventory-stub__btn:hover{background:#f9fafb;border-color:#d1d5db}.inventory-stub__btn:active{transform:translateY(1px)}.inventory-page__toolbar{display:flex;align-items:center;gap:10px;margin-bottom:12px}.inventory-page__search{flex:1 1 auto;display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:8px 12px;color:#6b7280;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.inventory-page__search:focus-within{border-color:rgba(56,189,248,.55);background:#ffffff;box-shadow:0 0 0 3px rgba(56,189,248,.14)}.inventory-page__search>svg{flex:0 0 auto}.inventory-page__search input{flex:1 1 auto;min-width:0;border:0;background:transparent;font-family:inherit;font-size:13px;color:#111827;outline:0}.inventory-page__search input::placeholder{color:#9ca3af}.inventory-page__card{padding:0}.inventory-cards{list-style:none;margin:0;padding:8px 12px;display:flex;flex-direction:column;gap:8px}.inventory-card{display:flex;align-items:center;gap:12px;padding:12px 64px 12px 12px;background:#ffffff;border:1px solid #f3f4f6;border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease,transform .12s ease;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.inventory-card:hover{border-color:#e5e7eb;box-shadow:0 4px 12px rgba(15,22,35,.04)}.inventory-card__thumb{flex:0 0 auto;width:52px;height:52px;border-radius:10px;background:#f3f4f6;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.inventory-card__thumb img{width:100%;height:100%;object-fit:cover}.inventory-card__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.inventory-card__title{font-size:14px;font-weight:700;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.inventory-card__sub{font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inventory-card__date{font-size:11px;color:#9ca3af}.inventory-card__right{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.inventory-card__qty{font-size:13px;font-weight:700;color:#4b5563;font-feature-settings:"tnum"}.inventory-card__cost{font-size:14px;font-weight:800;color:#111827;font-feature-settings:"tnum";letter-spacing:-.01em}.inventory-card__cost--plus{color:#059669}.inventory-card__cost--minus{color:#dc2626}.inventory-card__cost--neutral{color:#111827}.inventory-card__skel-thumb{width:52px;height:52px;border-radius:10px;background:rgba(15,22,35,.06);flex:0 0 auto}.inventory-card__skel-bars{flex:1 1 auto;display:flex;flex-direction:column;gap:6px}.inventory-card__skel-bar{height:12px;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.05) 0%,rgba(15,22,35,.1) 50%,rgba(15,22,35,.05) 100%);background-size:200% 100%;animation:inventory-card-shimmer 1.4s ease-in-out infinite}.inventory-card__skel-bar--w70{width:70%}.inventory-card__skel-bar--w40{width:40%}@keyframes inventory-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 480px){.inventory-cards{padding:8px 6px}.inventory-card{padding:10px 56px 10px 10px;gap:10px}.inventory-card__thumb{width:44px;height:44px;border-radius:8px}.inventory-card__title{font-size:13px}.inventory-card__sub{font-size:11px}.inventory-card__date{font-size:10px}.inventory-card__cost{font-size:13px}}.inventory-page__add-cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:9px 14px;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 50%,#d946ef 100%);color:#fff;border:0;border-radius:10px;font-family:inherit;font-size:13px;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 6px 16px rgba(37,99,235,.28);transition:opacity .15s ease,transform .15s ease}.inventory-page__add-cta:hover{opacity:.94;transform:translateY(-1px)}.inventory-page__add-cta:active{transform:translateY(1px)}.inventory-add-menu{position:fixed;z-index:1100;top:50%;left:50%;transform:translate(-50%,-50%);width:min(420px,100vw - 28px);background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 48px rgba(15,22,35,.18);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;overflow:hidden;animation:inventory-add-menu-in .2s cubic-bezier(.4,0,.2,1)}.inventory-add-menu__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1099;background:rgba(15,22,35,.45);animation:inventory-add-scrim-in .2s ease-out}.inventory-add-menu__head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 12px;border-bottom:1px solid #f3f4f6}.inventory-add-menu__head h3{margin:0;font-size:16px;font-weight:800;color:#111827;letter-spacing:-.01em}.inventory-add-menu__close{width:32px;height:32px;border:0;border-radius:999px;background:#f3f4f6;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.inventory-add-menu__close:hover{background:#e5e7eb;color:#111827}.inventory-add-menu ul{list-style:none;margin:0;padding:6px}.inventory-add-menu__row{width:100%;-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:12px;display:flex;align-items:center;gap:12px;text-align:left;border-radius:10px;cursor:pointer;transition:background .12s ease}.inventory-add-menu__row:hover{background:#f9fafb}.inventory-add-menu__row:active{background:#f3f4f6}.inventory-add-menu__icon{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:rgba(56,189,248,.1);color:#0369a1;display:inline-flex;align-items:center;justify-content:center}.inventory-add-menu__copy{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;min-width:0}.inventory-add-menu__copy strong{font-size:14px;font-weight:700;color:#111827}.inventory-add-menu__copy span{font-size:12px;color:#6b7280}.inventory-add-menu__chevron{color:#9ca3af;font-size:22px;line-height:1;font-weight:600}@keyframes inventory-add-menu-in{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes inventory-add-scrim-in{0%{opacity:0}to{opacity:1}}.inventory-bulk-bar{position:sticky;top:0;z-index:5;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 12px;margin:0 0 10px;background:rgba(56,189,248,.06);border:1px solid rgba(56,189,248,.32);border-radius:14px;box-shadow:0 6px 18px rgba(37,99,235,.1);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;animation:inventory-bulk-bar-drop .2s ease-out}.inventory-bulk-bar__clear{width:28px;height:28px;border:0;border-radius:8px;background:#f3f4f6;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.inventory-bulk-bar__clear:hover{background:#e5e7eb;color:#111827}.inventory-bulk-bar__count{font-size:13px;color:#4b5563}.inventory-bulk-bar__count strong{color:#111827;font-weight:800;font-feature-settings:"tnum"}.inventory-bulk-bar__spacer{flex:1 1 auto}.inventory-bulk-bar__action{-webkit-appearance:none;appearance:none;background:#ffffff;border:1px solid #e5e7eb;color:#111827;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;transition:background .12s ease,border-color .12s ease}.inventory-bulk-bar__action:hover{background:#f9fafb;border-color:#d1d5db}.inventory-bulk-bar__action--danger{color:#b91c1c;border-color:#fca5a5}.inventory-bulk-bar__action--danger:hover{background:#fef2f2;border-color:#ef4444;color:#991b1b}.inventory-bulk-bar__action-icon{display:inline-flex}@keyframes inventory-bulk-bar-drop{0%{transform:translateY(-6px);opacity:0}to{transform:translateY(0);opacity:1}}.inventory-card{position:relative;cursor:pointer;user-select:none}.inventory-card__check{-webkit-appearance:none;appearance:none;position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:999px;background:#ffffff;border:1.5px solid #d1d5db;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease}.inventory-card__check:hover{border-color:#2563eb}.inventory-card__check:active{transform:scale(.92)}.inventory-card__check.is-on{background:linear-gradient(135deg,#38bdf8,#2563eb);border-color:transparent;box-shadow:0 2px 6px rgba(37,99,235,.32)}.inventory-card.is-selected{border-color:rgba(56,189,248,.55);background:rgba(56,189,248,.05);box-shadow:0 8px 22px rgba(56,189,248,.14)}@media (max-width: 480px){.inventory-bulk-bar{flex-wrap:wrap}.inventory-bulk-bar .inventory-bulk-bar__action{padding:6px 10px}}.inventory-card__kebab{position:absolute;top:50%;right:6px;transform:translateY(-50%)}.inventory-card[role=button]{cursor:pointer}.inventory-card[role=button]:hover{transform:translateY(-1px)}.inventory-card[role=button]:active{transform:translateY(0)}.inventory-report{margin:0 0 16px}.inventory-report__timeframe{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 14px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.inventory-report__timeframe-eyebrow{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6b7280}.inventory-report__timeframe-pills{display:inline-flex;background:#f3f4f6;padding:4px;border-radius:10px;gap:2px}.inventory-report__timeframe-pill{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#4b5563;font-family:inherit;font-size:12px;font-weight:700;padding:6px 12px;border-radius:8px;cursor:pointer;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.inventory-report__timeframe-pill:hover{color:#111827}.inventory-report__timeframe-pill.is-active{background:#ffffff;color:#111827;box-shadow:0 1px 3px rgba(15,22,35,.1)}.inventory-report__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.inventory-report__card{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 1px 2px rgba(15,22,35,.03);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;position:relative;overflow:hidden}.inventory-report__card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.inventory-report__card--blue:before{background:linear-gradient(180deg,#38bdf8,#2563eb)}.inventory-report__card--purple:before{background:linear-gradient(180deg,#a78bfa,#6366f1)}.inventory-report__card--cyan:before{background:linear-gradient(180deg,#22d3ee,#0ea5e9)}.inventory-report__card--green:before{background:linear-gradient(180deg,#34d399,#059669)}.inventory-report__card--amber:before{background:linear-gradient(180deg,#fbbf24,#d97706)}.inventory-report__card--rose:before{background:linear-gradient(180deg,#fb7185,#e11d48)}.inventory-report__card-eyebrow{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6b7280}.inventory-report__card-value{font-size:22px;font-weight:800;color:#111827;letter-spacing:-.02em;line-height:1.1;font-feature-settings:"tnum";overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:24px;display:inline-flex;align-items:center}.inventory-report__skeleton{display:inline-block;height:18px;width:70%;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.06) 0%,rgba(15,22,35,.12) 50%,rgba(15,22,35,.06) 100%);background-size:200% 100%;animation:inventory-card-shimmer-summary 1.4s ease-in-out infinite}.inventory-report__hint{margin:12px 0 0;font-size:12px;color:#6b7280;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}@keyframes inventory-card-shimmer-summary{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 720px){.inventory-report__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.inventory-report__grid{grid-template-columns:repeat(2,1fr);gap:8px}.inventory-report__card{padding:10px 12px 12px}.inventory-report__card-value{font-size:16px}.inventory-report__card-eyebrow{font-size:9px}}.inventory-summary__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.inventory-summary__tile{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 2px rgba(15,22,35,.03);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;position:relative;overflow:hidden}.inventory-summary__tile:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#38bdf8,#2563eb)}.inventory-summary__tile--blue:before{background:linear-gradient(180deg,#38bdf8,#2563eb)}.inventory-summary__tile--purple:before{background:linear-gradient(180deg,#a78bfa,#6366f1)}.inventory-summary__tile--cyan:before{background:linear-gradient(180deg,#22d3ee,#0ea5e9)}.inventory-summary__tile-eyebrow{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6b7280}.inventory-summary__tile-value{font-size:22px;font-weight:800;color:#111827;letter-spacing:-.02em;line-height:1.1;font-feature-settings:"tnum";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inventory-summary__tile-sub{font-size:12px;color:#6b7280}.inventory-summary__card{padding:0;overflow:hidden}.inventory-summary__head{padding:14px 16px 12px;border-bottom:1px solid #f3f4f6}.inventory-summary__eyebrow{display:block;font-size:13px;font-weight:800;color:#111827;letter-spacing:-.01em}.inventory-summary__sub{margin:2px 0 0;font-size:12px;color:#6b7280;line-height:1.4}.inventory-summary__rows{list-style:none;margin:0;padding:0}.inventory-summary__row{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #f3f4f6;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.inventory-summary__row:last-child{border-bottom:0}.inventory-summary__dot{flex:0 0 auto;width:10px;height:10px;border-radius:999px}.inventory-summary__dot--success{background:#34d399}.inventory-summary__dot--info{background:#60a5fa}.inventory-summary__dot--neutral{background:#9ca3af}.inventory-summary__row-label{flex:1 1 auto;font-size:13px;font-weight:600;color:#111827}.inventory-summary__row-count{font-size:14px;font-weight:800;color:#111827;font-feature-settings:"tnum"}@media (max-width: 480px){.inventory-summary__tiles{grid-template-columns:repeat(3,1fr);gap:8px}.inventory-summary__tile{padding:10px 12px}.inventory-summary__tile-value{font-size:16px}.inventory-summary__tile-eyebrow{font-size:9px}}.sale-edit{display:flex;flex-direction:column;gap:22px;padding:22px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.sale-edit__loading{padding:40px 24px;text-align:center;font-size:14px;color:#6b7280}.sale-edit__row{display:flex;flex-direction:column;gap:6px;width:100%}.sale-edit__row--two{flex-direction:row;gap:12px}.sale-edit__row--two>*{flex:1 1 0;min-width:0}.sale-edit__actions{margin-top:8px;display:flex;justify-content:flex-end}.sale-edit__actions>*{width:min(280px,100%)}@media (max-width: 480px){.sale-edit{padding:16px;gap:18px}.sale-edit__row--two{flex-direction:column;gap:16px}.sale-edit__actions>*{width:100%}}.inventory-edit{display:flex;flex-direction:column;gap:22px;padding:22px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.inventory-edit__loading{padding:40px 24px;text-align:center;font-size:14px;color:#6b7280}.inventory-edit__row{display:flex;flex-direction:column;gap:6px;width:100%}.inventory-edit__row--two{flex-direction:row;gap:12px}.inventory-edit__row--two>*{flex:1 1 0;min-width:0}.inventory-edit__actions{margin-top:8px;display:flex;justify-content:flex-end}.inventory-edit__actions>*{width:min(280px,100%)}@media (max-width: 480px){.inventory-edit{padding:16px;gap:18px}.inventory-edit__row--two{flex-direction:column;gap:16px}.inventory-edit__actions>*{width:100%}}.inv-form{display:flex;flex-direction:column;gap:22px;padding:22px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.inv-form__loading{padding:40px 24px;text-align:center;font-size:14px;color:#6b7280}.inv-form__row{display:flex;flex-direction:column;gap:6px;width:100%}.inv-form__row--two{flex-direction:row;gap:12px}.inv-form__row--two>*{flex:1 1 0;min-width:0}.inv-form__actions{margin-top:8px;display:flex;justify-content:flex-end;gap:10px}.inv-form__actions>*{width:min(280px,100%)}@media (max-width: 480px){.inv-form{padding:16px;gap:18px}.inv-form__row--two{flex-direction:column;gap:16px}.inv-form__actions{flex-direction:column-reverse}.inv-form__actions>*{width:100%}}.coplist-view__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.coplist-view__tile{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 2px rgba(15,22,35,.03);font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;position:relative;overflow:hidden}.coplist-view__tile:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.coplist-view__tile--blue:before{background:linear-gradient(180deg,#38bdf8,#2563eb)}.coplist-view__tile--green:before{background:linear-gradient(180deg,#34d399,#059669)}.coplist-view__tile--cyan:before{background:linear-gradient(180deg,#22d3ee,#0ea5e9)}.coplist-view__tile-eyebrow{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6b7280}.coplist-view__tile-value{font-size:22px;font-weight:800;color:#111827;letter-spacing:-.02em;line-height:1.1;font-feature-settings:"tnum"}.coplist-view__card{padding:0}.coplist-view__loading{padding:36px;text-align:center;color:#6b7280}.coplist-view__rows{list-style:none;margin:0;padding:8px 12px;display:flex;flex-direction:column;gap:8px}.coplist-view__row{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff;border:1px solid #f3f4f6;border-radius:12px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.coplist-view__thumb{flex:0 0 auto;width:52px;height:52px;border-radius:10px;background:#f3f4f6;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.coplist-view__thumb img{width:100%;height:100%;object-fit:cover}.coplist-view__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.coplist-view__title{font-size:14px;font-weight:700;color:#111827;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coplist-view__sub{font-size:12px;color:#6b7280}.coplist-view__right{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.coplist-view__price{font-size:14px;font-weight:800;color:#111827;font-feature-settings:"tnum"}@media (max-width: 480px){.coplist-view__tiles{grid-template-columns:repeat(3,1fr);gap:8px}.coplist-view__tile{padding:10px 12px}.coplist-view__tile-value{font-size:16px}}.inv-create__steps{display:inline-flex;gap:6px;padding:6px;background:#f3f4f6;border-radius:999px;margin:0 0 12px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.inv-create__step-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px 6px 6px;border-radius:999px;font-size:12px;font-weight:700;color:#6b7280;transition:background .15s ease,color .15s ease}.inv-create__step-pill.is-active{background:#ffffff;color:#111827;box-shadow:0 1px 3px rgba(15,22,35,.1)}.inv-create__step-pill.is-done{color:#2563eb}.inv-create__step-num{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e5e7eb;color:#4b5563;font-size:11px}.is-active .inv-create__step-num{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff}.is-done .inv-create__step-num{background:#2563eb;color:#fff}.inv-create{display:flex;flex-direction:column;gap:22px;padding:22px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.inv-create__row{display:flex;flex-direction:column;gap:6px;width:100%}.inv-create__row--two{flex-direction:row;gap:12px}.inv-create__row--two>*{flex:1 1 0;min-width:0}.inv-create__loader{padding:20px;display:flex;justify-content:center}.inv-create__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.inv-create__result{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff;border:1px solid #f3f4f6;border-radius:12px;cursor:pointer;transition:border-color .15s ease,transform .12s ease,box-shadow .15s ease}.inv-create__result:hover{border-color:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,22,35,.05)}.inv-create__result-thumb{flex:0 0 auto;width:52px;height:52px;border-radius:10px;background:#f3f4f6;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.inv-create__result-thumb img{width:100%;height:100%;object-fit:cover}.inv-create__result-meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.inv-create__result-title{font-size:14px;font-weight:700;color:#111827;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inv-create__result-sub{font-size:12px;color:#6b7280}.inv-create__result-price{flex:0 0 auto;font-size:14px;font-weight:800;color:#111827;font-feature-settings:"tnum"}.inv-create__product{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:12px}.inv-create__product-thumb{flex:0 0 auto;width:64px;height:64px;border-radius:10px;background:#ffffff;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.inv-create__product-thumb img{width:100%;height:100%;object-fit:cover}.inv-create__product-meta{display:flex;flex-direction:column;gap:2px}.inv-create__product-title{font-size:14px;font-weight:700;color:#111827}.inv-create__product-sub{font-size:12px;color:#6b7280}.inv-create__label{font-size:13px;font-weight:700;color:#111827}.inv-create__sizes{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.inv-create__size{display:inline-flex;align-items:center;gap:12px;padding:6px 8px 6px 14px;background:#ffffff;border:1px solid #e5e7eb;border-radius:999px;font-size:13px;font-weight:600;color:#111827}.inv-create__size-label{min-width:36px;text-align:center}.inv-create__size-stepper{display:inline-flex;align-items:center;gap:6px}.inv-create__size-stepper button{-webkit-appearance:none;appearance:none;width:28px;height:28px;border-radius:999px;border:1px solid #e5e7eb;background:#ffffff;color:#111827;font-weight:700;cursor:pointer;transition:background .1s ease,border-color .1s ease}.inv-create__size-stepper button:hover{background:#f3f4f6;border-color:#d1d5db}.inv-create__size-qty{min-width:22px;text-align:center;font-feature-settings:"tnum"}.inv-create__actions{margin-top:8px;display:flex;justify-content:flex-end}.inv-create__actions>*{width:min(280px,100%)}@media (max-width: 480px){.inv-create{padding:16px;gap:18px}.inv-create__row--two{flex-direction:column;gap:16px}.inv-create__actions>*{width:100%}}.more-page__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.more-page__row{width:100%;display:flex;align-items:center;gap:14px;padding:14px 16px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.more-page__row:hover{background:#f9fafb;border-color:#d1d5db}.more-page__row:active{transform:translateY(1px)}.more-page__row:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.more-page__icon{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center}.more-page__icon svg{width:20px;height:20px}.more-page__icon svg path{fill:#4b5563}.more-page__copy{flex:1 1 auto;display:flex;flex-direction:column;gap:2px;text-align:left;min-width:0}.more-page__copy strong{font-size:14px;font-weight:700;color:#111827}.more-page__copy span{font-size:12px;color:#6b7280}.more-page__chevron{flex:0 0 auto;color:#9ca3af;font-size:24px;line-height:1;font-weight:600}.package-pill{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 10px;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;max-width:100%;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.package-pill:hover{border-color:#d1d5db;background:#f9fafb;color:#111827}.package-pill:focus-visible{outline:none;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.06)}.package-pill.is-set{color:#111827;border-color:#d1d5db;background:#ffffff}.package-pill__icon{display:inline-flex;color:#6b7280;flex:0 0 auto}.is-set .package-pill__icon{color:#111827}.package-pill__label{font-variant-numeric:tabular-nums;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto;text-align:left}.package-pill__chev{display:inline-flex;color:#9ca3af;flex:0 0 auto}.package-pop__overlay .ant-popover-inner{padding:0;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 12px 28px rgba(17,24,39,.1),0 4px 8px rgba(17,24,39,.04);overflow:hidden}.package-pop__overlay .ant-popover-inner-content{padding:0}.package-pop{width:320px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;background:#ffffff}.package-pop__section{padding:12px 14px}.package-pop__section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.package-pop__section-title{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.package-pop__manage{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#2563eb;font:inherit;font-size:12px;font-weight:600;cursor:pointer;padding:0}.package-pop__manage:hover{text-decoration:underline}.package-pop__divider{height:1px;background:#f3f4f6}.package-pop__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;max-height:180px;overflow-y:auto}.package-pop__item{-webkit-appearance:none;appearance:none;border:0;background:transparent;width:100%;display:grid;grid-template-columns:18px 1fr auto auto;align-items:center;gap:10px;padding:7px 8px;border-radius:8px;color:#111827;font:inherit;font-size:13px;cursor:pointer;text-align:left;transition:background .12s ease}.package-pop__item:hover{background:#f9fafb}.package-pop__item.is-active{background:#eef2ff}.package-pop__item-icon{display:inline-flex;align-items:center;justify-content:center;color:#f59e0b}.package-pop__item:not(.is-active) .package-pop__item-icon svg[fill=none]{color:#9ca3af}.package-pop__item-dims{font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.01em}.package-pop__item-weight{font-size:12px;color:#6b7280;font-variant-numeric:tabular-nums}.package-pop__item-check{display:inline-flex;color:#2563eb}.package-pop__skeleton{display:flex;flex-direction:column;gap:6px}.package-pop__skeleton span{height:28px;border-radius:6px;background:linear-gradient(90deg,#f9fafb,#f3f4f6,#f9fafb);background-size:200% 100%;animation:package-pop-skel 1.4s linear infinite}.package-pop__empty{font-size:12px;color:#6b7280;line-height:1.5;padding:4px 0}.package-pop__empty-link{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#2563eb;font:inherit;font-weight:600;cursor:pointer;padding:0 4px}.package-pop__empty-link:hover{text-decoration:underline}.package-pop__form{display:flex;flex-wrap:wrap;gap:8px}.package-pop__group{display:inline-flex;align-items:center;gap:4px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:2px 8px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.package-pop__group:focus-within{background:#ffffff;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.06)}.package-pop__field{width:36px;height:28px;border:0;background:transparent;color:#111827;font-size:13px;font-variant-numeric:tabular-nums;text-align:center;padding:0 2px;font-family:inherit;-webkit-appearance:textfield;appearance:textfield}.package-pop__field::-webkit-inner-spin-button,.package-pop__field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.package-pop__field::placeholder{color:#9ca3af;font-weight:500}.package-pop__field:focus{outline:none}.package-pop__field--wide{width:46px}.package-pop__times{color:#9ca3af;font-size:12px;font-weight:500;user-select:none}.package-pop__unit{font-size:11px;color:#6b7280;text-transform:lowercase;letter-spacing:.04em;user-select:none;padding-left:2px}.package-pop__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.package-pop__cancel,.package-pop__apply{-webkit-appearance:none;appearance:none;border-radius:8px;height:32px;padding:0 14px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.package-pop__cancel{background:#ffffff;border:1px solid #d1d5db;color:#111827}.package-pop__cancel:hover{background:#f9fafb}.package-pop__apply{background:#111827;border:1px solid #111827;color:#fff}.package-pop__apply:hover{background:#000000}.package-pop__apply:disabled{background:#d1d5db;border-color:#d1d5db;color:#fff;cursor:not-allowed}@keyframes package-pop-skel{0%{background-position:0% 50%}to{background-position:200% 50%}}.inline-rate{display:inline-flex;align-items:center;gap:8px;font-size:13px;line-height:1.2;flex-wrap:nowrap;max-width:100%}.inline-rate--placeholder{color:#9ca3af;font-size:12px;font-style:italic}.inline-rate--empty{color:#b45309;font-size:12px;font-weight:600}.inline-rate--error{display:inline-flex;align-items:center;gap:8px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:5px 10px;max-width:360px}.inline-rate__error-icon{color:#b45309;flex:0 0 auto;display:inline-flex}.inline-rate__error-text{font-size:12px;color:#92400e;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0}.inline-rate__error-retry{-webkit-appearance:none;appearance:none;background:#ffffff;border:1px solid #fde68a;color:#92400e;font:inherit;font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px;cursor:pointer;flex:0 0 auto;transition:background .12s ease,border-color .12s ease}.inline-rate__error-retry:hover{background:#fef3c7;border-color:#fbbf24}.inline-rate--skeleton{width:200px;height:32px;border-radius:8px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:app-table-shimmer 1.4s linear infinite;display:inline-block}.inline-rate__chip{-webkit-appearance:none;appearance:none;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:5px 10px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-family:inherit;color:#111827;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;min-width:0;max-width:100%}.inline-rate__chip:hover{background:#f9fafb;border-color:#d1d5db}.inline-rate__chip:focus-visible{outline:none;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.06)}.inline-rate__logo{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;object-fit:contain;flex:0 0 auto;display:block}.inline-rate__price{font-weight:700;font-variant-numeric:tabular-nums;color:#111827;flex:0 0 auto;letter-spacing:.01em}.inline-rate__divider{color:#d1d5db;flex:0 0 auto;user-select:none}.inline-rate__service{color:#4b5563;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:220px}.inline-rate__eta{font-size:11px;color:#4b5563;background:#f3f4f6;padding:2px 7px;border-radius:999px;font-weight:600;flex:0 0 auto;font-variant-numeric:tabular-nums;letter-spacing:.02em}.inline-rate__more{-webkit-appearance:none;appearance:none;background:#ffffff;border:1px solid #e5e7eb;color:#4b5563;font-size:12px;font-weight:600;padding:5px 8px;cursor:pointer;display:inline-flex;align-items:center;gap:3px;border-radius:8px;height:30px;flex:0 0 auto;font-variant-numeric:tabular-nums;transition:border-color .15s ease,background .15s ease,color .15s ease}.inline-rate__more:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}@keyframes app-table-shimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}.orders-bulk-bar{position:sticky;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;gap:12px;padding:12px 20px;background:#ffffff;border-bottom:1px solid #e5e7eb;box-shadow:0 8px 16px rgba(17,24,39,.04);font-family:Inter,system-ui,-apple-system,sans-serif;animation:orders-bulk-bar-drop .2s ease-out}.orders-bulk-bar__clear{-webkit-appearance:none;appearance:none;background:#f3f4f6;border:0;color:#4b5563;width:28px;height:28px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease}.orders-bulk-bar__clear:hover{background:#e5e7eb;color:#111827}.orders-bulk-bar__count{font-size:13px;color:#4b5563}.orders-bulk-bar__count strong{color:#111827;font-weight:700;font-variant-numeric:tabular-nums}.orders-bulk-bar__spacer{flex:1 1 auto}.orders-bulk-bar__action{-webkit-appearance:none;appearance:none;background:#ffffff;border:1px solid #e5e7eb;color:#111827;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s ease,border-color .12s ease,opacity .12s ease}.orders-bulk-bar__action:hover{background:#f9fafb;border-color:#d1d5db}.orders-bulk-bar__action--primary{background:#111827;color:#fff;border-color:#111827}.orders-bulk-bar__action--primary:hover{background:#000000}.orders-bulk-bar__action:disabled{opacity:.5;cursor:not-allowed}@keyframes orders-bulk-bar-drop{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}.orders-list-body{padding:20px}@media (max-width: 768px){.orders-list-body{padding:16px}}.orders-filter-bar{align-items:center}.orders-filter-bar__search{flex:1 1 auto;max-width:480px}.orders-filter-bar__sort{flex:0 0 220px}@media (max-width: 768px){.orders-filter-bar{flex-direction:column;align-items:stretch}.orders-filter-bar__search,.orders-filter-bar__sort{max-width:100%;flex:1 1 100%}}.orders-copy-btn{background:none;border:0;cursor:pointer;padding:4px;margin-left:8px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:background .12s ease}.orders-copy-btn:hover{background:rgba(17,24,39,.06)}.orders-copy-btn:focus-visible{outline:2px solid var(--colored-bg, #2563eb);outline-offset:2px}.orders-row-mono{font-family:Inter,system-ui,sans-serif;font-variant-numeric:tabular-nums;font-size:13px;color:#1f2937;white-space:nowrap}.orders-track-btn{-webkit-appearance:none;appearance:none;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:4px 10px;font-family:inherit;font-size:13px;font-variant-numeric:tabular-nums;color:#1f2937;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.orders-track-btn svg{color:#6b7280}.orders-track-btn:hover{background:#ffffff;border-color:#d1d5db;color:#111827}.orders-track-btn:hover svg{color:#111827}.orders-track-btn__num{font-weight:600}.orders-row-action{-webkit-appearance:none;appearance:none;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;color:#111827;cursor:pointer;transition:background .12s ease,border-color .12s ease,opacity .12s ease}.orders-row-action:hover{background:#f9fafb;border-color:#d1d5db}.orders-row-action:disabled{opacity:.5;cursor:not-allowed}.orders-row-utility{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px}.table-light-v2 .ant-table-selection-column{width:44px!important;min-width:44px!important;padding-left:12px!important;padding-right:4px!important;text-align:left!important}.table-light-v2 .ant-table-tbody>tr>td.ant-table-cell:has(.orders-row-order),.table-light-v2 .ant-table-tbody>tr>td.ant-table-cell:has(.orders-row-customer),.table-light-v2 .ant-table-tbody>tr>td.ant-table-cell:has(.orders-row-items){text-align:left!important;padding-left:4px!important;padding-right:8px!important}.table-light-v2 .ant-table-tbody>tr>td.ant-table-cell{padding-top:12px!important;padding-bottom:12px!important;vertical-align:middle!important}.table-light-v2 .ant-table-thead>tr>th.ant-table-cell{padding-top:14px!important;padding-bottom:14px!important}.orders-row-order{display:inline-flex;align-items:center;gap:10px;text-align:left;width:100%}.orders-row-order__logo{flex:0 0 auto;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;border-radius:6px;object-fit:contain;background:#f9fafb;border:1px solid #f3f4f6;padding:3px;box-sizing:border-box;display:block}.orders-row-order__meta{display:flex!important;flex-direction:column!important;gap:2px;min-width:0;line-height:1.25;text-align:left}.orders-row-order__num{display:block;font-size:13px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums;letter-spacing:.01em;white-space:nowrap}.orders-row-order__date{display:block;font-size:11px;color:#6b7280;font-variant-numeric:tabular-nums;white-space:nowrap}.orders-row-customer{display:flex;flex-direction:column;gap:2px;min-width:0;line-height:1.3;text-align:left}.orders-row-customer__name{font-size:13px;font-weight:600;color:#111827;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.orders-row-customer__addr{font-size:11px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px;letter-spacing:.02em}.orders-row-items{display:flex;flex-direction:column;gap:2px;min-width:0;line-height:1.3;text-align:left}.orders-row-items__primary{font-size:13px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.orders-row-items__more{display:inline-block;align-self:flex-start;font-size:11px;color:#4b5563;background:#f3f4f6;border-radius:999px;padding:1px 8px;font-weight:600;letter-spacing:.02em}.orders-row-items__qty{font-size:11px;color:#6b7280;font-variant-numeric:tabular-nums}.rate-cmp{font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif;background:#ffffff;display:flex;flex-direction:column;gap:14px}.rate-cmp__head{display:flex;flex-direction:column;gap:4px;padding:4px 20px 14px;border-bottom:1px solid #f3f4f6}.rate-cmp__head-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.rate-cmp__order{font-size:14px;font-weight:700;color:#111827;font-variant-numeric:tabular-nums;letter-spacing:.01em}.rate-cmp__box{font-size:12px;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:2px 8px;font-variant-numeric:tabular-nums}.rate-cmp__head-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.rate-cmp__count{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}.rate-cmp__save-banner{font-size:12px;font-weight:700;color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;padding:3px 10px;letter-spacing:.01em;font-variant-numeric:tabular-nums}.rate-cmp__empty{padding:32px 20px;text-align:center;color:#6b7280;font-size:13px;line-height:1.5}.rate-cmp__list{list-style:none;margin:0;padding:0 12px 20px;display:flex;flex-direction:column;gap:6px}.rate-cmp__row{-webkit-appearance:none;appearance:none;width:100%;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;cursor:pointer;display:grid;grid-template-columns:36px minmax(0,1fr) auto 14px;align-items:center;gap:14px;font:inherit;color:#111827;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .12s ease}.rate-cmp__row:hover{border-color:#d1d5db;background:#f9fafb}.rate-cmp__row:focus-visible{outline:none;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.06)}.rate-cmp__row:active{transform:scale(.998)}.rate-cmp__row.is-selected{border-color:#111827;background:#f9fafb;box-shadow:0 0 0 3px rgba(17,24,39,.04)}.rate-cmp__row.is-cheapest:not(.is-selected){border-color:#d1fae5;background:linear-gradient(180deg,#f0fdf4 0%,#ffffff 60%)}.rate-cmp__logo{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;object-fit:contain;background:#ffffff;border:1px solid #f3f4f6;border-radius:8px;padding:4px;box-sizing:border-box;display:block}.rate-cmp__body{min-width:0;display:flex;flex-direction:column;gap:4px}.rate-cmp__service{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.rate-cmp__service-name{font-size:14px;font-weight:600;color:#111827;letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.rate-cmp__tags{display:inline-flex;gap:6px;flex-wrap:wrap}.rate-cmp__tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:2px 7px;border-radius:999px;line-height:1.4;border:1px solid transparent}.rate-cmp__tag--best{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.rate-cmp__tag--fastest{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.rate-cmp__tag--selected{background:#111827;color:#fff}.rate-cmp__meta{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#6b7280}.rate-cmp__carrier{font-weight:600;color:#4b5563}.rate-cmp__sep{color:#d1d5db}.rate-cmp__eta{font-variant-numeric:tabular-nums}.rate-cmp__price-col{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;min-width:80px}.rate-cmp__price{font-size:17px;font-weight:700;color:#111827;font-variant-numeric:tabular-nums;letter-spacing:-.01em;line-height:1}.rate-cmp__strike{font-size:11px;color:#9ca3af;text-decoration:line-through;font-variant-numeric:tabular-nums}.rate-cmp__save{font-size:11px;color:#047857;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em;line-height:1.2;white-space:nowrap}.rate-cmp__save-pct{font-weight:600;color:#059669;opacity:.85}.rate-cmp__delta{font-size:10px;color:#92400e;font-weight:600;font-variant-numeric:tabular-nums;opacity:.85;line-height:1.2;margin-top:1px;white-space:nowrap}.rate-cmp__chev{display:inline-flex;color:#9ca3af;align-items:center;justify-content:center}.rate-cmp__row:hover .rate-cmp__chev,.rate-cmp__row.is-selected .rate-cmp__chev{color:#111827}@media (max-width: 640px){.rate-cmp__head{padding:4px 16px 12px}.rate-cmp__list{padding:0 8px 16px}.rate-cmp__row{grid-template-columns:32px minmax(0,1fr) auto;gap:10px;padding:10px 12px}.rate-cmp__chev{display:none}.rate-cmp__service-name{max-width:200px;font-size:13px}.rate-cmp__price{font-size:16px}}.print-pdf{border:none;overflow:scroll}.pdf-container{border-radius:12px;background:white;padding:4px;margin:8px 8px 20px;width:calc(100% - 16px);display:flex;justify-content:center;align-items:center;height:60vh;overflow:scroll}.orders-mobile{width:100%;display:flex;flex-direction:column;gap:10px;padding:12px 10px 24px}.orders-mobile__segment{width:100%}.orders-mobile__segment .sire-segment:not(.sire-segment--compact){width:100%}.orders-mobile__select-all{-webkit-appearance:none;appearance:none;border:1px solid #e5e7eb;background:#ffffff;border-radius:12px;padding:10px 14px;min-height:48px;display:flex;align-items:center;gap:12px;width:100%;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.orders-mobile__select-all.is-active{background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.4);box-shadow:0 4px 12px rgba(56,189,248,.1)}.orders-mobile__select-all:active{transform:translateY(1px)}.orders-mobile__select-all:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.orders-mobile__check{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.orders-mobile__select-copy{flex:1 1 auto;font-size:13px;color:#111827;font-weight:600;line-height:1.3}.orders-mobile__select-copy span{color:#6b7280;font-weight:500}.orders-mobile__select-copy strong{color:#111827;font-weight:800}.orders-mobile__select-clear{flex:0 0 auto;font-size:12px;font-weight:700;color:#2563eb;padding:6px 10px;border-radius:8px;transition:background .15s ease}.orders-mobile__select-clear:hover{background:rgba(37,99,235,.08)}.orders-mobile__bulk{position:sticky;top:0;z-index:4}.orders-mobile__bulk .orders-bulk-bar{position:static;border-radius:14px;border:1px solid rgba(56,189,248,.3);background:rgba(56,189,248,.06);box-shadow:0 6px 18px rgba(37,99,235,.1);padding:10px 12px;gap:8px;flex-wrap:wrap;animation:none}.orders-mobile__bulk .orders-bulk-bar .orders-bulk-bar__action{padding:8px 14px;font-size:13px}.orders-mobile__bulk .orders-bulk-bar .orders-bulk-bar__count{flex:1 1 auto;min-width:0}.orders-mobile__bulk .orders-bulk-bar .orders-bulk-bar__spacer{display:none}.orders-mobile__bulk .orders-bulk-bar .orders-bulk-bar__action--primary{flex:1 0 100%;text-align:center}.orders-mobile__list{width:100%}.orders-mobile__list .sire-items-list{grid-template-columns:1fr;gap:10px}.orders-mobile__list .item-wrapper.m-l-10{margin-left:0!important;padding-left:0}.orders-mobile__list .item-wrapper>.checkbox{display:none!important}.orders-mobile__list .item-wrapper{position:relative;transition:transform .15s ease}.orders-mobile__list .item-wrapper:active{transform:scale(.99)}.orders-mobile__list .item-wrapper:after{content:"";position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:999px;background:#ffffff;border:1.5px solid #d1d5db;box-shadow:inset 0 1px 2px rgba(15,22,35,.04);z-index:2;pointer-events:none;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.orders-mobile__list .item-wrapper:has(.sire-v2-form-check.checked) .order-card{border-color:rgba(56,189,248,.55);background:rgba(56,189,248,.05);box-shadow:0 8px 22px rgba(56,189,248,.14)}.orders-mobile__list .item-wrapper:has(.sire-v2-form-check.checked):after{border:0;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4 4L19 7' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat,linear-gradient(135deg,#38bdf8 0%,#2563eb 100%);box-shadow:0 2px 6px rgba(37,99,235,.35)}.order-card{display:flex;flex-direction:column;gap:10px;padding:14px;background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(17,24,39,.03)}.order-card__head{display:flex;flex-direction:row;align-items:center;gap:6px;min-width:0}.order-card__source-logo{flex:0 0 auto;width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;border-radius:4px;object-fit:contain;background:#f9fafb;border:1px solid #f3f4f6;padding:2px;box-sizing:border-box}.order-card__num{font-size:14px;font-weight:700;color:#111827;font-variant-numeric:tabular-nums;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.order-card__dot{color:#9ca3af;font-size:12px;line-height:1;flex:0 0 auto}.order-card__date{font-size:12px;color:#6b7280;font-variant-numeric:tabular-nums;flex:0 0 auto;white-space:nowrap}.order-card .customer-info,.order-card .items-info,.order-card .package-info,.order-card .rate-info,.order-card .tracking-info{display:flex;flex-direction:column;gap:5px}.order-card .copy-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.order-card{padding:10px 12px;gap:6px;border-radius:12px}.order-card__num{font-size:13px}.order-card__date{font-size:11px}.order-card>.flex.flex-column.flex-gap-5{gap:2px!important}.order-card>.flex.flex-column.flex-gap-5>.text{font-size:12px}.order-card>.flex.flex-column.flex-gap-5>.text:first-child:where(.bold,[class*=font-size-12]){display:none}.order-card .customer-info,.order-card .items-info,.order-card .package-info,.order-card .rate-info,.order-card .tracking-info{gap:4px}}.integrations-page__provider{display:inline-flex;align-items:center;gap:12px;min-width:0}.integrations-page__provider-mark{flex:0 0 auto;width:36px;height:36px;border-radius:9px;background:#f9fafb;border:1px solid #f3f4f6;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.integrations-page__provider-mark img{width:22px;height:22px;object-fit:contain;display:block}.integrations-page__provider-meta{display:inline-flex;flex-direction:column;gap:2px;min-width:0}.integrations-page__provider-name{font-size:14px;font-weight:600;color:#111827;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.integrations-page__provider-type{font-size:12px;color:#6b7280;text-transform:capitalize;line-height:1.2}.integrations-page__date{font-variant-numeric:tabular-nums;color:#4b5563;font-size:13px}.integration-cards{list-style:none;margin:0;padding:12px;display:flex;flex-direction:column;gap:10px}.integration-card{display:flex;align-items:center;gap:12px;background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.integration-card__mark{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:#f3f4f6;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.integration-card__mark img{width:28px;height:28px;object-fit:contain}.integration-card__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.integration-card__name{font-size:14px;font-weight:700;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.integration-card__type{font-size:12px;color:#6b7280;text-transform:capitalize}.integration-card__date{font-size:11px;color:#9ca3af;margin-top:2px}.integration-card__skel-mark{width:38px;height:38px;border-radius:10px;background:rgba(15,22,35,.06);flex:0 0 auto}.integration-card__skel-bars{flex:1 1 auto;display:flex;flex-direction:column;gap:6px}.integration-card__skel-bar{height:12px;border-radius:6px;background:linear-gradient(90deg,rgba(15,22,35,.05) 0%,rgba(15,22,35,.1) 50%,rgba(15,22,35,.05) 100%);background-size:200% 100%;animation:integration-card-shimmer 1.4s ease-in-out infinite}.integration-card__skel-bar--w60{width:60%}.integration-card__skel-bar--w40{width:40%}@keyframes integration-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.support-page__notice{background:#fffbeb;color:#92400e;border:1px solid #fde68a;border-radius:12px;padding:12px 16px;font-size:13px;line-height:1.4}.support-page__notice--inset{margin:0}.support-page__loading{text-align:center;color:#6b7280;font-size:13px;padding:32px 16px}.support-page__list{display:flex;flex-direction:column;gap:10px}.support-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:16px 18px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px rgba(17,24,39,.03)}.support-card:hover{border-color:#d1d5db;box-shadow:0 2px 6px rgba(17,24,39,.04)}.support-card.is-expanded{border-color:#d1d5db}.support-card__head{display:flex;align-items:flex-start;gap:16px;justify-content:space-between}.support-card__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.support-card__subject{font-size:14px;font-weight:600;color:#111827;margin:0;line-height:1.35}.support-card__caption{font-size:12px;color:#6b7280;text-transform:capitalize;line-height:1.3}.support-card__body{display:flex;flex-direction:column;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #f3f4f6}.support-card__message{background:#f9fafb;border-radius:10px;padding:12px 14px;font-size:13px;color:#1f2937;line-height:1.5;white-space:pre-wrap}.support-card__reply{background:#ecfdf5;border:1px solid #d1fae5;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.support-card__reply-head{font-size:11px;font-weight:700;color:#065f46;letter-spacing:.04em;text-transform:uppercase}.support-card__reply-body{font-size:13px;color:#064e3b;line-height:1.5;white-space:pre-wrap}.support-card__reply-time{font-size:11px;color:#047857;margin-top:2px}.support-card__waiting{font-size:12px;color:#6b7280;font-style:italic}.menu{--rail-w: 72px;--rail-bg: #ffffff;--rail-border: #e5e7eb;--rail-icon: #6b7280;--rail-icon-active: #1d4ed8;--rail-active-bg: #eff6ff;--rail-text: #111827;margin:0;border-radius:0;box-shadow:none;border:none;--ion-background-color: var(--rail-bg);--width: var(--rail-w);--min-width: var(--rail-w);display:block!important;width:var(--rail-w)!important;min-width:var(--rail-w)!important;height:100vh;flex:0 0 var(--rail-w);background:var(--rail-bg);border-right:1px solid var(--rail-border)}.menu .content-menu{border-right:1px solid var(--rail-border)}.menu .content-menu::part(scroll){background:var(--rail-bg);overflow:hidden}.menu__rail{display:flex;flex-direction:column;align-items:center;height:100%;padding:14px 0 12px;font-family:Inter,SF-Pro-Display,system-ui,-apple-system,sans-serif}.menu__brand{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:transparent;border:0;padding:0;margin-bottom:18px;cursor:pointer;box-shadow:0 1px 3px rgba(17,24,39,.1);transition:transform .15s ease,box-shadow .15s ease;overflow:hidden}.menu__brand:hover{transform:scale(1.04)}.menu__brand:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.menu__brand-logo{width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important;border-radius:50%;object-fit:cover;display:block;pointer-events:none;box-sizing:border-box}.menu__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.menu__item{width:100%;display:flex;justify-content:center;position:relative}.menu__btn{width:40px;height:40px;border-radius:10px;background:transparent;border:0;color:var(--rail-icon);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .12s ease;position:relative}.menu__btn svg{display:block}.menu__btn:hover{background:#f3f4f6;color:var(--rail-text)}.menu__btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.menu__btn.is-active{background:var(--rail-active-bg);color:var(--rail-icon-active)}.menu__btn.is-active:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:3px;height:22px;background:var(--rail-icon-active);border-radius:0 3px 3px 0}.menu__btn--ghost{color:#9ca3af}.menu__bottom{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:6px;padding-top:12px;border-top:1px solid var(--rail-border);width:44px}.menu__avatar{width:32px;height:32px;border-radius:50%;border:0;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.02em;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.menu__avatar img{width:100%;height:100%;object-fit:cover;display:block}.menu__avatar:hover{transform:scale(1.05)}.menu__avatar:focus-visible{outline:2px solid #2563eb;outline-offset:2px}ion-app{display:block;width:100%;min-height:100vh}ion-split-pane{--side-width: 72px;--side-min-width: 72px;display:flex;flex-direction:row;min-height:100vh;width:100%}ion-split-pane>ion-router-outlet,ion-split-pane>[content-id=main]{flex:1 1 auto;min-width:0;display:block}.is-not-authenticated .menu-pane-visible{display:none}.is-authenticated .menu-pane-visible{display:block!important}ion-split-pane{background:var(--background-color)}@media (max-width: 768px){ion-split-pane{--side-width: 0;--side-min-width: 0}.menu{display:none!important;width:0!important;min-width:0!important}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sire-v2-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.sire-v2-input-wrapper .sire-v2-input-prefix,.sire-v2-input-wrapper .sire-v2-input-postfix{position:absolute;display:flex;align-items:center;color:rgba(0,0,0,.6);font-size:14px;font-family:var(--default-font);pointer-events:none;z-index:1}.sire-v2-input-wrapper .sire-v2-input-prefix{left:10px}.sire-v2-input-wrapper .sire-v2-input-postfix{right:10px}.sire-v2-input-wrapper .sire-v2-input.has-prefix{padding-left:25px}.sire-v2-input-wrapper .sire-v2-input.has-postfix{padding-right:20px}.sire-v2-input-wrapper .sire-v2-input.has-postfix+.sire-v2-input-clear{right:20px}.sire-v2-input-wrapper .sire-v2-input{width:100%;padding:13px 20px;height:50px;font-size:14px;font-family:var(--default-font);border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease;background:white}.sire-v2-input-wrapper .sire-v2-input:disabled{opacity:.5;cursor:not-allowed}.sire-v2-input-wrapper .sire-v2-input::placeholder{color:#9e9e9e}.sire-v2-input-wrapper .sire-v2-input:hover{border-color:#bbb}.sire-v2-input-wrapper .sire-v2-input.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.sire-v2-input-wrapper .sire-v2-input-clear{background:white;position:absolute;right:8px;top:23px;transform:translateY(-50%);border:none;cursor:pointer;padding:4px;font-size:20px;line-height:1;z-index:2;color:#666;display:flex;align-items:center;justify-content:center}.sire-v2-input-wrapper .sire-v2-input-clear:hover{color:#333}.otp-input-container{display:flex;flex-direction:column;gap:10px;width:100%}.otp-input-container .otp-input-boxes{display:flex;gap:8px;justify-content:space-between;width:100%}.otp-input-container .otp-input-boxes input[type=text]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;transform:translate(0);caret-color:transparent}.otp-input-container .otp-input-boxes .otp-input{align-items:center;background:white;border-radius:12px;border:1px solid #e0e0e0;display:flex;font-family:var(--default-font);font-size:18px;font-weight:600;height:50px;justify-content:center;position:relative;text-align:center;transition:all .3s ease;width:100%}.otp-input-container .otp-input-boxes .otp-input:disabled{opacity:.5;cursor:not-allowed}.otp-input-container .otp-input-boxes .otp-input:hover{border-color:#bbb}.otp-input-container .otp-input-boxes .otp-input.focused{outline:none;border:2px solid transparent;background:linear-gradient(white,white) padding-box,var(--colored-bg) border-box;box-shadow:0 0 0 4px rgba(99,102,241,.1);animation:lightningEffect .5s ease}.otp-input-container .otp-input-boxes .otp-input .otp-input-placeholder{color:#9e9e9e;font-size:16px;opacity:.7;user-select:none}.otp-input-container .otp-input-boxes .otp-input .otp-input-caret{animation:caretBlink 1s steps(1) infinite;background-color:var(--primary-color);height:24px;margin-left:1px;position:absolute;width:2px}@keyframes lightningEffect{0%{box-shadow:0 0 rgba(99,102,241,.4)}70%{box-shadow:0 0 0 6px rgba(99,102,241,0)}to{box-shadow:0 0 rgba(99,102,241,0)}}@keyframes caretBlink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.sire-v2-box-select{display:flex;flex-direction:column;gap:16px;width:100%}.sire-v2-box-select .select-option-box{background-color:#1f1d19;border-radius:12px;padding:16px;cursor:pointer;transition:var(--transition);border:2px solid transparent;color:var(--light-text-color)}.sire-v2-box-select .select-option-box:hover{opacity:.9}.sire-v2-box-select .select-option-box.selected{border:2px solid #4ade80}.sire-v2-box-select .select-option-box .option-content{display:flex;align-items:center;gap:12px}.sire-v2-box-select .select-option-box .option-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--colored-bg);color:#fff;font-weight:700}.sire-v2-box-select .select-option-box .option-number.selected{background:#4ade80}.sire-v2-box-select .select-option-box .option-number .checkmark-icon{width:20px;height:20px;fill:#fff}.sire-v2-box-select .select-option-box .option-label{font-size:16px;font-weight:500}:root.golden-view .sire-v2-box-select .select-option-box{background-color:var(--card-background-color);color:var(--default-text-color)}.slide-container{position:relative;overflow:hidden;min-height:500px}.slide{display:flex;flex-direction:column;gap:30px;width:100%;transition:transform .5s ease,opacity .5s ease}.slide-enter{animation:slideInRight .5s forwards}.slide-exit{animation:slideOutLeft .5s forwards}.slide-enter-back{animation:slideInLeft .5s forwards}.slide-exit-back{animation:slideOutRight .5s forwards}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.slide-indicators{display:flex;justify-content:center;gap:8px}.slide-indicator{width:8px;height:8px;border-radius:50%;background-color:#ccc;transition:background-color .3s ease}.slide-indicator.active{background-color:#007bff;width:10px;height:10px}.back-button-container{align-self:flex-start}.onboarding-options-scroll{max-height:55vh;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-right:4px}.onboarding-box-select-compact{gap:8px!important}.onboarding-box-select-compact .select-option-box{padding:10px 14px!important}.onboarding-box-select-compact .select-option-box .option-label{font-size:14px!important}.onboarding-box-select-compact .select-option-box .option-number{width:26px!important;height:26px!important;font-size:13px}.onboarding-box-select-compact .select-option-box .option-number .checkmark-icon{width:16px!important;height:16px!important}.thank-you-container{background:var(--colored-bg)!important;height:200px;width:340px;margin:auto;padding:20px 30px;position:relative;z-index:100;background-size:200% 200%;animation:gradient 8s ease-in-out infinite;border-radius:22px;justify-content:center;display:flex;align-items:center;flex-direction:column;gap:20px}.thank-you-container .button-container{border-radius:30px;background:white;height:50px;width:50px;padding:10px;display:flex;justify-content:center;align-items:center;animation:buttonpulse 1.5s ease-in-out;animation-fill-mode:forwards;overflow:hidden}@keyframes buttonpulse{0%{opacity:0;transform:scale(0)}40%{opacity:1;transform:scale(1)}45%{width:50px;opacity:1;transform:scale(1)}to{opacity:1;width:250px;transform:scale(1)}}.thank-you-container .typing-animation{position:relative;width:fit-content;font-size:13px;font-weight:900;color:#000;font-family:var(--default-font);white-space:nowrap;opacity:0;animation:show 1.5s ease-in-out;animation-fill-mode:forwards}.thank-you-container .typing-animation:after{content:"";position:absolute;top:0;left:0;height:100%;width:0px;background:white;animation:typing 1.5s steps(40);animation-fill-mode:forwards}@keyframes typing{0%{width:0}50%{width:300px}to{width:0px}}@keyframes show{0%{opacity:0}50%{opacity:1}to{opacity:1}}.power-page-container{position:relative}.power-page-container .bg-content{min-height:100vh;width:100%}.power-page-container .shadow-white{box-shadow:0 0 .95rem rgba(255,255,255,.3)}@keyframes float-background{0%{transform:translate(0)}25%{transform:translate(100vw)}50%{transform:translate(100vw,100vh)}75%{transform:translateY(100vh)}to{transform:translate(0)}}.power-page-container .bg-container{flex:none;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.power-page-container .bg-container .purple{left:-851px;top:-806px;position:absolute;background:radial-gradient(50% 50% at 50% 50%,rgba(18,194,233,.4) 0%,rgba(18,194,233,0) 100%);opacity:.7;width:1845px;height:1230px;z-index:-1;animation:float-background 16s infinite}.power-page-container .bg-container .blue{left:-866px;top:-608px;position:absolute;background:radial-gradient(50% 50% at 50% 50%,rgba(196,113,237,.4) 0%,rgba(196,113,237,0) 100%);opacity:.8;width:1845px;height:1230px;z-index:-1;animation:float-background 16s infinite}.power-page-container .bg-footer{background:var(--super-light-colored-bg)}@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes rotation{0%{--gradient-angle: 0deg}to{--gradient-angle: 360deg}}.glowing{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(var(--gradient-angle),#5433ff,#27aae2,#80d9ff);animation:rotation 5s linear infinite;z-index:-1}.glowing:before{content:"";position:absolute;top:.8rem;right:.8rem;bottom:.8rem;left:.8rem;filter:blur(.8rem);background-color:#000}@keyframes glow{0%{box-shadow:inset 0 0 #27aae2}40%{box-shadow:inset 0 0 48px #27aae2}80%{box-shadow:inset 0 0 #27aae2}to{box-shadow:inset 0 0 #27aae2}}.content-container{position:relative}.logo{transition:transform .5s ease-out}.description-hidden{opacity:0;height:0;margin:0;overflow:hidden;transition:opacity .3s ease-out,height .3s ease-out,margin .3s ease-out}.signup-slide-locked-height{min-height:260px}.trial-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;margin:0 0 16px;background:linear-gradient(90deg,rgba(56,189,248,.12) 0%,rgba(217,70,239,.12) 100%);border:1px solid rgba(56,189,248,.35);border-radius:12px;color:#f8fafc;font-size:13px}.trial-banner__icon{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#38bdf8 50%,#d946ef);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(56,189,248,.3)}.trial-banner__copy{flex:1 1 auto;line-height:1.4;text-transform:capitalize}.trial-banner__copy strong{color:#fff;font-weight:700;text-transform:capitalize}.trial-banner__copy span{color:rgba(241,245,249,.75);text-transform:none}.view-store{--vs-bg: #fafafa;--vs-surface: #ffffff;--vs-border: #e5e7eb;--vs-text: #111827;--vs-muted: #6b7280;--vs-accent: #111827;min-height:100vh;background:var(--vs-bg);color:var(--vs-text);font-family:Inter,-apple-system,system-ui,sans-serif;padding:0 0 64px;box-sizing:border-box}.view-store__header{position:sticky;top:0;z-index:5;background:rgba(250,250,250,.92);backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--vs-border);padding:12px 20px}.view-store__brand{display:inline-flex;align-items:center;gap:10px;background:transparent;border:0;cursor:pointer;padding:0;color:var(--vs-text);font-weight:700;font-size:16px}.view-store__brand img{width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;border-radius:50%;box-sizing:border-box}.view-store__merchant{display:flex;align-items:center;gap:16px;padding:32px 20px 24px;max-width:1100px;margin:0 auto}.view-store__merchant--skel{pointer-events:none}.view-store__avatar{width:64px!important;height:64px!important;max-width:64px!important;max-height:64px!important;border-radius:50%;object-fit:cover;border:1px solid var(--vs-border);background:var(--vs-surface);box-sizing:border-box;flex:0 0 auto}.view-store__avatar--skel{background:#e5e7eb;animation:vs-pulse 1.4s infinite ease-in-out}.view-store__handle-block h1{margin:0;font-size:22px;font-weight:700;letter-spacing:-.01em}.view-store__handle-block p{margin:4px 0 0;color:var(--vs-muted);font-size:14px}.view-store__handle--skel{width:160px;height:18px;border-radius:4px;background:#e5e7eb;animation:vs-pulse 1.4s infinite ease-in-out}.view-store__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding:0 20px;max-width:1100px;margin:0 auto}.view-store__card{background:var(--vs-surface);border:1px solid var(--vs-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}.view-store__card:hover{transform:translateY(-2px);box-shadow:0 6px 14px -8px rgba(17,24,39,.18)}.view-store__card--skel{height:280px;background:#ececec;animation:vs-pulse 1.4s infinite ease-in-out}.view-store__media{aspect-ratio:1/1;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.view-store__media img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain;box-sizing:border-box;padding:12px}.view-store__media-fallback{width:64px;height:64px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:22px}.view-store__meta{padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px}.view-store__brand-name{font-size:11px;font-weight:600;color:var(--vs-muted);text-transform:uppercase;letter-spacing:.04em}.view-store__title{margin:0;font-size:14px;font-weight:600;color:var(--vs-text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.view-store__row{margin-top:6px;display:flex;justify-content:space-between;align-items:center}.view-store__size{font-size:12px;color:var(--vs-muted)}.view-store__price{font-size:14px;font-weight:700;color:var(--vs-text)}.view-store__empty{max-width:480px;margin:64px auto;padding:0 20px;text-align:center}.view-store__empty h2{margin:0 0 8px;font-size:22px;font-weight:700}.view-store__empty p{margin:0 0 20px;color:var(--vs-muted)}.view-store__cta{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 18px;border-radius:999px;background:var(--vs-accent);color:#fff;font-weight:600;font-size:14px;border:0;cursor:pointer}.view-store__cta:hover{opacity:.92}.view-store__footer{margin-top:64px;text-align:center;color:var(--vs-muted);font-size:12px}@keyframes vs-pulse{0%{opacity:1}50%{opacity:.55}to{opacity:1}}.notification-center-modal::part(content){width:420px;max-width:92vw;height:auto;max-height:80vh;border-radius:14px;background:#ffffff;box-shadow:0 30px 60px -20px rgba(17,24,39,.25),0 12px 30px -10px rgba(17,24,39,.15);overflow:hidden}.notification-center{display:flex;flex-direction:column;max-height:80vh;background:#ffffff;font-family:Inter,SF-Pro-Display,system-ui,sans-serif}.notification-center__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #eef0f3}.notification-center__title-wrap{display:flex;align-items:center;gap:8px;min-width:0}.notification-center__title{margin:0;font-size:16px;font-weight:600;color:#111827;letter-spacing:-.01em}.notification-center__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#111827;color:#fff;font-size:11px;font-weight:600;border-radius:999px;line-height:1}.notification-center__header-actions{display:flex;align-items:center;gap:6px}.notification-center__mark-all{background:transparent;border:0;padding:6px 10px;font-size:12px;font-weight:500;color:#6366f1;cursor:pointer;border-radius:6px;transition:background .12s ease,color .12s ease}.notification-center__mark-all:hover:not(:disabled){background:#f5f3ff;color:#4f46e5}.notification-center__mark-all:disabled{color:#9ca3af;cursor:not-allowed}.notification-center__close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:999px;color:#6b7280;cursor:pointer;transition:background .12s ease,color .12s ease}.notification-center__close:hover{background:#f3f4f6;color:#111827}.notification-center__body{flex:1 1 auto;overflow-y:auto;background:#ffffff}.notification-center__list{margin:0;padding:0;list-style:none}.notification-center__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 28px 56px;text-align:center}.notification-center__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:linear-gradient(180deg,#f5f3ff 0%,#eef2ff 100%);color:#6366f1;margin-bottom:14px}.notification-center__empty-title{margin:0 0 6px;font-size:14px;font-weight:600;color:#111827}.notification-center__empty-copy{margin:0;font-size:13px;color:#6b7280;max-width:280px;line-height:1.5}.notification-center__skeleton{padding:12px 0}.notification-center__skeleton-row{display:flex;align-items:flex-start;gap:12px;padding:12px 18px}.notification-center__skeleton-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(90deg,#f3f4f6 0%,#eef0f3 50%,#f3f4f6 100%);background-size:200% 100%;animation:notif-shimmer 1.4s ease-in-out infinite;flex-shrink:0}.notification-center__skeleton-text{flex:1 1 auto;display:flex;flex-direction:column;gap:6px}.notification-center__skeleton-bar{height:10px;border-radius:4px;background:linear-gradient(90deg,#f3f4f6 0%,#eef0f3 50%,#f3f4f6 100%);background-size:200% 100%;animation:notif-shimmer 1.4s ease-in-out infinite}.notification-center__skeleton-bar--title{width:60%}.notification-center__skeleton-bar--meta{width:40%;height:8px}.notification-row{position:relative;display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-bottom:1px solid #f3f4f6;cursor:default;transition:background .12s ease}.notification-row:last-child{border-bottom:0}.notification-row.is-clickable{cursor:pointer}.notification-row.is-clickable:hover{background:#f9fafb}.notification-row.is-unread{background:#fafaff}.notification-row__icon{width:36px;height:36px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#f3f4f6;color:#6b7280}.notification-row__icon--support{background:#eef2ff;color:#4f46e5}.notification-row__icon--shipment{background:#ecfdf5;color:#047857}.notification-row__icon--invoice{background:#fef3c7;color:#b45309}.notification-row__icon--system{background:#f3f4f6;color:#6b7280}.notification-row__icon--promo{background:#fff1f2;color:#be123c}.notification-row__copy{flex:1 1 auto;min-width:0}.notification-row__title{font-size:13px;font-weight:600;color:#111827;line-height:1.35;margin-bottom:2px}.notification-row__body{font-size:12.5px;color:#4b5563;line-height:1.45;margin-bottom:4px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-row__meta{font-size:11px;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.notification-row__dot{position:absolute;top:18px;right:16px;width:8px;height:8px;border-radius:999px;background:#6366f1}@keyframes notif-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-header__bell-wrap{position:relative;display:inline-flex}.dashboard-header__bell-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;box-shadow:0 0 0 2px #fff;pointer-events:none}
