:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--rv-bg,#0a0b10);color:var(--rv-text,#f5f7fa);transition:background-color .2s,color .2s}:root[data-theme=light] ::-webkit-scrollbar{width:12px;height:12px}:root[data-theme=light] ::-webkit-scrollbar-track{background:#f0f2f7}:root[data-theme=light] ::-webkit-scrollbar-thumb{background:#c5c9d6;border:2px solid #f0f2f7;border-radius:6px}:root[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#8c92a6}:root[data-theme=dark] ::-webkit-scrollbar{width:12px;height:12px}:root[data-theme=dark] ::-webkit-scrollbar-track{background:#12141c}:root[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2d3142;border:2px solid #12141c;border-radius:6px}:root[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#5a5f73}:root[data-theme=light] ::selection{color:#0a0b10;background:#4a4dd933}:root[data-theme=dark] ::selection{color:#f5f7fa;background:#5b5efb4d}:root[data-theme=light] input::placeholder,:root[data-theme=light] textarea::placeholder{color:#8b91a8}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#5a5f73}:root[data-theme=light] input:-webkit-autofill{-webkit-text-fill-color:#0a0b10!important;caret-color:#0a0b10!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}:root[data-theme=light] input:-webkit-autofill:hover{-webkit-text-fill-color:#0a0b10!important;caret-color:#0a0b10!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}:root[data-theme=light] input:-webkit-autofill:focus{-webkit-text-fill-color:#0a0b10!important;caret-color:#0a0b10!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}:root[data-theme=dark] input:-webkit-autofill{-webkit-text-fill-color:#f5f7fa!important;caret-color:#f5f7fa!important;-webkit-box-shadow:inset 0 0 0 1000px #12141c!important}:root[data-theme=dark] input:-webkit-autofill:hover{-webkit-text-fill-color:#f5f7fa!important;caret-color:#f5f7fa!important;-webkit-box-shadow:inset 0 0 0 1000px #12141c!important}:root[data-theme=dark] input:-webkit-autofill:focus{-webkit-text-fill-color:#f5f7fa!important;caret-color:#f5f7fa!important;-webkit-box-shadow:inset 0 0 0 1000px #12141c!important}:root[data-theme=light] input[type=date]::-webkit-calendar-picker-indicator{filter:invert(0);opacity:.6}:root[data-theme=light] input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(0);opacity:.6}:root[data-theme=light] input[type=month]::-webkit-calendar-picker-indicator{filter:invert(0);opacity:.6}:root[data-theme=light] input[type=time]::-webkit-calendar-picker-indicator{filter:invert(0);opacity:.6}:root[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{filter:invert();opacity:.7}:root[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert();opacity:.7}:root[data-theme=dark] input[type=month]::-webkit-calendar-picker-indicator{filter:invert();opacity:.7}:root[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator{filter:invert();opacity:.7}[data-theme] *{transition-property:background-color,border-color,color;transition-duration:.2s;transition-timing-function:ease}:root[data-theme=light] .dark-only-glass{-webkit-backdrop-filter:blur(20px)saturate(180%)!important;backdrop-filter:blur(20px)saturate(180%)!important;background:#ffffffb3!important;border-color:#0f172a0f!important}:root[data-theme=dark] .dark-only-glass{-webkit-backdrop-filter:blur(20px)saturate(180%)!important;backdrop-filter:blur(20px)saturate(180%)!important;background:#12141cb3!important;border-color:#ffffff0f!important}@keyframes rv-fade-in{0%{opacity:0}to{opacity:1}}@keyframes rv-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes rv-fade-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes rv-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes rv-slide-right{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes rv-slide-left{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes rv-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes rv-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rv-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.92)}}@keyframes rv-bounce-in{0%{opacity:0;transform:scale(.7)}60%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}@keyframes rv-shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-3px)}40%,60%{transform:translate(3px)}}@keyframes rv-check-draw{to{stroke-dashoffset:0}}.rv-animate-fade-in{animation:.2s both rv-fade-in}.rv-animate-fade-up{animation:.25s cubic-bezier(.16,1,.3,1) both rv-fade-up}.rv-animate-fade-down{animation:.25s cubic-bezier(.16,1,.3,1) both rv-fade-down}.rv-animate-scale-in{animation:.2s cubic-bezier(.16,1,.3,1) both rv-scale-in}.rv-animate-bounce-in{animation:.4s cubic-bezier(.34,1.56,.64,1) both rv-bounce-in}.rv-animate-shake{animation:.6s cubic-bezier(.36,.07,.19,.97) both rv-shake}.rv-animate-pulse{animation:2s ease-in-out infinite rv-pulse}.rv-animate-spin{animation:1s linear infinite rv-spin}.rv-stagger>*{animation:.25s cubic-bezier(.16,1,.3,1) both rv-fade-up}.rv-stagger>:first-child{animation-delay:0s}.rv-stagger>:nth-child(2){animation-delay:50ms}.rv-stagger>:nth-child(3){animation-delay:.1s}.rv-stagger>:nth-child(4){animation-delay:.15s}.rv-stagger>:nth-child(5){animation-delay:.2s}.rv-stagger>:nth-child(6){animation-delay:.25s}.rv-stagger>:nth-child(7){animation-delay:.3s}.rv-stagger>:nth-child(8){animation-delay:.35s}.rv-stagger>:nth-child(n+9){animation-delay:.4s}.rv-skeleton{background:linear-gradient(90deg, var(--rv-surface,#12141c) 0%, var(--rv-surface2,#1a1d27) 50%, var(--rv-surface,#12141c) 100%);background-repeat:no-repeat;background-size:200px 100%;border-radius:6px;animation:1.4s ease-in-out infinite rv-shimmer}.rv-card-hover{transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1),border-color .2s}.rv-card-hover:hover{transform:translateY(-2px)}.rv-button-press{transition:transform 80ms cubic-bezier(.4,0,.2,1)}.rv-button-press:active{transform:translateY(1px)scale(.99)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{box-shadow:0 0 0 3px var(--rv-primary,#5b5efb)40;outline:none}*{transition-property:background-color,border-color,color;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}input,textarea,select,.rv-no-transition,.rv-no-transition *{transition-property:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.rv-num-flip{font-variant-numeric:tabular-nums;display:inline-block}
