:root{--app-bg-base: #fff;--app-bg-saturation: 1;--app-bg-hue-rotate-base: 0deg;--app-bg-hue-rotate-bias: 0deg;--app-bg-state-opacity: 0;--app-bg-state-hsl: 0 0% 0%;--app-bg-state-alpha-soft: 0;--app-bg-state-alpha: 0;--app-bg-state-alpha-strong: 0;--app-bg-state-animation: none;--app-bg-viewport: 100vh;--app-bg-image: radial-gradient( ellipse 78.225vw 49.515vw at 116.195vw calc(var(--app-bg-viewport) / 2 - 14.715vw), rgb(160 51 255 / 12.300544%) 0%, rgb(160 51 255 / 8.450603%) 25%, rgb(160 51 255 / 4.490667%) 50%, rgb(160 51 255 / 1.6%) 75%, rgb(160 51 255 / 0%) 100% ), radial-gradient( ellipse 113.43vw 72.72vw at 13.43vw calc(var(--app-bg-viewport) / 2 + 77.28vw), rgb(24 119 242 / 12.300544%) 0%, rgb(24 119 242 / 8.450603%) 25%, rgb(24 119 242 / 4.490667%) 50%, rgb(24 119 242 / 1.6%) 75%, rgb(24 119 242 / 0%) 100% ), radial-gradient( ellipse 85.98vw 55.155vw at 99.32vw calc(var(--app-bg-viewport) / 2 - 40.965vw), rgb(255 108 92 / 12.300544%) 0%, rgb(255 108 92 / 8.450603%) 25%, rgb(255 108 92 / 4.490667%) 50%, rgb(255 108 92 / 1.6%) 75%, rgb(255 108 92 / 0%) 100% ), radial-gradient( ellipse 65.145vw 41.79vw at 75.785vw calc(var(--app-bg-viewport) / 2 - 91.02vw), rgb(245 206 51 / 12.300544%) 0%, rgb(245 206 51 / 8.450603%) 25%, rgb(245 206 51 / 4.490667%) 50%, rgb(245 206 51 / 1.6%) 75%, rgb(245 206 51 / 0%) 100% ), radial-gradient( ellipse 99vw 63.45vw at 50vw calc(var(--app-bg-viewport) / 2 - 45.45vw), rgb(37 211 102 / 12.300544%) 0%, rgb(37 211 102 / 8.450603%) 25%, rgb(37 211 102 / 4.490667%) 50%, rgb(37 211 102 / 1.6%) 75%, rgb(37 211 102 / 0%) 100% ), radial-gradient( ellipse 150vw 96vw at 50vw calc(var(--app-bg-viewport) / 2 + 24vw), rgb(24 119 242 / 12.300544%) 0%, rgb(24 119 242 / 8.450603%) 25%, rgb(24 119 242 / 4.490667%) 50%, rgb(24 119 242 / 1.6%) 75%, rgb(24 119 242 / 0%) 100% )}@supports (height: 100svh){:root{--app-bg-viewport: max(100vh, 100svh)}}@supports (height: 100dvh){:root{--app-bg-viewport: max(100vh, 100svh, 100dvh)}}html{height:100%;min-height:100%;background-color:var(--app-bg-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow:hidden}#root{position:relative;height:100%;min-height:100vh;min-height:max(100vh,100svh,100dvh);width:100%}@supports (-webkit-touch-callout: none){html{height:-webkit-fill-available}body,#root{min-height:-webkit-fill-available}}[data-silk],.SheetWithStacking-view,.SheetWithStacking-content *{min-width:0px;min-height:0px;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.ag-watermark{display:none!important;visibility:hidden!important;opacity:0!important}.utms-tab-content [data-slot=tabList]{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important}.ag-watermark-text{display:none!important;visibility:hidden!important}:root[data-app-bg-state=loading]{--app-bg-state-opacity: 1;--app-bg-state-hsl: 210 90% 60%;--app-bg-state-alpha-soft: .08;--app-bg-state-alpha: .16;--app-bg-state-alpha-strong: .24;--app-bg-state-animation: none}:root[data-app-bg-state=danger]{--app-bg-state-opacity: 1;--app-bg-state-hsl: 6 82% 58%;--app-bg-state-alpha-soft: .1;--app-bg-state-alpha: .22;--app-bg-state-alpha-strong: .3;--app-bg-state-animation: app-bg-danger 1.6s ease-in-out infinite}:root[data-app-bg-state=success]{--app-bg-state-opacity: 1;--app-bg-state-hsl: 142 58% 52%;--app-bg-state-alpha-soft: .08;--app-bg-state-alpha: .18;--app-bg-state-alpha-strong: .24;--app-bg-state-animation: app-bg-success 2.4s ease-in-out infinite}body{height:100%;min-height:100vh;min-height:max(100vh,100svh,100dvh);width:100%;background-color:var(--app-bg-base);overflow:hidden;position:relative;isolation:isolate}body:before{content:"";background-color:var(--app-bg-base);background-image:var(--app-bg-image);background-repeat:no-repeat;filter:hue-rotate(calc(var(--app-bg-hue-rotate-base) + var(--app-bg-hue-rotate-bias))) saturate(var(--app-bg-saturation));transform:translateZ(0);pointer-events:none}body:before{position:fixed;inset:0;z-index:-2}body:after{content:"";background-image:radial-gradient(120% 120% at 12% 10%,hsl(var(--app-bg-state-hsl) / var(--app-bg-state-alpha-soft)) 0%,transparent 55%),radial-gradient(120% 120% at 90% 0%,hsl(var(--app-bg-state-hsl) / var(--app-bg-state-alpha)) 0%,transparent 60%),radial-gradient(140% 140% at 40% 100%,hsl(var(--app-bg-state-hsl) / var(--app-bg-state-alpha-strong)) 0%,transparent 70%);opacity:var(--app-bg-state-opacity);mix-blend-mode:soft-light;transition:opacity .6s ease;animation:var(--app-bg-state-animation);transform-origin:center;pointer-events:none}body:after{position:fixed;inset:0;z-index:-1}.bily-braille-loader__texture{transform-box:fill-box;transform-origin:center;transform:translateZ(0)}@keyframes app-bg-danger{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes app-bg-success{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@media (prefers-reduced-motion: reduce){:root[data-app-bg-state=loading],:root[data-app-bg-state=danger],:root[data-app-bg-state=success]{--app-bg-state-animation: none}}:root{--space-0: var(--app-space-0);--space-1: var(--app-space-1);--space-2: var(--app-space-2);--space-3: var(--app-space-3);--space-4: var(--app-space-4);--space-5: var(--app-space-5);--space-6: var(--app-space-6);--space-7: var(--app-space-7);--space-8: var(--app-space-8);--space-9: var(--app-space-9);--space-10: var(--app-space-10);--card-padding: var(--app-space-5);--card-gap: var(--app-space-4);--card-header-height: var(--app-panel-height);--card-footer-height: var(--app-panel-height);--form-gap: var(--app-space-4);--button-padding-y: var(--app-space-3);--button-padding-x: var(--app-space-5);--section-gap: var(--app-space-7);--page-padding: var(--app-content-padding);--panel-height: var(--app-panel-height);--nav-item-height: var(--app-control-height-lg);--header-height: var(--app-header-height);--content-width-xs: 280px;--content-width-sm: 340px;--content-width-md: 580px;--content-width-lg: 780px;--content-width-xl: 960px;--text-primary: var(--app-text-primary);--text-secondary: var(--app-text-secondary);--text-tertiary: var(--app-text-tertiary);--text-muted: var(--app-text-muted);--text-subtle: hsl(var(--gray-300));--border-default: var(--app-border-default);--border-muted: var(--app-border-subtle);--border-emphasis: var(--app-border-strong);--border-focus: var(--app-border-strong);--surface-default: var(--app-surface-base);--surface-raised: var(--app-surface-overlay);--surface-muted: var(--app-surface-elevated);--surface-hover: var(--app-surface-hover);--surface-active: var(--app-surface-active);--color-success: var(--app-tone-success-foreground);--color-success-muted: var(--app-tone-success-soft);--color-error: var(--app-tone-danger-foreground);--color-error-muted: var(--app-tone-danger-soft);--color-warning: var(--app-tone-warning-foreground);--color-warning-muted: var(--app-tone-warning-soft);--color-info: hsl(var(--bily-azure-foreground));--color-info-muted: var(--bily-azure-a14);--radius-xs: var(--app-squircle-xs);--radius-sm: var(--app-squircle-sm);--radius-md: var(--app-squircle-md);--radius-lg: var(--app-squircle-lg);--radius-xl: var(--app-squircle-panel);--radius-2xl: var(--app-squircle-canvas);--height-xs: var(--app-control-height-xs);--height-sm: var(--app-control-height-sm);--height-md: var(--app-control-height-md);--height-lg: var(--app-control-height-lg);--height-xl: var(--app-panel-height);--input-height-sm: var(--height-sm);--input-height-md: var(--height-md);--input-height-lg: var(--height-lg);--button-height-sm: var(--height-sm);--button-height-md: var(--height-md);--button-height-lg: var(--height-lg);--size-0: var(--app-space-0);--size-1: .125rem;--size-2: var(--app-space-1);--size-3: .375rem;--size-4: var(--app-space-2);--size-5: .625rem;--size-6: var(--app-space-3);--size-7: .875rem;--size-8: var(--app-space-4);--size-9: var(--app-space-5);--size-10: var(--app-space-6);--size-11: 1.75rem;--size-12: var(--app-space-7);--size-13: var(--app-control-height-sm);--size-14: var(--app-space-8);--size-15: var(--app-touch-target);--size-16: var(--app-space-9);--size-17: var(--app-panel-height);--size-18: var(--app-space-10);--size-19: var(--app-header-height);--size-20: 6rem;--size-21: 7rem;--size-22: 8rem;--size-23: 9rem;--size-24: 10rem;--size-25: 11rem;--size-26: 12rem;--size-27: 13rem;--size-28: 14rem;--size-29: 15rem;--size-30: 16rem;--size-31: 18rem;--size-32: 20rem;--size-33: 24rem;--thickness-1: 1px;--thickness-2: 2px;--thickness-3: 4px;--thickness-4: 8px;--radius-none: 0px;--radius-1: 2px;--radius-2: 4px;--radius-3: var(--app-squircle-xs);--radius-4: 8px;--radius-5: var(--app-squircle-sm);--radius-6: var(--app-squircle-md);--radius-7: var(--app-squircle-panel);--radius-8: var(--app-squircle-canvas);--radius-full: var(--app-squircle-pill);--slate-1: rgb(248, 250, 252);--slate-2: rgb(241, 245, 249);--slate-3: rgb(226, 232, 240);--slate-4: rgb(203, 213, 225);--slate-5: rgb(148, 163, 184);--slate-6: rgb(100, 116, 139);--slate-7: rgb(71, 85, 105);--slate-8: rgb(51, 65, 85);--slate-9: rgb(30, 41, 59);--slate-10: rgb(15, 23, 42);--slate-11: rgb(2, 6, 23);--neutral-1: rgb(250, 250, 250);--neutral-2: rgb(245, 245, 245);--neutral-3: rgb(229, 229, 229);--neutral-4: rgb(212, 212, 212);--neutral-5: rgb(163, 163, 163);--neutral-6: rgb(115, 115, 115);--neutral-7: rgb(82, 82, 82);--neutral-8: rgb(64, 64, 64);--neutral-9: rgb(38, 38, 38);--neutral-10: rgb(23, 23, 23);--neutral-11: rgb(10, 10, 10);--shadow-1: none;--shadow-2: none;--shadow-3: none;--shadow-4: none;--shadow-5: none;--shadow-6: none}
