:root{color:#f7f7f8;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-background:#08080a;--color-surface:#121216;--color-surface-elevated:#1a1a20;--color-primary:#ff2533;--color-primary-hover:#e01825;--color-primary-soft:#2b1116;--color-accent:#ff4d59;--color-text:#f7f7f8;--color-text-muted:#a1a1aa;--color-border:#2a2a31;--color-control-border:#5a5a64;--color-control-border-hover:#8a8a94;background:#08080a;font-family:system-ui,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{background:var(--color-background);min-width:20rem;color:var(--color-text);margin:0}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.app-load-more-button{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.5rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;line-height:1.2}.app-load-more-button:not(:disabled):hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.app-load-more-button:disabled{cursor:not-allowed;opacity:.55}::selection{background:var(--color-primary);color:var(--color-background)}.language-switcher__trigger{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.5rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:.375rem;flex:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-weight:600;display:inline-flex}.language-switcher__trigger:hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.language-switcher__globe{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;width:1.125rem;height:1.125rem}.language-switcher__dialog{border:1px solid var(--color-border);background:var(--color-surface);width:min(36rem,100% - 2rem);max-height:calc(100% - 2rem);color:var(--color-text);border-radius:.75rem;padding:0;box-shadow:0 1.5rem 4rem #00000073}.language-switcher__dialog::backdrop{background:#000000c7}.language-switcher__panel{padding:1.5rem}.language-switcher__heading{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.language-switcher__heading h2{flex:1;margin:0;font-size:1.25rem;line-height:1.3}.language-switcher__close{width:2.5rem;height:2.5rem;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.375rem;flex:none;justify-content:center;align-items:center;padding:0;font-size:1.5rem;display:inline-flex}.language-switcher__close:hover{background:var(--color-surface-elevated)}.language-switcher__options{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;max-height:min(28rem,60vh);display:grid;overflow-y:auto}.language-switcher__option{border:1px solid var(--color-border);background:var(--color-background);min-height:3.25rem;color:var(--color-text-muted);border-radius:.5rem;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;display:flex}.language-switcher__option:hover{border-color:var(--color-primary);background:var(--color-surface-elevated);color:var(--color-text)}.language-switcher__option--active{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary);font-weight:600}.language-switcher__option-code{color:var(--color-text-muted);margin-left:auto;font-size:.75rem}@media (width<=950px){.language-switcher__trigger{justify-content:center}.language-switcher__panel{padding:1rem}.language-switcher__options{grid-template-columns:1fr}}.app-header{z-index:40;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(.75rem);background:#08080af0;position:sticky;top:0;box-shadow:0 .375rem 1.5rem #0000002e}.app-header__inner{align-items:center;gap:2rem;width:calc(100% - 3rem);max-width:72rem;min-height:4rem;margin:0 auto;padding:0;display:flex}.app-header__brand,.app-header__navigation-link{color:inherit;text-decoration:none}.app-header__brand{color:var(--color-text);flex:none;align-items:center;display:inline-flex}.app-header__brand-logo{width:auto;height:2.5rem;display:block}.app-header__menu{flex:1;order:1;align-items:center;gap:1.5rem;min-width:0;display:flex}.app-header__language{flex:none;order:2}.app-header__navigation{flex:1;min-width:0}.app-header__navigation ul{align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.app-header__navigation-link{color:var(--color-text-muted);border-radius:.375rem;align-items:center;min-height:2.5rem;padding:.5rem .75rem;display:inline-flex}.app-header__navigation-link:hover,.app-header__navigation-link--active{color:var(--color-text)}.app-header__navigation-link:hover{background:var(--color-surface)}.app-header__navigation-link--active{background:var(--color-primary-soft);color:var(--color-primary);font-weight:600}.app-header__auth{flex:none;position:relative}.app-header__wallet{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.5rem;color:var(--color-text-muted);font:inherit;cursor:pointer;border-radius:.375rem;flex:none;justify-content:center;align-items:center;padding:.5rem 1rem;display:inline-flex;position:relative}.app-header__wallet:disabled{cursor:progress;opacity:.6}.app-header__wallet-loader{border:2px solid var(--color-control-border);border-top-color:var(--color-text);border-radius:50%;flex:none;width:1rem;height:1rem;animation:.7s linear infinite app-header-wallet-spin;position:absolute}.app-header__wallet-placeholder{filter:blur(.1rem)}@keyframes app-header-wallet-spin{to{transform:rotate(360deg)}}.app-header__wallet[data-authenticated=true]{color:var(--color-text)}.app-header__wallet:not(:disabled):hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.app-header__wallet-identity{display:inline-flex;position:relative}.app-header__wallet-address{border-radius:.375rem 0 0 .375rem;width:10rem}.app-header__wallet-logout{border:1px solid var(--color-control-border);background:var(--color-background);width:2.5rem;min-height:2.5rem;color:var(--color-text-muted);cursor:pointer;border-radius:0 .375rem .375rem 0;flex:none;justify-content:center;align-items:center;margin-left:-1px;padding:0;display:inline-flex}.app-header__wallet-logout:not(:disabled):hover{z-index:1;border-color:var(--color-control-border-hover);background:var(--color-surface-elevated);color:var(--color-text)}.app-header__wallet-logout:disabled{cursor:progress;opacity:.6}.app-header__wallet-logout-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;width:1.125rem;height:1.125rem}.app-header__wallet-tooltip{z-index:11;visibility:hidden;border:1px solid var(--color-control-border);opacity:0;background:var(--color-surface-elevated);width:max-content;max-width:min(26rem,100vw - 3rem);color:var(--color-text);overflow-wrap:anywhere;pointer-events:none;border-radius:.375rem;padding:.625rem .75rem;font-size:.75rem;line-height:1.4;transition:opacity .12s,visibility .12s;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 1rem 2.5rem #00000059}.app-header__wallet-identity[data-tooltip-open=true] .app-header__wallet-tooltip{visibility:visible;opacity:1}@media (hover:hover){.app-header__wallet-address:hover~.app-header__wallet-tooltip{visibility:visible;opacity:1}}@media (prefers-reduced-motion:reduce){.app-header__wallet-tooltip{transition:none}.app-header__wallet-loader{animation:none}}.app-header__auth-error{z-index:10;border:1px solid var(--color-border);border-left:3px solid var(--color-primary);background:var(--color-surface-elevated);width:min(22rem,100vw - 3rem);color:var(--color-text-muted);border-radius:.375rem;margin:0;padding:.75rem 1rem;font-size:.875rem;line-height:1.4;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 1rem 2.5rem #00000059}.app-header__menu-toggle{color:var(--color-text);background:0 0;border:0;justify-content:center;align-items:center;padding:.5rem;display:none}.app-header__menu-toggle-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.app-header__menu-toggle-icon{gap:.25rem;width:1.5rem;display:grid}.app-header__menu-toggle-icon span{background:var(--color-primary);height:2px;display:block}@media (width<=1079px){.app-header__inner{flex-wrap:wrap;gap:0;padding-top:.75rem;padding-bottom:.75rem}.app-header__brand{order:0;margin-right:auto}.app-header__menu-toggle{order:1;display:inline-flex}.app-header__language{order:2;margin-left:.5rem}.app-header__menu{flex-direction:column;flex-basis:100%;order:3;align-items:stretch;gap:1rem;padding-top:1.5rem;display:none}.app-header__menu[data-open=true]{display:flex}.app-header__navigation ul{flex-direction:column;align-items:stretch;gap:1rem}.app-header__navigation-link{display:block}.app-header__auth,.app-header__wallet-identity,.app-header__wallet{width:100%}.app-header__wallet-address{flex:1;min-width:0}.app-header__auth-error{width:100%;margin-top:.75rem;position:static}}.page-error{text-align:center;align-content:center;justify-items:center;width:min(100% - 2rem,36rem);min-height:22rem;margin:0 auto;padding:3rem 1.5rem;display:grid}.page-error h1,.page-error p{margin:0}.page-error h1{color:var(--color-text);font-size:clamp(1.75rem,5vw,2.5rem)}.page-error p{max-width:29rem;color:var(--color-text-muted);margin-top:.75rem;line-height:1.55}.page-error button{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.75rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:.375rem;margin-top:1.5rem;padding:.625rem 1rem;font-weight:650}.page-error button:hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.app-layout{background:var(--color-background);min-height:100dvh;color:var(--color-text);grid-template-rows:auto 1fr auto;display:grid}.app-layout__main{min-width:0}.app-layout__footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);text-align:center;padding:1.5rem}.auth-required-dialog__backdrop{z-index:50;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);background:#000000c2;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.auth-required-dialog{border:1px solid var(--color-border);background:var(--color-surface);border-radius:.75rem;gap:1rem;width:min(100%,27rem);padding:clamp(1.5rem,5vw,2rem);display:grid;position:relative;box-shadow:0 1.5rem 4rem #00000080}.auth-required-dialog h2,.auth-required-dialog p{margin:0}.auth-required-dialog h2{color:var(--color-text);padding-right:2.5rem;font-size:clamp(1.25rem,5vw,1.5rem);line-height:1.2}.auth-required-dialog p{color:var(--color-text-muted);line-height:1.5}.auth-required-dialog__error{border:1px solid var(--color-border);border-left:3px solid var(--color-primary);background:var(--color-surface-elevated);border-radius:.375rem;padding:.75rem .875rem}.auth-required-dialog__submit{border:1px solid var(--color-control-border);background:var(--color-background);min-height:3rem;color:var(--color-text);cursor:pointer;font:inherit;border-radius:.375rem;justify-content:center;align-items:center;gap:.625rem;padding:.75rem 1.25rem;font-weight:600;display:inline-flex}.auth-required-dialog__submit-loader{border:2px solid;border-right-color:#0000;border-radius:50%;width:1rem;height:1rem;animation:.7s linear infinite auth-required-dialog-spin}@keyframes auth-required-dialog-spin{to{transform:rotate(360deg)}}.auth-required-dialog__submit:not(:disabled):hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.auth-required-dialog__submit:disabled{cursor:wait;opacity:.6}.auth-required-dialog__close{border:1px solid var(--color-control-border);background:var(--color-background);width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:border-color .15s,background-color .15s,color .15s,transform .15s;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.auth-required-dialog__close:hover,.auth-required-dialog__close:focus-visible{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated);color:var(--color-text);transform:scale(1.05)}.auth-required-dialog__close:focus-visible{outline:1px solid var(--color-control-border-hover);outline-offset:.125rem}.auth-required-dialog__close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.75px;width:1.125rem;height:1.125rem}@media (prefers-reduced-motion:reduce){.auth-required-dialog__submit-loader{animation:none}}.resource-icon{color:#5b9cff;background:#3876ff24;border-radius:.5rem;flex:none;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex}.resource-icon[data-resource=bandwidth]{color:#78c81c;background:#84d61f24}.resource-icon svg{fill:currentColor;width:1.25rem;height:1.25rem}.resource-icon[data-resource=bandwidth] svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.75px}.resource-icon[data-resource=bandwidth] circle{fill:currentColor;stroke:none}.resource-icon-tooltip{flex:none;display:inline-flex;position:relative}.resource-icon-tooltip[data-tooltip-open=true]{z-index:30}.resource-icon--interactive{appearance:none;font:inherit;border:0;padding:0}.resource-icon__tooltip{z-index:30;visibility:hidden;border:1px solid var(--color-control-border);opacity:0;background:var(--color-surface-elevated);width:max-content;max-width:min(16rem,100vw - 3rem);color:var(--color-text);pointer-events:none;text-align:left;white-space:normal;border-radius:.375rem;padding:.5rem .625rem;font-size:.75rem;font-weight:400;line-height:1.4;transition:opacity .12s,visibility .12s;position:absolute;top:50%;left:calc(100% + .5rem);transform:translateY(-50%);box-shadow:0 .75rem 2rem #00000059}.resource-icon-tooltip[data-tooltip-open=true] .resource-icon__tooltip{visibility:visible;opacity:1}@media (prefers-reduced-motion:reduce){.resource-icon__tooltip{transition:none}}.rent-page{padding:clamp(3rem,7vw,6rem) 1.5rem}.rent-page__inner{width:100%;max-width:58rem;margin:0 auto}.rent-page__header{max-width:42rem;margin-bottom:2rem}.rent-page__header h1{color:var(--color-text);letter-spacing:-.035em;margin:0;font-size:clamp(1.875rem,4vw,2.75rem);line-height:1.1}.rent-page__header p{color:var(--color-text-muted);margin:1rem 0 0;font-size:1.0625rem}.rent-page__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0 0 1rem;padding:0;list-style:none;display:grid}.rent-page__steps li{border:1px solid var(--color-border);background:var(--color-surface);min-width:0;color:var(--color-text-muted);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem .875rem;display:flex}.rent-page__steps li>span{border:1px solid var(--color-control-border);background:var(--color-background);border-radius:50%;flex:none;place-items:center;width:1.75rem;height:1.75rem;font-size:.8125rem;font-weight:700;display:grid}.rent-page__steps li>strong{overflow-wrap:anywhere;min-width:0;font-size:.875rem;line-height:1.25}.rent-page__steps li[data-state=active]{color:var(--color-text);background:#315da824;border-color:#5b9cff;box-shadow:inset 0 0 0 1px #5b9cff1f}.rent-page__steps li[data-state=active]>span{color:#fff;background:#315da8;border-color:#5b9cff}.rent-page__steps li[data-state=complete]{border-color:var(--color-control-border-hover);color:var(--color-text)}.rent-page__steps li[data-state=complete]>span{color:#72d91e;border-color:#72d91e}.order-form{border:1px solid var(--color-border);background:var(--color-surface);border-radius:.75rem;gap:1.5rem;padding:clamp(1.25rem,4vw,2rem);display:grid}.order-form__controls{border:0;gap:1.5rem;min-width:0;margin:0;padding:0;display:grid}.order-form__controls:disabled{pointer-events:none}.order-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.order-form__price-summary{border:1px solid var(--color-control-border);background:var(--color-surface-elevated);border-radius:.5rem;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:1rem;padding:1rem 1.125rem;display:grid}.order-form__price-summary span{color:var(--color-text-muted);font-size:.875rem;font-weight:600}.order-form__price-summary strong{color:var(--color-text);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:1.25rem;line-height:1.2}.order-form__field{align-content:start;gap:.5rem;display:grid}.order-form__resource-field{border:0;min-width:0;margin:0;padding:0}.order-form__label{color:var(--color-text);font-size:.875rem;font-weight:600}.order-form__resource-field legend{margin-bottom:.5rem;padding:0}.order-form__resource-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.order-form__resource-option{border:1px solid var(--color-control-border);background:var(--color-background);min-width:0;height:3rem;color:var(--color-text);cursor:pointer;border-radius:.375rem;align-items:center;gap:.625rem;padding:.375rem .625rem;font-size:.875rem;font-weight:600;display:flex;position:relative}.order-form__resource-option:hover,.order-form__resource-option[data-selected=true]{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.order-form__resource-option:focus-within{outline:1px solid var(--color-control-border-hover);outline-offset:0}.order-form__resource-option input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.order-form__resource-option .resource-icon{width:2rem;height:2rem}.order-form__resource-option .resource-icon svg{width:1.125rem;height:1.125rem}.order-form input{border:1px solid var(--color-control-border);background:var(--color-background);width:100%;height:3rem;color:var(--color-text);font:inherit;border-radius:.375rem;padding:.625rem .75rem}.order-form input:hover,.order-form input[aria-invalid=true]{border-color:var(--color-control-border-hover)}.order-form input:focus-visible{border-color:var(--color-control-border-hover);outline:1px solid var(--color-control-border-hover);outline-offset:0}.order-form input::placeholder{color:var(--color-text-muted);opacity:.7}.order-form__period-picker{min-width:0;position:relative}.order-form__period-trigger{border:1px solid var(--color-control-border);background:var(--color-background);width:100%;height:3rem;color:var(--color-text);cursor:pointer;font:inherit;text-align:left;border-radius:.375rem;justify-content:space-between;align-items:center;gap:1rem;padding:.625rem .75rem;display:flex}.order-form__period-trigger:hover,.order-form__period-trigger:focus-visible,.order-form__period-picker[data-open=true] .order-form__period-trigger{border-color:var(--color-control-border-hover)}.order-form__period-trigger:focus-visible{outline:1px solid var(--color-control-border-hover);outline-offset:0}.order-form__period-trigger svg{fill:none;width:1rem;height:1rem;stroke:var(--color-text-muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;flex:none;transition:transform .15s}.order-form__period-picker[data-open=true] .order-form__period-trigger svg{transform:rotate(180deg)}.order-form__period-panel{z-index:30;border:1px solid var(--color-control-border);background:var(--color-surface-elevated);border-radius:.625rem;gap:1rem;width:100%;max-height:min(30rem,70vh);padding:1rem;display:grid;position:absolute;top:calc(100% + .5rem);left:0;overflow-y:auto;box-shadow:0 1rem 2.5rem #0000008c}.order-form__period-group{gap:.375rem;display:grid}.order-form__period-group>span{color:var(--color-text-muted);letter-spacing:.02em;font-size:.75rem;font-weight:600}.order-form__period-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:.25rem;display:grid}.order-form__period-options button{min-width:0;min-height:2.25rem;color:var(--color-text);cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;border-radius:.375rem;place-items:center;padding:.25rem;font-size:.875rem;transition:border-color .12s,background-color .12s,color .12s;display:grid}.order-form__period-options button:hover,.order-form__period-options button:focus-visible{border-color:var(--color-control-border);background:var(--color-background)}.order-form__period-options button:focus-visible{outline:1px solid var(--color-control-border-hover);outline-offset:0}.order-form__period-options button[data-selected=true]{color:#fff;background:#315da8;border-color:#5b9cff}.order-form__hint,.order-form__error{font-size:.8125rem;line-height:1.4}.order-form__hint{color:var(--color-text-muted)}.order-form__error{color:var(--color-accent)}.order-form__presets{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;display:grid}.order-form__presets button{border:1px solid var(--color-control-border);background:var(--color-background);min-width:0;min-height:2.25rem;color:var(--color-text-muted);cursor:pointer;font:inherit;letter-spacing:.01em;border-radius:.375rem;padding:.375rem .5rem;font-size:.8125rem;font-weight:650;transition:border-color .15s,background-color .15s,color .15s,transform .15s}.order-form__presets button:hover,.order-form__presets button:focus-visible{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated);color:var(--color-text)}.order-form__presets button:active{transform:translateY(1px)}.order-form__presets button[data-selected=true]{background:var(--color-surface-elevated);color:var(--color-text);border-color:#d4d4d8;box-shadow:inset 0 0 0 1px #ffffff14}.order-form__presets button:focus-visible{outline-offset:.125rem;outline:1px solid #d4d4d8}.order-form__checkbox{width:fit-content;color:var(--color-text);cursor:pointer;align-items:center;gap:.75rem;display:flex}.order-form__checkbox input{width:1.125rem;min-height:1.125rem;accent-color:var(--color-primary);margin:0}.order-form__partial{border:1px solid var(--color-border);background:var(--color-background);border-radius:.5rem;gap:1rem;min-width:0;margin:0;padding:1rem 1.125rem;display:grid}.order-form__partial-toggle{width:100%;font-weight:600}.order-form__partial-field input:disabled,.order-form__partial-field input:disabled:hover{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text-muted);cursor:not-allowed;opacity:.48;-webkit-text-fill-color:var(--color-text-muted)}.order-form__partial[data-enabled=false] .order-form__partial-field .order-form__label{color:var(--color-text-muted);opacity:.55}.order-form__partial[data-enabled=false] .order-form__partial-field .order-form__hint{color:var(--color-text-muted);opacity:.7}.order-confirmation{gap:1rem;display:grid}.order-confirmation header,.order-confirmation h2,.order-confirmation p,.order-confirmation dl,.order-confirmation dt,.order-confirmation dd{margin:0}.order-confirmation header{gap:.375rem;display:grid}.order-confirmation h2{color:var(--color-text);font-size:1.125rem;line-height:1.3}.order-confirmation header p{color:var(--color-text-muted);line-height:1.5}.order-confirmation dl{border:1px solid var(--color-border);background:var(--color-background);border-radius:.5rem;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.order-confirmation dl>div{border-bottom:1px solid var(--color-border);gap:.375rem;min-width:0;padding:.875rem 1rem;display:grid}.order-confirmation dl>div:nth-child(odd){border-right:1px solid var(--color-border)}.order-confirmation dl>div:nth-last-child(-n+2){border-bottom:0}.order-confirmation dl>.order-confirmation__wide{border-top:1px solid var(--color-border);border-bottom:0;border-right:0;grid-column:1/-1}.order-confirmation dt{color:var(--color-text-muted);font-size:.75rem}.order-confirmation dd{min-width:0;color:var(--color-text);font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:650}.order-confirmation__resource{align-items:center;gap:.5rem;display:flex}.order-confirmation__resource .resource-icon{width:1.75rem;height:1.75rem}.order-confirmation__resource .resource-icon svg{width:1rem;height:1rem}.order-confirmation__address code{overflow-wrap:anywhere;color:inherit;font:inherit;display:block}.order-form__payment{border:1px solid var(--color-border);background:var(--color-background);border-radius:.5rem;gap:.875rem;padding:1rem 1.125rem;display:grid}.order-form__payment h2,.order-form__payment p{margin:0}.order-form__payment h2{color:var(--color-text);font-size:1rem;line-height:1.3}.order-form__payment-body{min-width:0;position:relative}.order-form__payment-values{transition:opacity .15s;display:grid}.order-form__payment-values[data-muted=true]{opacity:.28}.order-form__payment-row{border-top:1px solid var(--color-border);grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:1rem;padding:.625rem 0;display:grid}.order-form__payment-row span{color:var(--color-text-muted);font-size:.875rem}.order-form__payment-row strong{color:var(--color-text);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:.9375rem}.order-form__payment-row--total{padding-top:.75rem}.order-form__payment-row--total span,.order-form__payment-row--total strong{color:var(--color-text);font-weight:700}.order-form__balance-option{border-top:1px solid var(--color-border);cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.75rem 0;display:grid}.order-form__balance-option[data-disabled=true]{cursor:not-allowed}.order-form__balance-option[data-disabled=true] .order-form__balance-control{color:var(--color-text-muted);opacity:.58}.order-form__balance-control{min-width:0;color:var(--color-text);align-items:center;gap:.625rem;font-size:.875rem;font-weight:600;display:inline-flex}.order-form__balance-control input{width:1.125rem;height:1.125rem;min-height:1.125rem;accent-color:var(--color-primary);flex:none;margin:0;padding:0}.order-form__balance-control input:disabled{cursor:not-allowed;opacity:.45}.order-form__available-balance{text-align:right;white-space:nowrap;align-items:baseline;gap:.5rem;display:inline-flex}.order-form__available-balance small{color:var(--color-text-muted);font-size:.75rem}.order-form__available-balance strong{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:.875rem}.order-form__payment-overlay{z-index:1;pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.order-form__payment-overlay--error{pointer-events:auto;background:#08080ab8;padding:.5rem}.order-form__payment-loader{border:2px solid var(--color-control-border);border-top-color:var(--color-text);border-radius:50%;width:1.5rem;height:1.5rem;animation:.7s linear infinite order-flow-spin}.order-form__payment-error{border:1px solid var(--color-border);border-left:3px solid var(--color-primary);background:var(--color-surface-elevated);width:min(100%,32rem);color:var(--color-text-muted);border-radius:.375rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .875rem;font-size:.8125rem;display:flex}.order-form__payment-error p{line-height:1.45}.order-form__payment-error button{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.25rem;color:var(--color-text);cursor:pointer;font:inherit;border-radius:.375rem;flex:none;padding:.375rem .625rem;font-weight:600}.order-form__payment-error button:hover{border-color:var(--color-control-border-hover);background:var(--color-surface)}.order-form__payment-change{color:var(--color-text-muted);border:1px solid var(--color-border);border-left:3px solid var(--color-primary);background:var(--color-surface-elevated);border-radius:.375rem;padding:.75rem .875rem;font-size:.8125rem;line-height:1.45}.order-form__visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.order-form__submit-error{border:1px solid var(--color-border);border-left:3px solid var(--color-primary);background:var(--color-surface-elevated);color:var(--color-text-muted);border-radius:.375rem;padding:.875rem 1rem}.order-form__submit-error ul{margin:0;padding-left:1.25rem}.order-form__actions{gap:.75rem;display:grid}.order-form[data-step=confirmation] .order-form__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.order-form__submit,.order-form__back{border:1px solid var(--color-control-border);background:var(--color-background);min-height:3rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:.375rem;padding:.75rem 1.25rem;font-weight:600}.order-form__submit:not(:disabled):hover,.order-form__back:not(:disabled):hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.order-form__submit:disabled,.order-form__back:disabled{cursor:not-allowed;opacity:.55}.order-creation-flow{z-index:80;-webkit-backdrop-filter:blur(.35rem);backdrop-filter:blur(.35rem);background:#000000d1;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.order-creation-flow__dialog{border:1px solid var(--color-control-border);background:var(--color-surface);text-align:center;border-radius:.75rem;justify-items:center;gap:1rem;width:min(100%,31rem);padding:clamp(1.5rem,5vw,2.25rem);display:grid;box-shadow:0 1.5rem 4rem #0009}.order-creation-flow__dialog h2,.order-creation-flow__dialog p{margin:0}.order-creation-flow__dialog h2{color:var(--color-text);font-size:clamp(1.25rem,5vw,1.5rem);line-height:1.2}.order-creation-flow__dialog p{max-width:27rem;color:var(--color-text-muted);line-height:1.55}.order-creation-flow__loader{border:2px solid var(--color-control-border);border-top-color:var(--color-text);border-radius:50%;width:2.5rem;height:2.5rem;animation:.7s linear infinite order-flow-spin}@keyframes order-flow-spin{to{transform:rotate(360deg)}}.order-creation-flow__status-icon{border:1px solid var(--color-control-border);width:2.5rem;height:2.5rem;color:var(--color-text);border-radius:50%;place-items:center;font-size:1.25rem;font-weight:700;display:grid}.order-creation-flow__status-icon--success{color:#72d91e}.order-creation-flow__actions{justify-content:center;gap:.75rem;width:100%;margin-top:.25rem;display:flex}.order-creation-flow__actions button{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.75rem;color:var(--color-text);cursor:pointer;font:inherit;border-radius:.375rem;padding:.625rem 1rem;font-weight:600}.order-creation-flow__actions button:hover,.order-creation-flow__actions button:focus-visible{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.order-creation-flow__actions button:focus-visible{outline:1px solid var(--color-control-border-hover);outline-offset:.125rem}@media (width<=42rem){.rent-page{padding-top:2.5rem;padding-bottom:2.5rem}.order-form__grid{grid-template-columns:1fr}.order-form__price-summary,.order-form__partial{padding-left:.875rem;padding-right:.875rem}.order-form__price-summary strong{font-size:1.125rem}.order-form__partial .order-form__hint,.order-form__partial .order-form__error{min-height:2.8em}.rent-page__steps li{gap:.5rem;padding-left:.625rem;padding-right:.625rem}.rent-page__steps li>strong{font-size:.8125rem}.order-confirmation dl{grid-template-columns:1fr}.order-confirmation dl>div,.order-confirmation dl>div:nth-child(odd),.order-confirmation dl>.order-confirmation__wide{border-right:0;border-bottom:1px solid var(--color-border);grid-column:auto}.order-confirmation dl>.order-confirmation__wide{border-top:0}.order-confirmation dl>div:last-child{border-bottom:0}.order-form[data-step=confirmation] .order-form__actions{grid-template-columns:1fr}.order-creation-flow{padding:1rem}.order-form__payment{padding-left:.875rem;padding-right:.875rem}.order-form__payment-row,.order-form__balance-option{gap:.5rem}.order-form__payment-row span,.order-form__balance-control{font-size:.8125rem}.order-form__payment-row strong{font-size:.875rem}.order-form__available-balance{gap:.125rem;display:grid}.order-form__payment-error,.order-creation-flow__actions{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){.order-form__payment-loader,.order-creation-flow__loader{animation:none}}.table-load-more{border-top:1px solid var(--color-border);justify-content:center;align-items:center;min-height:4rem;padding:.75rem;display:flex}.table-load-more__loading{place-items:center;min-width:2.5rem;min-height:2.5rem;display:grid}.table-load-more__loader{border:2px solid var(--color-control-border);border-top-color:var(--color-text);border-radius:50%;width:1.25rem;height:1.25rem;animation:.7s linear infinite table-load-more-spin}@keyframes table-load-more-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.table-load-more__loader{animation-duration:1.4s}}.dashboard-page{padding:clamp(2.5rem,6vw,5rem) 1.5rem}.dashboard-page__inner{gap:1.5rem;width:100%;max-width:75rem;margin:0 auto;display:grid}.dashboard-page__header{min-width:0;margin-bottom:.5rem}.dashboard-page__header h1{color:var(--color-text);letter-spacing:-.035em;margin:0;font-size:clamp(1.875rem,4vw,2.75rem);line-height:1.1}.dashboard-panel{border:1px solid var(--color-border);background:var(--color-surface);border-radius:.75rem;overflow:hidden}.dashboard-panel__header{border-bottom:1px solid var(--color-border);background:var(--color-surface-elevated);padding:1rem 1.25rem}.dashboard-panel__header h2{color:var(--color-text);margin:0;font-size:1rem;line-height:1.3}.dashboard-panel__header--actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-balance__actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.dashboard-balance__action-button{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.5rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:650}.dashboard-balance__action-button:hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.dashboard-balance__values{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.dashboard-balance__values>div{min-width:0;padding:1.25rem}.dashboard-balance__values>div:not(:last-child){border-right:1px solid var(--color-border)}.dashboard-balance__values dt{min-height:2.6em;color:var(--color-text-muted);font-size:.8125rem;line-height:1.3}.dashboard-balance__values dd{color:var(--color-text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:.55rem 0 0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;line-height:1.1}.dashboard-balance__values dd small{color:var(--color-text-muted);font-size:.6875rem;font-weight:700}.dashboard-state{min-height:8rem;color:var(--color-text-muted);text-align:center;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.dashboard-state p{margin:0}.dashboard-state--error{flex-direction:column}.dashboard-state button,.dashboard-load-more__error button,.dashboard-orders__action button,.dashboard-dialog__actions button{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.75rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:.375rem;padding:.625rem 1rem;font-weight:600}.dashboard-state button:hover,.dashboard-load-more__error button:hover,.dashboard-orders__action button:not(:disabled):hover,.dashboard-dialog__actions button:not(:disabled):hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.dashboard-loader{border:2px solid var(--color-control-border);border-top-color:var(--color-text);border-radius:50%;flex:none;width:1.5rem;height:1.5rem;animation:.7s linear infinite dashboard-spin}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-deposits__list,.dashboard-withdrawals__list,.dashboard-orders__list,.dashboard-delegations__list{margin:0;padding:0;list-style:none}.dashboard-deposits__head,.dashboard-withdrawals__head,.dashboard-orders__head,.dashboard-delegations__head{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);letter-spacing:.045em;text-transform:uppercase;background:#ffffff04;font-size:.6875rem;font-weight:700;line-height:1.3;display:grid}.dashboard-deposits__head,.dashboard-deposits__item{grid-template-columns:minmax(7rem,.7fr) minmax(12rem,1.25fr) minmax(9rem,.9fr) minmax(12rem,1.35fr) minmax(2.75rem,.25fr);min-width:0;display:grid}.dashboard-deposits__head span,.dashboard-withdrawals__head span,.dashboard-orders__head span,.dashboard-delegations__head span{min-width:0;padding:.75rem 1rem}.dashboard-deposits__item{position:relative}.dashboard-deposits__item:not(:last-child),.dashboard-withdrawals__item:not(:last-child),.dashboard-orders__item:not(:last-child),.dashboard-delegations__item:not(:last-child){border-bottom:1px solid var(--color-border)}.dashboard-deposits__item:before,.dashboard-withdrawals__item:before,.dashboard-orders__item:before,.dashboard-delegations__item:before{background:var(--color-control-border);content:"";width:.1875rem;position:absolute;top:0;bottom:0;left:0}.dashboard-deposits__item[data-status=confirmed]:before{background:#72d91e}.dashboard-deposits__item[data-status=submitted]:before,.dashboard-deposits__item[data-status=awaiting_signature]:before{background:#5ca9ff}.dashboard-deposits__item[data-status=failed]:before,.dashboard-deposits__item[data-status=expired]:before{background:var(--color-primary)}.dashboard-deposits__field{align-content:start;gap:.35rem;min-width:0;padding:1rem;display:grid}.dashboard-deposits__field>span,.dashboard-orders__field>span{color:var(--color-text-muted);letter-spacing:.045em;text-transform:uppercase;font-size:.6875rem;font-weight:700;line-height:1.3;display:none}.dashboard-deposits__field strong,.dashboard-deposits__field time{color:var(--color-text);font-size:.875rem;line-height:1.4}.dashboard-status{font-weight:650}.dashboard-deposits__item[data-status=confirmed] .dashboard-status,.dashboard-orders__item[data-status=fulfilled] .dashboard-status{color:#8ee54b}.dashboard-deposits__item[data-status=failed] .dashboard-status,.dashboard-deposits__item[data-status=expired] .dashboard-status,.dashboard-orders__item[data-status=cancelled] .dashboard-status{color:#ff6973}.dashboard-deposits__item[data-status=submitted] .dashboard-status,.dashboard-deposits__item[data-status=awaiting_signature] .dashboard-status,.dashboard-orders__item[data-status=active] .dashboard-status,.dashboard-orders__item[data-status=partially_fulfilled] .dashboard-status{color:#78baff}.dashboard-deposits__transaction a{min-width:0;color:var(--color-text);align-items:center;gap:.45rem;text-decoration:none;display:flex}.dashboard-deposits__transaction a:hover{color:#78baff}.dashboard-deposits__transaction code{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.75rem;overflow:hidden}.dashboard-deposits__activity{justify-content:center;align-items:center;min-width:0;padding:1rem .75rem;display:flex}.dashboard-deposits__activity .dashboard-loader{width:1.125rem;height:1.125rem}.dashboard-deposits__failure{color:#ff8d94;overflow-wrap:anywhere;grid-column:1/-1;margin:0;padding:0 1rem 1rem;font-size:.8125rem}.dashboard-withdrawals__head,.dashboard-withdrawals__item{grid-template-columns:minmax(6.5rem,.8fr) minmax(5rem,.55fr) minmax(6.5rem,.8fr) minmax(9rem,1fr) minmax(9rem,.9fr) minmax(11rem,1.15fr) minmax(2.75rem,.25fr);min-width:0;display:grid}.dashboard-withdrawals__item{position:relative}.dashboard-withdrawals__item[data-status=pending]:before,.dashboard-withdrawals__item[data-status=processing]:before,.dashboard-withdrawals__item[data-status=confirming]:before{background:#5ca9ff}.dashboard-withdrawals__item[data-status=confirmed]:before{background:#72d91e}.dashboard-withdrawals__item[data-status=failed]:before{background:#ff6973}.dashboard-withdrawals__field{align-content:start;gap:.35rem;min-width:0;padding:1rem;display:grid}.dashboard-withdrawals__field>span{color:var(--color-text-muted);letter-spacing:.045em;text-transform:uppercase;font-size:.6875rem;font-weight:700;line-height:1.3;display:none}.dashboard-withdrawals__field>strong,.dashboard-withdrawals__field>time{min-width:0;color:var(--color-text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:.8125rem;line-height:1.4}.dashboard-withdrawals__item[data-status=pending] .dashboard-status,.dashboard-withdrawals__item[data-status=processing] .dashboard-status,.dashboard-withdrawals__item[data-status=confirming] .dashboard-status{color:#78baff}.dashboard-withdrawals__item[data-status=confirmed] .dashboard-status{color:#8ee54b}.dashboard-withdrawals__item[data-status=failed] .dashboard-status{color:#ff6973}.dashboard-withdrawals__transaction a{min-width:0;color:var(--color-text);align-items:center;gap:.35rem;text-decoration:none;display:inline-flex}.dashboard-withdrawals__transaction a:hover{color:#78baff}.dashboard-withdrawals__transaction code{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.75rem;overflow:hidden}.dashboard-withdrawals__activity{justify-content:center;align-items:center;min-width:0;padding:1rem .75rem;display:flex}.dashboard-withdrawals__activity .dashboard-loader{width:1.125rem;height:1.125rem}.dashboard-delegations__head,.dashboard-delegations__item{grid-template-columns:minmax(3.5rem,.4fr) minmax(5rem,.65fr) minmax(3.5rem,.45fr) minmax(4.5rem,.55fr) minmax(5.5rem,.7fr) minmax(6rem,.7fr) minmax(7.5rem,.9fr) minmax(7.5rem,.9fr) minmax(6.5rem,.75fr) minmax(2.75rem,.25fr);align-items:center;min-width:0;display:grid}.dashboard-delegations__item{position:relative}.dashboard-delegations__item[data-status=reserved]:before,.dashboard-delegations__item[data-status=pending_confirmation]:before{background:#e0bb57}.dashboard-delegations__item[data-status=review_required]:before{background:#b77cff}.dashboard-delegations__item[data-status=confirmed]:before{background:#72d91e}.dashboard-delegations__item[data-status=failed]:before{background:#ff6973}.dashboard-delegations__item[data-status=cancelled]:before{background:#6f7480}.dashboard-delegations__field{align-content:center;gap:.3rem;min-width:0;padding:.875rem .75rem;display:grid}.dashboard-delegations__field>span{color:var(--color-text-muted);letter-spacing:.035em;text-transform:uppercase;font-size:.6875rem;font-weight:700;line-height:1.3;display:none}.dashboard-delegations__field>strong,.dashboard-delegations__field>code,.dashboard-delegations__field>time{min-width:0;color:var(--color-text);font-variant-numeric:tabular-nums;font-size:.75rem;line-height:1.4}.dashboard-delegations__resource>strong{align-items:center;gap:.45rem;min-width:0;display:flex}.dashboard-delegations__resource .resource-icon{flex:none;width:1.75rem;height:1.75rem}.dashboard-delegations__earnings strong{white-space:nowrap}.dashboard-delegations__recipient code,.dashboard-delegations__transaction code{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-delegations__date time{color:var(--color-text-muted);white-space:nowrap}.dashboard-delegations__transaction a{min-width:0;color:var(--color-text);align-items:center;gap:.35rem;font-size:.75rem;text-decoration:none;display:inline-flex}.dashboard-delegations__transaction a:hover{color:#78baff}.dashboard-delegations__item[data-status=reserved] .dashboard-status,.dashboard-delegations__item[data-status=pending_confirmation] .dashboard-status{color:#e0bb57}.dashboard-delegations__item[data-status=review_required] .dashboard-status{color:#d3adff;white-space:normal;background:#c58cff1f;border:1px solid #c58cff73;border-radius:999px;width:fit-content;max-width:100%;padding:.2rem .45rem;line-height:1.25;display:inline-flex}.dashboard-delegations__item[data-status=confirmed] .dashboard-status{color:#8ee54b}.dashboard-delegations__item[data-status=failed] .dashboard-status{color:#ff6973}.dashboard-delegations__item[data-status=cancelled] .dashboard-status{color:#9ca1ad}.dashboard-delegations__activity{justify-content:center;align-items:center;min-width:0;padding:.75rem;display:flex}.dashboard-delegations__activity .dashboard-loader{width:1.125rem;height:1.125rem}.dashboard-delegations__status-trigger{width:fit-content;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:.75rem;line-height:1.4;display:inline-flex;position:relative}.dashboard-delegations__status-trigger:focus-visible{outline:2px solid var(--color-control-border-hover);outline-offset:.2rem;border-radius:.25rem}.dashboard-delegations__status-tooltip{z-index:5;border:1px solid var(--color-control-border);background:var(--color-surface-elevated);width:max-content;max-width:min(20rem,100vw - 3rem);color:var(--color-text);overflow-wrap:anywhere;text-transform:none;border-radius:.5rem;padding:.625rem .75rem;font-size:.75rem;font-weight:400;line-height:1.45;display:none;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 .75rem 2rem #00000059}.dashboard-delegations__status-trigger:hover .dashboard-delegations__status-tooltip,.dashboard-delegations__status-trigger:focus-visible .dashboard-delegations__status-tooltip,.dashboard-delegations__status-trigger[data-details-open=true] .dashboard-delegations__status-tooltip{display:block}.dashboard-orders__action button:disabled,.dashboard-dialog__actions button:disabled{cursor:not-allowed;opacity:.55}.dashboard-load-more__error{color:#ff8d94;text-align:center;justify-content:center;align-items:center;gap:.75rem;padding:0 1rem 1rem;font-size:.8125rem;display:flex}.dashboard-load-more__error p{margin:0}.dashboard-checkouts__list{margin:0;padding:0;list-style:none}.dashboard-checkouts__head,.dashboard-checkouts__item{grid-template-columns:minmax(7.5rem,1.1fr) minmax(4rem,.5fr) minmax(5rem,.55fr) minmax(6rem,.7fr) minmax(6rem,.7fr) minmax(7rem,.8fr) minmax(8rem,.9fr) minmax(2.75rem,.25fr);align-items:center;min-width:0;display:grid}.dashboard-checkouts__head[data-has-balance=true],.dashboard-checkouts__item[data-has-balance=true]{grid-template-columns:minmax(7.5rem,1.1fr) minmax(4rem,.5fr) minmax(5rem,.55fr) minmax(6rem,.7fr) minmax(6rem,.7fr) minmax(6rem,.7fr) minmax(7rem,.8fr) minmax(8rem,.9fr) minmax(2.75rem,.25fr)}.dashboard-checkouts__head{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);letter-spacing:.045em;text-transform:uppercase;background:#ffffff04;font-size:.6875rem;font-weight:700;line-height:1.3}.dashboard-checkouts__head span{min-width:0;padding:.75rem}.dashboard-checkouts__item{position:relative}.dashboard-checkouts__item:not(:last-child){border-bottom:1px solid var(--color-border)}.dashboard-checkouts__item:before{content:"";background:#d4a72c;width:.1875rem;position:absolute;top:0;bottom:0;left:0}.dashboard-checkouts__item[data-payment-status=submitted]:before{background:#5ca9ff}.dashboard-checkouts__field{align-content:center;gap:.3rem;min-width:0;padding:.875rem .75rem;display:grid}.dashboard-checkouts__field>span{color:var(--color-text-muted);letter-spacing:.035em;text-transform:uppercase;font-size:.6875rem;font-weight:700;line-height:1.3;display:none}.dashboard-checkouts__field>strong,.dashboard-checkouts__field>time{min-width:0;color:var(--color-text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:.8125rem;line-height:1.4}.dashboard-checkouts__resource-value{align-items:center;gap:.625rem;min-width:0;display:flex}.dashboard-checkouts__resource-value>div{gap:.1rem;min-width:0;display:grid}.dashboard-checkouts__resource-value strong{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:.875rem}.dashboard-checkouts__resource-value small{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.dashboard-checkouts__activity{justify-content:center;align-items:center;min-width:0;padding:.75rem;display:flex}.dashboard-checkouts__activity .dashboard-loader{width:1.125rem;height:1.125rem}.dashboard-checkouts__status{color:#e0bb57;font-weight:650}.dashboard-checkouts__item[data-payment-status=submitted] .dashboard-checkouts__status{color:#78baff}.dashboard-checkouts__date time{color:var(--color-text-muted);white-space:nowrap;font-size:.75rem}.dashboard-orders__head,.dashboard-orders__details{grid-template-columns:minmax(6rem,.65fr) minmax(4rem,.5fr) minmax(5rem,.55fr) minmax(5rem,.6fr) minmax(9rem,1.1fr) minmax(6rem,.65fr) minmax(5.5rem,.65fr) minmax(8rem,.9fr) minmax(6rem,auto)}.dashboard-orders__item{padding:.875rem 1rem;position:relative}.dashboard-orders__item[data-status=active]:before,.dashboard-orders__item[data-status=partially_fulfilled]:before{background:#5ca9ff}.dashboard-orders__item[data-status=fulfilled]:before{background:#72d91e}.dashboard-orders__item[data-status=cancelled]:before{background:var(--color-primary)}.dashboard-orders__details{align-items:center;gap:.625rem;min-width:0;display:grid}.dashboard-orders__field{gap:.35rem;min-width:0;display:grid}.dashboard-orders__field>strong,.dashboard-orders__field>code,.dashboard-orders__field>time{min-width:0;color:var(--color-text);font-size:.875rem;line-height:1.4}.dashboard-orders__resource{align-items:center;gap:.55rem;display:flex}.dashboard-orders__resource>span{white-space:nowrap}.dashboard-orders__resource .resource-icon{width:2rem;height:2rem}.dashboard-orders__paid strong{white-space:nowrap}.dashboard-orders__progress-value{min-width:0;position:relative}.dashboard-orders__progress-trigger{width:100%;min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;outline:0;gap:.5rem;padding:0;display:grid}.dashboard-orders__progress-trigger:focus-visible{outline:1px solid var(--color-control-border-hover);outline-offset:.25rem}.dashboard-orders__progress-summary{grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:.4rem;min-width:0;display:grid}.dashboard-orders__progress-summary strong{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:.75rem}.dashboard-orders__progress-summary small{color:var(--color-text-muted);font-variant-numeric:tabular-nums;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:.5625rem;overflow:hidden}.dashboard-orders__progress-bar{background:var(--color-surface-elevated);border-radius:999px;width:100%;height:.5rem;display:flex;overflow:hidden}.dashboard-orders__progress-bar>span{flex:none;min-width:0}.dashboard-orders__progress-bar>[data-segment=filled]{background:#72d91e}.dashboard-orders__progress-bar>[data-segment=processing]{background:#e0bb57}.dashboard-orders__progress-bar>[data-segment=cancellable]{background:#5b606d}.dashboard-orders__progress-tooltip{z-index:20;border:1px solid var(--color-control-border);background:var(--color-surface-elevated);font-variant-numeric:tabular-nums;opacity:0;pointer-events:none;visibility:hidden;border-radius:.5rem;gap:.3rem;width:min(13rem,100vw - 2rem);padding:.625rem .75rem;line-height:1.3;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 .75rem 2rem #00000080}.dashboard-orders__progress-tooltip>span{grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:.35rem;min-width:0;display:grid}.dashboard-orders__progress-tooltip strong{white-space:nowrap;font-size:.625rem;font-weight:700}.dashboard-orders__progress-tooltip small{color:var(--color-text-muted);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:.5625rem;overflow:hidden}.dashboard-orders__progress-tooltip [data-segment=filled] strong{color:#8ee54b}.dashboard-orders__progress-tooltip [data-segment=processing] strong{color:#e0bb57}.dashboard-orders__progress-tooltip [data-segment=cancellable] strong{color:#9ca1ad}.dashboard-orders__progress-trigger:hover .dashboard-orders__progress-tooltip,.dashboard-orders__progress-trigger:focus-visible .dashboard-orders__progress-tooltip,.dashboard-orders__progress-trigger[data-details-open=true] .dashboard-orders__progress-tooltip{opacity:1;visibility:visible}.dashboard-orders__recipient a{min-width:0;color:var(--color-text);align-items:center;gap:.4rem;text-decoration:none;display:inline-flex}.dashboard-orders__recipient a:hover{color:#78baff}.dashboard-orders__recipient code{white-space:nowrap;min-width:0;font-size:.8125rem}.dashboard-orders__date time{color:var(--color-text-muted);white-space:nowrap;font-size:.75rem}.dashboard-orders__action{align-items:center;min-width:0;min-height:2.75rem;display:flex}.dashboard-orders__action button{white-space:nowrap;width:100%;font-size:.8125rem}.dashboard-notice{border-bottom:1px solid var(--color-border);color:#a6ed70;background:#72d91e14;margin:0;padding:.875rem 1.25rem;font-size:.875rem}.dashboard-notice--error{color:#ff8d94;background:#ff253314}.dashboard-dialog{z-index:90;-webkit-backdrop-filter:blur(.35rem);backdrop-filter:blur(.35rem);background:#000000d1;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.dashboard-dialog__content{border:1px solid var(--color-control-border);background:var(--color-surface);text-align:center;border-radius:.75rem;width:min(100%,29rem);padding:clamp(1.5rem,5vw,2rem);box-shadow:0 1.5rem 4rem #0009}.dashboard-dialog__content h2,.dashboard-dialog__content p{margin:0}.dashboard-dialog__content h2{font-size:1.35rem}.dashboard-dialog__content p{color:var(--color-text-muted);margin-top:.75rem;line-height:1.55}.dashboard-dialog__actions{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.dashboard-dialog__content--deposit{width:min(100%,27rem)}.dashboard-deposit-form{text-align:left;margin-top:1.5rem}.dashboard-deposit-form label{color:var(--color-text);margin-bottom:.5rem;font-size:.8125rem;font-weight:650;display:block}.dashboard-deposit-form__control{border:1px solid var(--color-control-border);background:var(--color-background);border-radius:.375rem;grid-template-columns:minmax(0,1fr) auto;display:grid;overflow:hidden}.dashboard-deposit-form__control:focus-within{border-color:var(--color-control-border-hover)}.dashboard-deposit-form__control input{width:100%;min-width:0;min-height:3rem;color:var(--color-text);font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;padding:.7rem .875rem}.dashboard-deposit-form__control>span{color:var(--color-text-muted);align-items:center;padding:0 .875rem;font-size:.75rem;font-weight:700;display:flex}.dashboard-dialog__content .dashboard-deposit-form__hint,.dashboard-dialog__content .dashboard-deposit-form__error{margin-top:.5rem;font-size:.75rem;line-height:1.4}.dashboard-dialog__content .dashboard-deposit-form__hint{color:var(--color-text-muted)}.dashboard-dialog__content .dashboard-deposit-form__error{color:#ff8d94}.dashboard-deposit-state{align-content:center;justify-items:center;gap:1rem;min-height:9rem;display:grid}.dashboard-dialog__content .dashboard-deposit-state>p{margin-top:0}.dashboard-deposit-state--error>p{color:#ff8d94}.dashboard-dialog__content--withdrawal{width:min(100%,31rem)}.dashboard-withdrawal-form{text-align:left;margin-top:1.5rem}.dashboard-withdrawal-form label{color:var(--color-text);margin:1rem 0 .5rem;font-size:.8125rem;font-weight:650;display:block}.dashboard-withdrawal-form__available{border:1px solid var(--color-border);background:var(--color-surface-elevated);border-radius:.375rem;justify-content:space-between;align-items:center;gap:1rem;min-height:2.75rem;padding:.65rem .75rem;font-size:.8125rem;display:flex}.dashboard-withdrawal-form__available>span:first-child{color:var(--color-text-muted)}.dashboard-withdrawal-form__available strong{color:var(--color-text);font-variant-numeric:tabular-nums;text-align:right}.dashboard-withdrawal-form__available>button{color:#78baff;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:650}.dashboard-withdrawal-form__balance-loading{color:var(--color-text-muted);align-items:center;gap:.45rem;display:inline-flex}.dashboard-withdrawal-form__balance-loading .dashboard-loader{width:1rem;height:1rem}.dashboard-withdrawal-form__control{border:1px solid var(--color-control-border);background:var(--color-background);border-radius:.375rem;grid-template-columns:minmax(0,1fr) auto auto;display:grid;overflow:hidden}.dashboard-withdrawal-form__control:focus-within{border-color:var(--color-control-border-hover)}.dashboard-withdrawal-form__control[data-invalid=true]{border-color:#ff6973}.dashboard-withdrawal-form__control input{width:100%;min-width:0;min-height:3rem;color:var(--color-text);font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;padding:.7rem .875rem}.dashboard-withdrawal-form__control>span{color:var(--color-text-muted);align-items:center;padding:0 .5rem;font-size:.75rem;font-weight:700;display:flex}.dashboard-withdrawal-form__control>button{border:0;border-left:1px solid var(--color-control-border);background:var(--color-surface-elevated);min-width:3.25rem;color:var(--color-text);cursor:pointer;font:inherit;font-size:.75rem;font-weight:700}.dashboard-withdrawal-form__control>button:hover:not(:disabled),.dashboard-withdrawal-form__control>button:focus-visible:not(:disabled){background:var(--color-background)}.dashboard-withdrawal-form__control>button:disabled{cursor:not-allowed;opacity:.45}.dashboard-dialog__content .dashboard-withdrawal-form__hint,.dashboard-dialog__content .dashboard-withdrawal-form__error{margin-top:.5rem;font-size:.75rem;line-height:1.4}.dashboard-dialog__content .dashboard-withdrawal-form__hint{color:var(--color-text-muted)}.dashboard-dialog__content .dashboard-withdrawal-form__error{color:#ff8d94}.dashboard-withdrawal-form__summary{border:1px solid var(--color-border);border-radius:.375rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:1rem 0 0;display:grid}.dashboard-withdrawal-form__summary>div{min-width:0;padding:.75rem}.dashboard-withdrawal-form__summary>div+div{border-left:1px solid var(--color-border)}.dashboard-withdrawal-form__summary dt{color:var(--color-text-muted);font-size:.6875rem}.dashboard-withdrawal-form__summary dd{color:var(--color-text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:.35rem 0 0;font-size:.875rem;font-weight:700}.dashboard-withdrawal-state{align-content:center;justify-items:center;gap:1rem;min-height:9rem;display:grid}.dashboard-dialog__content .dashboard-withdrawal-state>p{margin-top:0}.dashboard-withdrawal-state--warning>p{color:#f1ca64}.dashboard-withdrawal-state--error>p{color:#ff8d94}@media (width<=64rem){.dashboard-checkouts__head{display:none}.dashboard-checkouts__item,.dashboard-checkouts__item[data-has-balance=true]{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem 1rem;padding:.875rem 1rem}.dashboard-checkouts__field{padding:0}.dashboard-checkouts__field>span{display:block}.dashboard-checkouts__activity{grid-column:1/-1;min-height:2rem;padding:.25rem}.dashboard-orders__head{display:none}.dashboard-orders__details{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-orders__field>span{display:block}.dashboard-orders__progress-tooltip{width:100%;box-shadow:none;opacity:1;visibility:visible;margin-top:.25rem;display:none;position:static;transform:none}.dashboard-orders__progress-trigger:hover .dashboard-orders__progress-tooltip,.dashboard-orders__progress-trigger:focus-visible .dashboard-orders__progress-tooltip{display:none}.dashboard-orders__progress-trigger[data-details-open=true] .dashboard-orders__progress-tooltip{display:grid}.dashboard-orders__progress,.dashboard-orders__recipient,.dashboard-orders__action{grid-column:1/-1}.dashboard-orders__action:empty,.dashboard-delegations__head{display:none}.dashboard-delegations__item{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;padding:.875rem 1rem}.dashboard-delegations__field{padding:0}.dashboard-delegations__field>span{display:block}.dashboard-delegations__activity{grid-column:1/-1;min-height:2rem;padding:.25rem}.dashboard-delegations__activity:empty,.dashboard-withdrawals__head{display:none}.dashboard-withdrawals__item{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;padding:.875rem 1rem}.dashboard-withdrawals__field{padding:0}.dashboard-withdrawals__field>span{display:block}.dashboard-withdrawals__activity{grid-column:1/-1;min-height:2rem;padding:.25rem}.dashboard-withdrawals__activity:empty{display:none}}@media (width<=43rem){.dashboard-page{padding:2rem 1rem 3rem}.dashboard-balance__values{grid-template-columns:1fr}.dashboard-panel__header--actions{align-items:flex-start}.dashboard-balance__actions{max-width:12rem}.dashboard-balance__values>div{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:1rem;display:grid}.dashboard-balance__values>div:not(:last-child){border-right:0;border-bottom:1px solid var(--color-border)}.dashboard-balance__values dt{min-height:0}.dashboard-balance__values dd{text-align:right;margin:0;font-size:1.125rem}.dashboard-deposits__head{display:none}.dashboard-deposits__item{grid-template-columns:1fr;padding:.5rem 0}.dashboard-deposits__field{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:baseline;gap:1rem;padding:.5rem 1rem;display:grid}.dashboard-deposits__field>span{display:block}.dashboard-deposits__field>:last-child{text-align:right;min-width:0}.dashboard-deposits__transaction a{justify-content:flex-end}.dashboard-deposits__failure{padding-top:.5rem}.dashboard-deposits__activity{min-height:2rem;padding:.5rem 1rem}.dashboard-deposits__activity:empty{display:none}.dashboard-withdrawals__item{grid-template-columns:1fr;gap:0;padding:.5rem 0}.dashboard-withdrawals__field{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:baseline;gap:1rem;padding:.5rem 1rem;display:grid}.dashboard-withdrawals__field>:last-child{text-align:right;justify-self:end;min-width:0}.dashboard-withdrawals__transaction a{justify-content:flex-end}.dashboard-withdrawals__activity{padding:.5rem 1rem}.dashboard-delegations__item{grid-template-columns:1fr;gap:0;padding:.5rem 0}.dashboard-delegations__field{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:baseline;gap:1rem;padding:.5rem 1rem;display:grid}.dashboard-delegations__field>:last-child{text-align:right;min-width:0}.dashboard-delegations__resource>strong,.dashboard-delegations__transaction a{justify-content:flex-end}.dashboard-delegations__status-trigger{justify-self:end}.dashboard-delegations__status-tooltip{left:auto;right:0;transform:none}.dashboard-checkouts__resource .resource-icon{width:2rem;height:2rem}.dashboard-orders__item{padding-left:1rem;padding-right:1rem}.dashboard-orders__details{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-orders__recipient,.dashboard-orders__action{grid-column:1/-1}.dashboard-orders__recipient a{justify-content:flex-start}.dashboard-orders__action button{min-height:2.625rem}.dashboard-load-more__error{flex-direction:column}.dashboard-dialog__actions{grid-template-columns:1fr;display:grid}}@media (prefers-reduced-motion:reduce){.dashboard-loader{animation:none}}.home-hero{background:var(--color-background);align-items:center;min-height:100%;padding:clamp(4rem,10vw,8rem) 1.5rem;display:flex}.home-hero__inner{width:100%;max-width:75rem;margin:0 auto}.home-hero__eyebrow{color:var(--color-primary);letter-spacing:.12em;margin:0 0 1.25rem;font-size:.75rem;font-weight:700}.home-hero h1{max-width:18ch;color:var(--color-text);letter-spacing:-.045em;margin:0;font-size:clamp(2.5rem,5.5vw,4.5rem);line-height:1.02}.home-hero__description{max-width:44rem;color:var(--color-text-muted);margin:1.75rem 0 0;font-size:clamp(1rem,2vw,1.25rem)}.home-hero__fee{border:1px solid var(--color-border);border-left:3px solid var(--color-accent);background:var(--color-surface);max-width:48rem;color:var(--color-text-muted);border-radius:.5rem;margin:2rem 0 0;padding:1rem 1.25rem}.home-hero__fee strong{color:var(--color-accent)}.home-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2.5rem;display:flex}.home-hero__action{border:1px solid var(--color-control-border);background:var(--color-background);min-height:3rem;color:var(--color-text);border-radius:.375rem;justify-content:center;align-items:center;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.home-hero__action:hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}@media (width<=36rem){.home-hero{align-items:flex-start;padding-top:3.5rem;padding-bottom:3.5rem}.home-hero h1{font-size:clamp(2.25rem,10.5vw,3rem)}.home-hero__actions{flex-direction:column}.home-hero__action{width:100%}}.not-found-page{isolation:isolate;place-items:center;min-height:100%;padding:clamp(4rem,10vw,8rem) 1.5rem;display:grid;position:relative;overflow:hidden}.not-found-page:before{z-index:-1;content:"";filter:blur(1rem);background:radial-gradient(circle,#ff25331a 0,#ff253308 42%,#0000 70%);border-radius:50%;width:min(42rem,90vw);height:min(42rem,90vw);position:absolute}.not-found-page__content{text-align:center;width:100%;max-width:42rem}.not-found-page__code{color:var(--color-surface-elevated);letter-spacing:-.08em;-webkit-text-stroke:1px var(--color-control-border);margin:0;font-size:clamp(7rem,24vw,12rem);font-weight:800;line-height:.78}.not-found-page h1{color:var(--color-text);letter-spacing:-.035em;margin:2rem 0 0;font-size:clamp(2rem,6vw,3.25rem);line-height:1.1}.not-found-page__description{max-width:34rem;color:var(--color-text-muted);margin:1.25rem auto 0;font-size:clamp(1rem,2vw,1.125rem)}.not-found-page__home-link{border:1px solid var(--color-control-border);background:var(--color-background);min-height:3rem;color:var(--color-text);border-radius:.375rem;justify-content:center;align-items:center;gap:.625rem;margin-top:2rem;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.not-found-page__home-link:hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}@media (width<=36rem){.not-found-page{align-items:start;padding-top:5rem;padding-bottom:5rem}.not-found-page__code{font-size:clamp(6.5rem,38vw,9rem)}.not-found-page__home-link{width:100%}}.delegate-page{padding:clamp(3rem,7vw,6rem) 0}.delegate-page__inner{width:calc(100% - 3rem);max-width:75rem;margin:0 auto}.delegate-page__header{max-width:42rem;margin-bottom:2rem}.delegate-page__header h1{color:var(--color-text);letter-spacing:-.035em;margin:0;font-size:clamp(1.875rem,4vw,2.75rem);line-height:1.1}.delegate-page__header p{color:var(--color-text-muted);margin:1rem 0 0;font-size:1.0625rem}.delegate-page__telegram{border:1px solid var(--color-control-border);min-height:2.5rem;color:var(--color-text);border-radius:.375rem;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.orders-table{border:1px solid var(--color-border);background:var(--color-surface);border-radius:.75rem;overflow:visible}.orders-table table{table-layout:fixed;border-collapse:collapse;width:100%}.orders-table thead tr,.orders-table tbody tr{box-sizing:border-box;grid-template-columns:minmax(4rem,.6fr) minmax(5rem,.9fr) minmax(4.5rem,.55fr) minmax(4.5rem,.7fr) minmax(4.5rem,.7fr) minmax(8rem,1.25fr) 9.25rem;width:100%;min-width:0;display:grid}.orders-table tbody tr{padding-top:1.75rem;position:relative}.orders-table th,.orders-table td{text-align:left;min-width:0;padding:.625rem .875rem 1rem}.orders-table th{border-bottom:1px solid var(--color-border);background:var(--color-surface-elevated);color:var(--color-text-muted);letter-spacing:.045em;text-transform:uppercase;padding-top:.875rem;padding-bottom:.875rem;font-size:.6875rem;font-weight:700;line-height:1.3}.orders-table th:first-child{border-top-left-radius:calc(.75rem - 1px)}.orders-table th:last-child{border-top-right-radius:calc(.75rem - 1px)}.orders-table tbody tr:not(:last-child){border-bottom:1px solid var(--color-border)}.orders-table tbody tr:hover{z-index:10;background:#ffffff04}.orders-table tbody tr:focus-within{z-index:10}.orders-table td{color:var(--color-text);align-self:start;font-size:.9375rem}.orders-table td strong{overflow-wrap:anywhere}.orders-table td:nth-child(3) strong{white-space:nowrap}.orders-table__resource{align-items:center;min-width:0;display:inline-flex}.orders-table__resource time{color:var(--color-text-muted);font-size:.6875rem;line-height:1.3;position:absolute;top:.55rem;left:.875rem}.orders-table__value,.orders-table__progress,.orders-table__progress-summary{display:grid}.orders-table__value,.orders-table__progress-summary{gap:.2rem}.orders-table small{color:var(--color-text-muted);font-size:.75rem;line-height:1.35}.orders-table__asset-value{white-space:nowrap;align-items:baseline;gap:.2rem;min-width:0;max-width:100%;display:inline-flex}.orders-table__asset-value strong{text-overflow:ellipsis;min-width:0;overflow:hidden}.orders-table__asset-value small{flex:none;font-size:.625rem;font-weight:600}.orders-table__progress{gap:.625rem}.orders-table__progress-summary{grid-template-columns:auto 1fr;align-items:baseline}.orders-table__progress small{text-align:right}.orders-table__progress-bar{background:var(--color-surface-elevated);border-radius:999px;width:100%;height:.375rem;display:flex;overflow:hidden}.orders-table__progress-bar>span{height:100%;display:block}.orders-table__progress-bar>[data-segment=filled]{background:#72d91e}.orders-table__progress-bar>[data-segment=processing]{background:#e0bb57}.orders-table__progress-bar>[data-segment=available]{background:#6f7480}.orders-table__progress-hint{appearance:none;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block;position:relative}.orders-table__progress-hint:hover,.orders-table__progress-hint:focus-visible,.orders-table__progress-hint[data-details-open=true]{z-index:20}.orders-table__progress-hint:focus-visible{outline:1px solid var(--color-control-border-hover);outline-offset:.2rem;border-radius:.25rem}.orders-table__progress-tooltip{z-index:30;border:1px solid var(--color-control-border);background:var(--color-surface-elevated);width:max-content;min-width:13rem;max-width:min(18rem,100vw - 3rem);color:var(--color-text);pointer-events:none;text-align:left;border-radius:.5rem;padding:.625rem .75rem;font-size:.75rem;font-weight:400;line-height:1.4;display:none;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 .75rem 2rem #00000059}.orders-table__progress-tooltip>span{grid-template-columns:.5rem minmax(0,1fr) auto;align-items:center;gap:.5rem;display:grid}.orders-table__progress-tooltip>span:not(:last-child){margin-bottom:.4rem}.orders-table__progress-tooltip i{border-radius:50%;width:.5rem;height:.5rem}.orders-table__progress-tooltip [data-segment=filled] i{background:#72d91e}.orders-table__progress-tooltip [data-segment=processing] i{background:#e0bb57}.orders-table__progress-tooltip [data-segment=available] i{background:#6f7480}.orders-table__progress-tooltip strong{font-variant-numeric:tabular-nums;white-space:nowrap}.orders-table__progress-hint:hover .orders-table__progress-tooltip,.orders-table__progress-hint:focus-visible .orders-table__progress-tooltip,.orders-table__progress-hint[data-details-open=true] .orders-table__progress-tooltip{display:block}.orders-table__action{text-align:right}.orders-table__action button,.orders-state button{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.75rem;color:var(--color-text);font:inherit;border-radius:.375rem;padding:.625rem 1rem;font-weight:600}.orders-table__action button{cursor:pointer;text-align:center;white-space:nowrap;justify-content:center;align-items:center;width:7.5rem;min-width:0;padding-left:.375rem;padding-right:.375rem;font-size:.8125rem;line-height:1.2;display:inline-flex;overflow:hidden}.orders-table__action button:disabled{cursor:not-allowed;opacity:.5}.orders-state{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);text-align:center;border-radius:.75rem;padding:2rem}.orders-state--loading{justify-content:center;align-items:center;gap:.75rem;display:flex}.orders-state__loader{border:2px solid var(--color-control-border);border-top-color:var(--color-text);border-radius:50%;flex:none;width:1.5rem;height:1.5rem;animation:.7s linear infinite orders-fill-spin}.orders-state strong{color:var(--color-text);font-size:1.125rem}.orders-state p{margin:.5rem 0 0}.orders-state--error button{cursor:pointer;margin-top:1rem}.orders-state--error button:hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.orders-load-more-error{color:var(--color-text-muted);text-align:center;margin:1.5rem 0 0}.orders-fill-dialog__backdrop{z-index:80;-webkit-backdrop-filter:blur(.35rem);backdrop-filter:blur(.35rem);background:#000000d1;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0;overflow-y:auto}.orders-fill-dialog{border:1px solid var(--color-border);background:var(--color-surface);border-radius:.875rem;gap:.875rem;width:min(100%,38rem);max-height:calc(100dvh - 3rem);padding:clamp(1.25rem,4vw,2rem);display:grid;position:relative;overflow-y:auto;box-shadow:0 1.5rem 4rem #0009}.orders-fill-dialog h2,.orders-fill-dialog p,.orders-fill-dialog dl,.orders-fill-dialog dd{margin:0}.orders-fill-dialog h2{color:var(--color-text);padding-right:2.5rem;font-size:clamp(1.25rem,5vw,1.5rem);line-height:1.2}.orders-fill-dialog__close{width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.375rem;padding:0;position:absolute;top:1rem;right:1rem}.orders-fill-dialog__close:hover{border-color:var(--color-control-border);background:var(--color-surface-elevated);color:var(--color-text)}.orders-fill-dialog__close span{background:currentColor;width:1rem;height:1px;position:absolute;top:50%;left:50%}.orders-fill-dialog__close span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.orders-fill-dialog__close span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.orders-fill-dialog__order,.orders-fill-dialog__result{display:grid}.orders-fill-dialog__order{grid-template-columns:repeat(4,minmax(0,1fr))}.orders-fill-dialog__result{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.orders-fill-dialog__order>div,.orders-fill-dialog__result>div{min-width:0;padding:.25rem .5rem .25rem 0}.orders-fill-dialog dt{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.6875rem;font-weight:650;line-height:1.3}.orders-fill-dialog dd{min-width:0;color:var(--color-text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:.875rem;font-weight:650}.orders-fill-dialog dd small{color:var(--color-text-muted);font-size:.625rem}.orders-fill-dialog__order dd{align-items:center;gap:.4rem;display:flex}.orders-fill-dialog__order .resource-icon{width:1.5rem;height:1.5rem}.orders-fill-dialog__form,.orders-fill-dialog__flow{gap:.625rem;display:grid}.orders-fill-dialog__form label{color:var(--color-text);font-size:.8125rem;font-weight:650}.orders-fill-dialog__form input{border:1px solid var(--color-control-border);background:var(--color-background);width:100%;min-height:3rem;color:var(--color-text);font:inherit;font-variant-numeric:tabular-nums;border-radius:.375rem;outline:0;padding:.7rem .875rem}.orders-fill-dialog__form input:focus{border-color:var(--color-control-border-hover);box-shadow:0 0 0 2px #ffffff0d}.orders-fill-dialog__form input:read-only{color:var(--color-text-muted);cursor:default}.orders-fill-dialog__hint,.orders-fill-dialog__error{color:var(--color-text-muted);font-size:.75rem;line-height:1.45}.orders-fill-dialog__error{color:#ff8d94}.orders-fill-dialog__quote{min-height:5.5rem;display:grid;position:relative}.orders-fill-dialog__quote dl{display:grid}.orders-fill-dialog__quote dl>div{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:1rem;min-width:0;padding:.25rem 0;display:grid}.orders-fill-dialog__quote dt{margin:0}.orders-fill-dialog__quote dd{text-align:right}.orders-fill-dialog__quote-loader{z-index:1;border:2px solid var(--color-control-border);border-top-color:var(--color-text);border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite orders-fill-spin;position:absolute;top:50%;left:50%;translate:-50% -50%}.orders-fill-dialog__quote[aria-busy=true]:after{content:"";background:#121216c7;position:absolute;inset:0}.orders-fill-dialog__quote-error{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.orders-fill-dialog__quote-error button{border:1px solid var(--color-control-border);background:var(--color-background);color:var(--color-text);font:inherit;cursor:pointer;border-radius:.375rem;flex:none;padding:.375rem .625rem;font-size:.75rem;font-weight:600}.orders-fill-dialog__quote-error button:hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.orders-fill-dialog__flow{text-align:center;justify-items:center}.orders-fill-dialog__flow>p{max-width:29rem;color:var(--color-text-muted);line-height:1.5}.orders-fill-dialog__loader{border:2px solid var(--color-control-border);border-top-color:var(--color-text);border-radius:50%;width:2.5rem;height:2.5rem;animation:.7s linear infinite orders-fill-spin}@keyframes orders-fill-spin{to{transform:rotate(360deg)}}.orders-fill-dialog__status-icon{border:1px solid var(--color-control-border);color:#ff8d94;border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;font-weight:700;display:grid}.orders-fill-dialog__status-icon--success{color:#72d91e}.orders-fill-dialog__status-icon--review{color:#c58cff;border-color:#c58cff}.orders-fill-dialog__actions{justify-content:flex-end;gap:.75rem;width:100%;margin-top:.25rem;display:flex}.orders-fill-dialog__actions button{border:1px solid var(--color-control-border);background:var(--color-background);min-height:2.75rem;color:var(--color-text);font:inherit;cursor:pointer;border-radius:.375rem;padding:.625rem 1rem;font-weight:600}.orders-fill-dialog__actions button:not(:disabled):hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.orders-fill-dialog__actions button:disabled{cursor:not-allowed;opacity:.5}@media (width<=950px){.orders-table th,.orders-table td{padding-left:.5rem;padding-right:.5rem}.orders-table__resource time{left:.5rem}.orders-table__action button{min-height:2.5rem;padding:.375rem .5rem;font-size:.8125rem}.orders-table__progress small{white-space:nowrap;font-size:.625rem}.delegate-page{padding-top:2.5rem;padding-bottom:2.5rem}.orders-table{background:0 0;border:0;border-radius:0;overflow:visible}.orders-table table,.orders-table tbody{display:block}.orders-table thead{display:none}.orders-table tbody{gap:1rem;display:grid}.orders-table tbody tr{border:1px solid var(--color-border);background:var(--color-surface);border-radius:.75rem;grid-template-columns:2.25rem minmax(0,1.05fr) repeat(2,minmax(0,.875fr)) 6.25rem;align-items:start;gap:.75rem .5rem;padding:2.5rem .875rem .875rem;display:grid}.orders-table tbody tr:not(:last-child) td,.orders-table td{background:0 0;border:0;min-width:0;padding:0;font-size:.8125rem;display:block}.orders-table tbody tr:hover td{background:0 0}.orders-table td:before{color:var(--color-text-muted);content:attr(data-label);letter-spacing:.045em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin-bottom:.25rem;font-size:clamp(.5rem,1vw,.5625rem);font-weight:700;line-height:1.3;display:block;overflow:hidden}.orders-table td:first-child:before,.orders-table td.orders-table__progress-cell:before,.orders-table td.orders-table__action:before{display:none}.orders-table td:first-child{border:0;grid-area:1/1;padding:0}.orders-table td:nth-child(2){grid-area:1/2}.orders-table td:nth-child(3){grid-area:1/3}.orders-table td:nth-child(4){grid-area:1/4}.orders-table td:nth-child(5){grid-area:1/5}.orders-table__resource{gap:0}.orders-table__resource time{top:.875rem;left:.875rem}.orders-table__value{gap:.125rem}.orders-table small{font-size:.625rem}.orders-table__field-hint{touch-action:manipulation;appearance:none;width:100%;color:inherit;cursor:help;font:inherit;text-align:left;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:0;margin:0;padding:0;display:block;position:relative}.orders-table__field-hint:focus-visible{outline:1px solid var(--color-control-border-hover);outline-offset:.2rem;border-radius:.25rem}.orders-table__field-tooltip{z-index:5;border:1px solid var(--color-control-border);background:var(--color-surface-elevated);width:max-content;max-width:min(16rem,100vw - 3rem);color:var(--color-text);pointer-events:none;text-align:left;white-space:normal;border-radius:.375rem;padding:.5rem .625rem;font-size:.75rem;font-weight:400;line-height:1.4;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 .75rem 2rem #00000059}.orders-table td:nth-child(3) .orders-table__field-tooltip{left:50%;transform:translate(-50%)}.orders-table td:nth-child(4) .orders-table__field-tooltip,.orders-table td:nth-child(5) .orders-table__field-tooltip{left:auto;right:0}.orders-table__progress-cell{grid-area:2/1/auto/5;margin-right:.375rem}.orders-table__progress{grid-template-columns:1fr auto;gap:.375rem}.orders-table__progress-summary{grid-column:1/-1;gap:.375rem}.orders-table__progress-bar{grid-column:1/-1}.orders-table__progress small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.orders-table__action{border:0;grid-area:2/5;align-self:end;padding:0}.orders-table__action button{width:6.25rem;min-height:2.25rem;padding:.375rem;font-size:.6875rem}.orders-fill-dialog__backdrop{padding:1rem}.orders-fill-dialog{max-height:calc(100dvh - 2rem)}.orders-fill-dialog__order{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-fill-dialog__order>div:nth-child(2){padding-right:0}.orders-fill-dialog__result{grid-template-columns:1fr}.orders-fill-dialog__result>div:not(:last-child){padding-bottom:.5rem}.orders-fill-dialog__actions{flex-direction:column-reverse;align-items:stretch}.orders-fill-dialog__quote-error{flex-direction:column;align-items:stretch}}@media (width<=420px){.orders-table tbody tr{grid-template-columns:2.25rem minmax(0,1fr) 6.25rem}.orders-table td:first-child{grid-area:1/1/3;align-self:start}.orders-table td:nth-child(2){grid-area:1/2}.orders-table td:nth-child(3){grid-area:1/3}.orders-table td:nth-child(4){grid-area:2/2}.orders-table td:nth-child(5){grid-area:2/3}.orders-table__progress-cell{grid-area:3/1/auto/3}.orders-table__action{grid-area:3/3}}@media (prefers-reduced-motion:reduce){.orders-state__loader,.orders-fill-dialog__loader,.orders-fill-dialog__quote-loader{animation:none}}.information-page{padding:clamp(3rem,7vw,6rem) 0}.information-page__inner{width:calc(100% - 3rem);max-width:75rem;margin:0 auto}.information-page p{max-width:46rem;color:var(--color-text-muted);margin-top:0;margin-bottom:0;font-size:1.0625rem}.information-page .information-page__about-intro{max-width:52rem;color:var(--color-text);font-size:1.125rem;line-height:1.6}.information-page .information-page__about-fee{max-width:52rem;margin-top:.75rem;font-size:1.0625rem}.information-page__about-fee strong{color:var(--color-text)}.information-page__section{max-width:52rem;margin-top:2rem}.information-page__links{gap:.75rem;display:grid}.information-page__document-link{border:1px solid var(--color-border);background:var(--color-surface);min-width:0;min-height:5rem;color:var(--color-text);border-radius:.5rem;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.information-page__document-link:hover{border-color:var(--color-control-border-hover);background:var(--color-surface-elevated)}.information-page__document-link>span:first-child{gap:.25rem;min-width:0;display:grid}.information-page__document-link strong{font-size:1rem}.information-page__document-link small{color:var(--color-text-muted);font-size:.875rem}.information-page__document-link>span:last-child{color:var(--color-primary);flex:none;font-size:1.25rem}@media (width<=36rem){.information-page{padding-top:3.5rem;padding-bottom:3.5rem}.information-page__document-link{gap:1rem;min-height:4.5rem;padding:.875rem 1rem}}
