@import"https://fonts.googleapis.com/css2?family=Roca+One&family=Inter:wght@400;500;600;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.canada-marker{top:30px!important}@media (min-width: 640px){.canada-marker{top:50px!important}}@media (min-width: 768px){.canada-marker{top:70px!important}}@media (min-width: 1024px){.canada-marker{top:80px!important}}.theme-sono-light .sono-light-force-black,body.theme-sono-light .sono-light-force-black,html.theme-sono-light .sono-light-force-black,.theme-sono-light .conversation-item.selected h3,.theme-sono-light .conversation-item.selected .sono-light-force-black,body.theme-sono-light .conversation-item.selected h3,body.theme-sono-light .conversation-item.selected .sono-light-force-black{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .conversation-item.selected p,.theme-sono-light .conversation-item.selected span,body.theme-sono-light .conversation-item.selected p,body.theme-sono-light .conversation-item.selected span{color:#374151!important;-webkit-text-fill-color:#374151!important}html body .theme-sono-light .conversation-item.selected h3.font-medium,html body .theme-sono-light .conversation-item.selected h3.text-white,html body .theme-sono-light .conversation-item.selected h3.text-gray-100,html body .theme-sono-light .conversation-item.selected h3.text-gray-200,html body .theme-sono-light .conversation-item.selected h3.text-gray-300,html body .theme-sono-light .conversation-item.selected h3,html body .theme-sono-light .conversation-item.selected .sono-light-force-black{color:#000!important;-webkit-text-fill-color:#000000!important;fill:#000!important}html body .theme-sono-light .conversation-item.selected p.text-gray-400,html body .theme-sono-light .conversation-item.selected p.text-gray-300,html body .theme-sono-light .conversation-item.selected p.text-white,html body .theme-sono-light .conversation-item.selected span.text-gray-400,html body .theme-sono-light .conversation-item.selected span.text-gray-300,html body .theme-sono-light .conversation-item.selected span.text-white,html body .theme-sono-light .conversation-item.selected p,html body .theme-sono-light .conversation-item.selected span{color:#374151!important;-webkit-text-fill-color:#374151!important;fill:#374151!important}html body .theme-sono-light .sono-light-selected-override,html body .theme-sono-light .sono-light-selected-override *,html body .theme-sono-light .sono-light-selected-override h3,html body .theme-sono-light .sono-light-selected-override p,html body .theme-sono-light .sono-light-selected-override span{color:#000!important;-webkit-text-fill-color:#000000!important;fill:#000!important}html body .theme-sono-light .sono-light-selected-override p,html body .theme-sono-light .sono-light-selected-override span.text-xs{color:#374151!important;-webkit-text-fill-color:#374151!important;fill:#374151!important}.theme-sono-light .sono-light-selected-override{--text-color: #000000;--text-secondary-color: #374151}.theme-sono-light .sono-light-selected-override *{color:var(--text-color)!important;-webkit-text-fill-color:var(--text-color)!important}.theme-sono-light .sono-light-selected-override p,.theme-sono-light .sono-light-selected-override span.text-xs{color:var(--text-secondary-color)!important;-webkit-text-fill-color:var(--text-secondary-color)!important}@keyframes pulse-subtle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.002)}}.animate-pulse-subtle{animation:pulse-subtle 2s ease-in-out infinite}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.85}}.animate-pulse-text{animation:pulse-text 1.5s ease-in-out infinite}.avatar-unread-glow{position:relative}.avatar-unread-glow:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:conic-gradient(from 0deg,transparent,rgba(168,85,247,.4),transparent,rgba(168,85,247,.4),transparent);animation:rotate 3s linear infinite;z-index:-1}.theme-sono-light .avatar-unread-glow:before{background:conic-gradient(from 0deg,transparent,rgba(59,130,246,.4),transparent,rgba(59,130,246,.4),transparent)}.theme-sono-cream .avatar-unread-glow:before{background:conic-gradient(from 0deg,transparent,rgba(217,119,6,.4),transparent,rgba(217,119,6,.4),transparent)}.theme-sono-pulse .avatar-unread-glow:before{background:conic-gradient(from 0deg,transparent,rgba(232,121,249,.5),transparent,rgba(232,121,249,.5),transparent)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.conversation-shimmer{position:relative;overflow:hidden}.conversation-shimmer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite;z-index:1;pointer-events:none}.theme-sono-light .conversation-shimmer:before{background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent)}.theme-sono-cream .conversation-shimmer:before{background:linear-gradient(90deg,transparent,rgba(217,119,6,.1),transparent)}.theme-sono-pulse .conversation-shimmer:before{background:linear-gradient(90deg,transparent,rgba(232,121,249,.15),transparent)}@keyframes bounce-enhanced{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-8px,0)}70%{transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}.animate-bounce-enhanced{animation:bounce-enhanced 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{box-shadow:0 0 4px currentColor}50%{box-shadow:0 0 12px currentColor,0 0 20px currentColor}}.glow-pulse{animation:glow-pulse 2s ease-in-out infinite}@keyframes slide-in-left{0%{transform:translate(-10px);opacity:.8}to{transform:translate(0);opacity:1}}.animate-slide-in-left{animation:slide-in-left .3s ease-out}@media (max-width: 768px){.animate-pulse-subtle{animation-duration:2.5s}.avatar-unread-glow:before{animation-duration:4s}.conversation-shimmer:before{animation-duration:3s}}@media (prefers-reduced-motion: reduce){.animate-pulse-subtle,.animate-pulse-text,.avatar-unread-glow:before,.conversation-shimmer:before,.animate-bounce-enhanced,.glow-pulse,.animate-slide-in-left{animation:none}.avatar-unread-glow:before{opacity:.3;animation:none}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 475px){.\!container{max-width:475px!important}.container{max-width:475px}}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-gray{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151}.prose-purple{--tw-prose-links: #9333ea;--tw-prose-invert-links: #a855f7}.prose-invert{--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-1{inset:-.25rem}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-0\.5{bottom:-.125rem}.-bottom-1{bottom:-.25rem}.-bottom-2{bottom:-.5rem}.-bottom-3{bottom:-.75rem}.-left-10{left:-2.5rem}.-left-16{left:-4rem}.-left-2{left:-.5rem}.-left-3{left:-.75rem}.-left-4{left:-1rem}.-left-40{left:-10rem}.-left-6{left:-1.5rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-right-3{right:-.75rem}.-right-4{right:-1rem}.-right-40{right:-10rem}.-right-6{right:-1.5rem}.-top-1{top:-.25rem}.-top-10{top:-2.5rem}.-top-14{top:-3.5rem}.-top-2{top:-.5rem}.-top-20{top:-5rem}.-top-24{top:-6rem}.-top-3{top:-.75rem}.-top-40{top:-10rem}.-top-48{top:-12rem}.-top-5{top:-1.25rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-1\/4{bottom:25%}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-\[-5rem\]{bottom:-5rem}.bottom-\[-6rem\]{bottom:-6rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-8{left:2rem}.right-0{right:0}.right-1{right:.25rem}.right-1\/4{right:25%}.right-10{right:2.5rem}.right-12{right:3rem}.right-2{right:.5rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-\[-4rem\]{right:-4rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-1\/4{top:25%}.top-10{top:2.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-24{top:6rem}.top-3{top:.75rem}.top-4{top:1rem}.top-40{top:10rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-full{top:100%}.-z-0{z-index:0}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[10000\]{z-index:10000}.z-\[60\]{z-index:60}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-2{order:2}.col-span-1{grid-column:span 1 / span 1}.col-span-12{grid-column:span 12 / span 12}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.row-span-1{grid-row:span 1 / span 1}.row-span-2{grid-row:span 2 / span 2}.m-0{margin:0}.m-4{margin:1rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-2{margin-bottom:-.5rem}.-mt-4{margin-top:-1rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-auto{margin-bottom:auto}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[3\/4\]{aspect-ratio:3/4}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[180px\]{height:180px}.h-\[220px\]{height:220px}.h-\[336px\]{height:336px}.h-\[380px\]{height:380px}.h-\[500px\]{height:500px}.h-\[600px\]{height:600px}.h-\[80vh\]{height:80vh}.h-\[84rem\]{height:84rem}.h-\[calc\(100vh-120px\)\]{height:calc(100vh - 120px)}.h-\[calc\(100vh-12rem\)\]{height:calc(100vh - 12rem)}.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}.h-\[calc\(100vh-8rem\)\]{height:calc(100vh - 8rem)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-24{max-height:6rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[180px\]{max-height:180px}.max-h-\[600px\]{max-height:600px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[75vh\]{max-height:75vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-16rem\)\]{max-height:calc(100vh - 16rem)}.max-h-\[calc\(100vh-4rem\)\]{max-height:calc(100vh - 4rem)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[100px\]{min-height:100px}.min-h-\[200px\]{min-height:200px}.min-h-\[300px\]{min-height:300px}.min-h-\[400px\]{min-height:400px}.min-h-\[50vh\]{min-height:50vh}.min-h-\[540px\]{min-height:540px}.min-h-\[600px\]{min-height:600px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[360px\]{width:360px}.w-\[420px\]{width:420px}.w-\[84rem\]{width:84rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[200px\]{min-width:200px}.min-w-\[40px\]{min-width:40px}.min-w-\[80px\]{min-width:80px}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-20{max-width:5rem}.max-w-24{max-width:6rem}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1600px\]{max-width:1600px}.max-w-\[260px\]{max-width:260px}.max-w-\[60px\]{max-width:60px}.max-w-\[70\%\]{max-width:70%}.max-w-\[80\%\]{max-width:80%}.max-w-\[85\%\]{max-width:85%}.max-w-\[90vw\]{max-width:90vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-10{--tw-translate-y: 2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[fadeIn_1s_ease\]{animation:fadeIn 1s ease}.animate-\[pulse_6s_ease-in-out_infinite\]{animation:pulse 6s ease-in-out infinite}.animate-bounce{animation:bounce 1s infinite}@keyframes bounce-in{0%{transform:scale(.95);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.animate-bounce-in{animation:bounce-in .5s ease-out}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-start{scroll-snap-align:start}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-1{-moz-columns:1;columns:1}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity, 1))}.divide-white\/5>:not([hidden])~:not([hidden]){border-color:#ffffff0d}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-r-4{border-right-width:4px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-\[\#8d5a42\]{--tw-border-opacity: 1;border-color:rgb(141 90 66 / var(--tw-border-opacity, 1))}.border-\[\#8f6a55\]{--tw-border-opacity: 1;border-color:rgb(143 106 85 / var(--tw-border-opacity, 1))}.border-\[\#c8b8aa\]{--tw-border-opacity: 1;border-color:rgb(200 184 170 / var(--tw-border-opacity, 1))}.border-\[\#d4c6b8\]{--tw-border-opacity: 1;border-color:rgb(212 198 184 / var(--tw-border-opacity, 1))}.border-\[\#e2d5c9\]{--tw-border-opacity: 1;border-color:rgb(226 213 201 / var(--tw-border-opacity, 1))}.border-\[\#e2d6cb\]{--tw-border-opacity: 1;border-color:rgb(226 214 203 / var(--tw-border-opacity, 1))}.border-\[\#e7bab2\]{--tw-border-opacity: 1;border-color:rgb(231 186 178 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-200\/20{border-color:#fde68a33}.border-amber-200\/30{border-color:#fde68a4d}.border-amber-200\/40{border-color:#fde68a66}.border-amber-200\/50{border-color:#fde68a80}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-300\/50{border-color:#fcd34d80}.border-amber-400\/30{border-color:#fbbf244d}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-700\/30{border-color:#b453094d}.border-amber-700\/50{border-color:#b4530980}.border-black\/10{border-color:#0000001a}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-200\/20{border-color:#bfdbfe33}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-400\/30{border-color:#60a5fa4d}.border-blue-400\/40{border-color:#60a5fa66}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-500\/20{border-color:#3b82f633}.border-blue-500\/30{border-color:#3b82f64d}.border-blue-500\/50{border-color:#3b82f680}.border-current{border-color:currentColor}.border-cyan-200\/20{border-color:#a5f3fc33}.border-cyan-500\/30{border-color:#06b6d44d}.border-emerald-200\/20{border-color:#a7f3d033}.border-emerald-300\/40{border-color:#6ee7b766}.border-emerald-500\/30{border-color:#10b9814d}.border-emerald-500\/40{border-color:#10b98166}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-300\/30{border-color:#d1d5db4d}.border-gray-300\/40{border-color:#d1d5db66}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-gray-500\/30{border-color:#6b72804d}.border-gray-500\/40{border-color:#6b728066}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-600\/30{border-color:#4b55634d}.border-gray-600\/40{border-color:#4b556366}.border-gray-600\/50{border-color:#4b556380}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-700\/30{border-color:#3741514d}.border-gray-700\/40{border-color:#37415166}.border-gray-700\/50{border-color:#37415180}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-200\/20{border-color:#bbf7d033}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-300\/30{border-color:#86efac4d}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-500\/20{border-color:#22c55e33}.border-green-500\/30{border-color:#22c55e4d}.border-green-500\/70{border-color:#22c55eb3}.border-indigo-200\/20{border-color:#c7d2fe33}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-indigo-500\/30{border-color:#6366f14d}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-orange-200\/20{border-color:#fed7aa33}.border-orange-400\/30{border-color:#fb923c4d}.border-orange-500\/20{border-color:#f9731633}.border-orange-500\/30{border-color:#f973164d}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-pink-500\/30{border-color:#ec48994d}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-200\/20{border-color:#e9d5ff33}.border-purple-300\/30{border-color:#d8b4fe4d}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-purple-400\/20{border-color:#c084fc33}.border-purple-400\/30{border-color:#c084fc4d}.border-purple-400\/50{border-color:#c084fc80}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-purple-500\/10{border-color:#a855f71a}.border-purple-500\/20{border-color:#a855f733}.border-purple-500\/30{border-color:#a855f74d}.border-purple-500\/50{border-color:#a855f780}.border-purple-500\/60{border-color:#a855f799}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.border-purple-700\/30{border-color:#7e22ce4d}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-200\/20{border-color:#fecaca33}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-300\/40{border-color:#fca5a566}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-400\/40{border-color:#f8717166}.border-red-400\/60{border-color:#f8717199}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-500\/20{border-color:#ef444433}.border-red-500\/30{border-color:#ef44444d}.border-red-500\/40{border-color:#ef444466}.border-red-500\/50{border-color:#ef444480}.border-red-500\/70{border-color:#ef4444b3}.border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.border-red-900\/50{border-color:#7f1d1d80}.border-rose-500\/30{border-color:#f43f5e4d}.border-sky-500\/20{border-color:#0ea5e933}.border-sky-500\/30{border-color:#0ea5e94d}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-slate-400\/30{border-color:#94a3b84d}.border-teal-200\/20{border-color:#99f6e433}.border-transparent{border-color:transparent}.border-violet-200\/20{border-color:#ddd6fe33}.border-violet-500\/30{border-color:#8b5cf64d}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/25{border-color:#ffffff40}.border-white\/30{border-color:#ffffff4d}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-200\/20{border-color:#fef08a33}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-400\/30{border-color:#facc154d}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/30{border-color:#eab3084d}.border-l-amber-700{--tw-border-opacity: 1;border-left-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.border-l-blue-600{--tw-border-opacity: 1;border-left-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-l-fuchsia-500{--tw-border-opacity: 1;border-left-color:rgb(217 70 239 / var(--tw-border-opacity, 1))}.border-l-purple-400{--tw-border-opacity: 1;border-left-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-r-amber-700{--tw-border-opacity: 1;border-right-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.border-r-blue-600{--tw-border-opacity: 1;border-right-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-r-fuchsia-300{--tw-border-opacity: 1;border-right-color:rgb(240 171 252 / var(--tw-border-opacity, 1))}.border-r-purple-400{--tw-border-opacity: 1;border-right-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-r-transparent{border-right-color:transparent}.border-t-purple-500{--tw-border-opacity: 1;border-top-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\[\#0b1020\]{--tw-bg-opacity: 1;background-color:rgb(11 16 32 / var(--tw-bg-opacity, 1))}.bg-\[\#1877F2\]{--tw-bg-opacity: 1;background-color:rgb(24 119 242 / var(--tw-bg-opacity, 1))}.bg-\[\#1a1f2e\]{--tw-bg-opacity: 1;background-color:rgb(26 31 46 / var(--tw-bg-opacity, 1))}.bg-\[\#2D1150\]{--tw-bg-opacity: 1;background-color:rgb(45 17 80 / var(--tw-bg-opacity, 1))}.bg-\[\#2E1854\]{--tw-bg-opacity: 1;background-color:rgb(46 24 84 / var(--tw-bg-opacity, 1))}.bg-\[\#2E1854\]\/50{background-color:#2e185480}.bg-\[\#2f2f4a\]{--tw-bg-opacity: 1;background-color:rgb(47 47 74 / var(--tw-bg-opacity, 1))}.bg-\[\#3B1678\]{--tw-bg-opacity: 1;background-color:rgb(59 22 120 / var(--tw-bg-opacity, 1))}.bg-\[\#4C1D95\]{--tw-bg-opacity: 1;background-color:rgb(76 29 149 / var(--tw-bg-opacity, 1))}.bg-\[\#784b33\]{--tw-bg-opacity: 1;background-color:rgb(120 75 51 / var(--tw-bg-opacity, 1))}.bg-\[\#8B5CF6\]{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-\[\#8f6a55\]{--tw-bg-opacity: 1;background-color:rgb(143 106 85 / var(--tw-bg-opacity, 1))}.bg-\[\#E1306C\]{--tw-bg-opacity: 1;background-color:rgb(225 48 108 / var(--tw-bg-opacity, 1))}.bg-\[\#FF0000\]{--tw-bg-opacity: 1;background-color:rgb(255 0 0 / var(--tw-bg-opacity, 1))}.bg-\[\#dcd1c4\]{--tw-bg-opacity: 1;background-color:rgb(220 209 196 / var(--tw-bg-opacity, 1))}.bg-\[\#dcd1c4\]\/60{background-color:#dcd1c499}.bg-\[\#e9ddd2\]{--tw-bg-opacity: 1;background-color:rgb(233 221 210 / var(--tw-bg-opacity, 1))}.bg-\[\#f4e8dc\]{--tw-bg-opacity: 1;background-color:rgb(244 232 220 / var(--tw-bg-opacity, 1))}.bg-\[\#f5e9de\]{--tw-bg-opacity: 1;background-color:rgb(245 233 222 / var(--tw-bg-opacity, 1))}.bg-\[\#faf2e9\]{--tw-bg-opacity: 1;background-color:rgb(250 242 233 / var(--tw-bg-opacity, 1))}.bg-\[\#fce9e5\]{--tw-bg-opacity: 1;background-color:rgb(252 233 229 / var(--tw-bg-opacity, 1))}.bg-\[\#fdf7f1\]{--tw-bg-opacity: 1;background-color:rgb(253 247 241 / var(--tw-bg-opacity, 1))}.bg-\[\#fff8f0\]{--tw-bg-opacity: 1;background-color:rgb(255 248 240 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-100\/50{background-color:#fef3c780}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50\/30{background-color:#fffbeb4d}.bg-amber-50\/40{background-color:#fffbeb66}.bg-amber-50\/80{background-color:#fffbebcc}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-amber-600\/30{background-color:#d977064d}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.bg-amber-800\/30{background-color:#92400e4d}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/5{background-color:#0000000d}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/75{background-color:#000000bf}.bg-black\/80{background-color:#000c}.bg-black\/90{background-color:#000000e6}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-100\/20{background-color:#dbeafe33}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-500\/20{background-color:#3b82f633}.bg-blue-500\/5{background-color:#3b82f60d}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-600\/20{background-color:#2563eb33}.bg-blue-600\/30{background-color:#2563eb4d}.bg-blue-600\/80{background-color:#2563ebcc}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.bg-blue-900\/20{background-color:#1e3a8a33}.bg-blue-900\/30{background-color:#1e3a8a4d}.bg-current{background-color:currentColor}.bg-cyan-50\/10{background-color:#ecfeff1a}.bg-cyan-500\/20{background-color:#06b6d433}.bg-emerald-50\/50{background-color:#ecfdf580}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-900\/30{background-color:#064e3b4d}.bg-fuchsia-400{--tw-bg-opacity: 1;background-color:rgb(232 121 249 / var(--tw-bg-opacity, 1))}.bg-fuchsia-500{--tw-bg-opacity: 1;background-color:rgb(217 70 239 / var(--tw-bg-opacity, 1))}.bg-fuchsia-500\/30{background-color:#d946ef4d}.bg-fuchsia-500\/40{background-color:#d946ef66}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-200\/70{background-color:#e5e7ebb3}.bg-gray-300\/60{background-color:#d1d5db99}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/30{background-color:#f9fafb4d}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-500\/20{background-color:#6b728033}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-600\/30{background-color:#4b55634d}.bg-gray-600\/40{background-color:#4b556366}.bg-gray-600\/50{background-color:#4b556380}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-700\/20{background-color:#37415133}.bg-gray-700\/30{background-color:#3741514d}.bg-gray-700\/50{background-color:#37415180}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-800\/20{background-color:#1f293733}.bg-gray-800\/30{background-color:#1f29374d}.bg-gray-800\/40{background-color:#1f293766}.bg-gray-800\/50{background-color:#1f293780}.bg-gray-800\/60{background-color:#1f293799}.bg-gray-800\/70{background-color:#1f2937b3}.bg-gray-800\/80{background-color:#1f2937cc}.bg-gray-800\/90{background-color:#1f2937e6}.bg-gray-800\/95{background-color:#1f2937f2}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-gray-900\/30{background-color:#1118274d}.bg-gray-900\/40{background-color:#11182766}.bg-gray-900\/50{background-color:#11182780}.bg-gray-900\/80{background-color:#111827cc}.bg-gray-900\/90{background-color:#111827e6}.bg-gray-900\/95{background-color:#111827f2}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-100\/20{background-color:#dcfce733}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-50\/10{background-color:#f0fdf41a}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-600\/20{background-color:#16a34a33}.bg-green-600\/30{background-color:#16a34a4d}.bg-green-600\/50{background-color:#16a34a80}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.bg-green-700\/30{background-color:#15803d4d}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(129 140 248 / var(--tw-bg-opacity, 1))}.bg-indigo-50\/10{background-color:#eef2ff1a}.bg-indigo-500\/10{background-color:#6366f11a}.bg-indigo-500\/20{background-color:#6366f133}.bg-indigo-500\/25{background-color:#6366f140}.bg-indigo-500\/80{background-color:#6366f1cc}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-indigo-600\/20{background-color:#4f46e533}.bg-indigo-600\/30{background-color:#4f46e54d}.bg-indigo-600\/40{background-color:#4f46e566}.bg-indigo-900\/50{background-color:#312e8180}.bg-orange-100\/20{background-color:#ffedd533}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50\/10{background-color:#fff7ed1a}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-500\/20{background-color:#f9731633}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-orange-600\/20{background-color:#ea580c33}.bg-orange-600\/30{background-color:#ea580c4d}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-pink-500\/20{background-color:#ec489933}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.bg-pink-600\/20{background-color:#db277733}.bg-pink-600\/30{background-color:#db27774d}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-400{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-50\/10{background-color:#faf5ff1a}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-500\/20{background-color:#a855f733}.bg-purple-500\/25{background-color:#a855f740}.bg-purple-500\/30{background-color:#a855f74d}.bg-purple-500\/40{background-color:#a855f766}.bg-purple-500\/5{background-color:#a855f70d}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-600\/10{background-color:#9333ea1a}.bg-purple-600\/20{background-color:#9333ea33}.bg-purple-600\/30{background-color:#9333ea4d}.bg-purple-600\/80{background-color:#9333eacc}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.bg-purple-700\/10{background-color:#7e22ce1a}.bg-purple-700\/50{background-color:#7e22ce80}.bg-purple-800{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.bg-purple-800\/20{background-color:#6b21a833}.bg-purple-800\/30{background-color:#6b21a84d}.bg-purple-800\/40{background-color:#6b21a866}.bg-purple-800\/50{background-color:#6b21a880}.bg-purple-900\/20{background-color:#581c8733}.bg-purple-900\/30{background-color:#581c874d}.bg-purple-900\/40{background-color:#581c8766}.bg-purple-900\/50{background-color:#581c8780}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-50\/50{background-color:#fef2f280}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/15{background-color:#ef444426}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/5{background-color:#ef44440d}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-600\/20{background-color:#dc262633}.bg-red-600\/30{background-color:#dc26264d}.bg-red-600\/50{background-color:#dc262680}.bg-red-600\/80{background-color:#dc2626cc}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.bg-red-800\/50{background-color:#991b1b80}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.bg-red-900\/20{background-color:#7f1d1d33}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-red-900\/50{background-color:#7f1d1d80}.bg-red-900\/70{background-color:#7f1d1db3}.bg-rose-500\/20{background-color:#f43f5e33}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-sky-500\/5{background-color:#0ea5e90d}.bg-sky-600\/20{background-color:#0284c733}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(13 148 136 / var(--tw-bg-opacity, 1))}.bg-teal-600\/20{background-color:#0d948833}.bg-transparent{background-color:transparent}.bg-violet-50\/10{background-color:#f5f3ff1a}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-violet-500\/20{background-color:#8b5cf633}.bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/25{background-color:#ffffff40}.bg-white\/40{background-color:#fff6}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-200\/80{background-color:#fef08acc}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-yellow-600\/20{background-color:#ca8a0433}.bg-yellow-600\/50{background-color:#ca8a0480}.bg-yellow-900\/80{background-color:#713f12cc}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-60{--tw-bg-opacity: .6}.bg-opacity-70{--tw-bg-opacity: .7}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-80{--tw-bg-opacity: .8}.bg-\[linear-gradient\(90deg\,\#fff\,rgba\(255\,255\,255\,0\.6\)\)\]{background-image:linear-gradient(90deg,#fff,#fff9)}.bg-\[linear-gradient\(to_bottom\,rgba\(0\,0\,0\,0\.40\)\,rgba\(0\,0\,0\,0\.70\)\)\]{background-image:linear-gradient(to bottom,#0006,#000000b3)}.bg-\[radial-gradient\(60\%_40\%_at_50\%_0\%\,rgba\(124\,58\,237\,0\.05\)\,transparent_70\%\)\]{background-image:radial-gradient(60% 40% at 50% 0%,rgba(124,58,237,.05),transparent 70%)}.bg-\[radial-gradient\(60\%_40\%_at_50\%_0\%\,rgba\(124\,58\,237\,0\.06\)\,transparent_60\%\)\]{background-image:radial-gradient(60% 40% at 50% 0%,rgba(124,58,237,.06),transparent 60%)}.bg-\[radial-gradient\(60\%_40\%_at_50\%_0\%\,rgba\(124\,58\,237\,0\.08\)\,transparent_70\%\)\]{background-image:radial-gradient(60% 40% at 50% 0%,rgba(124,58,237,.08),transparent 70%)}.bg-\[radial-gradient\(circle_at_20\%_20\%\,rgba\(168\,85\,247\,0\.15\)\,transparent_60\%\)\,radial-gradient\(circle_at_80\%_40\%\,rgba\(59\,130\,246\,0\.15\)\,transparent_55\%\)\]{background-image:radial-gradient(circle at 20% 20%,rgba(168,85,247,.15),transparent 60%),radial-gradient(circle at 80% 40%,rgba(59,130,246,.15),transparent 55%)}.bg-\[radial-gradient\(circle_at_30\%_20\%\,rgba\(255\,255\,255\,0\.25\)\,transparent_60\%\)\]{background-image:radial-gradient(circle at 30% 20%,rgba(255,255,255,.25),transparent 60%)}.bg-\[radial-gradient\(circle_at_40\%_30\%\,rgba\(255\,255\,255\,0\.35\)\,transparent_60\%\)\]{background-image:radial-gradient(circle at 40% 30%,rgba(255,255,255,.35),transparent 60%)}.bg-\[radial-gradient\(circle_at_70\%_30\%\,rgba\(124\,58\,237\,0\.15\)\,transparent_70\%\)\]{background-image:radial-gradient(circle at 70% 30%,rgba(124,58,237,.15),transparent 70%)}.bg-\[radial-gradient\(circle_at_70\%_30\%\,rgba\(124\,58\,237\,0\.18\)\,transparent_70\%\)\]{background-image:radial-gradient(circle at 70% 30%,rgba(124,58,237,.18),transparent 70%)}.bg-\[radial-gradient\(circle_at_center\,rgba\(120\,80\,255\,0\.08\)\,transparent_70\%\)\]{background-image:radial-gradient(circle at center,rgba(120,80,255,.08),transparent 70%)}.bg-\[radial-gradient\(circle_at_center\,rgba\(124\,58\,237\,0\.30\)\,transparent_70\%\)\]{background-image:radial-gradient(circle at center,rgba(124,58,237,.3),transparent 70%)}.bg-\[url\(\'\/home\/picture5\.jpg\'\)\]{background-image:url(/home/picture5.jpg)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#0b1020\]{--tw-gradient-from: #0b1020 var(--tw-gradient-from-position);--tw-gradient-to: rgb(11 16 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#4C1D95\]{--tw-gradient-from: #4C1D95 var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#784b33\]{--tw-gradient-from: #784b33 var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 75 51 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#faf2e9\]{--tw-gradient-from: #faf2e9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 242 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50\/10{--tw-gradient-from: rgb(255 251 235 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50\/5{--tw-gradient-from: rgb(255 251 235 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/20{--tw-gradient-from: rgb(245 158 11 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/30{--tw-gradient-from: rgb(245 158 11 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500\/80{--tw-gradient-from: rgb(245 158 11 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700{--tw-gradient-from: #b45309 var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-700\/20{--tw-gradient-from: rgb(180 83 9 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/10{--tw-gradient-from: rgb(0 0 0 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/30{--tw-gradient-from: rgb(0 0 0 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/5{--tw-gradient-from: rgb(0 0 0 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/80{--tw-gradient-from: rgb(0 0 0 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/10{--tw-gradient-from: rgb(239 246 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/5{--tw-gradient-from: rgb(239 246 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/50{--tw-gradient-from: rgb(239 246 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/10{--tw-gradient-from: rgb(59 130 246 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/20{--tw-gradient-from: rgb(59 130 246 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/5{--tw-gradient-from: rgb(59 130 246 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/80{--tw-gradient-from: rgb(59 130 246 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/10{--tw-gradient-from: rgb(37 99 235 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/5{--tw-gradient-from: rgb(236 254 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-50\/5{--tw-gradient-from: rgb(236 253 245 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from: #10b981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500\/10{--tw-gradient-from: rgb(16 185 129 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-600{--tw-gradient-from: #059669 var(--tw-gradient-from-position);--tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-600\/10{--tw-gradient-from: rgb(5 150 105 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-fuchsia-500\/30{--tw-gradient-from: rgb(217 70 239 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500{--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700{--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/30{--tw-gradient-from: rgb(31 41 55 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/50{--tw-gradient-from: rgb(31 41 55 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/80{--tw-gradient-from: rgb(31 41 55 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/80{--tw-gradient-from: rgb(17 24 39 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/90{--tw-gradient-from: rgb(17 24 39 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/10{--tw-gradient-from: rgb(240 253 244 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50\/5{--tw-gradient-from: rgb(240 253 244 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/10{--tw-gradient-from: rgb(34 197 94 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/20{--tw-gradient-from: rgb(34 197 94 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/5{--tw-gradient-from: rgb(34 197 94 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/10{--tw-gradient-from: rgb(22 163 74 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/10{--tw-gradient-from: rgb(238 242 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/30{--tw-gradient-from: rgb(99 102 241 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/5{--tw-gradient-from: rgb(255 247 237 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/10{--tw-gradient-from: rgb(249 115 22 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/20{--tw-gradient-from: rgb(249 115 22 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-100{--tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50\/5{--tw-gradient-from: rgb(253 242 248 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500\/10{--tw-gradient-from: rgb(236 72 153 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200{--tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300{--tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/10{--tw-gradient-from: rgb(250 245 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/5{--tw-gradient-from: rgb(250 245 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/10{--tw-gradient-from: rgb(168 85 247 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/20{--tw-gradient-from: rgb(168 85 247 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/30{--tw-gradient-from: rgb(168 85 247 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/10{--tw-gradient-from: rgb(147 51 234 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/20{--tw-gradient-from: rgb(147 51 234 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/30{--tw-gradient-from: rgb(147 51 234 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/40{--tw-gradient-from: rgb(147 51 234 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/5{--tw-gradient-from: rgb(147 51 234 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900{--tw-gradient-from: #581c87 var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/10{--tw-gradient-from: rgb(88 28 135 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/20{--tw-gradient-from: rgb(88 28 135 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/30{--tw-gradient-from: rgb(88 28 135 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/40{--tw-gradient-from: rgb(88 28 135 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/50{--tw-gradient-from: rgb(88 28 135 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/80{--tw-gradient-from: rgb(88 28 135 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/90{--tw-gradient-from: rgb(88 28 135 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/95{--tw-gradient-from: rgb(88 28 135 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-950\/60{--tw-gradient-from: rgb(59 7 100 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50\/5{--tw-gradient-from: rgb(254 242 242 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/10{--tw-gradient-from: rgb(239 68 68 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/10{--tw-gradient-from: rgb(220 38 38 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-300{--tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-400\/20{--tw-gradient-from: rgb(148 163 184 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50\/10{--tw-gradient-from: rgb(240 253 250 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/20{--tw-gradient-from: rgb(20 184 166 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-500{--tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-600{--tw-gradient-from: #7c3aed var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-700{--tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/15{--tw-gradient-from: rgb(255 255 255 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/10{--tw-gradient-from: rgb(254 252 232 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/5{--tw-gradient-from: rgb(254 252 232 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/20{--tw-gradient-from: rgb(234 179 8 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/5{--tw-gradient-from: rgb(234 179 8 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#0b1020\]{--tw-gradient-to: rgb(11 16 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0b1020 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[rgba\(0\,0\,0\,0\.55\)\]{--tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-600\/10{--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(217 119 6 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-amber-800\/10{--tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(146 64 14 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-200{--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-400{--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-50\/10{--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-500{--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-500\/10{--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-600\/10{--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-600\/30{--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-900{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-900\/20{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(30 58 138 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-fuchsia-500{--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-fuchsia-600{--tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-500{--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-900\/80{--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-50\/10{--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(238 242 255 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-600\/5{--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(79 70 229 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-900\/50{--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(49 46 129 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-900\/90{--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(49 46 129 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-200{--tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-300{--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-400{--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-500{--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-600{--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-600\/10{--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(219 39 119 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-900\/20{--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(131 24 67 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-200{--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-300{--tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-500{--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-500\/20{--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(168 85 247 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-900{--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-600\/10{--tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(71 85 105 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/10{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#0b1020\]{--tw-gradient-to: #0b1020 var(--tw-gradient-to-position)}.to-\[\#1f1024\]{--tw-gradient-to: #1f1024 var(--tw-gradient-to-position)}.to-\[\#594448\]{--tw-gradient-to: #594448 var(--tw-gradient-to-position)}.to-\[\#e9dccf\]{--tw-gradient-to: #e9dccf var(--tw-gradient-to-position)}.to-\[\#f5f7fa\]{--tw-gradient-to: #f5f7fa var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to: #f59e0b var(--tw-gradient-to-position)}.to-amber-800{--tw-gradient-to: #92400e var(--tw-gradient-to-position)}.to-black{--tw-gradient-to: #000 var(--tw-gradient-to-position)}.to-blue-200{--tw-gradient-to: #bfdbfe var(--tw-gradient-to-position)}.to-blue-400{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-50\/10{--tw-gradient-to: rgb(239 246 255 / .1) var(--tw-gradient-to-position)}.to-blue-50\/5{--tw-gradient-to: rgb(239 246 255 / .05) var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-blue-500\/10{--tw-gradient-to: rgb(59 130 246 / .1) var(--tw-gradient-to-position)}.to-blue-500\/20{--tw-gradient-to: rgb(59 130 246 / .2) var(--tw-gradient-to-position)}.to-blue-500\/30{--tw-gradient-to: rgb(59 130 246 / .3) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-blue-600\/10{--tw-gradient-to: rgb(37 99 235 / .1) var(--tw-gradient-to-position)}.to-blue-600\/20{--tw-gradient-to: rgb(37 99 235 / .2) var(--tw-gradient-to-position)}.to-blue-600\/5{--tw-gradient-to: rgb(37 99 235 / .05) var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.to-blue-900{--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.to-blue-900\/20{--tw-gradient-to: rgb(30 58 138 / .2) var(--tw-gradient-to-position)}.to-blue-900\/30{--tw-gradient-to: rgb(30 58 138 / .3) var(--tw-gradient-to-position)}.to-blue-900\/40{--tw-gradient-to: rgb(30 58 138 / .4) var(--tw-gradient-to-position)}.to-blue-900\/95{--tw-gradient-to: rgb(30 58 138 / .95) var(--tw-gradient-to-position)}.to-cyan-50\/10{--tw-gradient-to: rgb(236 254 255 / .1) var(--tw-gradient-to-position)}.to-cyan-50\/5{--tw-gradient-to: rgb(236 254 255 / .05) var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-cyan-500\/20{--tw-gradient-to: rgb(6 182 212 / .2) var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-emerald-50\/10{--tw-gradient-to: rgb(236 253 245 / .1) var(--tw-gradient-to-position)}.to-emerald-50\/5{--tw-gradient-to: rgb(236 253 245 / .05) var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to: #10b981 var(--tw-gradient-to-position)}.to-emerald-500\/20{--tw-gradient-to: rgb(16 185 129 / .2) var(--tw-gradient-to-position)}.to-emerald-500\/5{--tw-gradient-to: rgb(16 185 129 / .05) var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-emerald-600\/10{--tw-gradient-to: rgb(5 150 105 / .1) var(--tw-gradient-to-position)}.to-fuchsia-500{--tw-gradient-to: #d946ef var(--tw-gradient-to-position)}.to-fuchsia-500\/30{--tw-gradient-to: rgb(217 70 239 / .3) var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.to-gray-800{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.to-gray-800\/60{--tw-gradient-to: rgb(31 41 55 / .6) var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.to-gray-900\/30{--tw-gradient-to: rgb(17 24 39 / .3) var(--tw-gradient-to-position)}.to-gray-900\/50{--tw-gradient-to: rgb(17 24 39 / .5) var(--tw-gradient-to-position)}.to-gray-900\/80{--tw-gradient-to: rgb(17 24 39 / .8) var(--tw-gradient-to-position)}.to-green-50\/5{--tw-gradient-to: rgb(240 253 244 / .05) var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.to-green-600\/10{--tw-gradient-to: rgb(22 163 74 / .1) var(--tw-gradient-to-position)}.to-green-600\/20{--tw-gradient-to: rgb(22 163 74 / .2) var(--tw-gradient-to-position)}.to-indigo-200{--tw-gradient-to: #c7d2fe var(--tw-gradient-to-position)}.to-indigo-300{--tw-gradient-to: #a5b4fc var(--tw-gradient-to-position)}.to-indigo-400{--tw-gradient-to: #818cf8 var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-50\/10{--tw-gradient-to: rgb(238 242 255 / .1) var(--tw-gradient-to-position)}.to-indigo-50\/5{--tw-gradient-to: rgb(238 242 255 / .05) var(--tw-gradient-to-position)}.to-indigo-500{--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.to-indigo-500\/10{--tw-gradient-to: rgb(99 102 241 / .1) var(--tw-gradient-to-position)}.to-indigo-500\/30{--tw-gradient-to: rgb(99 102 241 / .3) var(--tw-gradient-to-position)}.to-indigo-500\/5{--tw-gradient-to: rgb(99 102 241 / .05) var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-indigo-600\/10{--tw-gradient-to: rgb(79 70 229 / .1) var(--tw-gradient-to-position)}.to-indigo-900{--tw-gradient-to: #312e81 var(--tw-gradient-to-position)}.to-indigo-900\/10{--tw-gradient-to: rgb(49 46 129 / .1) var(--tw-gradient-to-position)}.to-indigo-900\/20{--tw-gradient-to: rgb(49 46 129 / .2) var(--tw-gradient-to-position)}.to-indigo-900\/50{--tw-gradient-to: rgb(49 46 129 / .5) var(--tw-gradient-to-position)}.to-orange-100{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #fb923c var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-50\/10{--tw-gradient-to: rgb(255 247 237 / .1) var(--tw-gradient-to-position)}.to-orange-50\/5{--tw-gradient-to: rgb(255 247 237 / .05) var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-orange-500\/10{--tw-gradient-to: rgb(249 115 22 / .1) var(--tw-gradient-to-position)}.to-orange-500\/20{--tw-gradient-to: rgb(249 115 22 / .2) var(--tw-gradient-to-position)}.to-orange-500\/5{--tw-gradient-to: rgb(249 115 22 / .05) var(--tw-gradient-to-position)}.to-orange-500\/80{--tw-gradient-to: rgb(249 115 22 / .8) var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-orange-600\/10{--tw-gradient-to: rgb(234 88 12 / .1) var(--tw-gradient-to-position)}.to-orange-600\/20{--tw-gradient-to: rgb(234 88 12 / .2) var(--tw-gradient-to-position)}.to-pink-100{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.to-pink-200{--tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position)}.to-pink-50\/10{--tw-gradient-to: rgb(253 242 248 / .1) var(--tw-gradient-to-position)}.to-pink-50\/5{--tw-gradient-to: rgb(253 242 248 / .05) var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-500\/10{--tw-gradient-to: rgb(236 72 153 / .1) var(--tw-gradient-to-position)}.to-pink-500\/20{--tw-gradient-to: rgb(236 72 153 / .2) var(--tw-gradient-to-position)}.to-pink-500\/40{--tw-gradient-to: rgb(236 72 153 / .4) var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-pink-600\/30{--tw-gradient-to: rgb(219 39 119 / .3) var(--tw-gradient-to-position)}.to-pink-900\/80{--tw-gradient-to: rgb(131 24 67 / .8) var(--tw-gradient-to-position)}.to-purple-300{--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)}.to-purple-400{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-50\/10{--tw-gradient-to: rgb(250 245 255 / .1) var(--tw-gradient-to-position)}.to-purple-50\/5{--tw-gradient-to: rgb(250 245 255 / .05) var(--tw-gradient-to-position)}.to-purple-50\/50{--tw-gradient-to: rgb(250 245 255 / .5) var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-purple-500\/10{--tw-gradient-to: rgb(168 85 247 / .1) var(--tw-gradient-to-position)}.to-purple-500\/20{--tw-gradient-to: rgb(168 85 247 / .2) var(--tw-gradient-to-position)}.to-purple-500\/40{--tw-gradient-to: rgb(168 85 247 / .4) var(--tw-gradient-to-position)}.to-purple-500\/80{--tw-gradient-to: rgb(168 85 247 / .8) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-purple-600\/10{--tw-gradient-to: rgb(147 51 234 / .1) var(--tw-gradient-to-position)}.to-purple-600\/20{--tw-gradient-to: rgb(147 51 234 / .2) var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.to-purple-900\/10{--tw-gradient-to: rgb(88 28 135 / .1) var(--tw-gradient-to-position)}.to-purple-900\/90{--tw-gradient-to: rgb(88 28 135 / .9) var(--tw-gradient-to-position)}.to-red-50\/5{--tw-gradient-to: rgb(254 242 242 / .05) var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-red-500\/10{--tw-gradient-to: rgb(239 68 68 / .1) var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-red-700{--tw-gradient-to: #b91c1c var(--tw-gradient-to-position)}.to-red-800{--tw-gradient-to: #991b1b var(--tw-gradient-to-position)}.to-rose-100{--tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position)}.to-rose-500{--tw-gradient-to: #f43f5e var(--tw-gradient-to-position)}.to-slate-500{--tw-gradient-to: #64748b var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to: #0f172a var(--tw-gradient-to-position)}.to-teal-500{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.to-teal-500\/10{--tw-gradient-to: rgb(20 184 166 / .1) var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-white\/5{--tw-gradient-to: rgb(255 255 255 / .05) var(--tw-gradient-to-position)}.to-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / .1) var(--tw-gradient-to-position)}.to-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / .05) var(--tw-gradient-to-position)}.to-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / .2) var(--tw-gradient-to-position)}.to-yellow-700{--tw-gradient-to: #a16207 var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:center}.\!fill-white{fill:#fff!important}.fill-black{fill:#000}.fill-current{fill:currentColor}.fill-gray-400{fill:#9ca3af}.fill-white{fill:#fff}.\!stroke-white{stroke:#fff!important}.stroke-current{stroke:currentColor}.stroke-white{stroke:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-0{padding-right:0}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#2e1d18\]{--tw-text-opacity: 1;color:rgb(46 29 24 / var(--tw-text-opacity, 1))}.text-\[\#5e1d14\]{--tw-text-opacity: 1;color:rgb(94 29 20 / var(--tw-text-opacity, 1))}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/60{color:#0009}.text-black\/70{color:#000000b3}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-fuchsia-300{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-100{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity, 1))}.text-indigo-300{--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.text-neutral-800{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.text-orange-100{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity, 1))}.text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-pink-100{--tw-text-opacity: 1;color:rgb(252 231 243 / var(--tw-text-opacity, 1))}.text-pink-200{--tw-text-opacity: 1;color:rgb(251 207 232 / var(--tw-text-opacity, 1))}.text-pink-300{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-300\/70{color:#d8b4feb3}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-400\/30{color:#c084fc4d}.text-purple-400\/40{color:#c084fc66}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-rose-400{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.text-sky-300{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.text-sky-400{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-teal-100{--tw-text-opacity: 1;color:rgb(204 251 241 / var(--tw-text-opacity, 1))}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.text-teal-500{--tw-text-opacity: 1;color:rgb(20 184 166 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-violet-300{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-100{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.decoration-purple-300\/40{text-decoration-color:#d8b4fe66}.underline-offset-4{text-underline-offset:4px}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-purple-200\/70::-moz-placeholder{color:#e9d5ffb3}.placeholder-purple-200\/70::placeholder{color:#e9d5ffb3}.placeholder-white\/40::-moz-placeholder{color:#fff6}.placeholder-white\/40::placeholder{color:#fff6}.placeholder-opacity-60::-moz-placeholder{--tw-placeholder-opacity: .6}.placeholder-opacity-60::placeholder{--tw-placeholder-opacity: .6}.accent-green-600{accent-color:#16a34a}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-85{opacity:.85}.opacity-90{opacity:.9}.mix-blend-screen{mix-blend-mode:screen}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0 0 0 1px rgba(0,0,0,.04);--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_20px_-6px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0 4px 20px -6px rgba(0,0,0,.08);--tw-shadow-colored: 0 4px 20px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_24px_-6px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0 4px 24px -6px rgba(0,0,0,.08);--tw-shadow-colored: 0 4px 24px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_30px_-5px_rgba\(99\,102\,241\,0\.6\)\]{--tw-shadow: 0 8px 30px -5px rgba(99,102,241,.6);--tw-shadow-colored: 0 8px 30px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-amber-300{--tw-shadow-color: #fcd34d;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/20{--tw-shadow-color: rgb(245 158 11 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/10{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-300{--tw-shadow-color: #93c5fd;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-300{--tw-shadow-color: #f0abfc;--tw-shadow: var(--tw-shadow-colored)}.shadow-fuchsia-500\/50{--tw-shadow-color: rgb(217 70 239 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-300{--tw-shadow-color: #d8b4fe;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/10{--tw-shadow-color: rgb(168 85 247 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/20{--tw-shadow-color: rgb(168 85 247 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/30{--tw-shadow-color: rgb(168 85 247 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/50{--tw-shadow-color: rgb(168 85 247 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/30{--tw-shadow-color: rgb(107 33 168 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/30{--tw-shadow-color: rgb(88 28 135 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-900\/60{--tw-shadow-color: rgb(88 28 135 / .6);--tw-shadow: var(--tw-shadow-colored)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.\!ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-amber-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))}.ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.ring-fuchsia-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1))}.ring-fuchsia-400\/40{--tw-ring-color: rgb(232 121 249 / .4)}.ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1))}.ring-pink-500\/40{--tw-ring-color: rgb(236 72 153 / .4)}.ring-pink-500\/50{--tw-ring-color: rgb(236 72 153 / .5)}.ring-purple-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.ring-purple-500\/20{--tw-ring-color: rgb(168 85 247 / .2)}.ring-purple-500\/30{--tw-ring-color: rgb(168 85 247 / .3)}.ring-rose-400\/40{--tw-ring-color: rgb(251 113 133 / .4)}.ring-white\/10{--tw-ring-color: rgb(255 255 255 / .1)}.ring-yellow-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-transparent{--tw-ring-offset-color: transparent}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur: blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-lg{--tw-blur: blur(16px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-md{--tw-blur: blur(12px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur: blur(4px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.8\)\]{--tw-drop-shadow: drop-shadow(0 2px 8px rgba(0,0,0,.8));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.9\)\]{--tw-drop-shadow: drop-shadow(0 4px 16px rgba(0,0,0,.9));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-100{transition-delay:.1s}.delay-1000{transition-delay:1s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-500{transition-delay:.5s}.delay-700{transition-delay:.7s}.delay-75{transition-delay:75ms}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@media (max-width: 768px){[data-mobile-menu] svg,[data-mobile-menu-button] svg{fill:none!important;stroke:currentColor!important;stroke-width:2!important}[data-mobile-menu] .grid svg{fill:none!important;stroke:currentColor!important;stroke-width:2!important}.md\:hidden svg{fill:none!important;stroke:currentColor!important;stroke-width:2!important}}svg[class*=lucide-],svg[data-lucide],[data-lucide]{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}.lucide svg,[class*=lucide] svg{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}button svg,a svg,.icon svg,[role=button] svg{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}.keep-filled svg,.logo svg,[data-keep-filled] svg{fill:currentColor!important;stroke:none!important}.sonosphere-page svg,.sonosphere-page [data-lucide],.sonosphere-page svg[class*=lucide-],body .sonosphere-page svg,html .sonosphere-page svg{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}[data-terms-black],[data-terms-black] *,[data-terms-black] a{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}div[class*=login-black-text] p,div[class*=login-black-text] a{color:#000!important}.theme-bg-card .login-black-text p,.theme-bg-card .login-black-text a{color:#000!important;-webkit-text-fill-color:#000000!important}[data-terms-black] a:hover{color:#000!important;-webkit-text-fill-color:#000000!important;text-decoration:underline}div[data-terms-black] p,div[data-terms-black] h2,div[data-terms-black] li,div[data-terms-black] span,.text-gray-400[data-terms-black],.text-white[data-terms-black],.text-gray-300[data-terms-black],.\!text-white[data-terms-black]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.terms-sono-light-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important}body.theme-sono-light .terms-sono-light-text,body.theme-sono-light .terms-sono-light-text span,.terms-sono-light-text a{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.terms-sono-light-text a:hover{color:#000!important;-webkit-text-fill-color:#000000!important;text-decoration:underline}.account-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important}body.theme-sono-light .account-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}html body.theme-sono-light div .account-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light span.account-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important}body.theme-sono-light h2.account-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light p.account-policy-black-text,body.theme-sono-light .account-policy-black-text *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .account-policy-black-text.bg-gradient-to-r{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .account-policy-black-text.text-transparent{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light [data-page=account-policy] h1,body.theme-sono-light [data-page=account-policy] h2,body.theme-sono-light [data-page=account-policy] h3,body.theme-sono-light [data-page=account-policy] h4,body.theme-sono-light [data-page=account-policy] h5,body.theme-sono-light [data-page=account-policy] h6,body.theme-sono-light [data-page=account-policy] p,body.theme-sono-light [data-page=account-policy] span:not([class*=text-]):not([class*=bg-gradient]),body.theme-sono-light [data-page=account-policy] div:not([class*=bg-gradient]):not([class*=text-purple]):not([class*=text-blue]):not([class*=text-green]):not([class*=text-amber]):not([class*=text-orange]):not([class*=text-red]):not([class*=text-yellow]):not([class*=text-pink]):not([class*=text-indigo]):not([class*=text-cyan]):not([class*=text-emerald]){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light [data-page=account-policy] [class*=textPrimary],body.theme-sono-light [data-page=account-policy] [class*=textSecondary],body.theme-sono-light [data-page=account-policy] [class*=textTertiary]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light .account-policy-comprehensive,body.theme-sono-light .account-policy-comprehensive *:not([class*=text-purple]):not([class*=text-blue]):not([class*=text-green]):not([class*=text-amber]):not([class*=text-orange]):not([class*=text-red]):not([class*=text-yellow]):not([class*=text-pink]):not([class*=text-indigo]):not([class*=text-cyan]):not([class*=text-emerald]):not([class*=text-white]){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}.fair-use-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important}.account-policy-white-text,body.theme-dark [data-page=account-policy] .account-policy-white-text,html.theme-dark [data-page=account-policy] .account-policy-white-text,.theme-dark [data-page=account-policy] .account-policy-white-text,body.theme-sono-pulse [data-page=account-policy] .account-policy-white-text,html.theme-sono-pulse [data-page=account-policy] .account-policy-white-text,.theme-sono-pulse [data-page=account-policy] .account-policy-white-text{color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important;filter:none!important;opacity:1!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-dark [data-page=account-policy] span.account-policy-white-text,html.theme-dark [data-page=account-policy] span.account-policy-white-text,.theme-dark [data-page=account-policy] span.account-policy-white-text,body.theme-sono-pulse [data-page=account-policy] span.account-policy-white-text,html.theme-sono-pulse [data-page=account-policy] span.account-policy-white-text,.theme-sono-pulse [data-page=account-policy] span.account-policy-white-text,body.theme-dark [data-page=account-policy] p.account-policy-white-text,html.theme-dark [data-page=account-policy] p.account-policy-white-text,.theme-dark [data-page=account-policy] p.account-policy-white-text,body.theme-sono-pulse [data-page=account-policy] p.account-policy-white-text,html.theme-sono-pulse [data-page=account-policy] p.account-policy-white-text,.theme-sono-pulse [data-page=account-policy] p.account-policy-white-text{color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important}body.theme-sono-light .fair-use-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}html body.theme-sono-light div .fair-use-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light p.fair-use-policy-black-text,body.theme-sono-light .fair-use-policy-black-text *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.privacy-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important}body.theme-sono-light .privacy-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}html body.theme-sono-light div .privacy-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light p.privacy-policy-black-text,body.theme-sono-light .privacy-policy-black-text *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light [data-page=privacy-policy] h1,body.theme-sono-light [data-page=privacy-policy] h2,body.theme-sono-light [data-page=privacy-policy] h3,body.theme-sono-light [data-page=privacy-policy] h4,body.theme-sono-light [data-page=privacy-policy] h5,body.theme-sono-light [data-page=privacy-policy] h6,body.theme-sono-light [data-page=privacy-policy] p,body.theme-sono-light [data-page=privacy-policy] span:not([class*=text-]):not([class*=bg-gradient]),body.theme-sono-light [data-page=privacy-policy] div:not([class*=bg-gradient]):not([class*=text-purple]):not([class*=text-blue]):not([class*=text-green]):not([class*=text-amber]):not([class*=text-orange]):not([class*=text-red]):not([class*=text-yellow]):not([class*=text-pink]):not([class*=text-indigo]):not([class*=text-cyan]):not([class*=text-emerald]){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light [data-page=privacy-policy] [class*=textPrimary],body.theme-sono-light [data-page=privacy-policy] [class*=textSecondary],body.theme-sono-light [data-page=privacy-policy] [class*=textTertiary]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light .privacy-policy-black-text,body.theme-sono-light .privacy-policy-black-text *:not([class*=text-purple]):not([class*=text-blue]):not([class*=text-green]):not([class*=text-amber]):not([class*=text-orange]):not([class*=text-red]):not([class*=text-yellow]):not([class*=text-pink]):not([class*=text-indigo]):not([class*=text-cyan]):not([class*=text-emerald]):not([class*=text-white]){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}.content-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important}body.theme-sono-light .content-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:none!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light .sono-light-lyrics-active,html.theme-sono-light .sono-light-lyrics-active,.theme-sono-light .sono-light-lyrics-active{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .sono-light-lyrics-active h3,body.theme-sono-light .sono-light-lyrics-active p,html.theme-sono-light .sono-light-lyrics-active h3,html.theme-sono-light .sono-light-lyrics-active p,.theme-sono-light .sono-light-lyrics-active h3,.theme-sono-light .sono-light-lyrics-active p{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .sono-light-lyrics-active .lyrics-editing-badge,html.theme-sono-light .sono-light-lyrics-active .lyrics-editing-badge,.theme-sono-light .sono-light-lyrics-active .lyrics-editing-badge{color:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-sono-light .sono-light-lyrics-active *:not(.lyrics-editing-badge):not(.lyrics-editing-badge *),html.theme-sono-light .sono-light-lyrics-active *:not(.lyrics-editing-badge):not(.lyrics-editing-badge *),.theme-sono-light .sono-light-lyrics-active *:not(.lyrics-editing-badge):not(.lyrics-editing-badge *){color:#000!important;-webkit-text-fill-color:#000000!important;fill:#000!important;stroke:#000!important}html body.theme-sono-light div .content-policy-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background:transparent!important;background-image:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}body.theme-sono-light p.content-policy-black-text,body.theme-sono-light span.content-policy-black-text,body.theme-sono-light .content-policy-black-text *,body.theme-sono-light [data-terms-black],body.theme-sono-light [data-terms-black] *,body.theme-sono-light [data-terms-black] a,body.theme-sono-light .text-gray-700[data-terms-black],body.theme-sono-light .text-gray-600[data-terms-black],body.theme-sono-light .text-gray-500[data-terms-black],body.theme-sono-light .text-gray-400[data-terms-black],body.theme-sono-light .text-blue-600[data-terms-black],body.theme-sono-light .text-blue-500[data-terms-black],body.theme-sono-light p.text-gray-700,body.theme-sono-light h2[data-terms-black],body.theme-sono-light a[href^="mailto:info@sono-hub.com"],body.theme-sono-light .text-gray-700{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light div.text-center p:not(.message-text){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .terms-container span[class*=text-],body.theme-sono-light .policy-container span[class*=text-],body.theme-sono-light .content-policy span[class*=text-],body.theme-sono-light .account-policy span[class*=text-]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light [data-page=content-policy] .text-purple-400,body.theme-sono-light [data-page=content-policy] .text-blue-400,body.theme-sono-light [data-page=content-policy] .text-green-400,body.theme-sono-light [data-page=content-policy] .text-red-400,body.theme-sono-light [data-page=content-policy] .text-yellow-400,body.theme-sono-light [data-page=content-policy] .text-indigo-400,.theme-sono-light [data-page=content-policy] .text-purple-400,.theme-sono-light [data-page=content-policy] .text-blue-400,.theme-sono-light [data-page=content-policy] .text-green-400,.theme-sono-light [data-page=content-policy] .text-red-400,.theme-sono-light [data-page=content-policy] .text-yellow-400,.theme-sono-light [data-page=content-policy] .text-indigo-400{color:#1f2937!important;stroke:#1f2937!important;fill:#1f2937!important}body.theme-sono-light [data-page=content-policy] .h-8.w-8.text-purple-400,body.theme-sono-light [data-page=content-policy] .h-8.w-8.text-blue-400,body.theme-sono-light [data-page=content-policy] .h-8.w-8.text-green-400,body.theme-sono-light [data-page=content-policy] .h-8.w-8.text-red-400,body.theme-sono-light [data-page=content-policy] .h-8.w-8.text-yellow-400,.theme-sono-light [data-page=content-policy] .h-8.w-8.text-purple-400,.theme-sono-light [data-page=content-policy] .h-8.w-8.text-blue-400,.theme-sono-light [data-page=content-policy] .h-8.w-8.text-green-400,.theme-sono-light [data-page=content-policy] .h-8.w-8.text-red-400,.theme-sono-light [data-page=content-policy] .h-8.w-8.text-yellow-400{color:#111827!important;stroke:#111827!important;fill:#111827!important}body.theme-sono-light [data-page=content-policy] .h-6.w-6.text-purple-400,body.theme-sono-light [data-page=content-policy] .h-6.w-6.text-blue-400,body.theme-sono-light [data-page=content-policy] .h-6.w-6.text-green-400,body.theme-sono-light [data-page=content-policy] .h-6.w-6.text-red-400,body.theme-sono-light [data-page=content-policy] .h-6.w-6.text-yellow-400,body.theme-sono-light [data-page=content-policy] .h-6.w-6.text-indigo-400,.theme-sono-light [data-page=content-policy] .h-6.w-6.text-purple-400,.theme-sono-light [data-page=content-policy] .h-6.w-6.text-blue-400,.theme-sono-light [data-page=content-policy] .h-6.w-6.text-green-400,.theme-sono-light [data-page=content-policy] .h-6.w-6.text-red-400,.theme-sono-light [data-page=content-policy] .h-6.w-6.text-yellow-400,.theme-sono-light [data-page=content-policy] .h-6.w-6.text-indigo-400{color:#374151!important;stroke:#374151!important;fill:#374151!important}body.theme-sono-light [data-page=content-policy] .h-5.w-5.text-purple-400,body.theme-sono-light [data-page=content-policy] .h-5.w-5.text-blue-400,body.theme-sono-light [data-page=content-policy] .h-5.w-5.text-green-400,body.theme-sono-light [data-page=content-policy] .h-5.w-5.text-red-400,body.theme-sono-light [data-page=content-policy] .h-5.w-5.text-yellow-400,.theme-sono-light [data-page=content-policy] .h-5.w-5.text-purple-400,.theme-sono-light [data-page=content-policy] .h-5.w-5.text-blue-400,.theme-sono-light [data-page=content-policy] .h-5.w-5.text-green-400,.theme-sono-light [data-page=content-policy] .h-5.w-5.text-red-400,.theme-sono-light [data-page=content-policy] .h-5.w-5.text-yellow-400{color:#4b5563!important;stroke:#4b5563!important;fill:#4b5563!important}body.theme-sono-light [data-page=content-policy] svg.text-purple-400,body.theme-sono-light [data-page=content-policy] svg.text-blue-400,body.theme-sono-light [data-page=content-policy] svg.text-green-400,body.theme-sono-light [data-page=content-policy] svg.text-red-400,body.theme-sono-light [data-page=content-policy] svg.text-yellow-400,body.theme-sono-light [data-page=content-policy] svg.text-indigo-400,.theme-sono-light [data-page=content-policy] svg.text-purple-400,.theme-sono-light [data-page=content-policy] svg.text-blue-400,.theme-sono-light [data-page=content-policy] svg.text-green-400,.theme-sono-light [data-page=content-policy] svg.text-red-400,.theme-sono-light [data-page=content-policy] svg.text-yellow-400,.theme-sono-light [data-page=content-policy] svg.text-indigo-400{color:#374151!important;stroke:#374151!important;fill:none!important}body.theme-sono-light [data-page=content-policy] .bg-purple-600 svg,body.theme-sono-light [data-page=content-policy] .bg-purple-700 svg,.theme-sono-light [data-page=content-policy] .bg-purple-600 svg,.theme-sono-light [data-page=content-policy] .bg-purple-700 svg{color:#fff!important;stroke:#fff!important;fill:none!important}body.theme-sono-light .connection-card .style-tag,body.theme-sono-light .connection-card .connection-cancel-button{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.\[animation-duration\:4s\]{animation-duration:4s}.\[column-fill\:_balance\]{-moz-column-fill:balance;column-fill:balance}body.theme-sono-light select.lyrics-credit-select,html.theme-sono-light select.lyrics-credit-select,select.lyrics-credit-select{color:#000!important;-webkit-text-fill-color:#000!important}body.theme-sono-light #spotlight-section p[data-spotlight-subtitle],html.theme-sono-light #spotlight-section p[data-spotlight-subtitle],.theme-sono-light #spotlight-section p[data-spotlight-subtitle],body.theme-sono-light #spotlight-section [data-spotlight-cta-prefix],html.theme-sono-light #spotlight-section [data-spotlight-cta-prefix],.theme-sono-light #spotlight-section [data-spotlight-cta-prefix],body.theme-sono-light #why-section p[data-why-subtitle],html.theme-sono-light #why-section p[data-why-subtitle],.theme-sono-light #why-section p[data-why-subtitle]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;filter:none!important;opacity:1!important}body.theme-sono-light #why-section .why-card-title,body.theme-sono-light #why-section .why-card-title *,html.theme-sono-light #why-section .why-card-title,html.theme-sono-light #why-section .why-card-title *,.theme-sono-light #why-section .why-card-title,.theme-sono-light #why-section .why-card-title *{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light #plans-section h3,body.theme-sono-light #plans-section h3 *,html.theme-sono-light #plans-section h3,html.theme-sono-light #plans-section h3 *,.theme-sono-light #plans-section h3,.theme-sono-light #plans-section h3 *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;filter:none!important;opacity:1!important}body.theme-sono-light #why-section .why-cta-btn,html.theme-sono-light #why-section .why-cta-btn,.theme-sono-light #why-section .why-cta-btn,body.theme-sono-light #why-section .why-cta-btn *,html.theme-sono-light #why-section .why-cta-btn *,.theme-sono-light #why-section .why-cta-btn *,body.theme-sono-light #spotlight-section .spotlight-cta-btn,html.theme-sono-light #spotlight-section .spotlight-cta-btn,.theme-sono-light #spotlight-section .spotlight-cta-btn,body.theme-sono-light #spotlight-section .spotlight-cta-btn *,html.theme-sono-light #spotlight-section .spotlight-cta-btn *,.theme-sono-light #spotlight-section .spotlight-cta-btn *,body.theme-sono-light .lyrics-white-btn,html.theme-sono-light .lyrics-white-btn{color:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-sono-light .lyrics-white-btn svg,html.theme-sono-light .lyrics-white-btn svg{body.theme-sono-light button.sono-verse-play-button,body.theme-sono-light button.sono-verse-play-button span,body.theme-sono-light button.sono-verse-play-button [data-listen-label],body.theme-sono-light .sono-verse-page button.sono-verse-play-button,body.theme-sono-light .sono-verse-page button.sono-verse-play-button span,body.theme-sono-light .sono-verse-page button.sono-verse-play-button [data-listen-label]{color:#000!important;-webkit-text-fill-color:#000000!important;opacity:1!important;filter:none!important}body.theme-sono-light button.sono-verse-play-button svg{stroke:#000!important;color:#000!important}color:#fff!important;stroke:#fff!important;fill:none!important}body.theme-sono-light .lyrics-white-btn *,html.theme-sono-light .lyrics-white-btn *{color:#fff!important;-webkit-text-fill-color:#ffffff!important;stroke:#fff!important}body.theme-sono-light svg,html.theme-sono-light svg,.theme-sono-light svg,body.theme-sono-light svg[data-lucide],html.theme-sono-light svg[data-lucide],.theme-sono-light svg[data-lucide]{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important;stroke-linecap:round!important;stroke-linejoin:round!important}.sono-hub-icon,.sono-hub-icon svg,span .sono-hub-icon,span .sono-hub-icon svg,body.theme-sono-light .sono-hub-icon,body.theme-sono-light .sono-hub-icon svg,html.theme-sono-light .sono-hub-icon,html.theme-sono-light .sono-hub-icon svg,body.theme-sono-light svg.sono-hub-icon,html.theme-sono-light svg.sono-hub-icon{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important;stroke-linecap:round!important;stroke-linejoin:round!important;background:none!important;background-color:transparent!important}body.theme-sono-light .text-purple-400 .sono-hub-icon,body.theme-sono-light .text-blue-400 .sono-hub-icon,body.theme-sono-light .text-orange-400 .sono-hub-icon,body.theme-sono-light .text-purple-400 svg.sono-hub-icon,body.theme-sono-light .text-blue-400 svg.sono-hub-icon,body.theme-sono-light .text-orange-400 svg.sono-hub-icon{color:#fff!important;fill:#fff!important;stroke:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-sono-light .band-social-icons a svg,html.theme-sono-light .band-social-icons a svg,.theme-sono-light .band-social-icons a svg,body.theme-sono-light .band-social-icons div svg,html.theme-sono-light .band-social-icons div svg,.theme-sono-light .band-social-icons div svg,body.theme-sono-cream .band-social-icons a svg,html.theme-sono-cream .band-social-icons a svg,.theme-sono-cream .band-social-icons a svg,body.theme-sono-cream .band-social-icons div svg,html.theme-sono-cream .band-social-icons div svg,.theme-sono-cream .band-social-icons div svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}button .liked-heart-icon,button .liked-heart-icon path.liked-heart-path,.liked-heart-icon,.liked-heart-icon path.liked-heart-path{fill:#fff!important;stroke:#fff!important;color:#fff!important}body.theme-sono-light [class*=bg-blue] .sono-hub-icon,body.theme-sono-light [class*=bg-orange] .sono-hub-icon,body.theme-sono-light [class*=bg-purple] svg.sono-hub-icon,body.theme-sono-light [class*=bg-blue] svg.sono-hub-icon,body.theme-sono-light [class*=bg-orange] svg.sono-hub-icon{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important;stroke-linecap:round!important;stroke-linejoin:round!important}.typing-dot{width:8px;height:8px;background-color:#9ca3af;border-radius:50%;animation:typing-bounce 1.4s infinite ease-in-out both}.animation-delay-200{animation-delay:.2s}.theme-sono-cream .text-gray-400{color:#594448!important}.theme-sono-cream [style*="background-color: #1a1f2e"]{background-color:#faf2e9!important;border-color:#784b334d!important}.theme-sono-cream .fixed .relative{background-color:#faf2e9!important;border:2px solid rgba(120,75,51,.3)!important}.theme-sono-cream [class*=bg-][class*="1a1f2e"]{background-color:#faf2e9!important}.theme-sono-cream .fixed.inset-0 .relative,.theme-sono-cream .shadow-xl{background-color:#faf2e9!important;border:2px solid rgba(120,75,51,.3)!important}.theme-sono-cream .bg-gray-800,.theme-sono-cream .bg-gray-900{background-color:#dcd1c4!important}.theme-sono-cream .fixed.inset-0.bg-black,.theme-sono-cream [class*="bg-black/70"]{background-color:#16161699!important}.theme-sono-cream div[style*=background-color][style*="#1a1f2e"],.theme-sono-cream [class*="bg-[#1a1f2e]"]{background-color:#faf2e9!important;border:2px solid rgba(120,75,51,.3)!important}.theme-sono-cream button[class*=bg-black]{background-color:#784b33cc!important}.theme-sono-cream button[class*=bg-black]:hover{background-color:#784b33e6!important}.theme-sono-cream .bg-gray-800{background-color:#dcd1c4cc!important;border:1px solid rgba(120,75,51,.2)!important}.theme-sono-cream .bg-purple-600{background-color:#784b334d!important}.theme-sono-cream .sonoverse-page .text-white,.theme-sono-cream .sonoverse-page .text-gray-300,.theme-sono-cream .sonoverse-page .text-gray-400{color:#000!important}.theme-sono-cream .sonoverse-page .text-purple-300,.theme-sono-cream .sonoverse-page .text-purple-400{color:#594448!important}.theme-sono-cream .bg-gradient-to-r.from-purple-900\/20{background:linear-gradient(to right,#784b331a,#5944481a,#dcd1c433)!important}.theme-sono-cream .bg-gradient-to-r.from-white.via-purple-200.to-pink-200{background:#000!important;-webkit-background-clip:text!important;background-clip:text!important;color:#000!important}.theme-sono-cream .text-gray-300{color:#594448!important}.theme-sono-cream .via-purple-500{--tw-gradient-to: rgba(120, 75, 51, .5) !important;--tw-gradient-via: rgba(120, 75, 51, .5) !important}.theme-sono-cream .text-purple-400{color:#784b33!important}.theme-sono-cream .bg-gradient-to-r.from-purple-400.via-pink-400.to-blue-400{background:linear-gradient(to right,#784b33,#594448,#161616)!important;-webkit-background-clip:text!important;background-clip:text!important}.theme-sono-cream .sonoverse-filters button{background-color:#dcd1c499!important;color:#000!important;border:1px solid rgba(120,75,51,.3)!important}.theme-sono-cream .sonoverse-filter-recruitment{background-color:#9333ea26!important;color:#7c3aed!important;border:1px solid rgba(147,51,234,.3)!important}.theme-sono-cream .sonoverse-filter-recruitment.active,.theme-sono-cream .sonoverse-filter-recruitment:hover{background-color:#9333eacc!important;color:#faf2e9!important;border:1px solid #7c3aed!important}.theme-sono-cream .sonoverse-filter-gear{background-color:#3b82f626!important;color:#2563eb!important;border:1px solid rgba(59,130,246,.3)!important}.theme-sono-cream .sonoverse-filter-gear.active,.theme-sono-cream .sonoverse-filter-gear:hover{background-color:#3b82f6cc!important;color:#faf2e9!important;border:1px solid #2563eb!important}.theme-sono-cream .sonoverse-filter-profile{background-color:#22c55e26!important;color:#16a34a!important;border:1px solid rgba(34,197,94,.3)!important}.theme-sono-cream .sonoverse-filter-profile.active,.theme-sono-cream .sonoverse-filter-profile:hover{background-color:#22c55ecc!important;color:#faf2e9!important;border:1px solid #16a34a!important}.theme-sono-cream .sonoverse-filter-band{background-color:#ec489926!important;color:#db2777!important;border:1px solid rgba(236,72,153,.3)!important}.theme-sono-cream .sonoverse-filter-band.active,.theme-sono-cream .sonoverse-filter-band:hover{background-color:#ec4899cc!important;color:#faf2e9!important;border:1px solid #db2777!important}.theme-sono-cream .sonoverse-filter-audio{background-color:#f59e0b26!important;color:#d97706!important;border:1px solid rgba(245,158,11,.3)!important}.theme-sono-cream .sonoverse-filter-audio.active,.theme-sono-cream .sonoverse-filter-audio:hover{background-color:#f59e0bcc!important;color:#faf2e9!important;border:1px solid #d97706!important}.theme-sono-cream .sonoverse-filter-video{background-color:#ef444426!important;color:#dc2626!important;border:1px solid rgba(239,68,68,.3)!important}.theme-sono-cream .sonoverse-filter-video.active,.theme-sono-cream .sonoverse-filter-video:hover{background-color:#ef4444cc!important;color:#faf2e9!important;border:1px solid #dc2626!important}.theme-sono-cream .sonoverse-filter-image{background-color:#6366f126!important;color:#4f46e5!important;border:1px solid rgba(99,102,241,.3)!important}.theme-sono-cream .sonoverse-filter-image.active,.theme-sono-cream .sonoverse-filter-image:hover{background-color:#6366f1cc!important;color:#faf2e9!important;border:1px solid #4f46e5!important}body.theme-sono-cream .sonoverse-filters .sonoverse-filter,html.theme-sono-cream .sonoverse-filters .sonoverse-filter{transition:all .2s ease!important}.theme-sono-cream .sonoverse-filter span,body.theme-sono-cream .sonoverse-filter span,html.theme-sono-cream .sonoverse-filter span{opacity:1!important;font-size:1em!important}.theme-sono-cream .sonoverse-page .theme-button-secondary,.theme-sono-cream .sonoverse-page .theme-btn-secondary,body.theme-sono-cream .sonoverse-page .theme-button-secondary,body.theme-sono-cream .sonoverse-page .theme-btn-secondary,html.theme-sono-cream .sonoverse-page .theme-button-secondary,html.theme-sono-cream .sonoverse-page .theme-btn-secondary{color:#000!important;background-color:#dcd1c4cc!important;border:1px solid rgba(120,75,51,.3)!important}.theme-sono-cream .sonoverse-page .theme-button-secondary:hover,.theme-sono-cream .sonoverse-page .theme-btn-secondary:hover,body.theme-sono-cream .sonoverse-page .theme-button-secondary:hover,body.theme-sono-cream .sonoverse-page .theme-btn-secondary:hover,html.theme-sono-cream .sonoverse-page .theme-button-secondary:hover,html.theme-sono-cream .sonoverse-page .theme-btn-secondary:hover{color:#000!important;background-color:#dcd1c4!important}.theme-sono-cream button[class*=theme-button-secondary],.theme-sono-cream button[class*=theme-btn-secondary],body.theme-sono-cream button[class*=theme-button-secondary],body.theme-sono-cream button[class*=theme-btn-secondary],html.theme-sono-cream button[class*=theme-button-secondary],html.theme-sono-cream button[class*=theme-btn-secondary]{color:#000!important}.theme-sono-cream button[data-share-button=true],.theme-sono-cream .sono-cream-share-button,body.theme-sono-cream button[data-share-button=true],body.theme-sono-cream .sono-cream-share-button,html.theme-sono-cream button[data-share-button=true],html.theme-sono-cream .sono-cream-share-button{background-color:#2563eb!important;color:#fff!important;border:1px solid #2563eb!important}.theme-sono-cream button[data-share-button=true]:hover,.theme-sono-cream .sono-cream-share-button:hover,body.theme-sono-cream button[data-share-button=true]:hover,body.theme-sono-cream .sono-cream-share-button:hover,html.theme-sono-cream button[data-share-button=true]:hover,html.theme-sono-cream .sono-cream-share-button:hover{background-color:#1d4ed8!important;transform:scale(1.05)!important;box-shadow:0 4px 12px #2563eb66!important}.theme-sono-cream button[data-share-button=true] svg,.theme-sono-cream .sono-cream-share-button svg,.theme-sono-cream .sono-cream-share-icon,body.theme-sono-cream button[data-share-button=true] svg,body.theme-sono-cream .sono-cream-share-button svg,body.theme-sono-cream .sono-cream-share-icon,html.theme-sono-cream button[data-share-button=true] svg,html.theme-sono-cream .sono-cream-share-button svg,html.theme-sono-cream .sono-cream-share-icon{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-cream audio{background:#dcd1c4cc!important;border:1px solid rgba(120,75,51,.3)!important;border-radius:.5rem!important}body.theme-sono-light .sono-sphere-recruitment-post,html.theme-sono-light .sono-sphere-recruitment-post,.theme-sono-light .sono-sphere-recruitment-post{background:#fff!important;border:1px solid #e5e7eb!important;color:#000!important}body.theme-sono-light .sono-sphere-recruitment-post .recruitment-title,body.theme-sono-light .sono-sphere-recruitment-post h1,body.theme-sono-light .sono-sphere-recruitment-post h2,body.theme-sono-light .sono-sphere-recruitment-post h3,body.theme-sono-light .sono-sphere-recruitment-post h4,body.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-title,html.theme-sono-light .sono-sphere-recruitment-post .recruitment-title,html.theme-sono-light .sono-sphere-recruitment-post h1,html.theme-sono-light .sono-sphere-recruitment-post h2,html.theme-sono-light .sono-sphere-recruitment-post h3,html.theme-sono-light .sono-sphere-recruitment-post h4,html.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-title,.theme-sono-light .sono-sphere-recruitment-post .recruitment-title,.theme-sono-light .sono-sphere-recruitment-post h1,.theme-sono-light .sono-sphere-recruitment-post h2,.theme-sono-light .sono-sphere-recruitment-post h3,.theme-sono-light .sono-sphere-recruitment-post h4,.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-title{color:#000!important}body.theme-sono-light .sono-sphere-recruitment-post .recruitment-description,body.theme-sono-light .sono-sphere-recruitment-post .recruitment-description *,body.theme-sono-light .sono-sphere-recruitment-post .prose,body.theme-sono-light .sono-sphere-recruitment-post .prose *,body.theme-sono-light .sono-sphere-recruitment-post p,body.theme-sono-light .sono-sphere-recruitment-post div,body.theme-sono-light .sono-sphere-recruitment-post span,body.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-description,body.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-title,html.theme-sono-light .sono-sphere-recruitment-post .recruitment-description,html.theme-sono-light .sono-sphere-recruitment-post .recruitment-description *,html.theme-sono-light .sono-sphere-recruitment-post .prose,html.theme-sono-light .sono-sphere-recruitment-post .prose *,html.theme-sono-light .sono-sphere-recruitment-post p,html.theme-sono-light .sono-sphere-recruitment-post div,html.theme-sono-light .sono-sphere-recruitment-post span,html.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-description,html.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-title,.theme-sono-light .sono-sphere-recruitment-post .recruitment-description,.theme-sono-light .sono-sphere-recruitment-post .recruitment-description *,.theme-sono-light .sono-sphere-recruitment-post .prose,.theme-sono-light .sono-sphere-recruitment-post .prose *,.theme-sono-light .sono-sphere-recruitment-post p,.theme-sono-light .sono-sphere-recruitment-post div,.theme-sono-light .sono-sphere-recruitment-post span,.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-description,.theme-sono-light .sono-sphere-recruitment-post .sono-sphere-recruitment-title{color:#374151!important}body.theme-sono-light .sono-sphere-recruitment-post .recruitment-username,html.theme-sono-light .sono-sphere-recruitment-post .recruitment-username,.theme-sono-light .sono-sphere-recruitment-post .recruitment-username,body.theme-sono-light .sono-sphere-recruitment-post .recruitment-date,html.theme-sono-light .sono-sphere-recruitment-post .recruitment-date,.theme-sono-light .sono-sphere-recruitment-post .recruitment-date{color:#000!important}body.theme-sono-light .sono-sphere-recruitment-post .recruitment-tag,html.theme-sono-light .sono-sphere-recruitment-post .recruitment-tag,.theme-sono-light .sono-sphere-recruitment-post .recruitment-tag{background-color:#f3f4f6!important;color:#374151!important;border:1px solid #d1d5db!important}body.theme-sono-light .sono-sphere-recruitment-post .recruitment-footer{background:transparent!important;border-top:1px solid #e5e7eb!important}body.theme-sono-light .sono-sphere-recruitment-post .recruitment-footer button span,body.theme-sono-light .sono-sphere-recruitment-post .recruitment-footer button,body.theme-sono-light .sono-sphere-recruitment-post .recruitment-footer svg{color:#374151!important;stroke:#374151!important}body.theme-sono-light .sono-sphere-recruitment-post .recruitment-date{display:inline-block!important;color:#000!important;-webkit-text-fill-color:#000!important}body.theme-sono-light .sono-sphere-recruitment-post .recruitment-footer,body.theme-sono-light .sono-sphere-recruitment-post .recruitment-footer *{color:#111827!important;fill:#111827!important;stroke:#111827!important}body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-footer,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-footer.border-t,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .border-t.recruitment-footer{background:transparent!important}body.theme-sono-light .sono-sphere-recruitment-post .text-white,body.theme-sono-light .sono-sphere-recruitment-post .text-gray-100,body.theme-sono-light .sono-sphere-recruitment-post .text-gray-200,body.theme-sono-light .sono-sphere-recruitment-post .text-gray-300,html.theme-sono-light .sono-sphere-recruitment-post .text-white,html.theme-sono-light .sono-sphere-recruitment-post .text-gray-100,html.theme-sono-light .sono-sphere-recruitment-post .text-gray-200,html.theme-sono-light .sono-sphere-recruitment-post .text-gray-300,.theme-sono-light .sono-sphere-recruitment-post .text-white,.theme-sono-light .sono-sphere-recruitment-post .text-gray-100,.theme-sono-light .sono-sphere-recruitment-post .text-gray-200,.theme-sono-light .sono-sphere-recruitment-post .text-gray-300{color:#000!important}body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post h1,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post h2,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post h3,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post h4,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-title,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-username{color:#000!important;-webkit-text-fill-color:#000!important}body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-description,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-description p,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-description span,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-description div{color:#374151!important;-webkit-text-fill-color:#374151!important}body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-footer{background:transparent!important;border-top:1px solid #e5e7eb!important}body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-footer button span,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-footer button,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .recruitment-footer svg{color:#374151!important;stroke:#374151!important}body.theme-dark .sono-sphere-recruitment-post,body.theme-sono-pulse .sono-sphere-recruitment-post{background-color:#1a1f2e!important;color:#fff!important}body.theme-dark .sono-sphere-recruitment-post .recruitment-title,body.theme-dark .sono-sphere-recruitment-post .recruitment-username,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-title,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-username{color:#fff!important}body.theme-dark .sono-sphere-recruitment-post .recruitment-description,body.theme-dark .sono-sphere-recruitment-post .recruitment-description *,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-description,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-description *{color:#e5e7eb!important}body.theme-dark .sono-sphere-recruitment-post .recruitment-date,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-date{color:#9ca3af!important}body.theme-dark .sono-sphere-recruitment-post .recruitment-tag,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-tag{background:#ffffff1a!important;color:#e5e7eb!important;border:1px solid rgba(255,255,255,.15)!important}body.theme-dark .sono-sphere-recruitment-post .recruitment-footer,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-footer{background:#1a1f2e!important}body.theme-dark .sono-sphere-recruitment-post .recruitment-footer button span,body.theme-dark .sono-sphere-recruitment-post .recruitment-footer button,body.theme-dark .sono-sphere-recruitment-post .recruitment-footer svg,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-footer button span,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-footer button,body.theme-sono-pulse .sono-sphere-recruitment-post .recruitment-footer svg{color:#fff!important;stroke:#fff!important}body.theme-sono-cream .sono-sphere-recruitment-post{background-color:#fff!important;color:#000!important;border:1px solid #e5e7eb!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-title,body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-username{color:#000!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-description,body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-description *{color:#111827!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-date{color:#6b7280!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-tag{background:#f3f4f6!important;color:#374151!important;border:1px solid #d1d5db!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-footer{background:#fff!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-footer button span,body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-footer button,body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-footer svg{color:#000!important;stroke:#000!important}body.theme-sono-light .sono-sphere-recruitment-achievements-badge,html.theme-sono-light .sono-sphere-recruitment-achievements-badge,.theme-sono-light .sono-sphere-recruitment-achievements-badge{background-color:#f3f4f6!important;border:1px solid #d1d5db!important}body.theme-sono-light .sono-sphere-recruitment-achievements-label,html.theme-sono-light .sono-sphere-recruitment-achievements-label,.theme-sono-light .sono-sphere-recruitment-achievements-label{color:#6b7280!important}body.theme-sono-light .sono-sphere-recruitment-achievements-label svg,html.theme-sono-light .sono-sphere-recruitment-achievements-label svg,.theme-sono-light .sono-sphere-recruitment-achievements-label svg{color:#6b7280!important;stroke:currentColor!important}body:not(.theme-sono-light) .sono-sphere-recruitment-achievements-badge,html:not(.theme-sono-light) .sono-sphere-recruitment-achievements-badge,:not(.theme-sono-light) .sono-sphere-recruitment-achievements-badge{background-color:#22c55e33!important;border:1px solid rgba(34,197,94,.3)!important}body:not(.theme-sono-light) .sono-sphere-recruitment-achievements-label,html:not(.theme-sono-light) .sono-sphere-recruitment-achievements-label,:not(.theme-sono-light) .sono-sphere-recruitment-achievements-label{color:#4ade80!important}.sono-sphere-white-text,span.sono-sphere-white-text,.sono-sphere-white-text span{color:#fff!important;background-color:#a855f766!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;padding:.25rem .75rem!important;border-radius:9999px!important;font-size:.875rem!important;border:1px solid rgba(168,85,247,.6)!important;font-weight:500!important;display:inline-block!important}.sono-sphere-white-text svg{color:#fff!important}.theme-sono-light .sono-sphere-white-text,.theme-sono-light span.sono-sphere-white-text,.theme-sono-light .sono-sphere-white-text span{color:#000!important;background-color:#a855f733!important;border:1px solid rgba(168,85,247,.4)!important}.theme-sono-light .sono-sphere-white-text svg{color:#374151!important}.sono-sphere-primary-instrument-badge,.sono-sphere-primary-instrument-badge *,span.sono-sphere-primary-instrument-badge,span.sono-sphere-primary-instrument-badge span,div .sono-sphere-primary-instrument-badge,div .sono-sphere-primary-instrument-badge span{color:#000!important;text-decoration:none!important}body .sono-sphere-primary-instrument-badge,html .sono-sphere-primary-instrument-badge,* .sono-sphere-primary-instrument-badge,body .sono-sphere-primary-instrument-badge span,html .sono-sphere-primary-instrument-badge span,* .sono-sphere-primary-instrument-badge span,body.theme-sono-light .sono-sphere-primary-instrument,body.theme-sono-light .sono-sphere-music-style,html.theme-sono-light .sono-sphere-primary-instrument,html.theme-sono-light .sono-sphere-music-style,.theme-sono-light .sono-sphere-primary-instrument,.theme-sono-light .sono-sphere-music-style{color:#000!important}body.theme-sono-light .sono-sphere-primary-instrument-label,html.theme-sono-light .sono-sphere-primary-instrument-label,.theme-sono-light .sono-sphere-primary-instrument-label,body.theme-sono-light .sono-sphere-primary-instrument-icon,html.theme-sono-light .sono-sphere-primary-instrument-icon,.theme-sono-light .sono-sphere-primary-instrument-icon{color:#374151!important}body:not(.theme-sono-light) .sono-sphere-primary-instrument,body:not(.theme-sono-light) .sono-sphere-music-style,html:not(.theme-sono-light) .sono-sphere-primary-instrument,html:not(.theme-sono-light) .sono-sphere-music-style,:not(.theme-sono-light) .sono-sphere-primary-instrument,:not(.theme-sono-light) .sono-sphere-music-style{color:#fff!important}body:not(.theme-sono-light) .sono-sphere-primary-instrument.bg-purple-500\/20,body:not(.theme-sono-light) .sono-sphere-primary-instrument.text-purple-300,body:not(.theme-sono-light) .sono-sphere-primary-instrument.text-purple-400,body:not(.theme-sono-light) .sono-sphere-music-style.text-purple-300,body:not(.theme-sono-light) .sono-sphere-music-style.bg-black\/40,html:not(.theme-sono-light) .sono-sphere-primary-instrument.bg-purple-500\/20,html:not(.theme-sono-light) .sono-sphere-primary-instrument.text-purple-300,html:not(.theme-sono-light) .sono-sphere-primary-instrument.text-purple-400,html:not(.theme-sono-light) .sono-sphere-music-style.text-purple-300,html:not(.theme-sono-light) .sono-sphere-music-style.bg-black\/40,:not(.theme-sono-light) .sono-sphere-primary-instrument.bg-purple-500\/20,:not(.theme-sono-light) .sono-sphere-primary-instrument.text-purple-300,:not(.theme-sono-light) .sono-sphere-primary-instrument.text-purple-400,:not(.theme-sono-light) .sono-sphere-music-style.text-purple-300,:not(.theme-sono-light) .sono-sphere-music-style.bg-black\/40{color:#fff!important}body:not(.theme-sono-light) .sono-sphere-primary-instrument-label,html:not(.theme-sono-light) .sono-sphere-primary-instrument-label,:not(.theme-sono-light) .sono-sphere-primary-instrument-label{color:#fff!important}body:not(.theme-sono-light) .sono-sphere-primary-instrument-label.text-purple-400,html:not(.theme-sono-light) .sono-sphere-primary-instrument-label.text-purple-400,:not(.theme-sono-light) .sono-sphere-primary-instrument-label.text-purple-400{color:#fff!important}body:not(.theme-sono-light) .sono-sphere-primary-instrument-icon,html:not(.theme-sono-light) .sono-sphere-primary-instrument-icon,:not(.theme-sono-light) .sono-sphere-primary-instrument-icon{color:#fff!important}body:not(.theme-sono-light) .sono-sphere-primary-instrument-icon.text-purple-400,html:not(.theme-sono-light) .sono-sphere-primary-instrument-icon.text-purple-400,:not(.theme-sono-light) .sono-sphere-primary-instrument-icon.text-purple-400{color:#fff!important}body.theme-sono-light .sono-sphere-primary-instrument svg,body.theme-sono-light .sono-sphere-music-style svg,body.theme-sono-light .sono-sphere-primary-instrument-label svg,body.theme-sono-light .sono-sphere-primary-instrument-icon svg,html.theme-sono-light .sono-sphere-primary-instrument svg,html.theme-sono-light .sono-sphere-music-style svg,html.theme-sono-light .sono-sphere-primary-instrument-label svg,html.theme-sono-light .sono-sphere-primary-instrument-icon svg,.theme-sono-light .sono-sphere-primary-instrument svg,.theme-sono-light .sono-sphere-music-style svg,.theme-sono-light .sono-sphere-primary-instrument-label svg,.theme-sono-light .sono-sphere-primary-instrument-icon svg{color:#374151!important;stroke:currentColor!important;fill:none!important}body:not(.theme-sono-light) .sono-sphere-primary-instrument svg,body:not(.theme-sono-light) .sono-sphere-music-style svg,body:not(.theme-sono-light) .sono-sphere-primary-instrument-label svg,body:not(.theme-sono-light) .sono-sphere-primary-instrument-icon svg,html:not(.theme-sono-light) .sono-sphere-primary-instrument svg,html:not(.theme-sono-light) .sono-sphere-music-style svg,html:not(.theme-sono-light) .sono-sphere-primary-instrument-label svg,html:not(.theme-sono-light) .sono-sphere-primary-instrument-icon svg,:not(.theme-sono-light) .sono-sphere-primary-instrument svg,:not(.theme-sono-light) .sono-sphere-music-style svg,:not(.theme-sono-light) .sono-sphere-primary-instrument-label svg,:not(.theme-sono-light) .sono-sphere-primary-instrument-icon svg{color:#fff!important;stroke:currentColor!important;fill:none!important}body.theme-sono-light svg[data-lucide],html.theme-sono-light svg[data-lucide],.theme-sono-light svg[data-lucide],body.theme-sono-light svg,html.theme-sono-light svg,.theme-sono-light svg{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.theme-sono-light .catalogue-page svg,html.theme-sono-light .catalogue-page svg,.theme-sono-light .catalogue-page svg,body.theme-sono-light svg.w-4.h-4,html.theme-sono-light svg.w-4.h-4,.theme-sono-light svg.w-4.h-4,body.theme-sono-light svg.w-5.h-5,html.theme-sono-light svg.w-5.h-5,.theme-sono-light svg.w-5.h-5,body.theme-sono-light svg.w-3.h-3,html.theme-sono-light svg.w-3.h-3,.theme-sono-light svg.w-3.h-3,body.theme-sono-light svg.w-6.h-6,html.theme-sono-light svg.w-6.h-6,.theme-sono-light svg.w-6.h-6,body.theme-sono-light svg.w-8.h-8,html.theme-sono-light svg.w-8.h-8,.theme-sono-light svg.w-8.h-8{color:#374151!important;stroke:currentColor!important;fill:none!important;stroke-width:1.5!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.theme-sono-light .text-blue-300 svg,body.theme-sono-light .text-violet-300 svg,html.theme-sono-light .text-blue-300 svg,html.theme-sono-light .text-violet-300 svg,.theme-sono-light .text-blue-300 svg,.theme-sono-light .text-violet-300 svg{color:#374151!important;stroke:currentColor!important;fill:none!important;stroke-width:1.5!important}body.theme-default .sono-sphere-recruitment-post,html.theme-default .sono-sphere-recruitment-post,.theme-default .sono-sphere-recruitment-post{background:none!important;background-color:transparent!important;border:none!important;color:inherit!important}body.theme-default .sono-sphere-recruitment-post .recruitment-title,body.theme-default .sono-sphere-recruitment-post .recruitment-description,body.theme-default .sono-sphere-recruitment-post .recruitment-description *,body.theme-default .sono-sphere-recruitment-post .recruitment-username,html.theme-default .sono-sphere-recruitment-post .recruitment-title,html.theme-default .sono-sphere-recruitment-post .recruitment-description,html.theme-default .sono-sphere-recruitment-post .recruitment-description *,html.theme-default .sono-sphere-recruitment-post .recruitment-username,.theme-default .sono-sphere-recruitment-post .recruitment-title,.theme-default .sono-sphere-recruitment-post .recruitment-description,.theme-default .sono-sphere-recruitment-post .recruitment-description *,.theme-default .sono-sphere-recruitment-post .recruitment-username,body.theme-sono-light .topic-view-modern .topic-view-tags span,html.theme-sono-light .topic-view-modern .topic-view-tags span,.theme-sono-light .topic-view-modern .topic-view-tags span,body.theme-sono-light .topic-view-modern .topic-view-tags span *,body.theme-sono-light .topic-view-modern .bg-purple-600,html.theme-sono-light .topic-view-modern .bg-purple-600,.theme-sono-light .topic-view-modern .bg-purple-600,body.theme-sono-light .topic-view-modern .bg-green-600,html.theme-sono-light .topic-view-modern .bg-green-600,.theme-sono-light .topic-view-modern .bg-green-600,body.theme-sono-light .topic-view-modern .bg-red-600,html.theme-sono-light .topic-view-modern .bg-red-600,.theme-sono-light .topic-view-modern .bg-red-600,body.theme-sono-light .topic-view-modern .topic-view-pills span,html.theme-sono-light .topic-view-modern .topic-view-pills span,.theme-sono-light .topic-view-modern .topic-view-pills span{color:#fff!important}body.theme-sono-light .topic-view-modern .topic-view-pills span svg,html.theme-sono-light .topic-view-modern .topic-view-pills span svg,.theme-sono-light .topic-view-modern .topic-view-pills span svg{color:#fff!important;stroke:#fff!important}body.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white,body.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white *,html.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white,html.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white *,.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white,.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white *{color:#fff!important;fill:#fff!important;stroke:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-dark .sono-sphere-recruitment-post,html.theme-dark .sono-sphere-recruitment-post,.theme-dark .sono-sphere-recruitment-post{background:none!important;background-color:transparent!important;border:none!important;color:inherit!important}body.theme-dark .sono-sphere-recruitment-post .recruitment-title,body.theme-dark .sono-sphere-recruitment-post .recruitment-description,body.theme-dark .sono-sphere-recruitment-post .recruitment-description *,body.theme-dark .sono-sphere-recruitment-post .recruitment-username,html.theme-dark .sono-sphere-recruitment-post .recruitment-title,html.theme-dark .sono-sphere-recruitment-post .recruitment-description,html.theme-dark .sono-sphere-recruitment-post .recruitment-description *,html.theme-dark .sono-sphere-recruitment-post .recruitment-username,.theme-dark .sono-sphere-recruitment-post .recruitment-title,.theme-dark .sono-sphere-recruitment-post .recruitment-description,.theme-dark .sono-sphere-recruitment-post .recruitment-description *,.theme-dark .sono-sphere-recruitment-post .recruitment-username{color:#fff!important}body.theme-sono-cream .sono-sphere-recruitment-post,html.theme-sono-cream .sono-sphere-recruitment-post,.theme-sono-cream .sono-sphere-recruitment-post{background:none!important;background-color:transparent!important;border:none!important;color:inherit!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-title,html.theme-sono-cream .sono-sphere-recruitment-post .recruitment-title,.theme-sono-cream .sono-sphere-recruitment-post .recruitment-title{color:#161616!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-description,body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-description *,html.theme-sono-cream .sono-sphere-recruitment-post .recruitment-description,html.theme-sono-cream .sono-sphere-recruitment-post .recruitment-description *,.theme-sono-cream .sono-sphere-recruitment-post .recruitment-description,.theme-sono-cream .sono-sphere-recruitment-post .recruitment-description *{color:#594448!important}body.theme-sono-cream .sono-sphere-recruitment-post .recruitment-username,html.theme-sono-cream .sono-sphere-recruitment-post .recruitment-username,.theme-sono-cream .sono-sphere-recruitment-post .recruitment-username{color:#161616!important}body.theme-sono-light .sono-sphere-recruitment-title,html.theme-sono-light .sono-sphere-recruitment-title,.theme-sono-light .sono-sphere-recruitment-title{color:#000!important}body.theme-sono-light .sono-sphere-recruitment-description,body.theme-sono-light .sono-sphere-recruitment-description *,html.theme-sono-light .sono-sphere-recruitment-description,html.theme-sono-light .sono-sphere-recruitment-description *,.theme-sono-light .sono-sphere-recruitment-description,.theme-sono-light .sono-sphere-recruitment-description *{color:#374151!important}body.theme-sono-light .sono-sphere-recruitment-username,html.theme-sono-light .sono-sphere-recruitment-username,.theme-sono-light .sono-sphere-recruitment-username{color:#000!important}body.theme-sono-light .sono-sphere-recruitment-date,html.theme-sono-light .sono-sphere-recruitment-date,.theme-sono-light .sono-sphere-recruitment-date{color:#6b7280!important}body.theme-sono-light .sono-sphere-recruitment-section-title,html.theme-sono-light .sono-sphere-recruitment-section-title,.theme-sono-light .sono-sphere-recruitment-section-title{color:#000!important}body.theme-sono-light .sono-sphere-recruitment-subtitle,html.theme-sono-light .sono-sphere-recruitment-subtitle,.theme-sono-light .sono-sphere-recruitment-subtitle{color:#374151!important}body.theme-sono-light .sono-sphere-recruitment-badge-text,html.theme-sono-light .sono-sphere-recruitment-badge-text,.theme-sono-light .sono-sphere-recruitment-badge-text{color:#000!important}body.theme-sono-light .sono-sphere-recruitment-section-label,html.theme-sono-light .sono-sphere-recruitment-section-label,.theme-sono-light .sono-sphere-recruitment-section-label{color:#6b7280!important}body.theme-sono-light .sono-sphere-recruitment-button-text,html.theme-sono-light .sono-sphere-recruitment-button-text,.theme-sono-light .sono-sphere-recruitment-button-text,body.theme-sono-light .sono-sphere-recruitment-tag-text,html.theme-sono-light .sono-sphere-recruitment-tag-text,.theme-sono-light .sono-sphere-recruitment-tag-text{color:#000!important}body.theme-default .sono-sphere-recruitment-title,body.theme-default .sono-sphere-recruitment-description,body.theme-default .sono-sphere-recruitment-description *,body.theme-default .sono-sphere-recruitment-username,body.theme-default .sono-sphere-recruitment-section-title,html.theme-default .sono-sphere-recruitment-title,html.theme-default .sono-sphere-recruitment-description,html.theme-default .sono-sphere-recruitment-description *,html.theme-default .sono-sphere-recruitment-username,html.theme-default .sono-sphere-recruitment-section-title,.theme-default .sono-sphere-recruitment-title,.theme-default .sono-sphere-recruitment-description,.theme-default .sono-sphere-recruitment-description *,.theme-default .sono-sphere-recruitment-username,.theme-default .sono-sphere-recruitment-section-title{color:#fff!important}body.theme-default .sono-sphere-recruitment-button-text,html.theme-default .sono-sphere-recruitment-button-text,.theme-default .sono-sphere-recruitment-button-text,body.theme-default .sono-sphere-recruitment-tag-text,html.theme-default .sono-sphere-recruitment-tag-text,.theme-default .sono-sphere-recruitment-tag-text{color:#4ade80!important}body.theme-dark .sono-sphere-recruitment-title,body.theme-dark .sono-sphere-recruitment-description,body.theme-dark .sono-sphere-recruitment-description *,body.theme-dark .sono-sphere-recruitment-username,body.theme-dark .sono-sphere-recruitment-section-title,html.theme-dark .sono-sphere-recruitment-title,html.theme-dark .sono-sphere-recruitment-description,html.theme-dark .sono-sphere-recruitment-description *,html.theme-dark .sono-sphere-recruitment-username,html.theme-dark .sono-sphere-recruitment-section-title,.theme-dark .sono-sphere-recruitment-title,.theme-dark .sono-sphere-recruitment-description,.theme-dark .sono-sphere-recruitment-description *,.theme-dark .sono-sphere-recruitment-username,.theme-dark .sono-sphere-recruitment-section-title{color:#fff!important}body.theme-dark .sono-sphere-recruitment-button-text,html.theme-dark .sono-sphere-recruitment-button-text,.theme-dark .sono-sphere-recruitment-button-text,body.theme-dark .sono-sphere-recruitment-tag-text,html.theme-dark .sono-sphere-recruitment-tag-text,.theme-dark .sono-sphere-recruitment-tag-text{color:#4ade80!important}body.theme-sono-cream .sono-sphere-recruitment-title,body.theme-sono-cream .sono-sphere-recruitment-section-title,body.theme-sono-cream .sono-sphere-recruitment-username,body.theme-sono-cream .sono-sphere-recruitment-badge-text,html.theme-sono-cream .sono-sphere-recruitment-title,html.theme-sono-cream .sono-sphere-recruitment-section-title,html.theme-sono-cream .sono-sphere-recruitment-username,html.theme-sono-cream .sono-sphere-recruitment-badge-text,.theme-sono-cream .sono-sphere-recruitment-title,.theme-sono-cream .sono-sphere-recruitment-section-title,.theme-sono-cream .sono-sphere-recruitment-username,.theme-sono-cream .sono-sphere-recruitment-badge-text{color:#161616!important}body.theme-sono-cream .sono-sphere-recruitment-description,body.theme-sono-cream .sono-sphere-recruitment-description *,body.theme-sono-cream .sono-sphere-recruitment-subtitle,body.theme-sono-cream .sono-sphere-recruitment-date,body.theme-sono-cream .sono-sphere-recruitment-section-label,html.theme-sono-cream .sono-sphere-recruitment-description,html.theme-sono-cream .sono-sphere-recruitment-description *,html.theme-sono-cream .sono-sphere-recruitment-subtitle,html.theme-sono-cream .sono-sphere-recruitment-date,html.theme-sono-cream .sono-sphere-recruitment-section-label,.theme-sono-cream .sono-sphere-recruitment-description,.theme-sono-cream .sono-sphere-recruitment-description *,.theme-sono-cream .sono-sphere-recruitment-subtitle,.theme-sono-cream .sono-sphere-recruitment-date,.theme-sono-cream .sono-sphere-recruitment-section-label{color:#594448!important}body.theme-sono-cream .sono-sphere-recruitment-button-text,html.theme-sono-cream .sono-sphere-recruitment-button-text,.theme-sono-cream .sono-sphere-recruitment-button-text,body.theme-sono-cream .sono-sphere-recruitment-tag-text,html.theme-sono-cream .sono-sphere-recruitment-tag-text,.theme-sono-cream .sono-sphere-recruitment-tag-text,body.theme-sono-light div[class*=recruitment],body.theme-sono-light h1[class*=recruitment],body.theme-sono-light h2[class*=recruitment],body.theme-sono-light h3[class*=recruitment],body.theme-sono-light h4[class*=recruitment],body.theme-sono-light h5[class*=recruitment],body.theme-sono-light h6[class*=recruitment],body.theme-sono-light p[class*=recruitment],body.theme-sono-light span[class*=recruitment],html.theme-sono-light div[class*=recruitment],html.theme-sono-light h1[class*=recruitment],html.theme-sono-light h2[class*=recruitment],html.theme-sono-light h3[class*=recruitment],html.theme-sono-light h4[class*=recruitment],html.theme-sono-light h5[class*=recruitment],html.theme-sono-light h6[class*=recruitment],html.theme-sono-light p[class*=recruitment],html.theme-sono-light span[class*=recruitment],.theme-sono-light div[class*=recruitment],.theme-sono-light h1[class*=recruitment],.theme-sono-light h2[class*=recruitment],.theme-sono-light h3[class*=recruitment],.theme-sono-light h4[class*=recruitment],.theme-sono-light h5[class*=recruitment],.theme-sono-light h6[class*=recruitment],.theme-sono-light p[class*=recruitment],.theme-sono-light span[class*=recruitment]{color:#000!important}body.theme-sono-light div[class*=recruitment] *,html.theme-sono-light div[class*=recruitment] *,.theme-sono-light div[class*=recruitment] *{color:inherit!important}.theme-sono-cream .sonoverse-page .theme-bg-card,.theme-sono-cream .sonoverse-page [class*=theme-bg-card]{background:#dcd1c4!important;border:1px solid rgba(120,75,51,.3)!important;border-radius:1rem!important;box-shadow:0 4px 12px #59444826,0 2px 6px #784b331a!important}.theme-sono-cream .sonoverse-page>div>div>div[class*=rounded],.theme-sono-cream .sonoverse-page>div>div>div[class*=shadow]{background:#dcd1c4!important;border:1px solid rgba(120,75,51,.3)!important}.theme-sono-cream .sonoverse-page .bg-\[#2f2f4a\],.theme-sono-cream .sonoverse-page [class*="bg-[#"],.theme-sono-cream .sonoverse-page .rounded-2xl,.theme-sono-cream .sonoverse-page .rounded-lg{background:#dcd1c4!important;border:1px solid rgba(120,75,51,.3)!important}body.theme-sono-cream .sonoverse-page div[class*=theme-bg-card],html.theme-sono-cream .sonoverse-page div[class*=theme-bg-card],.theme-sono-cream.sonoverse-page div[class*=theme-bg-card],.theme-sono-cream .sonoverse-page div.rounded-2xl,.theme-sono-cream .sonoverse-page div.rounded-lg,.theme-sono-cream .sonoverse-page div[class*=shadow],.theme-sono-cream .sonoverse-page div[class*=shadow-],.theme-sono-cream .sonoverse-page div[class*=rounded-],.theme-sono-cream .sonoverse-page [class*=overflow-hidden]{background:#dcd1c4!important;background-color:#dcd1c4!important;border:1px solid rgba(120,75,51,.3)!important}.theme-sono-cream .sonoverse-page [class*=backdrop-blur]{background:#dcd1c4!important;background-color:#dcd1c4!important}.theme-sono-cream .sonoverse-page button[class*=bg-blue] svg,.theme-sono-cream .sonoverse-page button[class*=bg-blue-] svg,.theme-sono-cream .sonoverse-page .bg-blue-600 svg,.theme-sono-cream .sonoverse-page [class*=bg-blue][class*=text-white] svg{color:#fff!important;stroke:#fff!important;fill:#fff!important}.theme-sono-cream .sonoverse-page button[class*=bg-blue] [data-lucide=share-2],.theme-sono-cream .sonoverse-page button.bg-blue-600 [data-lucide=share-2],.theme-sono-cream .sonoverse-page button[class*=bg-blue] .lucide-share-2,.theme-sono-cream .sonoverse-page button.bg-blue-600 .lucide-share-2{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-cream button[class*=bg-blue] svg,.theme-sono-cream button.bg-blue-600 svg,.theme-sono-cream button[class*=bg-blue-] svg{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-cream button[class*=bg-blue][class*=text-white],.theme-sono-cream button.bg-blue-600.text-white,.theme-sono-cream button[class*=bg-blue][class*=text-white] *{color:#fff!important;stroke:#fff!important}.theme-sono-cream .bg-blue-600,.theme-sono-cream .bg-blue-500,.theme-sono-cream .bg-red-600,.theme-sono-cream .bg-red-500,.theme-sono-cream .bg-purple-600,.theme-sono-cream .bg-purple-500,.theme-sono-cream [class*=bg-gradient-to-r],.theme-sono-cream .sonoverse-page div[class*=bg-blue-],.theme-sono-cream .sonoverse-page div[class*=bg-red-],.theme-sono-cream .sonoverse-page div[class*=bg-purple-],.theme-sono-cream .sonoverse-page div[class*=bg-gradient-]{color:#fff!important}.theme-sono-cream .bg-blue-600,.theme-sono-cream .bg-blue-500,.theme-sono-cream .bg-red-600,.theme-sono-cream .bg-red-500,.theme-sono-cream .bg-purple-600,.theme-sono-cream .bg-purple-500,.theme-sono-cream [class*=from-blue-][class*=to-red-]{color:#fff!important;background-color:inherit!important}.theme-sono-cream div[class*=bg-blue-].text-white,.theme-sono-cream div[class*=bg-red-].text-white,.theme-sono-cream div[class*=bg-purple-].text-white{color:#fff!important}body.theme-sono-cream .bg-blue-600,html.theme-sono-cream .bg-blue-600,.theme-sono-cream .bg-blue-600{background-color:#2563eb!important;color:#fff!important}body.theme-sono-cream .bg-red-600,html.theme-sono-cream .bg-red-600,.theme-sono-cream .bg-red-600{background-color:#dc2626!important;color:#fff!important}body.theme-sono-cream .bg-blue-500,html.theme-sono-cream .bg-blue-500,.theme-sono-cream .bg-blue-500{background-color:#3b82f6!important;color:#fff!important}body.theme-sono-cream .bg-red-500,html.theme-sono-cream .bg-red-500,.theme-sono-cream .bg-red-500{background-color:#ef4444!important;color:#fff!important}body.theme-sono-cream [class*=from-blue-][class*=to-red-],html.theme-sono-cream [class*=from-blue-][class*=to-red-],.theme-sono-cream [class*=from-blue-][class*=to-red-]{background:linear-gradient(to right,#2563eb,#dc2626)!important;color:#fff!important}.theme-sono-cream .sonoverse-page .bg-blue-600.text-white,.theme-sono-cream .sonoverse-page .bg-red-600.text-white{background-color:inherit!important;color:#fff!important}.theme-sono-cream .sonoverse-page .flex.items-center.justify-center.gap-2>div[class*=bg-blue],.theme-sono-cream .sonoverse-page .flex.items-center.justify-center.gap-2>div.bg-blue-600{background-color:#2563eb!important;background:#2563eb!important;color:#fff!important}.theme-sono-cream .sonoverse-page .flex.items-center.justify-center.gap-2>div[class*=bg-red],.theme-sono-cream .sonoverse-page .flex.items-center.justify-center.gap-2>div.bg-red-600{background-color:#dc2626!important;background:#dc2626!important;color:#fff!important}.theme-sono-cream .sonoverse-page div[title*=French],.theme-sono-cream .sonoverse-page div:has-text("FR"){background-color:#2563eb!important;background:#2563eb!important;color:#fff!important}.theme-sono-cream .sonoverse-page div[title*=English],.theme-sono-cream .sonoverse-page div:has-text("EN"){background-color:#dc2626!important;background:#dc2626!important;color:#fff!important}.theme-sono-cream .images-page .image-title,.theme-sono-cream .images-page .image-date{color:#fff!important}.theme-sono-cream .catalogue-filter-icon,body.theme-sono-cream .catalogue-filter-icon,html.theme-sono-cream .catalogue-filter-icon,.theme-sono-cream .upload-button-icon,body.theme-sono-cream .upload-button-icon,html.theme-sono-cream .upload-button-icon{color:#000!important;stroke:#000!important}.theme-sono-cream .Toastify__toast,.theme-sono-cream .Toastify__toast-theme--dark,.theme-sono-cream .Toastify__toast-theme--colored,body.theme-sono-cream .Toastify__toast,html.theme-sono-cream .Toastify__toast{background:#fff!important;color:#161616!important;border:1px solid rgba(120,75,51,.2)!important;box-shadow:0 4px 12px #00000014!important}.theme-dark .Toastify__toast,.theme-dark .Toastify__toast-theme--dark,.theme-dark .Toastify__toast-theme--colored,body.theme-dark .Toastify__toast,html.theme-dark .Toastify__toast{background:#000!important;color:#fff!important}.theme-dark .Toastify__toast-icon svg,body.theme-dark .Toastify__toast-icon svg,html.theme-dark .Toastify__toast-icon svg{fill:#fff!important;stroke:#fff!important}.theme-dark .Toastify__close-button,body.theme-dark .Toastify__close-button,html.theme-dark .Toastify__close-button{color:#fff!important;opacity:.9}.theme-dark .Toastify__progress-bar,body.theme-dark .Toastify__progress-bar,html.theme-dark .Toastify__progress-bar{background:#22c55e!important}.theme-default .Toastify__toast,.theme-default .Toastify__toast-theme--dark,.theme-default .Toastify__toast-theme--colored,body.theme-default .Toastify__toast,html.theme-default .Toastify__toast{background:#000!important;color:#fff!important}.theme-default .Toastify__toast-icon svg,body.theme-default .Toastify__toast-icon svg,html.theme-default .Toastify__toast-icon svg{fill:#fff!important;stroke:#fff!important}.theme-default .Toastify__close-button,body.theme-default .Toastify__close-button,html.theme-default .Toastify__close-button{color:#fff!important;opacity:.9}.theme-default .Toastify__progress-bar,body.theme-default .Toastify__progress-bar,html.theme-default .Toastify__progress-bar{background:#22c55e!important}.theme-sono-cream .Toastify__toast-icon svg,body.theme-sono-cream .Toastify__toast-icon svg,html.theme-sono-cream .Toastify__toast-icon svg{fill:#784b33!important;stroke:#784b33!important}.theme-sono-cream .Toastify__close-button,body.theme-sono-cream .Toastify__close-button,html.theme-sono-cream .Toastify__close-button{color:#161616!important;opacity:.7}.theme-sono-cream .Toastify__close-button:hover,body.theme-sono-cream .Toastify__close-button:hover,html.theme-sono-cream .Toastify__close-button:hover{opacity:1}.theme-sono-cream .Toastify__progress-bar,body.theme-sono-cream .Toastify__progress-bar,html.theme-sono-cream .Toastify__progress-bar{background:#784b33!important}.theme-sono-cream .connected-badge,.theme-sono-cream .connected-badge *,body.theme-sono-cream .connected-badge,body.theme-sono-cream .connected-badge *,html.theme-sono-cream .connected-badge,html.theme-sono-cream .connected-badge *{color:#fff!important;stroke:#fff!important}.theme-sono-cream .bg-white{background-color:#161616!important}.theme-sono-cream .home-page #spotlight-section .bg-white,.theme-sono-cream .home-page #why-section .bg-white,.theme-sono-cream .home-page #plans-section .bg-white,.theme-sono-cream .home-page #testimonials-section .bg-white,.theme-sono-cream .home-page #features-section .bg-white{background-color:#fff!important;color:#161616!important}.home-page .non-dark-spotlight-card h3,.home-page .non-dark-spotlight-card p,.home-page .non-dark-spotlight-card span,.home-page .non-dark-spotlight-card div{color:#161616!important;-webkit-text-fill-color:#161616!important}.home-page .non-dark-spotlight-card{color:#161616!important}.home-page .non-dark-spotlight-card .text-purple-400{color:#784b33!important}.home-page .non-dark-spotlight-card .text-gray-400{color:#594448!important}.home-page .non-dark-spotlight-card .text-blue-300,.home-page .non-dark-spotlight-card .text-green-300,.home-page .non-dark-spotlight-card .text-orange-300{color:#784b33!important}.hero-main-title{font-family:Roca One,cursive!important;letter-spacing:-.02em}.theme-sono-cream [class*="bg-white/50"]{background-color:#784b3399!important}mation-delay-400{animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float 8s ease-in-out 1s infinite}.animate-float-slow{animation:float 10s ease-in-out 2s infinite}.animate-fade-in{animation:fadeIn 1s forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal-on-scroll{transition:opacity .6s,transform .8s}html,body{margin:0;padding:0;box-sizing:border-box}.theme-dark html,.theme-dark body{background-color:#000!important;background:#000!important}.theme-dark{background-color:#000!important}.theme-dark body,.theme-dark .theme-bg-primary{background-color:#000!important;background:#000!important}.theme-dark .theme-bg-secondary{background:#1e1e1ee6!important}.theme-dark .theme-bg-surface{background:#282828cc!important;border:1px solid rgba(88,28,135,.3)}.theme-dark .theme-bg-card{background:#1e1e1e!important;border:1px solid rgba(88,28,135,.4);border-radius:1rem;box-shadow:0 0 20px #581c874d,0 0 40px #581c871a}.theme-dark .theme-overlay{background:linear-gradient(to bottom right,#1e1e1ecc,#28282899,#1e1e1ecc)}.theme-dark .theme-border{border-color:#581c8766}.theme-dark .theme-text-primary{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.theme-dark .theme-text-primary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-dark .theme-text-primary{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-dark .theme-text-primary,html body .theme-sono-light .conversation-item.selected span.theme-dark .theme-text-primary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-dark .theme-text-primary,body.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-text-primary,html.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-text-primary,.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-text-primary{color:#000}.theme-sono-cream button.bg-blue-600.theme-dark .theme-text-primary{color:#fff;stroke:#fff}.theme-sono-cream div[class*=bg-blue-].theme-dark .theme-text-primary,.theme-sono-cream div[class*=bg-red-].theme-dark .theme-text-primary,.theme-sono-cream div[class*=bg-purple-].theme-dark .theme-text-primary{color:#fff}.theme-sono-cream .sonoverse-page .bg-blue-600.theme-dark .theme-text-primary,.theme-sono-cream .sonoverse-page .bg-red-600.theme-dark .theme-text-primary{background-color:inherit;color:#fff}.theme-sono-cream header .theme-dark .theme-text-primary,.theme-sono-cream nav .theme-dark .theme-text-primary{color:#fff}.theme-sono-cream .theme-dark .theme-text-primary,.theme-sono-cream .fixed.inset-0 .theme-dark .theme-text-primary,.theme-sono-cream .fixed.z-50 .theme-dark .theme-text-primary,.theme-sono-cream .z-50 .theme-dark .theme-text-primary,.theme-sono-cream [role=dialog] .theme-dark .theme-text-primary,.theme-sono-cream .modal .theme-dark .theme-text-primary{color:#000}.theme-sono-cream nav .theme-dark .theme-text-primary,.theme-sono-cream header .theme-dark .theme-text-primary{color:#000}.theme-sono-cream nav .bg-purple-600.theme-dark .theme-text-primary{background-color:#8e5cf6;color:#faf2e9}.theme-sono-cream header .theme-dark .theme-text-primary{color:#fff}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-dark .theme-text-primary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-dark .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .subscription-page-content .theme-dark .theme-text-primary{color:#000}.theme-sono-light ul .theme-dark .theme-text-primary,.theme-sono-light ul li.theme-dark .theme-text-primary,.theme-sono-light ul li span.theme-dark .theme-text-primary,.theme-sono-light .theme-bg-card .theme-dark .theme-text-primary,.theme-sono-light .theme-bg-card div.theme-dark .theme-text-primary,.theme-sono-light [data-page-url="/subscription"] .theme-dark .theme-text-primary,.theme-sono-light div.font-bold.theme-dark .theme-text-primary,.theme-sono-light .theme-bg-card .text-2xl.font-bold.theme-dark .theme-text-primary,.theme-sono-light .theme-bg-card .text-3xl.font-bold.theme-dark .theme-text-primary,.theme-sono-light .group .theme-dark .theme-text-primary,.theme-sono-light .group div.theme-dark .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-dark .theme-text-primary,body.theme-sono-light .theme-dark .theme-text-primary,.theme-sono-light .theme-dark .theme-text-primary{color:#000}.theme-sono-light .theme-modal-surface .theme-dark .theme-text-primary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .sonoverse-page .theme-dark .theme-text-primary{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2.theme-dark .theme-text-primary,.theme-sono-light .sonosphere-page span.theme-dark .theme-text-primary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light body div.sonosphere-page span.inline-flex svg.theme-dark .theme-text-primary,.theme-sono-light .sonosphere-page span.inline-flex svg.theme-dark .theme-text-primary{color:#fff;fill:none;stroke:#fff;stroke-width:2}html.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-text-primary,.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-text-primary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-text-primary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text.theme-dark .theme-text-primary,.theme-sono-light .message-bubble .theme-dark .theme-text-primary,html.theme-sono-light .message-bubble .theme-dark .theme-text-primary,body.theme-sono-light .message-bubble .theme-dark .theme-text-primary,html.theme-sono-light body .message-bubble .theme-dark .theme-text-primary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text.theme-dark .theme-text-primary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-text-primary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-text-primary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-text-primary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-text-primary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-text-primary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-text-primary{color:#fff}.theme-sono-light button[class*=purple] .theme-dark .theme-text-primary,.theme-sono-light button[class*=bg-purple] .theme-dark .theme-text-primary,html.theme-sono-light body button[class*=purple] .theme-dark .theme-text-primary,html.theme-sono-light body button[class*=bg-purple] .theme-dark .theme-text-primary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light nav .theme-dark .theme-text-primary,.theme-sono-light header nav .theme-dark .theme-text-primary{color:#0f172a}.theme-sono-light .theme-dark .theme-text-primary{color:#0f172a}.theme-sono-light .sonosphere-page .theme-dark .theme-text-primary{color:#000}.theme-sono-light nav div[class*=absolute] .theme-dark .theme-text-primary,.theme-sono-light header nav div[class*=absolute] .theme-dark .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sono-percentage-label.theme-dark .theme-text-primary,html.theme-sono-light .sono-percentage-label.theme-dark .theme-text-primary,body.theme-sono-light .sono-percentage-label.theme-dark .theme-text-primary{color:#fff}.theme-sono-light .profile-header-text .theme-dark .theme-text-primary,html.theme-sono-light .profile-header-text .theme-dark .theme-text-primary,body.theme-sono-light .profile-header-text .theme-dark .theme-text-primary,.theme-sono-light .profile-header-text h2.theme-dark .theme-text-primary,.theme-sono-light .sono-stats-section .theme-dark .theme-text-primary,.theme-sono-light .sono-stats-value.theme-dark .theme-text-primary,html.theme-sono-light .profile-header-text h2.theme-dark .theme-text-primary,html.theme-sono-light .sono-stats-section .theme-dark .theme-text-primary,html.theme-sono-light .sono-stats-value.theme-dark .theme-text-primary,.theme-sono-light .bg-black\/20 .theme-dark .theme-text-primary,body.theme-sono-light .bg-black\/20 .theme-dark .theme-text-primary{color:#000}.theme-sono-light .bg-gray-900\/50 .theme-dark .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.theme-dark .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 button.theme-dark .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-text-primary span.font-medium{color:#000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-text-primary svg{color:#000;stroke:#000;fill:#000}html.theme-sono-light body .bg-gray-900\/50 .theme-dark .theme-text-primary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button.theme-dark .theme-text-primary,body.theme-sono-light .bg-gray-900\/50 button.w-full.theme-dark .theme-text-primary{color:#000}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-dark .theme-text-primary,body.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-primary,html.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-primary,.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-dark .theme-text-primary,body.theme-sono-light .bio-black-text .theme-dark .theme-text-primary{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-dark .theme-text-primary,html body.theme-sono-light button .force-outline-icon.theme-dark .theme-text-primary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html body.theme-sono-light .sono-verse-page div.theme-dark .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white.theme-dark .theme-text-primary.text-xs.font-bold{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white.theme-dark .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help{color:#000;-webkit-text-fill-color:#000000}html[lang] body.theme-sono-light .sono-verse-page div.theme-dark .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-dark .theme-text-primary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-dark .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}.theme-dark .theme-text-secondary{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.theme-dark .theme-text-secondary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-dark .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-dark .theme-text-secondary,html body .theme-sono-light .conversation-item.selected span.theme-dark .theme-text-secondary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-dark .theme-text-secondary{color:#000}.theme-sono-cream .theme-dark .theme-text-secondary{color:#594448}body.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-text-secondary,html.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-text-secondary,.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-text-secondary{color:#000}.theme-sono-cream .fixed.inset-0 .theme-dark .theme-text-secondary,.theme-sono-cream .fixed.z-50 .theme-dark .theme-text-secondary,.theme-sono-cream .z-50 .theme-dark .theme-text-secondary{color:#594448}.theme-sono-cream .bg-gray-600.theme-dark .theme-text-secondary{color:#fff}.theme-sono-cream .theme-dark .theme-text-secondary{color:#a39386}.theme-sono-cream .bg-gray-900 .theme-dark .theme-text-secondary,.theme-sono-cream header .theme-dark .theme-text-secondary,.theme-sono-cream nav .theme-dark .theme-text-secondary{color:#000}.theme-sono-cream nav .theme-dark .theme-text-secondary,.theme-sono-cream header .theme-dark .theme-text-secondary,.theme-sono-cream .theme-dark .theme-text-secondary.theme-nav-hover{color:#000}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-dark .theme-text-secondary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-dark .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .flex.items-start.theme-dark .theme-text-secondary span,.theme-sono-light .subscription-page-content .theme-dark .theme-text-secondary,.theme-sono-light .subscription-page-content .flex.items-start.theme-dark .theme-text-secondary,.theme-sono-light .subscription-page-content li.flex.items-start.theme-dark .theme-text-secondary{color:#000}.theme-sono-light ul .theme-dark .theme-text-secondary,.theme-sono-light ul li.theme-dark .theme-text-secondary,.theme-sono-light ul li span.theme-dark .theme-text-secondary,.theme-sono-light [data-page-url="/subscription"] .theme-dark .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-dark .theme-text-secondary,body.theme-sono-light .theme-dark .theme-text-secondary,.theme-sono-light .theme-dark .theme-text-secondary{color:#000}.theme-sono-light button.theme-dark .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000;background-color:#e5e7eb}.theme-sono-light button.theme-dark .theme-text-secondary *{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .theme-modal-surface .theme-dark .theme-text-secondary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .theme-dark .theme-text-secondary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .survey-widget .theme-dark .theme-text-secondary{color:#6b7280}.theme-sono-light .sonosphere-page .theme-dark .theme-text-secondary:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-dark .theme-text-secondary:not(.sono-sphere-achievement-text){color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sonoverse-page .theme-dark .theme-text-secondary{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light h3.text-xl.font-semibold.theme-dark .theme-text-secondary,html.theme-sono-light h3.theme-dark .theme-text-secondary,html.theme-sono-light .text-xl.theme-dark .theme-text-secondary,html.theme-sono-light .font-semibold.theme-dark .theme-text-secondary,html.theme-sono-light body .text-center h3.text-xl.font-semibold.theme-dark .theme-text-secondary.mb-2{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light nav .theme-dark .theme-text-secondary,.theme-sono-light header nav .theme-dark .theme-text-secondary{color:#0f172a}.theme-sono-light .theme-dark .theme-text-secondary{color:#64748b}.theme-sono-light .profile-header-text .theme-dark .theme-text-secondary,html.theme-sono-light .profile-header-text .theme-dark .theme-text-secondary,body.theme-sono-light .profile-header-text .theme-dark .theme-text-secondary,.theme-sono-light .profile-info-grid .theme-dark .theme-text-secondary,html.theme-sono-light .profile-info-grid .theme-dark .theme-text-secondary,.theme-sono-light .bg-black\/20 .theme-dark .theme-text-secondary,body.theme-sono-light .bg-black\/20 .theme-dark .theme-text-secondary{color:#000}html.theme-sono-light body main .theme-dark .theme-text-secondary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light .theme-bg-card .grid.grid-cols-2.lg\\:grid-cols-4 .theme-dark .theme-text-secondary,html.theme-sono-light .theme-bg-card .grid .text-xs.sm\\:text-sm.theme-dark .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br .theme-dark .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-purple-500\/10 .theme-dark .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-blue-500\/10 .theme-dark .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-green-500\/10 .theme-dark .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-orange-500\/10 .theme-dark .theme-text-secondary,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-dark .theme-text-secondary,body.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-secondary,html.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-secondary,.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-dark .theme-text-secondary,body.theme-sono-light .bio-black-text .theme-dark .theme-text-secondary,body.theme-sono-light .theme-dark .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-dark .theme-text-secondary,html body.theme-sono-light button .force-outline-icon.theme-dark .theme-text-secondary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-dark .theme-text-secondary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-dark .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-dark .theme-text-tertiary{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.theme-dark .theme-text-tertiary[data-terms-black],body.theme-sono-light .theme-dark .theme-text-tertiary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected p.theme-dark .theme-text-tertiary,html body .theme-sono-light .conversation-item.selected span.theme-dark .theme-text-tertiary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .theme-dark .theme-text-tertiary{color:#594448}.theme-sono-cream .sonoverse-page .theme-dark .theme-text-tertiary{color:#000}.home-page .non-dark-spotlight-card .theme-dark .theme-text-tertiary,.theme-sono-cream .fixed.inset-0 .theme-dark .theme-text-tertiary,.theme-sono-cream .fixed.z-50 .theme-dark .theme-text-tertiary,.theme-sono-cream .z-50 .theme-dark .theme-text-tertiary{color:#594448}.theme-sono-cream .theme-dark .theme-text-tertiary{color:#87756a}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-dark .theme-text-tertiary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-dark .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .subscription-page-content .theme-dark .theme-text-tertiary{color:#000}.theme-sono-light ul .theme-dark .theme-text-tertiary,.theme-sono-light ul li.theme-dark .theme-text-tertiary,.theme-sono-light ul li span.theme-dark .theme-text-tertiary,.theme-sono-light [data-page-url="/subscription"] .theme-dark .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-dark .theme-text-tertiary,body.theme-sono-light .theme-dark .theme-text-tertiary,.theme-sono-light .theme-dark .theme-text-tertiary{color:#000}.theme-sono-light .theme-bg-card .theme-dark .theme-text-tertiary,.theme-sono-light .theme-modal-surface .theme-dark .theme-text-tertiary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .theme-modal-surface .theme-dark .theme-text-tertiary{color:#6b7280;-webkit-text-fill-color:#6b7280}.theme-sono-light .theme-dark .theme-text-tertiary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .survey-widget .theme-dark .theme-text-tertiary{color:#6b7280}.theme-sono-light .sonosphere-page .theme-dark .theme-text-tertiary:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-dark .theme-text-tertiary:not(.sono-sphere-achievement-text){color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sonoverse-page .theme-dark .theme-text-tertiary{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light .theme-dark .theme-text-tertiary,html.theme-sono-light [class*=publications] .theme-dark .theme-text-tertiary,html.theme-sono-light .publications-tab .theme-dark .theme-text-tertiary,html.theme-sono-light body div p.theme-dark .theme-text-tertiary,html.theme-sono-light body div span.theme-dark .theme-text-tertiary,html.theme-sono-light body .text-center.theme-dark .theme-text-tertiary,html.theme-sono-light p.theme-dark .theme-text-tertiary,html.theme-sono-light body .text-center p.theme-dark .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light nav .theme-dark .theme-text-tertiary,.theme-sono-light header nav .theme-dark .theme-text-tertiary{color:#0f172a}.theme-sono-light .theme-dark .theme-text-tertiary{color:#64748b}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button.theme-dark .theme-text-tertiary{background-color:#f9fafb;color:#6b7280;border-radius:.5rem .5rem 0 0;padding:.75rem 1rem;border:1px solid #E5E7EB;border-bottom:none;transition:all .2s ease}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button.theme-dark .theme-text-tertiary:hover{background-color:#f3f4f6;color:#4b5563}.theme-sono-light .sono-stats-label.theme-dark .theme-text-tertiary,html.theme-sono-light .sono-stats-label.theme-dark .theme-text-tertiary,.theme-sono-light .bg-black\/20 .theme-dark .theme-text-tertiary,body.theme-sono-light .bg-black\/20 .theme-dark .theme-text-tertiary{color:#000}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-dark .theme-text-tertiary,body.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-tertiary,html.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-tertiary,.theme-sono-light .marketplace-gears-options .theme-dark .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-dark .theme-text-tertiary,body.theme-sono-light .bio-black-text .theme-dark .theme-text-tertiary,body.theme-sono-light .bio-black-text p.theme-dark .theme-text-tertiary.italic,body.theme-sono-light .bio-black-text .theme-dark .theme-text-tertiary.italic{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-dark .theme-text-tertiary,html body.theme-sono-light button .force-outline-icon.theme-dark .theme-text-tertiary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-dark .theme-text-tertiary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-dark .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}.theme-dark .theme-button-primary{background:linear-gradient(135deg,#581c87cc,#ec4899cc);border-width:1px;border-color:#a855f733;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.theme-dark .theme-button-primary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-dark .theme-button-primary{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-dark .theme-button-primary,html body .theme-sono-light .conversation-item.selected span.theme-dark .theme-button-primary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-dark .theme-button-primary,body.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-button-primary,html.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-button-primary,.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-button-primary{color:#000}.theme-sono-cream button.bg-blue-600.theme-dark .theme-button-primary{color:#fff;stroke:#fff}.theme-sono-cream div[class*=bg-blue-].theme-dark .theme-button-primary,.theme-sono-cream div[class*=bg-red-].theme-dark .theme-button-primary,.theme-sono-cream div[class*=bg-purple-].theme-dark .theme-button-primary{color:#fff}.theme-sono-cream .sonoverse-page .bg-blue-600.theme-dark .theme-button-primary,.theme-sono-cream .sonoverse-page .bg-red-600.theme-dark .theme-button-primary{background-color:inherit;color:#fff}.theme-sono-cream header .theme-dark .theme-button-primary,.theme-sono-cream nav .theme-dark .theme-button-primary{color:#fff}.theme-sono-cream .theme-dark .theme-button-primary,.theme-sono-cream .fixed.inset-0 .theme-dark .theme-button-primary,.theme-sono-cream .fixed.z-50 .theme-dark .theme-button-primary,.theme-sono-cream .z-50 .theme-dark .theme-button-primary,.theme-sono-cream [role=dialog] .theme-dark .theme-button-primary,.theme-sono-cream .modal .theme-dark .theme-button-primary{color:#000}.theme-sono-cream nav .theme-dark .theme-button-primary,.theme-sono-cream header .theme-dark .theme-button-primary{color:#000}.theme-sono-cream nav .bg-purple-600.theme-dark .theme-button-primary{background-color:#8e5cf6;color:#faf2e9}.theme-sono-cream header .theme-dark .theme-button-primary{color:#fff}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-dark .theme-button-primary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-dark .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .subscription-page-content .theme-dark .theme-button-primary{color:#000}.theme-sono-light ul .theme-dark .theme-button-primary,.theme-sono-light ul li.theme-dark .theme-button-primary,.theme-sono-light ul li span.theme-dark .theme-button-primary,.theme-sono-light .theme-bg-card .theme-dark .theme-button-primary,.theme-sono-light .theme-bg-card div.theme-dark .theme-button-primary,.theme-sono-light [data-page-url="/subscription"] .theme-dark .theme-button-primary,.theme-sono-light div.font-bold.theme-dark .theme-button-primary,.theme-sono-light .theme-bg-card .text-2xl.font-bold.theme-dark .theme-button-primary,.theme-sono-light .theme-bg-card .text-3xl.font-bold.theme-dark .theme-button-primary,.theme-sono-light .group .theme-dark .theme-button-primary,.theme-sono-light .group div.theme-dark .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-dark .theme-button-primary,body.theme-sono-light .theme-dark .theme-button-primary,.theme-sono-light .theme-dark .theme-button-primary{color:#000}.theme-sono-light .theme-modal-surface .theme-dark .theme-button-primary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .sonoverse-page .theme-dark .theme-button-primary{color:#0f172a;-webkit-text-fill-color:#0f172a}.theme-sono-light div.bg-gradient-to-br.from-green-500\/10.to-green-600\/20.rounded-2xl.p-6.theme-dark .theme-button-primary.border-green-500\/20.shadow-xl{background:linear-gradient(to bottom right,#ede9fe,#dbeafe);border-color:#5b21b633}html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2.theme-dark .theme-button-primary,.theme-sono-light .sonosphere-page span.theme-dark .theme-button-primary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light body div.sonosphere-page span.inline-flex svg.theme-dark .theme-button-primary,.theme-sono-light .sonosphere-page span.inline-flex svg.theme-dark .theme-button-primary{color:#fff;fill:none;stroke:#fff;stroke-width:2}html.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-primary,.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-primary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-primary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-primary,.theme-sono-light .message-bubble .theme-dark .theme-button-primary,html.theme-sono-light .message-bubble .theme-dark .theme-button-primary,body.theme-sono-light .message-bubble .theme-dark .theme-button-primary,html.theme-sono-light body .message-bubble .theme-dark .theme-button-primary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-primary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-primary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-primary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-primary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-primary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-primary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-primary{color:#fff}.theme-sono-light button[class*=purple] .theme-dark .theme-button-primary,.theme-sono-light button[class*=bg-purple] .theme-dark .theme-button-primary,html.theme-sono-light body button[class*=purple] .theme-dark .theme-button-primary,html.theme-sono-light body button[class*=bg-purple] .theme-dark .theme-button-primary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light .bg-purple-500\/5.theme-dark .theme-button-primary.border-purple-500\/20,html.theme-sono-light .bg-purple-500\/5.border.theme-dark .theme-button-primary{background:linear-gradient(135deg,#9333ea1a,#a855f733);border-color:#9333ea33}html.theme-sono-light .bg-purple-500\/5.theme-dark .theme-button-primary.border-purple-500\/20:hover,html.theme-sono-light .bg-purple-500\/5.border.theme-dark .theme-button-primary:hover{background:linear-gradient(135deg,#9333ea26,#a855f740)}.theme-sono-light nav .theme-dark .theme-button-primary,.theme-sono-light header nav .theme-dark .theme-button-primary{color:#0f172a}.theme-sono-light .theme-dark .theme-button-primary{color:#0f172a}.theme-sono-light .sonosphere-page .theme-dark .theme-button-primary{color:#000}.theme-sono-light nav div[class*=absolute] .theme-dark .theme-button-primary,.theme-sono-light header nav div[class*=absolute] .theme-dark .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sono-percentage-label.theme-dark .theme-button-primary,html.theme-sono-light .sono-percentage-label.theme-dark .theme-button-primary,body.theme-sono-light .sono-percentage-label.theme-dark .theme-button-primary{color:#fff}.theme-sono-light .profile-header-text .theme-dark .theme-button-primary,html.theme-sono-light .profile-header-text .theme-dark .theme-button-primary,body.theme-sono-light .profile-header-text .theme-dark .theme-button-primary,.theme-sono-light .profile-header-text h2.theme-dark .theme-button-primary,.theme-sono-light .sono-stats-section .theme-dark .theme-button-primary,.theme-sono-light .sono-stats-value.theme-dark .theme-button-primary,html.theme-sono-light .profile-header-text h2.theme-dark .theme-button-primary,html.theme-sono-light .sono-stats-section .theme-dark .theme-button-primary,html.theme-sono-light .sono-stats-value.theme-dark .theme-button-primary,.theme-sono-light .bg-black\/20 .theme-dark .theme-button-primary,body.theme-sono-light .bg-black\/20 .theme-dark .theme-button-primary{color:#000}.theme-sono-light .bg-gray-900\/50 .theme-dark .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.theme-dark .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 button.theme-dark .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-button-primary span.font-medium{color:#000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-button-primary svg{color:#000;stroke:#000;fill:#000}html.theme-sono-light body .bg-gray-900\/50 .theme-dark .theme-button-primary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button.theme-dark .theme-button-primary,body.theme-sono-light .bg-gray-900\/50 button.w-full.theme-dark .theme-button-primary{color:#000}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50.theme-dark .theme-button-primary.border-gray-700\/50,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/30.to-gray-900\/30.theme-dark .theme-button-primary.border-gray-700\/30{border-color:#e5e7eb}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-dark .theme-button-primary,body.theme-sono-light .marketplace-gears-options .theme-dark .theme-button-primary,html.theme-sono-light .marketplace-gears-options .theme-dark .theme-button-primary,.theme-sono-light .marketplace-gears-options .theme-dark .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-dark .theme-button-primary,body.theme-sono-light .bio-black-text .theme-dark .theme-button-primary{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-dark .theme-button-primary,html body.theme-sono-light button .force-outline-icon.theme-dark .theme-button-primary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html body.theme-sono-light .sono-verse-page div.theme-dark .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white.theme-dark .theme-button-primary.text-xs.font-bold{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white.theme-dark .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help{color:#000;-webkit-text-fill-color:#000000}html[lang] body.theme-sono-light .sono-verse-page div.theme-dark .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-dark .theme-button-primary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-dark .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}.theme-dark .theme-button-primary:hover{background:linear-gradient(135deg,#581c87,#ec4899)}.theme-dark .theme-button-secondary{background:#581c8799;border-width:1px;border-color:#a855f74d;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.theme-dark .theme-button-secondary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-dark .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-dark .theme-button-secondary,html body .theme-sono-light .conversation-item.selected span.theme-dark .theme-button-secondary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-dark .theme-button-secondary,body.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-button-secondary,html.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-button-secondary,.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-button-secondary{color:#000}.theme-sono-cream button.bg-blue-600.theme-dark .theme-button-secondary{color:#fff;stroke:#fff}.theme-sono-cream div[class*=bg-blue-].theme-dark .theme-button-secondary,.theme-sono-cream div[class*=bg-red-].theme-dark .theme-button-secondary,.theme-sono-cream div[class*=bg-purple-].theme-dark .theme-button-secondary{color:#fff}.theme-sono-cream .sonoverse-page .bg-blue-600.theme-dark .theme-button-secondary,.theme-sono-cream .sonoverse-page .bg-red-600.theme-dark .theme-button-secondary{background-color:inherit;color:#fff}.theme-sono-cream header .theme-dark .theme-button-secondary,.theme-sono-cream nav .theme-dark .theme-button-secondary{color:#fff}.theme-sono-cream .theme-dark .theme-button-secondary,.theme-sono-cream .fixed.inset-0 .theme-dark .theme-button-secondary,.theme-sono-cream .fixed.z-50 .theme-dark .theme-button-secondary,.theme-sono-cream .z-50 .theme-dark .theme-button-secondary,.theme-sono-cream [role=dialog] .theme-dark .theme-button-secondary,.theme-sono-cream .modal .theme-dark .theme-button-secondary{color:#000}.theme-sono-cream nav .theme-dark .theme-button-secondary,.theme-sono-cream header .theme-dark .theme-button-secondary{color:#000}.theme-sono-cream nav .bg-purple-600.theme-dark .theme-button-secondary{background-color:#8e5cf6;color:#faf2e9}.theme-sono-cream header .theme-dark .theme-button-secondary{color:#fff}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-dark .theme-button-secondary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-dark .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .subscription-page-content .theme-dark .theme-button-secondary{color:#000}.theme-sono-light ul .theme-dark .theme-button-secondary,.theme-sono-light ul li.theme-dark .theme-button-secondary,.theme-sono-light ul li span.theme-dark .theme-button-secondary,.theme-sono-light .theme-bg-card .theme-dark .theme-button-secondary,.theme-sono-light .theme-bg-card div.theme-dark .theme-button-secondary,.theme-sono-light [data-page-url="/subscription"] .theme-dark .theme-button-secondary,.theme-sono-light div.font-bold.theme-dark .theme-button-secondary,.theme-sono-light .theme-bg-card .text-2xl.font-bold.theme-dark .theme-button-secondary,.theme-sono-light .theme-bg-card .text-3xl.font-bold.theme-dark .theme-button-secondary,.theme-sono-light .group .theme-dark .theme-button-secondary,.theme-sono-light .group div.theme-dark .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-dark .theme-button-secondary,body.theme-sono-light .theme-dark .theme-button-secondary,.theme-sono-light .theme-dark .theme-button-secondary{color:#000}.theme-sono-light .theme-modal-surface .theme-dark .theme-button-secondary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .sonoverse-page .theme-dark .theme-button-secondary{color:#0f172a;-webkit-text-fill-color:#0f172a}.theme-sono-light div.bg-gradient-to-br.from-green-500\/10.to-green-600\/20.rounded-2xl.p-6.theme-dark .theme-button-secondary.border-green-500\/20.shadow-xl{background:linear-gradient(to bottom right,#ede9fe,#dbeafe);border-color:#5b21b633}html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2.theme-dark .theme-button-secondary,.theme-sono-light .sonosphere-page span.theme-dark .theme-button-secondary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light body div.sonosphere-page span.inline-flex svg.theme-dark .theme-button-secondary,.theme-sono-light .sonosphere-page span.inline-flex svg.theme-dark .theme-button-secondary{color:#fff;fill:none;stroke:#fff;stroke-width:2}html.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-secondary,.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-secondary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-secondary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-secondary,.theme-sono-light .message-bubble .theme-dark .theme-button-secondary,html.theme-sono-light .message-bubble .theme-dark .theme-button-secondary,body.theme-sono-light .message-bubble .theme-dark .theme-button-secondary,html.theme-sono-light body .message-bubble .theme-dark .theme-button-secondary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text.theme-dark .theme-button-secondary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-secondary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-secondary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-secondary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-secondary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-secondary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text.theme-dark .theme-button-secondary{color:#fff}.theme-sono-light button[class*=purple] .theme-dark .theme-button-secondary,.theme-sono-light button[class*=bg-purple] .theme-dark .theme-button-secondary,html.theme-sono-light body button[class*=purple] .theme-dark .theme-button-secondary,html.theme-sono-light body button[class*=bg-purple] .theme-dark .theme-button-secondary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light .bg-purple-500\/5.theme-dark .theme-button-secondary.border-purple-500\/20{background:linear-gradient(135deg,#9333ea1a,#a855f733);border-color:#9333ea33}html.theme-sono-light .bg-purple-500\/5.theme-dark .theme-button-secondary.border-purple-500\/20:hover{background:linear-gradient(135deg,#9333ea26,#a855f740)}.theme-sono-light nav .theme-dark .theme-button-secondary,.theme-sono-light header nav .theme-dark .theme-button-secondary{color:#0f172a}.theme-sono-light .theme-dark .theme-button-secondary{color:#0f172a}.theme-sono-light .sonosphere-page .theme-dark .theme-button-secondary{color:#000}.theme-sono-light nav div[class*=absolute] .theme-dark .theme-button-secondary,.theme-sono-light header nav div[class*=absolute] .theme-dark .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sono-percentage-label.theme-dark .theme-button-secondary,html.theme-sono-light .sono-percentage-label.theme-dark .theme-button-secondary,body.theme-sono-light .sono-percentage-label.theme-dark .theme-button-secondary{color:#fff}.theme-sono-light .profile-header-text .theme-dark .theme-button-secondary,html.theme-sono-light .profile-header-text .theme-dark .theme-button-secondary,body.theme-sono-light .profile-header-text .theme-dark .theme-button-secondary,.theme-sono-light .profile-header-text h2.theme-dark .theme-button-secondary,.theme-sono-light .sono-stats-section .theme-dark .theme-button-secondary,.theme-sono-light .sono-stats-value.theme-dark .theme-button-secondary,html.theme-sono-light .profile-header-text h2.theme-dark .theme-button-secondary,html.theme-sono-light .sono-stats-section .theme-dark .theme-button-secondary,html.theme-sono-light .sono-stats-value.theme-dark .theme-button-secondary,.theme-sono-light .bg-black\/20 .theme-dark .theme-button-secondary,body.theme-sono-light .bg-black\/20 .theme-dark .theme-button-secondary{color:#000}.theme-sono-light .bg-gray-900\/50 .theme-dark .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.theme-dark .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 button.theme-dark .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-button-secondary span.font-medium{color:#000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-dark .theme-button-secondary svg{color:#000;stroke:#000;fill:#000}html.theme-sono-light body .bg-gray-900\/50 .theme-dark .theme-button-secondary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button.theme-dark .theme-button-secondary,body.theme-sono-light .bg-gray-900\/50 button.w-full.theme-dark .theme-button-secondary{color:#000}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50.theme-dark .theme-button-secondary.border-gray-700\/50,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/30.to-gray-900\/30.theme-dark .theme-button-secondary.border-gray-700\/30{border-color:#e5e7eb}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-dark .theme-button-secondary,body.theme-sono-light .marketplace-gears-options .theme-dark .theme-button-secondary,html.theme-sono-light .marketplace-gears-options .theme-dark .theme-button-secondary,.theme-sono-light .marketplace-gears-options .theme-dark .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-dark .theme-button-secondary,body.theme-sono-light .bio-black-text .theme-dark .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-dark .theme-button-secondary,html body.theme-sono-light button .force-outline-icon.theme-dark .theme-button-secondary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html body.theme-sono-light .sono-verse-page div.theme-dark .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white.theme-dark .theme-button-secondary.text-xs.font-bold{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white.theme-dark .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help{color:#000;-webkit-text-fill-color:#000000}html[lang] body.theme-sono-light .sono-verse-page div.theme-dark .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-dark .theme-button-secondary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-dark .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-dark .theme-nav-background{border-bottom-width:1px;border-color:#a855f733;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.theme-sono-cream .fixed.inset-0.theme-dark .theme-nav-background{background-color:#16161699}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-music,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-music{color:#5b21b6;fill:#5b21b6;stroke:#5b21b6}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-user-plus,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-user-plus{color:#10b981;fill:#10b981;stroke:#10b981}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-calendar,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-calendar{color:#f97316;fill:#f97316;stroke:#f97316}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-folder,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-folder{color:#3b82f6;fill:#3b82f6;stroke:#3b82f6}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-message-square,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-message-square,html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-message-circle,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-message-circle{color:#7c3aed;fill:#7c3aed;stroke:#7c3aed}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-link,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-link{color:#6b7280;fill:#6b7280;stroke:#6b7280}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-dollar-sign,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-dollar-sign{color:#059669;fill:#059669;stroke:#059669}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button svg.lucide-credit-card,html.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-credit-card{color:#1e40af;fill:#1e40af;stroke:#1e40af}html.theme-sono-light .bg-purple-500\/5.border.theme-dark .theme-nav-background{background:linear-gradient(135deg,#9333ea1a,#a855f733);border-color:#9333ea33}html.theme-sono-light .bg-purple-500\/5.border.theme-dark .theme-nav-background:hover{background:linear-gradient(135deg,#9333ea26,#a855f740)}.theme-sono-light [data-testid=catalogue] .theme-dark .theme-nav-background,.theme-sono-light .catalogue-page .theme-dark .theme-nav-background{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .theme-dark .theme-nav-background.border-gray-700 nav button.text-purple-400.border-b-2.border-purple-400{background-color:#ede9fe;color:#5b21b6;border-bottom-color:#5b21b6;border-radius:.5rem .5rem 0 0;padding:.75rem 1rem;margin-bottom:-1px;position:relative;z-index:1}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .theme-dark .theme-nav-background.border-gray-700 nav button.text-gray-400{background-color:#f9fafb;color:#6b7280;border-radius:.5rem .5rem 0 0;padding:.75rem 1rem;border:1px solid #E5E7EB;border-bottom:none;transition:all .2s ease}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .theme-dark .theme-nav-background.border-gray-700 nav button.text-gray-400:hover{background-color:#f3f4f6;color:#4b5563}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-music,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-music{color:#5b21b6;fill:#5b21b6;stroke:#5b21b6}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-user-plus,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-user-plus{color:#10b981;fill:#10b981;stroke:#10b981}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-calendar,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-calendar{color:#f97316;fill:#f97316;stroke:#f97316}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-folder,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-folder{color:#3b82f6;fill:#3b82f6;stroke:#3b82f6}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-message-square,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-message-square,html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-message-circle,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-message-circle{color:#7c3aed;fill:#7c3aed;stroke:#7c3aed}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-link,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-link{color:#6b7280;fill:#6b7280;stroke:#6b7280}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-dollar-sign,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-dollar-sign{color:#059669;fill:#059669;stroke:#059669}html.theme-sono-light body .theme-bg-card .theme-dark .theme-nav-background.border-gray-700 nav button .lucide-credit-card,.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background nav button .lucide-credit-card{color:#1e40af;fill:#1e40af;stroke:#1e40af}.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background button svg[data-lucide=music]{color:#5b21b6;stroke:#5b21b6}.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background button svg[data-lucide=user-plus]{color:#10b981;stroke:#10b981}.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background button svg[data-lucide=calendar]{color:#f97316;stroke:#f97316}.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background button svg[data-lucide=folder]{color:#3b82f6;stroke:#3b82f6}.theme-sono-light .theme-bg-card .theme-dark .theme-nav-background button svg[data-lucide=message-square]{color:#7c3aed;stroke:#7c3aed}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .theme-dark .theme-nav-background.border-gray-700{border-bottom:2px solid #E5E7EB;background:linear-gradient(to right,#f9fafb,#fff);padding-top:.5rem}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .theme-dark .theme-nav-background.border-gray-700 nav{gap:.25rem}body.theme-sono-light .fixed.inset-0 .theme-dark .theme-nav-background.bg-opacity-80 .bg-white,html.theme-sono-light .fixed.inset-0 .theme-dark .theme-nav-background.bg-opacity-80 .bg-white,.theme-sono-light .fixed.inset-0 .theme-dark .theme-nav-background.bg-opacity-80 .bg-white{color:#000}body.theme-sono-light .fixed.inset-0 .theme-dark .theme-nav-background.bg-opacity-80 .bg-white *:not(button):not(input):not(svg),html.theme-sono-light .fixed.inset-0 .theme-dark .theme-nav-background.bg-opacity-80 .bg-white *:not(button):not(input):not(svg),.theme-sono-light .fixed.inset-0 .theme-dark .theme-nav-background.bg-opacity-80 .bg-white *:not(button):not(input):not(svg){color:#000;-webkit-text-fill-color:#000000}.theme-dark .theme-nav-hover{background:#581c874d}.theme-dark .theme-nav-text{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.theme-dark .theme-nav-text[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-dark .theme-nav-text{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-dark .theme-nav-text,html body .theme-sono-light .conversation-item.selected span.theme-dark .theme-nav-text{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-dark .theme-nav-text{color:#000}.theme-sono-cream .theme-dark .theme-nav-text{color:#594448}body.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-nav-text,html.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-nav-text,.theme-sono-light .sono-sphere-recruitment-post .theme-dark .theme-nav-text{color:#000}.theme-sono-cream .fixed.inset-0 .theme-dark .theme-nav-text,.theme-sono-cream .fixed.z-50 .theme-dark .theme-nav-text,.theme-sono-cream .z-50 .theme-dark .theme-nav-text{color:#594448}.theme-sono-cream .bg-gray-600.theme-dark .theme-nav-text{color:#fff}.theme-sono-cream .theme-dark .theme-nav-text{color:#a39386}.theme-sono-cream .bg-gray-900 .theme-dark .theme-nav-text,.theme-sono-cream header .theme-dark .theme-nav-text,.theme-sono-cream nav .theme-dark .theme-nav-text{color:#000}.theme-sono-cream nav .theme-dark .theme-nav-text,.theme-sono-cream header .theme-dark .theme-nav-text,.theme-sono-cream .theme-dark .theme-nav-text.theme-nav-hover{color:#000}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-dark .theme-nav-text,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-dark .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .flex.items-start.theme-dark .theme-nav-text span,.theme-sono-light .subscription-page-content .theme-dark .theme-nav-text,.theme-sono-light .subscription-page-content .flex.items-start.theme-dark .theme-nav-text,.theme-sono-light .subscription-page-content li.flex.items-start.theme-dark .theme-nav-text{color:#000}.theme-sono-light ul .theme-dark .theme-nav-text,.theme-sono-light ul li.theme-dark .theme-nav-text,.theme-sono-light ul li span.theme-dark .theme-nav-text,.theme-sono-light [data-page-url="/subscription"] .theme-dark .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-dark .theme-nav-text,body.theme-sono-light .theme-dark .theme-nav-text,.theme-sono-light .theme-dark .theme-nav-text{color:#000}.theme-sono-light button.theme-dark .theme-nav-text{color:#000;-webkit-text-fill-color:#000000;background-color:#e5e7eb}.theme-sono-light button.theme-dark .theme-nav-text *{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .theme-modal-surface .theme-dark .theme-nav-text{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .theme-dark .theme-nav-text{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .survey-widget .theme-dark .theme-nav-text{color:#6b7280}.theme-sono-light .sonosphere-page .theme-dark .theme-nav-text:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-dark .theme-nav-text:not(.sono-sphere-achievement-text){color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sonoverse-page .theme-dark .theme-nav-text{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light h3.text-xl.font-semibold.theme-dark .theme-nav-text,html.theme-sono-light h3.theme-dark .theme-nav-text,html.theme-sono-light .text-xl.theme-dark .theme-nav-text,html.theme-sono-light .font-semibold.theme-dark .theme-nav-text,html.theme-sono-light body .text-center h3.text-xl.font-semibold.theme-dark .theme-nav-text.mb-2{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light nav .theme-dark .theme-nav-text,.theme-sono-light header nav .theme-dark .theme-nav-text{color:#0f172a}.theme-sono-light .theme-dark .theme-nav-text{color:#64748b}.theme-sono-light .profile-header-text .theme-dark .theme-nav-text,html.theme-sono-light .profile-header-text .theme-dark .theme-nav-text,body.theme-sono-light .profile-header-text .theme-dark .theme-nav-text,.theme-sono-light .profile-info-grid .theme-dark .theme-nav-text,html.theme-sono-light .profile-info-grid .theme-dark .theme-nav-text,.theme-sono-light .bg-black\/20 .theme-dark .theme-nav-text,body.theme-sono-light .bg-black\/20 .theme-dark .theme-nav-text{color:#000}html.theme-sono-light body main .theme-dark .theme-nav-text{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light .theme-bg-card .grid.grid-cols-2.lg\\:grid-cols-4 .theme-dark .theme-nav-text,html.theme-sono-light .theme-bg-card .grid .text-xs.sm\\:text-sm.theme-dark .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br .theme-dark .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-purple-500\/10 .theme-dark .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-blue-500\/10 .theme-dark .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-green-500\/10 .theme-dark .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-orange-500\/10 .theme-dark .theme-nav-text,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-dark .theme-nav-text,body.theme-sono-light .marketplace-gears-options .theme-dark .theme-nav-text,html.theme-sono-light .marketplace-gears-options .theme-dark .theme-nav-text,.theme-sono-light .marketplace-gears-options .theme-dark .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .marketplace-gears-options .theme-dark .theme-nav-text:hover,html.theme-sono-light .marketplace-gears-options .theme-dark .theme-nav-text:hover,.theme-sono-light .marketplace-gears-options .theme-dark .theme-nav-text:hover{color:#333;-webkit-text-fill-color:#333333}body.theme-sono-light .bio-black-text.theme-dark .theme-nav-text,body.theme-sono-light .bio-black-text .theme-dark .theme-nav-text,body.theme-sono-light .theme-dark .theme-nav-text{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-dark .theme-nav-text,html body.theme-sono-light button .force-outline-icon.theme-dark .theme-nav-text{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-dark .theme-nav-text,html[lang] body.theme-sono-light .sono-verse-button-black.theme-dark .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}.theme-dark .theme-nav-text:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.theme-dark .theme-nav-text:hover[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}.theme-dark .theme-border{border-color:#9333ea66}.theme-dark .theme-modal-surface{background:#1e1e1ef2;border:1px solid rgba(88,28,135,.3)}.theme-dark .theme-modal-overlay{background-color:#000000e6!important;-webkit-backdrop-filter:blur(0px)!important;backdrop-filter:blur(0px)!important}:root{--video-upload-modal-bg: initial;--video-upload-modal-border: initial}.video-upload-modal-surface{background:var(--video-upload-modal-bg)!important;background-color:var(--video-upload-modal-bg)!important;border-color:var(--video-upload-modal-border)!important}.theme-default .theme-bg-primary,.theme-bg-primary{background:linear-gradient(to bottom,#581c87,#1e3a8a)}.theme-default .theme-bg-secondary,.theme-bg-secondary{background-color:#1f293780}.theme-sono-light .theme-default .theme-bg-secondary,.theme-sono-light .theme-default .theme-bg-secondary *,.theme-sono-light .theme-default .theme-bg-secondary span,.theme-sono-light .theme-default .theme-bg-secondary button,.theme-sono-light .theme-default .theme-bg-secondary svg,.theme-sono-light .theme-bg-secondary,.theme-sono-light .theme-bg-secondary *,.theme-sono-light .theme-bg-secondary span,.theme-sono-light .theme-bg-secondary button,.theme-sono-light .theme-bg-secondary svg{color:#1f2937;fill:none;stroke:#1f2937}.theme-sono-light .theme-default .theme-bg-secondary button.bg-gray-700,.theme-sono-light .theme-default .theme-bg-secondary button[class*=bg-gray-7],.theme-sono-light .theme-bg-secondary button.bg-gray-700,.theme-sono-light .theme-bg-secondary button[class*=bg-gray-7]{color:#000;-webkit-text-fill-color:#000000;background-color:#e5e7eb}.theme-sono-light .theme-default .theme-bg-secondary button.bg-gray-700 *,.theme-sono-light .theme-default .theme-bg-secondary button[class*=bg-gray-7] *,.theme-sono-light .theme-bg-secondary button.bg-gray-700 *,.theme-sono-light .theme-bg-secondary button[class*=bg-gray-7] *{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .theme-default .theme-bg-secondary.rounded-xl.p-6 button,.theme-sono-light .theme-bg-secondary.rounded-xl.p-6 button{color:#000;background-color:#f3f4f6;border:1px solid #d1d5db}.theme-sono-light .theme-default .theme-bg-secondary.rounded-xl.p-6 button *,.theme-sono-light .theme-bg-secondary.rounded-xl.p-6 button *{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .theme-modal-surface .theme-default .theme-bg-secondary,.theme-sono-light .theme-modal-surface .theme-bg-secondary{background-color:#f3f4f6;border:1px solid #d1d5db}.theme-sono-light .theme-modal-surface .theme-default .theme-bg-secondary *,.theme-sono-light .theme-modal-surface .theme-bg-secondary *{color:#1f2937;-webkit-text-fill-color:#1f2937}html.theme-sono-light .theme-default .theme-bg-secondary,html.theme-sono-light .theme-bg-secondary{background-color:#1f293780}.theme-default .theme-bg-surface,.theme-bg-surface{background:#581c874d}.theme-default .theme-bg-card,.theme-bg-card{background:#2d1b4e;border:1px solid rgba(147,51,234,.4);border-radius:.5rem}.theme-default .theme-overlay{background:linear-gradient(to bottom right,#581c8766,#1e3a8a4d,#581c8766)}.theme-default .theme-border,.theme-border{border-color:#9333ea66}.theme-default .theme-text-primary,.theme-text-primary{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.theme-default .theme-text-primary[data-terms-black],.theme-text-primary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-default .theme-text-primary,html body .theme-sono-light .conversation-item.selected h3 .theme-text-primary{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-default .theme-text-primary,html body .theme-sono-light .conversation-item.selected span.theme-default .theme-text-primary,html body .theme-sono-light .conversation-item.selected p .theme-text-primary,html body .theme-sono-light .conversation-item.selected span .theme-text-primary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-default .theme-text-primary,.theme-sono-cream .sonoverse-page .theme-text-primary,body.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-text-primary,html.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-text-primary,.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-text-primary,body.theme-sono-light .sono-sphere-recruitment-post .theme-text-primary,html.theme-sono-light .sono-sphere-recruitment-post .theme-text-primary,.theme-sono-light .sono-sphere-recruitment-post .theme-text-primary{color:#000}.theme-sono-cream button.bg-blue-600.theme-default .theme-text-primary,.theme-sono-cream button.bg-blue-600 .theme-text-primary{color:#fff;stroke:#fff}.theme-sono-cream div[class*=bg-blue-].theme-default .theme-text-primary,.theme-sono-cream div[class*=bg-red-].theme-default .theme-text-primary,.theme-sono-cream div[class*=bg-purple-].theme-default .theme-text-primary,.theme-sono-cream div[class*=bg-blue-] .theme-text-primary,.theme-sono-cream div[class*=bg-red-] .theme-text-primary,.theme-sono-cream div[class*=bg-purple-] .theme-text-primary{color:#fff}.theme-sono-cream .sonoverse-page .bg-blue-600.theme-default .theme-text-primary,.theme-sono-cream .sonoverse-page .bg-red-600.theme-default .theme-text-primary,.theme-sono-cream .sonoverse-page .bg-blue-600 .theme-text-primary,.theme-sono-cream .sonoverse-page .bg-red-600 .theme-text-primary{background-color:inherit;color:#fff}.theme-sono-cream header .theme-default .theme-text-primary,.theme-sono-cream nav .theme-default .theme-text-primary,.theme-sono-cream header .theme-text-primary,.theme-sono-cream nav .theme-text-primary{color:#fff}.theme-sono-cream .theme-default .theme-text-primary,.theme-sono-cream .theme-text-primary,.theme-sono-cream .fixed.inset-0 .theme-default .theme-text-primary,.theme-sono-cream .fixed.z-50 .theme-default .theme-text-primary,.theme-sono-cream .z-50 .theme-default .theme-text-primary,.theme-sono-cream [role=dialog] .theme-default .theme-text-primary,.theme-sono-cream .modal .theme-default .theme-text-primary,.theme-sono-cream .fixed.inset-0 .theme-text-primary,.theme-sono-cream .fixed.z-50 .theme-text-primary,.theme-sono-cream .z-50 .theme-text-primary,.theme-sono-cream [role=dialog] .theme-text-primary,.theme-sono-cream .modal .theme-text-primary{color:#000}.theme-sono-cream nav .theme-default .theme-text-primary,.theme-sono-cream header .theme-default .theme-text-primary,.theme-sono-cream nav .theme-text-primary,.theme-sono-cream header .theme-text-primary{color:#000}.theme-sono-cream nav .bg-purple-600.theme-default .theme-text-primary,.theme-sono-cream nav .bg-purple-600 .theme-text-primary{background-color:#8e5cf6;color:#faf2e9}.theme-sono-cream header .theme-default .theme-text-primary,.theme-sono-cream header .theme-text-primary{color:#fff}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-default .theme-text-primary,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-text-primary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-default .theme-text-primary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .subscription-page-content .theme-default .theme-text-primary,.theme-sono-light .subscription-page-content .theme-text-primary{color:#000}.theme-sono-light ul .theme-default .theme-text-primary,.theme-sono-light ul li.theme-default .theme-text-primary,.theme-sono-light ul li span.theme-default .theme-text-primary,.theme-sono-light ul .theme-text-primary,.theme-sono-light ul li .theme-text-primary,.theme-sono-light ul li span .theme-text-primary,.theme-sono-light .theme-bg-card .theme-default .theme-text-primary,.theme-sono-light .theme-bg-card div.theme-default .theme-text-primary,.theme-sono-light .theme-bg-card .theme-text-primary,.theme-sono-light .theme-bg-card div .theme-text-primary,.theme-sono-light [data-page-url="/subscription"] .theme-default .theme-text-primary,.theme-sono-light [data-page-url="/subscription"] .theme-text-primary,.theme-sono-light div.font-bold.theme-default .theme-text-primary,.theme-sono-light div.font-bold .theme-text-primary,.theme-sono-light .theme-bg-card .text-2xl.font-bold.theme-default .theme-text-primary,.theme-sono-light .theme-bg-card .text-3xl.font-bold.theme-default .theme-text-primary,.theme-sono-light .theme-bg-card .text-2xl.font-bold .theme-text-primary,.theme-sono-light .theme-bg-card .text-3xl.font-bold .theme-text-primary,.theme-sono-light .group .theme-default .theme-text-primary,.theme-sono-light .group div.theme-default .theme-text-primary,.theme-sono-light .group .theme-text-primary,.theme-sono-light .group div .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-default .theme-text-primary,body.theme-sono-light .theme-default .theme-text-primary,.theme-sono-light .theme-default .theme-text-primary,html.theme-sono-light .theme-text-primary,body.theme-sono-light .theme-text-primary,.theme-sono-light .theme-text-primary{color:#000}.theme-sono-light .theme-modal-surface .theme-default .theme-text-primary,.theme-sono-light .theme-modal-surface .theme-text-primary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .sonoverse-page .theme-default .theme-text-primary,.theme-sono-light .sonoverse-page .theme-text-primary{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2.theme-default .theme-text-primary,.theme-sono-light .sonosphere-page span.theme-default .theme-text-primary,html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2 .theme-text-primary,.theme-sono-light .sonosphere-page span .theme-text-primary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light body div.sonosphere-page span.inline-flex svg.theme-default .theme-text-primary,.theme-sono-light .sonosphere-page span.inline-flex svg.theme-default .theme-text-primary,html.theme-sono-light body div.sonosphere-page span.inline-flex svg .theme-text-primary,.theme-sono-light .sonosphere-page span.inline-flex svg .theme-text-primary{color:#fff;fill:none;stroke:#fff;stroke-width:2}html.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-text-primary,.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-text-primary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-text-primary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text.theme-default .theme-text-primary,.theme-sono-light .message-bubble .theme-default .theme-text-primary,html.theme-sono-light .message-bubble .theme-default .theme-text-primary,body.theme-sono-light .message-bubble .theme-default .theme-text-primary,html.theme-sono-light body .message-bubble .theme-default .theme-text-primary,html.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-text-primary,.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-text-primary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-text-primary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text .theme-text-primary,.theme-sono-light .message-bubble .theme-text-primary,html.theme-sono-light .message-bubble .theme-text-primary,body.theme-sono-light .message-bubble .theme-text-primary,html.theme-sono-light body .message-bubble .theme-text-primary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text.theme-default .theme-text-primary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-text-primary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-text-primary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-text-primary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-text-primary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text.theme-default .theme-text-primary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text.theme-default .theme-text-primary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text .theme-text-primary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text .theme-text-primary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text .theme-text-primary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text .theme-text-primary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text .theme-text-primary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text .theme-text-primary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text .theme-text-primary{color:#fff}.theme-sono-light button[class*=purple] .theme-default .theme-text-primary,.theme-sono-light button[class*=bg-purple] .theme-default .theme-text-primary,html.theme-sono-light body button[class*=purple] .theme-default .theme-text-primary,html.theme-sono-light body button[class*=bg-purple] .theme-default .theme-text-primary,.theme-sono-light button[class*=purple] .theme-text-primary,.theme-sono-light button[class*=bg-purple] .theme-text-primary,html.theme-sono-light body button[class*=purple] .theme-text-primary,html.theme-sono-light body button[class*=bg-purple] .theme-text-primary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light nav .theme-default .theme-text-primary,.theme-sono-light header nav .theme-default .theme-text-primary,.theme-sono-light nav .theme-text-primary,.theme-sono-light header nav .theme-text-primary{color:#0f172a}.theme-sono-light .theme-default .theme-text-primary,.theme-sono-light .theme-text-primary{color:#0f172a}.theme-sono-light .sonosphere-page .theme-default .theme-text-primary,.theme-sono-light .sonosphere-page .theme-text-primary{color:#000}.theme-sono-light nav div[class*=absolute] .theme-default .theme-text-primary,.theme-sono-light header nav div[class*=absolute] .theme-default .theme-text-primary,.theme-sono-light nav div[class*=absolute] .theme-text-primary,.theme-sono-light header nav div[class*=absolute] .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sono-percentage-label.theme-default .theme-text-primary,html.theme-sono-light .sono-percentage-label.theme-default .theme-text-primary,body.theme-sono-light .sono-percentage-label.theme-default .theme-text-primary,.theme-sono-light .sono-percentage-label .theme-text-primary,html.theme-sono-light .sono-percentage-label .theme-text-primary,body.theme-sono-light .sono-percentage-label .theme-text-primary{color:#fff}.theme-sono-light .profile-header-text .theme-default .theme-text-primary,html.theme-sono-light .profile-header-text .theme-default .theme-text-primary,body.theme-sono-light .profile-header-text .theme-default .theme-text-primary,.theme-sono-light .profile-header-text .theme-text-primary,html.theme-sono-light .profile-header-text .theme-text-primary,body.theme-sono-light .profile-header-text .theme-text-primary,.theme-sono-light .profile-header-text h2.theme-default .theme-text-primary,.theme-sono-light .sono-stats-section .theme-default .theme-text-primary,.theme-sono-light .sono-stats-value.theme-default .theme-text-primary,html.theme-sono-light .profile-header-text h2.theme-default .theme-text-primary,html.theme-sono-light .sono-stats-section .theme-default .theme-text-primary,html.theme-sono-light .sono-stats-value.theme-default .theme-text-primary,.theme-sono-light .profile-header-text h2 .theme-text-primary,.theme-sono-light .sono-stats-section .theme-text-primary,.theme-sono-light .sono-stats-value .theme-text-primary,html.theme-sono-light .profile-header-text h2 .theme-text-primary,html.theme-sono-light .sono-stats-section .theme-text-primary,html.theme-sono-light .sono-stats-value .theme-text-primary,.theme-sono-light .bg-black\/20 .theme-default .theme-text-primary,body.theme-sono-light .bg-black\/20 .theme-default .theme-text-primary,.theme-sono-light .bg-black\/20 .theme-text-primary,body.theme-sono-light .bg-black\/20 .theme-text-primary{color:#000}.theme-sono-light .bg-gray-900\/50 .theme-default .theme-text-primary,.theme-sono-light .bg-gray-900\/50 .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.theme-default .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 button.theme-default .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 button .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-text-primary span.font-medium,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-text-primary span.font-medium{color:#000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-text-primary svg,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-text-primary svg{color:#000;stroke:#000;fill:#000}html.theme-sono-light body .bg-gray-900\/50 .theme-default .theme-text-primary,html.theme-sono-light body .bg-gray-900\/50 .theme-text-primary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button.theme-default .theme-text-primary,body.theme-sono-light .bg-gray-900\/50 button.w-full.theme-default .theme-text-primary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button .theme-text-primary,body.theme-sono-light .bg-gray-900\/50 button.w-full .theme-text-primary{color:#000}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-default .theme-text-primary,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-text-primary,body.theme-sono-light .marketplace-gears-options .theme-default .theme-text-primary,html.theme-sono-light .marketplace-gears-options .theme-default .theme-text-primary,.theme-sono-light .marketplace-gears-options .theme-default .theme-text-primary,body.theme-sono-light .marketplace-gears-options .theme-text-primary,html.theme-sono-light .marketplace-gears-options .theme-text-primary,.theme-sono-light .marketplace-gears-options .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-default .theme-text-primary,body.theme-sono-light .bio-black-text .theme-default .theme-text-primary,body.theme-sono-light .bio-black-text .theme-text-primary{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-default .theme-text-primary,html body.theme-sono-light button .force-outline-icon.theme-default .theme-text-primary,html body.theme-sono-light .force-outline-icon .theme-text-primary,html body.theme-sono-light button .force-outline-icon .theme-text-primary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html body.theme-sono-light .sono-verse-page div.theme-default .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full,html body.theme-sono-light .sono-verse-page div .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white.theme-default .theme-text-primary.text-xs.font-bold,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white .theme-text-primary.text-xs.font-bold{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white.theme-default .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help,html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help{color:#000;-webkit-text-fill-color:#000000}html[lang] body.theme-sono-light .sono-verse-page div.theme-default .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300,html[lang] body.theme-sono-light .sono-verse-page div .theme-text-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-default .theme-text-primary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-default .theme-text-primary,html[lang] body.theme-sono-light button.sono-verse-button-black .theme-text-primary,html[lang] body.theme-sono-light .sono-verse-button-black .theme-text-primary{color:#000;-webkit-text-fill-color:#000000}.theme-default .theme-text-secondary,.theme-text-secondary{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.theme-default .theme-text-secondary[data-terms-black],.theme-text-secondary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-default .theme-text-secondary,html body .theme-sono-light .conversation-item.selected h3 .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-default .theme-text-secondary,html body .theme-sono-light .conversation-item.selected span.theme-default .theme-text-secondary,html body .theme-sono-light .conversation-item.selected p .theme-text-secondary,html body .theme-sono-light .conversation-item.selected span .theme-text-secondary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-default .theme-text-secondary,.theme-sono-cream .sonoverse-page .theme-text-secondary{color:#000}.theme-sono-cream .theme-default .theme-text-secondary,.theme-sono-cream .theme-text-secondary{color:#594448}body.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-text-secondary,html.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-text-secondary,.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-text-secondary,body.theme-sono-light .sono-sphere-recruitment-post .theme-text-secondary,html.theme-sono-light .sono-sphere-recruitment-post .theme-text-secondary,.theme-sono-light .sono-sphere-recruitment-post .theme-text-secondary{color:#000}.theme-sono-cream .fixed.inset-0 .theme-default .theme-text-secondary,.theme-sono-cream .fixed.z-50 .theme-default .theme-text-secondary,.theme-sono-cream .z-50 .theme-default .theme-text-secondary,.theme-sono-cream .fixed.inset-0 .theme-text-secondary,.theme-sono-cream .fixed.z-50 .theme-text-secondary,.theme-sono-cream .z-50 .theme-text-secondary{color:#594448}.theme-sono-cream .bg-gray-600.theme-default .theme-text-secondary,.theme-sono-cream .bg-gray-600 .theme-text-secondary{color:#fff}.theme-sono-cream .theme-default .theme-text-secondary,.theme-sono-cream .theme-text-secondary{color:#a39386}.theme-sono-cream .bg-gray-900 .theme-default .theme-text-secondary,.theme-sono-cream header .theme-default .theme-text-secondary,.theme-sono-cream nav .theme-default .theme-text-secondary,.theme-sono-cream .bg-gray-900 .theme-text-secondary,.theme-sono-cream header .theme-text-secondary,.theme-sono-cream nav .theme-text-secondary{color:#000}.theme-sono-cream nav .theme-default .theme-text-secondary,.theme-sono-cream header .theme-default .theme-text-secondary,.theme-sono-cream .theme-default .theme-text-secondary.theme-nav-hover,.theme-sono-cream nav .theme-text-secondary,.theme-sono-cream header .theme-text-secondary,.theme-sono-cream .theme-text-secondary.theme-nav-hover{color:#000}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-default .theme-text-secondary,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-text-secondary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-default .theme-text-secondary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .flex.items-start.theme-default .theme-text-secondary span,.theme-sono-light .flex.items-start .theme-text-secondary span,.theme-sono-light .subscription-page-content .theme-default .theme-text-secondary,.theme-sono-light .subscription-page-content .theme-text-secondary,.theme-sono-light .subscription-page-content .flex.items-start.theme-default .theme-text-secondary,.theme-sono-light .subscription-page-content .flex.items-start .theme-text-secondary,.theme-sono-light .subscription-page-content li.flex.items-start.theme-default .theme-text-secondary,.theme-sono-light .subscription-page-content li.flex.items-start .theme-text-secondary{color:#000}.theme-sono-light ul .theme-default .theme-text-secondary,.theme-sono-light ul li.theme-default .theme-text-secondary,.theme-sono-light ul li span.theme-default .theme-text-secondary,.theme-sono-light ul .theme-text-secondary,.theme-sono-light ul li .theme-text-secondary,.theme-sono-light ul li span .theme-text-secondary,.theme-sono-light [data-page-url="/subscription"] .theme-default .theme-text-secondary,.theme-sono-light [data-page-url="/subscription"] .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-default .theme-text-secondary,body.theme-sono-light .theme-default .theme-text-secondary,.theme-sono-light .theme-default .theme-text-secondary,html.theme-sono-light .theme-text-secondary,body.theme-sono-light .theme-text-secondary,.theme-sono-light .theme-text-secondary{color:#000}.theme-sono-light button.theme-default .theme-text-secondary,.theme-sono-light button .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000;background-color:#e5e7eb}.theme-sono-light button.theme-default .theme-text-secondary *,.theme-sono-light button .theme-text-secondary *{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .theme-modal-surface .theme-default .theme-text-secondary,.theme-sono-light .theme-modal-surface .theme-text-secondary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .theme-default .theme-text-secondary,.theme-sono-light .theme-text-secondary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .survey-widget .theme-default .theme-text-secondary,.theme-sono-light .survey-widget .theme-text-secondary{color:#6b7280}.theme-sono-light .sonosphere-page .theme-default .theme-text-secondary:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-default .theme-text-secondary:not(.sono-sphere-achievement-text),.theme-sono-light .sonosphere-page .theme-text-secondary:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-text-secondary:not(.sono-sphere-achievement-text){color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sonoverse-page .theme-default .theme-text-secondary,.theme-sono-light .sonoverse-page .theme-text-secondary{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light h3.text-xl.font-semibold.theme-default .theme-text-secondary,html.theme-sono-light h3.theme-default .theme-text-secondary,html.theme-sono-light .text-xl.theme-default .theme-text-secondary,html.theme-sono-light .font-semibold.theme-default .theme-text-secondary,html.theme-sono-light h3.text-xl.font-semibold .theme-text-secondary,html.theme-sono-light h3 .theme-text-secondary,html.theme-sono-light .text-xl .theme-text-secondary,html.theme-sono-light .font-semibold .theme-text-secondary,html.theme-sono-light body .text-center h3.text-xl.font-semibold.theme-default .theme-text-secondary.mb-2,html.theme-sono-light body .text-center h3.text-xl.font-semibold .theme-text-secondary.mb-2{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light nav .theme-default .theme-text-secondary,.theme-sono-light header nav .theme-default .theme-text-secondary,.theme-sono-light nav .theme-text-secondary,.theme-sono-light header nav .theme-text-secondary{color:#0f172a}.theme-sono-light .theme-default .theme-text-secondary,.theme-sono-light .theme-text-secondary{color:#64748b}.theme-sono-light .profile-header-text .theme-default .theme-text-secondary,html.theme-sono-light .profile-header-text .theme-default .theme-text-secondary,body.theme-sono-light .profile-header-text .theme-default .theme-text-secondary,.theme-sono-light .profile-header-text .theme-text-secondary,html.theme-sono-light .profile-header-text .theme-text-secondary,body.theme-sono-light .profile-header-text .theme-text-secondary,.theme-sono-light .profile-info-grid .theme-default .theme-text-secondary,html.theme-sono-light .profile-info-grid .theme-default .theme-text-secondary,.theme-sono-light .profile-info-grid .theme-text-secondary,html.theme-sono-light .profile-info-grid .theme-text-secondary,.theme-sono-light .bg-black\/20 .theme-default .theme-text-secondary,body.theme-sono-light .bg-black\/20 .theme-default .theme-text-secondary,.theme-sono-light .bg-black\/20 .theme-text-secondary,body.theme-sono-light .bg-black\/20 .theme-text-secondary{color:#000}html.theme-sono-light body main .theme-default .theme-text-secondary,html.theme-sono-light body main .theme-text-secondary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light .theme-bg-card .grid.grid-cols-2.lg\\:grid-cols-4 .theme-default .theme-text-secondary,html.theme-sono-light .theme-bg-card .grid .text-xs.sm\\:text-sm.theme-default .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br .theme-default .theme-text-secondary,html.theme-sono-light .theme-bg-card .grid.grid-cols-2.lg\\:grid-cols-4 .theme-text-secondary,html.theme-sono-light .theme-bg-card .grid .text-xs.sm\\:text-sm .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-purple-500\/10 .theme-default .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-blue-500\/10 .theme-default .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-green-500\/10 .theme-default .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-orange-500\/10 .theme-default .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-purple-500\/10 .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-blue-500\/10 .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-green-500\/10 .theme-text-secondary,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-orange-500\/10 .theme-text-secondary,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-default .theme-text-secondary,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-text-secondary,body.theme-sono-light .marketplace-gears-options .theme-default .theme-text-secondary,html.theme-sono-light .marketplace-gears-options .theme-default .theme-text-secondary,.theme-sono-light .marketplace-gears-options .theme-default .theme-text-secondary,body.theme-sono-light .marketplace-gears-options .theme-text-secondary,html.theme-sono-light .marketplace-gears-options .theme-text-secondary,.theme-sono-light .marketplace-gears-options .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-default .theme-text-secondary,body.theme-sono-light .bio-black-text .theme-default .theme-text-secondary,body.theme-sono-light .bio-black-text .theme-text-secondary,body.theme-sono-light .theme-default .theme-text-secondary,body.theme-sono-light .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-default .theme-text-secondary,html body.theme-sono-light button .force-outline-icon.theme-default .theme-text-secondary,html body.theme-sono-light .force-outline-icon .theme-text-secondary,html body.theme-sono-light button .force-outline-icon .theme-text-secondary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-default .theme-text-secondary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-default .theme-text-secondary,html[lang] body.theme-sono-light button.sono-verse-button-black .theme-text-secondary,html[lang] body.theme-sono-light .sono-verse-button-black .theme-text-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-default .theme-text-tertiary,.theme-text-tertiary{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.theme-default .theme-text-tertiary[data-terms-black],.theme-text-tertiary[data-terms-black],body.theme-sono-light .theme-default .theme-text-tertiary[data-terms-black],body.theme-sono-light .theme-text-tertiary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected p.theme-default .theme-text-tertiary,html body .theme-sono-light .conversation-item.selected span.theme-default .theme-text-tertiary,html body .theme-sono-light .conversation-item.selected p .theme-text-tertiary,html body .theme-sono-light .conversation-item.selected span .theme-text-tertiary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .theme-default .theme-text-tertiary,.theme-sono-cream .theme-text-tertiary{color:#594448}.theme-sono-cream .sonoverse-page .theme-default .theme-text-tertiary,.theme-sono-cream .sonoverse-page .theme-text-tertiary{color:#000}.home-page .non-dark-spotlight-card .theme-default .theme-text-tertiary,.home-page .non-dark-spotlight-card .theme-text-tertiary,.theme-sono-cream .fixed.inset-0 .theme-default .theme-text-tertiary,.theme-sono-cream .fixed.z-50 .theme-default .theme-text-tertiary,.theme-sono-cream .z-50 .theme-default .theme-text-tertiary,.theme-sono-cream .fixed.inset-0 .theme-text-tertiary,.theme-sono-cream .fixed.z-50 .theme-text-tertiary,.theme-sono-cream .z-50 .theme-text-tertiary{color:#594448}.theme-sono-cream .theme-default .theme-text-tertiary,.theme-sono-cream .theme-text-tertiary{color:#87756a}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-default .theme-text-tertiary,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-text-tertiary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-default .theme-text-tertiary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .subscription-page-content .theme-default .theme-text-tertiary,.theme-sono-light .subscription-page-content .theme-text-tertiary{color:#000}.theme-sono-light ul .theme-default .theme-text-tertiary,.theme-sono-light ul li.theme-default .theme-text-tertiary,.theme-sono-light ul li span.theme-default .theme-text-tertiary,.theme-sono-light ul .theme-text-tertiary,.theme-sono-light ul li .theme-text-tertiary,.theme-sono-light ul li span .theme-text-tertiary,.theme-sono-light [data-page-url="/subscription"] .theme-default .theme-text-tertiary,.theme-sono-light [data-page-url="/subscription"] .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-default .theme-text-tertiary,body.theme-sono-light .theme-default .theme-text-tertiary,.theme-sono-light .theme-default .theme-text-tertiary,html.theme-sono-light .theme-text-tertiary,body.theme-sono-light .theme-text-tertiary,.theme-sono-light .theme-text-tertiary{color:#000}.theme-sono-light .theme-bg-card .theme-default .theme-text-tertiary,.theme-sono-light .theme-bg-card .theme-text-tertiary,.theme-sono-light .theme-modal-surface .theme-default .theme-text-tertiary,.theme-sono-light .theme-modal-surface .theme-text-tertiary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .theme-modal-surface .theme-default .theme-text-tertiary,.theme-sono-light .theme-modal-surface .theme-text-tertiary{color:#6b7280;-webkit-text-fill-color:#6b7280}.theme-sono-light .theme-default .theme-text-tertiary,.theme-sono-light .theme-text-tertiary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .survey-widget .theme-default .theme-text-tertiary,.theme-sono-light .survey-widget .theme-text-tertiary{color:#6b7280}.theme-sono-light .sonosphere-page .theme-default .theme-text-tertiary:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-default .theme-text-tertiary:not(.sono-sphere-achievement-text),.theme-sono-light .sonosphere-page .theme-text-tertiary:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-text-tertiary:not(.sono-sphere-achievement-text){color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sonoverse-page .theme-default .theme-text-tertiary,.theme-sono-light .sonoverse-page .theme-text-tertiary{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light .theme-default .theme-text-tertiary,html.theme-sono-light .theme-text-tertiary,html.theme-sono-light [class*=publications] .theme-default .theme-text-tertiary,html.theme-sono-light .publications-tab .theme-default .theme-text-tertiary,html.theme-sono-light [class*=publications] .theme-text-tertiary,html.theme-sono-light .publications-tab .theme-text-tertiary,html.theme-sono-light body div p.theme-default .theme-text-tertiary,html.theme-sono-light body div span.theme-default .theme-text-tertiary,html.theme-sono-light body .text-center.theme-default .theme-text-tertiary,html.theme-sono-light body div p .theme-text-tertiary,html.theme-sono-light body div span .theme-text-tertiary,html.theme-sono-light body .text-center .theme-text-tertiary,html.theme-sono-light p.theme-default .theme-text-tertiary,html.theme-sono-light p .theme-text-tertiary,html.theme-sono-light body .text-center p.theme-default .theme-text-tertiary,html.theme-sono-light body .text-center p .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light nav .theme-default .theme-text-tertiary,.theme-sono-light header nav .theme-default .theme-text-tertiary,.theme-sono-light nav .theme-text-tertiary,.theme-sono-light header nav .theme-text-tertiary{color:#0f172a}.theme-sono-light .theme-default .theme-text-tertiary,.theme-sono-light .theme-text-tertiary{color:#64748b}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button.theme-default .theme-text-tertiary,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button .theme-text-tertiary{background-color:#f9fafb;color:#6b7280;border-radius:.5rem .5rem 0 0;padding:.75rem 1rem;border:1px solid #E5E7EB;border-bottom:none;transition:all .2s ease}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button.theme-default .theme-text-tertiary:hover,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button .theme-text-tertiary:hover{background-color:#f3f4f6;color:#4b5563}.theme-sono-light .sono-stats-label.theme-default .theme-text-tertiary,html.theme-sono-light .sono-stats-label.theme-default .theme-text-tertiary,.theme-sono-light .sono-stats-label .theme-text-tertiary,html.theme-sono-light .sono-stats-label .theme-text-tertiary,.theme-sono-light .bg-black\/20 .theme-default .theme-text-tertiary,body.theme-sono-light .bg-black\/20 .theme-default .theme-text-tertiary,.theme-sono-light .bg-black\/20 .theme-text-tertiary,body.theme-sono-light .bg-black\/20 .theme-text-tertiary{color:#000}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-default .theme-text-tertiary,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-text-tertiary,body.theme-sono-light .marketplace-gears-options .theme-default .theme-text-tertiary,html.theme-sono-light .marketplace-gears-options .theme-default .theme-text-tertiary,.theme-sono-light .marketplace-gears-options .theme-default .theme-text-tertiary,body.theme-sono-light .marketplace-gears-options .theme-text-tertiary,html.theme-sono-light .marketplace-gears-options .theme-text-tertiary,.theme-sono-light .marketplace-gears-options .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-default .theme-text-tertiary,body.theme-sono-light .bio-black-text .theme-default .theme-text-tertiary,body.theme-sono-light .bio-black-text .theme-text-tertiary,body.theme-sono-light .bio-black-text p.theme-default .theme-text-tertiary.italic,body.theme-sono-light .bio-black-text .theme-default .theme-text-tertiary.italic,body.theme-sono-light .bio-black-text p .theme-text-tertiary.italic,body.theme-sono-light .bio-black-text .theme-text-tertiary.italic{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-default .theme-text-tertiary,html body.theme-sono-light button .force-outline-icon.theme-default .theme-text-tertiary,html body.theme-sono-light .force-outline-icon .theme-text-tertiary,html body.theme-sono-light button .force-outline-icon .theme-text-tertiary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-default .theme-text-tertiary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-default .theme-text-tertiary,html[lang] body.theme-sono-light button.sono-verse-button-black .theme-text-tertiary,html[lang] body.theme-sono-light .sono-verse-button-black .theme-text-tertiary{color:#000;-webkit-text-fill-color:#000000}.theme-default .theme-button-primary,.theme-button-primary{background:linear-gradient(to right,#a855f7,#ec4899);--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.theme-default .theme-button-primary[data-terms-black],.theme-button-primary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-default .theme-button-primary,html body .theme-sono-light .conversation-item.selected h3 .theme-button-primary{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-default .theme-button-primary,html body .theme-sono-light .conversation-item.selected span.theme-default .theme-button-primary,html body .theme-sono-light .conversation-item.selected p .theme-button-primary,html body .theme-sono-light .conversation-item.selected span .theme-button-primary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-default .theme-button-primary,.theme-sono-cream .sonoverse-page .theme-button-primary,body.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-button-primary,html.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-button-primary,.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-button-primary,body.theme-sono-light .sono-sphere-recruitment-post .theme-button-primary,html.theme-sono-light .sono-sphere-recruitment-post .theme-button-primary,.theme-sono-light .sono-sphere-recruitment-post .theme-button-primary{color:#000}.theme-sono-cream button.bg-blue-600.theme-default .theme-button-primary,.theme-sono-cream button.bg-blue-600 .theme-button-primary{color:#fff;stroke:#fff}.theme-sono-cream div[class*=bg-blue-].theme-default .theme-button-primary,.theme-sono-cream div[class*=bg-red-].theme-default .theme-button-primary,.theme-sono-cream div[class*=bg-purple-].theme-default .theme-button-primary,.theme-sono-cream div[class*=bg-blue-] .theme-button-primary,.theme-sono-cream div[class*=bg-red-] .theme-button-primary,.theme-sono-cream div[class*=bg-purple-] .theme-button-primary{color:#fff}.theme-sono-cream .sonoverse-page .bg-blue-600.theme-default .theme-button-primary,.theme-sono-cream .sonoverse-page .bg-red-600.theme-default .theme-button-primary,.theme-sono-cream .sonoverse-page .bg-blue-600 .theme-button-primary,.theme-sono-cream .sonoverse-page .bg-red-600 .theme-button-primary{background-color:inherit;color:#fff}.theme-sono-cream header .theme-default .theme-button-primary,.theme-sono-cream nav .theme-default .theme-button-primary,.theme-sono-cream header .theme-button-primary,.theme-sono-cream nav .theme-button-primary{color:#fff}.theme-sono-cream .theme-default .theme-button-primary,.theme-sono-cream .theme-button-primary,.theme-sono-cream .fixed.inset-0 .theme-default .theme-button-primary,.theme-sono-cream .fixed.z-50 .theme-default .theme-button-primary,.theme-sono-cream .z-50 .theme-default .theme-button-primary,.theme-sono-cream [role=dialog] .theme-default .theme-button-primary,.theme-sono-cream .modal .theme-default .theme-button-primary,.theme-sono-cream .fixed.inset-0 .theme-button-primary,.theme-sono-cream .fixed.z-50 .theme-button-primary,.theme-sono-cream .z-50 .theme-button-primary,.theme-sono-cream [role=dialog] .theme-button-primary,.theme-sono-cream .modal .theme-button-primary{color:#000}.theme-sono-cream nav .theme-default .theme-button-primary,.theme-sono-cream header .theme-default .theme-button-primary,.theme-sono-cream nav .theme-button-primary,.theme-sono-cream header .theme-button-primary{color:#000}.theme-sono-cream nav .bg-purple-600.theme-default .theme-button-primary,.theme-sono-cream nav .bg-purple-600 .theme-button-primary{background-color:#8e5cf6;color:#faf2e9}.theme-sono-cream header .theme-default .theme-button-primary,.theme-sono-cream header .theme-button-primary{color:#fff}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-default .theme-button-primary,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-button-primary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-default .theme-button-primary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .subscription-page-content .theme-default .theme-button-primary,.theme-sono-light .subscription-page-content .theme-button-primary{color:#000}.theme-sono-light ul .theme-default .theme-button-primary,.theme-sono-light ul li.theme-default .theme-button-primary,.theme-sono-light ul li span.theme-default .theme-button-primary,.theme-sono-light ul .theme-button-primary,.theme-sono-light ul li .theme-button-primary,.theme-sono-light ul li span .theme-button-primary,.theme-sono-light .theme-bg-card .theme-default .theme-button-primary,.theme-sono-light .theme-bg-card div.theme-default .theme-button-primary,.theme-sono-light .theme-bg-card .theme-button-primary,.theme-sono-light .theme-bg-card div .theme-button-primary,.theme-sono-light [data-page-url="/subscription"] .theme-default .theme-button-primary,.theme-sono-light [data-page-url="/subscription"] .theme-button-primary,.theme-sono-light div.font-bold.theme-default .theme-button-primary,.theme-sono-light div.font-bold .theme-button-primary,.theme-sono-light .theme-bg-card .text-2xl.font-bold.theme-default .theme-button-primary,.theme-sono-light .theme-bg-card .text-3xl.font-bold.theme-default .theme-button-primary,.theme-sono-light .theme-bg-card .text-2xl.font-bold .theme-button-primary,.theme-sono-light .theme-bg-card .text-3xl.font-bold .theme-button-primary,.theme-sono-light .group .theme-default .theme-button-primary,.theme-sono-light .group div.theme-default .theme-button-primary,.theme-sono-light .group .theme-button-primary,.theme-sono-light .group div .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-default .theme-button-primary,body.theme-sono-light .theme-default .theme-button-primary,.theme-sono-light .theme-default .theme-button-primary,html.theme-sono-light .theme-button-primary,body.theme-sono-light .theme-button-primary,.theme-sono-light .theme-button-primary{color:#000}.theme-sono-light .theme-modal-surface .theme-default .theme-button-primary,.theme-sono-light .theme-modal-surface .theme-button-primary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .sonoverse-page .theme-default .theme-button-primary,.theme-sono-light .sonoverse-page .theme-button-primary{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2.theme-default .theme-button-primary,.theme-sono-light .sonosphere-page span.theme-default .theme-button-primary,html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2 .theme-button-primary,.theme-sono-light .sonosphere-page span .theme-button-primary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light body div.sonosphere-page span.inline-flex svg.theme-default .theme-button-primary,.theme-sono-light .sonosphere-page span.inline-flex svg.theme-default .theme-button-primary,html.theme-sono-light body div.sonosphere-page span.inline-flex svg .theme-button-primary,.theme-sono-light .sonosphere-page span.inline-flex svg .theme-button-primary{color:#fff;fill:none;stroke:#fff;stroke-width:2}html.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-primary,.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-primary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-primary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-primary,.theme-sono-light .message-bubble .theme-default .theme-button-primary,html.theme-sono-light .message-bubble .theme-default .theme-button-primary,body.theme-sono-light .message-bubble .theme-default .theme-button-primary,html.theme-sono-light body .message-bubble .theme-default .theme-button-primary,html.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-button-primary,.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-button-primary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-button-primary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text .theme-button-primary,.theme-sono-light .message-bubble .theme-button-primary,html.theme-sono-light .message-bubble .theme-button-primary,body.theme-sono-light .message-bubble .theme-button-primary,html.theme-sono-light body .message-bubble .theme-button-primary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-primary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-primary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-primary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-primary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-primary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-primary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-primary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text .theme-button-primary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text .theme-button-primary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text .theme-button-primary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text .theme-button-primary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text .theme-button-primary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text .theme-button-primary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text .theme-button-primary{color:#fff}.theme-sono-light button[class*=purple] .theme-default .theme-button-primary,.theme-sono-light button[class*=bg-purple] .theme-default .theme-button-primary,html.theme-sono-light body button[class*=purple] .theme-default .theme-button-primary,html.theme-sono-light body button[class*=bg-purple] .theme-default .theme-button-primary,.theme-sono-light button[class*=purple] .theme-button-primary,.theme-sono-light button[class*=bg-purple] .theme-button-primary,html.theme-sono-light body button[class*=purple] .theme-button-primary,html.theme-sono-light body button[class*=bg-purple] .theme-button-primary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light nav .theme-default .theme-button-primary,.theme-sono-light header nav .theme-default .theme-button-primary,.theme-sono-light nav .theme-button-primary,.theme-sono-light header nav .theme-button-primary{color:#0f172a}.theme-sono-light .theme-default .theme-button-primary,.theme-sono-light .theme-button-primary{color:#0f172a}.theme-sono-light .sonosphere-page .theme-default .theme-button-primary,.theme-sono-light .sonosphere-page .theme-button-primary{color:#000}.theme-sono-light nav div[class*=absolute] .theme-default .theme-button-primary,.theme-sono-light header nav div[class*=absolute] .theme-default .theme-button-primary,.theme-sono-light nav div[class*=absolute] .theme-button-primary,.theme-sono-light header nav div[class*=absolute] .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sono-percentage-label.theme-default .theme-button-primary,html.theme-sono-light .sono-percentage-label.theme-default .theme-button-primary,body.theme-sono-light .sono-percentage-label.theme-default .theme-button-primary,.theme-sono-light .sono-percentage-label .theme-button-primary,html.theme-sono-light .sono-percentage-label .theme-button-primary,body.theme-sono-light .sono-percentage-label .theme-button-primary{color:#fff}.theme-sono-light .profile-header-text .theme-default .theme-button-primary,html.theme-sono-light .profile-header-text .theme-default .theme-button-primary,body.theme-sono-light .profile-header-text .theme-default .theme-button-primary,.theme-sono-light .profile-header-text .theme-button-primary,html.theme-sono-light .profile-header-text .theme-button-primary,body.theme-sono-light .profile-header-text .theme-button-primary,.theme-sono-light .profile-header-text h2.theme-default .theme-button-primary,.theme-sono-light .sono-stats-section .theme-default .theme-button-primary,.theme-sono-light .sono-stats-value.theme-default .theme-button-primary,html.theme-sono-light .profile-header-text h2.theme-default .theme-button-primary,html.theme-sono-light .sono-stats-section .theme-default .theme-button-primary,html.theme-sono-light .sono-stats-value.theme-default .theme-button-primary,.theme-sono-light .profile-header-text h2 .theme-button-primary,.theme-sono-light .sono-stats-section .theme-button-primary,.theme-sono-light .sono-stats-value .theme-button-primary,html.theme-sono-light .profile-header-text h2 .theme-button-primary,html.theme-sono-light .sono-stats-section .theme-button-primary,html.theme-sono-light .sono-stats-value .theme-button-primary,.theme-sono-light .bg-black\/20 .theme-default .theme-button-primary,body.theme-sono-light .bg-black\/20 .theme-default .theme-button-primary,.theme-sono-light .bg-black\/20 .theme-button-primary,body.theme-sono-light .bg-black\/20 .theme-button-primary{color:#000}.theme-sono-light .bg-gray-900\/50 .theme-default .theme-button-primary,.theme-sono-light .bg-gray-900\/50 .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.theme-default .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 button.theme-default .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 button .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-button-primary span.font-medium,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-button-primary span.font-medium{color:#000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-button-primary svg,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-button-primary svg{color:#000;stroke:#000;fill:#000}html.theme-sono-light body .bg-gray-900\/50 .theme-default .theme-button-primary,html.theme-sono-light body .bg-gray-900\/50 .theme-button-primary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button.theme-default .theme-button-primary,body.theme-sono-light .bg-gray-900\/50 button.w-full.theme-default .theme-button-primary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button .theme-button-primary,body.theme-sono-light .bg-gray-900\/50 button.w-full .theme-button-primary{color:#000}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-default .theme-button-primary,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-button-primary,body.theme-sono-light .marketplace-gears-options .theme-default .theme-button-primary,html.theme-sono-light .marketplace-gears-options .theme-default .theme-button-primary,.theme-sono-light .marketplace-gears-options .theme-default .theme-button-primary,body.theme-sono-light .marketplace-gears-options .theme-button-primary,html.theme-sono-light .marketplace-gears-options .theme-button-primary,.theme-sono-light .marketplace-gears-options .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .bio-black-text.theme-default .theme-button-primary,body.theme-sono-light .bio-black-text .theme-default .theme-button-primary,body.theme-sono-light .bio-black-text .theme-button-primary{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-default .theme-button-primary,html body.theme-sono-light button .force-outline-icon.theme-default .theme-button-primary,html body.theme-sono-light .force-outline-icon .theme-button-primary,html body.theme-sono-light button .force-outline-icon .theme-button-primary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html body.theme-sono-light .sono-verse-page div.theme-default .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full,html body.theme-sono-light .sono-verse-page div .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white.theme-default .theme-button-primary.text-xs.font-bold,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white .theme-button-primary.text-xs.font-bold{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white.theme-default .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help,html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help{color:#000;-webkit-text-fill-color:#000000}html[lang] body.theme-sono-light .sono-verse-page div.theme-default .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300,html[lang] body.theme-sono-light .sono-verse-page div .theme-button-primary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-default .theme-button-primary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-default .theme-button-primary,html[lang] body.theme-sono-light button.sono-verse-button-black .theme-button-primary,html[lang] body.theme-sono-light .sono-verse-button-black .theme-button-primary{color:#000;-webkit-text-fill-color:#000000}.theme-default .theme-button-primary:hover,.theme-button-primary:hover{background:linear-gradient(to right,#9333ea,#db2777)}.theme-default .theme-button-secondary,.theme-button-secondary{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.theme-default .theme-button-secondary[data-terms-black],.theme-button-secondary[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}body.theme-sono-light [data-page=content-policy] .theme-default .theme-button-secondary svg,.theme-sono-light [data-page=content-policy] .theme-default .theme-button-secondary svg,body.theme-sono-light [data-page=content-policy] .theme-button-secondary svg,.theme-sono-light [data-page=content-policy] .theme-button-secondary svg{color:#fff;stroke:#fff;fill:none}html body .theme-sono-light .conversation-item.selected h3.theme-default .theme-button-secondary,html body .theme-sono-light .conversation-item.selected h3 .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-default .theme-button-secondary,html body .theme-sono-light .conversation-item.selected span.theme-default .theme-button-secondary,html body .theme-sono-light .conversation-item.selected p .theme-button-secondary,html body .theme-sono-light .conversation-item.selected span .theme-button-secondary{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .theme-default .theme-button-secondary,.theme-sono-cream .theme-button-secondary{background-color:#784b334d}.theme-sono-cream .sonoverse-page .theme-default .theme-button-secondary,.theme-sono-cream .sonoverse-page .theme-button-secondary,body.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-button-secondary,html.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-button-secondary,.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-button-secondary,body.theme-sono-light .sono-sphere-recruitment-post .theme-button-secondary,html.theme-sono-light .sono-sphere-recruitment-post .theme-button-secondary,.theme-sono-light .sono-sphere-recruitment-post .theme-button-secondary{color:#000}body.theme-sono-light .topic-view-modern .theme-default .theme-button-secondary,html.theme-sono-light .topic-view-modern .theme-default .theme-button-secondary,.theme-sono-light .topic-view-modern .theme-default .theme-button-secondary,body.theme-sono-light .topic-view-modern .theme-button-secondary,html.theme-sono-light .topic-view-modern .theme-button-secondary,.theme-sono-light .topic-view-modern .theme-button-secondary{color:#fff}.theme-sono-cream button.bg-blue-600.theme-default .theme-button-secondary,.theme-sono-cream button.bg-blue-600 .theme-button-secondary{color:#fff;stroke:#fff}.theme-sono-cream .theme-default .theme-button-secondary,.theme-sono-cream .theme-button-secondary{color:#fff;background-color:inherit}.theme-sono-cream div[class*=bg-blue-].theme-default .theme-button-secondary,.theme-sono-cream div[class*=bg-red-].theme-default .theme-button-secondary,.theme-sono-cream div[class*=bg-purple-].theme-default .theme-button-secondary,.theme-sono-cream div[class*=bg-blue-] .theme-button-secondary,.theme-sono-cream div[class*=bg-red-] .theme-button-secondary,.theme-sono-cream div[class*=bg-purple-] .theme-button-secondary{color:#fff}.theme-sono-cream .sonoverse-page .bg-blue-600.theme-default .theme-button-secondary,.theme-sono-cream .sonoverse-page .bg-red-600.theme-default .theme-button-secondary,.theme-sono-cream .sonoverse-page .bg-blue-600 .theme-button-secondary,.theme-sono-cream .sonoverse-page .bg-red-600 .theme-button-secondary{background-color:inherit;color:#fff}.theme-sono-cream header .theme-default .theme-button-secondary,.theme-sono-cream nav .theme-default .theme-button-secondary,.theme-sono-cream header .theme-button-secondary,.theme-sono-cream nav .theme-button-secondary{color:#fff}.theme-sono-cream span:not(.theme-default .theme-button-secondary):not([class*=badge]):not([class*=tag]),.theme-sono-cream div:not(.theme-button-primary):not(.theme-default .theme-button-secondary):not([class*=badge]),.theme-sono-cream span:not(.theme-button-secondary):not([class*=badge]):not([class*=tag]),.theme-sono-cream div:not(.theme-button-primary):not(.theme-button-secondary):not([class*=badge]){color:#000}.theme-sono-cream .theme-default .theme-button-secondary,.theme-sono-cream .theme-button-secondary,.theme-sono-cream .fixed.inset-0 .theme-default .theme-button-secondary,.theme-sono-cream .fixed.z-50 .theme-default .theme-button-secondary,.theme-sono-cream .z-50 .theme-default .theme-button-secondary,.theme-sono-cream [role=dialog] .theme-default .theme-button-secondary,.theme-sono-cream .modal .theme-default .theme-button-secondary,.theme-sono-cream .fixed.inset-0 .theme-button-secondary,.theme-sono-cream .fixed.z-50 .theme-button-secondary,.theme-sono-cream .z-50 .theme-button-secondary,.theme-sono-cream [role=dialog] .theme-button-secondary,.theme-sono-cream .modal .theme-button-secondary{color:#000}.theme-sono-cream .theme-default .theme-button-secondary,.theme-sono-cream .theme-button-secondary{color:#8e5cf6}.theme-sono-cream .theme-default .theme-button-secondary,.theme-sono-cream .theme-button-secondary{background-color:#594448;color:#fff}.theme-sono-cream .theme-default .theme-button-secondary:hover,.theme-sono-cream .theme-button-secondary:hover{background-color:#784b33}.theme-sono-cream .theme-default .theme-button-secondary *,.theme-sono-cream .theme-default .theme-button-secondary:hover *,.theme-sono-cream .theme-button-secondary *,.theme-sono-cream .theme-button-secondary:hover *{color:#fff;fill:#fff;stroke:#fff}.theme-sono-cream nav .theme-default .theme-button-secondary,.theme-sono-cream header .theme-default .theme-button-secondary,.theme-sono-cream nav .theme-button-secondary,.theme-sono-cream header .theme-button-secondary{color:#000}.theme-sono-cream .theme-default .theme-button-secondary,.theme-sono-cream .theme-button-secondary{background-color:#8e5cf6;color:#faf2e9}.theme-sono-cream nav .theme-default .theme-button-secondary.text-white,.theme-sono-cream nav .theme-button-secondary.text-white{background-color:#8e5cf6;color:#faf2e9}.theme-sono-cream nav .bg-purple-600.theme-default .theme-button-secondary,.theme-sono-cream nav .bg-purple-600 .theme-button-secondary{background-color:#8e5cf6;color:#faf2e9}.theme-sono-cream header .theme-default .theme-button-secondary,.theme-sono-cream header .theme-button-secondary{color:#fff}.theme-sono-cream button.theme-default .theme-button-secondary,.theme-sono-cream a.theme-default .theme-button-secondary,.theme-sono-cream button .theme-button-secondary,.theme-sono-cream a .theme-button-secondary{color:#fff}.theme-sono-cream button.theme-default .theme-button-secondary *,.theme-sono-cream a.theme-default .theme-button-secondary *,.theme-sono-cream button .theme-button-secondary *,.theme-sono-cream a .theme-button-secondary *{color:#fff;fill:#fff;stroke:#fff}.theme-sono-cream .theme-bg-card .theme-default .theme-button-secondary.bg-purple-600,.theme-sono-cream .theme-bg-card .theme-button-secondary.bg-purple-600,.theme-sono-cream .theme-bg-card .theme-default .theme-button-secondary:hover,.theme-sono-cream .theme-bg-card .theme-button-secondary:hover{color:#fff}.theme-sono-cream .theme-bg-card .theme-default .theme-button-secondary *,.theme-sono-cream .theme-bg-card .theme-button-secondary *{color:#fff;fill:#fff;stroke:#fff}.theme-sono-cream button.theme-default .theme-button-secondary,.theme-sono-cream a.theme-default .theme-button-secondary,.theme-sono-cream button .theme-button-secondary,.theme-sono-cream a .theme-button-secondary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-cream button.theme-default .theme-button-secondary.bg-purple-600,.theme-sono-cream a.theme-default .theme-button-secondary.bg-purple-600,.theme-sono-cream button .theme-button-secondary.bg-purple-600,.theme-sono-cream a .theme-button-secondary.bg-purple-600{color:#fff}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-default .theme-button-secondary,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-button-secondary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-default .theme-button-secondary,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .subscription-page-content .theme-default .theme-button-secondary,.theme-sono-light .subscription-page-content .theme-button-secondary{color:#000}.theme-sono-light ul .theme-default .theme-button-secondary,.theme-sono-light ul li.theme-default .theme-button-secondary,.theme-sono-light ul li span.theme-default .theme-button-secondary,.theme-sono-light ul .theme-button-secondary,.theme-sono-light ul li .theme-button-secondary,.theme-sono-light ul li span .theme-button-secondary,.theme-sono-light .theme-bg-card .theme-default .theme-button-secondary,.theme-sono-light .theme-bg-card div.theme-default .theme-button-secondary,.theme-sono-light .theme-bg-card .theme-button-secondary,.theme-sono-light .theme-bg-card div .theme-button-secondary,.theme-sono-light [data-page-url="/subscription"] .theme-default .theme-button-secondary,.theme-sono-light [data-page-url="/subscription"] .theme-button-secondary,.theme-sono-light div.font-bold.theme-default .theme-button-secondary,.theme-sono-light div.font-bold .theme-button-secondary,.theme-sono-light .theme-bg-card .text-2xl.font-bold.theme-default .theme-button-secondary,.theme-sono-light .theme-bg-card .text-3xl.font-bold.theme-default .theme-button-secondary,.theme-sono-light .theme-bg-card .text-2xl.font-bold .theme-button-secondary,.theme-sono-light .theme-bg-card .text-3xl.font-bold .theme-button-secondary,.theme-sono-light .group .theme-default .theme-button-secondary,.theme-sono-light .group div.theme-default .theme-button-secondary,.theme-sono-light .group .theme-button-secondary,.theme-sono-light .group div .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-default .theme-button-secondary,body.theme-sono-light .theme-default .theme-button-secondary,.theme-sono-light .theme-default .theme-button-secondary,html.theme-sono-light .theme-button-secondary,body.theme-sono-light .theme-button-secondary,.theme-sono-light .theme-button-secondary{color:#000}.theme-sono-light button.theme-default .theme-button-secondary,.theme-sono-light button .theme-button-secondary{background-color:#7c3aed;color:#fff;border:1px solid #6d28d9;-webkit-text-fill-color:#ffffff}.theme-sono-light button.theme-default .theme-button-secondary:hover,.theme-sono-light button .theme-button-secondary:hover{background-color:#6d28d9;color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light button.theme-default .theme-button-secondary svg,.theme-sono-light button .theme-button-secondary svg{color:#fff;fill:none;stroke:#fff}.theme-sono-light .theme-default .theme-button-secondary span,.theme-sono-light .theme-button-secondary span{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light button.bg-gray-700:not(.theme-default .theme-button-secondary),.theme-sono-light button[class*=bg-gray-7]:not(.theme-default .theme-button-secondary),.theme-sono-light button.bg-gray-700:not(.theme-button-secondary),.theme-sono-light button[class*=bg-gray-7]:not(.theme-button-secondary){color:#000;-webkit-text-fill-color:#000000;background-color:#e5e7eb}.theme-sono-light button.bg-gray-700:not(.theme-default .theme-button-secondary) *,.theme-sono-light button[class*=bg-gray-7]:not(.theme-default .theme-button-secondary) *,.theme-sono-light button.bg-gray-700:not(.theme-button-secondary) *,.theme-sono-light button[class*=bg-gray-7]:not(.theme-button-secondary) *{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .theme-default .theme-button-secondary,.theme-sono-light .theme-button-secondary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .theme-default .theme-button-secondary svg,.theme-sono-light .theme-button-secondary svg{color:#fff;fill:#fff;stroke:#fff}.theme-sono-light .theme-modal-surface .theme-default .theme-button-secondary,.theme-sono-light .theme-modal-surface .theme-button-secondary{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .theme-modal-surface .theme-default .theme-button-secondary,.theme-sono-light .theme-modal-surface .theme-button-secondary,.theme-sono-light .theme-modal-surface .theme-default .theme-button-secondary *,.theme-sono-light .theme-modal-surface .theme-button-secondary *,.theme-sono-light .connection-card span.theme-default .theme-button-secondary,.theme-sono-light .connection-card span .theme-button-secondary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .sonoverse-page .theme-default .theme-button-secondary,.theme-sono-light .sonoverse-page .theme-button-secondary{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2.theme-default .theme-button-secondary,.theme-sono-light .sonosphere-page span.theme-default .theme-button-secondary,html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2 .theme-button-secondary,.theme-sono-light .sonosphere-page span .theme-button-secondary{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light body div.sonosphere-page span.inline-flex svg.theme-default .theme-button-secondary,.theme-sono-light .sonosphere-page span.inline-flex svg.theme-default .theme-button-secondary,html.theme-sono-light body div.sonosphere-page span.inline-flex svg .theme-button-secondary,.theme-sono-light .sonosphere-page span.inline-flex svg .theme-button-secondary{color:#fff;fill:none;stroke:#fff;stroke-width:2}html.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-secondary,.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-secondary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-secondary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-secondary,.theme-sono-light .message-bubble .theme-default .theme-button-secondary,html.theme-sono-light .message-bubble .theme-default .theme-button-secondary,body.theme-sono-light .message-bubble .theme-default .theme-button-secondary,html.theme-sono-light body .message-bubble .theme-default .theme-button-secondary,html.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-button-secondary,.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-button-secondary,body.theme-sono-light .message-bubble.bg-purple-500 .message-text .theme-button-secondary,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text .theme-button-secondary,.theme-sono-light .message-bubble .theme-button-secondary,html.theme-sono-light .message-bubble .theme-button-secondary,body.theme-sono-light .message-bubble .theme-button-secondary,html.theme-sono-light body .message-bubble .theme-button-secondary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text.theme-default .theme-button-secondary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-secondary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-secondary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-secondary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-secondary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-secondary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text.theme-default .theme-button-secondary,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text .theme-button-secondary,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text .theme-button-secondary,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text .theme-button-secondary,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text .theme-button-secondary,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text .theme-button-secondary,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text .theme-button-secondary,.theme-sono-light .message-bubble.bg-purple-500 p.message-text .theme-button-secondary{color:#fff}.theme-sono-light .theme-default .theme-button-secondary,html.theme-sono-light body .theme-default .theme-button-secondary,.theme-sono-light .theme-button-secondary,html.theme-sono-light body .theme-button-secondary,.theme-sono-light button[class*=purple] .theme-default .theme-button-secondary,.theme-sono-light button[class*=bg-purple] .theme-default .theme-button-secondary,html.theme-sono-light body button[class*=purple] .theme-default .theme-button-secondary,html.theme-sono-light body button[class*=bg-purple] .theme-default .theme-button-secondary,.theme-sono-light button[class*=purple] .theme-button-secondary,.theme-sono-light button[class*=bg-purple] .theme-button-secondary,html.theme-sono-light body button[class*=purple] .theme-button-secondary,html.theme-sono-light body button[class*=bg-purple] .theme-button-secondary{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light nav .theme-default .theme-button-secondary,.theme-sono-light header nav .theme-default .theme-button-secondary,.theme-sono-light nav .theme-button-secondary,.theme-sono-light header nav .theme-button-secondary{color:#0f172a}.theme-sono-light .theme-default .theme-button-secondary,.theme-sono-light .theme-button-secondary{color:#0f172a}.theme-sono-light .sonosphere-page .theme-default .theme-button-secondary,.theme-sono-light .sonosphere-page .theme-button-secondary{color:#000}.theme-sono-light .theme-default .theme-button-secondary,.theme-sono-light .theme-button-secondary{background-color:#2563eb}.theme-sono-light .theme-default .theme-button-secondary,.theme-sono-light .theme-default .theme-button-secondary *,.theme-sono-light .theme-button-secondary,.theme-sono-light .theme-button-secondary *{color:#fff}.theme-sono-light nav div[class*=absolute] .theme-default .theme-button-secondary,.theme-sono-light header nav div[class*=absolute] .theme-default .theme-button-secondary,.theme-sono-light nav div[class*=absolute] .theme-button-secondary,.theme-sono-light header nav div[class*=absolute] .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sono-percentage-label.theme-default .theme-button-secondary,html.theme-sono-light .sono-percentage-label.theme-default .theme-button-secondary,body.theme-sono-light .sono-percentage-label.theme-default .theme-button-secondary,.theme-sono-light .sono-percentage-label .theme-button-secondary,html.theme-sono-light .sono-percentage-label .theme-button-secondary,body.theme-sono-light .sono-percentage-label .theme-button-secondary{color:#fff}.theme-sono-light .profile-header-text .theme-default .theme-button-secondary,html.theme-sono-light .profile-header-text .theme-default .theme-button-secondary,body.theme-sono-light .profile-header-text .theme-default .theme-button-secondary,.theme-sono-light .profile-header-text .theme-button-secondary,html.theme-sono-light .profile-header-text .theme-button-secondary,body.theme-sono-light .profile-header-text .theme-button-secondary,.theme-sono-light .profile-header-text h2.theme-default .theme-button-secondary,.theme-sono-light .sono-stats-section .theme-default .theme-button-secondary,.theme-sono-light .sono-stats-value.theme-default .theme-button-secondary,html.theme-sono-light .profile-header-text h2.theme-default .theme-button-secondary,html.theme-sono-light .sono-stats-section .theme-default .theme-button-secondary,html.theme-sono-light .sono-stats-value.theme-default .theme-button-secondary,.theme-sono-light .profile-header-text h2 .theme-button-secondary,.theme-sono-light .sono-stats-section .theme-button-secondary,.theme-sono-light .sono-stats-value .theme-button-secondary,html.theme-sono-light .profile-header-text h2 .theme-button-secondary,html.theme-sono-light .sono-stats-section .theme-button-secondary,html.theme-sono-light .sono-stats-value .theme-button-secondary,.theme-sono-light .bg-black\/20 .theme-default .theme-button-secondary,body.theme-sono-light .bg-black\/20 .theme-default .theme-button-secondary,.theme-sono-light .bg-black\/20 .theme-button-secondary,body.theme-sono-light .bg-black\/20 .theme-button-secondary{color:#000}.theme-sono-light .bg-gray-900\/50 .theme-default .theme-button-secondary,.theme-sono-light .bg-gray-900\/50 .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.theme-default .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 button.theme-default .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 button .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-button-secondary span.font-medium,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-button-secondary span.font-medium{color:#000}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.theme-default .theme-button-secondary svg,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2 .theme-button-secondary svg{color:#000;stroke:#000;fill:#000}html.theme-sono-light body .bg-gray-900\/50 .theme-default .theme-button-secondary,html.theme-sono-light body .bg-gray-900\/50 .theme-button-secondary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button.theme-default .theme-button-secondary,body.theme-sono-light .bg-gray-900\/50 button.w-full.theme-default .theme-button-secondary,body.theme-sono-light .bg-gray-900\/50 .mb-4 button .theme-button-secondary,body.theme-sono-light .bg-gray-900\/50 button.w-full .theme-button-secondary{color:#000}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-default .theme-button-secondary,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-button-secondary,body.theme-sono-light .marketplace-gears-options .theme-default .theme-button-secondary,html.theme-sono-light .marketplace-gears-options .theme-default .theme-button-secondary,.theme-sono-light .marketplace-gears-options .theme-default .theme-button-secondary,body.theme-sono-light .marketplace-gears-options .theme-button-secondary,html.theme-sono-light .marketplace-gears-options .theme-button-secondary,.theme-sono-light .marketplace-gears-options .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light button.theme-default .theme-button-secondary,html.theme-sono-light button.theme-default .theme-button-secondary,body.theme-sono-light button.theme-default .theme-button-secondary,.theme-sono-light button .theme-button-secondary,html.theme-sono-light button .theme-button-secondary,body.theme-sono-light button .theme-button-secondary{background-color:#f3f4f6;background-image:none;color:#374151;border:1px solid #d1d5db}.theme-sono-light button.theme-default .theme-button-secondary:hover,html.theme-sono-light button.theme-default .theme-button-secondary:hover,body.theme-sono-light button.theme-default .theme-button-secondary:hover,.theme-sono-light button .theme-button-secondary:hover,html.theme-sono-light button .theme-button-secondary:hover,body.theme-sono-light button .theme-button-secondary:hover{background-color:#e5e7eb;background-image:none;color:#111827;border:1px solid #9ca3af}.theme-sono-light button.theme-default .theme-button-secondary[disabled],.theme-sono-light button.theme-default .theme-button-secondary.opacity-50,html.theme-sono-light button.theme-default .theme-button-secondary[disabled],html.theme-sono-light button.theme-default .theme-button-secondary.opacity-50,body.theme-sono-light button.theme-default .theme-button-secondary[disabled],body.theme-sono-light button.theme-default .theme-button-secondary.opacity-50,.theme-sono-light button .theme-button-secondary[disabled],.theme-sono-light button .theme-button-secondary.opacity-50,html.theme-sono-light button .theme-button-secondary[disabled],html.theme-sono-light button .theme-button-secondary.opacity-50,body.theme-sono-light button .theme-button-secondary[disabled],body.theme-sono-light button .theme-button-secondary.opacity-50{background-color:#f9fafb;color:#9ca3af;border:1px solid #e5e7eb;cursor:not-allowed}body.theme-sono-light .bio-black-text.theme-default .theme-button-secondary,body.theme-sono-light .bio-black-text .theme-default .theme-button-secondary,body.theme-sono-light .bio-black-text .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-default .theme-button-secondary,html body.theme-sono-light button .force-outline-icon.theme-default .theme-button-secondary,html body.theme-sono-light .force-outline-icon .theme-button-secondary,html body.theme-sono-light button .force-outline-icon .theme-button-secondary{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html body.theme-sono-light .sono-verse-page div.theme-default .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full,html body.theme-sono-light .sono-verse-page div .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white.theme-default .theme-button-secondary.text-xs.font-bold,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white .theme-button-secondary.text-xs.font-bold{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white.theme-default .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help,html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help{color:#000;-webkit-text-fill-color:#000000}html[lang] body.theme-sono-light .sono-verse-page div.theme-default .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300,html[lang] body.theme-sono-light .sono-verse-page div .theme-button-secondary.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300{color:#fff;-webkit-text-fill-color:#ffffff}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-default .theme-button-secondary,html[lang] body.theme-sono-light .sono-verse-button-black.theme-default .theme-button-secondary,html[lang] body.theme-sono-light button.sono-verse-button-black .theme-button-secondary,html[lang] body.theme-sono-light .sono-verse-button-black .theme-button-secondary{color:#000;-webkit-text-fill-color:#000000}.theme-default .theme-button-secondary:hover,.theme-button-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}body.theme-sono-light [data-page=content-policy] .theme-default .theme-button-secondary:hover svg,.theme-sono-light [data-page=content-policy] .theme-default .theme-button-secondary:hover svg,body.theme-sono-light [data-page=content-policy] .theme-button-secondary:hover svg,.theme-sono-light [data-page=content-policy] .theme-button-secondary:hover svg{color:#fff;stroke:#fff;fill:none}.theme-default .theme-nav-background,.theme-nav-background{background-color:#1a0d2e!important}.theme-default .theme-nav-dropdown,.theme-nav-dropdown{background-color:#1a0d2e!important;border:none!important}.theme-default .theme-nav-hover,.theme-nav-hover{transition:background-color .2s ease}.theme-default .theme-nav-hover:hover,.theme-nav-hover:hover{background-color:#581c8780!important;background-color:#6b21a880}.theme-default .theme-nav-text,.theme-nav-text{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.theme-default .theme-nav-text[data-terms-black],.theme-nav-text[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body .theme-sono-light .conversation-item.selected h3.theme-default .theme-nav-text,html body .theme-sono-light .conversation-item.selected h3 .theme-nav-text{color:#000;-webkit-text-fill-color:#000000;fill:#000}html body .theme-sono-light .conversation-item.selected p.theme-default .theme-nav-text,html body .theme-sono-light .conversation-item.selected span.theme-default .theme-nav-text,html body .theme-sono-light .conversation-item.selected p .theme-nav-text,html body .theme-sono-light .conversation-item.selected span .theme-nav-text{color:#374151;-webkit-text-fill-color:#374151;fill:#374151}.theme-sono-cream .sonoverse-page .theme-default .theme-nav-text,.theme-sono-cream .sonoverse-page .theme-nav-text{color:#000}.theme-sono-cream .theme-default .theme-nav-text,.theme-sono-cream .theme-nav-text{color:#594448}body.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-nav-text,html.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-nav-text,.theme-sono-light .sono-sphere-recruitment-post .theme-default .theme-nav-text,body.theme-sono-light .sono-sphere-recruitment-post .theme-nav-text,html.theme-sono-light .sono-sphere-recruitment-post .theme-nav-text,.theme-sono-light .sono-sphere-recruitment-post .theme-nav-text{color:#000}.theme-sono-cream .fixed.inset-0 .theme-default .theme-nav-text,.theme-sono-cream .fixed.z-50 .theme-default .theme-nav-text,.theme-sono-cream .z-50 .theme-default .theme-nav-text,.theme-sono-cream .fixed.inset-0 .theme-nav-text,.theme-sono-cream .fixed.z-50 .theme-nav-text,.theme-sono-cream .z-50 .theme-nav-text{color:#594448}.theme-sono-cream .bg-gray-600.theme-default .theme-nav-text,.theme-sono-cream .bg-gray-600 .theme-nav-text{color:#fff}.theme-sono-cream .theme-default .theme-nav-text,.theme-sono-cream .theme-nav-text{color:#a39386}.theme-sono-cream .bg-gray-900 .theme-default .theme-nav-text,.theme-sono-cream header .theme-default .theme-nav-text,.theme-sono-cream nav .theme-default .theme-nav-text,.theme-sono-cream .bg-gray-900 .theme-nav-text,.theme-sono-cream header .theme-nav-text,.theme-sono-cream nav .theme-nav-text{color:#000}.theme-sono-cream nav .theme-default .theme-nav-text,.theme-sono-cream header .theme-default .theme-nav-text,.theme-sono-cream .theme-default .theme-nav-text.theme-nav-hover,.theme-sono-cream nav .theme-nav-text,.theme-sono-cream header .theme-nav-text,.theme-sono-cream .theme-nav-text.theme-nav-hover{color:#000}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-default .theme-nav-text,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .theme-nav-text,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-default .theme-nav-text,html.theme-sono-cream body.theme-sono-cream .messages-page button .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .flex.items-start.theme-default .theme-nav-text span,.theme-sono-light .flex.items-start .theme-nav-text span,.theme-sono-light .subscription-page-content .theme-default .theme-nav-text,.theme-sono-light .subscription-page-content .theme-nav-text,.theme-sono-light .subscription-page-content .flex.items-start.theme-default .theme-nav-text,.theme-sono-light .subscription-page-content .flex.items-start .theme-nav-text,.theme-sono-light .subscription-page-content li.flex.items-start.theme-default .theme-nav-text,.theme-sono-light .subscription-page-content li.flex.items-start .theme-nav-text{color:#000}.theme-sono-light ul .theme-default .theme-nav-text,.theme-sono-light ul li.theme-default .theme-nav-text,.theme-sono-light ul li span.theme-default .theme-nav-text,.theme-sono-light ul .theme-nav-text,.theme-sono-light ul li .theme-nav-text,.theme-sono-light ul li span .theme-nav-text,.theme-sono-light [data-page-url="/subscription"] .theme-default .theme-nav-text,.theme-sono-light [data-page-url="/subscription"] .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-default .theme-nav-text,body.theme-sono-light .theme-default .theme-nav-text,.theme-sono-light .theme-default .theme-nav-text,html.theme-sono-light .theme-nav-text,body.theme-sono-light .theme-nav-text,.theme-sono-light .theme-nav-text{color:#000}.theme-sono-light button.theme-default .theme-nav-text,.theme-sono-light button .theme-nav-text{color:#000;-webkit-text-fill-color:#000000;background-color:#e5e7eb}.theme-sono-light button.theme-default .theme-nav-text *,.theme-sono-light button .theme-nav-text *{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .theme-modal-surface .theme-default .theme-nav-text,.theme-sono-light .theme-modal-surface .theme-nav-text{color:#1f2937;-webkit-text-fill-color:#1f2937}.theme-sono-light .theme-default .theme-nav-text,.theme-sono-light .theme-nav-text{color:#fff;-webkit-text-fill-color:#ffffff}.theme-sono-light .survey-widget .theme-default .theme-nav-text,.theme-sono-light .survey-widget .theme-nav-text{color:#6b7280}.theme-sono-light .sonosphere-page .theme-default .theme-nav-text:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-default .theme-nav-text:not(.sono-sphere-achievement-text),.theme-sono-light .sonosphere-page .theme-nav-text:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .theme-nav-text:not(.sono-sphere-achievement-text){color:#000;-webkit-text-fill-color:#000000}.theme-sono-light .sonoverse-page .theme-default .theme-nav-text,.theme-sono-light .sonoverse-page .theme-nav-text{color:#0f172a;-webkit-text-fill-color:#0f172a}html.theme-sono-light h3.text-xl.font-semibold.theme-default .theme-nav-text,html.theme-sono-light h3.theme-default .theme-nav-text,html.theme-sono-light .text-xl.theme-default .theme-nav-text,html.theme-sono-light .font-semibold.theme-default .theme-nav-text,html.theme-sono-light h3.text-xl.font-semibold .theme-nav-text,html.theme-sono-light h3 .theme-nav-text,html.theme-sono-light .text-xl .theme-nav-text,html.theme-sono-light .font-semibold .theme-nav-text,html.theme-sono-light body .text-center h3.text-xl.font-semibold.theme-default .theme-nav-text.mb-2,html.theme-sono-light body .text-center h3.text-xl.font-semibold .theme-nav-text.mb-2{color:#000;-webkit-text-fill-color:#000000}.theme-sono-light nav .theme-default .theme-nav-text,.theme-sono-light header nav .theme-default .theme-nav-text,.theme-sono-light nav .theme-nav-text,.theme-sono-light header nav .theme-nav-text{color:#0f172a}.theme-sono-light .theme-default .theme-nav-text,.theme-sono-light .theme-nav-text{color:#64748b}.theme-sono-light .profile-header-text .theme-default .theme-nav-text,html.theme-sono-light .profile-header-text .theme-default .theme-nav-text,body.theme-sono-light .profile-header-text .theme-default .theme-nav-text,.theme-sono-light .profile-header-text .theme-nav-text,html.theme-sono-light .profile-header-text .theme-nav-text,body.theme-sono-light .profile-header-text .theme-nav-text,.theme-sono-light .profile-info-grid .theme-default .theme-nav-text,html.theme-sono-light .profile-info-grid .theme-default .theme-nav-text,.theme-sono-light .profile-info-grid .theme-nav-text,html.theme-sono-light .profile-info-grid .theme-nav-text,.theme-sono-light .bg-black\/20 .theme-default .theme-nav-text,body.theme-sono-light .bg-black\/20 .theme-default .theme-nav-text,.theme-sono-light .bg-black\/20 .theme-nav-text,body.theme-sono-light .bg-black\/20 .theme-nav-text{color:#000}html.theme-sono-light body main .theme-default .theme-nav-text,html.theme-sono-light body main .theme-nav-text{color:#fff;-webkit-text-fill-color:#ffffff}html.theme-sono-light .theme-bg-card .grid.grid-cols-2.lg\\:grid-cols-4 .theme-default .theme-nav-text,html.theme-sono-light .theme-bg-card .grid .text-xs.sm\\:text-sm.theme-default .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br .theme-default .theme-nav-text,html.theme-sono-light .theme-bg-card .grid.grid-cols-2.lg\\:grid-cols-4 .theme-nav-text,html.theme-sono-light .theme-bg-card .grid .text-xs.sm\\:text-sm .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-purple-500\/10 .theme-default .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-blue-500\/10 .theme-default .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-green-500\/10 .theme-default .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-orange-500\/10 .theme-default .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-purple-500\/10 .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-blue-500\/10 .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-green-500\/10 .theme-nav-text,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-orange-500\/10 .theme-nav-text,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-default .theme-nav-text,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .theme-nav-text,body.theme-sono-light .marketplace-gears-options .theme-default .theme-nav-text,html.theme-sono-light .marketplace-gears-options .theme-default .theme-nav-text,.theme-sono-light .marketplace-gears-options .theme-default .theme-nav-text,body.theme-sono-light .marketplace-gears-options .theme-nav-text,html.theme-sono-light .marketplace-gears-options .theme-nav-text,.theme-sono-light .marketplace-gears-options .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}body.theme-sono-light .marketplace-gears-options .theme-default .theme-nav-text:hover,html.theme-sono-light .marketplace-gears-options .theme-default .theme-nav-text:hover,.theme-sono-light .marketplace-gears-options .theme-default .theme-nav-text:hover,body.theme-sono-light .marketplace-gears-options .theme-nav-text:hover,html.theme-sono-light .marketplace-gears-options .theme-nav-text:hover,.theme-sono-light .marketplace-gears-options .theme-nav-text:hover{color:#333;-webkit-text-fill-color:#333333}body.theme-sono-light .bio-black-text.theme-default .theme-nav-text,body.theme-sono-light .bio-black-text .theme-default .theme-nav-text,body.theme-sono-light .bio-black-text .theme-nav-text,body.theme-sono-light .theme-default .theme-nav-text,body.theme-sono-light .theme-nav-text{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}html body.theme-sono-light .force-outline-icon.theme-default .theme-nav-text,html body.theme-sono-light button .force-outline-icon.theme-default .theme-nav-text,html body.theme-sono-light .force-outline-icon .theme-nav-text,html body.theme-sono-light button .force-outline-icon .theme-nav-text{color:#fff;fill:none;stroke:#fff;stroke-width:1.5}html[lang] body.theme-sono-light button.sono-verse-button-black.theme-default .theme-nav-text,html[lang] body.theme-sono-light .sono-verse-button-black.theme-default .theme-nav-text,html[lang] body.theme-sono-light button.sono-verse-button-black .theme-nav-text,html[lang] body.theme-sono-light .sono-verse-button-black .theme-nav-text{color:#000;-webkit-text-fill-color:#000000}.theme-default .theme-nav-text:hover,.theme-nav-text:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.theme-default .theme-nav-text:hover[data-terms-black],.theme-nav-text:hover[data-terms-black]{color:#000;-webkit-text-fill-color:#000000;text-shadow:none}.theme-default .theme-border,.theme-border{border-color:#a855f74d}.theme-default .theme-modal-surface,.theme-modal-surface{background-color:#581c87cc}.theme-default .theme-modal-overlay{background-color:#000000e6!important;-webkit-backdrop-filter:blur(0px)!important;backdrop-filter:blur(0px)!important}.theme-sono-cream{--video-upload-modal-bg: rgba(250, 242, 233, .95);--video-upload-modal-border: rgba(120, 75, 51, .3)}.theme-sono-cream header,.theme-sono-cream header *,.theme-sono-cream header *:before,.theme-sono-cream header *:after,.theme-sono-cream nav,.theme-sono-cream nav *,.theme-sono-cream [role=navigation],.theme-sono-cream [role=navigation] *,body.theme-sono-cream header,body.theme-sono-cream header *,body.theme-sono-cream nav,body.theme-sono-cream nav *,html.theme-sono-cream header,html.theme-sono-cream header *,html.theme-sono-cream nav,html.theme-sono-cream nav *{color:#000!important}.theme-sono-cream header h1,.theme-sono-cream header .text-white,.theme-sono-cream nav .text-white{color:#fff!important}.theme-sono-cream header .bg-gradient-to-r{color:#fff!important}.theme-sono-cream h1,.theme-sono-cream h2,.theme-sono-cream h3,.theme-sono-cream h4,.theme-sono-cream h5,.theme-sono-cream h6,.theme-sono-cream .heading{font-family:Roca One,cursive!important}.theme-sono-cream .theme-bg-primary{background:#faf2e9!important}.theme-sono-cream .theme-bg-secondary{background:#dcd1c4e6!important}.theme-sono-cream .theme-bg-surface{background:#dcd1c499!important;border:1px solid rgba(120,75,51,.2)}.theme-sono-cream .theme-bg-card{background:#dcd1c4!important;border:1px solid rgba(120,75,51,.3);border-radius:1rem;box-shadow:0 4px 12px #59444826,0 2px 6px #784b331a}.theme-sono-cream .theme-overlay{background:linear-gradient(to bottom right,#dcd1c4b3,#784b3333,#dcd1c499)}.theme-sono-cream .theme-border{border-color:#784b334d}.theme-sono-cream .theme-button-primary{background:linear-gradient(to right,#784b33,#87756a)!important;color:#dcd1c4!important;border:1px solid rgba(120,75,51,.4)}.theme-sono-cream .theme-button-primary:hover{background:linear-gradient(to right,#87756a,#594448)!important;transform:translateY(-1px);box-shadow:0 4px 12px #5944484d}.theme-sono-cream .theme-button-secondary{background:#dcd1c4cc!important;color:#594448!important;border:1px solid rgba(120,75,51,.3)}.theme-sono-cream .theme-button-secondary:hover{background:#87756a33!important;color:#000!important;border-color:#784b3380}.theme-sono-cream .theme-text-primary{color:#000!important}.theme-sono-cream .theme-text-secondary{color:#594448!important}.theme-sono-cream .theme-text-tertiary{color:#87756a!important}.theme-sono-cream .account-policy-section-title,.theme-sono-cream .connection-count-badge,.theme-sono-cream .connection-count-badge *,.theme-sono-cream .connection-count-text,.theme-sono-cream .connection-count-badge.text-orange-600,.theme-sono-cream .connection-count-text.text-orange-600,.theme-sono-cream .connection-count-badge span,.theme-sono-cream div.connection-count-badge,.theme-sono-cream div.connection-count-badge *,.theme-sono-cream div.connection-count-badge span{color:#000!important}.theme-sono-cream .connection-count-badge,.theme-sono-cream div.connection-count-badge{background:linear-gradient(to right,#dcd1c4e6,#87756a66)!important;border-color:#784b3366!important}.theme-sono-cream .bg-gradient-to-r.from-yellow-500\/20.to-orange-500\/20,.theme-sono-cream div[class*=from-yellow-500],.theme-sono-cream div[class*=to-orange-500]{background:linear-gradient(to right,#dcd1c4e6,#87756a66)!important}.theme-sono-cream button.theme-button-primary,.theme-sono-cream button.theme-button-primary *,.theme-sono-cream button.theme-button-primary svg,.theme-sono-cream button.theme-button-primary span,.theme-sono-cream .theme-button-primary,.theme-sono-cream .theme-button-primary *,.theme-sono-cream .theme-button-primary.theme-text-primary,.theme-sono-cream button.theme-button-primary.theme-text-primary,.theme-sono-cream button.theme-button-primary.theme-text-primary *,.theme-sono-cream button[class*=theme-button-primary][class*=theme-text-primary],.theme-sono-cream button[class*=theme-button-primary][class*=theme-text-primary] *,.theme-sono-cream button[class*=theme-button-primary] span,.theme-sono-cream button[class*=theme-button-primary] svg{color:#fff!important}.theme-sono-cream button.theme-button-primary,.theme-sono-cream .theme-button-primary,.theme-sono-cream button[class*=theme-button-primary]{background:#784b33!important;background-image:none!important}.theme-sono-cream button.theme-button-primary:hover,.theme-sono-cream button.theme-button-primary:hover *,.theme-sono-cream .theme-button-primary:hover,.theme-sono-cream .theme-button-primary:hover *,.theme-sono-cream button[class*=theme-button-primary]:hover,.theme-sono-cream button[class*=theme-button-primary]:hover *{color:#fff!important;background:#594448!important;background-image:none!important}.theme-sono-cream .text-white,.theme-sono-cream p,.theme-sono-cream span:not(.bg-purple-600):not([class*=badge]):not([class*=tag]),.theme-sono-cream div:not(.theme-button-primary):not(.bg-purple-600):not([class*=badge]){color:#000!important}.theme-sono-cream .fixed.inset-0 .text-white,.theme-sono-cream .fixed.z-50 .text-white,.theme-sono-cream .z-50 .text-white,.theme-sono-cream [role=dialog] .text-white,.theme-sono-cream .modal .text-white,.theme-sono-cream .fixed.inset-0 h1,.theme-sono-cream .fixed.inset-0 h2,.theme-sono-cream .fixed.inset-0 h3,.theme-sono-cream .fixed.z-50 h1,.theme-sono-cream .fixed.z-50 h2,.theme-sono-cream .fixed.z-50 h3,.theme-sono-cream .z-50 h1,.theme-sono-cream .z-50 h2,.theme-sono-cream .z-50 h3,.theme-sono-cream [role=dialog] h1,.theme-sono-cream [role=dialog] h2,.theme-sono-cream [role=dialog] h3{color:#000!important}.theme-sono-cream .fixed.inset-0 p,.theme-sono-cream .fixed.inset-0 span,.theme-sono-cream .fixed.inset-0 div:not([class*=bg-]):not([class*=button]),.theme-sono-cream .fixed.z-50 p,.theme-sono-cream .fixed.z-50 span,.theme-sono-cream .fixed.z-50 div:not([class*=bg-]):not([class*=button]),.theme-sono-cream .z-50 p,.theme-sono-cream .z-50 span,.theme-sono-cream .z-50 div:not([class*=bg-]):not([class*=button]),.theme-sono-cream [role=dialog] p,.theme-sono-cream [role=dialog] span,.theme-sono-cream [role=dialog] div:not([class*=bg-]):not([class*=button]),.theme-sono-cream .modal p,.theme-sono-cream .modal span,.theme-sono-cream .modal div:not([class*=bg-]):not([class*=button]){color:#000!important}.theme-sono-cream .fixed.inset-0 label,.theme-sono-cream .fixed.inset-0 input,.theme-sono-cream .fixed.inset-0 textarea,.theme-sono-cream .fixed.inset-0 select,.theme-sono-cream .fixed.z-50 label,.theme-sono-cream .fixed.z-50 input,.theme-sono-cream .fixed.z-50 textarea,.theme-sono-cream .fixed.z-50 select,.theme-sono-cream .z-50 label,.theme-sono-cream .z-50 input,.theme-sono-cream .z-50 textarea,.theme-sono-cream .z-50 select{color:#000!important}.theme-sono-cream .fixed.inset-0 .text-gray-300,.theme-sono-cream .fixed.inset-0 .text-gray-400,.theme-sono-cream .fixed.inset-0 .text-gray-500,.theme-sono-cream .fixed.z-50 .text-gray-300,.theme-sono-cream .fixed.z-50 .text-gray-400,.theme-sono-cream .fixed.z-50 .text-gray-500,.theme-sono-cream .z-50 .text-gray-300,.theme-sono-cream .z-50 .text-gray-400,.theme-sono-cream .z-50 .text-gray-500{color:#594448!important}.theme-sono-cream .fixed.inset-0 .text-transparent,.theme-sono-cream .fixed.inset-0 .opacity-0,.theme-sono-cream .fixed.inset-0 .opacity-10,.theme-sono-cream .fixed.inset-0 .opacity-20,.theme-sono-cream .fixed.z-50 .text-transparent,.theme-sono-cream .fixed.z-50 .opacity-0,.theme-sono-cream .fixed.z-50 .opacity-10,.theme-sono-cream .fixed.z-50 .opacity-20{color:#000!important;opacity:1!important}.theme-sono-cream .fixed.inset-0 .space-y-4 *,.theme-sono-cream .fixed.inset-0 .space-y-6 *,.theme-sono-cream .fixed.inset-0 .space-y-8 *,.theme-sono-cream .fixed.z-50 .space-y-4 *,.theme-sono-cream .fixed.z-50 .space-y-6 *,.theme-sono-cream .fixed.z-50 .space-y-8 *{color:#000!important}.theme-sono-cream .fixed.inset-0 section,.theme-sono-cream .fixed.inset-0 section *,.theme-sono-cream .fixed.z-50 section,.theme-sono-cream .fixed.z-50 section *{color:#000!important}body.theme-sono-cream .fixed.inset-0 *,html.theme-sono-cream .fixed.inset-0 *,body.theme-sono-cream .fixed.z-50 *,html.theme-sono-cream .fixed.z-50 *,body.theme-sono-cream .z-50 *,html.theme-sono-cream .z-50 *,body.theme-sono-cream .fixed.inset-0 [style*=color],html.theme-sono-cream .fixed.inset-0 [style*=color],body.theme-sono-cream .fixed.z-50 [style*=color],html.theme-sono-cream .fixed.z-50 [style*=color],body.theme-sono-cream .fixed.inset-0 .relative *,html.theme-sono-cream .fixed.inset-0 .relative *,body.theme-sono-cream .fixed.inset-0 .backdrop-blur *,html.theme-sono-cream .fixed.inset-0 .backdrop-blur *,body.theme-sono-cream .fixed.inset-0 .shadow-xl *,html.theme-sono-cream .fixed.inset-0 .shadow-xl *,body.theme-sono-cream .fixed.inset-0 .rounded-xl *,html.theme-sono-cream .fixed.inset-0 .rounded-xl *{color:#000!important}body.theme-sono-cream .fixed.inset-0 *[class*=text-],html.theme-sono-cream .fixed.inset-0 *[class*=text-],body.theme-sono-cream .fixed.z-50 *[class*=text-],html.theme-sono-cream .fixed.z-50 *[class*=text-],body.theme-sono-cream div[class*=fixed] h1,body.theme-sono-cream div[class*=fixed] h2,body.theme-sono-cream div[class*=fixed] h3,body.theme-sono-cream div[class*=fixed] h4,body.theme-sono-cream div[class*=fixed] h5,body.theme-sono-cream div[class*=fixed] h6,body.theme-sono-cream div[class*=fixed] p,body.theme-sono-cream div[class*=fixed] span,body.theme-sono-cream div[class*=fixed] div,body.theme-sono-cream div[class*=fixed] label,body.theme-sono-cream div[class*=fixed] button,body.theme-sono-cream div[class*=fixed] input,body.theme-sono-cream div[class*=fixed] textarea,html.theme-sono-cream div[class*=fixed] h1,html.theme-sono-cream div[class*=fixed] h2,html.theme-sono-cream div[class*=fixed] h3,html.theme-sono-cream div[class*=fixed] h4,html.theme-sono-cream div[class*=fixed] h5,html.theme-sono-cream div[class*=fixed] h6,html.theme-sono-cream div[class*=fixed] p,html.theme-sono-cream div[class*=fixed] span,html.theme-sono-cream div[class*=fixed] div,html.theme-sono-cream div[class*=fixed] label,html.theme-sono-cream div[class*=fixed] button,html.theme-sono-cream div[class*=fixed] input,html.theme-sono-cream div[class*=fixed] textarea{color:#000!important;opacity:1!important;visibility:visible!important}.theme-sono-cream h1,.theme-sono-cream h2,.theme-sono-cream h3,.theme-sono-cream .heading,.theme-sono-cream [class*=font-bold]:not(.theme-button-primary),.theme-sono-cream [class*=font-semibold]:not(.theme-button-primary){color:#000!important;font-family:Roca One,cursive!important}.theme-sono-cream h4,.theme-sono-cream h5,.theme-sono-cream h6,.theme-sono-cream .text-lg,.theme-sono-cream [class*=text-sm][class*=font-medium]{color:#594448!important}.theme-sono-cream a:not(.theme-button-primary):not(.theme-button-secondary):not(header a):not(nav a):not([class*=navText]),.theme-sono-cream [class*=badge],.theme-sono-cream [class*=tag],.theme-sono-cream .bg-purple-600{color:#8e5cf6!important}.theme-sono-cream header a,.theme-sono-cream nav a,.theme-sono-cream header a:not(.theme-button-primary):not(.theme-button-secondary),.theme-sono-cream nav a:not(.theme-button-primary):not(.theme-button-secondary),.theme-sono-cream .z-50 a,.theme-sono-cream .absolute a,.theme-sono-cream .shadow-lg a,.theme-sono-cream [class*=navText],.theme-sono-cream .absolute.top-full a,.theme-sono-cream .z-50.absolute a,.theme-sono-cream .shadow-lg.rounded-lg a,.theme-sono-cream div[class*=absolute][class*=top-full] a,.theme-sono-cream div[class*=z-50] a,.theme-sono-cream div[class*=shadow-lg] a,.theme-sono-cream nav div a,.theme-sono-cream header div a{color:#000!important}.theme-sono-cream header [class*=text-purple],.theme-sono-cream header a,.theme-sono-cream header button,.theme-sono-cream header span,.theme-sono-cream .fixed [class*=text-purple],.theme-sono-cream .fixed a,.theme-sono-cream .fixed button,.theme-sono-cream .fixed span,.theme-sono-cream .z-50 *,.theme-sono-cream .absolute *,.theme-sono-cream .shadow-lg *,.theme-sono-cream .rounded-lg a,.theme-sono-cream .rounded-lg button,.theme-sono-cream .rounded-lg span{color:#000!important}.theme-sono-cream .text-purple-400,.theme-sono-cream .text-purple-300,.theme-sono-cream .text-purple-500,.theme-sono-cream .text-purple-600,.theme-sono-cream header .text-purple-400,.theme-sono-cream header .text-purple-300,.theme-sono-cream header .text-purple-500,.theme-sono-cream header .text-purple-600{color:#000!important}.theme-sono-cream header *,.theme-sono-cream header *:before,.theme-sono-cream header *:after{color:#000!important}.theme-sono-cream header .text-white,.theme-sono-cream header h1{color:#fff!important}.theme-sono-cream .text-purple-50,.theme-sono-cream .text-purple-100,.theme-sono-cream .text-purple-200,.theme-sono-cream .text-purple-300,.theme-sono-cream .text-purple-400,.theme-sono-cream .text-purple-500,.theme-sono-cream .text-purple-600,.theme-sono-cream .text-purple-700,.theme-sono-cream .text-purple-800,.theme-sono-cream .text-purple-900{color:#000!important}.theme-sono-cream header div[class*=absolute] a,.theme-sono-cream header div[class*=absolute] button,.theme-sono-cream header div[class*=absolute] span,.theme-sono-cream header div[class*=z-50] a,.theme-sono-cream header div[class*=z-50] button,.theme-sono-cream header div[class*=z-50] span,.theme-sono-cream header div[class*=shadow-lg] a,.theme-sono-cream header div[class*=shadow-lg] button,.theme-sono-cream header div[class*=shadow-lg] span{color:#000!important}.theme-sono-cream nav [class*=text-purple],.theme-sono-cream nav a,.theme-sono-cream nav button,.theme-sono-cream nav .text-purple-400,.theme-sono-cream nav .text-purple-300,.theme-sono-cream nav span,.theme-sono-cream nav div,.theme-sono-cream [role=menu] [class*=text-purple],.theme-sono-cream [role=menu] a,.theme-sono-cream [role=menu] button,.theme-sono-cream .dropdown [class*=text-purple],.theme-sono-cream .dropdown a,.theme-sono-cream .dropdown button,.theme-sono-cream nav a:hover,.theme-sono-cream nav button:hover,.theme-sono-cream nav a:focus,.theme-sono-cream nav button:focus,.theme-sono-cream .absolute [class*=text-purple],.theme-sono-cream .absolute a,.theme-sono-cream .absolute button,.theme-sono-cream .absolute span,.theme-sono-cream .z-50 [class*=text-purple],.theme-sono-cream .z-50 a,.theme-sono-cream .z-50 button,.theme-sono-cream .z-50 span{color:#000!important}.theme-sono-cream .bg-gray-800 *,.theme-sono-cream .bg-gray-900 *,.theme-sono-cream [class*=bg-gray-]:not(.bg-gray-100):not(.bg-gray-200):not(.bg-gray-300) *{color:#faf2e9!important}.theme-sono-cream input::-moz-placeholder,.theme-sono-cream textarea::-moz-placeholder{color:#87756a!important}.theme-sono-cream .text-gray-400,.theme-sono-cream .text-gray-500,.theme-sono-cream input::placeholder,.theme-sono-cream textarea::placeholder,.theme-sono-cream [class*=placeholder]{color:#87756a!important}.theme-sono-cream .theme-button-primary,.theme-sono-cream button.theme-button-primary,.theme-sono-cream a.theme-button-primary{background:linear-gradient(135deg,#784b33,#594448)!important;color:#fff!important;border:1px solid rgba(120,75,51,.4)}.theme-sono-cream .theme-button-primary *,.theme-sono-cream button.theme-button-primary *,.theme-sono-cream a.theme-button-primary *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream .theme-button-primary:hover,.theme-sono-cream button.theme-button-primary:hover,.theme-sono-cream a.theme-button-primary:hover{background:linear-gradient(135deg,#594448,#784b33)!important;box-shadow:0 4px 12px #784b334d;color:#fff!important}.theme-sono-cream .theme-button-secondary{background:#784b331a!important;color:#000!important;border:1px solid rgba(120,75,51,.3)}.theme-sono-cream .theme-button-secondary:hover{background:#784b3333!important;color:#000!important}.theme-sono-cream .theme-button-secondary *,.theme-sono-cream .theme-button-secondary:hover *{color:#000!important;fill:#000!important;stroke:#000!important}.theme-sono-cream .theme-nav-background{background-color:#dcd1c4!important;border-bottom:1px solid rgba(120,75,51,.2)}.theme-sono-cream .theme-nav-dropdown{background-color:#dcd1c4!important;border:none!important;color:#000!important}.theme-sono-cream .theme-nav-hover{transition:background-color .2s ease}.theme-sono-cream .theme-nav-hover:hover{background-color:#784b3326!important}.theme-sono-cream .theme-nav-text,.theme-sono-cream .theme-nav-text:hover{color:#000!important}.theme-sono-cream nav a,.theme-sono-cream nav button{color:#000!important}.theme-sono-cream nav a:hover,.theme-sono-cream nav button:hover,.theme-sono-cream [class*="hover:text-white"]:hover{color:#000!important}.theme-sono-cream .theme-border{border-color:#784b3366!important}.theme-sono-cream nav .theme-border,.theme-sono-cream header .theme-border,.theme-sono-cream .absolute.top-full .theme-border,.theme-sono-cream .z-50 .theme-border,.theme-sono-cream .shadow-lg.theme-border,.theme-sono-cream div[class*=absolute][class*=top-full].theme-border,.theme-sono-cream nav div.theme-border,.theme-sono-cream header div.theme-border{border:none!important}.theme-sono-cream .absolute.top-full.shadow-lg,.theme-sono-cream .z-50.absolute,.theme-sono-cream .shadow-lg.rounded-lg,.theme-sono-cream nav .absolute,.theme-sono-cream header .absolute,.theme-sono-cream nav .z-50,.theme-sono-cream header .z-50,.theme-sono-cream nav div[class*=absolute][class*=top-full],.theme-sono-cream header div[class*=absolute][class*=top-full]{border:none!important}.theme-sono-cream nav div[class*=absolute][class*=shadow-lg],.theme-sono-cream header div[class*=absolute][class*=shadow-lg],.theme-sono-cream nav div[class*=z-50][class*=shadow-lg],.theme-sono-cream header div[class*=z-50][class*=shadow-lg],.theme-sono-cream nav div.absolute.top-full,.theme-sono-cream header div.absolute.top-full,.theme-sono-cream nav div.absolute.shadow-lg,.theme-sono-cream header div.absolute.shadow-lg{border:none!important;border-width:0!important;border-color:transparent!important;background-color:#dcd1c4!important;box-shadow:none!important}.theme-sono-cream nav .border-t,.theme-sono-cream header .border-t,.theme-sono-cream .absolute .border-t,.theme-sono-cream .z-50 .border-t{border-top:none!important}.theme-sono-cream nav .absolute,.theme-sono-cream header .absolute,.theme-sono-cream nav .z-50,.theme-sono-cream header .z-50,.theme-sono-cream nav div[class*=shadow-lg],.theme-sono-cream header div[class*=shadow-lg],.theme-sono-cream nav div[class*=rounded-lg],.theme-sono-cream header div[class*=rounded-lg]{background-color:#dcd1c4!important;border:none!important;box-shadow:none!important}.theme-sono-cream nav div.absolute.top-full,.theme-sono-cream header div.absolute.top-full,.theme-sono-cream nav div[class*=absolute][class*=top-full],.theme-sono-cream header div[class*=absolute][class*=top-full]{background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.theme-sono-cream .rounded-lg.shadow-lg,.theme-sono-cream nav .rounded-lg,.theme-sono-cream header .rounded-lg{border-radius:0!important;padding:0!important;background:transparent!important;box-shadow:none!important}.theme-sono-cream .theme-modal-surface{background:#faf2e9f2!important;border:1px solid rgba(120,75,51,.3)}.theme-sono-cream input,.theme-sono-cream textarea,.theme-sono-cream select{background:#dcd1c44d!important;border:1px solid rgba(120,75,51,.3)!important;color:#161616!important}.theme-sono-cream input:focus,.theme-sono-cream textarea:focus,.theme-sono-cream select:focus{border-color:#784b33!important;box-shadow:0 0 0 2px #784b3333!important}.theme-sono-cream select option{background-color:#dcd1c4f2!important;color:#161616!important}.theme-sono-cream select option:checked,.theme-sono-cream select option:hover{background-color:#784b3333!important;color:#161616!important}.theme-sono-cream .fixed.inset-0 select option,.theme-sono-cream .z-50 select option,.theme-sono-cream .relative select option{background-color:#dcd1c4fa!important;color:#000!important}.theme-sono-cream input::-moz-placeholder,.theme-sono-cream textarea::-moz-placeholder{color:#594448!important;opacity:.7}.theme-sono-cream input::placeholder,.theme-sono-cream textarea::placeholder{color:#594448!important;opacity:.7}.theme-sono-cream .bg-purple-600\/30{background-color:#784b3326!important;color:#784b33!important}.theme-sono-cream .text-purple-300{color:#784b33!important}.theme-sono-cream span[class*="bg-purple-600/30"]{background-color:#784b3326!important;color:#784b33!important;border:1px solid rgba(120,75,51,.25)!important}.theme-sono-cream span[class*=text-purple-300],.theme-sono-cream span[class*="bg-purple-600/30"] button{color:#784b33!important}.theme-sono-cream span[class*="bg-purple-600/30"] button:hover{color:#594448!important}.theme-sono-cream .bg-gray-700:hover{background-color:#784b331a!important;color:#000!important;border-color:#784b3380!important}.theme-sono-cream nav a,.theme-sono-cream nav button,.theme-sono-cream .theme-nav-text{color:#000!important}.theme-sono-cream nav a:hover,.theme-sono-cream nav button:hover,.theme-sono-cream .theme-nav-text:hover{color:#000!important}.theme-sono-cream label,.theme-sono-cream .font-medium,.theme-sono-cream .font-semibold:not(.theme-button-primary){color:#000!important}.theme-sono-cream .bg-purple-950{background-color:#dcd1c4!important;border:1px solid rgba(120,75,51,.3)!important}.theme-sono-cream .bg-purple-900{background-color:#dcd1c4cc!important;border:1px solid rgba(120,75,51,.2)!important}.theme-sono-cream .bg-gray-600{background-color:#784b33!important;color:#fff!important}.theme-sono-cream .bg-gray-600:hover,.theme-sono-cream [class*="hover:bg-gray-700"]:hover{background-color:#594448!important}.theme-sono-cream .bg-purple-600{background-color:#594448!important;color:#fff!important}.theme-sono-cream .bg-purple-600:hover,.theme-sono-cream [class*="hover:bg-purple-700"]:hover{background-color:#784b33!important}.theme-sono-cream .bg-green-600{background-color:#784b33!important;color:#fff!important}.theme-sono-cream .bg-green-600:hover,.theme-sono-cream [class*="hover:bg-green-700"]:hover{background-color:#594448!important}.theme-sono-cream .bg-purple-600 *,.theme-sono-cream .bg-purple-600:hover *,.theme-sono-cream .bg-green-600 *,.theme-sono-cream .bg-green-600:hover *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream .bg-amber-600,.theme-sono-cream .bg-amber-600:hover,.theme-sono-cream [class*="hover:bg-amber-700"]:hover{color:#fff!important}.theme-sono-cream .bg-amber-600 *,.theme-sono-cream .bg-amber-600:hover *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream .bg-gray-600.text-gray-300{color:#fff!important}.theme-sono-cream .bg-gray-600 *,.theme-sono-cream .bg-gray-600:hover *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream .bg-yellow-600,.theme-sono-cream .bg-orange-600,.theme-sono-cream .bg-red-600,.theme-sono-cream .bg-yellow-600:hover,.theme-sono-cream [class*="hover:bg-yellow-700"]:hover,.theme-sono-cream .bg-orange-600:hover,.theme-sono-cream [class*="hover:bg-orange-700"]:hover,.theme-sono-cream .bg-red-600:hover,.theme-sono-cream [class*="hover:bg-red-700"]:hover{color:#fff!important}.theme-sono-cream .bg-yellow-600 *,.theme-sono-cream .bg-orange-600 *,.theme-sono-cream .bg-red-600 *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream .text-purple-400,.theme-sono-cream .text-purple-300{color:#8e5cf6!important}.theme-sono-cream .text-gray-300{color:#a39386!important}.theme-sono-cream .text-purple-200{color:#594448!important}.theme-sono-cream .text-green-400,.theme-sono-cream .text-green-600{color:#059669!important}.theme-sono-cream .text-red-400,.theme-sono-cream .text-red-600{color:#dc2626!important}.theme-sono-cream .text-yellow-400,.theme-sono-cream .text-orange-600{color:#d97706!important}.theme-sono-cream .text-blue-400,.theme-sono-cream .text-blue-600{color:#2563eb!important}.theme-sono-cream [class*="hover:text-white"]:hover{color:#000!important}.theme-sono-cream .bg-gray-900{background-color:#dcd1c4!important;border-color:#784b334d!important}.theme-sono-cream .bg-gray-900 a,.theme-sono-cream .bg-gray-900 button,.theme-sono-cream .bg-gray-900 .text-gray-300,.theme-sono-cream header a,.theme-sono-cream header button,.theme-sono-cream header .text-gray-300,.theme-sono-cream nav a,.theme-sono-cream nav button,.theme-sono-cream nav .text-gray-300{color:#000!important}.theme-sono-cream .bg-gray-900 a:hover,.theme-sono-cream .bg-gray-900 button:hover,.theme-sono-cream header a:hover,.theme-sono-cream header button:hover,.theme-sono-cream nav a:hover,.theme-sono-cream nav button:hover{color:#000!important;background-color:#784b3326!important}.theme-sono-cream .absolute.bg-gray-900,.theme-sono-cream .shadow-lg.bg-gray-900{background-color:#dcd1c4!important;border:1px solid rgba(120,75,51,.3)!important}.theme-sono-cream .border-gray-700,.theme-sono-cream .border-gray-800{border-color:#784b334d!important}.theme-sono-cream .text-gray-400{color:#87756a!important}.theme-sono-cream .bg-gray-700{background-color:#784b3333!important;color:#87756a!important}.theme-sono-cream .text-purple-400{color:#8e5cf6!important}.theme-sono-cream .text-blue-400{color:#2563eb!important}.theme-sono-cream .text-orange-400{color:#d97706!important}.theme-sono-cream nav .text-white,.theme-sono-cream header .text-white{color:#000!important}.theme-sono-cream .bg-purple-600{background-color:#8e5cf6!important;color:#faf2e9!important}.theme-sono-cream [class*="hover:bg-gray-800"]:hover{background-color:#784b3326!important}.theme-sono-cream .theme-nav-hover:hover,.theme-sono-cream .theme-nav-active{background-color:#784b3326!important;color:#000!important}.theme-sono-cream nav .text-gray-300,.theme-sono-cream header .text-gray-300,.theme-sono-cream .text-gray-300.theme-nav-hover{color:#000!important}.theme-sono-cream nav [class*="hover:text-white"]:hover,.theme-sono-cream header [class*="hover:text-white"]:hover{color:#000!important}.theme-sono-cream nav .bg-purple-600.text-white{background-color:#8e5cf6!important;color:#faf2e9!important}.theme-sono-cream [class*="bg-purple-500/10"]{background-color:#8e5cf61a!important}.theme-sono-cream [class*="bg-blue-500/10"]{background-color:#2563eb1a!important}.theme-sono-cream [class*="bg-orange-500/10"]{background-color:#d977061a!important}.theme-sono-cream [class*="border-purple-500/20"]{border-color:#8e5cf633!important}.theme-sono-cream [class*="border-blue-500/20"]{border-color:#2563eb33!important}.theme-sono-cream [class*="border-orange-500/20"]{border-color:#d9770633!important}.theme-sono-cream nav *,.theme-sono-cream header nav *{color:#000!important}.theme-sono-cream nav a:hover,.theme-sono-cream nav button:hover,.theme-sono-cream header nav a:hover,.theme-sono-cream header nav button:hover,.theme-sono-cream nav *:hover,.theme-sono-cream header nav *:hover{color:#000!important;background-color:#784b3326!important}.theme-sono-cream nav [class*=bg-gray],.theme-sono-cream header nav [class*=bg-gray]{background-color:#784b331a!important}.theme-sono-cream nav .absolute,.theme-sono-cream header .absolute{background-color:#dcd1c4!important;border-color:#784b334d!important}.theme-sono-cream nav .absolute *,.theme-sono-cream header .absolute *{color:#000!important}.theme-sono-cream nav .absolute *:hover,.theme-sono-cream header .absolute *:hover{color:#000!important;background-color:#784b3326!important}.theme-sono-cream *{--tw-text-opacity: 1 !important}.theme-sono-cream header a,.theme-sono-cream header button,.theme-sono-cream header span,.theme-sono-cream header .text-purple-400,.theme-sono-cream header .text-purple-300,.theme-sono-cream header .text-purple-200,.theme-sono-cream header [class*=text-purple],.theme-sono-cream nav a,.theme-sono-cream nav button,.theme-sono-cream nav span,.theme-sono-cream nav .text-purple-400,.theme-sono-cream nav .text-purple-300,.theme-sono-cream nav .text-purple-200,.theme-sono-cream nav [class*=text-purple],.theme-sono-cream [class*=absolute] a,.theme-sono-cream [class*=absolute] button,.theme-sono-cream [class*=absolute] span,.theme-sono-cream [class*=absolute] .text-purple-400,.theme-sono-cream [class*=absolute] .text-purple-300,.theme-sono-cream [class*=absolute] .text-purple-200,.theme-sono-cream [class*=absolute] [class*=text-purple],.theme-sono-cream [class*=z-50] a,.theme-sono-cream [class*=z-50] button,.theme-sono-cream [class*=z-50] span,.theme-sono-cream [class*=z-50] .text-purple-400,.theme-sono-cream [class*=z-50] .text-purple-300,.theme-sono-cream [class*=z-50] .text-purple-200,.theme-sono-cream [class*=z-50] [class*=text-purple],.theme-sono-cream [class*=dropdown] *,.theme-sono-cream [class*=menu] *,body.theme-sono-cream header a,body.theme-sono-cream header button,body.theme-sono-cream header span,body.theme-sono-cream header [class*=text-purple],body.theme-sono-cream nav a,body.theme-sono-cream nav button,body.theme-sono-cream nav span,body.theme-sono-cream nav [class*=text-purple],html.theme-sono-cream header a,html.theme-sono-cream header button,html.theme-sono-cream header span,html.theme-sono-cream header [class*=text-purple],html.theme-sono-cream nav a,html.theme-sono-cream nav button,html.theme-sono-cream nav span,html.theme-sono-cream nav [class*=text-purple]{color:#000!important}.theme-sono-cream .hidden.md\\:flex a,.theme-sono-cream .hidden.md\\:flex button,.theme-sono-cream .hidden.md\\:flex span,.theme-sono-cream .hidden.md\\:flex [class*=text-purple],.theme-sono-cream nav.hidden.md\\:flex a,.theme-sono-cream nav.hidden.md\\:flex button,.theme-sono-cream nav.hidden.md\\:flex span,.theme-sono-cream nav.hidden.md\\:flex [class*=text-purple],.theme-sono-cream .hidden.md\\:flex .absolute a,.theme-sono-cream .hidden.md\\:flex .absolute button,.theme-sono-cream .hidden.md\\:flex .absolute span,.theme-sono-cream .hidden.md\\:flex .absolute [class*=text-purple],.theme-sono-cream .hidden.md\\:flex .z-50 a,.theme-sono-cream .hidden.md\\:flex .z-50 button,.theme-sono-cream .hidden.md\\:flex .z-50 span,.theme-sono-cream .hidden.md\\:flex .z-50 [class*=text-purple],.theme-sono-cream .hidden.md\\:flex [class*=shadow-lg] a,.theme-sono-cream .hidden.md\\:flex [class*=shadow-lg] button,.theme-sono-cream .hidden.md\\:flex [class*=shadow-lg] span,.theme-sono-cream .hidden.md\\:flex [class*=shadow-lg] [class*=text-purple],.theme-sono-cream .hidden.md\\:flex [class*=top-full] a,.theme-sono-cream .hidden.md\\:flex [class*=top-full] button,.theme-sono-cream .hidden.md\\:flex [class*=top-full] span,.theme-sono-cream .hidden.md\\:flex [class*=top-full] [class*=text-purple],.theme-sono-cream .hidden.md\\:flex div[class*=absolute] a,.theme-sono-cream .hidden.md\\:flex div[class*=absolute] button,.theme-sono-cream .hidden.md\\:flex div[class*=absolute] span,.theme-sono-cream .hidden.md\\:flex div[class*=absolute] [class*=text-purple],.theme-sono-cream .relative div[class*=absolute] a,.theme-sono-cream .relative div[class*=absolute] button,.theme-sono-cream .relative div[class*=absolute] span,.theme-sono-cream .relative div[class*=absolute] [class*=text-purple],.theme-sono-cream .relative div[class*=z-50] a,.theme-sono-cream .relative div[class*=z-50] button,.theme-sono-cream .relative div[class*=z-50] span,.theme-sono-cream .relative div[class*=z-50] [class*=text-purple],.theme-sono-cream nav .relative a,.theme-sono-cream nav .relative button,.theme-sono-cream nav .relative span,.theme-sono-cream nav .relative [class*=text-purple],.theme-sono-cream nav div[class*=absolute] a,.theme-sono-cream nav div[class*=absolute] button,.theme-sono-cream nav div[class*=absolute] span,.theme-sono-cream nav div[class*=absolute] [class*=text-purple],.theme-sono-cream nav div[class*=z-50] a,.theme-sono-cream nav div[class*=z-50] button,.theme-sono-cream nav div[class*=z-50] span,.theme-sono-cream nav div[class*=z-50] [class*=text-purple],.theme-sono-cream nav div[class*=shadow-lg] a,.theme-sono-cream nav div[class*=shadow-lg] button,.theme-sono-cream nav div[class*=shadow-lg] span,.theme-sono-cream nav div[class*=shadow-lg] [class*=text-purple],.theme-sono-cream nav div[class*=top-full] a,.theme-sono-cream nav div[class*=top-full] button,.theme-sono-cream nav div[class*=top-full] span,.theme-sono-cream nav div[class*=top-full] [class*=text-purple]{color:#000!important}.theme-sono-cream header h1,.theme-sono-cream header .text-white,.theme-sono-cream .bg-gradient-to-r *{color:#fff!important}.theme-sono-cream header nav a,.theme-sono-cream header nav button{background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important}.theme-sono-cream header nav a:hover,.theme-sono-cream header nav button:hover,.theme-sono-cream header nav a:focus,.theme-sono-cream header nav button:focus,.theme-sono-cream header nav .theme-nav-hover:hover,.theme-sono-cream header nav [class*=theme-nav-hover]:hover,.theme-sono-cream header nav .theme-nav-active,.theme-sono-cream header nav a[aria-current=page],.theme-sono-cream header nav .active{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.theme-sono-cream header div.absolute.top-full,.theme-sono-cream header nav div.absolute.top-full,.theme-sono-cream header div[class*=absolute][class*=top-full],.theme-sono-cream header nav div[class*=absolute][class*=top-full]{background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.theme-sono-cream header div[class*=absolute][class*=top-full] a,.theme-sono-cream header div[class*=absolute][class*=top-full] button{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}.theme-sono-cream header div[class*=absolute][class*=top-full] a:hover,.theme-sono-cream header div[class*=absolute][class*=top-full] button:hover{background:transparent!important;background-color:transparent!important}.theme-sono-cream .hidden.md\:flex a,.theme-sono-cream .hidden.md\:flex button{background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important}.theme-sono-cream .hidden.md\:flex a:hover,.theme-sono-cream .hidden.md\:flex button:hover,.theme-sono-cream .hidden.md\:flex a:focus,.theme-sono-cream .hidden.md\:flex button:focus{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.theme-sono-cream .hidden.md\:flex div.absolute.top-full,.theme-sono-cream .hidden.md\:flex div[class*=absolute][class*=top-full]{background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0!important}.theme-sono-cream header nav a,.theme-sono-cream header nav button,.theme-sono-cream header nav a *,.theme-sono-cream header nav button *{background:transparent!important;background-color:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.theme-sono-cream header div.absolute.top-full.theme-nav-background,.theme-sono-cream header nav div.absolute.top-full.theme-nav-background,.theme-sono-cream .hidden.md\:flex div.absolute.top-full.theme-nav-background,.theme-sono-cream .hidden.md\:flex div[class*=absolute][class*=top-full].theme-nav-background{background:initial!important;background-color:#dcd1c4!important;border:none!important;border-radius:0!important;box-shadow:none!important}.theme-sono-cream header nav a:hover,.theme-sono-cream header nav button:hover,.theme-sono-cream header nav a:focus,.theme-sono-cream header nav button:focus,.theme-sono-cream header nav a:active,.theme-sono-cream header nav button:active{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.theme-sono-cream header nav.hidden.md\:flex>*,.theme-sono-cream header nav.hidden.md\:flex>*>*{background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none!important}.theme-sono-cream header .hidden.md\:flex>*,.theme-sono-cream header .hidden.md\:flex>*>*{background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none!important}.theme-sono-cream header [class*=rounded],.theme-sono-cream header [class*=border]{border:none!important;border-radius:0!important}.theme-sono-cream .connection-count-badge,.theme-sono-cream .connection-count-badge *,body.theme-sono-cream .connection-count-badge,body.theme-sono-cream .connection-count-badge *,html.theme-sono-cream .connection-count-badge,html.theme-sono-cream .connection-count-badge *{color:#fff!important}.theme-sono-cream .connection-count-badge,.theme-sono-cream .connection-count-badge *,body.theme-sono-cream .connection-count-badge,body.theme-sono-cream .connection-count-badge *,html.theme-sono-cream .connection-count-badge,html.theme-sono-cream .connection-count-badge *,html.theme-sono-cream body.theme-sono-cream .connection-count-badge.font-semibold,.theme-sono-cream .connection-count-badge.font-semibold,.theme-sono-cream .connected-badge,.theme-sono-cream .connected-badge *,body.theme-sono-cream .connected-badge,body.theme-sono-cream .connected-badge *,html.theme-sono-cream .connected-badge,html.theme-sono-cream .connected-badge *{color:#fff!important;stroke:#fff!important;fill:#fff!important}.theme-sono-cream .connection-count-badge,body.theme-sono-cream .connection-count-badge,html.theme-sono-cream .connection-count-badge{color:#fff!important}.theme-sono-cream .share-icon,body.theme-sono-cream .share-icon,html.theme-sono-cream .share-icon{color:#fff!important;stroke:#fff!important;fill:#fff!important}.theme-sono-cream .connection-count-badge.connection-count-badge.connection-count-badge.connection-count-badge,.theme-sono-cream .connection-count-badge.connection-count-badge.connection-count-badge.connection-count-badge *,html.theme-sono-cream body.theme-sono-cream .connection-count-badge.connection-count-badge,html.theme-sono-cream body.theme-sono-cream .connection-count-badge.connection-count-badge *,.theme-sono-cream .connected-badge.connected-badge.connected-badge.connected-badge,.theme-sono-cream .connected-badge.connected-badge.connected-badge.connected-badge *,html.theme-sono-cream body.theme-sono-cream .connected-badge.connected-badge,html.theme-sono-cream body.theme-sono-cream .connected-badge.connected-badge *{color:#000!important;stroke:#fff!important;fill:#fff!important}.theme-sono-cream .assistant-message,.theme-sono-cream .assistant-message *,body.theme-sono-cream .assistant-message,body.theme-sono-cream .assistant-message *,html.theme-sono-cream .assistant-message,html.theme-sono-cream .assistant-message *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-cream [class*="bg-[#594448]"],.theme-sono-cream [class*="bg-[#784b33]"]{color:#fff!important}.theme-sono-cream [class*="bg-[#594448]"] *,.theme-sono-cream [class*="bg-[#784b33]"] *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream [class*="hover:bg-[#594448]"]:hover,.theme-sono-cream [class*="hover:bg-[#784b33]"]:hover,.theme-sono-cream [style*="background-color:#594448"],.theme-sono-cream [style*="background-color: #594448"],.theme-sono-cream [style*="background:#594448"],.theme-sono-cream [style*="background: #594448"],.theme-sono-cream [style*="background-color:#784b33"],.theme-sono-cream [style*="background-color: #784b33"],.theme-sono-cream [style*="background:#784b33"],.theme-sono-cream [style*="background: #784b33"]{color:#fff!important}.theme-sono-cream [style*="background-color:#594448"] *,.theme-sono-cream [style*="background-color: #594448"] *,.theme-sono-cream [style*="background:#594448"] *,.theme-sono-cream [style*="background: #594448"] *,.theme-sono-cream [style*="background-color:#784b33"] *,.theme-sono-cream [style*="background-color: #784b33"] *,.theme-sono-cream [style*="background:#784b33"] *,.theme-sono-cream [style*="background: #784b33"] *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream button.bg-purple-600,.theme-sono-cream a.bg-purple-600,.theme-sono-cream button.bg-green-600,.theme-sono-cream a.bg-green-600,.theme-sono-cream button.bg-amber-600,.theme-sono-cream a.bg-amber-600,.theme-sono-cream button.bg-yellow-600,.theme-sono-cream a.bg-yellow-600,.theme-sono-cream button.bg-orange-600,.theme-sono-cream a.bg-orange-600,.theme-sono-cream button.bg-red-600,.theme-sono-cream a.bg-red-600,.theme-sono-cream button[class*="bg-[#594448]"],.theme-sono-cream a[class*="bg-[#594448]"],.theme-sono-cream button[class*="bg-[#784b33]"],.theme-sono-cream a[class*="bg-[#784b33]"]{color:#fff!important}.theme-sono-cream button.bg-purple-600 *,.theme-sono-cream a.bg-purple-600 *,.theme-sono-cream button.bg-green-600 *,.theme-sono-cream a.bg-green-600 *,.theme-sono-cream button.bg-amber-600 *,.theme-sono-cream a.bg-amber-600 *,.theme-sono-cream button.bg-yellow-600 *,.theme-sono-cream a.bg-yellow-600 *,.theme-sono-cream button.bg-orange-600 *,.theme-sono-cream a.bg-orange-600 *,.theme-sono-cream button.bg-red-600 *,.theme-sono-cream a.bg-red-600 *,.theme-sono-cream button[class*="bg-[#594448]"] *,.theme-sono-cream a[class*="bg-[#594448]"] *,.theme-sono-cream button[class*="bg-[#784b33]"] *,.theme-sono-cream a[class*="bg-[#784b33]"] *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream .theme-bg-card .bg-purple-600.bg-purple-600,.theme-sono-cream .theme-bg-card .bg-green-600.bg-green-600,.theme-sono-cream .theme-bg-card .bg-amber-600.bg-amber-600,.theme-sono-cream .theme-bg-card .bg-yellow-600.bg-yellow-600,.theme-sono-cream .theme-bg-card .bg-orange-600.bg-orange-600,.theme-sono-cream .theme-bg-card .bg-red-600.bg-red-600,.theme-sono-cream .theme-bg-card .bg-purple-600:hover,.theme-sono-cream .theme-bg-card .bg-green-600:hover,.theme-sono-cream .theme-bg-card .bg-amber-600:hover,.theme-sono-cream .theme-bg-card .bg-yellow-600:hover,.theme-sono-cream .theme-bg-card .bg-orange-600:hover,.theme-sono-cream .theme-bg-card .bg-red-600:hover{color:#fff!important}.theme-sono-cream .theme-bg-card .bg-purple-600 *,.theme-sono-cream .theme-bg-card .bg-green-600 *,.theme-sono-cream .theme-bg-card .bg-amber-600 *,.theme-sono-cream .theme-bg-card .bg-yellow-600 *,.theme-sono-cream .theme-bg-card .bg-orange-600 *,.theme-sono-cream .theme-bg-card .bg-red-600 *{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-cream .sono-force-white,html.theme-sono-cream body.theme-sono-cream .sono-force-white,.theme-sono-cream .sono-force-white:hover,.theme-sono-cream .sono-force-white *{color:#fff!important;fill:#fff!important;stroke:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-cream .images-page .image-title,.theme-sono-cream .images-page .image-date,.theme-sono-cream .images-page .image-description,.theme-sono-cream .videos-page .video-title,.theme-sono-cream .videos-page .video-date,.theme-sono-cream .videos-page .video-watch{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-cream .videos-page .videos-search-input::-moz-placeholder{color:#fff!important;opacity:1!important}.theme-sono-cream .videos-page .videos-search-input::placeholder{color:#fff!important;opacity:1!important}.theme-sono-cream .video-upload-modal-surface{background:#dcd1c4!important;background-color:#dcd1c4!important;border:1px solid rgba(120,75,51,.4)!important}.theme-default .theme-modal-surface{background:#0f172a!important;background-color:#0f172a!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 10px 30px #0000008c!important}.theme-dark .theme-modal-surface{background:#111827!important;background-color:#111827!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 10px 30px #0000008c!important}.theme-sono-cream button.bg-purple-600,.theme-sono-cream a.bg-purple-600,.theme-sono-cream button.bg-purple-700,.theme-sono-cream a.bg-purple-700,.theme-sono-cream button[class*=bg-purple-],.theme-sono-cream a[class*=bg-purple-],.theme-sono-cream .btn[class*=bg-purple-]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-cream button[class*=bg-purple-] *,.theme-sono-cream a[class*=bg-purple-] *,.theme-sono-cream .btn[class*=bg-purple-] *{color:#fff!important;stroke:#fff!important;fill:#fff!important}.theme-sono-cream button.bg-purple-600.bg-purple-600,.theme-sono-cream a.bg-purple-600.bg-purple-600,.theme-sono-cream button.bg-purple-700.bg-purple-700,.theme-sono-cream a.bg-purple-700.bg-purple-700{color:#fff!important}html.theme-sono-cream body .sonoverse-page button[data-share-button=true],html.theme-sono-cream body button[data-share-button=true],html.theme-sono-cream .sonoverse-page button[data-share-button=true],html.theme-sono-cream button[data-share-button=true],.theme-sono-cream .sonoverse-page button[data-share-button=true],.theme-sono-cream button[data-share-button=true]{background-color:#2563eb!important;background-image:none!important;background:#2563eb!important;color:#fff!important;border:1px solid #2563eb!important;border-color:#2563eb!important}html.theme-sono-cream body .sonoverse-page button[data-share-button=true] svg,html.theme-sono-cream body button[data-share-button=true] svg,html.theme-sono-cream .sonoverse-page button[data-share-button=true] svg,html.theme-sono-cream button[data-share-button=true] svg,.theme-sono-cream .sonoverse-page button[data-share-button=true] svg,.theme-sono-cream button[data-share-button=true] svg{color:#fff!important;stroke:#fff!important;fill:none!important}html.theme-sono-cream body .sonoverse-page button[data-share-button=true]:hover,html.theme-sono-cream body button[data-share-button=true]:hover,html.theme-sono-cream .sonoverse-page button[data-share-button=true]:hover,html.theme-sono-cream button[data-share-button=true]:hover,.theme-sono-cream .sonoverse-page button[data-share-button=true]:hover,.theme-sono-cream button[data-share-button=true]:hover{background-color:#1d4ed8!important;background:#1d4ed8!important;transform:scale(1.05)!important}html.theme-sono-cream body .sonoverse-page .sono-cream-share-button,html.theme-sono-cream body .sono-cream-share-button,html.theme-sono-cream .sonoverse-page .sono-cream-share-button,html.theme-sono-cream .sono-cream-share-button,.theme-sono-cream .sonoverse-page .sono-cream-share-button,.theme-sono-cream .sono-cream-share-button{background-color:#2563eb!important;background-image:none!important;background:#2563eb!important;color:#fff!important;border:1px solid #2563eb!important}html.theme-sono-cream body .sonoverse-page .sono-cream-share-button svg,html.theme-sono-cream body .sono-cream-share-button svg,html.theme-sono-cream .sonoverse-page .sono-cream-share-button svg,html.theme-sono-cream .sono-cream-share-button svg,.theme-sono-cream .sonoverse-page .sono-cream-share-button svg,.theme-sono-cream .sono-cream-share-button svg{color:#fff!important;stroke:#fff!important;fill:none!important}body.theme-sono-cream .messages-page .message-bubble p[style*="color: #3b82f6"],html.theme-sono-cream .messages-page .message-bubble p[style*="color: #3b82f6"],.theme-sono-cream .messages-page .message-bubble p[style*="color: #3b82f6"]{color:#3b82f6!important}.theme-sono-cream .messages-page .text-black,body.theme-sono-cream .messages-page .text-black,html.theme-sono-cream .messages-page .text-black,.theme-sono-cream .messages-page button .text-black,body.theme-sono-cream .messages-page button .text-black,html.theme-sono-cream .messages-page button .text-black,.theme-sono-cream .messages-page button h3,.theme-sono-cream .messages-page button span,.theme-sono-cream .messages-page button p,body.theme-sono-cream .messages-page button h3,body.theme-sono-cream .messages-page button span,body.theme-sono-cream .messages-page button p,html.theme-sono-cream .messages-page button h3,html.theme-sono-cream .messages-page button span,html.theme-sono-cream .messages-page button p{color:#000!important}.theme-sono-cream .messages-page .message-bubble .message-text.text-blue-400,.theme-sono-cream .messages-page .message-text.text-blue-400,body.theme-sono-cream .messages-page .message-bubble .message-text.text-blue-400,body.theme-sono-cream .messages-page .message-text.text-blue-400,html.theme-sono-cream .messages-page .message-bubble .message-text.text-blue-400,html.theme-sono-cream .messages-page .message-text.text-blue-400,.theme-sono-cream .messages-page .message-bubble .message-text,body.theme-sono-cream .messages-page .message-bubble .message-text,html.theme-sono-cream .messages-page .message-bubble .message-text,.theme-sono-cream .messages-page .sono-cream-message-text,body.theme-sono-cream .messages-page .sono-cream-message-text,html.theme-sono-cream .messages-page .sono-cream-message-text{color:#3b82f6!important}.theme-sono-cream .messages-page button[aria-selected] h3,.theme-sono-cream .messages-page button[aria-selected] span,.theme-sono-cream .messages-page button[aria-selected] p,body.theme-sono-cream .messages-page button[aria-selected] h3,body.theme-sono-cream .messages-page button[aria-selected] span,body.theme-sono-cream .messages-page button[aria-selected] p,html.theme-sono-cream .messages-page button[aria-selected] h3,html.theme-sono-cream .messages-page button[aria-selected] span,html.theme-sono-cream .messages-page button[aria-selected] p,.theme-sono-cream .messages-page div[class*=col-span] button h3,.theme-sono-cream .messages-page div[class*=col-span] button span,.theme-sono-cream .messages-page div[class*=col-span] button p,body.theme-sono-cream .messages-page div[class*=col-span] button h3,body.theme-sono-cream .messages-page div[class*=col-span] button span,body.theme-sono-cream .messages-page div[class*=col-span] button p,html.theme-sono-cream .messages-page div[class*=col-span] button h3,html.theme-sono-cream .messages-page div[class*=col-span] button span,html.theme-sono-cream .messages-page div[class*=col-span] button p,.theme-sono-cream .messages-page button h3[style*=color],.theme-sono-cream .messages-page button span[style*=color],.theme-sono-cream .messages-page button p[style*=color],body.theme-sono-cream .messages-page button h3[style*=color],body.theme-sono-cream .messages-page button span[style*=color],body.theme-sono-cream .messages-page button p[style*=color],html.theme-sono-cream .messages-page button h3[style*=color],html.theme-sono-cream .messages-page button span[style*=color],html.theme-sono-cream .messages-page button p[style*=color],.theme-sono-cream .messages-page .sono-cream-conversation-item h3,.theme-sono-cream .messages-page .sono-cream-conversation-item span,.theme-sono-cream .messages-page .sono-cream-conversation-item p,body.theme-sono-cream .messages-page .sono-cream-conversation-item h3,body.theme-sono-cream .messages-page .sono-cream-conversation-item span,body.theme-sono-cream .messages-page .sono-cream-conversation-item p,html.theme-sono-cream .messages-page .sono-cream-conversation-item h3,html.theme-sono-cream .messages-page .sono-cream-conversation-item span,html.theme-sono-cream .messages-page .sono-cream-conversation-item p,.theme-sono-cream .sono-cream-conversation-text,body.theme-sono-cream .sono-cream-conversation-text,html.theme-sono-cream .sono-cream-conversation-text{color:#000!important}.theme-sono-cream .messages-page .sono-cream-conversation-item svg,.theme-sono-cream .messages-page .sono-cream-conversation-text svg,body.theme-sono-cream .messages-page .sono-cream-conversation-item svg,body.theme-sono-cream .messages-page .sono-cream-conversation-text svg,html.theme-sono-cream .messages-page .sono-cream-conversation-item svg,html.theme-sono-cream .messages-page .sono-cream-conversation-text svg{color:#000!important;stroke:#000!important}html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item h3,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item span,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item p,html.theme-sono-cream body.theme-sono-cream .messages-page .sono-cream-conversation-text,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .text-white,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .text-gray-400,html.theme-sono-cream body.theme-sono-cream .messages-page button.sono-cream-conversation-item .text-gray-300,html.theme-sono-cream body.theme-sono-cream .messages-page button h3,html.theme-sono-cream body.theme-sono-cream .messages-page button span,html.theme-sono-cream body.theme-sono-cream .messages-page button p,html.theme-sono-cream body.theme-sono-cream .messages-page button .text-white,html.theme-sono-cream body.theme-sono-cream .messages-page button .text-gray-400,html.theme-sono-cream body.theme-sono-cream .messages-page button .text-gray-300{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-cream body.theme-sono-cream .messages-page main div[class*=grid] div[class*=col-span] button *,html.theme-sono-cream body.theme-sono-cream .messages-page main div[class*=grid] div button *{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-cream body.theme-sono-cream .messages-page div[class*=col-span-] button *,html.theme-sono-cream body.theme-sono-cream .messages-page div[class*=overflow-y-auto] button *{color:#000!important;-webkit-text-fill-color:#000000!important}.sono-cream-sender-bubble{background:linear-gradient(135deg,#a0553c,#8b4a2f)!important;border:1px solid rgba(139,74,47,.4)!important;box-shadow:0 2px 6px #8b4a2f33!important}.sono-cream-receiver-bubble{background:linear-gradient(135deg,#f2e9e0,#e6ddd4)!important;border:1px solid rgba(180,160,135,.4)!important;box-shadow:0 2px 6px #b4a08726!important}.sono-cream-sender-text,.theme-sono-cream .sono-cream-sender-text,body.theme-sono-cream .sono-cream-sender-text,html.theme-sono-cream .sono-cream-sender-text{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.5)!important;font-weight:600!important}html.theme-sono-cream body.theme-sono-cream .messages-page .sono-cream-sender-text,html.theme-sono-cream body.theme-sono-cream .sono-cream-sender-bubble .sono-cream-sender-text,html.theme-sono-cream body.theme-sono-cream .sono-cream-sender-bubble p{color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:0 1px 3px rgba(0,0,0,.6)!important;font-weight:600!important}.sono-cream-receiver-text,.theme-sono-cream .sono-cream-receiver-text,body.theme-sono-cream .sono-cream-receiver-text,html.theme-sono-cream .sono-cream-receiver-text{color:#1a0f0a!important;font-weight:600!important;text-shadow:none!important}.sono-cream-sender-bubble:hover{background:linear-gradient(135deg,#b85f42,#9a5335)!important;transform:translateY(-1px)!important;transition:all .2s ease!important}.sono-cream-receiver-bubble:hover{background:linear-gradient(135deg,#f7f0e7,#ede4db)!important;transform:translateY(-1px)!important;transition:all .2s ease!important}.sono-cream-attachment-container{background:linear-gradient(135deg,#f2e9e0,#e6ddd4)!important;border:1px solid rgba(180,160,135,.4)!important}.sono-cream-attachment-link{background:linear-gradient(135deg,#f2e9e0,#e6ddd4)!important;border:1px solid rgba(180,160,135,.4)!important;transition:all .2s ease!important}.sono-cream-attachment-link:hover{background:linear-gradient(135deg,#f7f0e7,#ede4db)!important;transform:translateY(-1px)!important}.sono-cream-attachment-icon,.theme-sono-cream .sono-cream-attachment-icon,body.theme-sono-cream .sono-cream-attachment-icon,html.theme-sono-cream .sono-cream-attachment-icon{color:#6b3d26!important}.sono-cream-attachment-text,.theme-sono-cream .sono-cream-attachment-text,body.theme-sono-cream .sono-cream-attachment-text,html.theme-sono-cream .sono-cream-attachment-text{color:#1a0f0a!important;font-weight:600!important}html.theme-sono-cream body .connection-count-badge,html.theme-sono-cream body .connection-count-badge *,html.theme-sono-cream body .connection-count-text,html.theme-sono-cream body div.connection-count-badge,html.theme-sono-cream body div.connection-count-badge *,html.theme-sono-cream body div[class*=connection-count-badge],html.theme-sono-cream body div[class*=connection-count-badge] *{color:#000!important}html.theme-sono-cream body .connection-count-badge,html.theme-sono-cream body div.connection-count-badge,html.theme-sono-cream body div[class*=connection-count-badge]{background:linear-gradient(to right,#dcd1c4e6,#87756a66)!important;border-color:#784b3366!important}html.theme-sono-cream body button.theme-button-primary,html.theme-sono-cream body button.theme-button-primary *,html.theme-sono-cream body button.theme-button-primary svg,html.theme-sono-cream body button.theme-button-primary span,html.theme-sono-cream body button[class*=theme-button-primary],html.theme-sono-cream body button[class*=theme-button-primary] *,html.theme-sono-cream body button[class*=theme-button-primary] svg,html.theme-sono-cream body button[class*=theme-button-primary] span{color:#fff!important}html.theme-sono-cream body button.theme-button-primary,html.theme-sono-cream body button[class*=theme-button-primary]{background:#784b33!important;background-image:none!important}html.theme-sono-cream body div.connection-count-badge span.connection-count-text,html.theme-sono-cream body .connection-count-badge .connection-count-text,html.theme-sono-cream body [class*=connection-count-badge] [class*=connection-count-text],html.theme-sono-cream body div[class*=connection-count-badge] span[class*=connection-count-text],html.theme-sono-cream div.connection-count-badge span.connection-count-text,html.theme-sono-cream .connection-count-badge .connection-count-text,.theme-sono-cream div.connection-count-badge span.connection-count-text,.theme-sono-cream .connection-count-badge .connection-count-text{color:#000!important;font-weight:600!important}html.theme-sono-cream body div.connection-count-badge,html.theme-sono-cream body .connection-count-badge,html.theme-sono-cream body [class*=connection-count-badge],html.theme-sono-cream div.connection-count-badge,html.theme-sono-cream .connection-count-badge,.theme-sono-cream div.connection-count-badge,.theme-sono-cream .connection-count-badge{background:linear-gradient(to right,#dcd1c4e6,#87756a66)!important;border-color:#784b3366!important;color:#000!important}.sono-cream-connection-text,html.theme-sono-cream .sono-cream-connection-text,.theme-sono-cream .sono-cream-connection-text,body.theme-sono-cream .sono-cream-connection-text{color:#000!important;font-weight:600!important;text-shadow:none!important;opacity:1!important}html.theme-sono-cream select,.theme-sono-cream select,body.theme-sono-cream select{background-color:#fff!important;color:#000!important;border-color:#f3e8b0!important}html.theme-sono-cream select option,.theme-sono-cream select option,body.theme-sono-cream select option,html.theme-sono-cream select optgroup,.theme-sono-cream select optgroup,body.theme-sono-cream select optgroup{background-color:#fff!important;color:#000!important}html.theme-sono-cream .modal-container select,.theme-sono-cream .modal-container select,body.theme-sono-cream .modal-container select,html.theme-sono-cream [role=dialog] select,.theme-sono-cream [role=dialog] select,body.theme-sono-cream [role=dialog] select{background-color:#fff!important;color:#000!important;border-color:#f3e8b0!important}html.theme-sono-cream .modal-container select option,.theme-sono-cream .modal-container select option,body.theme-sono-cream .modal-container select option,html.theme-sono-cream [role=dialog] select option,.theme-sono-cream [role=dialog] select option,body.theme-sono-cream [role=dialog] select option{background-color:#fff!important;color:#000!important}html.theme-sono-cream input[type=text],html.theme-sono-cream input[type=number],html.theme-sono-cream input[type=url],html.theme-sono-cream input[type=email],html.theme-sono-cream textarea,.theme-sono-cream input[type=text],.theme-sono-cream input[type=number],.theme-sono-cream input[type=url],.theme-sono-cream input[type=email],.theme-sono-cream textarea,body.theme-sono-cream input[type=text],body.theme-sono-cream input[type=number],body.theme-sono-cream input[type=url],body.theme-sono-cream input[type=email],body.theme-sono-cream textarea{background-color:#fff!important;color:#000!important;border-color:#f3e8b0!important}html.theme-sono-cream input[type=text]::-moz-placeholder,html.theme-sono-cream input[type=number]::-moz-placeholder,html.theme-sono-cream input[type=url]::-moz-placeholder,html.theme-sono-cream input[type=email]::-moz-placeholder,html.theme-sono-cream textarea::-moz-placeholder,.theme-sono-cream input[type=text]::-moz-placeholder,.theme-sono-cream input[type=number]::-moz-placeholder,.theme-sono-cream input[type=url]::-moz-placeholder,.theme-sono-cream input[type=email]::-moz-placeholder,.theme-sono-cream textarea::-moz-placeholder,body.theme-sono-cream input[type=text]::-moz-placeholder,body.theme-sono-cream input[type=number]::-moz-placeholder,body.theme-sono-cream input[type=url]::-moz-placeholder,body.theme-sono-cream input[type=email]::-moz-placeholder,body.theme-sono-cream textarea::-moz-placeholder{color:#6b7280!important}html.theme-sono-cream input[type=text]::placeholder,html.theme-sono-cream input[type=number]::placeholder,html.theme-sono-cream input[type=url]::placeholder,html.theme-sono-cream input[type=email]::placeholder,html.theme-sono-cream textarea::placeholder,.theme-sono-cream input[type=text]::placeholder,.theme-sono-cream input[type=number]::placeholder,.theme-sono-cream input[type=url]::placeholder,.theme-sono-cream input[type=email]::placeholder,.theme-sono-cream textarea::placeholder,body.theme-sono-cream input[type=text]::placeholder,body.theme-sono-cream input[type=number]::placeholder,body.theme-sono-cream input[type=url]::placeholder,body.theme-sono-cream input[type=email]::placeholder,body.theme-sono-cream textarea::placeholder{color:#6b7280!important}html.theme-sono-cream .modal-container input,html.theme-sono-cream .modal-container textarea,.theme-sono-cream .modal-container input,.theme-sono-cream .modal-container textarea,body.theme-sono-cream .modal-container input,body.theme-sono-cream .modal-container textarea,html.theme-sono-cream [role=dialog] input,html.theme-sono-cream [role=dialog] textarea,.theme-sono-cream [role=dialog] input,.theme-sono-cream [role=dialog] textarea,body.theme-sono-cream [role=dialog] input,body.theme-sono-cream [role=dialog] textarea{background-color:#fff!important;color:#000!important;border-color:#f3e8b0!important}html.theme-sono-cream a[class*=bg-gradient-to-r],.theme-sono-cream a[class*=bg-gradient-to-r],body.theme-sono-cream a[class*=bg-gradient-to-r],html.theme-sono-cream a[class*=bg-gradient-to-r] span,.theme-sono-cream a[class*=bg-gradient-to-r] span,body.theme-sono-cream a[class*=bg-gradient-to-r] span{color:#fff!important}html.theme-sono-cream a[class*=bg-gradient-to-r] svg,.theme-sono-cream a[class*=bg-gradient-to-r] svg,body.theme-sono-cream a[class*=bg-gradient-to-r] svg{color:#fff!important;fill:#fff!important}.theme-sono-light html,.theme-sono-light body{background-color:#fff!important;background:#fff!important}.theme-sono-light body.create-profile-page,.theme-sono-light body.auth-register,.theme-sono-light body.auth-login,.theme-sono-light body.create-profile-page .theme-bg-primary,.theme-sono-light body.create-profile-page .theme-bg-secondary,.theme-sono-light body.create-profile-page .theme-bg-surface,.theme-sono-light body.create-profile-page .theme-bg-card,.theme-sono-light body.auth-register .theme-bg-primary,.theme-sono-light body.auth-register .theme-bg-secondary,.theme-sono-light body.auth-register .theme-bg-surface,.theme-sono-light body.auth-register .theme-bg-card,.theme-sono-light body.auth-login .theme-bg-primary,.theme-sono-light body.auth-login .theme-bg-secondary,.theme-sono-light body.auth-login .theme-bg-surface,.theme-sono-light body.auth-login .theme-bg-card{background:transparent!important;background-color:transparent!important}.theme-sono-light .theme-bg-primary{background:#fff!important}.theme-sono-light .theme-bg-secondary{background:#f7f7f7!important}.theme-sono-light .theme-bg-surface{background:#f7f7f7!important;border:1px solid #e2e8f0}.theme-sono-light .theme-bg-card{background:#fff!important;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.theme-sono-light .theme-overlay{background:linear-gradient(to bottom right,#f7f7f7e6,#f7f7f7cc,#f7f7f7e6)}.theme-sono-light .theme-text-primary,.theme-sono-light .theme-text-secondary,.theme-sono-light .theme-text-tertiary{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .prose,.theme-sono-light .prose :where(p,h1,h2,h3,h4,h5,h6,li,ol,ul,span,strong,em,a,blockquote,code,pre,figcaption,table,th,td){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .blog-tag-pill{background:#e2e8f0!important;color:#334155!important;border:1px solid #cbd5e1!important;box-shadow:0 1px 1px #0000000a}.theme-sono-light .blog-tag-pill:hover{background:#cbd5e1!important;color:#1e293b!important}.theme-sono-light .blog-login-box{background:#f1f5f9!important;border:1px solid #e2e8f0!important;color:#000!important}.theme-sono-light .blog-tag-pill,.theme-sono-light .blog-tag-pill *,.theme-sono-light .blog-login-box,.theme-sono-light .blog-login-box *{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-cream .blog-tag-pill{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:#784b33!important;border:1px solid #8d5a42!important}.theme-sono-cream .blog-tag-pill:hover{background:#5e3725!important}.theme-sono-light .prose blockquote p,.theme-sono-light .prose figcaption,.theme-sono-light .prose code,.theme-sono-light .prose pre,.theme-sono-light .prose strong,.theme-sono-light .prose a{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .subscription-feature-text,.theme-sono-light .subscription-feature-text span{color:#000!important}.subscription-feature-text,.theme-dark .subscription-feature-text{color:#d1d5db}.theme-sono-light [role=main] .space-y-2 li span,.theme-sono-light [role=main] .space-y-3 li span,.theme-sono-light .group .space-y-2 span,.theme-sono-light .group .space-y-3 span,.theme-sono-light .subscription-page-features li,.theme-sono-light .subscription-page-features span,.theme-sono-light .subscription-tier-card ul li span,.theme-sono-light .flex.items-start.text-gray-300 span,.theme-sono-light .subscription-page-content ul li span,.theme-sono-light .subscription-page-content .flex.items-start span,.theme-sono-light .subscription-page-content .space-y-2 span,.theme-sono-light .subscription-page-content .space-y-3 span,.theme-sono-light .subscription-page-content ul li,.theme-sono-light .subscription-page-content li span,.theme-sono-light .subscription-page-content .space-y-2 li,.theme-sono-light .subscription-page-content .space-y-3 li,.theme-sono-light .subscription-page-content .group ul li,.theme-sono-light .subscription-page-content .group ul li span,.theme-sono-light .subscription-page-content .group .space-y-2 li,.theme-sono-light .subscription-page-content .group .space-y-3 li,.theme-sono-light .subscription-page-content .group:hover ul li span,.theme-sono-light .subscription-page-content .group:hover .space-y-2 li span,.theme-sono-light .subscription-page-content .group:hover .space-y-3 li span,.theme-sono-light .subscription-page-content .text-white,.theme-sono-light .subscription-page-content .text-gray-300,.theme-sono-light .subscription-page-content .text-gray-400,.theme-sono-light .subscription-page-content .transition-colors,.theme-sono-light .subscription-page-content .flex.items-start.text-gray-300,.theme-sono-light .subscription-page-content li[class*=text-gray],.theme-sono-light .subscription-page-content span[class*=text-gray],.theme-sono-light .subscription-page-content li[class*=text-white],.theme-sono-light .subscription-page-content span[class*=text-white],.theme-sono-light .subscription-page-content li.flex.items-start.text-gray-300,.theme-sono-light ul,.theme-sono-light ul li,.theme-sono-light ul li span,.theme-sono-light ul *{color:#000!important}html.theme-sono-light [data-route="/subscription"] ul *,html.theme-sono-light [data-testid=subscription-page] ul *,html.theme-sono-light [data-page-url="/subscription"] ul *,body.theme-sono-light ul *,.theme-sono-light main ul *,.theme-sono-light [role=main] ul *{color:#000!important}.theme-sono-light [data-page-url="/subscription"] ul li,.theme-sono-light [data-page-url="/subscription"] ul li span,.theme-sono-light [data-page-url="/subscription"] ul li *,.theme-sono-light [data-page-url="/subscription"] ul *{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .subscription-page-content .flex.items-start[class*=text-gray],.theme-sono-light .subscription-page-content ul.space-y-2 li,.theme-sono-light .subscription-page-content ul.space-y-3 li,.theme-sono-light .subscription-page-content .space-y-2 li,.theme-sono-light .subscription-page-content .space-y-3 li{color:#000!important}html.theme-sono-light ul *,html.theme-sono-light ul li *,html.theme-sono-light ul li span,html.theme-sono-light ul span,body.theme-sono-light ul *,body.theme-sono-light ul li *,body.theme-sono-light ul li span,body.theme-sono-light ul span,.theme-sono-light ul .text-gray-300,.theme-sono-light ul .text-gray-400,.theme-sono-light ul .text-white,.theme-sono-light ul .text-purple-300,.theme-sono-light ul .text-purple-400,.theme-sono-light ul li.text-gray-300,.theme-sono-light ul li.text-gray-400,.theme-sono-light ul li.text-white,.theme-sono-light ul li span.text-gray-300,.theme-sono-light ul li span.text-gray-400,.theme-sono-light ul li span.text-white,.theme-sono-light .theme-bg-card,.theme-sono-light .theme-bg-card *,.theme-sono-light .theme-bg-card ul,.theme-sono-light .theme-bg-card ul li,.theme-sono-light .theme-bg-card ul li span,.theme-sono-light .theme-bg-card div,.theme-sono-light .theme-bg-card .subscription-feature-text,html.theme-sono-light [data-page-url="/subscription"] .theme-bg-card *,body.theme-sono-light [data-page-url="/subscription"] .theme-bg-card *,.theme-sono-light [data-page-url="/subscription"] .theme-bg-card *,.theme-sono-light .theme-bg-card .subscription-feature-text span,.theme-sono-light .theme-bg-card ul.list-disc li,.theme-sono-light .theme-bg-card ul.list-disc li span,.theme-sono-light .theme-bg-card ul.space-y-1 li,.theme-sono-light .theme-bg-card ul.space-y-1 li span,.theme-sono-light ul[class*=text-],.theme-sono-light ul li[class*=text-],.theme-sono-light ul li span[class*=text-],.theme-sono-light ul *[class*=text-],.theme-sono-light ul[style],.theme-sono-light ul li[style],.theme-sono-light ul li span[style],.theme-sono-light ul *[style],.theme-sono-light .theme-bg-card .text-white,.theme-sono-light .theme-bg-card .text-base,.theme-sono-light .theme-bg-card .font-semibold,.theme-sono-light .theme-bg-card div.text-white,.theme-sono-light .theme-bg-card div.text-base,.theme-sono-light .theme-bg-card .text-purple-400,.theme-sono-light .theme-bg-card .font-medium,.theme-sono-light .theme-bg-card div.text-purple-400,.theme-sono-light .theme-bg-card div.font-medium,.theme-sono-light h1,.theme-sono-light h2,.theme-sono-light h3,.theme-sono-light .text-2xl,.theme-sono-light .font-bold{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light [data-page-url="/subscription"] *:not(svg):not([class*=bg-]),body.theme-sono-light [data-page-url="/subscription"] *:not(svg):not([class*=bg-]),.theme-sono-light [data-page-url="/subscription"] *:not(svg):not([class*=bg-]){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light [data-page-url="/subscription"] .text-white,.theme-sono-light [data-page-url="/subscription"] .text-gray-300,.theme-sono-light [data-page-url="/subscription"] .text-gray-400,.theme-sono-light [data-page-url="/subscription"] .text-purple-300,.theme-sono-light [data-page-url="/subscription"] .text-purple-400,.theme-sono-light [data-page-url="/subscription"] [class*=text-white],.theme-sono-light [data-page-url="/subscription"] [class*=text-gray],.theme-sono-light [data-page-url="/subscription"] [class*=text-purple],.theme-sono-light .text-2xl,.theme-sono-light .text-3xl,.theme-sono-light .sm\:text-2xl,.theme-sono-light .sm\:text-3xl,.theme-sono-light div.text-2xl,.theme-sono-light div.text-3xl,.theme-sono-light div.font-bold.text-white,.theme-sono-light .theme-bg-card .text-2xl.font-bold.text-white,.theme-sono-light .theme-bg-card .text-3xl.font-bold.text-white,.theme-sono-light .theme-bg-card .sm\:text-2xl,.theme-sono-light .theme-bg-card .sm\:text-3xl,.theme-sono-light .theme-bg-card div[class*=text-2xl],.theme-sono-light .theme-bg-card div[class*=text-3xl],.theme-sono-light .group .text-white,.theme-sono-light .group div.text-white,.theme-sono-light .group .font-bold,.theme-sono-light .group div.font-bold,.theme-sono-light .theme-bg-card div[class*=mb-3],.theme-sono-light .theme-bg-card div[class*=mb-4],.theme-sono-light .theme-bg-card .text-purple-400,.theme-sono-light .theme-bg-card div.text-purple-400,.theme-sono-light .theme-bg-card .text-purple-400.font-medium,.theme-sono-light .theme-bg-card div.text-purple-400.font-medium,.theme-sono-light .theme-bg-card div.text-purple-400.font-medium.mb-2,.theme-sono-light .theme-bg-card .text-base,.theme-sono-light .theme-bg-card .text-white,.theme-sono-light .theme-bg-card .text-orange-300,.theme-sono-light .theme-bg-card .font-semibold,.theme-sono-light .theme-bg-card .font-medium,.theme-sono-light .theme-bg-card div.text-base,.theme-sono-light .theme-bg-card div.text-white,.theme-sono-light .theme-bg-card div.text-orange-300,.theme-sono-light .theme-bg-card div.font-semibold,.theme-sono-light .theme-bg-card div.font-medium{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .subscription-page-content *,.theme-sono-light .subscription-page-content,.theme-sono-light .subscription-page-content span,.theme-sono-light .subscription-page-content li,.theme-sono-light .subscription-page-content div,.theme-sono-light .subscription-page-content p,.theme-sono-light .grid .group *,.theme-sono-light .grid .group span,.theme-sono-light .grid .group li,.theme-sono-light [class*=grid] [class*=group] ul li,.theme-sono-light [class*=grid] [class*=group] ul li span,.theme-sono-light [class*=grid] [class*=group] [class*=space-y] li,.theme-sono-light [class*=grid] [class*=group] [class*=space-y] li span{color:#000!important}.theme-sono-light body:has([data-page=subscription]) ul li,.theme-sono-light body:has([data-page=subscription]) ul li span,.theme-sono-light [data-testid=subscription-page] ul li,.theme-sono-light [data-testid=subscription-page] ul li span{color:#000!important}html.theme-sono-light .connection-card .connection-style-tag,html.theme-sono-light .connection-card .connection-style-tag *,body.theme-sono-light .connection-card .connection-style-tag,body.theme-sono-light .connection-card .connection-style-tag *,.theme-sono-light .connection-card .connection-style-tag,.theme-sono-light .connection-card .connection-style-tag *,html.theme-sono-light .connection-card .style-tag,html.theme-sono-light .connection-card .style-tag *,html.theme-sono-light .connection-card .connection-cancel-button,html.theme-sono-light .connection-card .connection-cancel-button *,html.theme-sono-light .connection-card [data-force-white],html.theme-sono-light .connection-card [data-force-white] *,body.theme-sono-light .connection-card .style-tag,body.theme-sono-light .connection-card .style-tag *,body.theme-sono-light .connection-card .connection-cancel-button,body.theme-sono-light .connection-card .connection-cancel-button *,body.theme-sono-light .connection-card [data-force-white],body.theme-sono-light .connection-card [data-force-white] *,.theme-sono-light .connection-card .style-tag,.theme-sono-light .connection-card .style-tag *,.theme-sono-light .connection-card .connection-cancel-button,.theme-sono-light .connection-card .connection-cancel-button *,.theme-sono-light .connection-card [data-force-white],.theme-sono-light .connection-card [data-force-white] *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light ul li,html.theme-sono-light ul li span,html.theme-sono-light div span,html.theme-sono-light .flex span,body.theme-sono-light ul li,body.theme-sono-light ul li span,body.theme-sono-light div span,body.theme-sono-light .flex span,.theme-sono-light ul li,.theme-sono-light ul li span,.theme-sono-light div span,.theme-sono-light .flex span{color:#000!important}html.theme-sono-light li:before,html.theme-sono-light li:after,body.theme-sono-light li:before,body.theme-sono-light li:after,.theme-sono-light li:before,.theme-sono-light li:after{color:#000!important}html.theme-sono-light [class*=subscription],html.theme-sono-light [class*=tier],html.theme-sono-light [class*=group],body.theme-sono-light [class*=subscription],body.theme-sono-light [class*=tier],body.theme-sono-light [class*=group],.theme-sono-light [class*=subscription],.theme-sono-light [class*=tier],.theme-sono-light [class*=group]{color:#000!important}html.theme-sono-light ul,html.theme-sono-light li,html.theme-sono-light span:not(.style-tag):not(.connection-cancel-button):not([data-force-white]),html.theme-sono-light p,html.theme-sono-light div,body.theme-sono-light ul,body.theme-sono-light li,body.theme-sono-light span:not(.style-tag):not(.connection-cancel-button):not([data-force-white]),body.theme-sono-light p,body.theme-sono-light div,.theme-sono-light ul,.theme-sono-light li,.theme-sono-light span:not(.style-tag):not(.connection-cancel-button):not([data-force-white]),.theme-sono-light p,.theme-sono-light div{color:#000!important}html.theme-sono-light .connection-card [data-force-white],body.theme-sono-light .connection-card [data-force-white],.theme-sono-light .connection-card [data-force-white],html.theme-sono-light .connection-card [data-force-white] *,body.theme-sono-light .connection-card [data-force-white] *,.theme-sono-light .connection-card [data-force-white] *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light .text-gray-300,html.theme-sono-light .text-gray-400,html.theme-sono-light .text-white,body.theme-sono-light .text-gray-300,body.theme-sono-light .text-gray-400,body.theme-sono-light .text-white,.theme-sono-light .text-gray-300,.theme-sono-light .text-gray-400,.theme-sono-light .text-white{color:#000!important}html.theme-sono-light button,html.theme-sono-light a,body.theme-sono-light button,body.theme-sono-light a,.theme-sono-light button,.theme-sono-light a{color:#fff!important}html.theme-sono-light .text-yellow-400,html.theme-sono-light .text-green-400,html.theme-sono-light .text-red-400,html.theme-sono-light .text-purple-400,html.theme-sono-light .text-blue-400,html.theme-sono-light .text-orange-400,body.theme-sono-light .text-yellow-400,body.theme-sono-light .text-green-400,body.theme-sono-light .text-red-400,body.theme-sono-light .text-purple-400,body.theme-sono-light .text-blue-400,body.theme-sono-light .text-orange-400,.theme-sono-light .text-yellow-400,.theme-sono-light .text-green-400,.theme-sono-light .text-red-400,.theme-sono-light .text-purple-400,.theme-sono-light .text-blue-400,.theme-sono-light .text-orange-400{color:inherit!important}.theme-sono-light .subscription-page-content *,.theme-sono-light .videos-page *,.theme-sono-light .sono-sphere-recruitment-post *:not(.connection-card .style-tag):not(.connection-card .style-tag *):not(.connection-card [data-force-white]){color:#000!important}.theme-sono-light .subscription-page-content .text-yellow-400,.theme-sono-light .subscription-page-content .text-green-400,.theme-sono-light .subscription-page-content .text-red-400,.theme-sono-light .subscription-page-content .text-purple-400,.theme-sono-light .subscription-page-content .text-blue-400,.theme-sono-light .subscription-page-content .text-orange-400{color:inherit!important}.theme-sono-light .subscription-page-content button{color:#fff!important}.theme-sono-light .videos-page .videos-page-title,.theme-sono-light .videos-page h1{color:#000!important;display:block!important;visibility:visible!important;opacity:1!important}.theme-sono-light .videos-page .videos-empty-message,.theme-sono-light .videos-page .videos-loading-message{color:#000!important}.sono-light-videos-title{color:#000!important;font-size:1.875rem!important;font-weight:700!important;margin-bottom:1.5rem!important;margin-top:5rem!important;display:block!important;visibility:visible!important;opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:#000000!important;line-height:1.2!important}.theme-sono-light .videos-title-text,.theme-sono-light h1 .videos-title-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;opacity:1!important;visibility:visible!important;display:inline-block!important}.theme-sono-light .fixed .bg-white h2,.theme-sono-light .fixed .bg-white label,.theme-sono-light .fixed .bg-white p,.theme-sono-light .fixed .bg-white div,.theme-sono-light div[class*=fixed][class*=inset-0] h2,.theme-sono-light div[class*=fixed][class*=inset-0] label,.theme-sono-light div[class*=fixed][class*=inset-0] p,.theme-sono-light div[class*=fixed][class*=inset-0] li{color:#000!important}body.theme-sono-light .fixed .bg-white h2,body.theme-sono-light .fixed .bg-white label,body.theme-sono-light .fixed .bg-white p,body.theme-sono-light .fixed .bg-white div,body.theme-sono-light .fixed .bg-white li,html.theme-sono-light .fixed .bg-white h2,html.theme-sono-light .fixed .bg-white label,html.theme-sono-light .fixed .bg-white p,html.theme-sono-light .fixed .bg-white div,html.theme-sono-light .fixed .bg-white li{color:#000!important;-webkit-text-fill-color:black!important}.theme-sono-light .fixed.inset-0.z-50 .bg-white h2,.theme-sono-light .fixed.inset-0.z-50 .bg-white label,.theme-sono-light .fixed.inset-0.z-50 .bg-white p,.theme-sono-light .fixed.inset-0.z-50 .bg-white div,.theme-sono-light .fixed.inset-0.z-50 .bg-white li,.theme-sono-light .fixed.inset-0.z-50 .bg-white span{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.sono-light-videos-message{color:#000!important;display:block!important;visibility:visible!important;opacity:1!important}.sono-default-videos-message,.sono-dark-videos-message{color:#d1d5db!important}.sono-cream-videos-message{color:#374151!important}.sono-default-videos-title{color:#e2e8f0!important;font-size:1.875rem!important;font-weight:700!important;margin-bottom:1.5rem!important;margin-top:5rem!important;display:block!important;visibility:visible!important;opacity:1!important}.sono-dark-videos-title{color:#fff!important;font-size:1.875rem!important;font-weight:700!important;margin-bottom:1.5rem!important;margin-top:5rem!important;display:block!important;visibility:visible!important;opacity:1!important}.sono-cream-videos-title{color:#161616!important;font-size:1.875rem!important;font-weight:700!important;margin-bottom:1.5rem!important;margin-top:5rem!important;display:block!important;visibility:visible!important;opacity:1!important}.videos-page-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;margin-top:5rem;display:block;visibility:visible;opacity:1}.theme-default .videos-page-title,.videos-page-title{color:#e2e8f0}.theme-dark .videos-page-title{color:#fff}.theme-sono-cream .videos-page-title{color:#161616}.theme-sono-light .theme-button-primary{border:1px solid #2563eb;border-radius:.5rem;font-weight:500;transition:all .2s ease}.theme-sono-light .theme-button-primary:hover{background:linear-gradient(to right,#1d4ed8,#1e40af)!important;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.theme-sono-light .theme-button-secondary{background:#64748b!important;color:#fff!important;border:1px solid #475569;border-radius:.5rem;font-weight:500;transition:all .2s ease}.theme-sono-light .theme-button-secondary:hover{background:#475569!important;color:#fff!important;border-color:#334155}.theme-sono-light button.bg-purple-600,.theme-sono-light button[class*=bg-purple-600],.theme-sono-light button.bg-purple-500,.theme-sono-light button.bg-purple-700{background-color:#7c3aed!important;color:#fff!important;border:1px solid #6d28d9!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button.bg-purple-600:hover,.theme-sono-light button[class*=bg-purple-600]:hover,.theme-sono-light button.bg-purple-500:hover,.theme-sono-light button.bg-purple-700:hover{background-color:#6d28d9!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button.bg-purple-600 svg,.theme-sono-light button[class*=bg-purple-600] svg,.theme-sono-light button.bg-purple-500 svg,.theme-sono-light button.bg-purple-700 svg{color:#fff!important;fill:none!important;stroke:#fff!important}.theme-sono-light button[class*=bg-blue],.theme-sono-light button[class*=bg-blue-],.theme-sono-light button.bg-blue-500,.theme-sono-light button.bg-blue-600,.theme-sono-light button.bg-blue-700,.theme-sono-light .theme-button-primary,.theme-sono-light [class*=theme-button-primary]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=bg-blue] svg,.theme-sono-light button[class*=bg-blue-] svg,.theme-sono-light button.bg-blue-500 svg,.theme-sono-light button.bg-blue-600 svg,.theme-sono-light button.bg-blue-700 svg,.theme-sono-light .theme-button-primary svg,.theme-sono-light [class*=theme-button-primary] svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light button[class*=bg-blue]:hover,.theme-sono-light button[class*=bg-blue-]:hover,.theme-sono-light button.bg-blue-500:hover,.theme-sono-light button.bg-blue-600:hover,.theme-sono-light button.bg-blue-700:hover,.theme-sono-light .theme-button-primary:hover,.theme-sono-light [class*=theme-button-primary]:hover{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=bg-blue]:hover svg,.theme-sono-light button[class*=bg-blue-]:hover svg,.theme-sono-light button.bg-blue-500:hover svg,.theme-sono-light button.bg-blue-600:hover svg,.theme-sono-light button.bg-blue-700:hover svg,.theme-sono-light .theme-button-primary:hover svg,.theme-sono-light [class*=theme-button-primary]:hover svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light button[style*=background] span,.theme-sono-light button[style*=background-color][style*=blue] span,.theme-sono-light button[class*=text-blue],.theme-sono-light button[class*=bg-green],.theme-sono-light button[class*=bg-green-],.theme-sono-light button.bg-green-500,.theme-sono-light button.bg-green-600,.theme-sono-light button.bg-green-700{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .fallback-display svg,.theme-sono-light .fallback-display svg.lucide-music{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light .fallback-display span,.theme-sono-light .fallback-display .text-xl,.theme-sono-light span,.theme-sono-light label,.theme-sono-light p,.theme-sono-light h1,.theme-sono-light h2,.theme-sono-light h3,.theme-sono-light h4,.theme-sono-light h5,.theme-sono-light h6,.theme-sono-light .text-gray-600,.theme-sono-light .text-gray-700,.theme-sono-light .text-gray-800,.theme-sono-light .text-gray-900,.theme-sono-light .text-slate-600,.theme-sono-light .text-slate-700,.theme-sono-light .text-slate-800,.theme-sono-light .text-slate-900,.theme-sono-light button span,.theme-sono-light button,.theme-sono-light .btn span,.theme-sono-light .btn{color:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-sono-light [data-force-black],html.theme-sono-light [data-force-black],.theme-sono-light [data-force-black],body.theme-sono-light [data-force-black] *,html.theme-sono-light [data-force-black] *,.theme-sono-light [data-force-black] *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-light svg,.theme-sono-light .lucide,.theme-sono-light [class*=lucide-],.theme-sono-light .h-3,.theme-sono-light .h-4,.theme-sono-light .h-5,.theme-sono-light .w-3,.theme-sono-light .w-4,.theme-sono-light .w-5{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light button svg,.theme-sono-light .btn svg,.theme-sono-light a svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light .bg-green-600,.theme-sono-light .bg-green-500,.theme-sono-light .bg-green-700,.theme-sono-light a[class*=bg-green],.theme-sono-light button[class*=bg-green]{color:#fff!important}.theme-sono-light .bg-green-600 svg,.theme-sono-light .bg-green-500 svg,.theme-sono-light .bg-green-700 svg,.theme-sono-light a[class*=bg-green] svg,.theme-sono-light button[class*=bg-green] svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light .bg-gradient-to-r,.theme-sono-light [class*=bg-gradient]{color:#fff!important}.theme-sono-light .bg-gradient-to-r svg,.theme-sono-light [class*=bg-gradient] svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light .lucide-eye,.theme-sono-light svg[class*=lucide-eye],.theme-sono-light [data-lucide=eye],.theme-sono-light .h-4.w-4{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light button .lucide-eye,.theme-sono-light button svg.lucide-eye,.theme-sono-light .bg-gradient-to-r .lucide-eye,.theme-sono-light .from-purple-600 svg,.theme-sono-light .to-pink-600 svg{color:#fff!important;fill:#fff!important;stroke:#fff!important;--tw-text-opacity: 1 !important}.theme-sono-light .theme-bg-card .text-gray-400,.theme-sono-light .theme-bg-card .text-sm,.theme-sono-light .theme-bg-card [class*=bg-gray-800] span,.theme-sono-light .theme-bg-card [class*=bg-gray-600] span{color:#1f2937!important;-webkit-text-fill-color:#1f2937!important}.theme-sono-light .theme-bg-card .text-purple-400,.theme-sono-light .theme-bg-card .h-4.w-4.text-purple-400{color:#1f2937!important;fill:#1f2937!important;stroke:#1f2937!important}.theme-sono-light .theme-bg-card .bg-gray-600\/50,.theme-sono-light .theme-bg-card [class*=bg-gray-6],.theme-sono-light .theme-bg-card button[title*=share i],.theme-sono-light .theme-bg-card button[title*=partager i]{color:#1f2937!important;background-color:#f3f4f6!important;border-color:#d1d5db!important}.theme-sono-light .theme-bg-card .bg-gray-600\/50 svg,.theme-sono-light .theme-bg-card [class*=bg-gray-6] svg,.theme-sono-light .theme-bg-card .lucide-share2,.theme-sono-light .theme-bg-card svg[class*=lucide-share],.theme-sono-light .theme-bg-card button[title*=share i] svg,.theme-sono-light .theme-bg-card button[title*=partager i] svg{color:#1f2937!important;fill:#1f2937!important;stroke:#1f2937!important}.theme-sono-light nav svg,.theme-sono-light header svg,.theme-sono-light .theme-selector svg,.theme-sono-light .language-selector svg,.theme-sono-light [class*=selector] svg{color:#1f2937!important;fill:#1f2937!important;stroke:#1f2937!important}.theme-sono-light nav,.theme-sono-light nav *,.theme-sono-light nav svg,.theme-sono-light nav button,.theme-sono-light nav button svg,.theme-sono-light nav a svg,.theme-sono-light header,.theme-sono-light header *,.theme-sono-light header svg,.theme-sono-light header button svg,.theme-sono-light .notifications svg,.theme-sono-light .notification-icon svg,.theme-sono-light .language-icon svg,.theme-sono-light .theme-icon svg,.theme-sono-light [class*=notification] svg,.theme-sono-light [class*=language] svg,.theme-sono-light [class*=theme] svg{color:#1f2937!important;fill:none!important;stroke:#1f2937!important}.theme-sono-light nav .lucide,.theme-sono-light header .lucide,.theme-sono-light nav [class*=lucide-],.theme-sono-light header [class*=lucide-],.theme-sono-light .lucide-bell,.theme-sono-light .lucide-globe,.theme-sono-light .lucide-palette,.theme-sono-light .lucide-menu,.theme-sono-light .lucide-x{color:#1f2937!important;fill:none!important;stroke:#1f2937!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-music,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-music,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=music]{color:#5b21b6!important;fill:#5b21b6!important;stroke:#5b21b6!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-user-plus,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-user-plus,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=user-plus]{color:#10b981!important;fill:#10b981!important;stroke:#10b981!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-calendar,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-calendar,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=calendar]{color:#f97316!important;fill:#f97316!important;stroke:#f97316!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-folder,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-folder,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=folder]{color:#3b82f6!important;fill:#3b82f6!important;stroke:#3b82f6!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-message-square,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-message-square,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=message-square],html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-message-circle,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-message-circle,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=message-circle]{color:#7c3aed!important;fill:#7c3aed!important;stroke:#7c3aed!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-link,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-link,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=link]{color:#6b7280!important;fill:#6b7280!important;stroke:#6b7280!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-dollar-sign,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-dollar-sign,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=dollar-sign]{color:#059669!important;fill:#059669!important;stroke:#059669!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button svg.lucide-credit-card,html.theme-sono-light .theme-bg-card .border-b nav button .lucide-credit-card,html.theme-sono-light .theme-bg-card nav button svg[data-lucide=credit-card]{color:#1e40af!important;fill:#1e40af!important;stroke:#1e40af!important}.theme-sono-light .bg-gray-800\/50,.theme-sono-light .bg-gray-800\/50 *,.theme-sono-light .bg-gray-800\/50 span,.theme-sono-light .bg-gray-800\/50 button,.theme-sono-light .bg-gray-800\/50 svg,.theme-sono-light .bg-gray-700,.theme-sono-light .bg-gray-700 *,.theme-sono-light .bg-gray-700 svg,.theme-sono-light .lucide-filter,.theme-sono-light .lucide-grid,.theme-sono-light .lucide-list,.theme-sono-light .lucide-grid-3x3,.theme-sono-light .h-4.w-4{color:#1f2937!important;fill:none!important;stroke:#1f2937!important}.theme-sono-light button[class*=bg-gray-7] span,.theme-sono-light button[class*=bg-purple-6] span,.theme-sono-light .bg-gray-700 span,.theme-sono-light .bg-purple-600 span,.theme-sono-light button:not([class*=bg-gradient]) span,.theme-sono-light button span:not([class*=sr-only]),.theme-sono-light .lucide-filter+span,.theme-sono-light button:has(.lucide-filter) span{color:#1f2937!important;-webkit-text-fill-color:#1f2937!important}.theme-sono-light button:has(svg[data-lucide=filter]) span,.theme-sono-light button:has(.lucide-filter) span,.theme-sono-light button span[class*=ml-],.theme-sono-light button span[class*=pl-],.theme-sono-light [role=button] span,.theme-sono-light button>span:last-child{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-light .bg-gray-700.rounded-lg button,.theme-sono-light .bg-gray-700.rounded-lg button svg,.theme-sono-light .p-1.flex button,.theme-sono-light .p-1.flex button svg{color:#1f2937!important;fill:none!important;stroke:#1f2937!important}.theme-sono-light button:not(.bg-gradient-to-r):not([class*=bg-gradient]){color:#000!important}.theme-sono-light button:not(.bg-gradient-to-r):not([class*=bg-gradient]) *{color:#000!important}.theme-sono-light .flex.items-center.space-x-4 button,.theme-sono-light .flex.items-center.space-x-4 button *,.theme-sono-light .flex.items-center.space-x-4 span{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .bg-gray-800\/50 button.bg-gray-700,.theme-sono-light .bg-gray-800\/50 button[class*=bg-gray-7],.theme-sono-light button.bg-gray-700:not(.bg-purple-600),.theme-sono-light button[class*=bg-gray-7]:not(.bg-purple-600),.theme-sono-light button.text-gray-300,.theme-sono-light button[class*=text-gray-3]{color:#000!important;-webkit-text-fill-color:#000000!important;background-color:#e5e7eb!important}.theme-sono-light .bg-gray-800\/50 button.bg-gray-700 *,.theme-sono-light .bg-gray-800\/50 button[class*=bg-gray-7] *,.theme-sono-light button.bg-gray-700:not(.bg-purple-600) *,.theme-sono-light button[class*=bg-gray-7]:not(.bg-purple-600) *,.theme-sono-light button.text-gray-300 *,.theme-sono-light button[class*=text-gray-3] *{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .bg-gray-800\/50.rounded-xl.p-6 button,.theme-sono-light div[class*=bg-gray-800] button:not([class*=bg-purple]),.theme-sono-light .flex.gap-4 button.bg-gray-700,.theme-sono-light .flex.gap-4 button[class*=bg-gray-7],.theme-sono-light button[class*=px-4][class*=py-3][class*=bg-gray-7]{color:#000!important;background-color:#f3f4f6!important;border:1px solid #d1d5db!important}.theme-sono-light .bg-gray-800\/50.rounded-xl.p-6 button *,.theme-sono-light div[class*=bg-gray-800] button:not([class*=bg-purple]) *,.theme-sono-light .flex.gap-4 button.bg-gray-700 *,.theme-sono-light .flex.gap-4 button[class*=bg-gray-7] *,.theme-sono-light button[class*=px-4][class*=py-3][class*=bg-gray-7] *{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .bg-green-600,.theme-sono-light .bg-green-500,.theme-sono-light .bg-purple-600,.theme-sono-light .bg-purple-500,.theme-sono-light .bg-blue-600,.theme-sono-light .bg-blue-500,.theme-sono-light [class*=bg-green],.theme-sono-light [class*=bg-purple],.theme-sono-light [class*=bg-blue]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .bg-green-600 svg,.theme-sono-light .bg-green-500 svg,.theme-sono-light .bg-purple-600 svg,.theme-sono-light .bg-purple-500 svg,.theme-sono-light .bg-blue-600 svg,.theme-sono-light .bg-blue-500 svg,.theme-sono-light [class*=bg-green] svg,.theme-sono-light [class*=bg-purple] svg,.theme-sono-light [class*=bg-blue] svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light .theme-bg-card,.theme-sono-light .theme-bg-card *,.theme-sono-light .theme-bg-card span,.theme-sono-light .theme-bg-card p,.theme-sono-light .theme-bg-card h1,.theme-sono-light .theme-bg-card h2,.theme-sono-light .theme-bg-card h3,.theme-sono-light .theme-bg-card h4,.theme-sono-light .theme-bg-card div,.theme-sono-light .bg-green-600\/20,.theme-sono-light .text-green-300,.theme-sono-light [class*=bg-green-600] span,.theme-sono-light [class*=text-green-]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .theme-bg-card .bg-green-600\/20,.theme-sono-light .theme-bg-card .text-green-300,.theme-sono-light .theme-bg-card span[class*=bg-green],.theme-sono-light .theme-bg-card span[class*=text-green],.theme-sono-light .theme-bg-card .rounded-full[class*=bg-green],.theme-sono-light .theme-bg-card .border-green-500\/20{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background-color:#16a34a!important}.theme-sono-light .theme-modal-surface{background-color:#f9fafb!important;border:1px solid #e5e7eb!important}.theme-sono-light .theme-modal-surface .theme-text-primary,.theme-sono-light .theme-modal-surface .text-white,.theme-sono-light .theme-modal-surface .text-gray-300,.theme-sono-light .theme-modal-surface .text-gray-400,.theme-sono-light .theme-modal-surface h1,.theme-sono-light .theme-modal-surface h2,.theme-sono-light .theme-modal-surface h3,.theme-sono-light .theme-modal-surface h4,.theme-sono-light .theme-modal-surface h5,.theme-sono-light .theme-modal-surface h6,.theme-sono-light .theme-modal-surface p,.theme-sono-light .theme-modal-surface span:not(.bg-gradient-to-r span):not([class*=bg-green]):not([class*=bg-purple]):not([class*=bg-blue]){color:#1f2937!important;-webkit-text-fill-color:#1f2937!important}.theme-sono-light .theme-modal-surface .text-gray-400{color:#6b7280!important;-webkit-text-fill-color:#6b7280!important}.theme-sono-light .theme-modal-surface .bg-gray-800\/50,.theme-sono-light .theme-modal-surface [class*=bg-gray-8]{background-color:#f3f4f6!important;border:1px solid #d1d5db!important}.theme-sono-light .theme-modal-surface .bg-gray-800\/50 *,.theme-sono-light .theme-modal-surface [class*=bg-gray-8] *{color:#1f2937!important;-webkit-text-fill-color:#1f2937!important}.theme-sono-light .theme-modal-surface .lucide,.theme-sono-light .theme-modal-surface svg:not([class*=bg-green] svg):not([class*=bg-purple] svg):not([class*=bg-blue] svg){color:#1f2937!important;fill:none!important;stroke:#1f2937!important}.theme-sono-light .theme-modal-surface .bg-purple-600,.theme-sono-light .theme-modal-surface .bg-green-500,.theme-sono-light .theme-modal-surface .bg-red-500,.theme-sono-light .theme-modal-surface [class*=bg-purple],.theme-sono-light .theme-modal-surface [class*=bg-green],.theme-sono-light .theme-modal-surface [class*=bg-red],.theme-sono-light .theme-modal-surface .bg-purple-600 *,.theme-sono-light .theme-modal-surface .bg-green-500 *,.theme-sono-light .theme-modal-surface .bg-red-500 *,.theme-sono-light .theme-modal-surface [class*=bg-purple] *,.theme-sono-light .theme-modal-surface [class*=bg-green] *,.theme-sono-light .theme-modal-surface [class*=bg-red] *,.theme-sono-light .text-gray-300,.theme-sono-light .text-gray-400,.theme-sono-light .text-gray-500,.theme-sono-light .text-gray-600,.theme-sono-light .text-purple-400,.theme-sono-light .text-purple-300{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=bg-green] svg,.theme-sono-light button[class*=bg-green-] svg,.theme-sono-light button.bg-green-500 svg,.theme-sono-light button.bg-green-600 svg,.theme-sono-light button.bg-green-700 svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light button[class*=bg-green]:hover,.theme-sono-light button[class*=bg-green-]:hover,.theme-sono-light button.bg-green-500:hover,.theme-sono-light button.bg-green-600:hover,.theme-sono-light button.bg-green-700:hover,.theme-sono-light button[class*=bg-orange],.theme-sono-light button[class*=bg-orange-],.theme-sono-light button.bg-orange-500,.theme-sono-light button.bg-orange-600,.theme-sono-light button.bg-orange-700{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=bg-orange] svg,.theme-sono-light button[class*=bg-orange-] svg,.theme-sono-light button.bg-orange-500 svg,.theme-sono-light button.bg-orange-600 svg,.theme-sono-light button.bg-orange-700 svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.theme-sono-light button[class*=bg-orange]:hover,.theme-sono-light button[class*=bg-orange-]:hover,.theme-sono-light button.bg-orange-500:hover,.theme-sono-light button.bg-orange-600:hover,.theme-sono-light button.bg-orange-700:hover,.theme-sono-light button[class*=bg-purple] span,.theme-sono-light button[class*=bg-blue] span,.theme-sono-light button[class*=bg-green] span,.theme-sono-light button[class*=bg-orange] span,.theme-sono-light button[class*=bg-red] span,.theme-sono-light button[class*=bg-yellow] span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=bg-purple] .hidden,.theme-sono-light button[class*=bg-blue] .hidden,.theme-sono-light button[class*=bg-green] .hidden,.theme-sono-light button[class*=bg-orange] .hidden,.theme-sono-light button[class*=bg-purple] .xs\\:hidden,.theme-sono-light button[class*=bg-blue] .xs\\:hidden,.theme-sono-light button[class*=bg-green] .xs\\:hidden,.theme-sono-light button[class*=bg-orange] .xs\\:hidden{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=bg-purple] *,.theme-sono-light button[class*=bg-blue] *,.theme-sono-light button[class*=bg-green] *,.theme-sono-light button[class*=bg-orange] *,.theme-sono-light .connection-count-badge,.theme-sono-light .connection-count-text{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .connection-card .connection-username.connection-text-black,.theme-sono-light .connection-card .connection-region.connection-text-black,.theme-sono-light .connection-card .connection-instrument.connection-text-black,.theme-sono-light .connection-card .connection-match.connection-text-black{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light [class*=connection] button[class*=font-medium]{color:#000!important}.theme-sono-light .connection-text-black,.theme-sono-light .connection-username.connection-text-black,.theme-sono-light .connection-region.connection-text-black,.theme-sono-light .connection-instrument.connection-text-black,.theme-sono-light .connection-match.connection-text-black{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .connection-username.connection-text-black:hover{color:#7c3aed!important}.theme-sono-light .connection-card [class*=bg-gray-600]{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .connection-card [class*=bg-gray-600] svg{color:#000!important;stroke:#000!important}.theme-sono-light .connection-card [data-force-white],.theme-sono-light .connection-card [data-force-white] *,.theme-sono-light .connection-card .style-tag,.theme-sono-light .connection-card .connection-cancel-button,.theme-sono-light .connection-card .style-tag *,.theme-sono-light .connection-card .connection-cancel-button *,.theme-sono-light .connection-card span.bg-purple-600,.theme-sono-light .connection-card span[class*=bg-purple-600],.theme-sono-light .connection-card span.bg-purple-500,.theme-sono-light .connection-card span[class*=bg-purple-500],.theme-sono-light .connection-card span[class*="bg-purple-600/"],.theme-sono-light .connection-card span[class*="bg-purple-500/"],.theme-sono-light .connection-card button.bg-red-600,.theme-sono-light .connection-card button.bg-red-600:hover,.theme-sono-light .connection-card button[class*=bg-red-600],.theme-sono-light .connection-card button.bg-red-700,.theme-sono-light .connection-card button.bg-red-700:hover{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .survey-widget h3,.theme-sono-light .survey-results-title,.theme-sono-light .survey-widget p,.theme-sono-light .survey-widget span{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .survey-widget .text-gray-300,.theme-sono-light .survey-widget .text-gray-400,.theme-sono-light .survey-widget .text-gray-500{color:#6b7280!important}.theme-sono-light .survey-widget .text-black,.theme-sono-light .text-blue-300,.theme-sono-light .text-green-300,.theme-sono-light .text-red-300{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light body .sonosphere-page span.text-blue-300:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page span.text-green-300:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page span.text-red-300:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page span[class*=text-blue-300]:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page span[class*=text-green-300]:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page span[class*=text-red-300]:not(.sono-sphere-achievement-text),.theme-sono-light .sonosphere-page .text-blue-300:not(.sono-sphere-achievement-text),.theme-sono-light .sonosphere-page .text-green-300:not(.sono-sphere-achievement-text),.theme-sono-light .sonosphere-page .text-red-300:not(.sono-sphere-achievement-text){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonosphere-page span[class*=text-]:not(.sono-sphere-achievement-text),.theme-sono-light .sonosphere-page div[class*=achievements]:not(.sono-sphere-achievement-badge) span,html.theme-sono-light body .sonosphere-page span[class*=text-]:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page div[class*=achievements]:not(.sono-sphere-achievement-badge) span,.theme-sono-light .sonosphere-page .text-gray-300:not(.sono-sphere-achievement-text),.theme-sono-light .sonosphere-page .text-gray-400:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .text-gray-300:not(.sono-sphere-achievement-text),html.theme-sono-light body .sonosphere-page .text-gray-400:not(.sono-sphere-achievement-text){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page .text-white,.theme-sono-light .sonoverse-page .text-gray-300,.theme-sono-light .sonoverse-page .text-gray-400{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important}.theme-sono-light .sonoverse-page .text-purple-300,.theme-sono-light .sonoverse-page .text-purple-400{color:#475569!important;-webkit-text-fill-color:#475569!important}html.theme-sono-light body .sonoverse-page span[class*=text-],html.theme-sono-light body .sonoverse-page button span,.theme-sono-light .sonoverse-page span[class*=text-],.theme-sono-light .sonoverse-page button span{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important}.theme-sono-light .sonoverse-page button.sonoverse-filter,.theme-sono-light .sonoverse-page .sonoverse-filters button,html.theme-sono-light body .sonoverse-page button.sonoverse-filter,html.theme-sono-light body .sonoverse-page .sonoverse-filters button,.theme-sono-light .sonoverse-page button.sonoverse-filter span,.theme-sono-light .sonoverse-page .sonoverse-filters button span,html.theme-sono-light body .sonoverse-page button.sonoverse-filter span,html.theme-sono-light body .sonoverse-page .sonoverse-filters button span,.theme-sono-light .sonoverse-page button[class*=buttonSecondary],.theme-sono-light .sonoverse-page button[class*=px-3][class*=py-1],.theme-sono-light .sonoverse-page button[class*=px-4][class*=py-2],html.theme-sono-light body .sonoverse-page button[class*=buttonSecondary],html.theme-sono-light body .sonoverse-page button[class*=px-3][class*=py-1],html.theme-sono-light body .sonoverse-page button[class*=px-4][class*=py-2],.theme-sono-light .sonoverse-page button[class*=inline-flex][class*=items-center][class*=gap-2],.theme-sono-light .sonoverse-page .sonoverse-filter-recruitment,.theme-sono-light .sonoverse-page .sonoverse-filter-gear,.theme-sono-light .sonoverse-page .sonoverse-filter-profile,.theme-sono-light .sonoverse-page .sonoverse-filter-band,.theme-sono-light .sonoverse-page .sonoverse-filter-audio,.theme-sono-light .sonoverse-page .sonoverse-filter-video,.theme-sono-light .sonoverse-page .sonoverse-filter-image,html.theme-sono-light body .sonoverse-page button[class*=inline-flex][class*=items-center][class*=gap-2],html.theme-sono-light body .sonoverse-page .sonoverse-filter-recruitment,html.theme-sono-light body .sonoverse-page .sonoverse-filter-gear,html.theme-sono-light body .sonoverse-page .sonoverse-filter-profile,html.theme-sono-light body .sonoverse-page .sonoverse-filter-band,html.theme-sono-light body .sonoverse-page .sonoverse-filter-audio,html.theme-sono-light body .sonoverse-page .sonoverse-filter-video,html.theme-sono-light body .sonoverse-page .sonoverse-filter-image,.theme-sono-light .sonoverse-page div[class*=sticky] button,.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] button,html.theme-sono-light body .sonoverse-page div[class*=sticky] button,html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] button{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page div[class*=sticky] span:not(button span),.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] span:not(button span),.theme-sono-light .sonoverse-page div[class*=sticky] div[class*=text-],.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] div[class*=text-],html.theme-sono-light body .sonoverse-page div[class*=sticky] span:not(button span),html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] span:not(button span),html.theme-sono-light body .sonoverse-page div[class*=sticky] div[class*=text-],html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] div[class*=text-]{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important}.theme-sono-light .sonoverse-page span[class*=textPrimary],.theme-sono-light .sonoverse-page span[class*=textSecondary],html.theme-sono-light body .sonoverse-page span[class*=textPrimary],html.theme-sono-light body .sonoverse-page span[class*=textSecondary],.theme-sono-light .sonoverse-page select,.theme-sono-light .sonoverse-page select option,html.theme-sono-light body .sonoverse-page select,html.theme-sono-light body .sonoverse-page select option{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important}.theme-sono-light .bg-gradient-to-br.from-green-500\/10.to-green-600\/20.border-green-500\/20,.theme-sono-light div.bg-gradient-to-br.from-green-500\/10.to-green-600\/20.rounded-2xl.p-6.border.border-green-500\/20.shadow-xl{background:linear-gradient(to bottom right,#ede9fe,#dbeafe)!important;border-color:#5b21b633!important}.theme-sono-light .bg-gradient-to-br.from-green-500\/10.to-green-600\/20 h3.text-green-400{color:#5b21b6!important}.theme-sono-light .bg-gradient-to-br.from-green-500\/10.to-green-600\/20 .bg-green-600\/20{background-color:#5b21b61a!important}.theme-sono-light .bg-gradient-to-br.from-green-500\/10.to-green-600\/20 .text-green-300{color:#5b21b6!important}.theme-sono-light .bg-gradient-to-br.from-green-500\/10.to-green-600\/20 .border-green-500\/30{border-color:#5b21b64d!important}html.theme-sono-light body div.sonosphere-page div.achievement-badge-container.sono-sphere-achievement-badge span.featured-artist-badge-text,html.theme-sono-light body div.sonosphere-page div.achievement-badge-container.sono-sphere-achievement-badge span[data-achievement-text=true],html.theme-sono-light body div.sonosphere-page div.achievement-badge-container.sono-sphere-achievement-badge span[id*=achievement-badge-text],html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge span[data-achievement-text=true],html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge span[id*=achievement-badge-text],html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge span.achievement-text-force-blue,html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge span.sono-sphere-achievement-text,html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge span.text-blue-300,html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge span.text-red-300,html.theme-sono-light body div.sonosphere-page div[class*=achievement] span.sono-sphere-achievement-text,html.theme-sono-light body div.sonosphere-page span.sono-sphere-achievement-text.text-blue-300,html.theme-sono-light body div.sonosphere-page span.sono-sphere-achievement-text,html.theme-sono-light body .sonosphere-page .sono-sphere-achievement-badge .sono-sphere-achievement-text,html.theme-sono-light body .sonosphere-page .sono-sphere-achievement-text,html.theme-sono-light body .sonosphere-page span.text-blue-300,html.theme-sono-light body .sonosphere-page span[class*=text-blue-300],.theme-sono-light .sonosphere-page .sono-sphere-achievement-badge .sono-sphere-achievement-text,.theme-sono-light .sonosphere-page .sono-sphere-achievement-text,.theme-sono-light .sonosphere-page span.text-blue-300,.theme-sono-light span[data-achievement-text=true],.theme-sono-light span[id*=achievement-badge-text],.theme-sono-light .achievement-text-force-blue{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background-color:transparent!important}html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge span[class*=text-blue],html.theme-sono-light body div.sonosphere-page div.achievement-badge-container span[class*=text-blue]{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2.bg-gradient-to-r,html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2.text-white,html.theme-sono-light body div.sonosphere-page span[class*=from-purple-600][class*=to-pink-600],.theme-sono-light .sonosphere-page span.inline-flex.items-center.gap-2.bg-gradient-to-r,.theme-sono-light .sonosphere-page span.text-white,.theme-sono-light .sonosphere-page span[class*=text-white]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light body div.sonosphere-page span.inline-flex svg.text-white,html.theme-sono-light body div.sonosphere-page span[class*=from-purple-600] svg,html.theme-sono-light body div.sonosphere-page span.inline-flex.items-center.gap-2 svg,html.theme-sono-light body div.sonosphere-page span[class*=bg-gradient-to-r] svg,.theme-sono-light .sonosphere-page span.inline-flex svg.text-white,.theme-sono-light .sonosphere-page span[class*=from-purple-600] svg,.theme-sono-light .sonosphere-page span.inline-flex.items-center.gap-2 svg,.theme-sono-light .sonosphere-page span[class*=bg-gradient-to-r] svg{color:#fff!important;fill:none!important;stroke:#fff!important;stroke-width:2!important}html.theme-sono-light body div.sonosphere-page div[class*="bg-gradient-to-r from-purple-600 to-pink-600"] svg,.theme-sono-light .sonosphere-page div[class*="bg-gradient-to-r from-purple-600 to-pink-600"] svg,html.theme-sono-light body div.sonosphere-page div.bg-gradient-to-r.from-purple-600.to-pink-600 svg,.theme-sono-light .sonosphere-page div.bg-gradient-to-r.from-purple-600.to-pink-600 svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}html.theme-sono-light body div.catalogue-filters-sono-light button svg,.theme-sono-light div.catalogue-filters-sono-light button svg,html.theme-sono-light body .catalogue-filters-sono-light button svg,.theme-sono-light .catalogue-filters-sono-light button svg,html.theme-sono-light body button[class*=sono-light-filter-button] svg,.theme-sono-light button[class*=sono-light-filter-button] svg,html.theme-sono-light body div[class*=catalogue-filters] button svg,.theme-sono-light div[class*=catalogue-filters] button svg,html.theme-sono-light body button[class*=filter-button] svg,.theme-sono-light button[class*=filter-button] svg,html.theme-sono-light body button[class*=px-3] svg,.theme-sono-light button[class*=px-3] svg,html.theme-sono-light body button[class*=px-4] svg,.theme-sono-light button[class*=px-4] svg,html.theme-sono-light body button[class*=px-6] svg,.theme-sono-light button[class*=px-6] svg,html.theme-sono-light body div[class*="flex flex-wrap justify-center"] button svg,.theme-sono-light div[class*="flex flex-wrap justify-center"] button svg,html.theme-sono-light body div[class*=gap-2] button svg,.theme-sono-light div[class*=gap-2] button svg,html.theme-sono-light body div[class*=gap-3] button svg,.theme-sono-light div[class*=gap-3] button svg,html.theme-sono-light body div[class*=backdrop-blur] button svg,.theme-sono-light div[class*=backdrop-blur] button svg,html.theme-sono-light body button:not([class*="bg-gradient-to-r from-purple-600"]) svg,.theme-sono-light button:not([class*="bg-gradient-to-r from-purple-600"]) svg,html.theme-sono-light body button:not([class*="from-purple-600 to-blue-600"]) svg,.theme-sono-light button:not([class*="from-purple-600 to-blue-600"]) svg,html.theme-sono-light svg[class*="h-5 w-5"],.theme-sono-light svg[class*="h-5 w-5"],html.theme-sono-light body svg.h-5.w-5,.theme-sono-light svg.h-5.w-5,html.theme-sono-light body button svg.h-5,.theme-sono-light button svg.h-5,html.theme-sono-light body button svg.w-5,.theme-sono-light svg[data-lucide],.theme-sono-light [data-lucide] svg,.theme-sono-light svg[class*=lucide-]{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}.theme-sono-light .icon-force-black,.theme-sono-light .practice-of-the-day-black-text svg,.theme-sono-light .sono-verse-button-black svg{color:#000!important;stroke:currentColor!important;fill:none!important}.theme-sono-light .sono-verse-play-button,.theme-sono-light .sono-verse-play-button svg{color:#000!important;-webkit-text-fill-color:#000000!important;stroke:currentColor!important;fill:currentColor!important}html body.theme-sono-light .sono-verse-page button.sono-verse-play-button,html body.theme-sono-light .sono-verse-page button.sono-verse-play-button *,html body.theme-sono-light button.sono-verse-play-button,html body.theme-sono-light button.sono-verse-play-button *{color:#000!important;-webkit-text-fill-color:#000000!important;stroke:#000!important;fill:currentColor!important;text-shadow:none!important}html body.theme-sono-light .sono-verse-page button.sono-verse-play-button span,html body.theme-sono-light button.sono-verse-play-button span{color:#000!important;-webkit-text-fill-color:#000000!important}html[lang] body.theme-sono-light .sono-verse-page button:has-text("Listen"),html[lang] body.theme-sono-light .sono-verse-page button:has-text("Écouter"),html[lang] body.theme-sono-light .sono-verse-page button:has-text("Ecouter"),html[lang] body.theme-sono-light .sono-verse-page button:has-text("LISTEN"),html[lang] body.theme-sono-light .sono-verse-page button:has-text("ÉCOUTER"){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}html[lang] body.theme-sono-light .sono-verse-page button:has-text("Listen") *,html[lang] body.theme-sono-light .sono-verse-page button:has-text("Écouter") *,html[lang] body.theme-sono-light .sono-verse-page button:has-text("Ecouter") *{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light [data-listen-label]{color:#000!important;-webkit-text-fill-color:#000000!important;opacity:1!important;filter:none!important}body.theme-sono-light .sono-verse-play-button{--listen-color: #000000}body.theme-sono-light .sono-verse-play-button [data-listen-label]{color:var(--listen-color)!important}.theme-sono-light .icon-filled svg{fill:currentColor!important;stroke:none!important}.theme-sono-light .footer-logo-icon svg{stroke:currentColor!important;fill:none!important}.theme-sono-light .footer-logo-icon .sono-hub-icon{color:#0f172a!important;stroke:#0f172a!important;fill:none!important}body.theme-sono-light .sonoverse-page svg.lucide-music,html.theme-sono-light .sonoverse-page svg.lucide-music,.theme-sono-light .sonoverse-page svg.lucide-music{color:#000!important;stroke:#000!important}body.theme-sono-light .sonoverse-page svg.lucide-star,html.theme-sono-light .sonoverse-page svg.lucide-star,.theme-sono-light .sonoverse-page svg.lucide-star,body.theme-sono-light .sonoverse-page svg.lucide-trending-up,html.theme-sono-light .sonoverse-page svg.lucide-trending-up,.theme-sono-light .sonoverse-page svg.lucide-trending-up{color:#000!important;stroke:#000!important}.theme-sono-light .footer-logo-icon .sono-hub-icon path,.theme-sono-light .footer-logo-icon .sono-hub-icon circle{stroke:#0f172a!important;fill:none!important}.theme-sono-light .message-bubble .message-text{color:inherit!important}html.theme-sono-light .message-bubble.bg-purple-500 .message-text,.theme-sono-light .message-bubble.bg-purple-500 .message-text,html.theme-sono-light .message-bubble.bg-purple-500 .message-text.text-white,.theme-sono-light .message-bubble.bg-purple-500 .message-text.text-white,body.theme-sono-light .message-bubble.bg-purple-500 .message-text,body.theme-sono-light .message-bubble.bg-purple-500 .message-text.text-white,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text.text-white,.theme-sono-light .message-bubble .text-white,html.theme-sono-light .message-bubble .text-white,body.theme-sono-light .message-bubble .text-white,html.theme-sono-light body .message-bubble .text-white,html.theme-sono-light body div div div div div .message-bubble.bg-purple-500 .message-text.text-white,html.theme-sono-light body div div div div .message-bubble.bg-purple-500 p.message-text.text-white,html.theme-sono-light body div div div .message-bubble.bg-purple-500 p.message-text.text-white,html.theme-sono-light body div div .message-bubble.bg-purple-500 p.message-text.text-white,html.theme-sono-light body div .message-bubble.bg-purple-500 p.message-text.text-white,html.theme-sono-light body .message-bubble.bg-purple-500 p.message-text.text-white,.theme-sono-light .message-bubble.bg-purple-500 p.message-text.text-white{color:#fff!important}.sono-light-user-message-text,html.theme-sono-light .sono-light-user-message-text,body.theme-sono-light .sono-light-user-message-text,html.theme-sono-light body .sono-light-user-message-text,.theme-sono-light .message-bubble .sono-light-user-message-text,html.theme-sono-light .message-bubble .sono-light-user-message-text,body.theme-sono-light .message-bubble .sono-light-user-message-text,html.theme-sono-light body .message-bubble .sono-light-user-message-text{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light .message-bubble p[style*="color: #ffffff"],.theme-sono-light .message-bubble p[style*="color: #ffffff"],body.theme-sono-light .message-bubble p[style*="color: #ffffff"],html.theme-sono-light body .message-bubble p[style*="color: #ffffff"],html.theme-sono-light .message-bubble .message-text[style*="color: #ffffff"],.theme-sono-light .message-bubble .message-text[style*="color: #ffffff"],body.theme-sono-light .message-bubble .message-text[style*="color: #ffffff"],html.theme-sono-light body .message-bubble .message-text[style*="color: #ffffff"]{color:#fff!important}html.theme-sono-light .message-bubble .message-text,body.theme-sono-light .message-bubble .message-text,html.theme-sono-light body .message-bubble .message-text,.theme-sono-light .message-bubble .message-text,html.theme-sono-light .message-bubble p.message-text,body.theme-sono-light .message-bubble p.message-text,html.theme-sono-light body .message-bubble p.message-text,.theme-sono-light .message-bubble p.message-text{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light .message-bubble.bg-purple-500 .message-text,body.theme-sono-light .message-bubble.bg-purple-500 .message-text,html.theme-sono-light body .message-bubble.bg-purple-500 .message-text,.theme-sono-light .message-bubble.bg-purple-500 .message-text{color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important}html.theme-sono-light .message-bubble.bg-gray-200 .message-text,body.theme-sono-light .message-bubble.bg-gray-200 .message-text,html.theme-sono-light body .message-bubble.bg-gray-200 .message-text,.theme-sono-light .message-bubble.bg-gray-200 .message-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}html.theme-sono-light body div.sonosphere-page div.achievement-badge-container.sono-sphere-achievement-badge:hover span.featured-artist-badge-text,html.theme-sono-light body div.sonosphere-page div.achievement-badge-container.sono-sphere-achievement-badge:hover span[data-achievement-text=true],html.theme-sono-light body div.sonosphere-page div.achievement-badge-container.sono-sphere-achievement-badge:hover span[id*=achievement-badge-text],html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge:hover span[data-achievement-text=true],html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge:hover span[id*=achievement-badge-text],html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge:hover span.achievement-text-force-blue,html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge:hover span.sono-sphere-achievement-text,html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge:hover span.text-blue-300,html.theme-sono-light body div.sonosphere-page div.sono-sphere-achievement-badge:hover span.text-red-300,.theme-sono-light .sonosphere-page .sono-sphere-achievement-badge:hover .sono-sphere-achievement-text,.theme-sono-light .sonosphere-page .sono-sphere-achievement-badge:hover span[data-achievement-text=true],.theme-sono-light .sonosphere-page .sono-sphere-achievement-badge:hover .achievement-text-force-blue,.theme-sono-light .sonosphere-page .sono-sphere-achievement-badge:hover span.text-blue-300{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;background-color:transparent!important}html.theme-sono-light body div.sonosphere-page span.sono-sphere-achievements-title,html.theme-sono-light body .sonosphere-page span.sono-sphere-achievements-title,html.theme-sono-light body div.sonosphere-page span.sono-sphere-achievements-title.text-blue-400,html.theme-sono-light body .sonosphere-page span.sono-sphere-achievements-title.text-blue-400,html.theme-sono-light body div.sonosphere-page div.group:hover span.sono-sphere-achievements-title,html.theme-sono-light body .sonosphere-page div.group:hover span.sono-sphere-achievements-title,html.theme-sono-light body div.sonosphere-page div.group:hover span.sono-sphere-achievements-title.text-blue-400,html.theme-sono-light body .sonosphere-page div.group:hover span.sono-sphere-achievements-title.text-blue-400,.theme-sono-light .sonosphere-page span.sono-sphere-achievements-title,.theme-sono-light .sonosphere-page .sono-sphere-achievements-title,.theme-sono-light .sonosphere-page div.group:hover span.sono-sphere-achievements-title,.theme-sono-light .sonosphere-page div.group:hover .sono-sphere-achievements-title,html.theme-sono-light body div.sonosphere-page svg.sono-sphere-achievements-icon,html.theme-sono-light body .sonosphere-page svg.sono-sphere-achievements-icon,html.theme-sono-light body div.sonosphere-page div.group:hover svg.sono-sphere-achievements-icon,html.theme-sono-light body .sonosphere-page div.group:hover svg.sono-sphere-achievements-icon,.theme-sono-light .sonosphere-page svg.sono-sphere-achievements-icon,.theme-sono-light .sonosphere-page .sono-sphere-achievements-icon,.theme-sono-light .sonosphere-page div.group:hover svg.sono-sphere-achievements-icon,.theme-sono-light .sonosphere-page div.group:hover .sono-sphere-achievements-icon{color:#60a5fa!important;-webkit-text-fill-color:#60a5fa!important;text-shadow:none!important;stroke:#60a5fa!important;fill:none!important}html.theme-sono-light body div.sonosphere-page div.language-badge-white,html.theme-sono-light body .sonosphere-page div.language-badge-white,.theme-sono-light .sonosphere-page div.language-badge-white,.theme-sono-light .sonosphere-page .language-badge-white,.theme-sono-light div.language-badge-white.absolute.top-4.left-4,html.theme-sono-light body div.language-badge-white.absolute.top-4.left-4{color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important}.theme-sono-light [class*=bg-gradient-to-br]:has([class*="bg-green-600/20"]){background:linear-gradient(to bottom right,#ede9fe,#dbeafe)!important;border-color:#5b21b633!important}.theme-sono-light .bg-gradient-to-br.from-green-500\/10.to-green-600\/20 svg{color:#5b21b6!important;fill:#5b21b6!important}.theme-sono-light button[class*=bg-purple],.theme-sono-light button[class*=purple],html.theme-sono-light body button[class*=bg-purple],html.theme-sono-light body button[class*=purple],.theme-sono-light button[class*=bg-purple] *,.theme-sono-light button[class*=purple] *,.theme-sono-light button[class*=bg-purple] span,.theme-sono-light button[class*=purple] span,html.theme-sono-light body button[class*=bg-purple] *,html.theme-sono-light body button[class*=purple] *,html.theme-sono-light body button[class*=bg-purple] span,html.theme-sono-light body button[class*=purple] span,.theme-sono-light .bg-purple-500,.theme-sono-light .bg-purple-600,.theme-sono-light .bg-purple-700,.theme-sono-light .bg-purple-500\/20,.theme-sono-light .bg-purple-600\/20,.theme-sono-light .bg-purple-700\/20,html.theme-sono-light body .bg-purple-500,html.theme-sono-light body .bg-purple-600,html.theme-sono-light body .bg-purple-700,html.theme-sono-light body .bg-purple-500\/20,html.theme-sono-light body .bg-purple-600\/20,html.theme-sono-light body .bg-purple-700\/20,.theme-sono-light button[class*=buttonPrimary],.theme-sono-light .buttonPrimary,html.theme-sono-light body button[class*=buttonPrimary],html.theme-sono-light body .buttonPrimary,.theme-sono-light button[class*=buttonPrimary] *,.theme-sono-light .buttonPrimary *,html.theme-sono-light body button[class*=buttonPrimary] *,html.theme-sono-light body .buttonPrimary *,.theme-sono-light button[class*=purple] .text-purple-400,.theme-sono-light button[class*=purple] .text-purple-300,.theme-sono-light button[class*=purple] .text-white,.theme-sono-light button[class*=bg-purple] .text-purple-400,.theme-sono-light button[class*=bg-purple] .text-purple-300,.theme-sono-light button[class*=bg-purple] .text-white,html.theme-sono-light body button[class*=purple] .text-purple-400,html.theme-sono-light body button[class*=purple] .text-purple-300,html.theme-sono-light body button[class*=purple] .text-white,html.theme-sono-light body button[class*=bg-purple] .text-purple-400,html.theme-sono-light body button[class*=bg-purple] .text-purple-300,html.theme-sono-light body button[class*=bg-purple] .text-white{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page div[class*="bg-green-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-blue-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-yellow-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-orange-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-purple-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-pink-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-cyan-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-emerald-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-violet-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-amber-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-rose-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-green-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-blue-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-yellow-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-orange-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-purple-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-pink-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-cyan-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-emerald-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-violet-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-amber-500/20"],html.theme-sono-light body .sonoverse-page div[class*="bg-rose-500/20"],.theme-sono-light .sonoverse-page div[class*="bg-green-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-blue-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-yellow-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-orange-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-purple-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-pink-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-cyan-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-emerald-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-violet-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-amber-500/20"] span,.theme-sono-light .sonoverse-page div[class*="bg-rose-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-green-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-blue-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-yellow-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-orange-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-purple-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-pink-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-cyan-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-emerald-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-violet-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-amber-500/20"] span,html.theme-sono-light body .sonoverse-page div[class*="bg-rose-500/20"] span,.theme-sono-light .sonoverse-page div[class*=surface] span,.theme-sono-light .sonoverse-page div[class*=textSecondary] span,html.theme-sono-light body .sonoverse-page div[class*=surface] span,html.theme-sono-light body .sonoverse-page div[class*=textSecondary] span{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page span[class*=px-2][class*=py-1][class*=rounded-full][class*=text-xs]:not([class*=bg-]),html.theme-sono-light body .sonoverse-page span[class*=px-2][class*=py-1][class*=rounded-full][class*=text-xs]:not([class*=bg-]){color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page div[class*=flex-wrap] span[class*=px-2][class*=py-1][class*=rounded-full][class*=text-xs],.theme-sono-light .sonoverse-page div[class*=justify-center] span[class*=px-2][class*=py-1][class*=rounded-full][class*=text-xs],html.theme-sono-light body .sonoverse-page div[class*=flex-wrap] span[class*=px-2][class*=py-1][class*=rounded-full][class*=text-xs],html.theme-sono-light body .sonoverse-page div[class*=justify-center] span[class*=px-2][class*=py-1][class*=rounded-full][class*=text-xs]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page div:nth-of-type(2) span[class*=px-2][class*=py-1][class*=rounded-full],.theme-sono-light .sonoverse-page div[class*=mb-2] span[class*=px-2][class*=py-1][class*=rounded-full],html.theme-sono-light body .sonoverse-page div:nth-of-type(2) span[class*=px-2][class*=py-1][class*=rounded-full],html.theme-sono-light body .sonoverse-page div[class*=mb-2] span[class*=px-2][class*=py-1][class*=rounded-full]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page span[class*=surface][class*=textSecondary][class*=rounded-full][class*=text-xs],html.theme-sono-light body .sonoverse-page span[class*=surface][class*=textSecondary][class*=rounded-full][class*=text-xs]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page div[class*=p-6] div[class*=text-center] div[class*=flex-wrap]:last-of-type span,.theme-sono-light .sonoverse-page div[class*=profile] div[class*=styles] span,html.theme-sono-light body .sonoverse-page div[class*=p-6] div[class*=text-center] div[class*=flex-wrap]:last-of-type span,html.theme-sono-light body .sonoverse-page div[class*=profile] div[class*=styles] span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page .sonoverse-filters button[class*=inline-flex][class*=items-center][class*=gap-2],.theme-sono-light .sonoverse-page div[class*=sticky] div[class*=flex-wrap] button[class*=inline-flex],.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex-wrap] button[class*=inline-flex],html.theme-sono-light body .sonoverse-page .sonoverse-filters button[class*=inline-flex][class*=items-center][class*=gap-2],html.theme-sono-light body .sonoverse-page div[class*=sticky] div[class*=flex-wrap] button[class*=inline-flex],html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex-wrap] button[class*=inline-flex],.theme-sono-light .sonoverse-page .sonoverse-filters button[class*=inline-flex] span,.theme-sono-light .sonoverse-page div[class*=sticky] div[class*=flex-wrap] button span,.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex-wrap] button span,html.theme-sono-light body .sonoverse-page .sonoverse-filters button[class*=inline-flex] span,html.theme-sono-light body .sonoverse-page div[class*=sticky] div[class*=flex-wrap] button span,html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex-wrap] button span{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("👥")),.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("🎸")),.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("👤")),.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("🎵")),.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("🎬")),.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("📸")),html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("👥")),html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("🎸")),html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("👤")),html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("🎵")),html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("🎬")),html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("📸")){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page .sonoverse-filter-recruitment,.theme-sono-light .sonoverse-page .sonoverse-filter-gear,.theme-sono-light .sonoverse-page .sonoverse-filter-profile,.theme-sono-light .sonoverse-page .sonoverse-filter-band,.theme-sono-light .sonoverse-page .sonoverse-filter-audio,.theme-sono-light .sonoverse-page .sonoverse-filter-video,.theme-sono-light .sonoverse-page .sonoverse-filter-image,html.theme-sono-light body .sonoverse-page .sonoverse-filter-recruitment,html.theme-sono-light body .sonoverse-page .sonoverse-filter-gear,html.theme-sono-light body .sonoverse-page .sonoverse-filter-profile,html.theme-sono-light body .sonoverse-page .sonoverse-filter-band,html.theme-sono-light body .sonoverse-page .sonoverse-filter-audio,html.theme-sono-light body .sonoverse-page .sonoverse-filter-video,html.theme-sono-light body .sonoverse-page .sonoverse-filter-image,.theme-sono-light .sonoverse-page .sonoverse-filter-recruitment *,.theme-sono-light .sonoverse-page .sonoverse-filter-gear *,.theme-sono-light .sonoverse-page .sonoverse-filter-profile *,.theme-sono-light .sonoverse-page .sonoverse-filter-band *,.theme-sono-light .sonoverse-page .sonoverse-filter-audio *,.theme-sono-light .sonoverse-page .sonoverse-filter-video *,.theme-sono-light .sonoverse-page .sonoverse-filter-image *,html.theme-sono-light body .sonoverse-page .sonoverse-filter-recruitment *,html.theme-sono-light body .sonoverse-page .sonoverse-filter-gear *,html.theme-sono-light body .sonoverse-page .sonoverse-filter-profile *,html.theme-sono-light body .sonoverse-page .sonoverse-filter-band *,html.theme-sono-light body .sonoverse-page .sonoverse-filter-audio *,html.theme-sono-light body .sonoverse-page .sonoverse-filter-video *,html.theme-sono-light body .sonoverse-page .sonoverse-filter-image *{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page .sonoverse-filters button[class*=inline-flex][class*=items-center][class*=gap-2],.theme-sono-light .sonoverse-page div[class*=sticky] div[class*=flex-wrap] button[class*=inline-flex],.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex-wrap] button[class*=inline-flex],html.theme-sono-light body .sonoverse-page .sonoverse-filters button[class*=inline-flex][class*=items-center][class*=gap-2],html.theme-sono-light body .sonoverse-page div[class*=sticky] div[class*=flex-wrap] button[class*=inline-flex],html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex-wrap] button[class*=inline-flex]{padding:.625rem 1rem!important;font-size:.875rem!important;line-height:1.25rem!important;min-height:2.5rem!important}.theme-sono-light .sonoverse-page button:contains("Clear all"),.theme-sono-light .sonoverse-page button:contains("Tout effacer"),.theme-sono-light .sonoverse-page button[class*=textSecondary][class*=hover],.theme-sono-light .sonoverse-page button[class*=px-3][class*=py-1]:not([class*=buttonSecondary]),html.theme-sono-light body .sonoverse-page button:contains("Clear all"),html.theme-sono-light body .sonoverse-page button:contains("Tout effacer"),html.theme-sono-light body .sonoverse-page button[class*=textSecondary][class*=hover],html.theme-sono-light body .sonoverse-page button[class*=px-3][class*=py-1]:not([class*=buttonSecondary]){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page div[class*=sticky] button[class*=px-3][class*=py-1][class*=transition-colors]:not([class*=buttonSecondary]),.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] button[class*=px-3][class*=py-1][class*=transition-colors]:not([class*=buttonSecondary]),html.theme-sono-light body .sonoverse-page div[class*=sticky] button[class*=px-3][class*=py-1][class*=transition-colors]:not([class*=buttonSecondary]),html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] button[class*=px-3][class*=py-1][class*=transition-colors]:not([class*=buttonSecondary]){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page div[class*="flex gap-1"] button:nth-child(2),.theme-sono-light .sonoverse-page div[class*="flex gap-2"] button:nth-child(2),html.theme-sono-light body .sonoverse-page div[class*="flex gap-1"] button:nth-child(2),html.theme-sono-light body .sonoverse-page div[class*="flex gap-2"] button:nth-child(2){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page button:contains("Select All"),.theme-sono-light .sonoverse-page button:contains("Tout sélectionner"),.theme-sono-light .sonoverse-page button[class*=buttonSecondary],.theme-sono-light .sonoverse-page div[class*=sticky] button[class*=buttonSecondary],.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] button[class*=buttonSecondary],html.theme-sono-light body .sonoverse-page button:contains("Select All"),html.theme-sono-light body .sonoverse-page button:contains("Tout sélectionner"),html.theme-sono-light body .sonoverse-page button[class*=buttonSecondary],html.theme-sono-light body .sonoverse-page div[class*=sticky] button[class*=buttonSecondary],html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] button[class*=buttonSecondary]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page div[class*="flex gap-1"] button:nth-child(1),.theme-sono-light .sonoverse-page div[class*="flex gap-2"] button:nth-child(1),.theme-sono-light .sonoverse-page div[class*="hidden md:flex"] button:first-child,html.theme-sono-light body .sonoverse-page div[class*="flex gap-1"] button:nth-child(1),html.theme-sono-light body .sonoverse-page div[class*="flex gap-2"] button:nth-child(1),html.theme-sono-light body .sonoverse-page div[class*="hidden md:flex"] button:first-child{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page .sonoverse-filter-recruitment,.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("👥")),.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("Recruitment")),.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("Recrutement")),html.theme-sono-light body .sonoverse-page .sonoverse-filter-recruitment,html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("👥")),html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("Recruitment")),html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("Recrutement")){color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page .sonoverse-filter-recruitment *,.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("👥")) *,.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("Recruitment")) *,.theme-sono-light .sonoverse-page button[class*=inline-flex]:has(span:contains("Recrutement")) *,html.theme-sono-light body .sonoverse-page .sonoverse-filter-recruitment *,html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("👥")) *,html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("Recruitment")) *,html.theme-sono-light body .sonoverse-page button[class*=inline-flex]:has(span:contains("Recrutement")) *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page .sonoverse-filters .sonoverse-filter-recruitment,.theme-sono-light .sonoverse-page .sonoverse-filters button[class*=buttonSecondary],html.theme-sono-light body .sonoverse-page .sonoverse-filters .sonoverse-filter-recruitment,html.theme-sono-light body .sonoverse-page .sonoverse-filters button[class*=buttonSecondary],html.theme-sono-light body .sonoverse-page div[class*=sticky] div[class*=flex] button:first-child,html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex] button:first-child,html.theme-sono-light body .sonoverse-page div[class*=sticky] div[class*=gap-] button:first-child,html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] div[class*=gap-] button:first-child,.theme-sono-light .sonoverse-page div[class*=sticky] div[class*=flex] button:first-child,.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex] button:first-child,.theme-sono-light .sonoverse-page div[class*=sticky] div[class*=gap-] button:first-child,.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] div[class*=gap-] button:first-child,html.theme-sono-light body .sonoverse-page div[class*=sticky] div[class*=flex] button:first-child *,html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex] button:first-child *,html.theme-sono-light body .sonoverse-page div[class*=sticky] div[class*=gap-] button:first-child *,html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] div[class*=gap-] button:first-child *,.theme-sono-light .sonoverse-page div[class*=sticky] div[class*=flex] button:first-child *,.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] div[class*=flex] button:first-child *,.theme-sono-light .sonoverse-page div[class*=sticky] div[class*=gap-] button:first-child *,.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] div[class*=gap-] button:first-child *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light body .sonoverse-page button[class*=bg-purple],html.theme-sono-light body .sonoverse-page button[class*=purple]:not([class*=border]),html.theme-sono-light body .sonoverse-page div[class*=sticky] button[class*=bg-purple],html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] button[class*=bg-purple],.theme-sono-light .sonoverse-page button[class*=bg-purple],.theme-sono-light .sonoverse-page button[class*=purple]:not([class*=border]),.theme-sono-light .sonoverse-page div[class*=sticky] button[class*=bg-purple],.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] button[class*=bg-purple]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light body .sonoverse-page button[class*=bg-purple] *,html.theme-sono-light body .sonoverse-page button[class*=purple]:not([class*=border]) *,html.theme-sono-light body .sonoverse-page div[class*=sticky] button[class*=bg-purple] *,html.theme-sono-light body .sonoverse-page div[class*=bg-gradient-to-r] button[class*=bg-purple] *,.theme-sono-light .sonoverse-page button[class*=bg-purple] *,.theme-sono-light .sonoverse-page button[class*=purple]:not([class*=border]) *,.theme-sono-light .sonoverse-page div[class*=sticky] button[class*=bg-purple] *,.theme-sono-light .sonoverse-page div[class*=bg-gradient-to-r] button[class*=bg-purple] *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light body .sonoverse-page div[class*=flex-wrap] button:first-of-type,html.theme-sono-light body .sonoverse-page div[class*=flex-wrap] button:nth-child(1),.theme-sono-light .sonoverse-page div[class*=flex-wrap] button:first-of-type,.theme-sono-light .sonoverse-page div[class*=flex-wrap] button:nth-child(1){color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light body .sonoverse-page div[class*=flex-wrap] button:first-of-type *,html.theme-sono-light body .sonoverse-page div[class*=flex-wrap] button:nth-child(1) *,.theme-sono-light .sonoverse-page div[class*=flex-wrap] button:first-of-type *,.theme-sono-light .sonoverse-page div[class*=flex-wrap] button:nth-child(1) *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sonoverse-page div[class*=absolute][class*=top-][class*=right-],.theme-sono-light .sonoverse-page span[class*=absolute][class*=top-][class*=right-],.theme-sono-light .sonoverse-page div[class*=absolute][class*=top-2][class*=right-2],.theme-sono-light .sonoverse-page span[class*=absolute][class*=top-2][class*=right-2],.theme-sono-light .sonoverse-page div[class*=absolute][class*=top-3][class*=right-3],.theme-sono-light .sonoverse-page span[class*=absolute][class*=top-3][class*=right-3],html.theme-sono-light body .sonoverse-page div[class*=absolute][class*=top-][class*=right-],html.theme-sono-light body .sonoverse-page span[class*=absolute][class*=top-][class*=right-],html.theme-sono-light body .sonoverse-page div[class*=absolute][class*=top-2][class*=right-2],html.theme-sono-light body .sonoverse-page span[class*=absolute][class*=top-2][class*=right-2],html.theme-sono-light body .sonoverse-page div[class*=absolute][class*=top-3][class*=right-3],html.theme-sono-light body .sonoverse-page span[class*=absolute][class*=top-3][class*=right-3]{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page div[class*=card] div[class*=absolute]:contains("Musician"),.theme-sono-light .sonoverse-page div[class*=card] span[class*=absolute]:contains("Musician"),.theme-sono-light .sonoverse-page div[class*=card] div[class*=absolute]:contains("Band"),.theme-sono-light .sonoverse-page div[class*=card] span[class*=absolute]:contains("Band"),.theme-sono-light .sonoverse-page div[class*=relative] div[class*=absolute]:contains("Musician"),.theme-sono-light .sonoverse-page div[class*=relative] span[class*=absolute]:contains("Musician"),.theme-sono-light .sonoverse-page div[class*=relative] div[class*=absolute]:contains("Band"),.theme-sono-light .sonoverse-page div[class*=relative] span[class*=absolute]:contains("Band"),html.theme-sono-light body .sonoverse-page div[class*=card] div[class*=absolute]:contains("Musician"),html.theme-sono-light body .sonoverse-page div[class*=card] span[class*=absolute]:contains("Musician"),html.theme-sono-light body .sonoverse-page div[class*=card] div[class*=absolute]:contains("Band"),html.theme-sono-light body .sonoverse-page div[class*=card] span[class*=absolute]:contains("Band"),html.theme-sono-light body .sonoverse-page div[class*=relative] div[class*=absolute]:contains("Musician"),html.theme-sono-light body .sonoverse-page div[class*=relative] span[class*=absolute]:contains("Musician"),html.theme-sono-light body .sonoverse-page div[class*=relative] div[class*=absolute]:contains("Band"),html.theme-sono-light body .sonoverse-page div[class*=relative] span[class*=absolute]:contains("Band"){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonoverse-page div[class*=bg-][class*=text-xs][class*=px-2][class*=py-1][class*=rounded],.theme-sono-light .sonoverse-page span[class*=bg-][class*=text-xs][class*=px-2][class*=py-1][class*=rounded],.theme-sono-light .sonoverse-page div[class*=badge][class*=absolute],.theme-sono-light .sonoverse-page span[class*=badge][class*=absolute],html.theme-sono-light body .sonoverse-page div[class*=bg-][class*=text-xs][class*=px-2][class*=py-1][class*=rounded],html.theme-sono-light body .sonoverse-page span[class*=bg-][class*=text-xs][class*=px-2][class*=py-1][class*=rounded],html.theme-sono-light body .sonoverse-page div[class*=badge][class*=absolute],html.theme-sono-light body .sonoverse-page span[class*=badge][class*=absolute],.theme-sono-light .sonoverse-page div[class*=absolute][class*=surface],.theme-sono-light .sonoverse-page span[class*=absolute][class*=surface],.theme-sono-light .sonoverse-page div[class*=absolute][class*=textSecondary],.theme-sono-light .sonoverse-page span[class*=absolute][class*=textSecondary],html.theme-sono-light body .sonoverse-page div[class*=absolute][class*=surface],html.theme-sono-light body .sonoverse-page span[class*=absolute][class*=surface],html.theme-sono-light body .sonoverse-page div[class*=absolute][class*=textSecondary],html.theme-sono-light body .sonoverse-page span[class*=absolute][class*=textSecondary],.theme-sono-light .sonoverse-page div[class*=p-6] div[class*=absolute],.theme-sono-light .sonoverse-page div[class*=p-4] div[class*=absolute],.theme-sono-light .sonoverse-page div[class*=rounded-2xl] div[class*=absolute],.theme-sono-light .sonoverse-page div[class*=shadow] div[class*=absolute],html.theme-sono-light body .sonoverse-page div[class*=p-6] div[class*=absolute],html.theme-sono-light body .sonoverse-page div[class*=p-4] div[class*=absolute],html.theme-sono-light body .sonoverse-page div[class*=rounded-2xl] div[class*=absolute],html.theme-sono-light body .sonoverse-page div[class*=shadow] div[class*=absolute],html.theme-sono-light body .sonosphere-page button,html.theme-sono-light body .sonosphere-page button *,.theme-sono-light .sonosphere-page button .text-blue-400,.theme-sono-light .sonosphere-page button .text-green-400,.theme-sono-light .sonosphere-page button[class*="bg-blue-500/20"],.theme-sono-light .sonosphere-page button[class*="bg-green-500/20"],html.theme-sono-light body .sonosphere-page button .text-blue-400,html.theme-sono-light body .sonosphere-page button .text-green-400,html.theme-sono-light body .sonosphere-page button[class*="bg-blue-500/20"],html.theme-sono-light body .sonosphere-page button[class*="bg-green-500/20"]{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonosphere-page button,.theme-sono-light .sonosphere-page button *{color:#000!important}.theme-sono-light .sonosphere-page button svg,.theme-sono-light .sonosphere-page button svg *,html.theme-sono-light body .sonosphere-page button svg,html.theme-sono-light body .sonosphere-page button svg *{color:#000!important;fill:#000!important;stroke:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sonosphere-page button[class*="bg-green-500/20"] svg,.theme-sono-light .sonosphere-page button[class*="bg-green-500/20"] svg *,html.theme-sono-light body .sonosphere-page button[class*="bg-green-500/20"] svg,html.theme-sono-light body .sonosphere-page button[class*="bg-green-500/20"] svg *{color:#374151!important;fill:#374151!important;stroke:#374151!important;-webkit-text-fill-color:#374151!important}.theme-sono-light .sonosphere-page button .lucide,.theme-sono-light .sonosphere-page button .lucide-play,.theme-sono-light .sonosphere-page button .lucide-image,.theme-sono-light .sonosphere-page button .lucide-users{color:#000!important;fill:none!important;stroke:#000!important}.theme-sono-light .sonosphere-page button .lucide-eye,.theme-sono-light .sonosphere-page button .w-5.h-5,html.theme-sono-light body .sonosphere-page button .lucide-eye,html.theme-sono-light body .sonosphere-page button svg.w-5.h-5,.theme-sono-light .sonosphere-page button[class*="bg-green-500/20"] .lucide-eye,.theme-sono-light .sonosphere-page button[class*="bg-green-500/20"] svg,html.theme-sono-light body .sonosphere-page button[class*="bg-green-500/20"] .lucide-eye,html.theme-sono-light body .sonosphere-page button[class*="bg-green-500/20"] svg{color:#fff!important;fill:none!important;stroke:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=blue]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=blue] svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}html.theme-sono-light .bg-purple-500\/5.border.border-purple-500\/20{background:linear-gradient(135deg,#9333ea1a,#a855f733)!important;border-color:#9333ea33!important}html.theme-sono-light .bg-purple-500\/5.border.border-purple-500\/20:hover{background:linear-gradient(135deg,#9333ea26,#a855f740)!important}html.theme-sono-light .text-gray-500,html.theme-sono-light .text-gray-400,html.theme-sono-light [class*=publications] .text-gray-500,html.theme-sono-light [class*=publications] .text-gray-400,html.theme-sono-light .publications-tab .text-gray-500,html.theme-sono-light .publications-tab .text-gray-400,html.theme-sono-light body div p.text-gray-500,html.theme-sono-light body div p.text-gray-400,html.theme-sono-light body div span.text-gray-500,html.theme-sono-light body div span.text-gray-400,html.theme-sono-light body .text-center.text-gray-500,html.theme-sono-light body .text-center.text-gray-400{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light body div:contains("No publications"),html.theme-sono-light body div:contains("publications shared"),html.theme-sono-light body [class*=text-center]{color:#000!important}html.theme-sono-light .publications-content *,html.theme-sono-light [data-tab=publications] *,html.theme-sono-light div[class*=publications] *,html.theme-sono-light h3.text-xl.font-semibold.text-gray-300,html.theme-sono-light h3.text-gray-300,html.theme-sono-light .text-xl.text-gray-300,html.theme-sono-light .font-semibold.text-gray-300,html.theme-sono-light p.text-gray-400,html.theme-sono-light .text-gray-400{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light body .text-center h3.text-xl.font-semibold.text-gray-300.mb-2,html.theme-sono-light body .text-center p.text-gray-400,html.theme-sono-light body div.text-center h3,html.theme-sono-light body div.text-center p:not(.message-text){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light [class*=bg-blue][class*=text-black],.theme-sono-light [class*=bg-blue][class*=text-gray],.theme-sono-light [class*=bg-blue][class*=text-slate],.theme-sono-light [data-testid=catalogue] .bg-black,.theme-sono-light .catalogue-page .bg-black,.theme-sono-light [class*=bg-black],.theme-sono-light [data-testid=catalogue] .bg-purple,.theme-sono-light [data-testid=catalogue] [class*=bg-purple],.theme-sono-light .catalogue-page .bg-purple,.theme-sono-light .catalogue-page [class*=bg-purple],.theme-sono-light [class*=bg-purple]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light [data-testid=catalogue] [data-lucide=message-circle],.theme-sono-light [data-testid=catalogue] [data-lucide=message],.theme-sono-light [data-testid=catalogue] .lucide-message-circle,.theme-sono-light [data-testid=catalogue] .lucide-message,.theme-sono-light .catalogue-page [data-lucide=message-circle],.theme-sono-light .catalogue-page [data-lucide=message],.theme-sono-light .catalogue-page .lucide-message-circle,.theme-sono-light .catalogue-page .lucide-message{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-light [class*=bg-black] svg,.theme-sono-light [class*=bg-purple] svg{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-light .catalogue-page .tag,.theme-sono-light [data-testid=catalogue] .tag,.theme-sono-light .catalogue-page [class*=tag],.theme-sono-light [data-testid=catalogue] [class*=tag]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light [href="/catalogue"]~* [class*=bg-black],.theme-sono-light [href="/catalogue"]~* [class*=bg-purple],.theme-sono-light .route-catalogue [class*=bg-black],.theme-sono-light .route-catalogue [class*=bg-purple]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .bg-gray-800,.theme-sono-light .bg-gray-900,.theme-sono-light [class*=bg-gray-8],.theme-sono-light [class*=bg-gray-9]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .bg-gray-800 svg,.theme-sono-light .bg-gray-900 svg,.theme-sono-light [class*=bg-gray-8] svg,.theme-sono-light [class*=bg-gray-9] svg{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-light .profile-card [class*=bg-slate-],.theme-sono-light .user-profile [class*=bg-slate-],.theme-sono-light .musician-card [class*=bg-slate-],.theme-sono-light [class*=skill] [class*=bg-slate-],.theme-sono-light [class*=instrument] [class*=bg-slate-],.theme-sono-light [class*=genre] [class*=bg-slate-],.theme-sono-light .skill-tag,.theme-sono-light .music-tag,.theme-sono-light .instrument-tag,.theme-sono-light [data-testid*=skill],.theme-sono-light [data-testid*=instrument],.theme-sono-light [data-testid*=genre]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .bg-purple-600\/30,.theme-sono-light [class*="bg-purple-600/30"],.theme-sono-light .bg-purple-600\/40,.theme-sono-light [class*="bg-purple-600/40"]{background-color:#7c3aed!important;color:#fff!important}.theme-sono-light .text-purple-200{color:#fff!important}.theme-sono-light span[class*=bg-purple-600],.theme-sono-light span[class*=text-purple-200],.theme-sono-light span[class*=px-3][class*=py-1][class*=rounded-full]{background-color:#7c3aed!important;color:#fff!important}.theme-sono-light [class*=bg-purple-]:not([class*=bg-purple-9]){background-color:#7c3aed!important;color:#fff!important}.theme-sono-light .text-purple-100,.theme-sono-light .text-purple-200,.theme-sono-light .text-purple-300{color:#fff!important}.theme-sono-light div[class*=flex-wrap] span[class*=px-3],.theme-sono-light div[class*=gap-2] span[class*=rounded-full]{background-color:#7c3aed!important;color:#fff!important;border:1px solid #6d28d9!important}body.theme-sono-light .bg-black\/20 div[class*=flex-wrap] span.px-3.py-1,html.theme-sono-light .bg-black\/20 div[class*=flex-wrap] span.px-3.py-1,.theme-sono-light .bg-black\/20 div[class*=flex-wrap] span.px-3.py-1{background-color:#7c3aed!important;color:#fff!important;border:1px solid #6d28d9!important;opacity:1!important}.theme-sono-light .bg-black\/20 div[class*=flex-wrap] span.px-3.py-1:hover{background-color:#6d28d9!important;color:#fff!important}.theme-sono-light .action-buttons [data-lucide=message-circle],.theme-sono-light .profile-actions [data-lucide=message-circle],.theme-sono-light .contact-button [data-lucide=message-circle],.theme-sono-light .message-button [data-lucide=message],.theme-sono-light button[class*=bg-blue] [data-lucide=message-circle],.theme-sono-light button[class*=bg-blue] [data-lucide=message],.theme-sono-light [href="/catalogue"] [data-lucide=message-circle],.theme-sono-light .catalogue-page [data-lucide=message-circle],.theme-sono-light .catalogue-page [data-lucide=message],.theme-sono-light .catalogue-page .lucide-message-circle,.theme-sono-light .catalogue-page .lucide-message,.theme-sono-light [data-testid=catalogue] [data-lucide=message-circle],.theme-sono-light [data-testid=catalogue] [data-lucide=message],.theme-sono-light [data-testid=catalogue] .lucide-message-circle,.theme-sono-light [data-testid=catalogue] .lucide-message,.theme-sono-light .catalogue-page .bottom-bar [data-lucide=message-circle],.theme-sono-light .catalogue-page [class*=bottom] [data-lucide=message-circle],.theme-sono-light .catalogue-page [class*=action] [data-lucide=message-circle],.theme-sono-light [data-testid=catalogue] [class*=action] [data-lucide=message-circle],.theme-sono-light [data-testid=catalogue] [class*=bottom] [data-lucide=message-circle],.theme-sono-light button [data-lucide=message-circle],.theme-sono-light button [data-lucide=message],.theme-sono-light button .lucide-message-circle,.theme-sono-light button .lucide-message,.theme-sono-light [class*=bg-gray] [data-lucide=message-circle],.theme-sono-light [class*=bg-gray] [data-lucide=message],.theme-sono-light [class*=bg-slate] [data-lucide=message-circle],.theme-sono-light [class*=bg-slate] [data-lucide=message]{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-light svg[data-lucide=message-circle],.theme-sono-light svg[data-lucide=message],.theme-sono-light svg.lucide-message-circle,.theme-sono-light svg.lucide-message{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-light .theme-border{border-color:#e2e8f0!important}.theme-sono-light .theme-border-light{border-color:#f7f7f7!important}.theme-sono-light .theme-nav-background{background-color:#fff!important;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.theme-sono-light .theme-nav-background.absolute{background-color:#fff!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;opacity:1!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f!important;border-radius:8px!important}.theme-sono-light header div.absolute.top-full,.theme-sono-light header nav div.absolute.top-full,.theme-sono-light nav div.absolute.top-full,.theme-sono-light .absolute.top-full.theme-nav-background,.theme-sono-light div[class*=absolute][class*=top-full]{background-color:#fff!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;opacity:1!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f!important;border-radius:8px!important}.theme-sono-light .backdrop-blur-sm.absolute,.theme-sono-light .backdrop-blur.absolute,.theme-sono-light [class*=backdrop-blur].absolute{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:#fff!important}.theme-sono-light .md\:hidden.fixed.top-16,.theme-sono-light div[data-mobile-menu]{background-color:#fff!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;opacity:1!important}.theme-sono-light [class*=absolute][class*=w-48],.theme-sono-light [class*=absolute][class*=w-56],.theme-sono-light div.absolute.mt-2{background-color:#fff!important;background-image:none!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px #0000001a!important;border-radius:8px!important}.theme-sono-light header div.absolute.top-full.mt-2[class*=border-0]{border:1px solid #e2e8f0!important}.theme-sono-light header div.absolute.top-full.mt-2[class*=shadow-none]{box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f!important}.theme-sono-light header div.absolute.top-full.mt-2[class*=rounded-none]{border-radius:8px!important}.theme-sono-light header div[class*=absolute][class*=top-full],.theme-sono-light nav div[class*=absolute][class*=top-full],.theme-sono-light div[class*=absolute][class*=mt-2][class*=w-],.theme-sono-light .z-50[class*=absolute]{background:#fff!important;background-color:#fff!important;background-image:none!important;opacity:1!important}.theme-sono-light .welcome-modal-sono-light-icons .lucide,.theme-sono-light .welcome-modal-sono-light-icons svg{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-light .welcome-modal-sono-light-button-text{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .welcome-modal-white-icons,.theme-sono-light .welcome-modal-white-icons svg,.theme-sono-light .welcome-modal-white-icons .lucide{color:#fff!important;stroke:#fff!important;fill:none!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .welcome-modal-white-icons [data-lucide],.theme-sono-light .welcome-modal-white-icons [class*=lucide]{color:#fff!important;stroke:#fff!important;fill:none!important}.theme-sono-light .guided-tour-black-text{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .theme-nav-hover{background:#f7f7f7cc!important;transition:background-color .2s ease}.theme-sono-light .theme-nav-hover:hover{background:#e2e8f0e6!important}.theme-sono-light .theme-nav-active{background:#2563eb!important;color:#fff!important}.theme-sono-light .theme-nav-text,.theme-sono-light .theme-nav-text:hover{color:#000!important}.theme-sono-light nav,.theme-sono-light nav *,.theme-sono-light header nav,.theme-sono-light header nav *,.theme-sono-light .navigation *,.theme-sono-light [class*=nav] *{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .sono-verse-page,.theme-sono-light .sono-verse-page *:not([class*=bg-]),.theme-sono-light .page-content,.theme-sono-light .page-content *:not([class*=bg-]),.theme-sono-light main,.theme-sono-light main *:not([class*=bg-]){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light nav,.theme-sono-light nav *,.theme-sono-light header nav,.theme-sono-light header nav *,.theme-sono-light [role=navigation],.theme-sono-light [role=navigation] *{color:#0f172a!important}.theme-sono-light nav a,.theme-sono-light nav button,.theme-sono-light header nav a,.theme-sono-light header nav button,.theme-sono-light nav span,.theme-sono-light header nav span{color:#0f172a!important}.theme-sono-light nav a:hover,.theme-sono-light nav button:hover,.theme-sono-light header nav a:hover,.theme-sono-light header nav button:hover{color:#000!important}.theme-sono-light nav .absolute,.theme-sono-light nav .dropdown,.theme-sono-light nav [class*=shadow],.theme-sono-light header nav .absolute,.theme-sono-light header nav .dropdown,.theme-sono-light header nav [class*=shadow]{background-color:#fff!important;border:none!important;box-shadow:none!important}.theme-sono-light nav .absolute *,.theme-sono-light nav .dropdown *,.theme-sono-light nav [class*=shadow] *,.theme-sono-light header nav .absolute *,.theme-sono-light header nav .dropdown *,.theme-sono-light header nav [class*=shadow] *{color:#0f172a!important}.theme-sono-light .theme-selector,.theme-sono-light .theme-selector *,.theme-sono-light .language-selector,.theme-sono-light .language-selector *,.theme-sono-light [class*=theme-selector],.theme-sono-light [class*=theme-selector] *,.theme-sono-light [class*=language-selector],.theme-sono-light [class*=language-selector] *{color:#0f172a!important}.theme-sono-light nav div[class*=relative] button,.theme-sono-light nav div[class*=relative] button *,.theme-sono-light nav div[class*=absolute] button,.theme-sono-light nav div[class*=absolute] button *,.theme-sono-light header nav div[class*=relative] button,.theme-sono-light header nav div[class*=relative] button *,.theme-sono-light header nav div[class*=absolute] button,.theme-sono-light header nav div[class*=absolute] button *{color:#0f172a!important;background:transparent!important;border:none!important;box-shadow:none!important}.theme-sono-light nav [class*=w-48],.theme-sono-light nav [class*=w-48] *,.theme-sono-light header nav [class*=w-48],.theme-sono-light header nav [class*=w-48] *{color:#0f172a!important;background:#fff!important;border:none!important;box-shadow:none!important}.theme-sono-light nav svg,.theme-sono-light header nav svg{color:#0f172a!important;fill:#0f172a!important;stroke:#0f172a!important}body.theme-sono-light nav div.relative button,body.theme-sono-light nav div.relative button *,html.theme-sono-light nav div.relative button,html.theme-sono-light nav div.relative button *,.theme-sono-light nav div.relative button,.theme-sono-light nav div.relative button *,body.theme-sono-light header nav div.relative button,body.theme-sono-light header nav div.relative button *,html.theme-sono-light header nav div.relative button,html.theme-sono-light header nav div.relative button *{color:#000!important;background:transparent!important;border:none!important;box-shadow:none!important}body.theme-sono-light nav div.absolute,body.theme-sono-light nav div.absolute *,html.theme-sono-light nav div.absolute,html.theme-sono-light nav div.absolute *,.theme-sono-light nav div.absolute,.theme-sono-light nav div.absolute *,body.theme-sono-light header nav div.absolute,body.theme-sono-light header nav div.absolute *,html.theme-sono-light header nav div.absolute,html.theme-sono-light header nav div.absolute *{color:#000!important;background:#fff!important;border:none!important;box-shadow:none!important}.theme-sono-light .lucide-palette,.theme-sono-light .lucide-globe,.theme-sono-light svg[class*=lucide],.theme-sono-light nav svg[class*=lucide],.theme-sono-light header nav svg[class*=lucide]{color:#000!important;fill:none!important;stroke:#000!important}.theme-sono-light nav [class*=theme-nav-text],.theme-sono-light header nav [class*=theme-nav-text],.theme-sono-light nav .theme-nav-text,.theme-sono-light header nav .theme-nav-text{color:#000!important}.theme-sono-light nav div.absolute div.py-1,.theme-sono-light nav div.absolute div.py-1 *,.theme-sono-light nav div.absolute button,.theme-sono-light nav div.absolute button *,.theme-sono-light nav div.absolute div,.theme-sono-light nav div.absolute div *,.theme-sono-light nav div.absolute span,.theme-sono-light header nav div.absolute div.py-1,.theme-sono-light header nav div.absolute div.py-1 *,.theme-sono-light header nav div.absolute button,.theme-sono-light header nav div.absolute button *,.theme-sono-light header nav div.absolute div,.theme-sono-light header nav div.absolute div *,.theme-sono-light header nav div.absolute span{color:#000!important;background:transparent!important;border:none!important;box-shadow:none!important}.theme-sono-light nav div[class*=w-48] button,.theme-sono-light nav div[class*=w-48] button *,.theme-sono-light nav div[class*=w-48] span,.theme-sono-light nav div[class*=w-48] div,.theme-sono-light header nav div[class*=w-48] button,.theme-sono-light header nav div[class*=w-48] button *,.theme-sono-light header nav div[class*=w-48] span,.theme-sono-light header nav div[class*=w-48] div{color:#000!important;background:transparent!important}.theme-sono-light nav div.absolute div.flex,.theme-sono-light nav div.absolute div.flex *,.theme-sono-light nav div.absolute .flex.items-center,.theme-sono-light nav div.absolute .flex.items-center *,.theme-sono-light header nav div.absolute div.flex,.theme-sono-light header nav div.absolute div.flex *,.theme-sono-light header nav div.absolute .flex.items-center,.theme-sono-light header nav div.absolute .flex.items-center *{color:#000!important}body.theme-sono-light nav div.absolute,body.theme-sono-light nav div.absolute *,html.theme-sono-light nav div.absolute,html.theme-sono-light nav div.absolute *,body.theme-sono-light header nav div.absolute,body.theme-sono-light header nav div.absolute *,html.theme-sono-light header nav div.absolute,html.theme-sono-light header nav div.absolute *{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light nav [style*=color],html.theme-sono-light nav [style*=color],body.theme-sono-light header nav [style*=color],html.theme-sono-light header nav [style*=color]{color:#000!important}.theme-sono-light nav div.absolute [class*=theme-text],.theme-sono-light nav div.absolute .theme-text-tertiary,.theme-sono-light nav div.absolute [class*=text-gray],.theme-sono-light nav div.absolute [class*=text-purple],.theme-sono-light header nav div.absolute [class*=theme-text],.theme-sono-light header nav div.absolute .theme-text-tertiary,.theme-sono-light header nav div.absolute [class*=text-gray],.theme-sono-light header nav div.absolute [class*=text-purple]{color:#000!important}.theme-sono-light nav div.absolute .text-purple-500,.theme-sono-light nav div.absolute svg.text-purple-500,.theme-sono-light header nav div.absolute .text-purple-500,.theme-sono-light header nav div.absolute svg.text-purple-500{color:#000!important;stroke:#000!important}.theme-sono-light nav div.absolute svg,.theme-sono-light header nav div.absolute svg{color:#000!important;stroke:#000!important;fill:none!important}.theme-sono-light nav *,.theme-sono-light header nav *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-light nav .theme-text-primary,.theme-sono-light nav .theme-text-secondary,.theme-sono-light nav .theme-text-tertiary,.theme-sono-light nav [class*=theme-text],.theme-sono-light nav [class*=text-],.theme-sono-light header nav .theme-text-primary,.theme-sono-light header nav .theme-text-secondary,.theme-sono-light header nav .theme-text-tertiary,.theme-sono-light header nav [class*=theme-text],.theme-sono-light header nav [class*=text-]{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light nav *,html.theme-sono-light header nav *,body.theme-sono-light nav *,body.theme-sono-light header nav *,.theme-sono-light nav *,.theme-sono-light header nav *{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light nav [style],.theme-sono-light nav [style] *,.theme-sono-light header nav [style],.theme-sono-light header nav [style] *{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light nav .theme-nav-text,html.theme-sono-light header nav .theme-nav-text,body.theme-sono-light nav .theme-nav-text,body.theme-sono-light header nav .theme-nav-text,.theme-sono-light nav .theme-nav-text,.theme-sono-light header nav .theme-nav-text{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light .theme-text-primary,html.theme-sono-light .theme-text-secondary,html.theme-sono-light .theme-text-tertiary,body.theme-sono-light .theme-text-primary,body.theme-sono-light .theme-text-secondary,body.theme-sono-light .theme-text-tertiary{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light nav,.theme-sono-light nav *:not(svg),.theme-sono-light header nav,.theme-sono-light header nav *:not(svg){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-light nav .text-white,.theme-sono-light header nav .text-white,.theme-sono-light nav .text-gray-300,.theme-sono-light header nav .text-gray-300,.theme-sono-light nav .text-gray-400,.theme-sono-light header nav .text-gray-400,.theme-sono-light nav .text-purple-300,.theme-sono-light header nav .text-purple-300,.theme-sono-light nav .text-purple-400,.theme-sono-light header nav .text-purple-400{color:#0f172a!important}.theme-sono-light nav [href*=catalogue],.theme-sono-light nav [href*=marketplace],.theme-sono-light nav [href*=services],.theme-sono-light header nav [href*=catalogue],.theme-sono-light header nav [href*=marketplace],.theme-sono-light header nav [href*=services],.theme-sono-light nav [href*=catalogue] *,.theme-sono-light nav [href*=marketplace] *,.theme-sono-light nav [href*=services] *,.theme-sono-light header nav [href*=catalogue] *,.theme-sono-light header nav [href*=marketplace] *,.theme-sono-light header nav [href*=services] *{color:#0f172a!important}.theme-sono-light .theme-modal-surface{background:#fffffffa!important;border:1px solid #e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-sono-light .theme-modal-overlay{background-color:#0003!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.theme-sono-light .text-success{color:#15803d!important}.theme-sono-light .text-error{color:#dc2626!important}.theme-sono-light .text-warning{color:#d97706!important}.theme-sono-light .text-info{color:#2563eb!important}.theme-sono-light .bg-gray-50,.theme-sono-light .bg-gray-100,.theme-sono-light .bg-gray-200,.theme-sono-light .bg-gray-300,.theme-sono-light .bg-gray-400,.theme-sono-light .bg-gray-500,.theme-sono-light .bg-gray-600,.theme-sono-light .bg-gray-700,.theme-sono-light .bg-gray-800,.theme-sono-light .bg-gray-900,.theme-sono-light [class*="bg-gray-500/"],.theme-sono-light [class*="bg-gray-600/"],.theme-sono-light [class*="bg-gray-700/"],.theme-sono-light [class*="bg-gray-800/"],.theme-sono-light [class*="bg-gray-900/"]{background-color:#f7f7f7!important}.theme-sono-light .text-gray-300,.theme-sono-light .text-gray-400{color:#64748b!important}.theme-sono-light .text-white{color:#0f172a!important}.theme-sono-light .sonosphere-page .text-white{color:#000!important}.theme-sono-light input,.theme-sono-light textarea,.theme-sono-light select{background-color:#fff!important;color:#0f172a!important;border-color:#cbd5e1!important}.theme-sono-light input:focus,.theme-sono-light textarea:focus,.theme-sono-light select:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}.theme-sono-light input::-moz-placeholder,.theme-sono-light textarea::-moz-placeholder{color:#94a3b8!important}.theme-sono-light input::placeholder,.theme-sono-light textarea::placeholder{color:#94a3b8!important}.theme-sono-light .theme-bg-card:hover{box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;transform:translateY(-1px);transition:all .2s ease}.theme-sono-light .bg-purple-600{background-color:#2563eb!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button.text-purple-400.border-b-2.border-purple-400{background-color:#ede9fe!important;color:#5b21b6!important;border-bottom-color:#5b21b6!important;border-radius:.5rem .5rem 0 0!important;padding:.75rem 1rem!important;margin-bottom:-1px!important;position:relative!important;z-index:1!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button.text-gray-400{background-color:#f9fafb!important;color:#6b7280!important;border-radius:.5rem .5rem 0 0!important;padding:.75rem 1rem!important;border:1px solid #E5E7EB!important;border-bottom:none!important;transition:all .2s ease!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav button.text-gray-400:hover{background-color:#f3f4f6!important;color:#4b5563!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-music) svg,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-video) svg,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-image) svg,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-play) svg{color:#3b82f6!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-users) svg,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-user-plus) svg{color:#10b981!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-calendar) svg{color:#f97316!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-message-square) svg,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-message-circle) svg,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-send) svg{color:#7c3aed!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-music,html.theme-sono-light body .theme-bg-card nav button svg.lucide-music,.theme-sono-light .theme-bg-card .border-b nav button .lucide-music,.theme-sono-light .theme-bg-card nav button .lucide-music{color:#5b21b6!important;fill:#5b21b6!important;stroke:#5b21b6!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-user-plus,html.theme-sono-light body .theme-bg-card nav button svg.lucide-user-plus,.theme-sono-light .theme-bg-card .border-b nav button .lucide-user-plus,.theme-sono-light .theme-bg-card nav button .lucide-user-plus{color:#10b981!important;fill:#10b981!important;stroke:#10b981!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-calendar,html.theme-sono-light body .theme-bg-card nav button svg.lucide-calendar,.theme-sono-light .theme-bg-card .border-b nav button .lucide-calendar,.theme-sono-light .theme-bg-card nav button .lucide-calendar{color:#f97316!important;fill:#f97316!important;stroke:#f97316!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-folder,html.theme-sono-light body .theme-bg-card nav button svg.lucide-folder,.theme-sono-light .theme-bg-card .border-b nav button .lucide-folder,.theme-sono-light .theme-bg-card nav button .lucide-folder{color:#3b82f6!important;fill:#3b82f6!important;stroke:#3b82f6!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-message-square,html.theme-sono-light body .theme-bg-card nav button svg.lucide-message-square,.theme-sono-light .theme-bg-card .border-b nav button .lucide-message-square,.theme-sono-light .theme-bg-card nav button .lucide-message-square,html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-message-circle,html.theme-sono-light body .theme-bg-card nav button svg.lucide-message-circle,.theme-sono-light .theme-bg-card .border-b nav button .lucide-message-circle,.theme-sono-light .theme-bg-card nav button .lucide-message-circle{color:#7c3aed!important;fill:#7c3aed!important;stroke:#7c3aed!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-link,html.theme-sono-light body .theme-bg-card nav button svg.lucide-link,.theme-sono-light .theme-bg-card .border-b nav button .lucide-link,.theme-sono-light .theme-bg-card nav button .lucide-link{color:#6b7280!important;fill:#6b7280!important;stroke:#6b7280!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-dollar-sign,html.theme-sono-light body .theme-bg-card nav button svg.lucide-dollar-sign,.theme-sono-light .theme-bg-card .border-b nav button .lucide-dollar-sign,.theme-sono-light .theme-bg-card nav button .lucide-dollar-sign{color:#059669!important;fill:#059669!important;stroke:#059669!important}html.theme-sono-light body .theme-bg-card .border-b.border-gray-700 nav button .lucide-credit-card,html.theme-sono-light body .theme-bg-card nav button svg.lucide-credit-card,.theme-sono-light .theme-bg-card .border-b nav button .lucide-credit-card,.theme-sono-light .theme-bg-card nav button .lucide-credit-card{color:#1e40af!important;fill:#1e40af!important;stroke:#1e40af!important}html.theme-sono-light body .border-gray-700 nav button svg.lucide-music{color:#5b21b6!important;stroke:#5b21b6!important}html.theme-sono-light body .border-gray-700 nav button svg.lucide-user-plus{color:#10b981!important;stroke:#10b981!important}html.theme-sono-light body .border-gray-700 nav button svg.lucide-calendar{color:#f97316!important;stroke:#f97316!important}html.theme-sono-light body .border-gray-700 nav button svg.lucide-folder{color:#3b82f6!important;stroke:#3b82f6!important}html.theme-sono-light body .border-gray-700 nav button svg.lucide-message-square{color:#7c3aed!important;stroke:#7c3aed!important}html.theme-sono-light body .border-gray-700 nav button svg.lucide-link{color:#6b7280!important;stroke:#6b7280!important}html.theme-sono-light body .border-gray-700 nav button svg.lucide-dollar-sign{color:#059669!important;stroke:#059669!important}html.theme-sono-light body .border-gray-700 nav button svg.lucide-credit-card{color:#1e40af!important;stroke:#1e40af!important}.theme-sono-light .theme-bg-card .border-b button svg[data-lucide=music]{color:#5b21b6!important;stroke:#5b21b6!important}.theme-sono-light .theme-bg-card .border-b button svg[data-lucide=user-plus]{color:#10b981!important;stroke:#10b981!important}.theme-sono-light .theme-bg-card .border-b button svg[data-lucide=calendar]{color:#f97316!important;stroke:#f97316!important}.theme-sono-light .theme-bg-card .border-b button svg[data-lucide=folder]{color:#3b82f6!important;stroke:#3b82f6!important}.theme-sono-light .theme-bg-card .border-b button svg[data-lucide=message-square]{color:#7c3aed!important;stroke:#7c3aed!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-link) svg{color:#7b2cbf!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-dollar-sign) svg{color:#059669!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-music)[href*=influences] svg{color:#c2410c!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button:has(.lucide-folder) svg{color:#475569!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700{border-bottom:2px solid #E5E7EB!important;background:linear-gradient(to right,#f9fafb,#fff)!important;padding-top:.5rem!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl .border-b.border-gray-700 nav{gap:.25rem!important}.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl nav button.text-purple-400.border-b-2.border-purple-400 svg{color:#7b2cbf!important}.theme-sono-light .theme-bg-card nav button[class*=text-purple-400][class*=border-purple-400]{background-color:#ede9fe!important;color:#5b21b6!important;border-bottom-color:#5b21b6!important;border-radius:.5rem .5rem 0 0!important;padding:.75rem 1rem!important;margin-bottom:-1px!important;position:relative!important;z-index:1!important}.theme-sono-light .theme-bg-card nav button[class*=text-gray-400]:not([class*=text-purple]){background-color:#f9fafb!important;color:#6b7280!important;border-radius:.5rem .5rem 0 0!important;padding:.75rem 1rem!important;border:1px solid #E5E7EB!important;border-bottom:none!important;transition:all .2s ease!important}.theme-sono-light .theme-bg-card nav button[class*=text-gray-400]:not([class*=text-purple]):hover{background-color:#f3f4f6!important;color:#4b5563!important}.theme-sono-light .fixed.inset-0 .relative{background-color:#fff!important;border:1px solid #e2e8f0!important}.theme-sono-light .text-transparent{color:#0f172a!important}.theme-sono-light .theme-button-primary,.theme-sono-light .theme-button-primary *,.theme-sono-light .theme-button-secondary,.theme-sono-light .theme-button-secondary *,.theme-sono-light button[class*=theme-button],.theme-sono-light button[class*=theme-button] *,.theme-sono-light button[class*=bg-],.theme-sono-light button[class*=bg-] *,.theme-sono-light .bg-purple-600,.theme-sono-light .bg-purple-600 *,.theme-sono-light .bg-blue-600,.theme-sono-light .bg-blue-600 *,.theme-sono-light button[class*=theme-button]:hover,.theme-sono-light button[class*=theme-button]:hover *,.theme-sono-light button[class*=bg-]:hover,.theme-sono-light button[class*=bg-]:hover *{color:#fff!important}.theme-sono-light nav button:not([class*=theme-button]):not([class*=bg-]),.theme-sono-light nav button:not([class*=theme-button]):not([class*=bg-]) *,.theme-sono-light header nav button:not([class*=theme-button]):not([class*=bg-]),.theme-sono-light header nav button:not([class*=theme-button]):not([class*=bg-]) *{color:#0f172a!important}.theme-sono-light nav button:not([class*=theme-button]):not([class*=bg-]):hover,.theme-sono-light nav button:not([class*=theme-button]):not([class*=bg-]):hover *,.theme-sono-light header nav button:not([class*=theme-button]):not([class*=bg-]):hover,.theme-sono-light header nav button:not([class*=theme-button]):not([class*=bg-]):hover *{color:#000!important}.theme-sono-light .bg-purple-600\/30{background-color:#2563eb1a!important;color:#1d4ed8!important}.theme-sono-light .text-purple-300,.theme-sono-light .text-purple-400{color:#2563eb!important}.theme-sono-light .fixed.inset-0 .max-w-7xl h3,.theme-sono-light .fixed.inset-0 h3,body.theme-sono-light .fixed.inset-0 .max-w-7xl h3,body.theme-sono-light .fixed.inset-0 h3,html.theme-sono-light .fixed.inset-0 .max-w-7xl h3,html.theme-sono-light .fixed.inset-0 h3,.theme-sono-light .fixed h3.font-bold,body.theme-sono-light .fixed h3.font-bold,html.theme-sono-light .fixed h3.font-bold,.theme-sono-light .min-h-screen h3,body.theme-sono-light .min-h-screen h3,html.theme-sono-light .min-h-screen h3,html.theme-sono-light h3.text-black,body.theme-sono-light h3.text-black,.theme-sono-light h3.text-black,html.theme-sono-light .text-xl.text-black,body.theme-sono-light .text-xl.text-black,.theme-sono-light .text-xl.text-black,html.theme-sono-light .font-bold.text-black,body.theme-sono-light .font-bold.text-black,.theme-sono-light .font-bold.text-black,.modal-title-purple{color:#6a0dad!important}.theme-sono-light .fixed.inset-0 form label,.theme-sono-light .fixed.inset-0 form p:not([class*=text-red]),.theme-sono-light .fixed.inset-0 form span:not([class*=bg-]):not([class*=text-red]),.theme-sono-light .fixed.inset-0 .text-sm:not([class*=text-red]):not([class*=bg-]){color:#000!important}.theme-sono-light .fixed.inset-0 .text-red-500,.theme-sono-light .fixed.inset-0 span.text-red-500{color:#ef4444!important}.theme-sono-light .fixed.inset-0 input::-moz-placeholder,.theme-sono-light .fixed.inset-0 textarea::-moz-placeholder{color:#00000080!important}.theme-sono-light .fixed.inset-0 input::placeholder,.theme-sono-light .fixed.inset-0 textarea::placeholder{color:#00000080!important}.theme-sono-light .fixed.inset-0 button[type=button]:not([class*=bg-purple]):not([class*=bg-blue]){color:#000!important}.theme-sono-cream .bg-purple-600\/30{background-color:#784b331a!important;color:#784b33!important}.theme-sono-cream .text-purple-300,.theme-sono-cream .text-purple-400{color:#784b33!important}.theme-sono-cream .text-purple-300:hover,.theme-sono-cream .text-purple-400:hover{color:#594448!important}.theme-sono-light span[class*="bg-purple-600/30"]{background-color:#2563eb1a!important;color:#1d4ed8!important;border:1px solid rgba(37,99,235,.2)!important}.theme-sono-light span[class*=text-purple-300],.theme-sono-light span[class*="bg-purple-600/30"] button{color:#2563eb!important}.theme-sono-light span[class*="bg-purple-600/30"] button:hover{color:#1d4ed8!important}.theme-sono-light .text-purple-300{color:#2563eb!important}.theme-sono-light::-webkit-scrollbar{width:8px}.theme-sono-light::-webkit-scrollbar-track{background:#f7f7f7}.theme-sono-light::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.theme-sono-light::-webkit-scrollbar-thumb:hover{background:#94a3b8}html.theme-sono-light nav,html.theme-sono-light nav *,html.theme-sono-light header nav,html.theme-sono-light header nav *,body.theme-sono-light nav,body.theme-sono-light nav *,body.theme-sono-light header nav,body.theme-sono-light header nav *,.theme-sono-light nav,.theme-sono-light nav *,.theme-sono-light header nav,.theme-sono-light header nav *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}html.theme-sono-light nav svg,html.theme-sono-light header nav svg,body.theme-sono-light nav svg,body.theme-sono-light header nav svg,.theme-sono-light nav svg,.theme-sono-light header nav svg{color:#000!important;stroke:#000!important;fill:none!important}.theme-sono-light nav .text-purple-500,.theme-sono-light nav svg.text-purple-500,.theme-sono-light header nav .text-purple-500,.theme-sono-light header nav svg.text-purple-500{color:#000!important;stroke:#000!important}.theme-sono-light nav div.absolute button span,.theme-sono-light nav div.absolute button div span,.theme-sono-light nav div.absolute span,.theme-sono-light header nav div.absolute button span,.theme-sono-light header nav div.absolute button div span,.theme-sono-light header nav div.absolute span{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light nav div.absolute div.flex span,.theme-sono-light nav div.absolute .flex.items-center span,.theme-sono-light header nav div.absolute div.flex span,.theme-sono-light header nav div.absolute .flex.items-center span{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light nav div.absolute button span,html.theme-sono-light nav div.absolute button div span,body.theme-sono-light nav div.absolute button span,body.theme-sono-light nav div.absolute button div span,html.theme-sono-light header nav div.absolute button span,html.theme-sono-light header nav div.absolute button div span,body.theme-sono-light header nav div.absolute button span,body.theme-sono-light header nav div.absolute button div span{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-light nav div[class*=absolute] .text-white,.theme-sono-light nav div[class*=absolute] [style*="color: white"],.theme-sono-light nav div[class*=absolute] [style*="color: #fff"],.theme-sono-light nav div[class*=absolute] [style*="color: #ffffff"],.theme-sono-light header nav div[class*=absolute] .text-white,.theme-sono-light header nav div[class*=absolute] [style*="color: white"],.theme-sono-light header nav div[class*=absolute] [style*="color: #fff"],.theme-sono-light header nav div[class*=absolute] [style*="color: #ffffff"]{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .relative div.absolute button span,.theme-sono-light .relative>div[class*=absolute] button>div>span{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light nav div.absolute *:not(svg),.theme-sono-light header nav div.absolute *:not(svg){color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .hidden.md\\:flex div.relative div.absolute button span,.theme-sono-light .hidden.md\\:flex div.relative div.absolute div span,.theme-sono-light .hidden.md\\:flex div.relative div.absolute span,.theme-sono-light div[class*="hidden md:flex"] div.relative div.absolute button span,.theme-sono-light div[class*="hidden md:flex"] div.relative div.absolute div span,.theme-sono-light div[class*="hidden md:flex"] div.relative div.absolute span{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light div[class*="mx-2 mb-4 p-3"] div.relative div.absolute span,.theme-sono-light div[class*="mx-2 mb-4 p-3"] div.relative div.absolute button span,.theme-sono-light div[class*="mx-2 mb-4 p-3"] div.relative div.absolute div span{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light [class*=absolute][class*=w-48] *:not(svg):not(path),body.theme-sono-light [class*=absolute][class*=w-48] *:not(svg):not(path),.theme-sono-light [class*=absolute][class*=w-48] *:not(svg):not(path){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;opacity:1!important}body.tour-sono-light-white-text.theme-sono-light .tour-highlighted-white-text,body.tour-sono-light-white-text.theme-sono-light .tour-highlighted-white-text *,body.tour-sono-light-white-text.theme-sono-light .tour-highlighted-white-text svg,body.tour-sono-light-white-text.theme-sono-light .tour-highlighted-white-text svg *,body.tour-sono-light-white-text.theme-sono-light .tour-highlighted-white-text .lucide,body.tour-sono-light-white-text.theme-sono-light .tour-highlighted-white-text .lucide *,body.tour-sono-light-white-text.theme-sono-light .tour-highlighted-white-text span,body.tour-sono-light-white-text.theme-sono-light .tour-highlighted-white-text div{color:#000!important;fill:#000!important;stroke:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;opacity:1!important;z-index:10001!important;position:relative!important;background:transparent!important;font-weight:600!important;border:none!important;box-shadow:none!important;filter:none!important}body.guided-tour-active .tour-highlighted-white-text{z-index:10001!important;position:relative!important;background:transparent!important;border:none!important;box-shadow:none!important;animation:none!important;filter:none!important}body.guided-tour-active .tour-highlighted-white-text,body.guided-tour-active .tour-highlighted-white-text *,body.guided-tour-active .tour-highlighted-white-text svg,body.guided-tour-active .tour-highlighted-white-text span{visibility:visible!important;opacity:1!important;z-index:10001!important;position:relative!important;color:#000!important;fill:#000!important;stroke:#000!important;-webkit-text-fill-color:#000000!important;font-weight:600!important;text-shadow:none!important;filter:none!important}@keyframes tour-black-glow{0%{box-shadow:0 0 40px #000c,0 0 20px #0009;filter:brightness(1) contrast(1.5) drop-shadow(0 0 15px rgba(0,0,0,1));text-shadow:0 0 30px rgba(0,0,0,1),0 0 20px rgba(0,0,0,1),0 0 10px rgba(0,0,0,.8)}to{box-shadow:0 0 60px #000,0 0 30px #000000e6;filter:brightness(1.2) contrast(1.8) drop-shadow(0 0 25px rgba(0,0,0,1));text-shadow:0 0 40px rgba(0,0,0,1),0 0 30px rgba(0,0,0,1),0 0 20px rgba(0,0,0,1)}}@keyframes tour-white-glow{0%{box-shadow:0 0 40px #fffc,0 0 20px #fff9;filter:brightness(2) contrast(1.5) drop-shadow(0 0 15px rgba(255,255,255,1));text-shadow:0 0 30px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1),0 0 10px rgba(255,255,255,.8)}to{box-shadow:0 0 60px #fff,0 0 30px #ffffffe6;filter:brightness(2.5) contrast(1.8) drop-shadow(0 0 25px rgba(255,255,255,1));text-shadow:0 0 40px rgba(255,255,255,1),0 0 30px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1)}}.theme-sono-light .sono-percentage-label.text-white,html.theme-sono-light .sono-percentage-label.text-white,body.theme-sono-light .sono-percentage-label.text-white,.theme-sono-light .sono-percentage-label,html.theme-sono-light .sono-percentage-label,body.theme-sono-light .sono-percentage-label{color:#fff!important}.sono-compatibility-percentage{color:#facc15!important}.theme-sono-light .sono-compatibility-percentage,html.theme-sono-light .sono-compatibility-percentage,body.theme-sono-light .sono-compatibility-percentage{color:#fff!important}.theme-sono-light .sono-compatibility-percentage,.theme-sono-light div .sono-compatibility-percentage,.theme-sono-light main .sono-compatibility-percentage,.theme-sono-light section .sono-compatibility-percentage,html.theme-sono-light .sono-compatibility-percentage,html.theme-sono-light div .sono-compatibility-percentage,html.theme-sono-light main .sono-compatibility-percentage,html.theme-sono-light section .sono-compatibility-percentage,body.theme-sono-light .sono-compatibility-percentage,body.theme-sono-light div .sono-compatibility-percentage,body.theme-sono-light main .sono-compatibility-percentage,body.theme-sono-light section .sono-compatibility-percentage{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light nav .sono-compatibility-percentage,.theme-sono-light header nav .sono-compatibility-percentage,html.theme-sono-light nav .sono-compatibility-percentage,html.theme-sono-light header nav .sono-compatibility-percentage,body.theme-sono-light nav .sono-compatibility-percentage,body.theme-sono-light header nav .sono-compatibility-percentage{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .sono-compatibility-badge span,.theme-sono-light .sono-compatibility-badge .sono-compatibility-percentage,html.theme-sono-light .sono-compatibility-badge span,html.theme-sono-light .sono-compatibility-badge .sono-compatibility-percentage,body.theme-sono-light .sono-compatibility-badge span,body.theme-sono-light .sono-compatibility-badge .sono-compatibility-percentage{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light [class*=sono-compatibility-percentage],body.theme-sono-light [class*=sono-compatibility-percentage],.theme-sono-light [class*=sono-compatibility-percentage],html.theme-sono-light .sono-compatibility-percentage,body.theme-sono-light .sono-compatibility-percentage,.theme-sono-light .sono-compatibility-percentage{color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important}.theme-sono-light [class*=bg-purple-600] span,.theme-sono-light [class*=bg-purple] [class*=sono-compatibility],html.theme-sono-light [class*=bg-purple-600] span,html.theme-sono-light [class*=bg-purple] [class*=sono-compatibility],body.theme-sono-light [class*=bg-purple-600] span,body.theme-sono-light [class*=bg-purple] [class*=sono-compatibility]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.sono-compatibility-star{color:#facc15!important}.theme-sono-light .sono-compatibility-star,html.theme-sono-light .sono-compatibility-star,body.theme-sono-light .sono-compatibility-star{color:#fff!important}.theme-sono-light .sono-compatibility-badge svg,.theme-sono-light .sono-compatibility-badge .sono-compatibility-star,html.theme-sono-light .sono-compatibility-badge svg,html.theme-sono-light .sono-compatibility-badge .sono-compatibility-star,body.theme-sono-light .sono-compatibility-badge svg,body.theme-sono-light .sono-compatibility-badge .sono-compatibility-star{color:#fff!important;stroke:#fff!important;fill:currentColor!important}.theme-sono-light [class*=bg-purple],.theme-sono-light [class*=bg-purple] *:not([class*=bg-]),html.theme-sono-light [class*=bg-purple],html.theme-sono-light [class*=bg-purple] *:not([class*=bg-]),body.theme-sono-light [class*=bg-purple],body.theme-sono-light [class*=bg-purple] *:not([class*=bg-]){color:#fff!important}.theme-sono-light .create-folder-modal{background-color:#fff!important;border:1px solid #e2e8f0!important}.theme-sono-light .create-folder-modal .create-folder-title,.theme-sono-light .create-folder-modal .create-folder-label,.theme-sono-light .create-folder-modal .create-folder-path,.theme-sono-light .create-folder-modal h3,.theme-sono-light .create-folder-modal label,.theme-sono-light .create-folder-modal p,html.theme-sono-light .create-folder-modal .create-folder-title,html.theme-sono-light .create-folder-modal .create-folder-label,html.theme-sono-light .create-folder-modal .create-folder-path,html.theme-sono-light .create-folder-modal h3,html.theme-sono-light .create-folder-modal label,html.theme-sono-light .create-folder-modal p,body.theme-sono-light .create-folder-modal .create-folder-title,body.theme-sono-light .create-folder-modal .create-folder-label,body.theme-sono-light .create-folder-modal .create-folder-path,body.theme-sono-light .create-folder-modal h3,body.theme-sono-light .create-folder-modal label,body.theme-sono-light .create-folder-modal p,.theme-sono-light .create-folder-modal [class*=text-white],.theme-sono-light .create-folder-modal [class*=text-gray],html.theme-sono-light .create-folder-modal [class*=text-white],html.theme-sono-light .create-folder-modal [class*=text-gray],body.theme-sono-light .create-folder-modal [class*=text-white],body.theme-sono-light .create-folder-modal [class*=text-gray]{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .create-folder-title,.theme-sono-light .create-folder-label,.theme-sono-light .create-folder-path,html.theme-sono-light .create-folder-title,html.theme-sono-light .create-folder-label,html.theme-sono-light .create-folder-path,body.theme-sono-light .create-folder-title,body.theme-sono-light .create-folder-label,body.theme-sono-light .create-folder-path{color:#000!important}.theme-sono-light .fixed .create-folder-modal,.theme-sono-light .fixed .create-folder-modal *,html.theme-sono-light .fixed .create-folder-modal,html.theme-sono-light .fixed .create-folder-modal *,body.theme-sono-light .fixed .create-folder-modal,body.theme-sono-light .fixed .create-folder-modal *{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .fixed.inset-0 .create-folder-modal h3,.theme-sono-light .fixed.inset-0 .create-folder-modal label,.theme-sono-light .fixed.inset-0 .create-folder-modal p,html.theme-sono-light .fixed.inset-0 .create-folder-modal h3,html.theme-sono-light .fixed.inset-0 .create-folder-modal label,html.theme-sono-light .fixed.inset-0 .create-folder-modal p,body.theme-sono-light .fixed.inset-0 .create-folder-modal h3,body.theme-sono-light .fixed.inset-0 .create-folder-modal label,body.theme-sono-light .fixed.inset-0 .create-folder-modal p{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-light .create-folder-modal.bg-gray-800,.theme-sono-light .create-folder-modal .create-folder-title,.theme-sono-light .create-folder-modal .create-folder-label,.theme-sono-light .create-folder-modal .create-folder-path,html.theme-sono-light .create-folder-modal.bg-gray-800,html.theme-sono-light .create-folder-modal .create-folder-title,html.theme-sono-light .create-folder-modal .create-folder-label,html.theme-sono-light .create-folder-modal .create-folder-path,body.theme-sono-light .create-folder-modal.bg-gray-800,body.theme-sono-light .create-folder-modal .create-folder-title,body.theme-sono-light .create-folder-modal .create-folder-label,body.theme-sono-light .create-folder-modal .create-folder-path{color:#000!important;-webkit-text-fill-color:#000000!important;background-color:#fff!important}.theme-sono-light .create-folder-close,html.theme-sono-light .create-folder-close,body.theme-sono-light .create-folder-close{color:#64748b!important}.theme-sono-light .create-folder-close:hover,html.theme-sono-light .create-folder-close:hover,body.theme-sono-light .create-folder-close:hover{color:#000!important}.theme-sono-light .create-folder-input,html.theme-sono-light .create-folder-input,body.theme-sono-light .create-folder-input{background-color:#f8fafc!important;color:#000!important;border:1px solid #cbd5e1!important}.theme-sono-light .create-folder-input::-moz-placeholder,html.theme-sono-light .create-folder-input::-moz-placeholder,body.theme-sono-light .create-folder-input::-moz-placeholder{color:#64748b!important}.theme-sono-light .create-folder-input::placeholder,html.theme-sono-light .create-folder-input::placeholder,body.theme-sono-light .create-folder-input::placeholder{color:#64748b!important}.theme-sono-light .create-folder-input:focus,html.theme-sono-light .create-folder-input:focus,body.theme-sono-light .create-folder-input:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}.theme-sono-light .create-folder-cancel-btn,html.theme-sono-light .create-folder-cancel-btn,body.theme-sono-light .create-folder-cancel-btn{background-color:#f1f5f9!important;color:#000!important;border:1px solid #cbd5e1!important}.theme-sono-light .create-folder-cancel-btn:hover,html.theme-sono-light .create-folder-cancel-btn:hover,body.theme-sono-light .create-folder-cancel-btn:hover{background-color:#e2e8f0!important;color:#000!important}.theme-sono-light .financial-report-download-btn,.theme-sono-light .financial-report-download-btn *,html.theme-sono-light .financial-report-download-btn,html.theme-sono-light .financial-report-download-btn *,body.theme-sono-light .financial-report-download-btn,body.theme-sono-light .financial-report-download-btn *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .financial-report-text,.theme-sono-light .financial-report-icon,html.theme-sono-light .financial-report-text,html.theme-sono-light .financial-report-icon,body.theme-sono-light .financial-report-text,body.theme-sono-light .financial-report-icon{color:#fff!important;stroke:#fff!important}.theme-sono-light [class*=bg-blue],.theme-sono-light [class*=bg-blue] *:not([class*=bg-]),html.theme-sono-light [class*=bg-blue],html.theme-sono-light [class*=bg-blue] *:not([class*=bg-]),body.theme-sono-light [class*=bg-blue],body.theme-sono-light [class*=bg-blue] *:not([class*=bg-]){color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light [class*=bg-blue] svg,html.theme-sono-light [class*=bg-blue] svg,body.theme-sono-light [class*=bg-blue] svg{color:#fff!important;stroke:#fff!important;fill:currentColor!important}.add-category-plus-icon,.theme-sono-light .add-category-plus-icon,html.theme-sono-light .add-category-plus-icon,body.theme-sono-light .add-category-plus-icon{color:#fff!important;stroke:#fff!important}.theme-sono-light .add-category-btn svg,.theme-sono-light .add-entry-submit-btn svg,html.theme-sono-light .add-category-btn svg,html.theme-sono-light .add-entry-submit-btn svg,body.theme-sono-light .add-category-btn svg,body.theme-sono-light .add-entry-submit-btn svg{color:#fff!important;stroke:#fff!important;fill:currentColor!important}.theme-sono-light .add-entry-plus-icon,.theme-sono-light .add-entry-loader-icon,html.theme-sono-light .add-entry-plus-icon,html.theme-sono-light .add-entry-loader-icon,body.theme-sono-light .add-entry-plus-icon,body.theme-sono-light .add-entry-loader-icon{color:#fff!important;stroke:#fff!important}.theme-sono-light .sono-profile-text,.theme-sono-light .sono-label-text,.theme-sono-light .sono-value-text,.theme-sono-light .sono-stats-title,.theme-sono-light .sono-stats-label,.theme-sono-light .sono-stats-value,.theme-sono-light .profile-info-grid,.theme-sono-light .profile-info-grid *,.theme-sono-light .profile-header-text,html.theme-sono-light .profile-header-text,body.theme-sono-light .profile-header-text,.theme-sono-light .profile-header-text .text-white,html.theme-sono-light .profile-header-text .text-white,body.theme-sono-light .profile-header-text .text-white,.theme-sono-light .profile-header-text .text-gray-300,html.theme-sono-light .profile-header-text .text-gray-300,body.theme-sono-light .profile-header-text .text-gray-300,.theme-sono-light .profile-text-dark,html.theme-sono-light .profile-text-dark,body.theme-sono-light .profile-text-dark{color:#000!important}.theme-sono-light .profile-text-label,html.theme-sono-light .profile-text-label,body.theme-sono-light .profile-text-label{color:#000!important;font-weight:600!important}.theme-sono-light .profile-text-value,html.theme-sono-light .profile-text-value,body.theme-sono-light .profile-text-value{color:#000!important}.theme-sono-light .profile-header-text svg,.theme-sono-light .profile-info-grid svg,html.theme-sono-light .profile-header-text svg,html.theme-sono-light .profile-info-grid svg,body.theme-sono-light .profile-header-text svg,body.theme-sono-light .profile-info-grid svg{color:#000!important;fill:#000!important}.theme-sono-light .profile-header-text .text-white,.theme-sono-light .profile-header-text h2.text-white,.theme-sono-light .sono-stats-section .text-white,.theme-sono-light .sono-stats-value.text-white,html.theme-sono-light .profile-header-text .text-white,html.theme-sono-light .profile-header-text h2.text-white,html.theme-sono-light .sono-stats-section .text-white,html.theme-sono-light .sono-stats-value.text-white,.theme-sono-light .profile-info-grid .text-purple-300,.theme-sono-light .sono-label-text.text-purple-300,.theme-sono-light .sono-stats-title.text-purple-400,html.theme-sono-light .profile-info-grid .text-purple-300,html.theme-sono-light .sono-label-text.text-purple-300,html.theme-sono-light .sono-stats-title.text-purple-400,.theme-sono-light .profile-info-grid .text-gray-300,.theme-sono-light .sono-stats-label.text-gray-400,html.theme-sono-light .profile-info-grid .text-gray-300,html.theme-sono-light .sono-stats-label.text-gray-400,.theme-sono-light .profile-header-text h2,.theme-sono-light .profile-text-dark,.theme-sono-light .profile-header-text .text-gray-300,html.theme-sono-light .profile-header-text h2,html.theme-sono-light .profile-text-dark,html.theme-sono-light .profile-header-text .text-gray-300,.theme-sono-light .sono-light-header,.theme-sono-light .sono-light-username,.theme-sono-light .sono-light-edit-icon,.theme-sono-light .sono-light-info,.theme-sono-light .sono-light-label,.theme-sono-light .sono-light-value,.theme-sono-light .sono-light-stats,.theme-sono-light .sono-light-stats-title,.theme-sono-light .sono-light-stats-label,.theme-sono-light .sono-light-stats-value{color:#000!important}.theme-sono-light svg.text-purple-400{color:#c084fc!important}.theme-sono-light svg.text-blue-400{color:#60a5fa!important}.theme-sono-light svg.text-green-400{color:#4ade80!important}.theme-sono-light svg.text-orange-400{color:#fb923c!important}.theme-sono-light .sono-light-header .sono-light-stats-icon.text-purple-400{color:#c084fc!important;fill:none!important;stroke:currentColor!important}.theme-sono-light .sono-light-header .sono-light-stats-icon.text-blue-400{color:#60a5fa!important;fill:none!important;stroke:currentColor!important}.theme-sono-light .sono-light-header .sono-light-stats-icon.text-green-400{color:#4ade80!important;fill:none!important;stroke:currentColor!important}.theme-sono-light .sono-light-header .sono-light-stats-icon.text-orange-400{color:#fb923c!important;fill:none!important;stroke:currentColor!important}.theme-sono-light .sono-stats-section [data-lucide=eye].sono-light-stats-icon{color:#c084fc!important;fill:none!important;stroke:currentColor!important}.theme-sono-light .sono-stats-section [data-lucide=users].sono-light-stats-icon{color:#60a5fa!important;fill:none!important;stroke:currentColor!important}.theme-sono-light .sono-stats-section [data-lucide=upload].sono-light-stats-icon{color:#4ade80!important;fill:none!important;stroke:currentColor!important}.theme-sono-light .sono-stats-section [data-lucide=calendar].sono-light-stats-icon{color:#fb923c!important;fill:none!important;stroke:currentColor!important}.theme-sono-light .profile-header-text span,.theme-sono-light .profile-info-grid span,.theme-sono-light .sono-stats-section span,.theme-sono-light .sono-stats-section h3,html.theme-sono-light .profile-header-text span,html.theme-sono-light .profile-info-grid span,html.theme-sono-light .sono-stats-section span,html.theme-sono-light .sono-stats-section h3,body.theme-sono-light .profile-header-text span,body.theme-sono-light .profile-info-grid span,body.theme-sono-light .sono-stats-section span,body.theme-sono-light .sono-stats-section h3,.theme-sono-light .bg-black\/20 .text-white,.theme-sono-light .bg-black\/20 .text-gray-300,.theme-sono-light .bg-black\/20 .text-purple-300,.theme-sono-light .bg-black\/20 .text-purple-400,.theme-sono-light .bg-black\/20 .text-gray-400,.theme-sono-light .bg-black\/20 .font-semibold,.theme-sono-light .bg-black\/20 .font-bold,body.theme-sono-light .bg-black\/20 .text-white,body.theme-sono-light .bg-black\/20 .text-gray-300,body.theme-sono-light .bg-black\/20 .text-purple-300,body.theme-sono-light .bg-black\/20 .text-purple-400,body.theme-sono-light .bg-black\/20 .text-gray-400,body.theme-sono-light .bg-black\/20 .font-semibold,body.theme-sono-light .bg-black\/20 .font-bold,.theme-sono-light .backdrop-blur-sm span.font-semibold,.theme-sono-light .backdrop-blur-sm div.text-xl,.theme-sono-light .backdrop-blur-sm div.text-2xl,.theme-sono-light .backdrop-blur-sm span.text-xs,.theme-sono-light .backdrop-blur-sm span.text-sm,.theme-sono-light .backdrop-blur-sm h3.text-lg,.theme-sono-light .backdrop-blur-sm h3.text-xl,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl,.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl *,body.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl,body.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl *,html.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl,html.theme-sono-light .bg-black\/20.backdrop-blur-sm.rounded-xl *,.theme-sono-light [class*="bg-black/20"] span,.theme-sono-light [class*="bg-black/20"] div,.theme-sono-light [class*="bg-black/20"] h2,.theme-sono-light [class*="bg-black/20"] h3,.theme-sono-light [class*="bg-black/20"] h4,body.theme-sono-light [class*="bg-black/20"] span,body.theme-sono-light [class*="bg-black/20"] div,body.theme-sono-light [class*="bg-black/20"] h2,body.theme-sono-light [class*="bg-black/20"] h3,body.theme-sono-light [class*="bg-black/20"] h4{color:#000!important}.theme-sono-light .bg-gray-900\/50,.theme-sono-light .bg-gray-900\/50.backdrop-blur-sm{background-color:#f9fafb!important;border:1px solid #E5E7EB!important}.theme-sono-light .bg-gray-900\/50 .text-white,.theme-sono-light .bg-gray-900\/50 h2{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .bg-gray-900\/50 *[style*=background],.theme-sono-light .bg-gray-900\/50 *[class*=purple],.theme-sono-light .bg-gray-900\/50 *[class*=bg-purple],.theme-sono-light .bg-gray-900\/50 button,.theme-sono-light .bg-gray-900\/50 label,.theme-sono-light .bg-gray-900\/50 div{background-color:#f9fafb!important;background:#f9fafb!important;border:1px solid #E5E7EB!important;color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .bg-gray-900\/50 span,.theme-sono-light .bg-gray-900\/50 p,.theme-sono-light .bg-gray-900\/50 h1,.theme-sono-light .bg-gray-900\/50 h2,.theme-sono-light .bg-gray-900\/50 h3,.theme-sono-light .bg-gray-900\/50 h4{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .bg-gray-900\/50 button span.font-medium,.theme-sono-light .bg-gray-900\/50 button[class*=w-full] span,.theme-sono-light .bg-gray-900\/50 .font-medium{color:#000!important;-webkit-text-fill-color:#000000!important;font-weight:600!important;display:block!important;visibility:visible!important;opacity:1!important}.theme-sono-light .bg-gray-900\/50 button[class*=w-full][class*=flex][class*=items-center]{background-color:#f9fafb!important;border:1px solid #E5E7EB!important;color:#000!important;visibility:visible!important;display:flex!important;opacity:1!important}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.text-white,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.text-white,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button,html.theme-sono-light body .bg-gray-900\/50 button.text-white,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.text-white span.font-medium,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button span.font-medium,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button span,html.theme-sono-light body .bg-gray-900\/50 span.font-medium{color:#000!important}html.theme-sono-light body .bg-gray-900\/50 .mb-4 button.w-full.flex.items-center.justify-between.p-2.text-white svg,html.theme-sono-light body .bg-gray-900\/50 .mb-4 button svg{color:#000!important;stroke:#000!important;fill:#000!important}html.theme-sono-light body .bg-gray-900\/50 .text-white,html.theme-sono-light body .bg-gray-900\/50 *{color:#000!important}@media (min-width: 768px){body.theme-sono-light .bg-gray-900\/50{display:block!important;opacity:1!important;visibility:visible!important;max-height:none!important}}body.theme-sono-light .bg-gray-900\/50 .mb-4 button.text-white,body.theme-sono-light .bg-gray-900\/50 .mb-4 button,body.theme-sono-light .bg-gray-900\/50 button.w-full.text-white,body.theme-sono-light .bg-gray-900\/50 .mb-4 button span,body.theme-sono-light .bg-gray-900\/50 .mb-4 button span.font-medium{color:#000!important}body.theme-sono-light .bg-gray-900\/50 .mb-4 button svg{color:#000!important;fill:currentColor!important}.theme-sono-light button[class*=bg-purple]:not(.bg-gray-900\/50 button),.theme-sono-light .musician-card button[class*=bg-purple],.theme-sono-light [class*=grid] button[class*=bg-purple]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light button[class*=bg-purple]:not(.bg-gray-900\/50 button) span,.theme-sono-light .musician-card button[class*=bg-purple] span,.theme-sono-light [class*=grid] button[class*=bg-purple] span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-light .bg-gray-900\/50 .filter-category-button,.theme-sono-light .bg-gray-900\/50 button.filter-category-button,html.theme-sono-light .bg-gray-900\/50 .filter-category-button,html.theme-sono-light .bg-gray-900\/50 button.filter-category-button,body.theme-sono-light .bg-gray-900\/50 .filter-category-button,body.theme-sono-light .bg-gray-900\/50 button.filter-category-button{color:#000!important;-webkit-text-fill-color:#000000!important}.theme-sono-light .bg-gray-900\/50 .filter-category-title,.theme-sono-light .bg-gray-900\/50 span.filter-category-title,html.theme-sono-light .bg-gray-900\/50 .filter-category-title,html.theme-sono-light .bg-gray-900\/50 span.filter-category-title,body.theme-sono-light .bg-gray-900\/50 .filter-category-title,body.theme-sono-light .bg-gray-900\/50 span.filter-category-title{color:#000!important;-webkit-text-fill-color:#000000!important;font-weight:600!important}.theme-sono-light .bg-gray-900\/50 .filter-category-button svg,html.theme-sono-light .bg-gray-900\/50 .filter-category-button svg,body.theme-sono-light .bg-gray-900\/50 .filter-category-button svg{color:#000!important;stroke:#000!important;fill:#000!important}.theme-sono-light button .text-red-500 svg,.theme-sono-light .text-red-500 svg,.theme-sono-light svg.text-red-500,html.theme-sono-light button .text-red-500 svg,html.theme-sono-light .text-red-500 svg,html.theme-sono-light svg.text-red-500,body.theme-sono-light button .text-red-500 svg,body.theme-sono-light .text-red-500 svg,body.theme-sono-light svg.text-red-500{color:#ef4444!important;fill:#ef4444!important;stroke:#ef4444!important}.theme-sono-light .fill-current.text-red-500,.theme-sono-light .text-red-500.fill-current,html.theme-sono-light .fill-current.text-red-500,html.theme-sono-light .text-red-500.fill-current,body.theme-sono-light .fill-current.text-red-500,body.theme-sono-light .text-red-500.fill-current{color:#ef4444!important;fill:#ef4444!important}.theme-sono-light button svg[data-lucide=heart].text-red-500,.theme-sono-light svg[data-lucide=heart].text-red-500,.theme-sono-light .lucide-heart.text-red-500,html.theme-sono-light button svg[data-lucide=heart].text-red-500,html.theme-sono-light svg[data-lucide=heart].text-red-500,html.theme-sono-light .lucide-heart.text-red-500,body.theme-sono-light button svg[data-lucide=heart].text-red-500,body.theme-sono-light svg[data-lucide=heart].text-red-500,body.theme-sono-light .lucide-heart.text-red-500{color:#ef4444!important;fill:#ef4444!important;stroke:#ef4444!important}.theme-sono-light .bg-purple-500\/20.text-purple-400,.theme-sono-light .bg-purple-500\/20.text-purple-300,.theme-sono-light span[class*="bg-purple-500/20"][class*=text-purple-400],.theme-sono-light span[class*="bg-purple-500/20"][class*=text-purple-300],html.theme-sono-light .bg-purple-500\/20.text-purple-400,html.theme-sono-light .bg-purple-500\/20.text-purple-300,html.theme-sono-light span[class*="bg-purple-500/20"][class*=text-purple-400],html.theme-sono-light span[class*="bg-purple-500/20"][class*=text-purple-300]{background-color:#7c3aed!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;border-color:#7c3aed!important}html.theme-sono-light body main div[class*=max-w-7xl] div[class*=grid] div[class*=theme-bg-card] span[class*=bg-gray-700][class*=rounded-full],html.theme-sono-light body main div[class*=max-w-7xl] span[class*=bg-gray-700][class*=rounded-full][class*=text-xs],html.theme-sono-light body div[class*=theme-bg-card] span[class*=bg-gray-700][class*=rounded-full][class*=px-2][class*="py-0.5"],.theme-sono-light main div[class*=theme-bg-card] div[class*=group] span[class*=bg-gray-700][class*=rounded-full]{background-color:#7c3aed!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important}html.theme-sono-light body main div[class*=theme-bg-card] span[class*=text-gray-300],html.theme-sono-light body div[class*=theme-bg-card] span[class*=text-gray-300][class*=rounded-full],.theme-sono-light main div[class*=theme-bg-card] span[class*=text-gray-300]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light body main .bg-gray-700,html.theme-sono-light body main [class*=bg-gray-700]{background-color:#7c3aed!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light body main .text-gray-300,html.theme-sono-light body main [class*=text-gray-300]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html.theme-sono-light .theme-bg-card .bg-purple-600\/30,html.theme-sono-light .theme-bg-card .bg-blue-600\/20,html.theme-sono-light .theme-bg-card .bg-green-600\/20,html.theme-sono-light .theme-bg-card .bg-orange-600\/20,html.theme-sono-light [class*="bg-purple-600/30"],html.theme-sono-light [class*="bg-purple-600/20"],html.theme-sono-light [class*="bg-blue-600/20"],html.theme-sono-light [class*="bg-green-600/20"],html.theme-sono-light [class*="bg-orange-600/20"]{background-color:#a855f7e6!important;color:#fff!important;border-color:#a855f7!important}html.theme-sono-light .theme-bg-card div.inline-flex.items-center.px-4.py-2.bg-purple-600\/30,html.theme-sono-light div.inline-flex.items-center.px-4.py-2.bg-purple-600\/30.rounded-xl.text-purple-300{background-color:#a855f7e6!important;color:#fff!important;border-color:#a855f7!important;-webkit-text-fill-color:white!important}html.theme-sono-light .theme-bg-card span[class*=text-purple-],html.theme-sono-light .theme-bg-card span[class*=text-blue-],html.theme-sono-light .theme-bg-card span[class*=text-green-],html.theme-sono-light .theme-bg-card span[class*=text-orange-],html.theme-sono-light .theme-bg-card div[class*=text-purple-],html.theme-sono-light span.text-purple-300,html.theme-sono-light span.text-blue-300,html.theme-sono-light span.text-green-300,html.theme-sono-light span.text-orange-300,html.theme-sono-light div.text-purple-300,html.theme-sono-light .bg-purple-600\/30.text-purple-300,html.theme-sono-light .rounded-xl.text-purple-300,html.theme-sono-light [class*="bg-purple-600/30"][class*=text-purple-300]{color:#fff!important;-webkit-text-fill-color:white!important}html.theme-sono-light .theme-bg-card .grid.grid-cols-2.lg\\:grid-cols-4 .text-gray-300,html.theme-sono-light .theme-bg-card .grid .text-xs.sm\\:text-sm.text-gray-300,html.theme-sono-light .theme-bg-card .bg-gradient-to-br .text-gray-300{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-purple-500\/10 .text-gray-300,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-blue-500\/10 .text-gray-300,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-green-500\/10 .text-gray-300,html.theme-sono-light .theme-bg-card .bg-gradient-to-br.from-orange-500\/10 .text-gray-300{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light .bg-gray-700\/50,html.theme-sono-light .bg-gray-800\/50{background-color:#1f293780!important}html.theme-sono-light .border-gray-600\/50,html.theme-sono-light .border-gray-700\/50{border-color:#4b556380!important}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50{background:#f9fafb!important;border:1px solid #E5E7EB!important}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/30.to-gray-900\/30{background:#f3f4f6!important;border:1px solid #D1D5DB!important}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50.border.border-gray-700\/50,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/30.to-gray-900\/30.border.border-gray-700\/30{border-color:#e5e7eb!important}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 *,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 h1,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 h2,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 h3,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 h4,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 p,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 span,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 div,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .text-white,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .text-gray-300,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .text-gray-400,html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 .text-purple-400{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light .bg-gradient-to-br.from-gray-800\/50.to-gray-900\/50 svg{color:#000!important;fill:none!important;stroke:#000!important}html .sonoverse-page .sono-sphere-recruitment-post,html.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post,html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post,.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post,body.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post,.sonoverse-page .sono-sphere-recruitment-post{background:inherit!important;background-color:inherit!important;border:inherit!important;box-shadow:inherit!important}html .sonoverse-page .sono-sphere-recruitment-post>div,html.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post>div,html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post>div,.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post>div,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post>div,body.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post>div,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post>div,.sonoverse-page .sono-sphere-recruitment-post>div{background-color:inherit!important;border-color:inherit!important}html .sonoverse-page .sono-sphere-recruitment-post .theme-text-primary,html.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-text-primary,html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-text-primary,.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-text-primary,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-text-primary,body.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-text-primary,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-text-primary,.sonoverse-page .sono-sphere-recruitment-post .theme-text-primary,html .sonoverse-page .sono-sphere-recruitment-post .theme-text-secondary,html.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-text-secondary,html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-text-secondary,.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-text-secondary,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-text-secondary,body.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-text-secondary,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-text-secondary,.sonoverse-page .sono-sphere-recruitment-post .theme-text-secondary{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.sonoverse-page .sono-sphere-recruitment-post button[class*=buttonPrimary]:hover{background-color:#553c9a!important;color:#fff!important}html .sonoverse-page .sono-sphere-recruitment-post .theme-button-primary:hover span,html.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-button-primary:hover span,html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-button-primary:hover span,.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-button-primary:hover span,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-button-primary:hover span,body.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .theme-button-primary:hover span,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .theme-button-primary:hover span,.sonoverse-page .sono-sphere-recruitment-post .theme-button-primary:hover span,.sonoverse-page .sono-sphere-recruitment-post button[class*=buttonPrimary]:hover span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html .sonoverse-page .sono-sphere-recruitment-post svg,html.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post svg,html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post svg,.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post svg,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post svg,body.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post svg,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post svg,.sonoverse-page .sono-sphere-recruitment-post svg{color:#fff!important;stroke:#fff!important}body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post svg,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post svg,html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post svg{color:#4b5563!important;stroke:#4b5563!important}html .sonoverse-page .sono-sphere-recruitment-post .flex-wrap span,html.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .flex-wrap span,.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .flex-wrap span,body.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .flex-wrap span,.sonoverse-page .sono-sphere-recruitment-post .flex-wrap span{background-color:#6b46c14d!important;border-color:#6b46c1!important;color:#fff!important}html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .flex-wrap span,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .flex-wrap span,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .flex-wrap span{background-color:#f3e8ff!important;border-color:#6b46c1!important;color:#1f2937!important}html.theme-dark .sonoverse-page .sono-sphere-recruitment-post .border-t,.theme-dark .sonoverse-page .sono-sphere-recruitment-post .border-t,body.theme-dark .sonoverse-page .sono-sphere-recruitment-post .border-t,html.theme-sono-pulse .sonoverse-page .sono-sphere-recruitment-post .border-t,.theme-sono-pulse .sonoverse-page .sono-sphere-recruitment-post .border-t,body.theme-sono-pulse .sonoverse-page .sono-sphere-recruitment-post .border-t{background-color:#1a1a1a!important;border-color:#333!important}html.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .border-t,.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .border-t,body.theme-sono-light .sonoverse-page .sono-sphere-recruitment-post .border-t,html.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .border-t,.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .border-t,body.theme-sono-cream .sonoverse-page .sono-sphere-recruitment-post .border-t{background:transparent!important;border-color:#e5e7eb!important}.sonoverse-page div[class*=rounded-2xl]:has(span:contains("recruitment")){background:inherit!important;border:inherit!important}.sonoverse-page div[class*=rounded-2xl]:has(span:contains("recruitment")) *{color:inherit!important}.sonoverse-page div[class*=rounded-2xl]:has(span:contains("recruitment")) button[class*=buttonPrimary] span{color:inherit!important}.sonoverse-page div[class*=rounded-2xl]:has(.lucide-user-plus),.sonoverse-page div[class*=rounded-2xl]:has(svg[data-lucide=user-plus]){background:inherit!important;border:inherit!important}.sonoverse-page div[class*=rounded-2xl]:has(.lucide-user-plus) *,.sonoverse-page div[class*=rounded-2xl]:has(svg[data-lucide=user-plus]) *{color:inherit!important;-webkit-text-fill-color:inherit!important}.sonoverse-page div[class*=rounded-2xl]:has(.lucide-user-plus) button span,.sonoverse-page div[class*=rounded-2xl]:has(svg[data-lucide=user-plus]) button span{color:inherit!important;-webkit-text-fill-color:inherit!important}.sono-sphere-recruitment-post{background:inherit!important;background-color:inherit!important;border:inherit!important}.sono-sphere-recruitment-post *,.sono-sphere-recruitment-post button span{color:inherit!important}div:has(svg[data-lucide=user-plus]){background:inherit!important;background-color:inherit!important;border:inherit!important}div:has(svg[data-lucide=user-plus]) *{color:inherit!important}.sono-sphere-recruitment-post,[class*=sono-sphere-recruitment-post]{background:inherit!important}.sono-sphere-recruitment-post *,[class*=sono-sphere-recruitment-post] *,.sono-sphere-recruitment-post button *,[class*=sono-sphere-recruitment-post] button *{color:inherit!important}.sono-sphere-recruitment-post.theme-bg-card{background:inherit!important;border:inherit!important}.sono-sphere-recruitment-post .theme-text-primary,.sono-sphere-recruitment-post .theme-text-secondary,.sono-sphere-recruitment-post .theme-text-tertiary,.sono-sphere-recruitment-post .theme-button-primary span{color:inherit!important}.sonoverse-title{color:#8b5cf6!important;display:block!important;visibility:visible!important;opacity:1!important}.sonoverse-subtitle{color:#1f2937!important;display:block!important;visibility:visible!important;opacity:1!important}[data-theme=sono-dark] .sonoverse-subtitle,[data-theme=sono-space] .sonoverse-subtitle{color:#f9fafb!important}.sonoverse-page .sonoverse-title,.theme-sono-light .sonoverse-title,[class*=sono-light] .sonoverse-title{color:#8b5cf6!important}.sonoverse-page .sonoverse-subtitle,.theme-sono-light .sonoverse-subtitle,[class*=sono-light] .sonoverse-subtitle{color:#374151!important}.theme-sono-dark .sonoverse-subtitle,[class*=sono-dark] .sonoverse-subtitle,.theme-sono-space .sonoverse-subtitle,[class*=sono-space] .sonoverse-subtitle{color:#f9fafb!important}body.theme-sono-light h1.catalogue-page-title-sono-light,html.theme-sono-light h1.catalogue-page-title-sono-light,.theme-sono-light h1.catalogue-page-title-sono-light{color:#9333ea!important;-webkit-text-fill-color:#9333ea!important;text-shadow:none!important;background:transparent!important;background-clip:unset!important;-webkit-background-clip:unset!important;background-image:none!important;opacity:1!important}body.theme-sono-light .sono-light-connection-counter,html.theme-sono-light .sono-light-connection-counter,.theme-sono-light .sono-light-connection-counter{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;opacity:1!important;font-weight:600!important}body.theme-sono-light .sono-light-filter-button,html.theme-sono-light .sono-light-filter-button,.theme-sono-light .sono-light-filter-button,body.theme-sono-light button.sono-light-filter-button,html.theme-sono-light button.sono-light-filter-button,.theme-sono-light button.sono-light-filter-button,body.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]),html.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]),.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .sono-light-filter-button svg,html.theme-sono-light .sono-light-filter-button svg,.theme-sono-light .sono-light-filter-button svg,body.theme-sono-light button.sono-light-filter-button svg,html.theme-sono-light button.sono-light-filter-button svg,.theme-sono-light button.sono-light-filter-button svg,body.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]) svg,html.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]) svg,.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]) svg{color:#000!important;fill:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .sono-light-filter-button span,html.theme-sono-light .sono-light-filter-button span,.theme-sono-light .sono-light-filter-button span,body.theme-sono-light button.sono-light-filter-button span,html.theme-sono-light button.sono-light-filter-button span,.theme-sono-light button.sono-light-filter-button span,body.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]) span,html.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]) span,.theme-sono-light [class*="flex flex-wrap justify-center"] button:not([class*="bg-gradient-to-r from-purple-600 to-blue-600"]) span{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .text-indigo-300,html.theme-sono-light .text-indigo-300,.theme-sono-light .text-indigo-300,body.theme-sono-light span.text-indigo-300,html.theme-sono-light span.text-indigo-300,.theme-sono-light span.text-indigo-300,body.theme-dark .musician-card .flex.flex-wrap.justify-center span.text-indigo-300,html.theme-dark .musician-card .flex.flex-wrap.justify-center span.text-indigo-300,.theme-dark .musician-card .flex.flex-wrap.justify-center span.text-indigo-300,body.theme-dark .flex.flex-wrap.justify-center.gap-1 span.text-indigo-300,html.theme-dark .flex.flex-wrap.justify-center.gap-1 span.text-indigo-300,.theme-dark .flex.flex-wrap.justify-center.gap-1 span.text-indigo-300{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .fixed.inset-0.z-50 .bg-white h2,html.theme-sono-light .fixed.inset-0.z-50 .bg-white h2,.theme-sono-light .fixed.inset-0.z-50 .bg-white h2,body.theme-sono-light .fixed.inset-0.z-50 .bg-white p,html.theme-sono-light .fixed.inset-0.z-50 .bg-white p,.theme-sono-light .fixed.inset-0.z-50 .bg-white p,body.theme-sono-light .fixed.inset-0.z-50 .bg-white label,html.theme-sono-light .fixed.inset-0.z-50 .bg-white label,.theme-sono-light .fixed.inset-0.z-50 .bg-white label,body.theme-sono-light .fixed.inset-0.z-50 .bg-white div,html.theme-sono-light .fixed.inset-0.z-50 .bg-white div,.theme-sono-light .fixed.inset-0.z-50 .bg-white div,body.theme-sono-light .fixed.inset-0.z-50 .bg-white span:not([class*=text-purple]):not([class*=text-green]):not([class*=text-red]),html.theme-sono-light .fixed.inset-0.z-50 .bg-white span:not([class*=text-purple]):not([class*=text-green]):not([class*=text-red]),.theme-sono-light .fixed.inset-0.z-50 .bg-white span:not([class*=text-purple]):not([class*=text-green]):not([class*=text-red]){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;opacity:1!important}body.theme-sono-light .fixed.inset-0 .bg-black.bg-opacity-80 .bg-white,html.theme-sono-light .fixed.inset-0 .bg-black.bg-opacity-80 .bg-white,.theme-sono-light .fixed.inset-0 .bg-black.bg-opacity-80 .bg-white{color:#000!important}body.theme-sono-light .fixed.inset-0 .bg-black.bg-opacity-80 .bg-white *:not(button):not(input):not(svg),html.theme-sono-light .fixed.inset-0 .bg-black.bg-opacity-80 .bg-white *:not(button):not(input):not(svg),.theme-sono-light .fixed.inset-0 .bg-black.bg-opacity-80 .bg-white *:not(button):not(input):not(svg){color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .text-gray-900,html.theme-sono-light .text-gray-900,.theme-sono-light .text-gray-900,body.theme-sono-light .text-gray-600,html.theme-sono-light .text-gray-600,.theme-sono-light .text-gray-600,body.theme-sono-light .text-gray-700,html.theme-sono-light .text-gray-700,.theme-sono-light .text-gray-700,body.theme-sono-light .text-gray-500,html.theme-sono-light .text-gray-500,.theme-sono-light .text-gray-500{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .bg-white.rounded-2xl h2,html.theme-sono-light .bg-white.rounded-2xl h2,.theme-sono-light .bg-white.rounded-2xl h2,body.theme-sono-light .bg-white.rounded-2xl p,html.theme-sono-light .bg-white.rounded-2xl p,.theme-sono-light .bg-white.rounded-2xl p,body.theme-sono-light .bg-white.rounded-2xl label,html.theme-sono-light .bg-white.rounded-2xl label,.theme-sono-light .bg-white.rounded-2xl label,body.theme-sono-light .bg-white.rounded-2xl div:not([class*=bg-gradient]):not([class*=bg-purple]):not([class*=bg-gray]),html.theme-sono-light .bg-white.rounded-2xl div:not([class*=bg-gradient]):not([class*=bg-purple]):not([class*=bg-gray]),.theme-sono-light .bg-white.rounded-2xl div:not([class*=bg-gradient]):not([class*=bg-purple]):not([class*=bg-gray]){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;opacity:1!important}body.theme-sono-light .sono-light-modal-container,html.theme-sono-light .sono-light-modal-container,.theme-sono-light .sono-light-modal-container{background-color:#fff!important;color:#000!important}body.theme-sono-light .sono-light-modal-container h2,html.theme-sono-light .sono-light-modal-container h2,.theme-sono-light .sono-light-modal-container h2,body.theme-sono-light .sono-light-modal-container p,html.theme-sono-light .sono-light-modal-container p,.theme-sono-light .sono-light-modal-container p,body.theme-sono-light .sono-light-modal-container label,html.theme-sono-light .sono-light-modal-container label,.theme-sono-light .sono-light-modal-container label,body.theme-sono-light .sono-light-modal-container span:not(.text-purple-400):not(.text-green-600):not(.text-red-500):not(.text-purple-700):not(.text-purple-500),html.theme-sono-light .sono-light-modal-container span:not(.text-purple-400):not(.text-green-600):not(.text-red-500):not(.text-purple-700):not(.text-purple-500),.theme-sono-light .sono-light-modal-container span:not(.text-purple-400):not(.text-green-600):not(.text-red-500):not(.text-purple-700):not(.text-purple-500),body.theme-sono-light .sono-light-modal-container div:not([class*=bg-gradient]):not([class*=bg-purple]):not([class*=bg-gray]):not([class*=bg-green]):not([class*=bg-red]),html.theme-sono-light .sono-light-modal-container div:not([class*=bg-gradient]):not([class*=bg-purple]):not([class*=bg-gray]):not([class*=bg-green]):not([class*=bg-red]),.theme-sono-light .sono-light-modal-container div:not([class*=bg-gradient]):not([class*=bg-purple]):not([class*=bg-gray]):not([class*=bg-green]):not([class*=bg-red]){color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;opacity:1!important}body.theme-sono-light .marketplace-gears-options,body.theme-sono-light .marketplace-gears-options *,body.theme-sono-light .marketplace-gears-options span,body.theme-sono-light .marketplace-gears-options button,body.theme-sono-light .marketplace-gears-options div,body.theme-sono-light .marketplace-gears-options h2,body.theme-sono-light .marketplace-gears-options h3,body.theme-sono-light .marketplace-gears-options p,html.theme-sono-light .marketplace-gears-options,html.theme-sono-light .marketplace-gears-options *,html.theme-sono-light .marketplace-gears-options span,html.theme-sono-light .marketplace-gears-options button,html.theme-sono-light .marketplace-gears-options div,html.theme-sono-light .marketplace-gears-options h2,html.theme-sono-light .marketplace-gears-options h3,html.theme-sono-light .marketplace-gears-options p,.theme-sono-light .marketplace-gears-options,.theme-sono-light .marketplace-gears-options *,.theme-sono-light .marketplace-gears-options span,.theme-sono-light .marketplace-gears-options button,.theme-sono-light .marketplace-gears-options div,.theme-sono-light .marketplace-gears-options h2,.theme-sono-light .marketplace-gears-options h3,.theme-sono-light .marketplace-gears-options p{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;opacity:1!important;background:transparent!important;background-image:none!important;background-clip:unset!important;-webkit-background-clip:unset!important}body.theme-sono-light .marketplace-gears-options .text-gray-300,body.theme-sono-light .marketplace-gears-options .text-gray-400,body.theme-sono-light .marketplace-gears-options .text-white,html.theme-sono-light .marketplace-gears-options .text-gray-300,html.theme-sono-light .marketplace-gears-options .text-gray-400,html.theme-sono-light .marketplace-gears-options .text-white,.theme-sono-light .marketplace-gears-options .text-gray-300,.theme-sono-light .marketplace-gears-options .text-gray-400,.theme-sono-light .marketplace-gears-options .text-white{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .marketplace-gears-options button:hover,body.theme-sono-light .marketplace-gears-options button:hover *,body.theme-sono-light .marketplace-gears-options .hover\:text-white:hover,body.theme-sono-light .marketplace-gears-options .hover\:text-gray-300:hover,html.theme-sono-light .marketplace-gears-options button:hover,html.theme-sono-light .marketplace-gears-options button:hover *,html.theme-sono-light .marketplace-gears-options .hover\:text-white:hover,html.theme-sono-light .marketplace-gears-options .hover\:text-gray-300:hover,.theme-sono-light .marketplace-gears-options button:hover,.theme-sono-light .marketplace-gears-options button:hover *,.theme-sono-light .marketplace-gears-options .hover\:text-white:hover,.theme-sono-light .marketplace-gears-options .hover\:text-gray-300:hover{color:#333!important;-webkit-text-fill-color:#333333!important}body.theme-sono-light .marketplace-gears-options .text-purple-400,html.theme-sono-light .marketplace-gears-options .text-purple-400,.theme-sono-light .marketplace-gears-options .text-purple-400{color:#a855f7!important;-webkit-text-fill-color:#a855f7!important}.theme-sono-light button.bg-purple-600,.theme-sono-light button.bg-indigo-600,html.theme-sono-light button.bg-purple-600,html.theme-sono-light button.bg-indigo-600,body.theme-sono-light button.bg-purple-600,body.theme-sono-light button.bg-indigo-600{background-color:#f3f4f6!important;background-image:none!important;color:#374151!important;border:1px solid #d1d5db!important}.theme-sono-light button.bg-purple-600:hover,.theme-sono-light button.bg-indigo-600:hover,.theme-sono-light button.bg-purple-700:hover,.theme-sono-light button.bg-indigo-700:hover,html.theme-sono-light button.bg-purple-600:hover,html.theme-sono-light button.bg-indigo-600:hover,html.theme-sono-light button.bg-purple-700:hover,html.theme-sono-light button.bg-indigo-700:hover,body.theme-sono-light button.bg-purple-600:hover,body.theme-sono-light button.bg-indigo-600:hover,body.theme-sono-light button.bg-purple-700:hover,body.theme-sono-light button.bg-indigo-700:hover{background-color:#e5e7eb!important;background-image:none!important;color:#111827!important;border:1px solid #9ca3af!important}.theme-sono-light button.bg-purple-600[disabled],.theme-sono-light button.bg-indigo-600[disabled],.theme-sono-light button.bg-purple-600.opacity-50,.theme-sono-light button.bg-indigo-600.opacity-50,html.theme-sono-light button.bg-purple-600[disabled],html.theme-sono-light button.bg-indigo-600[disabled],html.theme-sono-light button.bg-purple-600.opacity-50,html.theme-sono-light button.bg-indigo-600.opacity-50,body.theme-sono-light button.bg-purple-600[disabled],body.theme-sono-light button.bg-indigo-600[disabled],body.theme-sono-light button.bg-purple-600.opacity-50,body.theme-sono-light button.bg-indigo-600.opacity-50{background-color:#f9fafb!important;color:#9ca3af!important;border:1px solid #e5e7eb!important;cursor:not-allowed!important}.theme-sono-light nav .theme-button-primary,.theme-sono-light nav a.theme-button-primary,.theme-sono-light nav button.theme-button-primary,.theme-sono-light nav a[href="/login"],.theme-sono-light nav a[href="/register"],html.theme-sono-light nav .theme-button-primary,html.theme-sono-light nav a.theme-button-primary,html.theme-sono-light nav button.theme-button-primary,html.theme-sono-light nav a[href="/login"],html.theme-sono-light nav a[href="/register"],body.theme-sono-light nav .theme-button-primary,body.theme-sono-light nav a.theme-button-primary,body.theme-sono-light nav button.theme-button-primary,body.theme-sono-light nav a[href="/login"],body.theme-sono-light nav a[href="/register"]{background:#f8fafc!important;background-color:#f8fafc!important;background-image:none!important;color:#374151!important;border:1px solid #d1d5db!important}.theme-sono-light nav .theme-button-primary:hover,.theme-sono-light nav a.theme-button-primary:hover,.theme-sono-light nav button.theme-button-primary:hover,.theme-sono-light nav a[href="/login"]:hover,.theme-sono-light nav a[href="/register"]:hover,html.theme-sono-light nav .theme-button-primary:hover,html.theme-sono-light nav a.theme-button-primary:hover,html.theme-sono-light nav button.theme-button-primary:hover,html.theme-sono-light nav a[href="/login"]:hover,html.theme-sono-light nav a[href="/register"]:hover,body.theme-sono-light nav .theme-button-primary:hover,body.theme-sono-light nav a.theme-button-primary:hover,body.theme-sono-light nav button.theme-button-primary:hover,body.theme-sono-light nav a[href="/login"]:hover,body.theme-sono-light nav a[href="/register"]:hover{background:#f1f5f9!important;background-color:#f1f5f9!important;background-image:none!important;color:#1f2937!important;border:1px solid #9ca3af!important}html body .register-beta-warning,html body p.register-beta-warning,html.theme-sono-light body .register-beta-warning,html.theme-sono-light body p.register-beta-warning,html.theme-dark body .register-beta-warning,html.theme-dark body p.register-beta-warning,html.theme-sono-cream body .register-beta-warning,html.theme-sono-cream body p.register-beta-warning{color:#000!important;-webkit-text-fill-color:#000000!important}html body .register-beta-warning a,html body p.register-beta-warning a,html.theme-sono-light body .register-beta-warning a,html.theme-sono-light body p.register-beta-warning a,html.theme-dark body .register-beta-warning a,html.theme-dark body p.register-beta-warning a,html.theme-sono-cream body .register-beta-warning a,html.theme-sono-cream body p.register-beta-warning a{color:#000!important;-webkit-text-fill-color:#000000!important;text-decoration:underline!important}html body .register-create-account-btn,html body button.register-create-account-btn,html.theme-sono-light body .register-create-account-btn,html.theme-sono-light body button.register-create-account-btn,html.theme-dark body .register-create-account-btn,html.theme-dark body button.register-create-account-btn,html.theme-sono-cream body .register-create-account-btn,html.theme-sono-cream body button.register-create-account-btn{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .practice-of-the-day-black-text{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .practice-of-the-day-black-text *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;stroke:currentColor!important;fill:none!important}body.theme-sono-light .profile-black-text,body.theme-sono-light .profile-black-text *,body.theme-sono-light .date-black-text,body.theme-sono-light .bio-black-text,body.theme-sono-light .bio-black-text *,body.theme-sono-light .bio-black-text.prose,body.theme-sono-light .bio-black-text.prose *,body.theme-sono-light .bio-black-text.prose p,body.theme-sono-light .bio-black-text.prose div,body.theme-sono-light .bio-black-text.prose span,body.theme-sono-light .bio-black-text.prose h1,body.theme-sono-light .bio-black-text.prose h2,body.theme-sono-light .bio-black-text.prose h3,body.theme-sono-light .bio-black-text.prose h4,body.theme-sono-light .bio-black-text.prose h5,body.theme-sono-light .bio-black-text.prose h6,body.theme-sono-light .bio-black-text.prose ul,body.theme-sono-light .bio-black-text.prose ol,body.theme-sono-light .bio-black-text.prose li,body.theme-sono-light .bio-black-text.prose a,body.theme-sono-light .bio-black-text.prose strong,body.theme-sono-light .bio-black-text.prose em,body.theme-sono-light .bio-black-text.prose blockquote,body.theme-sono-light .bio-black-text.prose-invert,body.theme-sono-light .bio-black-text.prose-invert *,body.theme-sono-light .bio-black-text.prose-purple,body.theme-sono-light .bio-black-text.prose-purple *,body.theme-sono-light .bio-black-text.text-gray-300,body.theme-sono-light .bio-black-text .text-gray-300,body.theme-sono-light .bio-black-text.text-gray-400,body.theme-sono-light .bio-black-text .text-gray-400,body.theme-sono-light .bio-black-text.text-white,body.theme-sono-light .bio-black-text .text-white,body.theme-sono-light .bio-black-text p.text-gray-400.italic,body.theme-sono-light .bio-black-text .text-gray-400.italic,html body.theme-sono-light div.bio-black-text,html body.theme-sono-light div.bio-black-text *,html body.theme-sono-light .bio-black-text div,html body.theme-sono-light .bio-black-text span,html body.theme-sono-light .bio-black-text p,body.theme-sono-light .bio-black-text[style],body.theme-sono-light .bio-black-text *[style]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .bio-black-text br+*,body.theme-sono-light .bio-black-text>*:first-child,body.theme-sono-light .bio-black-text>*:last-child{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light[class*=theme] div[class*=bio-black-text],body.theme-sono-light[class*=theme] div[class*=bio-black-text] *,body.theme-sono-light[class*=theme] .bio-black-text *,body.theme-sono-light[class*=theme] [class*=bio-black-text] *,html[dir] body.theme-sono-light div.prose.prose-invert.prose-purple.bio-black-text,html[dir] body.theme-sono-light div.prose.prose-invert.prose-purple.bio-black-text *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .bio-black-text *:before,body.theme-sono-light .bio-black-text *:after{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .bio-black-text,body.theme-sono-light .bio-black-text *,body.theme-sono-light .bio-black-text p,body.theme-sono-light .bio-black-text div,body.theme-sono-light .bio-black-text span,body.theme-sono-light .bio-black-text h1,body.theme-sono-light .bio-black-text h2,body.theme-sono-light .bio-black-text h3,body.theme-sono-light .bio-black-text h4,body.theme-sono-light .bio-black-text h5,body.theme-sono-light .bio-black-text h6,body.theme-sono-light .bio-black-text strong,body.theme-sono-light .bio-black-text em,body.theme-sono-light .bio-black-text i,body.theme-sono-light .bio-black-text b,body.theme-sono-light .bio-black-text u,body.theme-sono-light .bio-black-text a,body.theme-sono-light .bio-black-text li,body.theme-sono-light .bio-black-text ul,body.theme-sono-light .bio-black-text ol,body.theme-sono-light .bio-black-text blockquote,body.theme-sono-light .bio-black-text code,body.theme-sono-light .bio-black-text pre,body.theme-sono-light .bio-black-text .text-gray-300,body.theme-sono-light .bio-black-text .text-gray-400,body.theme-sono-light .bio-black-text .text-gray-500,body.theme-sono-light .bio-black-text .text-gray-600,body.theme-sono-light .bio-black-text .text-white,body.theme-sono-light .bio-black-text .text-blue-300,body.theme-sono-light .bio-black-text .text-blue-400,body.theme-sono-light .bio-black-text .text-blue-500,body.theme-sono-light .bio-black-text .text-purple-300,body.theme-sono-light .bio-black-text .text-purple-400,body.theme-sono-light .bio-black-text .text-purple-500,body.theme-sono-light .bio-black-text .text-red-300,body.theme-sono-light .bio-black-text .text-red-400,body.theme-sono-light .bio-black-text .text-green-300,body.theme-sono-light .bio-black-text .text-green-400,body.theme-sono-light .bio-black-text .text-yellow-300,body.theme-sono-light .bio-black-text .text-yellow-400,body.theme-sono-light .bio-black-text p.text-gray-400.italic,.force-black-biography,.force-black-biography *,.force-black-biography p,.force-black-biography div,.force-black-biography span,.force-black-biography strong,.force-black-biography em,.force-black-biography i,.force-black-biography b,.force-black-biography u,.force-black-biography a,.force-black-biography li,.force-black-biography h1,.force-black-biography h2,.force-black-biography h3,.force-black-biography h4,.force-black-biography h5,.force-black-biography h6{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .force-black-biography[style*=color],body.theme-sono-light .force-black-biography *[style*=color]{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .text-gray-300,body.theme-sono-light div[class*=prose][class*=prose-invert][class*=prose-purple] *,body.theme-sono-light div[class*=bio-black-text] *,body.theme-sono-light [class*=text-gray],body.theme-sono-light [class*=text-blue],body.theme-sono-light [class*=text-white],body.theme-sono-light [class*=text-purple]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.toast-container-sono-light .Toastify__toast{background-color:#fff;color:#000;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000026}.toast-container-sono-light .Toastify__toast--info{background-color:#dbeafe;color:#1e40af;border-left:4px solid #2563eb}.toast-container-sono-light .Toastify__toast--success{background-color:#dcfce7;color:#166534;border-left:4px solid #059669}.toast-container-sono-light .Toastify__toast--warning{background-color:#fef3c7;color:#92400e;border-left:4px solid #d97706}.toast-container-sono-light .Toastify__toast--error{background-color:#fecaca;color:#991b1b;border-left:4px solid #dc2626}.toast-container-sono-light .Toastify__progress-bar{background:linear-gradient(to right,#2563eb,#3b82f6)}.toast-container-sono-light .Toastify__close-button{color:#000}.toast-container-sono-cream .Toastify__toast{background-color:#faf2e9;color:#161616;border:1px solid #784b33;box-shadow:0 4px 12px #784b3333}.toast-container-sono-cream .Toastify__toast--info{background-color:#f0f8ff;color:#1e40af;border-left:4px solid #2563eb}.toast-container-sono-cream .Toastify__toast--success{background-color:#f0fdf4;color:#166534;border-left:4px solid #059669}.toast-container-sono-cream .Toastify__toast--warning{background-color:#fffbeb;color:#92400e;border-left:4px solid #d97706}.toast-container-sono-cream .Toastify__toast--error{background-color:#fef2f2;color:#991b1b;border-left:4px solid #dc2626}.toast-container-sono-cream .Toastify__progress-bar{background:linear-gradient(to right,#784b33,#594448)}.toast-container-sono-cream .Toastify__close-button{color:#161616}.toast-container-dark .Toastify__toast{background-color:#1f2937;color:#fff;border:1px solid #374151;box-shadow:0 4px 12px #0000004d}.toast-container-dark .Toastify__toast--info{background-color:#1e3a8a;color:#93c5fd;border-left:4px solid #3b82f6}.toast-container-dark .Toastify__toast--success{background-color:#166534;color:#86efac;border-left:4px solid #22c55e}.toast-container-dark .Toastify__toast--warning{background-color:#92400e;color:#fbbf24;border-left:4px solid #f59e0b}.toast-container-dark .Toastify__toast--error{background-color:#991b1b;color:#fca5a5;border-left:4px solid #ef4444}.toast-container-dark .Toastify__progress-bar{background:linear-gradient(to right,#7c3aed,#a855f7)}.toast-container-dark .Toastify__close-button{color:#fff}.force-outline-icon{color:#fff!important;fill:none!important;stroke:#fff!important;stroke-width:1.5!important}.force-outline-icon svg{color:#fff!important;fill:none!important;stroke:#fff!important;stroke-width:1.5!important}.force-outline-icon .lucide{color:#fff!important;fill:none!important;stroke:#fff!important;stroke-width:1.5!important}body.theme-sono-light .force-outline-icon,body.theme-sono-light .force-outline-icon svg,body.theme-sono-light .force-outline-icon .lucide{color:#fff!important;fill:none!important;stroke:#fff!important;stroke-width:1.5!important}html body.theme-sono-light .force-outline-icon,html body.theme-sono-light .force-outline-icon *,html body.theme-sono-light .force-outline-icon svg,html body.theme-sono-light .force-outline-icon .lucide,html body.theme-sono-light .force-outline-icon path,html body.theme-sono-light button .force-outline-icon,html body.theme-sono-light button .force-outline-icon *,html body.theme-sono-light button .force-outline-icon svg,html body.theme-sono-light button .force-outline-icon .lucide,html body.theme-sono-light button .force-outline-icon path{color:#fff!important;fill:none!important;stroke:#fff!important;stroke-width:1.5!important}html body.theme-sono-light .force-outline-icon svg path,html body.theme-sono-light button .force-outline-icon svg path{fill:none!important;stroke:#fff!important;stroke-width:1.5!important}html body.theme-sono-light .force-outline-icon[fill=currentColor],html body.theme-sono-light .force-outline-icon svg[fill=currentColor],html body.theme-sono-light .force-outline-icon svg path[fill=currentColor],html body.theme-sono-light button .force-outline-icon[fill=currentColor],html body.theme-sono-light button .force-outline-icon svg[fill=currentColor],html body.theme-sono-light button .force-outline-icon svg path[fill=currentColor]{fill:none!important;stroke:#fff!important;stroke-width:1.5!important}html body.theme-sono-light .force-outline-icon.text-gray-400,html body.theme-sono-light .force-outline-icon.text-gray-300,html body.theme-sono-light .force-outline-icon.text-white,html body.theme-sono-light button .force-outline-icon.text-gray-400,html body.theme-sono-light button .force-outline-icon.text-gray-300,html body.theme-sono-light button .force-outline-icon.text-white{color:#fff!important;fill:none!important;stroke:#fff!important;stroke-width:1.5!important}.always-white-icon{color:#fff!important;fill:#fff!important;stroke:#fff!important}.always-white-icon svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.always-white-icon .lucide{color:#fff!important;stroke:#fff!important}body.theme-sono-light .always-white-icon,body.theme-sono-light .always-white-icon svg,body.theme-sono-light .always-white-icon .lucide{color:#fff!important;fill:#fff!important;stroke:#fff!important}html body.theme-sono-light .always-white-icon,html body.theme-sono-light .always-white-icon *,html body.theme-sono-light .always-white-icon svg,html body.theme-sono-light .always-white-icon .lucide,html body.theme-sono-light button .always-white-icon,html body.theme-sono-light button .always-white-icon *,html body.theme-sono-light button .always-white-icon svg,html body.theme-sono-light button .always-white-icon .lucide,html body.theme-sono-light span .always-white-icon,html body.theme-sono-light span .always-white-icon *,html body.theme-sono-light span .always-white-icon svg,html body.theme-sono-light span .always-white-icon .lucide{color:#fff!important;fill:#fff!important;stroke:#fff!important}.always-white-text,body.theme-sono-light .always-white-text,html body.theme-sono-light .always-white-text,html body.theme-sono-light button .always-white-text{color:#fff!important}html body.theme-sono-light button.connect-button,html body.theme-sono-light button.connect-button *:not(.always-white-icon){color:#fff!important}html body.theme-sono-light button.share-button,html body.theme-sono-light button.share-button *:not(.always-white-icon),html body.theme-sono-light button.message-button,html body.theme-sono-light button.message-button *:not(.always-white-icon){color:#fff!important;fill:#fff!important;stroke:#fff!important}html body.theme-sono-light button.action-button,html body.theme-sono-light button.action-button *,html body.theme-sono-light .action-button span,html body.theme-sono-light .action-button svg{color:#fff!important;fill:#fff!important;stroke:#fff!important}.btn-base{display:inline-flex;align-items:center;font-weight:500;border-radius:.75rem;transition:all .3s;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;position:relative}.btn-base:focus{outline:2px solid #6366f1;outline-offset:2px}.btn-base:disabled{opacity:.6;cursor:not-allowed}.btn-base:hover{box-shadow:0 15px 25px -5px #00000026,0 8px 10px -6px #00000026}.btn-primary{background:linear-gradient(to right,#4f46e5,#4338ca);color:#fff}.btn-primary:hover{background:linear-gradient(to right,#4338ca,#3730a3)}.btn-secondary{background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff}.btn-secondary:hover{background:linear-gradient(to right,#1d4ed8,#1e40af)}.btn-neutral{background:linear-gradient(to right,#4b5563,#374151);color:#fff}.btn-neutral:hover{background:linear-gradient(to right,#374151,#1f2937)}.btn-danger{background:linear-gradient(to right,#dc2626,#b91c1c);color:#fff}.btn-danger:hover{background:linear-gradient(to right,#b91c1c,#991b1b)}.btn-success{background:linear-gradient(to right,#059669,#047857);color:#fff}.btn-success:hover{background:linear-gradient(to right,#047857,#065f46)}.btn-lg{padding:.75rem 1.5rem;font-size:.875rem}.btn-md{padding:.75rem 1.25rem;font-size:.875rem}.btn-icon-gap>svg{margin-right:.5rem}button.action-button,button.action-button span,button.action-button svg,.action-button.btn-base{color:#fff!important;fill:#fff!important;stroke:#fff!important}html body.theme-sono-light button.action-button,html body.theme-sono-light button.action-button *,body.theme-sono-light button.action-button,body.theme-sono-light button.action-button *{color:#fff!important;fill:#fff!important;stroke:#fff!important}html body.theme-sono-light button[class*=bg-gradient-to-r][class*=from-purple-600],html body.theme-sono-light button[class*=bg-gradient-to-r][class*=from-purple-600] *:not(.always-white-icon){color:#fff!important}.theme-sono-light .sono-verse-page div[title*=French],.theme-sono-light .sono-verse-page div[title*=English],.theme-sono-light .sono-verse-page div[title*=Speaks],html body.theme-sono-light .sono-verse-page div[style*=background],html body.theme-sono-light .sono-verse-page div[style*=gradient],html body.theme-sono-light .sono-verse-page div[class*=bg-blue-],html body.theme-sono-light .sono-verse-page div[class*=bg-red-],html body.theme-sono-light .sono-verse-page div[class*=bg-gradient-]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html body.theme-sono-light .sono-verse-page div:has-text("FR"),html body.theme-sono-light .sono-verse-page div:has-text("EN"),html body.theme-sono-light .sono-verse-page div:has-text("FR/EN"){color:#fff!important;-webkit-text-fill-color:#ffffff!important}html body.theme-sono-light .sono-verse-page div.text-white.text-xs.font-bold.px-2.py-1.rounded-full,html body.theme-sono-light .sono-verse-page div[class*=text-white][class*=text-xs][class*=font-bold],.language-badge-white{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.language-badge-white{color:#fff!important}html.theme-sono-light body div.language-badge-white,html.theme-sono-light body .language-badge-white,body.theme-sono-light div[class*=language-badge-white],html.theme-sono-light div[class*=language-badge-white] span,body.theme-sono-light div[class*=language-badge-white] span,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white.text-white.text-xs.font-bold,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white[class*=bg-blue-],html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white[class*=bg-red-],html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white[class*=bg-gradient-],html[lang] body.theme-sono-light .sonosphere-page .language-badge-white,html[lang] body.theme-sono-light .sonosphere-page div.language-badge-white{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white.text-white.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help,html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white[class*=bg-blue-],html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white[class*=bg-red-],html[lang] body.theme-sono-light .sono-verse-page div.language-badge-white[class*=bg-gradient-],html[lang] body.theme-sono-light .sono-verse-page .language-badge-white,html[lang] body.theme-sono-light div.language-badge-white{color:#000!important;-webkit-text-fill-color:#000000!important}html[lang] body.theme-sono-light .sono-verse-page div.text-white.text-xs.font-bold.px-2.py-1.rounded-full.cursor-help.transition-all.duration-300,html[lang] body.theme-sono-light .sono-verse-page div.bg-blue-600.hover\:bg-blue-500,html[lang] body.theme-sono-light .sono-verse-page div.bg-red-600.hover\:bg-red-500,html[lang] body.theme-sono-light .sono-verse-page div[style*="color: rgb(255, 255, 255)"],html[lang] body.theme-sono-light .sono-verse-page div[style*="color:#ffffff"],html[lang] body.theme-sono-light .sono-verse-page div[style*="color: #ffffff"]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.sono-verse-button-black,html body.theme-sono-light .sono-verse-page .sono-verse-button-black,html body.theme-sono-light .sono-verse-page button.sono-verse-button-black,html body.theme-sono-light .sono-verse-button-black{color:#000!important;-webkit-text-fill-color:#000000!important}html body.theme-sono-light .sono-verse-page .sono-verse-button-black svg,html body.theme-sono-light .sono-verse-page button.sono-verse-button-black svg{color:#000!important;stroke:#000!important;fill:none!important}html[lang] body.theme-sono-light .sono-verse-page button:has-text("View Profile"),html[lang] body.theme-sono-light .sono-verse-page button:has-text("Message"),html[lang] body.theme-sono-light .sono-verse-page .sono-verse-button-black,html[lang] body.theme-sono-light .sono-verse-page .sono-verse-button-black *,html[lang] body.theme-sono-light .sono-verse-page .sono-verse-button-black span,html[lang] body.theme-sono-light .sono-verse-page button.sono-verse-button-black,html[lang] body.theme-sono-light .sono-verse-page button.sono-verse-button-black *,html[lang] body.theme-sono-light .sono-verse-page button.sono-verse-button-black span{color:#000!important;-webkit-text-fill-color:#000000!important;stroke:#000!important;fill:none!important}html[lang] body.theme-sono-light button.sono-verse-button-black.text-gray-400,html[lang] body.theme-sono-light button.sono-verse-button-black.text-gray-500,html[lang] body.theme-sono-light button.sono-verse-button-black.text-gray-300,html[lang] body.theme-sono-light button.sono-verse-button-black.text-white,html[lang] body.theme-sono-light .sono-verse-button-black.text-gray-400,html[lang] body.theme-sono-light .sono-verse-button-black.text-gray-500,html[lang] body.theme-sono-light .sono-verse-button-black.text-gray-300,html[lang] body.theme-sono-light .sono-verse-button-black.text-white,html[lang] body.theme-sono-light button[class*=text-gray].sono-verse-button-black,html[lang] body.theme-sono-light button[class*=text-white].sono-verse-button-black{color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light button:contains("View Profile"),html.theme-sono-light button:contains("Message"),body.theme-sono-light button:contains("View Profile"),body.theme-sono-light button:contains("Message"),html.theme-sono-light button span:contains("View Profile"),html.theme-sono-light button span:contains("Message"),body.theme-sono-light button span:contains("View Profile"),body.theme-sono-light button span:contains("Message"){color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light button:has(svg+span:contains("View Profile")),html.theme-sono-light button:has(svg+span:contains("Message")),body.theme-sono-light button:has(svg+span:contains("View Profile")),body.theme-sono-light button:has(svg+span:contains("Message")){color:#000!important}html.theme-sono-light button:has(svg+span:contains("View Profile")) *,html.theme-sono-light button:has(svg+span:contains("Message")) *,body.theme-sono-light button:has(svg+span:contains("View Profile")) *,body.theme-sono-light button:has(svg+span:contains("Message")) *{color:#000!important;fill:none!important;-webkit-text-fill-color:#000000!important}html[lang] body.theme-sono-light.sonoverse-page div[class*=flex][class*=items-center][class*=gap-2] button,html[lang] body.theme-sono-light.sonoverse-page div[class*=flex][class*=items-center][class*=gap-2] button *,html[lang] body.theme-sono-light.sonoverse-page div[class*=flex][class*=items-center][class*=gap-2] button span,html[lang] body.theme-sono-light.sonoverse-page div[class*=flex][class*=items-center][class*=gap-2] button svg,html[lang] body.theme-sono-light div[class*=px-4][class*=py-3] button.sono-verse-button-black,html[lang] body.theme-sono-light div[class*=px-4][class*=py-3] button.sono-verse-button-black *,html[lang] body.theme-sono-light div[class*=px-4][class*=py-3] button.sono-verse-button-black span,html[lang] body.theme-sono-light div[class*=px-4][class*=py-3] button.sono-verse-button-black svg{color:#000!important;stroke:#000!important;fill:none!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}html[lang] body.theme-sono-light button.sono-verse-button-black[class*=text-gray],html[lang] body.theme-sono-light button.sono-verse-button-black[class*="hover:text-"],html[lang] body.theme-sono-light .sono-verse-button-black[class*=text-gray],html[lang] body.theme-sono-light .sono-verse-button-black[class*="hover:text-"]{color:#000!important;-webkit-text-fill-color:#000000!important}html[lang] body.theme-sono-light div[class*=bg-gradient-to-r][class*=from-blue-500][class*=to-purple-500] span,html[lang] body.theme-sono-light div[class*=bg-gradient-to-r][class*=from-blue-500][class*=to-purple-500] span.text-blue-300,html[lang] body.theme-sono-light div[class*=bg-gradient-to-r][class*=from-red-500][class*=to-orange-500] span,html[lang] body.theme-sono-light div[class*=bg-gradient-to-r][class*=from-red-500][class*=to-orange-500] span.text-red-300,html[lang] body.theme-sono-light div[class*=bg-blue-500][class*=backdrop-blur-sm] span.text-blue-300,html[lang] body.theme-sono-light div[class*=bg-red-500][class*=backdrop-blur-sm] span.text-red-300,html[lang] body.theme-sono-light div[class*=group][class*=relative][class*=flex][class*=items-center][class*=gap-2] span.text-blue-300,html[lang] body.theme-sono-light div[class*=group][class*=relative][class*=flex][class*=items-center][class*=gap-2] span.text-red-300,html[lang] body.theme-sono-light div[class*=rounded-lg][class*=px-3][class*=py-2] span.text-blue-300,html[lang] body.theme-sono-light div[class*=rounded-lg][class*=px-2][class*=py-1] span.text-blue-300{color:#93c5fd!important;-webkit-text-fill-color:#93c5fd!important;text-shadow:none!important}html[lang] body.theme-sono-light div[class*=rounded-lg][class*=px-3][class*=py-2] span.text-red-300,html[lang] body.theme-sono-light div[class*=rounded-lg][class*=px-2][class*=py-1] span.text-red-300{color:#fca5a5!important;-webkit-text-fill-color:#fca5a5!important;text-shadow:none!important}html[lang] body.theme-sono-light .sono-sphere-achievement-badge span,html[lang] body.theme-sono-light .sono-sphere-achievement-badge span.sono-sphere-achievement-text,html[lang] body.theme-sono-light .sono-sphere-achievement-badge .text-blue-300,html[lang] body.theme-sono-light .sono-sphere-achievement-badge .text-red-300,html[lang] body.theme-sono-light div.sono-sphere-achievement-badge span.text-blue-300,html[lang] body.theme-sono-light div.sono-sphere-achievement-badge span.text-red-300,body.theme-sono-light .sono-sphere-achievement-badge span,body.theme-sono-light .sono-sphere-achievement-badge .text-blue-300,body.theme-sono-light .sono-sphere-achievement-badge .text-red-300{color:#93c5fd!important;-webkit-text-fill-color:#93c5fd!important;text-shadow:none!important}html[lang] body.theme-sono-light .sono-sphere-achievement-badge span.text-red-300,body.theme-sono-light .sono-sphere-achievement-badge .text-red-300{color:#fca5a5!important;-webkit-text-fill-color:#fca5a5!important;text-shadow:none!important}html[lang=en] body.theme-sono-light div.sono-sphere-achievement-badge span,html[lang=en] body.theme-sono-light div.sono-sphere-achievement-badge span.sono-sphere-achievement-text,html[lang=fr] body.theme-sono-light div.sono-sphere-achievement-badge span,html[lang=fr] body.theme-sono-light div.sono-sphere-achievement-badge span.sono-sphere-achievement-text,html[lang] body.theme-sono-light div.sono-sphere-achievement-badge span[class*=text-blue],html[lang] body.theme-sono-light div.sono-sphere-achievement-badge span[class*=text-xs],html[lang] body.theme-sono-light div.sono-sphere-achievement-badge span[class*=font-medium],html body.theme-sono-light div.sono-sphere-achievement-badge span,html body.theme-sono-light div.sono-sphere-achievement-badge span.sono-sphere-achievement-text,body.theme-sono-light div.sono-sphere-achievement-badge span,body.theme-sono-light div.sono-sphere-achievement-badge span.sono-sphere-achievement-text{color:#93c5fd!important;-webkit-text-fill-color:#93c5fd!important;text-shadow:none!important;background:transparent!important}html[lang] body.theme-sono-light div.sono-sphere-achievement-badge span[style*=color],html[lang] body.theme-sono-light div.sono-sphere-achievement-badge span[style*=text]{color:#93c5fd!important;-webkit-text-fill-color:#93c5fd!important}html.theme-sono-light div[class*=text-xs][class*=font-bold][class*=px-2][class*=py-1][class*=rounded-full]:not(.language-badge-white),body.theme-sono-light div[class*=text-xs][class*=font-bold][class*=px-2][class*=py-1][class*=rounded-full]:not(.language-badge-white){color:#000!important;-webkit-text-fill-color:#000000!important}html.theme-sono-light div.language-badge-white[class*=text-xs][class*=font-bold][class*=px-2][class*=py-1][class*=rounded-full],body.theme-sono-light div.language-badge-white[class*=text-xs][class*=font-bold][class*=px-2][class*=py-1][class*=rounded-full],html.theme-sono-light div.language-badge-white[class*=text-xs][class*=font-bold][class*=px-2][class*=py-1][class*=rounded-full] span,body.theme-sono-light div.language-badge-white[class*=text-xs][class*=font-bold][class*=px-2][class*=py-1][class*=rounded-full] span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}html body svg,html body [data-lucide],html body svg[class*=lucide-],html body .lucide,html body .lucide svg,body svg,body [data-lucide],body svg[class*=lucide-],body .lucide,body .lucide svg,svg[data-lucide],svg[class*=lucide-],[data-lucide],.lucide,.lucide svg{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}html body div svg,html body span svg,html body button svg,html body a svg,html body li svg,html body td svg,html body th svg,html body p svg,html body section svg,html body article svg,html body aside svg,html body nav svg,html body header svg,html body footer svg,html body main svg{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}html body .keep-filled svg,html body .logo svg,html body [data-keep-filled] svg,body .keep-filled svg,body .logo svg,body [data-keep-filled] svg,.keep-filled svg,.logo svg,[data-keep-filled] svg{fill:currentColor!important;stroke:none!important;stroke-width:0!important}.bg-white\/10 svg,.bg-white\/5 svg,.bg-yellow-500\/20 svg{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}[class*=practice-of-the-day] svg,[class*=practice] svg{fill:none!important;stroke:currentColor!important;stroke-width:1.5!important}body.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white,body.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white *,html.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white,html.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white *,.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white,.theme-sono-light .topic-view-modern .topic-view-pills span.force-pill-white *,body.theme-sono-light .topic-starter-badge,body.theme-sono-light .topic-starter-badge *,html.theme-sono-light .topic-starter-badge,html.theme-sono-light .topic-starter-badge *,.theme-sono-light .topic-starter-badge,.theme-sono-light .topic-starter-badge *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-sono-light .like-button-liked .like-icon-force-white,html.theme-sono-light .like-button-liked .like-icon-force-white,.theme-sono-light .like-button-liked .like-icon-force-white,body.theme-sono-light .like-button-liked.like-icon-force-white,html.theme-sono-light .like-button-liked.like-icon-force-white,.theme-sono-light .like-button-liked.like-icon-force-white,body.theme-sono-light .like-icon-force-white,html.theme-sono-light .like-icon-force-white,.theme-sono-light .like-icon-force-white{color:#fff!important;stroke:#fff!important;fill:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-sono-light button[aria-pressed=true] .like-icon-force-white,html.theme-sono-light button[aria-pressed=true] .like-icon-force-white,.theme-sono-light button[aria-pressed=true] .like-icon-force-white{color:#fff!important;stroke:#fff!important;fill:#fff!important}body.theme-sono-light .share-url-input,html.theme-sono-light .share-url-input,.theme-sono-light .share-url-input{background:#fff!important;color:#000!important;-webkit-text-fill-color:#000000!important;border-color:#0003!important}body.theme-sono-light .share-url-input::-moz-selection{background:#000!important;color:#fff!important}body.theme-sono-light .share-url-input::selection{background:#000!important;color:#fff!important}.recruitment-payment-badge,.recruitment-payment-badge *,body.theme-sono-light .recruitment-payment-badge,body.theme-sono-light .recruitment-payment-badge *{color:#fff!important;fill:#fff!important;stroke:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-sono-light .recruitment-payment-badge .sm\:inline,.recruitment-payment-badge .sm\:inline{color:#fff!important;-webkit-text-fill-color:#ffffff!important;mix-blend-mode:normal!important;filter:none!important;text-shadow:0 0 0 #ffffff!important}body.theme-sono-light button.sono-verse-play-button [data-listen-label],body.theme-sono-light .sono-verse-page button.sono-verse-play-button [data-listen-label]{color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important}body.theme-sono-light button.sono-verse-play-button span{color:#000!important}body.theme-sono-light button.lyrics-white-btn,html.theme-sono-light button.lyrics-white-btn,body.theme-sono-light button.lyrics-white-btn *,html.theme-sono-light button.lyrics-white-btn *,body.theme-sono-light .lyrics-white-btn svg,html.theme-sono-light .lyrics-white-btn svg{color:#fff!important;-webkit-text-fill-color:#ffffff!important;stroke:#fff!important;fill:none!important}body.theme-sono-light #lyrics-save-btn,body.theme-sono-light #lyrics-delete-btn,body.theme-sono-light #lyrics-save-btn *,body.theme-sono-light #lyrics-delete-btn *{color:#fff!important;-webkit-text-fill-color:#ffffff!important;stroke:#fff!important;fill:none!important}body.theme-sono-light .connection-card .style-tag,html.theme-sono-light .connection-card .style-tag,.theme-sono-light .connection-card .style-tag,body.theme-sono-light .connection-card .connection-cancel-button,html.theme-sono-light .connection-card .connection-cancel-button,.theme-sono-light .connection-card .connection-cancel-button,body.theme-sono-light .connection-card .style-tag[class*=bg-],body.theme-sono-light .connection-card .connection-cancel-button[class*=bg-],.text-force-white,.text-force-white *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}body.theme-sono-light .connection-card span.style-tag,html.theme-sono-light .connection-card span.style-tag,.theme-sono-light .connection-card span.style-tag,body.theme-sono-light .connection-card span.style-tag *,html.theme-sono-light .connection-card span.style-tag *,.theme-sono-light .connection-card span.style-tag *,body.theme-sono-light .connection-card button.connection-cancel-button,html.theme-sono-light .connection-card button.connection-cancel-button,.theme-sono-light .connection-card button.connection-cancel-button,body.theme-sono-light .connection-card button.connection-cancel-button *,html.theme-sono-light .connection-card button.connection-cancel-button *,.theme-sono-light .connection-card button.connection-cancel-button *{color:#fff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important}.theme-sono-cream .user-profile-page .theme-bg-card{background:#e8ddd0!important;border-color:#784b3359!important;box-shadow:0 4px 14px -2px #5944482e,0 2px 6px #784b331f!important}.theme-sono-cream .user-profile-page .theme-bg-card.shadow-inner{box-shadow:inset 0 2px 4px #ffffff40,inset 0 -2px 6px #784b3326,0 4px 14px -2px #5944482e!important}.theme-sono-cream .user-profile-page .flex.flex-wrap.gap-2.p-1.theme-bg-card.theme-border{background:#d9cdbf!important}.theme-sono-cream .user-profile-page span.bg-purple-500\/20{background:#a855f740!important;color:#4b275f!important;border-color:#a855f759!important}.theme-sono-cream .user-profile-page span.bg-blue-500\/20{background:#3b82f633!important;color:#0f3d66!important;border-color:#3b82f659!important}.theme-sono-cream .user-profile-page span.bg-green-500\/10,.theme-sono-cream .user-profile-page span.bg-green-500\/20{color:#1b4a32!important}.theme-sono-cream .user-profile-page .action-button,.theme-sono-cream .user-profile-page .action-button *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.theme-sono-cream .user-profile-page button.bg-\[\#8f6a55\]:hover{filter:brightness(1.05)}.theme-sono-cream .user-profile-page .user-profile-media-item{background:linear-gradient(135deg,#e9ded2,#d8ccbe 60%,#e5d9cc)!important;border-color:#784b334d!important}.theme-sono-cream .user-profile-page .user-profile-media-item:hover{box-shadow:0 6px 18px -4px #59444847}.theme-sono-cream .user-profile-page .from-gray-800\/50,.theme-sono-cream .user-profile-page .to-gray-900\/50,.theme-sono-cream .user-profile-page [class*=from-gray-800],.theme-sono-cream .user-profile-page [class*=to-gray-900]{background:#e8ddd0!important;--tw-gradient-from: #e8ddd0 !important;--tw-gradient-to: #e8ddd0 !important;--tw-gradient-stops: #e8ddd0 !important}.theme-sono-cream .user-profile-page .user-profile-bio-card,.theme-sono-cream .user-profile-page .user-profile-media-card{background:linear-gradient(145deg,#eadfd3,#d6c9bb 55%,#e2d6c8)!important;border:1px solid rgba(120,75,51,.3)!important}.theme-sono-cream .user-profile-page .user-profile-bio-card h3 svg,.theme-sono-cream .user-profile-page .user-profile-media-card h3 svg{color:#594448!important}.theme-sono-cream .user-profile-page .user-profile-bio-card h3,.theme-sono-cream .user-profile-page .user-profile-media-card h3{color:#2d1f15!important}body.theme-sono-light a.messages-quick-action span,body.theme-sono-light a.messages-quick-action span *,html.theme-sono-light a.messages-quick-action span,html.theme-sono-light a.messages-quick-action span *,.theme-sono-light a.messages-quick-action span,.theme-sono-light a.messages-quick-action span *{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;filter:none!important;opacity:1!important}body.theme-sono-light a.messages-quick-action,html.theme-sono-light a.messages-quick-action,.theme-sono-light a.messages-quick-action{color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light a.messages-quick-action span.messages-label,body.theme-sono-light a.messages-quick-action span.messages-label *,html.theme-sono-light a.messages-quick-action span.messages-label,html.theme-sono-light a.messages-quick-action span.messages-label *,.theme-sono-light a.messages-quick-action span.messages-label,.theme-sono-light a.messages-quick-action span.messages-label *{color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important;filter:none!important;text-shadow:none!important;font-weight:500!important}.home-page .interactive-card{--rx: 0deg;--ry: 0deg;--mx: 50%;--my: 50%;transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));transition:transform .45s cubic-bezier(.22,1,.27,1),box-shadow .45s ease,border-color .4s ease;position:relative;transform-style:preserve-3d;background-clip:padding-box}@media (hover:hover) and (pointer:fine){.home-page .interactive-card.hovering{transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateZ(2px) scale(1.01)}.home-page .interactive-card:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .5s;background:radial-gradient(circle at var(--mx) var(--my),rgba(255,255,255,.45),transparent 55%);mix-blend-mode:overlay}.home-page .interactive-card.hovering:after{opacity:1}.home-page .interactive-card.hovering{box-shadow:0 12px 40px -10px #0000002e,0 4px 18px -6px #0000001f}.dark .home-page .interactive-card.hovering{box-shadow:0 8px 34px -8px #000000a6,0 0 0 1px #ffffff1f}}@media (hover:none),(pointer:coarse){.home-page .interactive-card:active{transform:scale(.97);transition:transform .2s ease}}body.theme-sono-light .band-social-icons svg,html.theme-sono-light .band-social-icons svg,.theme-sono-light .band-social-icons svg,body.theme-sono-cream .band-social-icons svg,html.theme-sono-cream .band-social-icons svg,.theme-sono-cream .band-social-icons svg{color:#fff!important;stroke:#fff!important;fill:#fff!important;-webkit-text-fill-color:#ffffff!important;filter:none!important;opacity:1!important}body.theme-sono-light .band-social-icons svg *,html.theme-sono-light .band-social-icons svg *,.theme-sono-light .band-social-icons svg *,body.theme-sono-cream .band-social-icons svg *,html.theme-sono-cream .band-social-icons svg *,.theme-sono-cream .band-social-icons svg *{stroke:#fff!important;fill:#fff!important;color:#fff!important}body.theme-sono-light .band-social-icons a,body.theme-sono-light .band-social-icons div,html.theme-sono-light .band-social-icons a,html.theme-sono-light .band-social-icons div,.theme-sono-light .band-social-icons a,.theme-sono-light .band-social-icons div,body.theme-sono-cream .band-social-icons a,body.theme-sono-cream .band-social-icons div,html.theme-sono-cream .band-social-icons a,html.theme-sono-cream .band-social-icons div,.theme-sono-cream .band-social-icons a,.theme-sono-cream .band-social-icons div{color:#fff!important}body.theme-sono-light .storage-file-name,html.theme-sono-light .storage-file-name,.theme-sono-light .storage-file-name,body.theme-sono-light .storage-folder-name,html.theme-sono-light .storage-folder-name,.theme-sono-light .storage-folder-name{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;filter:none!important;opacity:1!important}body.theme-sono-light table span.storage-file-name,html.theme-sono-light table span.storage-file-name,.theme-sono-light table span.storage-file-name,body.theme-sono-light table span.storage-folder-name,html.theme-sono-light table span.storage-folder-name,.theme-sono-light table span.storage-folder-name,body.theme-sono-light tbody td span.storage-file-name,html.theme-sono-light tbody td span.storage-file-name,.theme-sono-light tbody td span.storage-file-name,body.theme-sono-light tbody td span.storage-folder-name,html.theme-sono-light tbody td span.storage-folder-name,.theme-sono-light tbody td span.storage-folder-name{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;filter:none!important;opacity:1!important;mix-blend-mode:normal!important}body.theme-sono-light span[data-storage-file-name=true],html.theme-sono-light span[data-storage-file-name=true],.theme-sono-light span[data-storage-file-name=true],body.theme-sono-light span[data-storage-folder-name=true],html.theme-sono-light span[data-storage-folder-name=true],.theme-sono-light span[data-storage-folder-name=true],body.theme-sono-light span[data-theme=sono-light][data-storage-file-name=true],html.theme-sono-light span[data-theme=sono-light][data-storage-file-name=true],.theme-sono-light span[data-theme=sono-light][data-storage-file-name=true],body.theme-sono-light span[data-theme=sono-light][data-storage-folder-name=true],html.theme-sono-light span[data-theme=sono-light][data-storage-folder-name=true],.theme-sono-light span[data-theme=sono-light][data-storage-folder-name=true]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important;filter:none!important;opacity:1!important;mix-blend-mode:normal!important;font-weight:inherit!important}.theme-sono-light div[class*=space-y-6] h2,.theme-sono-light div[class*=space-y-6] p,.theme-sono-light div[class*=space-y-6] span,.theme-sono-light div[class*=space-y-6] button,.theme-sono-light div[class*=space-y-6] div,body.theme-sono-light div[class*=space-y-6] h2,body.theme-sono-light div[class*=space-y-6] p,body.theme-sono-light div[class*=space-y-6] span,body.theme-sono-light div[class*=space-y-6] button,body.theme-sono-light div[class*=space-y-6] div,html.theme-sono-light div[class*=space-y-6] h2,html.theme-sono-light div[class*=space-y-6] p,html.theme-sono-light div[class*=space-y-6] span,html.theme-sono-light div[class*=space-y-6] button,html.theme-sono-light div[class*=space-y-6] div,.theme-sono-light [class*=space-y-4] [class*=textPrimary],.theme-sono-light [class*=space-y-4] [class*=textSecondary],.theme-sono-light [class*=space-y-4] [class*=text-],body.theme-sono-light [class*=space-y-4] [class*=textPrimary],body.theme-sono-light [class*=space-y-4] [class*=textSecondary],body.theme-sono-light [class*=space-y-4] [class*=text-],html.theme-sono-light [class*=space-y-4] [class*=textPrimary],html.theme-sono-light [class*=space-y-4] [class*=textSecondary],html.theme-sono-light [class*=space-y-4] [class*=text-],.theme-sono-light div[class*=rounded-xl] span,.theme-sono-light div[class*=rounded-xl] p,.theme-sono-light div[class*=rounded-xl] button span,body.theme-sono-light div[class*=rounded-xl] span,body.theme-sono-light div[class*=rounded-xl] p,body.theme-sono-light div[class*=rounded-xl] button span,html.theme-sono-light div[class*=rounded-xl] span,html.theme-sono-light div[class*=rounded-xl] p,html.theme-sono-light div[class*=rounded-xl] button span,.theme-sono-light div[class*=space-y-6] [class*=theme-text],.theme-sono-light div[class*=space-y-4] [class*=theme-text],body.theme-sono-light div[class*=space-y-6] [class*=theme-text],body.theme-sono-light div[class*=space-y-4] [class*=theme-text],html.theme-sono-light div[class*=space-y-6] [class*=theme-text],html.theme-sono-light div[class*=space-y-4] [class*=theme-text],.theme-sono-light div[class*=text-center] h2[class*=text-3xl],.theme-sono-light div[class*=text-center] p[class*=text-lg],body.theme-sono-light div[class*=text-center] h2[class*=text-3xl],body.theme-sono-light div[class*=text-center] p[class*=text-lg],html.theme-sono-light div[class*=text-center] h2[class*=text-3xl],html.theme-sono-light div[class*=text-center] p[class*=text-lg],.theme-sono-light div[class*=text-center] p[class*=mb-4],body.theme-sono-light div[class*=text-center] p[class*=mb-4],html.theme-sono-light div[class*=text-center] p[class*=mb-4]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] *:not(button[class*=bg-gradient]),.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] h2,.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] p,.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] span,body.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] *:not(button[class*=bg-gradient]),body.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] h2,body.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] p,body.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] span,html.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] *:not(button[class*=bg-gradient]),html.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] h2,html.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] p,html.theme-sono-light div[class*=space-y-6][class*=backdrop-blur-sm] span{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-light div[class*=space-y-4] div[class*=rounded-xl] button span,.theme-sono-light div[class*=space-y-4] div[class*=rounded-xl] div p,body.theme-sono-light div[class*=space-y-4] div[class*=rounded-xl] button span,body.theme-sono-light div[class*=space-y-4] div[class*=rounded-xl] div p,html.theme-sono-light div[class*=space-y-4] div[class*=rounded-xl] button span,html.theme-sono-light div[class*=space-y-4] div[class*=rounded-xl] div p,.theme-sono-light div[class*=border-gray-200] *,.theme-sono-light div[class*=border-t] p,body.theme-sono-light div[class*=border-gray-200] *,body.theme-sono-light div[class*=border-t] p,html.theme-sono-light div[class*=border-gray-200] *,html.theme-sono-light div[class*=border-t] p{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-dark div[class*=bg-gradient-to-r][class*=from-blue-900],.theme-dark div[class*=bg-gradient-to-r][class*=to-purple-900],body.theme-dark div[class*=bg-gradient-to-r][class*=from-blue-900],body.theme-dark div[class*=bg-gradient-to-r][class*=to-purple-900],html.theme-dark div[class*=bg-gradient-to-r][class*=from-blue-900],html.theme-dark div[class*=bg-gradient-to-r][class*=to-purple-900],.theme-dark div[class*=border-t][class*=border-gray-700][class*=bg-gradient-to-r],body.theme-dark div[class*=border-t][class*=border-gray-700][class*=bg-gradient-to-r],html.theme-dark div[class*=border-t][class*=border-gray-700][class*=bg-gradient-to-r],.theme-dark div[class*=px-6][class*=pb-4][class*=bg-gradient-to-r],body.theme-dark div[class*=px-6][class*=pb-4][class*=bg-gradient-to-r],html.theme-dark div[class*=px-6][class*=pb-4][class*=bg-gradient-to-r],.theme-dark .bg-gradient-to-r.from-blue-900\/20.to-purple-900\/20,.theme-dark [class*="from-blue-900/20"][class*="to-purple-900/20"],body.theme-dark .bg-gradient-to-r.from-blue-900\/20.to-purple-900\/20,body.theme-dark [class*="from-blue-900/20"][class*="to-purple-900/20"],html.theme-dark .bg-gradient-to-r.from-blue-900\/20.to-purple-900\/20,html.theme-dark [class*="from-blue-900/20"][class*="to-purple-900/20"]{background:transparent!important;background-image:none!important;background-color:transparent!important}.theme-dark button[class*="hover:bg-gray-50"]:hover,.theme-dark button[class*="hover:bg-gray-50"]:focus,body.theme-dark button[class*="hover:bg-gray-50"]:hover,body.theme-dark button[class*="hover:bg-gray-50"]:focus,html.theme-dark button[class*="hover:bg-gray-50"]:hover,html.theme-dark button[class*="hover:bg-gray-50"]:focus{background:transparent!important;background-color:transparent!important;background-image:none!important}.theme-dark div[class*=space-y-4] button:hover,.theme-dark div[class*=space-y-4] button:focus,body.theme-dark div[class*=space-y-4] button:hover,body.theme-dark div[class*=space-y-4] button:focus,html.theme-dark div[class*=space-y-4] button:hover,html.theme-dark div[class*=space-y-4] button:focus{background:transparent!important;background-color:transparent!important;background-image:none!important}.theme-dark div[class*=rounded-xl][class*="hover:shadow-lg"]:hover,body.theme-dark div[class*=rounded-xl][class*="hover:shadow-lg"]:hover,html.theme-dark div[class*=rounded-xl][class*="hover:shadow-lg"]:hover{background:transparent!important;background-color:transparent!important;background-image:none!important}.theme-dark button[class*=px-6][class*=py-4]:hover,.theme-dark button[class*=px-6][class*=py-4]:focus,body.theme-dark button[class*=px-6][class*=py-4]:hover,body.theme-dark button[class*=px-6][class*=py-4]:focus,html.theme-dark button[class*=px-6][class*=py-4]:hover,html.theme-dark button[class*=px-6][class*=py-4]:focus{background:transparent!important;background-color:transparent!important;background-image:none!important}.theme-sono-cream div[class*=space-y-6] h2,.theme-sono-cream div[class*=space-y-6] p,.theme-sono-cream div[class*=space-y-6] span,.theme-sono-cream div[class*=space-y-6] button,.theme-sono-cream div[class*=space-y-6] div,body.theme-sono-cream div[class*=space-y-6] h2,body.theme-sono-cream div[class*=space-y-6] p,body.theme-sono-cream div[class*=space-y-6] span,body.theme-sono-cream div[class*=space-y-6] button,body.theme-sono-cream div[class*=space-y-6] div,html.theme-sono-cream div[class*=space-y-6] h2,html.theme-sono-cream div[class*=space-y-6] p,html.theme-sono-cream div[class*=space-y-6] span,html.theme-sono-cream div[class*=space-y-6] button,html.theme-sono-cream div[class*=space-y-6] div,.theme-sono-cream [class*=space-y-4] [class*=textPrimary],.theme-sono-cream [class*=space-y-4] [class*=textSecondary],.theme-sono-cream [class*=space-y-4] [class*=text-],body.theme-sono-cream [class*=space-y-4] [class*=textPrimary],body.theme-sono-cream [class*=space-y-4] [class*=textSecondary],body.theme-sono-cream [class*=space-y-4] [class*=text-],html.theme-sono-cream [class*=space-y-4] [class*=textPrimary],html.theme-sono-cream [class*=space-y-4] [class*=textSecondary],html.theme-sono-cream [class*=space-y-4] [class*=text-],.theme-sono-cream div[class*=rounded-xl] span,.theme-sono-cream div[class*=rounded-xl] p,.theme-sono-cream div[class*=rounded-xl] button span,body.theme-sono-cream div[class*=rounded-xl] span,body.theme-sono-cream div[class*=rounded-xl] p,body.theme-sono-cream div[class*=rounded-xl] button span,html.theme-sono-cream div[class*=rounded-xl] span,html.theme-sono-cream div[class*=rounded-xl] p,html.theme-sono-cream div[class*=rounded-xl] button span,.theme-sono-cream div[class*=space-y-6] [class*=theme-text],.theme-sono-cream div[class*=space-y-4] [class*=theme-text],body.theme-sono-cream div[class*=space-y-6] [class*=theme-text],body.theme-sono-cream div[class*=space-y-4] [class*=theme-text],html.theme-sono-cream div[class*=space-y-6] [class*=theme-text],html.theme-sono-cream div[class*=space-y-4] [class*=theme-text],.theme-sono-cream div[class*=text-center] h2[class*=text-3xl],.theme-sono-cream div[class*=text-center] p[class*=text-lg],body.theme-sono-cream div[class*=text-center] h2[class*=text-3xl],body.theme-sono-cream div[class*=text-center] p[class*=text-lg],html.theme-sono-cream div[class*=text-center] h2[class*=text-3xl],html.theme-sono-cream div[class*=text-center] p[class*=text-lg],.theme-sono-cream div[class*=text-center] p[class*=mb-4],body.theme-sono-cream div[class*=text-center] p[class*=mb-4],html.theme-sono-cream div[class*=text-center] p[class*=mb-4],.theme-sono-cream div[class*=space-y-4] div[class*=rounded-xl] button span,.theme-sono-cream div[class*=space-y-4] div[class*=rounded-xl] div p,body.theme-sono-cream div[class*=space-y-4] div[class*=rounded-xl] button span,body.theme-sono-cream div[class*=space-y-4] div[class*=rounded-xl] div p,html.theme-sono-cream div[class*=space-y-4] div[class*=rounded-xl] button span,html.theme-sono-cream div[class*=space-y-4] div[class*=rounded-xl] div p,.theme-sono-cream div[class*=border-gray-200] *,.theme-sono-cream div[class*=border-t] p,body.theme-sono-cream div[class*=border-gray-200] *,body.theme-sono-cream div[class*=border-t] p,html.theme-sono-cream div[class*=border-gray-200] *,html.theme-sono-cream div[class*=border-t] p{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.theme-sono-pulse div[class*=bg-gradient-to-r][class*=from-blue-50],.theme-sono-pulse div[class*=bg-gradient-to-r][class*=to-purple-50],.theme-sono-pulse div[class*=bg-gradient-to-r][class*=from-blue-900],.theme-sono-pulse div[class*=bg-gradient-to-r][class*=to-purple-900],body.theme-sono-pulse div[class*=bg-gradient-to-r][class*=from-blue-50],body.theme-sono-pulse div[class*=bg-gradient-to-r][class*=to-purple-50],body.theme-sono-pulse div[class*=bg-gradient-to-r][class*=from-blue-900],body.theme-sono-pulse div[class*=bg-gradient-to-r][class*=to-purple-900],html.theme-sono-pulse div[class*=bg-gradient-to-r][class*=from-blue-50],html.theme-sono-pulse div[class*=bg-gradient-to-r][class*=to-purple-50],html.theme-sono-pulse div[class*=bg-gradient-to-r][class*=from-blue-900],html.theme-sono-pulse div[class*=bg-gradient-to-r][class*=to-purple-900],.theme-sono-pulse div[class*=border-t][class*=border-gray-200][class*=bg-gradient-to-r],.theme-sono-pulse div[class*=border-t][class*=border-gray-700][class*=bg-gradient-to-r],body.theme-sono-pulse div[class*=border-t][class*=border-gray-200][class*=bg-gradient-to-r],body.theme-sono-pulse div[class*=border-t][class*=border-gray-700][class*=bg-gradient-to-r],html.theme-sono-pulse div[class*=border-t][class*=border-gray-200][class*=bg-gradient-to-r],html.theme-sono-pulse div[class*=border-t][class*=border-gray-700][class*=bg-gradient-to-r],.theme-sono-pulse div[class*=px-6][class*=pb-4][class*=bg-gradient-to-r],body.theme-sono-pulse div[class*=px-6][class*=pb-4][class*=bg-gradient-to-r],html.theme-sono-pulse div[class*=px-6][class*=pb-4][class*=bg-gradient-to-r],.theme-sono-pulse .bg-gradient-to-r.from-blue-50\/50.to-purple-50\/50,.theme-sono-pulse .bg-gradient-to-r.from-blue-900\/20.to-purple-900\/20,.theme-sono-pulse [class*="from-blue-50/50"][class*="to-purple-50/50"],.theme-sono-pulse [class*="from-blue-900/20"][class*="to-purple-900/20"],body.theme-sono-pulse .bg-gradient-to-r.from-blue-50\/50.to-purple-50\/50,body.theme-sono-pulse .bg-gradient-to-r.from-blue-900\/20.to-purple-909\/20,body.theme-sono-pulse [class*="from-blue-50/50"][class*="to-purple-50/50"],body.theme-sono-pulse [class*="from-blue-900/20"][class*="to-purple-900/20"],html.theme-sono-pulse .bg-gradient-to-r.from-blue-50\/50.to-purple-50\/50,html.theme-sono-pulse .bg-gradient-to-r.from-blue-900\/20.to-purple-900\/20,html.theme-sono-pulse [class*="from-blue-50/50"][class*="to-purple-50/50"],html.theme-sono-pulse [class*="from-blue-909/20"][class*="to-purple-900/20"]{background:transparent!important;background-image:none!important;background-color:transparent!important}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-full::file-selector-button{border-radius:9999px}.file\:rounded-lg::file-selector-button{border-radius:.5rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-purple-50::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.file\:bg-purple-600::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-purple-700::file-selector-button{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.file\:text-white::file-selector-button{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.file\:text-white[data-terms-black]::file-selector-button{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light [data-page=content-policy] .file\:bg-purple-600::file-selector-button svg,.theme-sono-light [data-page=content-policy] .file\:bg-purple-600::file-selector-button svg{color:#fff!important;stroke:#fff!important;fill:none!important}.placeholder\:text-\[\#8a766b\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(138 118 107 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#8a766b\]::placeholder{--tw-text-opacity: 1;color:rgb(138 118 107 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400[data-terms-black]::-moz-placeholder{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.placeholder\:text-gray-400[data-terms-black]::placeholder{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .placeholder\:text-gray-500[data-terms-black]::-moz-placeholder{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .placeholder\:text-gray-500[data-terms-black]::placeholder{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .placeholder\:text-gray-400[data-terms-black]::-moz-placeholder{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .placeholder\:text-gray-400[data-terms-black]::placeholder{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-3:hover{--tw-translate-y: -.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-x-2:hover{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rotate-0:hover{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[\$\{scale\}\]:hover{--tw-scale-x: ${scale}--tw-scale-y: ${scale}transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.01\]:hover{--tw-scale-x: 1.01;--tw-scale-y: 1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:transform:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-amber-300\/60:hover{border-color:#fcd34d99}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-gray-400\/50:hover{border-color:#9ca3af80}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.hover\:border-gray-500\/60:hover{border-color:#6b728099}.hover\:border-gray-600\/50:hover{border-color:#4b556380}.hover\:border-green-400\/50:hover{border-color:#4ade8080}.hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.hover\:border-indigo-500:hover{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.hover\:border-purple-400\/40:hover{border-color:#c084fc66}.hover\:border-purple-500\/30:hover{border-color:#a855f74d}.hover\:border-purple-500\/40:hover{border-color:#a855f766}.hover\:border-purple-500\/50:hover{border-color:#a855f780}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.hover\:border-red-400\/30:hover{border-color:#f871714d}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.hover\:border-white\/20:hover{border-color:#fff3}.hover\:border-white\/30:hover{border-color:#ffffff4d}.hover\:border-white\/50:hover{border-color:#ffffff80}.hover\:\!bg-transparent:hover{background-color:transparent!important}.hover\:bg-\[\#5e3725\]:hover{--tw-bg-opacity: 1;background-color:rgb(94 55 37 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#5e3a27\]:hover{--tw-bg-opacity: 1;background-color:rgb(94 58 39 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#7C3AED\]:hover{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#cec0b1\]:hover{--tw-bg-opacity: 1;background-color:rgb(206 192 177 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#efe1d5\]:hover{--tw-bg-opacity: 1;background-color:rgb(239 225 213 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-100\/30:hover{background-color:#fef3c74d}.hover\:bg-amber-50\/50:hover{background-color:#fffbeb80}.hover\:bg-amber-50\/60:hover{background-color:#fffbeb99}.hover\:bg-amber-500\/30:hover{background-color:#f59e0b4d}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/30:hover{background-color:#0000004d}.hover\:bg-black\/40:hover{background-color:#0006}.hover\:bg-black\/60:hover{background-color:#0009}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-black\/90:hover{background-color:#000000e6}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500\/10:hover{background-color:#3b82f61a}.hover\:bg-blue-500\/20:hover{background-color:#3b82f633}.hover\:bg-blue-500\/30:hover{background-color:#3b82f64d}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600\/30:hover{background-color:#2563eb4d}.hover\:bg-blue-600\/50:hover{background-color:#2563eb80}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-900\/20:hover{background-color:#1e3a8a33}.hover\:bg-fuchsia-500\/10:hover{background-color:#d946ef1a}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100\/30:hover{background-color:#f3f4f64d}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-500\/50:hover{background-color:#6b728080}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600\/50:hover{background-color:#4b556380}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700\/30:hover{background-color:#3741514d}.hover\:bg-gray-700\/60:hover{background-color:#37415199}.hover\:bg-gray-700\/70:hover{background-color:#374151b3}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800\/50:hover{background-color:#1f293780}.hover\:bg-gray-800\/70:hover{background-color:#1f2937b3}.hover\:bg-gray-900\/60:hover{background-color:#11182799}.hover\:bg-gray-900\/70:hover{background-color:#111827b3}.hover\:bg-green-500\/10:hover{background-color:#22c55e1a}.hover\:bg-green-500\/20:hover{background-color:#22c55e33}.hover\:bg-green-500\/30:hover{background-color:#22c55e4d}.hover\:bg-green-600\/30:hover{background-color:#16a34a4d}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-200:hover{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-500\/20:hover{background-color:#f9731633}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-500\/30:hover{background-color:#ec48994d}.hover\:bg-pink-600\/50:hover{background-color:#db277780}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-500:hover{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-500\/10:hover{background-color:#a855f71a}.hover\:bg-purple-500\/20:hover{background-color:#a855f733}.hover\:bg-purple-500\/30:hover{background-color:#a855f74d}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-600\/20:hover{background-color:#9333ea33}.hover\:bg-purple-600\/30:hover{background-color:#9333ea4d}.hover\:bg-purple-600\/40:hover{background-color:#9333ea66}.hover\:bg-purple-600\/50:hover{background-color:#9333ea80}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700\/30:hover{background-color:#7e22ce4d}.hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-800\/20:hover{background-color:#6b21a833}.hover\:bg-purple-800\/30:hover{background-color:#6b21a84d}.hover\:bg-purple-800\/40:hover{background-color:#6b21a866}.hover\:bg-purple-900\/20:hover{background-color:#581c8733}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-red-500\/5:hover{background-color:#ef44440d}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600\/30:hover{background-color:#dc26264d}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700\/50:hover{background-color:#b91c1c80}.hover\:bg-red-900\/20:hover{background-color:#7f1d1d33}.hover\:bg-red-900\/30:hover{background-color:#7f1d1d4d}.hover\:bg-sky-500\/10:hover{background-color:#0ea5e91a}.hover\:bg-sky-600:hover{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-600\/30:hover{background-color:#0284c74d}.hover\:bg-slate-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-600:hover{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-700:hover{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-500\/20:hover{background-color:#eab30833}.hover\:bg-yellow-500\/30:hover{background-color:#eab3084d}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-75:hover{--tw-bg-opacity: .75}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-amber-600\/90:hover{--tw-gradient-from: rgb(217 119 6 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-400:hover{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-500:hover{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-600:hover{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-600\/90:hover{--tw-gradient-from: rgb(37 99 235 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-emerald-700:hover{--tw-gradient-from: #047857 var(--tw-gradient-from-position);--tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-600:hover{--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-800\/60:hover{--tw-gradient-from: rgb(31 41 55 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-500:hover{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-400:hover{--tw-gradient-from: #818cf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-400\/30:hover{--tw-gradient-from: rgb(129 140 248 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-500\/15:hover{--tw-gradient-from: rgb(236 72 153 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-pink-600:hover{--tw-gradient-from: #db2777 var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-500:hover{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-500\/20:hover{--tw-gradient-from: rgb(168 85 247 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-600\/20:hover{--tw-gradient-from: rgb(147 51 234 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-600\/60:hover{--tw-gradient-from: rgb(147 51 234 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-500:hover{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-700:hover{--tw-gradient-from: #b91c1c var(--tw-gradient-from-position);--tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-600:hover{--tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);--tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:via-fuchsia-400\/20:hover{--tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(232 121 249 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:via-pink-500:hover{--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.hover\:to-blue-400:hover{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.hover\:to-blue-600\/20:hover{--tw-gradient-to: rgb(37 99 235 / .2) var(--tw-gradient-to-position)}.hover\:to-blue-700:hover{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.hover\:to-cyan-400:hover{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.hover\:to-cyan-600:hover{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.hover\:to-fuchsia-400:hover{--tw-gradient-to: #e879f9 var(--tw-gradient-to-position)}.hover\:to-gray-500:hover{--tw-gradient-to: #6b7280 var(--tw-gradient-to-position)}.hover\:to-gray-900\/60:hover{--tw-gradient-to: rgb(17 24 39 / .6) var(--tw-gradient-to-position)}.hover\:to-green-400:hover{--tw-gradient-to: #4ade80 var(--tw-gradient-to-position)}.hover\:to-indigo-500:hover{--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.hover\:to-indigo-700:hover{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.hover\:to-orange-600\/90:hover{--tw-gradient-to: rgb(234 88 12 / .9) var(--tw-gradient-to-position)}.hover\:to-orange-700:hover{--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.hover\:to-pink-400:hover{--tw-gradient-to: #f472b6 var(--tw-gradient-to-position)}.hover\:to-pink-500:hover{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.hover\:to-pink-500\/20:hover{--tw-gradient-to: rgb(236 72 153 / .2) var(--tw-gradient-to-position)}.hover\:to-pink-500\/60:hover{--tw-gradient-to: rgb(236 72 153 / .6) var(--tw-gradient-to-position)}.hover\:to-pink-700:hover{--tw-gradient-to: #be185d var(--tw-gradient-to-position)}.hover\:to-purple-400:hover{--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.hover\:to-purple-500:hover{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.hover\:to-purple-600\/15:hover{--tw-gradient-to: rgb(147 51 234 / .15) var(--tw-gradient-to-position)}.hover\:to-purple-600\/90:hover{--tw-gradient-to: rgb(147 51 234 / .9) var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:to-purple-800:hover{--tw-gradient-to: #6b21a8 var(--tw-gradient-to-position)}.hover\:to-red-400:hover{--tw-gradient-to: #f87171 var(--tw-gradient-to-position)}.hover\:to-red-500:hover{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.hover\:to-red-800:hover{--tw-gradient-to: #991b1b var(--tw-gradient-to-position)}.hover\:to-rose-600:hover{--tw-gradient-to: #e11d48 var(--tw-gradient-to-position)}.hover\:to-teal-700:hover{--tw-gradient-to: #0f766e var(--tw-gradient-to-position)}.hover\:to-transparent:hover{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-blue-200:hover{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-fuchsia-300:hover{--tw-text-opacity: 1;color:rgb(240 171 252 / var(--tw-text-opacity, 1))}.hover\:text-fuchsia-600:hover{--tw-text-opacity: 1;color:rgb(192 38 211 / var(--tw-text-opacity, 1))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.hover\:text-orange-300:hover{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.hover\:text-purple-100:hover{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.hover\:text-purple-200:hover{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-sky-200:hover{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity, 1))}.hover\:text-sky-300:hover{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-300:hover{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-purple-200:hover{text-decoration-color:#e9d5ff}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_0_0_2px_rgba\(255\,255\,255\,0\.25\)\,0_0_30px_-6px_rgba\(167\,139\,250\,0\.4\)\]:hover{--tw-shadow: 0 0 0 2px rgba(255,255,255,.25),0 0 30px -6px rgba(167,139,250,.4);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 0 30px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_0_30px_-5px_rgba\(168\,85\,247\,0\.5\)\]:hover{--tw-shadow: 0 0 30px -5px rgba(168,85,247,.5);--tw-shadow-colored: 0 0 30px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_6px_26px_-4px_rgba\(0\,0\,0\,0\.12\)\]:hover{--tw-shadow: 0 6px 26px -4px rgba(0,0,0,.12);--tw-shadow-colored: 0 6px 26px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_6px_28px_-4px_rgba\(0\,0\,0\,0\.12\)\]:hover{--tw-shadow: 0 6px 28px -4px rgba(0,0,0,.12);--tw-shadow-colored: 0 6px 28px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_6px_28px_-4px_rgba\(0\,0\,0\,0\.15\)\]:hover{--tw-shadow: 0 6px 28px -4px rgba(0,0,0,.15);--tw-shadow-colored: 0 6px 28px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_8px_40px_-5px_rgba\(236\,72\,153\,0\.7\)\]:hover{--tw-shadow: 0 8px 40px -5px rgba(236,72,153,.7);--tw-shadow-colored: 0 8px 40px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-amber-400\/20:hover{--tw-shadow-color: rgb(251 191 36 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/50:hover{--tw-shadow-color: rgb(59 130 246 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/25:hover{--tw-shadow-color: rgb(16 185 129 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-500\/50:hover{--tw-shadow-color: rgb(107 114 128 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-400\/20:hover{--tw-shadow-color: rgb(74 222 128 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/50:hover{--tw-shadow-color: rgb(34 197 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-400\/20:hover{--tw-shadow-color: rgb(192 132 252 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/10:hover{--tw-shadow-color: rgb(168 85 247 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/20:hover{--tw-shadow-color: rgb(168 85 247 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/25:hover{--tw-shadow-color: rgb(168 85 247 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/50:hover{--tw-shadow-color: rgb(168 85 247 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-700\/40:hover{--tw-shadow-color: rgb(126 34 206 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-800\/40:hover{--tw-shadow-color: rgb(107 33 168 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/25:hover{--tw-shadow-color: rgb(239 68 68 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/50:hover{--tw-shadow-color: rgb(239 68 68 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/50:hover{--tw-shadow-color: rgb(234 179 8 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:ring-purple-500\/60:hover{--tw-ring-color: rgb(168 85 247 / .6)}.hover\:brightness-110:hover{--tw-brightness: brightness(1.1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:text-white:hover[data-terms-black],.hover\:text-gray-300:hover[data-terms-black]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .hover\:bg-gradient-to-r:hover.account-policy-black-text{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;color:#000!important;-webkit-text-fill-color:#000000!important}body.theme-sono-light .hover\:text-gray-700:hover[data-terms-black],body.theme-sono-light .hover\:text-gray-600:hover[data-terms-black],body.theme-sono-light .hover\:text-gray-500:hover[data-terms-black],body.theme-sono-light .hover\:text-blue-500:hover[data-terms-black]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .hover\:text-gray-700:hoverp{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light .hover\:text-gray-700:hoverp,body.theme-sono-light .hover\:text-gray-700:hover{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hover,.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hover,body.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hover,.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hover{color:#1f2937!important;stroke:#1f2937!important;fill:#1f2937!important}body.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hover.h-8.w-8,.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hover.h-8.w-8,body.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hover.h-8.w-8,.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hover.h-8.w-8{color:#111827!important;stroke:#111827!important;fill:#111827!important}body.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hover.h-6.w-6,.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hover.h-6.w-6,body.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hover.h-6.w-6,.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hover.h-6.w-6{color:#374151!important;stroke:#374151!important;fill:#374151!important}body.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hover.h-5.w-5,.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hover.h-5.w-5,body.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hover.h-5.w-5,.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hover.h-5.w-5{color:#4b5563!important;stroke:#4b5563!important;fill:#4b5563!important}body.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hoversvg,.theme-sono-light [data-page=content-policy] .hover\:text-purple-400:hoversvg{color:#374151!important;stroke:#374151!important;fill:none!important}body.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hoversvg,.theme-sono-light [data-page=content-policy] .hover\:text-red-400:hoversvg{color:#374151!important;stroke:#374151!important;fill:none!important}body.theme-sono-light [data-page=content-policy] .hover\:bg-purple-600:hover svg,.theme-sono-light [data-page=content-policy] .hover\:bg-purple-600:hover svg{color:#fff!important;stroke:#fff!important;fill:none!important}body.theme-sono-light [data-page=content-policy] .hover\:bg-purple-700:hover svg,.theme-sono-light [data-page=content-policy] .hover\:bg-purple-700:hover svg{color:#fff!important;stroke:#fff!important;fill:none!important}.hover\:file\:bg-purple-100::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:file\:bg-purple-700::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}body.theme-sono-light [data-page=content-policy] .hover\:file\:bg-purple-700::file-selector-button:hover svg,.theme-sono-light [data-page=content-policy] .hover\:file\:bg-purple-700::file-selector-button:hover svg{color:#fff!important;stroke:#fff!important;fill:none!important}.focus\:border-amber-500:focus{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.focus\:border-black:focus{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-orange-500:focus{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.focus\:border-purple-300:focus{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:\!bg-transparent:focus{background-color:transparent!important}.focus\:bg-gray-900\/60:focus{background-color:#11182799}.focus\:opacity-100:focus{opacity:1}.focus\:\!outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:\!ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#784b33\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(120 75 51 / var(--tw-ring-opacity, 1))}.focus\:ring-amber-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-emerald-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.focus\:ring-emerald-500\/20:focus{--tw-ring-color: rgb(16 185 129 / .2)}.focus\:ring-fuchsia-400\/60:focus{--tw-ring-color: rgb(232 121 249 / .6)}.focus\:ring-fuchsia-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-400\/30:focus{--tw-ring-color: rgb(192 132 252 / .3)}.focus\:ring-purple-400\/60:focus{--tw-ring-color: rgb(192 132 252 / .6)}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500\/20:focus{--tw-ring-color: rgb(168 85 247 / .2)}.focus\:ring-purple-500\/50:focus{--tw-ring-color: rgb(168 85 247 / .5)}.focus\:ring-purple-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1))}.focus\:ring-red-400\/50:focus{--tw-ring-color: rgb(248 113 113 / .5)}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500\/20:focus{--tw-ring-color: rgb(239 68 68 / .2)}.focus\:ring-teal-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1))}.focus\:ring-violet-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1))}.focus\:ring-white\/20:focus{--tw-ring-color: rgb(255 255 255 / .2)}.focus\:ring-white\/40:focus{--tw-ring-color: rgb(255 255 255 / .4)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-black\/30:focus{--tw-ring-offset-color: rgb(0 0 0 / .3)}.focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #1f2937}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-gray-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-purple-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.active\:\!bg-transparent:active{background-color:transparent!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-600:disabled{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group[open] .group-open\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:focus-within .group-focus-within\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:focus-within .group-focus-within\:text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.group:focus-within .group-focus-within\:opacity-100{opacity:1}body.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400,.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400{color:#1f2937!important;stroke:#1f2937!important;fill:#1f2937!important}body.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400.h-8.w-8,.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400.h-8.w-8{color:#111827!important;stroke:#111827!important;fill:#111827!important}body.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400.h-6.w-6,.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400.h-6.w-6{color:#374151!important;stroke:#374151!important;fill:#374151!important}body.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400.h-5.w-5,.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400.h-5.w-5{color:#4b5563!important;stroke:#4b5563!important;fill:#4b5563!important}body.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400svg,.theme-sono-light [data-page=content-policy] .group:focus-within .group-focus-within\:text-purple-400svg{color:#374151!important;stroke:#374151!important;fill:none!important}.group\/btn:hover .group-hover\/btn\:translate-x-1,.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-3{--tw-rotate: 3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-\[360deg\]{--tw-rotate: 360deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/card:hover .group-hover\/card\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.group:hover .group-hover\:animate-bounce{animation:bounce 1s infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.group:hover .group-hover\:animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.group:hover .group-hover\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.group:hover .group-hover\:animate-spin{animation:spin 1s linear infinite}.group:hover .group-hover\:gap-2{gap:.5rem}.group:hover .group-hover\:gap-3{gap:.75rem}.group\/author:hover .group-hover\/author\:border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-pink-300{--tw-border-opacity: 1;border-color:rgb(249 168 212 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-purple-400\/50{border-color:#c084fc80}.group:hover .group-hover\:border-purple-500\/30{border-color:#a855f74d}.group:hover .group-hover\:border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-teal-300{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:bg-black\/20{background-color:#0003}.group:hover .group-hover\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-blue-500\/20{background-color:#3b82f633}.group:hover .group-hover\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-green-500\/20{background-color:#22c55e33}.group:hover .group-hover\:bg-indigo-600\/60{background-color:#4f46e599}.group:hover .group-hover\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-purple-500\/20{background-color:#a855f733}.group:hover .group-hover\:bg-purple-500\/30{background-color:#a855f74d}.group:hover .group-hover\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-purple-600\/30{background-color:#9333ea4d}.group:hover .group-hover\:bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-red-500\/20{background-color:#ef444433}.group:hover .group-hover\:bg-white\/30{background-color:#ffffff4d}.group:hover .group-hover\:bg-yellow-500\/20{background-color:#eab30833}.group:hover .group-hover\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.group:hover .group-hover\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.group:hover .group-hover\:from-purple-900\/20{--tw-gradient-from: rgb(88 28 135 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:to-pink-900\/20{--tw-gradient-to: rgb(131 24 67 / .2) var(--tw-gradient-to-position)}.group:hover .group-hover\:to-purple-500\/5{--tw-gradient-to: rgb(168 85 247 / .05) var(--tw-gradient-to-position)}.group:hover .group-hover\:font-medium{font-weight:500}.group\/card:hover .group-hover\/card\:text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-yellow-100{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-opacity-90{--tw-text-opacity: .9}.group\/card:hover .group-hover\/card\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-10{opacity:.1}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-20{opacity:.2}.group:hover .group-hover\:opacity-40{opacity:.4}.group:hover .group-hover\:opacity-5{opacity:.05}.group:hover .group-hover\:opacity-50{opacity:.5}.group:hover .group-hover\:opacity-60{opacity:.6}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:opacity-90{opacity:.9}.group:hover .group-hover\:shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-purple-500\/50{--tw-shadow-color: rgb(168 85 247 / .5);--tw-shadow: var(--tw-shadow-colored)}.group:hover .group-hover\:shadow-purple-500\/60{--tw-shadow-color: rgb(168 85 247 / .6);--tw-shadow: var(--tw-shadow-colored)}.group:hover .group-hover\:theme-bg-card .login-black-text p,.group:hover .group-hover\:theme-bg-card .login-black-text a{color:#000!important;-webkit-text-fill-color:#000000!important}.group:hover .group-hover\:text-white[data-terms-black],.group:hover .group-hover\:text-gray-300[data-terms-black]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400,.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400{color:#1f2937!important;stroke:#1f2937!important;fill:#1f2937!important}body.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400.h-8.w-8,.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400.h-8.w-8{color:#111827!important;stroke:#111827!important;fill:#111827!important}body.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400.h-6.w-6,.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400.h-6.w-6{color:#374151!important;stroke:#374151!important;fill:#374151!important}body.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400.h-5.w-5,.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400.h-5.w-5{color:#4b5563!important;stroke:#4b5563!important;fill:#4b5563!important}body.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400svg,.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:text-purple-400svg{color:#374151!important;stroke:#374151!important;fill:none!important}body.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:bg-purple-600 svg,.theme-sono-light [data-page=content-policy] .group:hover .group-hover\:bg-purple-600 svg{color:#fff!important;stroke:#fff!important;fill:none!important}.peer:-moz-placeholder~.peer-placeholder-shown\:top-3{top:.75rem}.peer:placeholder-shown~.peer-placeholder-shown\:top-3{top:.75rem}.peer:-moz-placeholder~.peer-placeholder-shown\:text-base{font-size:1rem;line-height:1.5rem}.peer:placeholder-shown~.peer-placeholder-shown\:text-base{font-size:1rem;line-height:1.5rem}.peer:focus~.peer-focus\:top-2{top:.5rem}.peer:focus~.peer-focus\:text-sm{font-size:.875rem;line-height:1.25rem}.peer:focus~.peer-focus\:ring-purple-300\/40{--tw-ring-color: rgb(216 180 254 / .4)}.prose-headings\:font-semibold :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600}.prose-p\:mb-4 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:1rem}.prose-pre\:bg-black\/40 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){background-color:#0006}@media (min-width: 475px){.xs\:inline{display:inline}.xs\:hidden{display:none}.xs\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 640px){.sm\:-bottom-1{bottom:-.25rem}.sm\:-right-1{right:-.25rem}.sm\:left-3{left:.75rem}.sm\:right-4{right:1rem}.sm\:top-3{top:.75rem}.sm\:top-4{top:1rem}.sm\:top-5{top:1.25rem}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:h-1\.5{height:.375rem}.sm\:h-10{height:2.5rem}.sm\:h-16{height:4rem}.sm\:h-2{height:.5rem}.sm\:h-3{height:.75rem}.sm\:h-32{height:8rem}.sm\:h-4{height:1rem}.sm\:h-40{height:10rem}.sm\:h-48{height:12rem}.sm\:h-5{height:1.25rem}.sm\:h-56{height:14rem}.sm\:h-6{height:1.5rem}.sm\:h-64{height:16rem}.sm\:h-8{height:2rem}.sm\:h-\[360px\]{height:360px}.sm\:h-\[600px\]{height:600px}.sm\:h-\[calc\(100vh-12rem\)\]{height:calc(100vh - 12rem)}.sm\:h-full{height:100%}.sm\:min-h-\[120px\]{min-height:120px}.sm\:min-h-\[600px\]{min-height:600px}.sm\:w-1\.5{width:.375rem}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-2{width:.5rem}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-3{width:.75rem}.sm\:w-32{width:8rem}.sm\:w-4{width:1rem}.sm\:w-40{width:10rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-64{width:16rem}.sm\:w-8{width:2rem}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:max-w-32{max-width:8rem}.sm\:max-w-\[70\%\]{max-width:70%}.sm\:max-w-\[80\%\]{max-width:80%}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:max-w-sm{max-width:24rem}.sm\:flex-none{flex:none}.sm\:columns-2{-moz-columns:2;columns:2}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-1{gap:.25rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:gap-y-3{row-gap:.75rem}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.sm\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sm\:self-auto{align-self:auto}.sm\:p-1{padding:.25rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-24{padding-bottom:6rem}.sm\:pb-28{padding-bottom:7rem}.sm\:pb-3{padding-bottom:.75rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pt-16{padding-top:4rem}.sm\:pt-2{padding-top:.5rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}body.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-purple-400,body.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-blue-400,body.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-green-400,body.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-red-400,body.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-yellow-400,.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-purple-400,.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-blue-400,.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-green-400,.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-red-400,.theme-sono-light [data-page=content-policy] .sm\:h-8.w-8.text-yellow-400,body.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-purple-400,body.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-blue-400,body.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-green-400,body.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-red-400,body.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-yellow-400,.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-purple-400,.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-blue-400,.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-green-400,.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-red-400,.theme-sono-light [data-page=content-policy] .sm\:w-8.h-8.text-yellow-400{color:#111827!important;stroke:#111827!important;fill:#111827!important}body.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-purple-400,body.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-blue-400,body.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-green-400,body.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-red-400,body.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-yellow-400,body.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-indigo-400,.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-purple-400,.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-blue-400,.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-green-400,.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-red-400,.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-yellow-400,.theme-sono-light [data-page=content-policy] .sm\:h-6.w-6.text-indigo-400,body.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-purple-400,body.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-blue-400,body.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-green-400,body.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-red-400,body.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-yellow-400,body.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-indigo-400,.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-purple-400,.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-blue-400,.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-green-400,.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-red-400,.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-yellow-400,.theme-sono-light [data-page=content-policy] .sm\:w-6.h-6.text-indigo-400{color:#374151!important;stroke:#374151!important;fill:#374151!important}body.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-purple-400,body.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-blue-400,body.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-green-400,body.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-red-400,body.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-yellow-400,.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-purple-400,.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-blue-400,.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-green-400,.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-red-400,.theme-sono-light [data-page=content-policy] .sm\:h-5.w-5.text-yellow-400,body.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-purple-400,body.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-blue-400,body.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-green-400,body.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-red-400,body.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-yellow-400,.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-purple-400,.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-blue-400,.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-green-400,.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-red-400,.theme-sono-light [data-page=content-policy] .sm\:w-5.h-5.text-yellow-400{color:#4b5563!important;stroke:#4b5563!important;fill:#4b5563!important}.sm\:hover\:-translate-y-3:hover{--tw-translate-y: -.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width: 768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:mb-0{margin-bottom:0}.md\:ml-2{margin-left:.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mt-0{margin-top:0}.md\:mt-14{margin-top:3.5rem}.md\:mt-4{margin-top:1rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-32{height:8rem}.md\:h-40{height:10rem}.md\:h-48{height:12rem}.md\:h-64{height:16rem}.md\:h-96{height:24rem}.md\:h-\[384px\]{height:384px}.md\:h-\[70vh\]{height:70vh}.md\:max-h-none{max-height:none}.md\:min-h-\[640px\]{min-height:640px}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-40{width:10rem}.md\:w-48{width:12rem}.md\:w-64{width:16rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:max-w-5xl{max-width:64rem}.md\:flex-grow-0{flex-grow:0}.md\:translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:columns-2{-moz-columns:2;columns:2}.md\:columns-3{-moz-columns:3;columns:3}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-10{gap:2.5rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:rounded-3xl{border-radius:1.5rem}.md\:rounded-xl{border-radius:.75rem}.md\:border-r{border-right-width:1px}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-16{padding:4rem}.md\:p-3{padding:.75rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:pb-0{padding-bottom:0}.md\:pb-32{padding-bottom:8rem}.md\:pb-8{padding-bottom:2rem}.md\:pr-4{padding-right:1rem}.md\:pt-20{padding-top:5rem}.md\:pt-32{padding-top:8rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:opacity-100{opacity:1}}@media (min-width: 1024px){.lg\:sticky{position:sticky}.lg\:top-8{top:2rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-span-6{grid-column:span 6 / span 6}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:col-span-8{grid-column:span 8 / span 8}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-8{margin-bottom:2rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-40{height:10rem}.lg\:h-48{height:12rem}.lg\:h-80{height:20rem}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-40{width:10rem}.lg\:w-48{width:12rem}.lg\:w-64{width:16rem}.lg\:w-80{width:20rem}.lg\:w-auto{width:auto}.lg\:columns-3{-moz-columns:3;columns:3}.lg\:columns-4{-moz-columns:4;columns:4}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-\[280px\,1fr\]{grid-template-columns:280px 1fr}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:justify-start{justify-content:flex-start}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:border-b-0{border-bottom-width:0px}.lg\:border-r{border-right-width:1px}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pl-8{padding-left:2rem}.lg\:pr-8{padding-right:2rem}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:opacity-100{opacity:1}@media (max-width: 768px){[data-mobile-menu] .lg\:grid svg{fill:none!important;stroke:currentColor!important;stroke-width:2!important}}}@media (min-width: 1280px){.xl\:col-span-4{grid-column:span 4 / span 4}.xl\:col-span-8{grid-column:span 8 / span 8}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-color-scheme: dark){.dark\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity, 1))}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-white\/10{border-color:#ffffff1a}.dark\:bg-blue-900\/20{background-color:#1e3a8a33}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700\/40{background-color:#37415166}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/50{background-color:#1f293780}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/20{background-color:#14532d33}.dark\:bg-red-900\/20{background-color:#7f1d1d33}.dark\:bg-transparent{background-color:transparent}.dark\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-\[radial-gradient\(circle_at_30\%_20\%\,rgba\(255\,255\,255\,0\.15\)\,transparent_60\%\)\]{background-image:radial-gradient(circle at 30% 20%,rgba(255,255,255,.15),transparent 60%)}.dark\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.dark\:from-\[\#ffffff08\]{--tw-gradient-from: #ffffff08 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-900\/20{--tw-gradient-from: rgb(30 58 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-purple-900\/20{--tw-gradient-from: rgb(88 28 135 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-\[\#ffffff03\]{--tw-gradient-to: #ffffff03 var(--tw-gradient-to-position)}.dark\:to-blue-900\/20{--tw-gradient-to: rgb(30 58 138 / .2) var(--tw-gradient-to-position)}.dark\:to-purple-900\/20{--tw-gradient-to: rgb(88 28 135 / .2) var(--tw-gradient-to-position)}.dark\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.dark\:text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:shadow-\[0_0_0_1px_rgba\(255\,255\,255\,0\.05\)\]{--tw-shadow: 0 0 0 1px rgba(255,255,255,.05);--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:text-gray-400[data-terms-black],.dark\:text-white[data-terms-black],.dark\:text-gray-300[data-terms-black],body.theme-sono-light .dark\:text-gray-500[data-terms-black],body.theme-sono-light .dark\:text-gray-400[data-terms-black]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}body.theme-sono-light [data-page=content-policy] .dark\:text-blue-400,.theme-sono-light [data-page=content-policy] .dark\:text-blue-400,body.theme-sono-light [data-page=content-policy] .dark\:text-green-400,.theme-sono-light [data-page=content-policy] .dark\:text-green-400,body.theme-sono-light [data-page=content-policy] .dark\:text-red-400,.theme-sono-light [data-page=content-policy] .dark\:text-red-400{color:#1f2937!important;stroke:#1f2937!important;fill:#1f2937!important}body.theme-sono-light [data-page=content-policy] .dark\:text-blue-400.h-8.w-8,.theme-sono-light [data-page=content-policy] .dark\:text-blue-400.h-8.w-8,body.theme-sono-light [data-page=content-policy] .dark\:text-green-400.h-8.w-8,.theme-sono-light [data-page=content-policy] .dark\:text-green-400.h-8.w-8,body.theme-sono-light [data-page=content-policy] .dark\:text-red-400.h-8.w-8,.theme-sono-light [data-page=content-policy] .dark\:text-red-400.h-8.w-8{color:#111827!important;stroke:#111827!important;fill:#111827!important}body.theme-sono-light [data-page=content-policy] .dark\:text-blue-400.h-6.w-6,.theme-sono-light [data-page=content-policy] .dark\:text-blue-400.h-6.w-6,body.theme-sono-light [data-page=content-policy] .dark\:text-green-400.h-6.w-6,.theme-sono-light [data-page=content-policy] .dark\:text-green-400.h-6.w-6,body.theme-sono-light [data-page=content-policy] .dark\:text-red-400.h-6.w-6,.theme-sono-light [data-page=content-policy] .dark\:text-red-400.h-6.w-6{color:#374151!important;stroke:#374151!important;fill:#374151!important}body.theme-sono-light [data-page=content-policy] .dark\:text-blue-400.h-5.w-5,.theme-sono-light [data-page=content-policy] .dark\:text-blue-400.h-5.w-5,body.theme-sono-light [data-page=content-policy] .dark\:text-green-400.h-5.w-5,.theme-sono-light [data-page=content-policy] .dark\:text-green-400.h-5.w-5,body.theme-sono-light [data-page=content-policy] .dark\:text-red-400.h-5.w-5,.theme-sono-light [data-page=content-policy] .dark\:text-red-400.h-5.w-5{color:#4b5563!important;stroke:#4b5563!important;fill:#4b5563!important}body.theme-sono-light [data-page=content-policy] svg.dark\:text-blue-400,.theme-sono-light [data-page=content-policy] svg.dark\:text-blue-400{color:#374151!important;stroke:#374151!important;fill:none!important}body.theme-sono-light [data-page=content-policy] svg.dark\:text-green-400,.theme-sono-light [data-page=content-policy] svg.dark\:text-green-400{color:#374151!important;stroke:#374151!important;fill:none!important}body.theme-sono-light [data-page=content-policy] svg.dark\:text-red-400,.theme-sono-light [data-page=content-policy] svg.dark\:text-red-400{color:#374151!important;stroke:#374151!important;fill:none!important}.dark\:hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-blue-900\/40:hover{background-color:#1e3a8a66}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800\/50:hover{background-color:#1f293780}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:shadow-\[0_0_0_1px_rgba\(255\,255\,255\,0\.15\)\,0_4px_30px_-5px_rgba\(0\,0\,0\,0\.4\)\]:hover{--tw-shadow: 0 0 0 1px rgba(255,255,255,.15),0 4px 30px -5px rgba(0,0,0,.4);--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 4px 30px -5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}.\[\&\>option\]\:bg-gray-800>option{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.\[\&\>option\]\:bg-white>option{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.\[\&\>option\]\:text-black>option{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.\[\&\>option\]\:text-gray-900>option{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.\[\&\>option\]\:text-white>option{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.\[\&\>option\]\:text-white>option[data-terms-black]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.\[\&_svg\]\:fill-white svg{fill:#fff}.\[\&_svg\]\:stroke-white svg{stroke:#fff}.\[\&_svg\]\:text-white svg{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.\[\&_svg\]\:text-white svg[data-terms-black]{color:#000!important;-webkit-text-fill-color:#000000!important;text-shadow:none!important}.animation-delay-300{animation-delay:.3s}.animation-delay-500{animation-delay:.5s}.animation-delay-700{animation-delay:.7s}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .8s ease-out forwards}.animate-slide-down{animation:slide-down .6s ease-out forwards}@keyframes float-up{0%{opacity:0;transform:translateY(20px) scale(.8)}50%{opacity:1;transform:translateY(-10px) scale(1.2)}to{opacity:0;transform:translateY(-30px) scale(.6)}}.animate-float-up{animation:float-up 8s ease-in-out infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient{background-size:400% 400%;animation:gradient-shift 15s ease infinite}@keyframes card-glow{0%,to{box-shadow:0 0 20px #9333ea4d}50%{box-shadow:0 0 40px #9333ea99}}.group:hover .card-glow{animation:card-glow 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.text-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 5px #9333ea80}50%{box-shadow:0 0 20px #9333eacc}}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite}@keyframes bounce-in{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}.animate-bounce-in{animation:bounce-in .6s ease-out}.tag-stagger-1{animation-delay:.1s}.tag-stagger-2{animation-delay:.2s}.tag-stagger-3{animation-delay:.3s}.musician-card-hover{transition:all .7s cubic-bezier(.25,.46,.45,.94)}.musician-card-hover:hover{transform:translateY(-12px) scale(1.02)}.button-hover-effect{position:relative;overflow:hidden}.button-hover-effect:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.button-hover-effect:hover:before{left:100%}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-loading{background:linear-gradient(90deg,#374151 25%,#4b5563,#374151 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite}.filter-tab-enter{animation:tab-slide-in .5s ease-out forwards}@keyframes tab-slide-in{0%{opacity:0;transform:translateY(-10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes search-results-appear{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-results-enter{animation:search-results-appear .3s ease-out forwards}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}
