:root{color-scheme:dark;--theme-bg-rgb: 18 18 18;--theme-surface-rgb: 31 32 32;--theme-surface-soft-rgb: 40 41 41;--theme-surface-strong-rgb: 54 55 55;--theme-on-surface-rgb: 219 222 226;--theme-on-surface-soft-rgb: 187 191 194;--theme-on-surface-muted-rgb: 147 150 152;--theme-on-surface-dim-rgb: 112 115 118;--theme-border-rgb: 58 59 60;--theme-border-strong-rgb: 80 82 83;--theme-primary-rgb: 0 218 243;--theme-secondary-rgb: 255 179 181;--theme-accent-rgb: 89 204 221;--theme-primary-glow: rgba(0, 218, 243, .45);--theme-primary-shadow-soft: rgba(0, 218, 243, .12);--theme-card-shadow: rgba(0, 0, 0, .5)}*{box-sizing:border-box}html{overflow:hidden;background-color:rgb(var(--theme-bg-rgb));transition:background-color .22s ease}body{margin:0;min-width:320px;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--theme-bg-rgb));color:rgb(var(--theme-on-surface-rgb));font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .22s ease,color .22s ease}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}#root{width:100%;height:100%}.glass-card{background:rgb(var(--theme-surface-rgb) / .72);backdrop-filter:blur(40px) saturate(120%);-webkit-backdrop-filter:blur(40px) saturate(120%);border:1px solid rgb(var(--theme-on-surface-rgb) / .12);box-shadow:inset 0 1px rgb(var(--theme-on-surface-rgb) / .05),0 25px 50px -12px var(--theme-card-shadow);transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease}.bg-glow{position:absolute;width:800px;height:800px;border-radius:50%;filter:blur(120px) saturate(155%) brightness(1.08);z-index:-1;opacity:.24;pointer-events:none;mix-blend-mode:screen;will-change:transform,opacity;transition:background-color .22s ease,transform .22s ease,opacity .22s ease}.theme-is-animating .bg-glow.bg-glow-left{animation:glow-orbit-left 1.1s cubic-bezier(.32,0,.2,1) infinite}.theme-is-animating .bg-glow.bg-glow-right{animation:glow-orbit-right 1.1s cubic-bezier(.32,0,.2,1) infinite}@keyframes glow-orbit-left{0%{transform:translateZ(0) scale(1);opacity:.24}18%{transform:translate3d(86px,-72px,0) scale(1.06);opacity:.28}36%{transform:translate3d(176px,-18px,0) scale(1.1);opacity:.31}54%{transform:translate3d(188px,92px,0) scale(1.02);opacity:.29}72%{transform:translate3d(98px,138px,0) scale(.98);opacity:.26}88%{transform:translate3d(24px,78px,0) scale(1.04);opacity:.27}to{transform:translateZ(0) scale(1);opacity:.24}}@keyframes glow-orbit-right{0%{transform:translateZ(0) scale(1);opacity:.22}18%{transform:translate3d(-84px,72px,0) scale(1.05);opacity:.27}36%{transform:translate3d(-174px,22px,0) scale(1.09);opacity:.31}54%{transform:translate3d(-190px,-88px,0) scale(1.01);opacity:.28}72%{transform:translate3d(-104px,-140px,0) scale(.98);opacity:.25}88%{transform:translate3d(-28px,-76px,0) scale(1.03);opacity:.26}to{transform:translateZ(0) scale(1);opacity:.22}}.availability-dot{width:.68rem;height:.68rem;border-radius:999px;background:rgb(var(--theme-primary-rgb));box-shadow:0 0 0 1px rgb(var(--theme-on-surface-rgb) / .16),0 0 rgb(var(--theme-primary-rgb) / .34),0 0 16px rgb(var(--theme-primary-rgb) / .54),0 0 28px rgb(var(--theme-primary-rgb) / .28);animation:availability-pulse 1.7s ease-in-out infinite}@keyframes availability-pulse{0%,to{transform:scale(1);opacity:.94;box-shadow:0 0 0 1px rgb(var(--theme-on-surface-rgb) / .14),0 0 rgb(var(--theme-primary-rgb) / .26),0 0 14px rgb(var(--theme-primary-rgb) / .48),0 0 24px rgb(var(--theme-primary-rgb) / .24)}50%{transform:scale(1.22);opacity:1;box-shadow:0 0 0 1px rgb(var(--theme-on-surface-rgb) / .2),0 0 0 7px rgb(var(--theme-primary-rgb) / 0),0 0 20px rgb(var(--theme-primary-rgb) / .66),0 0 34px rgb(var(--theme-primary-rgb) / .34)}}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:rgb(var(--theme-surface-rgb) / .8)}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgb(var(--theme-primary-rgb) / .32);border-radius:10px}.locale-toggle button{min-width:42px;height:30px;padding:0 10px;border:0;border-radius:999px;background:transparent;color:rgb(var(--theme-on-surface-muted-rgb));font-size:11px;font-weight:600;letter-spacing:.08em;cursor:pointer;transition:background-color .18s ease,color .18s ease}.locale-toggle button:hover,.locale-toggle button.is-active{color:rgb(var(--theme-on-surface-rgb))}.locale-toggle button.is-active{background:rgb(var(--theme-surface-strong-rgb) / .92)}.theme-hue-slider{width:100%;min-width:0;height:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgb(var(--theme-border-rgb) / .6);border-radius:999px;background:linear-gradient(90deg,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red);cursor:pointer}.theme-hue-slider::-webkit-slider-thumb{width:16px;height:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid rgba(255,255,255,.95);border-radius:50%;background:rgb(var(--theme-on-surface-rgb));box-shadow:0 0 0 1px rgb(var(--theme-border-rgb) / .7)}.theme-hue-slider::-moz-range-thumb{width:16px;height:16px;border:2px solid rgba(255,255,255,.95);border-radius:50%;background:rgb(var(--theme-on-surface-rgb));box-shadow:0 0 0 1px rgb(var(--theme-border-rgb) / .7)}.theme-hue-slider::-moz-range-track{height:10px;border:1px solid rgb(var(--theme-border-rgb) / .6);border-radius:999px;background:linear-gradient(90deg,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}@media (max-height: 780px) and (min-width: 931px){.locale-toggle{top:1rem;right:1rem}}@media (max-width: 930px){html,body{height:100%;min-height:100%;overflow:hidden}body{display:block}#root{height:100dvh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.glass-card{max-height:none}.locale-toggle{right:1rem;top:1rem}}
