.vr-page-shell{isolation:isolate;background:var(--vr-body-bg);min-height:100vh;color:var(--vr-text);position:relative}.vr-page-shell:before{content:"";pointer-events:none;background-image:linear-gradient(var(--vr-grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--vr-grid-line) 1px, transparent 1px);opacity:.28;z-index:-1;background-size:28px 28px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle,#000 42%,#0000 88%);mask-image:radial-gradient(circle,#000 42%,#0000 88%)}.vr-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.vr-container{padding-left:1.25rem;padding-right:1.25rem}}.vr-panel{border-radius:var(--vr-radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#fffffffa 0%,#f8fafff0 100%);border:1px solid #6d5df61f;transition:transform .22s,border-color .22s,box-shadow .22s,background .22s;box-shadow:0 10px 40px #6d5df60f}.vr-panel:hover{border-color:#6d5df62e;transform:translateY(-2px);box-shadow:0 16px 48px #6d5df61a}.vr-card{border-radius:var(--vr-radius-md);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(#fffffffc 0%,#f8fafff5 100%);border:1px solid #6d5df61f;transition:transform .22s,border-color .22s,box-shadow .22s,background .22s,filter .22s;box-shadow:0 2px 10px #6d5df60d}.vr-card:hover{border-color:#6d5df638;transform:translateY(-3px);box-shadow:0 16px 34px #6d5df61f}.vr-card-muted{border-radius:var(--vr-radius-md);background:#f8faffeb;border:1px dashed #6d5df638}.vr-card-hover{transition:transform .22s,border-color .22s,background .22s,box-shadow .22s}.vr-card-hover:hover{border-color:#6d5df64d;transform:translateY(-3px);box-shadow:0 14px 32px #6d5df624}.vr-chart-surface{border:1px solid var(--vr-border);background:var(--vr-chart-surface);border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 12px 28px #6d5df60f}.vr-chart-surface:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 100% 0,#6d5df614,#0000 26%),radial-gradient(circle at 0 100%,#19c37d0f,#0000 28%);position:absolute;inset:0}.vr-gradient-border{border-radius:calc(var(--vr-radius-md) + 1px);background:linear-gradient(135deg,#4c6fff85,#f6b94f5c,#4c6fff2e);padding:1px;position:relative}.vr-gradient-border>*{border-radius:var(--vr-radius-md)}.vr-section-divider-title{color:var(--vr-text-muted);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:900}.vm-surface-soft{background:linear-gradient(#fffffffa 0%,#f8fafff2 100%);border:1px solid #6d5df61f;box-shadow:0 10px 24px #6d5df60f}.vr-input{border-radius:var(--vr-radius-sm);width:100%;color:var(--vr-text);background:linear-gradient(#fff 0%,#f8fafffa 100%);border:1px solid #94a3b842;padding:.58rem .72rem;transition:border-color .18s,box-shadow .18s,background .18s;box-shadow:inset 0 1px #ffffffbf}.vr-input::placeholder{color:#9aa5bb}.vr-input:focus{border-color:#6b5cff6b;outline:none;box-shadow:0 0 0 4px #6b5cff1a}.vr-btn{border-radius:var(--vr-radius-sm);justify-content:center;align-items:center;gap:.45rem;padding:.6rem .95rem;font-size:.78rem;font-weight:700;line-height:1;transition:transform .18s,opacity .18s,box-shadow .18s,background .18s,border-color .18s,filter .18s;display:inline-flex}.vr-btn:hover{transform:translateY(-1px)}.vr-btn:disabled{cursor:not-allowed;opacity:.55;transform:none}.vr-btn-primary{color:#fff;background:var(--vr-button-gradient,linear-gradient(90deg, #d34df6 0%, #7c5cfc 55%, #4d7cfe 100%));position:relative;overflow:hidden;box-shadow:0 6px 18px #7c5cfc47}.vr-btn-primary:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 0%,#ffffff3d 42%,#0000 58%);transition:transform .64s;position:absolute;inset:0;transform:translate(-120%)}.vr-btn-primary:hover{filter:brightness(1.06);box-shadow:0 8px 22px #7c5cfc3d}.vr-btn-primary:hover:after{transform:translate(120%)}.vr-btn-secondary{color:var(--vr-text);background:#ffffffd9;border:1px solid #6d5df629}.vr-btn-secondary:hover{background:#fff;border-color:#6d5df652}.vp-gradient-btn{background:var(--vr-button-gradient,linear-gradient(90deg, #d34df6 0%, #7c5cfc 55%, #4d7cfe 100%));color:#fff;position:relative;overflow:hidden}.vp-gradient-btn:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 0%,#ffffff2e 42%,#0000 58%);transition:transform .64s;position:absolute;inset:0;transform:translate(-120%)}.vp-gradient-btn:hover{filter:brightness(1.06)}.vp-gradient-btn:hover:after{transform:translate(120%)}.vr-nav-item{color:#4b4869;border-radius:var(--vr-radius-sm);background:0 0;border:1px solid #0000;align-items:center;gap:.7rem;min-height:40px;padding:.55rem .72rem;font-size:.8rem;font-weight:700;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.vr-nav-item:hover{color:#6d5df6;background:#6d5df614;transform:translate(2px)}.vr-nav-item-active{color:#4d7cfe;background:#eef2ff}.vr-chip{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.45rem;padding:.3rem .6rem;font-size:.58rem;font-weight:800;display:inline-flex}.vr-chip-primary{color:#6d5df6;background:#6d5df61f;border:1px solid #6d5df638}.vr-chip-accent{color:#0f9f63;background:#19c37d1a;border:1px solid #19c37d2e}.vr-section-title{color:var(--vr-text);letter-spacing:-.045em;font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:800;line-height:1.08}.vr-lead{color:var(--vr-text-soft);font-size:.92rem;line-height:1.55}.vr-body-muted{color:var(--vr-text-muted);line-height:1.6}.vr-label{color:#7c88a4;letter-spacing:.12em;text-transform:uppercase;font-size:.56rem;font-weight:700}.vr-value{color:var(--vr-text);font-size:.88rem;font-weight:600;line-height:1.5}.vr-text-gradient{background:linear-gradient(135deg,#3f3cbb 0%,#6b5cff 44%,#0f9f63 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.vr-progress{grid-template-columns:1fr auto;align-items:center;gap:.75rem;display:grid}.vr-progress-track{background:#94a3b838;border:1px solid #94a3b82e;border-radius:999px;height:8px;overflow:hidden}.vr-progress-fill{background:var(--ai-gradient-1);border-radius:999px;height:100%;transition:width .22s;box-shadow:0 0 10px #8b5cf638}.vr-divider{background:linear-gradient(90deg,#0000 0%,#818cf82e 18%,#818cf842 52%,#0000 100%);width:100%;height:1px}.vr-radius-min{border-radius:var(--vr-radius-xs)}.vr-radius-tight{border-radius:var(--vr-radius-sm)}.vr-border-soft{border:1px solid #94a3b82e}.vr-border-dark{border:1px solid #ffffff1f}.vr-border-dark-strong{border:1px solid #ffffff2e}.vm-motion-surface{transform-style:preserve-3d;isolation:isolate;position:relative;overflow:hidden}.vm-motion-surface:before{content:"";pointer-events:none;opacity:0;z-index:-1;background:linear-gradient(135deg,#0000 20%,#ffffff38 50%,#0000 82%);transition:opacity .22s,transform .42s;position:absolute;inset:0;transform:translate(-35%)}.vm-motion-surface:hover:before,.vm-motion-surface:focus-visible:before{opacity:1;transform:translate(28%)}.vm-tilt{--vm-tilt-x:0deg;--vm-tilt-y:0deg;transform:perspective(1100px) rotateX(var(--vm-tilt-x)) rotateY(var(--vm-tilt-y));will-change:transform;transition:transform .22s,box-shadow .22s,border-color .22s}.vm-lift:hover,.vm-lift:focus-visible{transform:translateY(-4px)}.vm-reveal{opacity:1;filter:none;transform:none}.vm-reveal-visible{animation-name:vm-reveal-in;animation-duration:.56s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:none;animation-delay:var(--vm-delay,0s)}.vm-reveal-hidden{animation:.24s cubic-bezier(.4,0,1,1) both vm-reveal-out}@keyframes vm-reveal-in{0%{opacity:.68;transform:translateY(14px)scale(.965)}62%{opacity:.9;transform:translateY(3px)scale(.992)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes vm-reveal-out{0%{transform:translate(0,0)scale(1)}to{opacity:.96;transform:translateY(-3px)scale(.999)}}.vm-atmosphere{pointer-events:none;position:absolute;inset:0;overflow:hidden}.vm-atmosphere:before,.vm-atmosphere:after{content:"";filter:blur(12px);opacity:.75;border-radius:9999px;position:absolute;transform:translateZ(0)}.vm-atmosphere:before{background:radial-gradient(circle,#7c5cfc29 0%,#7c5cfc0a 42%,#0000 72%);width:26rem;height:26rem;animation:18s ease-in-out infinite vm-orb-drift;top:-10rem;right:-8rem}.vm-atmosphere:after{background:radial-gradient(circle,#4d7cfe24 0%,#4d7cfe0a 42%,#0000 74%);width:20rem;height:20rem;animation:22s ease-in-out infinite reverse vm-orb-drift;bottom:-8rem;left:-7rem}.vm-atmosphere-grid{background-image:linear-gradient(var(--vr-grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--vr-grid-line) 1px, transparent 1px);opacity:.26;background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 42%,#0000 88%);mask-image:radial-gradient(circle,#000 42%,#0000 88%)}.vm-atmosphere-dark:before{background:radial-gradient(circle,#6b5cff29 0%,#6b5cff0d 40%,#0000 72%)}.vm-atmosphere-dark:after{background:radial-gradient(circle,#19c37d1f 0%,#19c37d0a 42%,#0000 74%)}@keyframes vm-orb-drift{0%,to{transform:translate(0)scale(1)}50%{transform:translate(1.25rem, -.75rem, 0) scale(1.04)}}.dashboard-showcase-load-reveal{opacity:0;filter:blur(5px);will-change:opacity, transform, filter;animation:.72s cubic-bezier(.22,1,.36,1) .14s forwards dashboard-showcase-load-reveal;transform:translateY(14px)scale(.99)}@keyframes dashboard-showcase-load-reveal{0%{opacity:0;filter:blur(5px);transform:translateY(14px)scale(.99)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes dashboard-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes vm-slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes vm-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-panel{border-color:var(--vr-border);box-shadow:var(--vr-shadow-lg);color:var(--vr-text);background:linear-gradient(#171221eb 0%,#10111beb 100%)}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-panel:hover{border-color:var(--vr-border-strong);box-shadow:0 18px 44px #0000006b,0 0 0 1px #f6913f0d}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-card{border-color:var(--vr-border);box-shadow:var(--vr-shadow-md);color:var(--vr-text);background:linear-gradient(#1a1625e0 0%,#121520e0 100%)}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-card:hover{border-color:var(--vr-border-strong);box-shadow:0 14px 32px #00000057}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-card-muted{color:var(--vr-text);background:#14121ed1;border-color:#f6913f2e}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-chart-surface{border-color:var(--vr-border);background:var(--vr-chart-surface);box-shadow:0 16px 36px #00000061}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-chart-surface:before{background:radial-gradient(circle at 100% 0,#f6913f1f,#0000 24%),radial-gradient(circle at 0 100%,#e060361a,#0000 26%)}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-input{color:var(--vr-text);background:linear-gradient(#13101bf5 0%,#0e1018f5 100%);border-color:#f6913f29;box-shadow:inset 0 1px #ffffff05}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-input::-moz-placeholder{color:var(--vr-text-muted)}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-input::placeholder{color:var(--vr-text-muted)}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-input:focus{background:linear-gradient(#16131f 0%,#10121c 100%);border-color:#f6913f66;box-shadow:0 0 0 4px #e0603624}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-btn-secondary{color:var(--vr-text);background:#171221e6;border-color:#f6913f2e}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-btn-secondary:hover{background:#211a2df5;border-color:#f6913f4d}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-nav-item{color:var(--vr-text-soft)}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-nav-item:hover{color:var(--vr-text);background:#ffffff0d}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-nav-item-active{color:var(--vr-text);background:#e0603624}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-chip-primary{color:var(--vr-primary-2);background:#e0603624;border-color:#f6913f33}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-chip-accent{color:#7dd3fc;background:#10b9811f;border-color:#10b9812e}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-progress-track{background:#ffffff14;border-color:#ffffff14}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-progress-fill{box-shadow:0 0 10px #f6913f38}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-divider{background:linear-gradient(90deg,#0000 0%,#f6913f24 18%,#f6913f47 52%,#0000 100%)}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell:before{opacity:.14}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vm-atmosphere-grid{opacity:.18}@media (prefers-reduced-motion:reduce){.vm-reveal,.vm-reveal-visible,.vm-reveal-hidden,.dashboard-showcase-load-reveal{filter:none!important;opacity:1!important;animation:none!important;transform:none!important}.vm-reveal-hidden{pointer-events:auto}}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^=bg-white],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=\ bg-white]{background-color:var(--vr-card)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^=border-white],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=\ border-white]{border-color:var(--vr-border)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^=text-white],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=\ text-white]{color:var(--vr-text)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="bg-[#faf9ff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" bg-[#faf9ff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="bg-[#fbfaff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" bg-[#fbfaff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="bg-[#f5f7fd]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" bg-[#f5f7fd]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="bg-[#eef2ff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" bg-[#eef2ff]"]{background-color:var(--vr-surface)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^=bg-gradient-to-br],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=\ bg-gradient-to-br][class*="from-[#fdf5ff]"][class*="via-[#f7f5ff]"][class*="to-[#f0f4ff]"]{background:var(--vr-body-bg)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#17133a]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#17133a]"]{color:var(--vr-text)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#4b4869]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#4b4869]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#5d5a7a]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#5d5a7a]"]{color:var(--vr-text-soft)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#6d5df6]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#6d5df6]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#7b61ff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#7b61ff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#7c5cfc]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#7c5cfc]"]{color:var(--vr-primary)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#4d7cfe]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#4d7cfe]"]{color:var(--vr-primary-2)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#6f6b8f]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#6f6b8f]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#8a87a6]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#8a87a6]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="text-[#a3a0c0]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" text-[#a3a0c0]"]{color:var(--vr-text-muted)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*="hover:bg-[#f4f1ff]"]:hover,:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=hover\:bg-white]:hover{background-color:#ffffff0f!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="bg-[#efeaff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" bg-[#efeaff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="bg-[#f4f1ff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" bg-[#f4f1ff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="bg-[#f0edff]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" bg-[#f0edff]"]{background-color:var(--vr-primary-soft)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="border-[rgba(109,93,246,0.25)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" border-[rgba(109,93,246,0.25)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="border-[rgba(109,93,246,0.2)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" border-[rgba(109,93,246,0.2)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="border-[rgba(109,93,246,0.15)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" border-[rgba(109,93,246,0.15)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="border-[rgba(109,93,246,0.12)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" border-[rgba(109,93,246,0.12)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="border-[rgba(109,93,246,0.10)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" border-[rgba(109,93,246,0.10)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="border-[rgba(109,93,246,0.18)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" border-[rgba(109,93,246,0.18)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="border-[rgba(109,93,246,0.28)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" border-[rgba(109,93,246,0.28)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="border-[rgba(109,93,246,0.30)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" border-[rgba(109,93,246,0.30)]"]{border-color:var(--vr-border)!important}:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="shadow-[0_10px_40px_rgba(109,93,246,0.08)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" shadow-[0_10px_40px_rgba(109,93,246,0.08)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="shadow-[0_10px_40px_rgba(109,93,246,0.06)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" shadow-[0_10px_40px_rgba(109,93,246,0.06)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="shadow-[0_12px_42px_rgba(109,93,246,0.06)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" shadow-[0_12px_42px_rgba(109,93,246,0.06)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class^="shadow-[0_8px_24px_rgba(109,93,246,0.08)]"],:root:is([data-vr-theme=venture],[data-vr-theme=ventura2]) .vr-page-shell [class*=" shadow-[0_8px_24px_rgba(109,93,246,0.08)]"]{box-shadow:0 14px 34px #00000057!important}
