@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.animate-fadeInDown{animation:fadeInDown 1s ease-out}.animate-fadeInUp{animation:fadeInUp 1s ease-out}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideUp{animation:slideUp .4s ease-out}.animate-shake{animation:shake .5s ease-in-out}.animation-delay-200{animation-delay:.2s;animation-fill-mode:backwards}.animation-delay-400{animation-delay:.4s;animation-fill-mode:backwards}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes logoEntrance{0%{opacity:0;transform:scale(.6) rotate(-8deg);filter:blur(4px)}50%{opacity:.8;transform:scale(1.08) rotate(1deg);filter:blur(0)}to{opacity:1;transform:scale(1) rotate(0deg);filter:blur(0)}}.animate-logoEntrance{animation:logoEntrance .8s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes gradientShift{0%{background-position:0}50%{background-position:100%}to{background-position:0}}.rh-bg-base{background:radial-gradient(ellipse at 20% 20%,#0d1f3c 0,#0a1628 40%,#060e1d 100%)}.rh-grid-overlay{background-image:linear-gradient(rgba(59,130,246,.04) 1px,transparent 0),linear-gradient(90deg,rgba(59,130,246,.04) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse at center,rgba(0,0,0,.6) 0,rgba(0,0,0,.1) 70%,transparent 100%);mask-image:radial-gradient(ellipse at center,rgba(0,0,0,.6) 0,rgba(0,0,0,.1) 70%,transparent 100%)}.rh-orb{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;will-change:transform,opacity}.rh-orb-1{width:600px;height:600px;top:-150px;left:10%;background:radial-gradient(circle,rgba(37,99,235,.12) 0,rgba(29,78,216,.06) 50%,transparent 70%);animation:orbFloat1 25s ease-in-out infinite}.rh-orb-2{width:500px;height:500px;bottom:5%;right:5%;background:radial-gradient(circle,rgba(99,102,241,.1) 0,rgba(79,70,229,.05) 50%,transparent 70%);animation:orbFloat2 30s ease-in-out infinite}.rh-orb-3{width:400px;height:400px;top:40%;left:55%;background:radial-gradient(circle,rgba(14,165,233,.08) 0,rgba(2,132,199,.04) 50%,transparent 70%);animation:orbFloat3 20s ease-in-out infinite}.rh-orb-4{width:350px;height:350px;bottom:25%;left:20%;background:radial-gradient(circle,rgba(16,185,129,.07) 0,rgba(5,150,105,.03) 50%,transparent 70%);animation:orbFloat4 35s ease-in-out infinite}.rh-orb-5{width:280px;height:280px;top:20%;right:20%;background:radial-gradient(circle,rgba(139,92,246,.08) 0,rgba(124,58,237,.04) 50%,transparent 70%);animation:orbFloat5 22s ease-in-out infinite}.rh-top-line{background:linear-gradient(90deg,transparent,rgba(59,130,246,.2) 30%,rgba(99,102,241,.3) 50%,rgba(59,130,246,.2) 70%,transparent);animation:lineGlow 8s ease-in-out infinite}.rh-bottom-line{background:linear-gradient(90deg,transparent,rgba(16,185,129,.1) 40%,rgba(14,165,233,.15) 50%,rgba(16,185,129,.1) 60%,transparent);animation:lineGlow 12s ease-in-out infinite reverse}.rh-scan-line{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.15) 50%,transparent);animation:scanLine 18s linear infinite;pointer-events:none}@keyframes orbFloat1{0%,to{transform:translate(0) scale(1);opacity:.8}25%{transform:translate(40px,30px) scale(1.05);opacity:1}50%{transform:translate(20px,60px) scale(.95);opacity:.7}75%{transform:translate(-30px,20px) scale(1.02);opacity:.9}}@keyframes orbFloat2{0%,to{transform:translate(0) scale(1);opacity:.7}33%{transform:translate(-50px,-40px) scale(1.08);opacity:1}66%{transform:translate(30px,-20px) scale(.92);opacity:.6}}@keyframes orbFloat3{0%,to{transform:translate(0) scale(1);opacity:.6}40%{transform:translate(-30px,40px) scale(1.1);opacity:.9}80%{transform:translate(20px,-30px) scale(.9);opacity:.5}}@keyframes orbFloat4{0%,to{transform:translate(0) scale(1);opacity:.5}30%{transform:translate(50px,-30px) scale(1.06);opacity:.8}70%{transform:translate(-20px,40px) scale(.94);opacity:.6}}@keyframes orbFloat5{0%,to{transform:translate(0) scale(1);opacity:.7}50%{transform:translate(-40px,50px) scale(1.12);opacity:.4}}@keyframes lineGlow{0%,to{opacity:.4}50%{opacity:1}}@keyframes scanLine{0%{top:-2px;opacity:0}5%{opacity:1}95%{opacity:1}to{top:100vh;opacity:0}}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rh-page-content{background:linear-gradient(135deg,#eef2ff,#f0f9ff 20%,#faf5ff 40%,#f0fdf4 60%,#eff6ff 80%,#fdf4ff);background-size:300% 300%;animation:pageEnter .3s ease-out,rhContentGradient 22s ease infinite}.rh-page-content:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background-image:radial-gradient(circle,rgba(99,102,241,.055) 1px,transparent 0);background-size:36px 36px;mask-image:radial-gradient(ellipse at center,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 70%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse at center,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 70%,transparent 100%)}.rh-page-content .bg-gray-50.min-h-screen,.rh-page-content .min-h-screen.bg-gray-50,.rh-page-content>div>div>.bg-gray-50{background:transparent!important}.rh-page-content .sticky.bg-white{background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.rh-page-content .bg-white.border-b:not(.rounded-xl):not(.rounded-lg){background:rgba(255,255,255,.95)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@keyframes rhContentGradient{0%{background-position:0 0}25%{background-position:100% 25%}50%{background-position:100% 100%}75%{background-position:0 75%}to{background-position:0 0}}.rh-page-content:before{content:"";position:fixed;top:0;left:0;right:0;height:2px;z-index:9999;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(99,102,241,.4) 20%,rgba(59,130,246,.6) 40%,rgba(16,185,129,.4) 60%,rgba(139,92,246,.4) 80%,transparent);animation:topAccentLine 10s ease-in-out infinite}@keyframes topAccentLine{0%,to{opacity:.5;background-position:0}50%{opacity:1;background-position:100%}}.rh-glass-card{background:rgba(255,255,255,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15)}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes rowSlideIn{0%{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:translateX(0)}}@keyframes colFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rh-page-content .grid>*{animation:cardFadeUp .42s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}.rh-page-content .grid>:first-child{animation-delay:.04s}.rh-page-content .grid>:nth-child(2){animation-delay:.09s}.rh-page-content .grid>:nth-child(3){animation-delay:.14s}.rh-page-content .grid>:nth-child(4){animation-delay:.19s}.rh-page-content .grid>:nth-child(5){animation-delay:.24s}.rh-page-content .grid>:nth-child(6){animation-delay:.29s}.rh-page-content .grid>:nth-child(7){animation-delay:.32s}.rh-page-content .grid>:nth-child(8){animation-delay:.35s}.rh-page-content .grid>:nth-child(n+9){animation-delay:.38s}.rh-page-content table tbody tr{animation:rowSlideIn .32s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}.rh-page-content table tbody tr:first-child{animation-delay:.06s}.rh-page-content table tbody tr:nth-child(2){animation-delay:.11s}.rh-page-content table tbody tr:nth-child(3){animation-delay:.16s}.rh-page-content table tbody tr:nth-child(4){animation-delay:.21s}.rh-page-content table tbody tr:nth-child(5){animation-delay:.26s}.rh-page-content table tbody tr:nth-child(6){animation-delay:.31s}.rh-page-content table tbody tr:nth-child(7){animation-delay:.36s}.rh-page-content table tbody tr:nth-child(8){animation-delay:.4s}.rh-page-content table tbody tr:nth-child(9){animation-delay:.44s}.rh-page-content table tbody tr:nth-child(10){animation-delay:.48s}.rh-page-content table tbody tr:nth-child(11){animation-delay:.51s}.rh-page-content table tbody tr:nth-child(12){animation-delay:.54s}.rh-page-content table tbody tr:nth-child(n+13){animation-delay:.57s}.rh-page-content table tbody tr{transition:background .18s ease,box-shadow .18s ease}.rh-page-content table tbody tr:hover{background:rgba(99,102,241,.035)!important}.rh-page-content .bg-white.rounded-lg.shadow,.rh-page-content .bg-white.rounded-lg.shadow-lg,.rh-page-content .bg-white.rounded-lg.shadow-sm,.rh-page-content .bg-white.rounded-xl.shadow,.rh-page-content .bg-white.rounded-xl.shadow-lg,.rh-page-content .bg-white.rounded-xl.shadow-sm{animation:colFadeIn .45s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}.rh-page-content>* .bg-white.rounded-lg.shadow:first-child,.rh-page-content>* .bg-white.rounded-xl.shadow:first-child{animation-delay:.08s}.rh-page-content>* .bg-white.rounded-lg.shadow:nth-child(2),.rh-page-content>* .bg-white.rounded-xl.shadow:nth-child(2){animation-delay:.16s}.rh-page-content>* .bg-white.rounded-lg.shadow:nth-child(3),.rh-page-content>* .bg-white.rounded-xl.shadow:nth-child(3){animation-delay:.22s}.rh-page-content>* .bg-white.rounded-lg.shadow:nth-child(4),.rh-page-content>* .bg-white.rounded-xl.shadow:nth-child(4){animation-delay:.28s}@media (prefers-reduced-motion:reduce){.rh-page-content .bg-white.rounded-lg.shadow,.rh-page-content .bg-white.rounded-xl.shadow,.rh-page-content .grid>*,.rh-page-content table tbody tr{animation:none!important}}.rh-page-content a[href],.rh-page-content button{transition:transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,filter .15s ease,opacity .15s ease}.rh-page-content button:not(:disabled):active{transform:scale(.96)!important;transition-duration:.08s!important}.rh-page-content button[class*=bg-amber-6],.rh-page-content button[class*=bg-blue-6],.rh-page-content button[class*=bg-blue-7],.rh-page-content button[class*=bg-emerald-6],.rh-page-content button[class*=bg-emerald-7],.rh-page-content button[class*=bg-indigo-6],.rh-page-content button[class*=bg-indigo-7],.rh-page-content button[class*=bg-orange-6],.rh-page-content button[class*=bg-pink-6],.rh-page-content button[class*=bg-purple-6],.rh-page-content button[class*=bg-purple-7],.rh-page-content button[class*=bg-red-6],.rh-page-content button[class*=bg-teal-6],.rh-page-content button[class*=bg-teal-7],.rh-page-content button[class*=bg-violet-6],.rh-page-content button[class*=bg-yellow-6]{box-shadow:0 1px 3px rgba(0,0,0,.08)}.rh-page-content button[class*=bg-amber-6]:hover,.rh-page-content button[class*=bg-blue-6]:hover,.rh-page-content button[class*=bg-blue-7]:hover,.rh-page-content button[class*=bg-emerald-6]:hover,.rh-page-content button[class*=bg-emerald-7]:hover,.rh-page-content button[class*=bg-indigo-6]:hover,.rh-page-content button[class*=bg-indigo-7]:hover,.rh-page-content button[class*=bg-orange-6]:hover,.rh-page-content button[class*=bg-purple-6]:hover,.rh-page-content button[class*=bg-purple-7]:hover,.rh-page-content button[class*=bg-red-6]:hover,.rh-page-content button[class*=bg-teal-6]:hover,.rh-page-content button[class*=bg-teal-7]:hover,.rh-page-content button[class*=bg-violet-6]:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.18);filter:brightness(1.07)}.rh-page-content button[class*=border][class*=text-]:not([class*=bg-]):hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,.1)}.rh-page-content a[href]:not([class*=text-]):hover{transform:translateY(-1px)}.rh-page-content a:focus-visible,.rh-page-content button:focus-visible{outline:2px solid rgba(99,102,241,.6);outline-offset:2px;border-radius:6px}.rh-page-content button:hover>.flex>i[class*=ri-arrow],.rh-page-content button:hover>i[class*=ri-arrow]{transform:translateX(2px);transition:transform .2s ease}.rh-page-content button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;filter:none!important}