.prime-movie-card{position:relative;aspect-ratio:2/3;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer;background:#000;isolation:isolate}.prime-movie-card:hover{transform:scale(1.05);box-shadow:0 8px 25px #0009;z-index:40;position:relative}.prime-movie-card .movie-poster{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.search-page .prime-movie-card:after{content:none!important}.prime-movie-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(transparent,#000000e6);pointer-events:none;z-index:5;opacity:0;transition:opacity .3s ease}.prime-movie-card:hover:after{opacity:1}.netflix-carousel-item:hover .prime-movie-card:after{opacity:1}.continue-watching-section .prime-movie-card .continue-watching-progress-bar{z-index:25!important}.continue-watching-section .prime-movie-card .continue-watching-progress-bar{height:12px!important;background:#000000b3!important;border-radius:0 0 12px 12px!important;border:1px solid rgba(255,255,255,.2)!important}.continue-watching-section .prime-movie-card .continue-watching-progress-fill{background:#8b5cf6!important;border-radius:0 0 12px 12px!important;box-shadow:0 0 8px #8b5cf699!important}.prime-movie-rating{position:absolute;top:8px;right:8px;background:#000c;padding:4px 8px;border-radius:12px;font-size:12px;color:gold;display:flex;align-items:center;gap:4px;opacity:0;transition:opacity .3s ease;z-index:30}.prime-movie-card:hover .prime-movie-rating{opacity:1}.prime-movie-year{position:absolute;top:8px;left:8px;background:#000c;padding:4px 8px;border-radius:12px;font-size:12px;color:#fff;font-weight:600;opacity:0;transition:opacity .3s ease;z-index:30}.prime-movie-card:hover .prime-movie-year{opacity:1}.search-page .prime-movie-title{display:none!important}.prime-movie-title{position:absolute;bottom:0;left:0;right:0;padding:12px;color:#fff;opacity:0;transition:opacity .3s ease;z-index:30;background:linear-gradient(to top,#000000d9,#0000008c 45%,#0000)}.continue-watching-carousel .netflix-carousel-item:hover .prime-movie-title,.continue-watching-carousel .netflix-carousel-item:hover .prime-movie-year,.continue-watching-carousel .netflix-carousel-item:hover .prime-movie-rating,.prime-movie-card:hover .prime-movie-title{opacity:1}.netflix-carousel-item:hover .prime-movie-card{transform:scale(1.05);box-shadow:0 8px 25px #0009;z-index:40;position:relative}.netflix-carousel-item:hover .prime-movie-title,.netflix-carousel-item:hover .prime-movie-year,.netflix-carousel-item:hover .prime-movie-rating{opacity:1}.prime-movie-title h3{font-weight:600;font-size:18px;line-height:1.3;margin:0 0 12px;text-shadow:0 1px 3px rgba(0,0,0,.8);text-align:center}.prime-action-buttons{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:0}.prime-play-button{background:#fff;color:#000;padding:8px 12px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:4px;box-shadow:0 2px 4px #0000001a}.prime-play-button:active{transform:scale(1.02) translateY(0);transition:all .1s ease}.prime-watchlist-button{border:1px solid white;color:#fff;background:transparent;padding:8px 10px;border-radius:50%;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:40px;height:40px}.prime-watchlist-button:active{transform:scale(1.02) translateY(0);transition:all .1s ease}.prime-watchlist-button.active{background:transparent;border-color:#fff;color:#fff}.prime-play-button:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.prime-watchlist-button:hover,.prime-info-button:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.prime-info-button{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent;padding:8px 10px;border-radius:50%;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:40px;height:40px}.prime-info-button:active{transform:scale(1.05) translateY(0);transition:all .1s ease}.prime-watched-button{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent;padding:8px 10px;border-radius:50%;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:40px;height:40px}.prime-watched-button:active{transform:scale(1.05) translateY(0);transition:all .1s ease}.prime-watched-button:hover{background:#fff3;border-color:#fffc;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.prime-watched-button.watched-active{background:#16a34a;border-color:#16a34a;color:#fff}.prime-watched-button.watched-active:hover{background:#15803d;border-color:#15803d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #16a34a66}.prime-remove-button{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent;padding:8px 10px;border-radius:50%;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:40px;height:40px}.prime-remove-button:active{transform:scale(1.05) translateY(0);transition:all .1s ease}.prime-remove-button:hover{background:#dc2626;color:#fff;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}@media(max-width:768px){.prime-movie-card{border-radius:10px}.prime-movie-card:hover{transform:scale(1.03);box-shadow:0 6px 20px #00000080}.prime-movie-title{padding:10px}.prime-movie-title h3{font-size:16px}.prime-movie-title .rating{font-size:11px}.prime-play-button{padding:6px 10px;font-size:13px;border-radius:6px}.prime-watchlist-button,.prime-info-button,.prime-watched-button,.prime-remove-button{padding:6px 8px;font-size:13px;width:36px;height:36px;border-radius:50%}.prime-movie-rating{top:6px;right:6px;padding:3px 6px;font-size:11px}.prime-movie-year{top:6px;left:6px;padding:3px 6px;font-size:11px}}@media(max-width:480px){.prime-movie-card:hover{transform:scale(1.02);box-shadow:0 4px 15px #0006}.prime-movie-title{padding:8px}.prime-movie-title h3{font-size:14px}.prime-action-buttons{gap:4px}.prime-play-button{padding:5px 8px;font-size:12px;border-radius:5px}.prime-watchlist-button,.prime-info-button,.prime-watched-button,.prime-remove-button{padding:5px 6px;font-size:12px;width:32px;height:32px;border-radius:50%}.prime-movie-rating{top:4px;right:4px;padding:2px 5px;font-size:10px}.prime-movie-year{top:4px;left:4px;padding:2px 5px;font-size:10px}}.netflix-movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding-bottom:20px;overflow:visible!important}.netflix-movie-grid>*{overflow:visible!important}.netflix-row-cards{display:flex;gap:16px;overflow-x:auto;overflow-y:visible;padding-bottom:20px;scrollbar-width:none;-ms-overflow-style:none}@media(max-width:1200px){.netflix-movie-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}}@media(max-width:1024px){.netflix-movie-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}}@media(max-width:768px){.netflix-movie-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}}@media(max-width:640px){.netflix-movie-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}}@media(max-width:480px){.netflix-movie-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px}}.continue-watching-section{display:flex;gap:20px;overflow:visible!important;overflow-x:auto;overflow-y:visible;padding:20px 0}.continue-watching-container{overflow:visible!important}.continue-watching-section .prime-movie-card{width:280px;min-width:280px;max-width:280px;flex-shrink:0;transform-origin:center bottom}.continue-watching-section .prime-movie-card:hover{z-index:999;position:relative;transform:scale(1.05);transition:transform .3s ease}section.continue-watching-carousel{overflow:visible!important;position:relative;z-index:1}.continue-watching-wrapper,.main-content,.page-container{overflow-y:visible!important}.continue-watching-section .prime-movie-card:hover .prime-movie-title,.continue-watching-section .prime-movie-card:hover .prime-movie-year,.continue-watching-section .prime-movie-card:hover .prime-movie-rating{opacity:1;z-index:1000}.continue-watching-card{min-width:300px;max-width:300px;aspect-ratio:2/3;position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;flex-shrink:0}.continue-watching-card:hover{transform:scale(1.02);box-shadow:0 8px 25px #0009}.card-image{position:relative;width:100%;height:100%;overflow:hidden}.card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.progress-bar{position:absolute;bottom:0;left:0;right:0;height:4px;background:#ffffff4d;z-index:10}.progress-fill{height:100%;background:#00a8e1}.card-overlay{position:absolute;bottom:4px;left:0;right:0;background:linear-gradient(transparent,#000000e6);padding:20px;opacity:0;transition:opacity .3s ease}.continue-watching-card:hover .card-overlay{opacity:1}.movie-info{display:flex;gap:12px;color:#b3b3b3;font-size:14px;margin-bottom:8px}.movie-title{font-size:18px;font-weight:600;margin:0 0 10px;color:#fff}.action-buttons{display:flex;gap:10px;margin-top:10px}.play-button{background:#fff;color:#000;border:none;padding:8px 16px;border-radius:4px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.play-button:hover{background:#e6e6e6}.add-button,.info-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:8px;border-radius:50%;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.add-button:hover,.info-button:hover{background:#ffffff4d;border-color:#ffffff80}.play-icon{width:14px;height:14px}.continue-watching-progress-bar{position:absolute;bottom:0;left:0;right:0;height:12px;background:#000000b3;z-index:20;border-radius:0 0 12px 12px;border:1px solid rgba(255,255,255,.2)}.continue-watching-progress-fill{height:100%;background:#8b5cf6;border-radius:0 0 12px 12px;box-shadow:0 0 8px #8b5cf699}@media(max-width:768px){.continue-watching-section .prime-movie-card{width:240px;min-width:240px;max-width:240px}}@media(hover:none)and (pointer:coarse){.prime-movie-card:hover{transform:none;box-shadow:none}.prime-movie-card:hover:after{content:none}.continue-watching-carousel .prime-movie-title,.continue-watching-carousel .prime-movie-year,.continue-watching-carousel .prime-movie-rating{opacity:1}.continue-watching-card:hover{transform:none;box-shadow:none}.continue-watching-card:hover .card-overlay{opacity:0}}.prime-movie-card:focus-within .prime-movie-title,.prime-movie-card:focus-within .prime-movie-year,.prime-movie-card:focus-within .prime-movie-rating{opacity:1}@media(max-width:480px){.continue-watching-section .prime-movie-card{width:220px;min-width:220px;max-width:220px}}.search-overlay{position:fixed;inset:0;background:#0000;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:120px;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.search-overlay.open{background:#000c;opacity:1;pointer-events:auto}.search-container{width:100%;max-width:1100px;margin:0 20px;transform:translateY(-20px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:10000}.search-overlay.open .search-container{transform:translateY(0)}.search-bar{display:flex;align-items:center;background:#2a2a2af2;border:2px solid rgba(64,64,64,.8);border-radius:8px;padding:16px 20px;gap:16px;box-shadow:0 8px 32px #00000080;transform:scale(.95);position:relative;z-index:10001;transition:transform .3s cubic-bezier(.4,0,.2,1)}.search-overlay.open .search-bar{transform:scale(1)}.search-bar:focus-within{border-color:#9333ea;box-shadow:0 8px 32px #9333ea33}.search-icon{color:#b3b3b3;width:24px;height:24px;flex-shrink:0}.search-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:20px;font-weight:400}.search-input::-moz-placeholder{color:#b3b3b3}.search-input::placeholder{color:#b3b3b3}.clear-button{background:transparent;border:none;color:#b3b3b3;font-size:16px;cursor:pointer;padding:8px 16px;border-radius:6px;margin-left:auto;white-space:nowrap;transition:all .2s ease}.clear-button:hover{color:#fff;background:#ffffff1a}.search-close{position:absolute;top:40px;right:40px;background:transparent;border:none;color:#b3b3b3;cursor:pointer;padding:8px;border-radius:50%;opacity:0;transform:scale(.8) rotate(90deg);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);z-index:10003}.search-overlay.open .search-close{opacity:1;transform:scale(1) rotate(0)}.search-close:hover{color:#fff;background:#ffffff1a}.search-close svg{width:24px;height:24px}.search-trigger{background:transparent;border:none;color:#b3b3b3;cursor:pointer;padding:8px;border-radius:50%;transform:scale(1);transition:all .3s cubic-bezier(.4,0,.2,1)}.search-trigger:hover{color:#fff;background:#ffffff1a;transform:scale(1.1)}.search-trigger:active{transform:scale(.95)}.search-trigger svg{width:20px;height:20px}@media(max-width:768px){.search-overlay{padding-top:100px;padding-bottom:0}.search-container{margin:0 20px;height:calc(100vh - 100px);display:flex;flex-direction:column}.search-bar{padding:16px 20px;gap:16px;border-radius:12px}.search-input{font-size:18px}.search-icon{width:24px;height:24px}.search-close{top:30px;right:30px}.search-trigger{padding:10px}.search-trigger svg{width:24px;height:24px}.search-results-scroll{padding:20px 16px 0;padding-bottom:0!important;max-height:calc(100vh - 180px)!important}}@media(max-width:480px){.search-overlay{padding-top:80px;padding-bottom:0}.search-container{margin:0 16px;height:calc(100vh - 80px);display:flex;flex-direction:column}.search-bar{padding:14px 18px;gap:14px;border-radius:10px}.search-input{font-size:16px}.search-icon{width:22px;height:22px}.clear-button{font-size:14px;padding:8px 14px}.search-close{top:20px;right:20px}.search-trigger{padding:8px}.search-trigger svg{width:22px;height:22px}.search-results-scroll{padding:16px 12px 0;padding-bottom:0!important;max-height:calc(100vh - 160px)!important}}.search-results-scroll{max-height:calc(100vh - 260px);overflow-y:auto;padding:24px 20px 0;scrollbar-width:none;-ms-overflow-style:none}.search-results-scroll::-webkit-scrollbar{width:0;height:0;display:none}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#2a2a2af2;border:2px solid rgba(64,64,64,.8);border-top:none;border-radius:0 0 8px 8px;margin-top:-2px;max-height:400px;overflow-y:auto;box-shadow:0 8px 32px #00000080;z-index:10002}.suggestion-item{display:flex;align-items:center;padding:12px 20px;gap:12px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(64,64,64,.3)}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.selected{background:#9333ea1a;color:#fff}.suggestion-item.loading{justify-content:center;color:#b3b3b3;cursor:default}.suggestion-item.loading:hover{background:transparent}.suggestion-icon{width:16px;height:16px;color:#b3b3b3}.suggestion-poster{width:40px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:4px;flex-shrink:0}.suggestion-content{flex:1;min-width:0}.suggestion-title{font-size:16px;font-weight:500;color:#fff;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-meta{display:flex;align-items:center;gap:8px;font-size:14px;color:#b3b3b3}.suggestion-type{text-transform:uppercase;font-weight:500;letter-spacing:.5px}.suggestion-separator{color:#666}.suggestion-year{color:#b3b3b3}@media(max-width:768px){.search-suggestions{border-radius:0 0 12px 12px}.suggestion-item{padding:14px 20px;gap:14px}.suggestion-poster{width:36px;height:54px}.suggestion-title{font-size:15px}.suggestion-meta{font-size:13px}}@media(max-width:480px){.search-suggestions{border-radius:0 0 10px 10px}.suggestion-item{padding:12px 18px;gap:12px}.suggestion-poster{width:32px;height:48px}.suggestion-title{font-size:14px}.suggestion-meta{font-size:12px}}.loader{position:absolute;top:50%;margin-left:-50px;left:50%;animation:speeder .4s linear infinite}.loader>span{height:5px;width:35px;background:#000;position:absolute;top:-19px;left:60px;border-radius:2px 10px 1px 0}.base span{position:absolute;width:0;height:0;border-top:6px solid transparent;border-right:100px solid #000;border-bottom:6px solid transparent}.base span:before{content:"";height:22px;width:22px;border-radius:50%;background:#000;position:absolute;right:-110px;top:-16px}.base span:after{content:"";position:absolute;width:0;height:0;border-top:0 solid transparent;border-right:55px solid #000;border-bottom:16px solid transparent;top:-16px;right:-98px}.face{position:absolute;height:12px;width:20px;background:#000;border-radius:20px 20px 0 0;transform:rotate(-40deg);right:-125px;top:-15px}.face:after{content:"";height:12px;width:12px;background:#000;right:4px;top:7px;position:absolute;transform:rotate(40deg);transform-origin:50% 50%;border-radius:0 0 0 2px}.loader>span>span:nth-child(1),.loader>span>span:nth-child(2),.loader>span>span:nth-child(3),.loader>span>span:nth-child(4){width:30px;height:1px;background:#000;position:absolute;left:0;animation:fazer1 .2s linear infinite}.loader>span>span:nth-child(2){top:3px;animation:fazer2 .4s linear infinite}.loader>span>span:nth-child(3){top:1px;animation:fazer3 .4s linear infinite;animation-delay:-1s}.loader>span>span:nth-child(4){top:4px;animation:fazer4 1s linear infinite;animation-delay:-1s}@keyframes fazer1{0%{transform:translate(0)}to{transform:translate(-80px);opacity:0}}@keyframes fazer2{0%{transform:translate(0)}to{transform:translate(-100px);opacity:0}}@keyframes fazer3{0%{transform:translate(0)}to{transform:translate(-50px);opacity:0}}@keyframes fazer4{0%{transform:translate(0)}to{transform:translate(-150px);opacity:0}}@keyframes speeder{0%{transform:translate(2px,1px) rotate(0)}10%{transform:translate(-1px,-3px) rotate(-1deg)}20%{transform:translate(-2px) rotate(1deg)}30%{transform:translate(1px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,3px) rotate(-1deg)}60%{transform:translate(-1px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-2px,-1px) rotate(1deg)}90%{transform:translate(2px,1px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}.longfazers{position:absolute;width:100%;height:100%}.longfazers span{position:absolute;height:2px;width:20%;background:#000}.longfazers span:nth-child(1){top:20%;animation:lf .6s linear infinite;animation-delay:-5s}.longfazers span:nth-child(2){top:40%;animation:lf2 .8s linear infinite;animation-delay:-1s}.longfazers span:nth-child(3){top:60%;animation:lf3 .6s linear infinite}.longfazers span:nth-child(4){top:80%;animation:lf4 .5s linear infinite;animation-delay:-3s}@keyframes lf{0%{transform:translate(200%)}to{transform:translate(-200%);opacity:0}}@keyframes lf2{0%{transform:translate(200%)}to{transform:translate(-200%);opacity:0}}@keyframes lf3{0%{transform:translate(200%)}to{transform:translate(-100%);opacity:0}}@keyframes lf4{0%{transform:translate(200%)}to{transform:translate(-100%);opacity:0}}.netflix-row-cards{display:flex;gap:16px;overflow-x:auto;overflow-y:visible;padding-bottom:50px;scrollbar-width:none;-ms-overflow-style:none}.netflix-row-cards::-webkit-scrollbar{display:none}.netflix-carousel-container,.netflix-carousel-content,.netflix-carousel-item,.movie-container,.recommended-movies,.upcoming-movies,.popular-movies,.featured-movies,.tmdb-row{overflow:visible!important}.home-carousel-container section{overflow:visible!important}.home-carousel-container [class*=carousel],.home-carousel-container [class*=grid]{overflow:visible!important}@media(max-width:1024px){.netflix-row-cards{padding-bottom:45px;gap:14px}}@media(max-width:768px){.netflix-row-cards{padding-bottom:40px;gap:12px}}@media(max-width:480px){.netflix-row-cards{padding-bottom:35px;gap:10px}}.continue-watching-carousel{overflow:visible!important}.continue-watching-carousel .overflow-x-auto,.custom-scrollbar,.snap-x,.snap-mandatory{overflow-x:auto!important;overflow-y:visible!important}.carousel .movie-card:hover,.carousel .tmdb-poster-card:hover,.carousel .tmdb-tv-poster-card:hover,.overflow-x-auto .movie-card:hover,.overflow-x-auto .tmdb-poster-card:hover,.overflow-x-auto .tmdb-tv-poster-card:hover,.continue-watching-carousel .shrink-0:hover,.continue-watching-carousel .w-80:hover,.continue-watching-carousel .min-w-\[320px\]:hover{z-index:40!important;position:relative!important}.home-carousel-container{overflow:visible!important}.home-carousel-container>*{overflow:visible!important}[data-framer-name],.home-carousel-container .relative.w-full,.home-carousel-container .carousel,.home-carousel-container .carousel-content{overflow:visible!important}.home-carousel-container .overflow-x-auto{overflow-x:auto!important;overflow-y:visible!important}.home-carousel-container .overflow-x-scroll{overflow-x:scroll!important;overflow-y:visible!important}.netflix-carousel-container,.netflix-carousel-content,.netflix-carousel-item{overflow:visible!important}.home-carousel-container .space-y-16>*,.home-carousel-container .space-y-8>*,.home-carousel-container .space-y-6>*{overflow:visible!important}*,: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:Inter,system-ui,sans-serif;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}:root{--background: 210 40% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--card-hover: 0 0% 100%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 260 85% 55%;--primary-foreground: 210 40% 98%;--primary-glow: 260 85% 65%;--secondary: 0 0% 100%;--secondary-foreground: 222 47% 11%;--muted: 0 0% 96%;--muted-foreground: 222 10% 40%;--accent: 240 85% 60%;--accent-foreground: 210 40% 98%;--destructive: 0 70% 55%;--destructive-foreground: 0 0% 98%;--border: 220 13% 90%;--input: 0 0% 100%;--ring: 260 85% 55%;--radius: .75rem;--gradient-primary: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));--gradient-hero: linear-gradient(180deg, transparent 0%, hsl(var(--background)) 100%);--gradient-card: linear-gradient(145deg, hsl(0 0% 100% / .6), hsl(0 0% 100% / .3));--shadow-card: 0 4px 20px hsl(var(--primary) / .1);--shadow-glow: 0 0 30px hsl(var(--primary-glow) / .3);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast: all .15s ease-out;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}.dark{--background: 222 22% 12%;--foreground: 210 40% 98%;--card: 222 22% 12%;--card-foreground: 210 40% 98%;--popover: 222 22% 12%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 222 22% 16%;--secondary-foreground: 210 40% 98%;--muted: 222 22% 18%;--muted-foreground: 215 20.2% 65.1%;--accent: 222 22% 18%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 222 22% 18%;--input: 222 22% 18%;--ring: 212.7 26.8% 83.9%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));font-family:Inter,system-ui,sans-serif;color:hsl(var(--foreground));background-image:radial-gradient(1000px 700px at 50% -10%,rgba(147,51,234,.18),transparent 60%),radial-gradient(800px 500px at 85% 5%,rgba(59,130,246,.12),transparent 60%),radial-gradient(800px 500px at 10% 10%,rgba(99,102,241,.12),transparent 60%),linear-gradient(180deg,#0000000d,#00000059);background-attachment:scroll,scroll,scroll,scroll;overflow-x:hidden;touch-action:pan-y}.tv-mode .\!container,.tv-mode .container{max-width:min(2400px,100vw)!important;padding-left:0!important;padding-right:0!important}.tv-mode .home-carousel-container{padding-left:0!important;padding-right:0!important}.tv-mode .tv-hero-content{max-width:56rem!important}@media(max-width:3839px){html body div[class*=max-w-md] form~div[class*=relative]{margin-top:1.5rem!important}html body div[class*=max-w-md] div[class*=text-center]{margin-top:1.5rem!important}html body div[class*=max-w-md] form button[type=submit]{margin-bottom:.5rem!important}html body div[class*=max-w-md] div[class*=flex][class*=items-center][class*=my-6]{margin-top:1.5rem!important;margin-bottom:1.5rem!important}}@media(min-width:3840px){html body .tv-content .friends-page div.relative>*:first-child[class*=h-10][class*=w-10]{width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html body .tv-content .friends-page *[class*=h-10][class*=w-10]:not(span):not(div[class*=rounded-full]:not([class*=Avatar]):not([class*=avatar])){width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html body .tv-content .friends-page span.friend-status-indicator,html body .tv-content .friends-page .friend-status-indicator{width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}html body .tv-content .friends-page *[class*=h-3][class*=w-3]:not([class*=Avatar]):not([class*=avatar]){width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}html body .tv-content .friends-page *[class*=w-2][class*=h-2]:not([class*=Avatar]):not([class*=avatar]):not(span[class*=rounded-full]){width:1.5rem!important;height:1.5rem!important;min-width:1.5rem!important;min-height:1.5rem!important;max-width:1.5rem!important;max-height:1.5rem!important}html body .tv-content .friends-page div.relative[class*=flex][class*=items-center]>[class*=Avatar],html body .tv-content .friends-page div.relative[class*=flex][class*=items-center]>[data-radix-avatar-root]{width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html body .tv-content .friends-page div.relative[class*=flex][class*=items-center]>span[class*=absolute][class*=rounded-full]{width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}.tv-sidebar{display:flex!important;width:28rem!important;overflow:hidden!important;height:100vh!important}nav.glass-navbar{display:none!important}footer.glass-footer{display:none!important}.flex-1.tv-content{padding-left:28rem!important}.tv-content .container{max-width:100%!important;padding-left:2rem!important;padding-right:2rem!important}.tv-content .pt-24{padding-top:3rem!important}.tv-content [class*=max-w-]{max-width:100%!important}.tv-content .px-4{padding-left:2rem!important;padding-right:2rem!important}.tv-content main,.tv-content [role=main],.tv-content>div[class*=min-h-screen]{max-width:100%!important;padding-left:2rem!important;padding-right:2rem!important}.tv-content h1{font-size:3rem!important}.tv-content .home-carousel-container{padding-left:1rem!important;padding-right:1rem!important;max-width:100%!important}section.tv-hero{min-height:40vh!important}.tv-content .netflix-carousel-item{flex-basis:18%!important;min-width:18%!important;padding-left:.5rem!important;padding-right:.5rem!important}.tv-content .netflix-carousel-content{gap:.5rem!important;padding-left:.5rem!important;padding-right:.5rem!important}.tv-content .netflix-carousel-container{width:100%!important;max-width:100%!important}html body .tv-content .prime-movie-card,html body .tv-content div.prime-movie-card,.tv-content .prime-movie-card,.tv-content div.prime-movie-card,.tv-content .tmdb-poster-card,.tv-content .tmdb-tv-poster-card,html body .tv-content .tmdb-poster-card,html body .tv-content .tmdb-tv-poster-card{min-height:28rem!important;border-radius:1.5rem!important;overflow:hidden!important}html body .prime-movie-card,html body div.prime-movie-card,html body .tmdb-poster-card,html body .tmdb-tv-poster-card,html body .tv-content .prime-movie-card .movie-poster,html body .tv-content .prime-movie-card img,.tv-content .prime-movie-card .movie-poster,.tv-content .prime-movie-card img,html body .prime-movie-card .movie-poster,html body .prime-movie-card img{border-radius:1.5rem!important;overflow:hidden!important}html body .tv-content .prime-movie-card>a,html body .prime-movie-card>a{border-radius:1.5rem!important;overflow:hidden!important;display:block!important;width:100%!important;height:100%!important}html body .tv-content .prime-movie-card[class*=prime-movie-card],html body .prime-movie-card[class*=prime-movie-card]{border-radius:1.5rem!important}.prime-movie-card,div.prime-movie-card{border-radius:1.5rem!important}.tv-sidebar .font-brand{font-size:3rem!important}.tv-sidebar .w-6{width:2rem!important;height:2rem!important}.tv-sidebar .w-5{width:1.75rem!important;height:1.75rem!important}.tv-sidebar .text-xl{font-size:1.75rem!important}.tv-sidebar .text-lg{font-size:1.5rem!important}.tv-sidebar .text-base{font-size:1.25rem!important}.tv-sidebar .font-medium{font-size:1.75rem!important}.tv-sidebar .px-6{padding-left:2rem!important;padding-right:2rem!important}.tv-sidebar .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.tv-sidebar .py-3{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.tv-sidebar .p-6{padding:2rem!important}.tv-sidebar .p-8{padding:2.5rem!important}.tv-sidebar .gap-4{gap:1.5rem!important}.tv-sidebar .space-y-3{gap:1rem!important}.tv-sidebar .space-y-4{gap:1.25rem!important}.tv-sidebar .w-14{width:4.5rem!important;height:4.5rem!important}.tv-content .glass-arrow{width:6rem!important;height:6rem!important}.tv-content .glass-arrow svg{width:3.5rem!important;height:3.5rem!important}.tv-content section.tv-hero .glass-arrow{width:4rem!important;height:4rem!important}.tv-content section.tv-hero .glass-arrow svg{width:2.5rem!important;height:2.5rem!important}.tv-content h1.text-5xl,.tv-content h1.text-6xl{font-size:6rem!important;line-height:1.2!important}.tv-content div.w-48,.tv-content div.w-56,.tv-content div[class*=w-48],.tv-content div[class*=w-56]{width:24rem!important;height:24rem!important;min-width:24rem!important;min-height:24rem!important}.tv-content h3.text-lg,.tv-content h3.text-xl,.tv-content h3[class*=text-lg],.tv-content h3[class*=text-xl]{font-size:2.5rem!important;line-height:1.3!important}.tv-content p.text-base,.tv-content p.text-lg,.tv-content p[class*=text-base],.tv-content p[class*=text-lg]{font-size:2rem!important;line-height:1.4!important}.tv-content div.text-7xl,.tv-content div.text-8xl,.tv-content div[class*=text-7xl],.tv-content div[class*=text-8xl]{font-size:10rem!important;line-height:1!important}.tv-content button[class*=px-10],.tv-content .px-10{padding:1.5rem 4rem!important;font-size:2rem!important}.tv-content div.w-12,.tv-content div.w-14,.tv-content div[class*=w-12],.tv-content div[class*=w-14]{width:5rem!important;height:5rem!important;min-width:5rem!important;min-height:5rem!important}.tv-content svg.w-6,.tv-content svg.w-7,.tv-content svg[class*=w-6],.tv-content svg[class*=w-7]{width:3rem!important;height:3rem!important}.tv-content div.gap-16,.tv-content div[class*=gap-16]{gap:8rem!important}.tv-content div.px-12,.tv-content div[class*=px-12]{padding-left:6rem!important;padding-right:6rem!important}.tv-content div[class*="min-h-[500px]"],.tv-content div[style*="min-height: 500px"]{min-height:1000px!important}.tv-content div.pb-16,.tv-content div[class*=pb-16]{padding-bottom:8rem!important}.tv-content div.pt-16,.tv-content div[class*=pt-16]{padding-top:8rem!important}.tv-content div.mb-16,.tv-content div[class*=mb-16]{margin-bottom:8rem!important}.tv-content div.mt-4,.tv-content div.mt-6,.tv-content div[class*=mt-4],.tv-content div[class*=mt-6]{margin-top:3rem!important}.tv-content div.mb-6,.tv-content div[class*=mb-6]{margin-bottom:3rem!important}.tv-content .min-h-screen h1{font-size:6rem!important;line-height:1.2!important}.tv-content .rounded-full.w-48,.tv-content .rounded-full.w-56,.tv-content .rounded-full[class*=w-48],.tv-content .rounded-full[class*=w-56],.tv-content div.rounded-full:has(img){width:24rem!important;height:24rem!important;min-width:24rem!important;min-height:24rem!important}.tv-content .min-h-screen h3,.tv-content h3.font-medium{font-size:2.5rem!important;line-height:1.3!important}.tv-content .min-h-screen p,.tv-content p.text-muted-foreground{font-size:2rem!important;line-height:1.4!important}.tv-content .min-h-screen button,.tv-content button[class*=variant]{font-size:1.5rem!important;padding:1rem 2rem!important}.tv-content .flex-col.items-center:has(.rounded-full) .rounded-full{width:24rem!important;height:24rem!important}.tv-content .flex-col.items-center:has(.text-7xl) div,.tv-content .flex-col.items-center:has(.text-8xl) div{font-size:10rem!important}.tv-content .flex-nowrap.gap-16{gap:8rem!important}.tv-content .profile-selector-page h1{font-size:6rem!important;line-height:1.2!important}.tv-content .profile-selector-page .rounded-full.w-48,.tv-content .profile-selector-page .rounded-full.w-56,.tv-content .profile-selector-page div[class*=w-48].rounded-full,.tv-content .profile-selector-page div[class*=w-56].rounded-full{width:24rem!important;height:24rem!important;min-width:24rem!important;min-height:24rem!important}.tv-content .profile-selector-page h3{font-size:2.5rem!important;line-height:1.3!important}.tv-content .profile-selector-page p{font-size:2rem!important;line-height:1.4!important}.tv-content .profile-selector-page .text-7xl,.tv-content .profile-selector-page .text-8xl{font-size:10rem!important;line-height:1!important}.tv-content .profile-selector-page button,html body .profile-selector-page button{font-size:1.5rem!important;padding:1rem 2rem!important}html body .tv-content .profile-selector-page button[class*=px-10],html body .tv-content .profile-selector-page [class*=Button][class*=variant-outline],html body .tv-content .profile-selector-page [class*=Button][class*=px-10],html body .tv-content .profile-selector-page [class*=Button][class*=py-3][class*=px-10],html body .profile-selector-page button[class*=px-10],html body .profile-selector-page [class*=Button][class*=px-10]{padding:1.5rem 4rem!important;font-size:2rem!important;font-weight:600!important;border-width:3px!important;min-height:4.5rem!important}html body .tv-content .profile-selector-page button[class*=flex-col][class*=items-center][class*=space-y-3],html body .profile-selector-page button[class*=flex-col][class*=items-center][class*=space-y-3]{padding:2rem!important}html body .tv-content .profile-selector-page button[class*=flex-col] div[class*=w-16][class*=h-16],html body .profile-selector-page button[class*=flex-col] div[class*=w-16][class*=h-16]{width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html body .tv-content .profile-selector-page button[class*=flex-col] svg[class*=w-8][class*=h-8],html body .profile-selector-page button[class*=flex-col] svg[class*=w-8][class*=h-8]{width:4rem!important;height:4rem!important}html body .tv-content .profile-selector-page button[class*=flex-col] span[class*=text-base],html body .profile-selector-page button[class*=flex-col] span[class*=text-base]{font-size:1.75rem!important;font-weight:600!important}html body .tv-content .profile-selector-page p[class*=text-muted-foreground][class*=text-base],html body .tv-content .profile-selector-page p[class*=text-muted-foreground][class*=text-lg],html body .profile-selector-page p[class*=text-muted-foreground][class*=text-base],html body .profile-selector-page p[class*=text-muted-foreground][class*=text-lg],html body .tv-content .profile-selector-page h3[class*=text-lg][class*=text-muted-foreground],html body .profile-selector-page h3[class*=text-lg][class*=text-muted-foreground],html body .tv-content .profile-selector-page h3[class*=text-lg][class*=font-semibold],html body .profile-selector-page h3[class*=text-lg][class*=font-semibold]{font-size:2rem!important;line-height:1.5!important}html body .tv-content .profile-selector-page p[class*=text-sm][class*=text-muted-foreground],html body .profile-selector-page p[class*=text-sm][class*=text-muted-foreground]{font-size:1.5rem!important;line-height:1.5!important}html body .tv-content .profile-selector-page button[class*=flex-1][class*=rounded-xl][class*=border][class*=py-3],html body .profile-selector-page button[class*=flex-1][class*=rounded-xl][class*=border][class*=py-3]{padding:1.25rem 2rem!important;font-size:1.75rem!important;font-weight:600!important;min-height:4rem!important}html body .tv-content .profile-selector-page button[class*=w-full][class*=flex][class*=items-center][class*=space-x-6],html body .profile-selector-page button[class*=w-full][class*=flex][class*=items-center][class*=space-x-6]{padding:2rem!important}html body .tv-content .profile-selector-page button[class*=w-full] div[class*=w-20][class*=h-20],html body .profile-selector-page button[class*=w-full] div[class*=w-20][class*=h-20]{width:10rem!important;height:10rem!important;min-width:10rem!important;min-height:10rem!important}html body .tv-content .profile-selector-page button[class*=w-full] div[class*=font-medium][class*=text-foreground][class*=text-xl],html body .profile-selector-page button[class*=w-full] div[class*=font-medium][class*=text-foreground][class*=text-xl]{font-size:2rem!important;font-weight:700!important}html body .tv-content .profile-selector-page button[class*=w-full] div[class*=text-base][class*=text-muted-foreground],html body .profile-selector-page button[class*=w-full] div[class*=text-base][class*=text-muted-foreground]{font-size:1.5rem!important}html body .tv-content .profile-selector-page button[class*=w-full] div[class*=w-6][class*=h-6],html body .profile-selector-page button[class*=w-full] div[class*=w-6][class*=h-6]{width:3rem!important;height:3rem!important}html body .tv-content .profile-selector-page button[class*=w-full] svg[class*=w-3][class*=h-3],html body .profile-selector-page button[class*=w-full] svg[class*=w-3][class*=h-3]{width:2rem!important;height:2rem!important}html body .profile-selector-page [class*=Button][class*=px-10][class*=py-3],html body .profile-selector-page button[class*=px-10],html body .profile-selector-page [class*=Button][class*=variant-outline]{padding:1.5rem 4rem!important;font-size:2rem!important;font-weight:600!important;border-width:3px!important;min-height:4.5rem!important}html body .profile-selector-page button[class*=flex-col][class*=items-center]{padding:2rem!important}html body .profile-selector-page button[class*=flex-col] div[class*=w-16][class*=h-16]{width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html body .profile-selector-page button[class*=flex-col] svg[class*=w-8][class*=h-8]{width:4rem!important;height:4rem!important}html body .profile-selector-page button[class*=flex-col] span{font-size:1.75rem!important;font-weight:600!important}html body .profile-selector-page p[class*=text-muted-foreground],html body .profile-selector-page h3[class*=text-lg]{font-size:2rem!important;line-height:1.5!important}html body .profile-selector-page button[class*=w-full]{padding:2rem!important}html body .profile-selector-page button[class*=w-full] div[class*=w-20][class*=h-20]{width:10rem!important;height:10rem!important}html body .profile-selector-page button[class*=w-full] div[class*=font-medium][class*=text-xl]{font-size:2rem!important;font-weight:700!important}html body .profile-selector-page button[class*=w-full] div[class*=text-base]{font-size:1.5rem!important}.tv-content .profile-selector-page .gap-16{gap:8rem!important}.tv-content .profile-selector-page .w-12,.tv-content .profile-selector-page .w-14{width:5rem!important;height:5rem!important}.tv-content .profile-selector-page svg.w-6,.tv-content .profile-selector-page svg.w-7{width:3rem!important;height:3rem!important}.tv-content .profile-selector-page .mb-6{margin-bottom:3rem!important}.tv-content .profile-selector-page .mt-6{margin-top:3rem!important}.tv-content .profile-selector-page .px-12{padding-left:6rem!important;padding-right:6rem!important}.tv-content .profile-selector-page .min-h-\[500px\]{min-height:1000px!important}.tv-content .friends-page h1{font-size:3.5rem!important;line-height:1.2!important}.tv-content .friends-page p{font-size:1.5rem!important;line-height:1.4!important}.tv-content .friends-page .card,.tv-content .friends-page [class*=Card]{padding:2rem!important}html body .tv-content .friends-page [class*=h-10][class*=w-10]:not(span):not(.friend-status-indicator){width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html body .tv-content .friends-page .avatar,html body .tv-content .friends-page [class*=Avatar],html body .tv-content .friends-page [class*=avatar],html body .tv-content .friends-page [class*=AvatarRoot],html body .tv-content .friends-page [data-radix-avatar-root]{width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html body .tv-content .friends-page div.relative>[class*=Avatar],html body .tv-content .friends-page div.relative>[data-radix-avatar-root],html body .tv-content .friends-page div.relative>[class*=h-10][class*=w-10]:not(span){width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}.tv-content .friends-page [class*=Avatar] img,.tv-content .friends-page [class*=avatar] img,.tv-content .friends-page [data-radix-avatar-root] img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.tv-content .friends-page [class*=AvatarFallback],.tv-content .friends-page [data-radix-avatar-fallback]{width:100%!important;height:100%!important}.tv-content .friends-page button,.tv-content .friends-page [class*=Button]{font-size:1.25rem!important;padding:.75rem 1.5rem!important}.tv-content .friends-page [class*=TabsTrigger]{font-size:1.25rem!important;padding:1rem 1.5rem!important}.tv-content .friends-page [class*=Badge]{font-size:1rem!important;padding:.5rem .75rem!important}.tv-content .friends-page input,.tv-content .friends-page [class*=Input]{font-size:1.25rem!important;padding:.75rem 1rem!important;height:3.5rem!important}.tv-content .friends-page textarea,.tv-content .friends-page [class*=Textarea]{font-size:1.25rem!important;padding:.75rem 1rem!important}.tv-content .friends-page h3,.tv-content .friends-page h4{font-size:2rem!important;line-height:1.3!important}.tv-content .friends-page .gap-2{gap:1rem!important}.tv-content .friends-page .gap-3{gap:1.5rem!important}.tv-content .friends-page .gap-4,.tv-content .friends-page .space-y-4{gap:2rem!important}.tv-content .friends-page .space-y-8{gap:4rem!important}.tv-content .friends-page .p-4{padding:2rem!important}.tv-content .friends-page .mb-3{margin-bottom:1.5rem!important}.tv-content .friends-page .mb-4{margin-bottom:2rem!important}.tv-content .friends-page .mb-6{margin-bottom:3rem!important}.tv-content .friends-page .mt-4{margin-top:2rem!important}.tv-content .friends-page .mt-6{margin-top:3rem!important}.tv-content .friends-page svg,.tv-content .friends-page [class*=Icon]{width:2rem!important;height:2rem!important}html body .tv-content .friends-page div[class*=justify-between]>div[class*=flex][class*=items-center][class*=gap-3]{margin-right:4rem!important;max-width:calc(100% - 4rem)!important}html body .tv-content .friends-page div.flex.items-center.gap-2[class*=bg-slate-800][class*=border][class*=rounded-xl],html body .tv-content .friends-page div[class*=bg-slate-800][class*=border][class*=rounded-xl]{padding:2rem 2.5rem!important;gap:2rem!important;max-width:100%!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:auto!important}html body .tv-content .friends-page div[class*=bg-slate-800][class*=border]>div[class*=rounded-full][class*="w-2.5"],html body .tv-content .friends-page div[class*=bg-slate-800][class*=border]>div[class*=rounded-full][class*="h-2.5"],html body .tv-content .friends-page div[class*=bg-slate-800][class*=border]>div[class*=rounded-full][class*=w-2][class*=h-2],html body .tv-content .friends-page div[class*=bg-slate-800][class*=border]>div[class*=bg-emerald],html body .tv-content .friends-page div[class*=bg-slate-800][class*=border]>div[class*=bg-amber],html body .tv-content .friends-page div[class*=bg-slate-800][class*=border]>div[class*=bg-red],html body .tv-content .friends-page div[class*=bg-slate-800][class*=border]>div[class*=bg-slate]{width:3rem!important;height:3rem!important;min-width:3rem!important;min-height:3rem!important;max-width:3rem!important;max-height:3rem!important}html body .tv-content .friends-page div[class*=bg-slate-800][class*=border] select,html body .tv-content .friends-page div[class*=bg-slate-800] select[class*=bg-transparent]{font-size:2.25rem!important;padding-right:4.5rem!important;padding-left:.5rem!important;line-height:1.5!important;font-weight:600!important;max-width:100%!important;min-width:12rem!important;width:auto!important;color:#fff!important;opacity:1!important;visibility:visible!important;display:block!important}html body .tv-content .friends-page div[class*=bg-slate-800][class*=border] select[style*=backgroundSize],html body .tv-content .friends-page div[class*=bg-slate-800] select[style*=backgroundSize]{background-size:3rem!important;background-position:right .75rem center!important}html body .tv-content .friends-page div[class*=bg-slate-800][class*=border] select option{font-size:1.5rem!important;padding:.75rem 1rem!important}.tv-content .friends-page [class*=h-3][class*=w-3],.tv-content .friends-page span[class*=h-3][class*=w-3],.tv-content .friends-page [class*="h-3.5"],.tv-content .friends-page [class*="w-3.5"],.tv-content .friends-page span[class*="h-3.5"],.tv-content .friends-page span[class*="w-3.5"],.tv-content .friends-page span[class*="h-3.5"][class*="w-3.5"],.tv-content .friends-page span[class*=rounded-full][class*=absolute]{width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}.tv-content .friends-page .relative>span.absolute[class*=rounded-full],.tv-content .friends-page div.relative>span.absolute[class*=rounded-full]{width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}.tv-content .friends-page span[class*="-bottom-0.5"][class*="-right-0.5"],.tv-content .friends-page [class*="-bottom-0.5"][class*="-right-0.5"]{width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}.tv-content .friends-page .relative span[class*=rounded-full][class*=border],.tv-content .friends-page div.relative span[class*=rounded-full][class*=border]{border-width:4px!important}.tv-content .friends-page .relative span[class*=rounded-full]:not([class*=Avatar]):not([class*=avatar]){width:2rem!important;height:2rem!important}.tv-content .friends-page span[class*=bg-emerald]:not([class*=Avatar]):not([class*=avatar]),.tv-content .friends-page span[class*=bg-gray]:not([class*=Avatar]):not([class*=avatar]),.tv-content .friends-page span[class*=bg-amber]:not([class*=Avatar]):not([class*=avatar]),.tv-content .friends-page span[class*=bg-red]:not([class*=Avatar]):not([class*=avatar]),.tv-content .friends-page span[class*=bg-slate]:not([class*=Avatar]):not([class*=avatar]){width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}.tv-content .friends-page div.relative span.absolute.rounded-full{width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}.tv-content .friends-page .relative span[class*=rounded-full][class*=absolute],html body .tv-content .friends-page .friend-status-indicator,html body .tv-content .friends-page span.friend-status-indicator,html body .tv-content .friends-page .relative span.friend-status-indicator,html body .tv-content .friends-page div.relative span.friend-status-indicator{width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important;box-sizing:border-box!important}html body .tv-content .friends-page .friend-status-indicator[class*=h-3],html body .tv-content .friends-page .friend-status-indicator[class*=w-3],html body .tv-content .friends-page .friend-status-indicator[class*="h-3.5"],html body .tv-content .friends-page .friend-status-indicator[class*="w-3.5"],html body .tv-content .friends-page span[class*=friend-status-indicator]{width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}.tv-content .friends-page .relative span.rounded-full:not([class*=Avatar]):not([class*=avatar]){width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}.tv-content .friends-page div.rounded-full:not([class*=Avatar]):not([class*=avatar]):not(span){width:1.5rem!important;height:1.5rem!important;min-width:1.5rem!important;min-height:1.5rem!important;max-width:1.5rem!important;max-height:1.5rem!important}.tv-content .friends-page div.w-2\.5,.tv-content .friends-page div.h-2\.5,.tv-content .friends-page .w-2\.5:not([class*=Avatar]):not([class*=avatar]),.tv-content .friends-page .h-2\.5:not([class*=Avatar]):not([class*=avatar]){width:1.5rem!important;height:1.5rem!important;min-width:1.5rem!important;min-height:1.5rem!important;max-width:1.5rem!important;max-height:1.5rem!important}.tv-content .friends-page div[class*=w-2][class*=h-2][class*=rounded-full]:not([class*=Avatar]):not([class*=avatar]){width:1.5rem!important;height:1.5rem!important;min-width:1.5rem!important;min-height:1.5rem!important;max-width:1.5rem!important;max-height:1.5rem!important}.tv-content .friends-page div[class*=bg-emerald]:not([class*=Avatar]):not([class*=avatar]),.tv-content .friends-page div[class*=bg-slate]:not([class*=Avatar]):not([class*=avatar]),.tv-content .friends-page div[class*=bg-amber]:not([class*=Avatar]):not([class*=avatar]),.tv-content .friends-page div[class*=bg-red]:not([class*=Avatar]):not([class*=avatar]){width:1.5rem!important;height:1.5rem!important;max-width:1.5rem!important;max-height:1.5rem!important}.tv-content .friends-page .relative{font-size:inherit!important}.tv-content .friends-page .relative>span:not([class*=Avatar]):not([class*=avatar]){font-size:inherit!important;transform:none!important;scale:1!important}.tv-content input[placeholder*=Search],.tv-content input[placeholder*=search]{font-size:1.75rem!important;padding:1.25rem 1.5rem!important;height:auto!important;min-height:3.5rem!important}.tv-content button[class*=text-xs]:not([class*=Select]),.tv-content button.text-xs{font-size:1.25rem!important;padding:.75rem 1.5rem!important;min-height:3rem!important}.tv-content svg[class*=w-4][class*=h-4]:not([class*=Select]),.tv-content [class*=Filter][class*=w-4]{width:2rem!important;height:2rem!important}.tv-content span[class*=text-sm][class*=font-medium]{font-size:1.5rem!important}.tv-content [class*=SelectTrigger],.tv-content button[class*=SelectTrigger],.tv-content [data-radix-select-trigger]{font-size:1.75rem!important;padding:1.25rem 2rem!important;min-height:4rem!important;height:auto!important;line-height:1.5!important}.tv-content [class*=SelectTrigger] svg,.tv-content [class*=SelectTrigger] [class*=w-4][class*=h-4],.tv-content [data-radix-select-trigger] svg{width:2.5rem!important;height:2.5rem!important}.tv-content [class*=SelectContent],.tv-content [data-radix-select-content]{font-size:1.75rem!important;padding:.5rem!important;min-width:20rem!important;max-height:50rem!important;height:auto!important}.tv-content [class*=SelectItem],.tv-content [data-radix-select-item]{font-size:1.75rem!important;padding:1.25rem 1.5rem!important;min-height:4rem!important;line-height:1.5!important}.tv-content [class*=SelectItem]:hover,.tv-content [data-radix-select-item]:hover{padding:1.25rem 1.5rem!important}.tv-content [class*=SelectItem] svg,.tv-content [class*=SelectItem] [class*=w-4][class*=h-4],.tv-content [data-radix-select-item] svg{width:2.5rem!important;height:2.5rem!important}.tv-content [class*=SelectValue],.tv-content [data-radix-select-value]{font-size:1.75rem!important;line-height:1.5!important}.tv-content [data-radix-select-viewport]{padding:.75rem!important;max-height:48rem!important}.tv-content [data-radix-select-scroll-up-button],.tv-content [data-radix-select-scroll-down-button]{padding:1rem!important;min-height:3rem!important}.tv-content [data-radix-select-scroll-up-button] svg,.tv-content [data-radix-select-scroll-down-button] svg{width:2.5rem!important;height:2.5rem!important}.tv-content [class*=SelectItem] [class*=absolute] svg,.tv-content [data-radix-select-item-indicator] svg{width:2rem!important;height:2rem!important}.tv-content [data-radix-select-item-text]{font-size:1.75rem!important;line-height:1.5!important}.tv-content [class*=SelectContent]{z-index:9999!important}.tv-content button[class*=rounded-r-none],.tv-content button[class*=rounded-l-none]{padding:1rem!important;min-width:4rem!important;min-height:3.5rem!important}.tv-content button[class*=rounded-r-none] svg,.tv-content button[class*=rounded-l-none] svg,.tv-content button[class*=rounded-r-none] [class*=w-4][class*=h-4],.tv-content button[class*=rounded-l-none] [class*=w-4][class*=h-4]{width:2rem!important;height:2rem!important}.tv-content div[class*=bg-card][class*=border][class*=rounded-lg]{padding:2.5rem!important}.tv-content div[class*=flex-col][class*=gap-4]{gap:2rem!important}.tv-content div[class*=flex-wrap][class*=gap-2]{gap:1rem!important}.tv-content div[class*=flex-row][class*=gap-3]{gap:1.5rem!important}.tv-content .prime-movie-year{font-size:1.75rem!important;padding:.75rem 1.25rem!important;top:1rem!important;left:1rem!important;border-radius:1rem!important}.tv-content .prime-movie-year span{font-size:1.75rem!important;font-weight:700!important}.tv-content .prime-movie-rating{font-size:1.75rem!important;padding:.75rem 1.25rem!important;top:1rem!important;right:1rem!important;border-radius:1rem!important;gap:.5rem!important}.tv-content .prime-movie-rating span{font-size:1.75rem!important;font-weight:700!important;line-height:1.2!important}.tv-content .prime-movie-rating svg,.tv-content .prime-movie-rating [class*=w-3][class*=h-3]{width:1.75rem!important;height:1.75rem!important}.tv-content .prime-play-button{background:#fff!important;color:#000!important;min-height:6.5rem!important;height:6.5rem!important;padding:1.25rem 2rem!important;font-size:1.75rem!important;font-weight:600!important;border:none!important;border-radius:1rem!important;box-shadow:0 4px 12px #0000004d!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.75rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.tv-content .prime-play-button:hover{background:#fff!important;color:#000!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px #0006!important}.tv-content .prime-play-button svg,.tv-content .prime-play-button [class*=w-4][class*=h-4]{width:3.5rem!important;height:3.5rem!important}.tv-content .prime-watchlist-button,.tv-content .prime-watched-button{width:6.5rem!important;height:6.5rem!important;min-width:6.5rem!important;min-height:6.5rem!important;padding:1.25rem!important;border:2px solid white!important;border-radius:50%!important;background:transparent!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.tv-content .prime-watchlist-button:hover,.tv-content .prime-watched-button:hover{background:#fff!important;color:#000!important;border-color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #0000004d!important}.tv-content .prime-watched-button.watched-active{background:#16a34a!important;border-color:#16a34a!important;color:#fff!important}.tv-content .prime-watched-button.watched-active:hover{background:#15803d!important;border-color:#15803d!important}.tv-content .prime-watchlist-button svg,.tv-content .prime-watched-button svg,.tv-content .prime-watchlist-button [class*=w-4][class*=h-4],.tv-content .prime-watched-button [class*=w-4][class*=h-4],.tv-content .prime-watchlist-button [class*=EyeIcon],.tv-content .prime-watched-button [class*=EyeIcon]{width:3.5rem!important;height:3.5rem!important}.tv-content .prime-movie-card:hover .prime-movie-title,.tv-content .prime-movie-card:focus-within .prime-movie-title,.tv-content .netflix-carousel-item:hover .prime-movie-card .prime-movie-title,.tv-content .netflix-movie-grid .prime-movie-card:hover .prime-movie-title{opacity:1!important;visibility:visible!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important;z-index:1000!important;padding:2rem!important;text-align:center!important}.tv-content .prime-movie-card:hover .prime-movie-year,.tv-content .prime-movie-card:focus-within .prime-movie-year,.tv-content .netflix-carousel-item:hover .prime-movie-card .prime-movie-year,.tv-content .netflix-movie-grid .prime-movie-card:hover .prime-movie-year{opacity:1!important;visibility:visible!important;z-index:1000!important}.tv-content .prime-movie-card:hover .prime-movie-rating,.tv-content .prime-movie-card:focus-within .prime-movie-rating,.tv-content .netflix-carousel-item:hover .prime-movie-card .prime-movie-rating,.tv-content .netflix-movie-grid .prime-movie-card:hover .prime-movie-rating{opacity:1!important;visibility:visible!important;z-index:1000!important}.tv-content .prime-movie-card:hover .prime-movie-title .prime-action-buttons,.tv-content .prime-movie-card:focus-within .prime-movie-title .prime-action-buttons,.tv-content .netflix-carousel-item:hover .prime-movie-card .prime-movie-title .prime-action-buttons,.tv-content .netflix-movie-grid .prime-movie-card:hover .prime-movie-title .prime-action-buttons,.tv-content .prime-movie-card:hover .prime-action-buttons,.tv-content .prime-movie-card:focus-within .prime-action-buttons,.tv-content .netflix-carousel-item:hover .prime-movie-card .prime-action-buttons,.tv-content .netflix-movie-grid .prime-movie-card:hover .prime-action-buttons{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:1.25rem!important;margin-left:0!important;margin-right:0!important;margin-bottom:0!important;order:2!important;gap:1rem!important}html body .tv-content .home-carousel-container .prime-movie-card:hover .prime-movie-title .prime-action-buttons,html body .tv-content .home-carousel-container .netflix-carousel-item:hover .prime-movie-card .prime-movie-title .prime-action-buttons,html body .tv-content .home-carousel-container .prime-movie-card:hover .prime-action-buttons,html body .tv-content .home-carousel-container .netflix-carousel-item:hover .prime-movie-card .prime-action-buttons,.tv-content .home-carousel-container .prime-movie-card:hover .prime-movie-title .prime-action-buttons,.tv-content .home-carousel-container .netflix-carousel-item:hover .prime-movie-card .prime-movie-title .prime-action-buttons,.tv-content .home-carousel-container .prime-movie-card:hover .prime-action-buttons,.tv-content .home-carousel-container .netflix-carousel-item:hover .prime-movie-card .prime-action-buttons{justify-content:center!important;align-items:center!important;align-self:center!important;margin-left:0!important;margin-right:0!important;margin-top:1.25rem!important;margin-bottom:0!important;gap:1rem!important;width:100%!important;display:flex!important;flex-direction:row!important}html body .tv-content .home-carousel-container .prime-action-buttons button,.tv-content .home-carousel-container .prime-action-buttons button{margin:0!important}.tv-content .prime-movie-card:hover:after,.tv-content .netflix-carousel-item:hover .prime-movie-card:after{opacity:1!important}.tv-content .prime-movie-title{z-index:30!important;padding:2rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important;text-align:center!important}.tv-content .prime-movie-title h3{text-align:center!important;margin:0 0 1.25rem!important;width:100%!important;font-size:2rem!important;order:1!important}.tv-content .prime-movie-title .prime-action-buttons{order:2!important;margin-top:1.25rem!important;margin-bottom:0!important;margin-left:0!important;margin-right:0!important;width:100%!important;justify-content:center!important;align-items:center!important;align-self:center!important;position:relative!important;gap:1rem!important}.tv-content .prime-movie-card:hover .prime-movie-title .prime-action-buttons,.tv-content .netflix-carousel-item:hover .prime-movie-card .prime-movie-title .prime-action-buttons,.tv-content .prime-movie-card:hover .prime-action-buttons,.tv-content .netflix-carousel-item:hover .prime-movie-card .prime-action-buttons{margin-top:1.25rem!important;margin-left:0!important;margin-right:0!important;justify-content:center!important;align-items:center!important;align-self:center!important;gap:1rem!important}html body .tv-content .home-carousel-container .prime-movie-title .prime-action-buttons,html body .tv-content .home-carousel-container .netflix-carousel-item:hover .prime-movie-card .prime-movie-title .prime-action-buttons,html body .tv-content .home-carousel-container .prime-movie-card:hover .prime-movie-title .prime-action-buttons,.tv-content .home-carousel-container .prime-movie-title .prime-action-buttons,.tv-content .home-carousel-container .netflix-carousel-item:hover .prime-movie-card .prime-movie-title .prime-action-buttons,.tv-content .home-carousel-container .prime-movie-card:hover .prime-movie-title .prime-action-buttons{justify-content:center!important;align-items:center!important;align-self:center!important;margin-left:0!important;margin-right:0!important;margin-top:1.25rem!important;margin-bottom:0!important;gap:1rem!important;width:100%!important;display:flex!important;flex-direction:row!important}html body .tv-content .home-carousel-container .prime-movie-title,.tv-content .home-carousel-container .prime-movie-title{align-items:center!important;text-align:center!important;justify-content:flex-end!important}html body .tv-content .home-carousel-container .prime-movie-title h3,.tv-content .home-carousel-container .prime-movie-title h3{text-align:center!important;margin-left:auto!important;margin-right:auto!important;width:100%!important}html body .tv-content .home-carousel-container .prime-movie-card:hover .prime-movie-title,html body .tv-content .home-carousel-container .netflix-carousel-item:hover .prime-movie-card .prime-movie-title,.tv-content .home-carousel-container .prime-movie-card:hover .prime-movie-title,.tv-content .home-carousel-container .netflix-carousel-item:hover .prime-movie-card .prime-movie-title{align-items:center!important;text-align:center!important}.tv-content .prime-movie-title[style*="opacity: 1"] .prime-action-buttons,.tv-content .prime-movie-card:hover .prime-movie-title .prime-action-buttons,.tv-content .netflix-carousel-item:hover .prime-movie-title .prime-action-buttons,.tv-content .prime-action-buttons{display:flex!important;opacity:1!important;visibility:visible!important}.tv-content .prime-action-buttons button,.tv-content .prime-movie-title .prime-action-buttons button,.tv-content .prime-movie-card:hover .prime-action-buttons button,.tv-content .netflix-carousel-item:hover .prime-action-buttons button{pointer-events:auto!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;display:flex!important}.tv-content .netflix-carousel-item:hover .prime-movie-card .prime-movie-title,.tv-content .netflix-carousel-item .prime-movie-card:hover .prime-movie-title{opacity:1!important;visibility:visible!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important;padding:2rem!important;text-align:center!important}.tv-content .prime-movie-card,.tv-content .netflix-carousel-item{overflow:visible!important}.tv-content .prime-action-buttons{gap:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;flex-direction:row!important;margin:0!important;padding:0!important}.tv-content .prime-action-buttons button{margin:0!important}.tv-content .prime-movie-title{padding:2rem 1.5rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important}.tv-content .prime-movie-title h3{text-align:center!important;margin-bottom:1.5rem!important;width:100%!important;order:1!important}.tv-content .prime-movie-title .prime-action-buttons{order:2!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:0!important}html body .tv-content input[placeholder*="Search your list"],html body input[placeholder*="Search your list"]{width:50rem!important;max-width:50rem!important;min-width:50rem!important;height:5rem!important;min-height:5rem!important;font-size:2rem!important;padding:1.5rem 2rem!important;border-radius:1rem!important}html body .tv-content div[class*=mb-6][class*=max-w-md][class*=mx-auto]:has(input[placeholder*="Search your list"]),html body div[class*=mb-6][class*=max-w-md][class*=mx-auto]:has(input[placeholder*="Search your list"]){max-width:50rem!important;width:50rem!important}html body .tv-content div[class*=mb-6][class*=max-w-md][class*=mx-auto],html body div[class*=mb-6][class*=max-w-md][class*=mx-auto]{max-width:50rem!important;width:50rem!important}html body .tv-content div[class*=max-w-md][class*=mx-auto] div[class*=relative],html body div[class*=max-w-md][class*=mx-auto] div[class*=relative]{width:100%!important;max-width:100%!important}html body .tv-content input[placeholder*="Search your list"],html body input[placeholder*="Search your list"]{padding-left:5rem!important}html body .tv-content div[class*=relative] svg[class*=w-5][class*=h-5]:has(+input[placeholder*="Search your list"]),html body div[class*=relative] svg[class*=w-5][class*=h-5]:has(+input[placeholder*="Search your list"]){width:2.5rem!important;height:2.5rem!important;left:1.5rem!important}html body .tv-content div[class*=relative] svg[class*=absolute][class*=left-3],html body div[class*=relative] svg[class*=absolute][class*=left-3]{width:2.5rem!important;height:2.5rem!important;left:1.5rem!important}html body .tv-content .search-bar,html body .search-bar{padding:2rem 3rem!important;gap:2rem!important;border-radius:1.5rem!important;border-width:3px!important}html body .tv-content .search-input,html body .search-input{font-size:2.5rem!important;padding:.5rem 0!important}html body .tv-content .search-icon,html body .search-icon{width:3rem!important;height:3rem!important}html body .tv-content .clear-button,html body .clear-button{font-size:2rem!important;padding:1rem 2rem!important;border-radius:1rem!important}html body .tv-content .search-container,html body .search-container{max-width:2400px!important;width:95%!important}html body .tv-content .search-bar,html body .search-bar{min-width:100%!important;width:100%!important}html body .tv-content .search-close,html body .search-close{top:60px!important;right:60px!important;padding:1rem!important}html body .tv-content .search-close svg,html body .search-close svg{width:3rem!important;height:3rem!important}html body .tv-content input[placeholder*="Search movies"],html body input[placeholder*="Search movies"],html body .tv-content input[placeholder*="Search TV shows"],html body input[placeholder*="Search TV shows"]{font-size:2rem!important;padding:1.5rem 2rem!important;height:5rem!important;min-height:5rem!important;border-radius:1rem!important;border-width:2px!important}.tv-content .movie-card h3,.tv-content [class*=movie-card] h3{font-size:2rem!important;line-height:1.4!important;font-weight:700!important}.tv-content .movie-card [class*=bg-green-600][class*=rounded-full],.tv-content [class*=movie-card] [class*=bg-green-600][class*=rounded-full]{font-size:1.5rem!important;padding:.75rem 1.25rem!important;gap:.5rem!important;border-radius:1.5rem!important}.tv-content .movie-card [class*=bg-green-600] span{font-size:1.5rem!important;font-weight:600!important}.tv-content .movie-card [class*=bg-green-600] svg,.tv-content .movie-card [class*=bg-green-600] [class*=EyeIcon],.tv-content .movie-card [class*=bg-green-600] [class*=CheckCircle]{width:2rem!important;height:2rem!important}.tv-content .movie-card [class*=bg-primary][class*=rounded],.tv-content [class*=movie-card] [class*=bg-primary][class*=rounded]{font-size:1.25rem!important;padding:.5rem 1rem!important;border-radius:.75rem!important;font-weight:600!important}.tv-content .movie-card button[class*=rounded-full][class*=h-10],.tv-content .movie-card button[class*=rounded-full][class*=w-10],.tv-content .movie-card button[class*=rounded-full][class*=h-9],.tv-content .movie-card button[class*=rounded-full][class*=w-9]{width:6.5rem!important;height:6.5rem!important;min-width:6.5rem!important;min-height:6.5rem!important;padding:1.25rem!important}.tv-content .movie-card button[class*=rounded-full] svg,.tv-content .movie-card button[class*=rounded-full] [class*=w-4][class*=h-4],.tv-content .movie-card button[class*=rounded-full] [class*=w-5][class*=h-5],.tv-content .movie-card button[class*=rounded-full] [class*=EyeIcon],.tv-content .movie-card button[class*=rounded-full] [class*=Play]{width:3.5rem!important;height:3.5rem!important}.tv-content .movie-card button[class*=bg-red]{font-size:2.5rem!important;line-height:1!important}.tv-content .movie-card [class*=flex][class*=items-center][class*=gap-2],.tv-content .movie-card [class*=flex][class*=items-center][class*=gap-3]{gap:1rem!important}.tv-content .movie-card [class*=p-4],.tv-content .profile-selector-page button[class*=flex-col][class*=items-center]{padding:2rem!important}.tv-content .profile-selector-page button[class*=flex-col] div[class*=w-16][class*=h-16]{width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}.tv-content .profile-selector-page button[class*=flex-col] svg[class*=w-8][class*=h-8]{width:4rem!important;height:4rem!important}.tv-content .profile-selector-page button[class*=flex-col] span{font-size:1.75rem!important;font-weight:600!important}.tv-content .profile-selector-page p[class*=text-muted-foreground][class*=text-base],.tv-content .profile-selector-page p[class*=text-muted-foreground][class*=text-lg],.tv-content .profile-selector-page h3[class*=text-lg][class*=text-muted-foreground],.tv-content .profile-selector-page [class*="Enter PIN"] h3,.tv-content .profile-selector-page [class*=text-lg][class*=font-semibold]{font-size:2rem!important;line-height:1.5!important}.tv-content .profile-selector-page [class*=text-sm][class*=text-muted-foreground]{font-size:1.5rem!important;line-height:1.5!important}.tv-content .profile-selector-page button[class*=w-full][class*=flex][class*=items-center]{padding:2rem!important}.tv-content .profile-selector-page button[class*=w-full] div[class*=w-20][class*=h-20]{width:10rem!important;height:10rem!important;min-width:10rem!important;min-height:10rem!important}.tv-content .profile-selector-page button[class*=w-full] div[class*=font-medium][class*=text-foreground][class*=text-xl]{font-size:2rem!important;font-weight:700!important}.tv-content .profile-selector-page button[class*=w-full] div[class*=text-base][class*=text-muted-foreground]{font-size:1.5rem!important}html body .profile-selector-page h1{font-size:10rem!important;line-height:1.2!important}html body .profile-selector-page .rounded-full.w-48,html body .profile-selector-page .rounded-full.w-56,html body .profile-selector-page div[class*=w-48].rounded-full,html body .profile-selector-page div[class*=w-56].rounded-full{width:40rem!important;height:40rem!important;min-width:40rem!important;min-height:40rem!important}html body .profile-selector-page h3{font-size:4.5rem!important;line-height:1.3!important}html body .profile-selector-page p{font-size:3.5rem!important;line-height:1.4!important}html body .profile-selector-page .text-7xl,html body .profile-selector-page .text-8xl{font-size:18rem!important;line-height:1!important}html body .profile-selector-page button[class*=px-10],html body .profile-selector-page button[class*=border][class*=px-10],html body .profile-selector-page button[class*=text-foreground][class*=px-10]{padding:2.5rem 6rem!important;font-size:3.5rem!important;font-weight:600!important;border-width:5px!important;min-height:7.5rem!important}html body .profile-selector-page button[class*=flex-col][class*=items-center]{padding:3rem!important}html body .profile-selector-page button[class*=flex-col] div[class*=w-16][class*=h-16]{width:12rem!important;height:12rem!important;min-width:12rem!important;min-height:12rem!important}html body .profile-selector-page button[class*=flex-col] svg[class*=w-8][class*=h-8]{width:6rem!important;height:6rem!important}html body .profile-selector-page button[class*=flex-col] span{font-size:2.75rem!important;font-weight:600!important}html body .profile-selector-page p[class*=text-muted-foreground]{font-size:3.5rem!important;line-height:1.5!important}html body .profile-selector-page h3[class*=text-lg],html body .profile-selector-page h3[class*=text-xl]{font-size:4.5rem!important;line-height:1.5!important}html body .profile-selector-page button[class*=w-full]{padding:3rem!important}html body .profile-selector-page button[class*=w-full] div[class*=w-20][class*=h-20]{width:15rem!important;height:15rem!important;min-width:15rem!important;min-height:15rem!important}html body .profile-selector-page button[class*=w-full] div[class*=font-medium][class*=text-xl],html body .profile-selector-page button[class*=w-full] div[class*=font-medium][class*=text-foreground]{font-size:3.5rem!important;font-weight:700!important}html body .profile-selector-page button[class*=w-full] div[class*=text-base]{font-size:2.5rem!important}html body .profile-selector-page button[class*=w-full] div[class*=w-6][class*=h-6]{width:5rem!important;height:5rem!important}html body .profile-selector-page button[class*=w-full] svg[class*=w-3][class*=h-3]{width:3rem!important;height:3rem!important}html body .profile-selector-page .gap-16{gap:12rem!important}html body .profile-selector-page .w-12,html body .profile-selector-page .w-14{width:8rem!important;height:8rem!important}html body .profile-selector-page svg.w-6,html body .profile-selector-page svg.w-7{width:5rem!important;height:5rem!important}html body .profile-selector-page .mb-6{margin-bottom:5rem!important}html body .profile-selector-page .mt-6{margin-top:5rem!important}html body .profile-selector-page .px-12{padding-left:10rem!important;padding-right:10rem!important}html body .profile-selector-page .min-h-\[500px\]{min-height:1400px!important}html body .profile-selector-page button[class*=flex-1][class*=rounded-xl]{padding:2.25rem 3rem!important;font-size:2.75rem!important;font-weight:600!important;min-height:7rem!important}html body .profile-selector-page h3[class*=font-semibold]{font-size:3.5rem!important;line-height:1.5!important}html body .profile-selector-page p[class*=text-sm]{font-size:2.5rem!important;line-height:1.5!important}html body .tv-content button[role=switch]>div[class*=w-11][class*=h-6],html body button[role=switch]>div[class*=w-11][class*=h-6]{width:6rem!important;height:3.5rem!important;border-radius:9999px!important}html body .tv-content button[role=switch] div[class*=absolute][class*=w-5][class*=h-5][class*=bg-white],html body button[role=switch] div[class*=absolute][class*=w-5][class*=h-5][class*=bg-white]{width:2.75rem!important;height:2.75rem!important;top:.375rem!important;left:.375rem!important}html body .tv-content button[role=switch] div[class*=translate-x-5],html body button[role=switch] div[class*=translate-x-5]{transform:translate(2.25rem)!important}html body .tv-content div[class*=flex][class*=items-center][class*=gap-3] svg[class*=w-4][class*=h-4]:last-of-type,html body div[class*=flex][class*=items-center][class*=gap-3] svg[class*=w-4][class*=h-4]:last-of-type,html body .tv-content div[class*=flex][class*=items-center][class*=gap-3] svg[class*=transition-colors]:last-of-type,html body div[class*=flex][class*=items-center][class*=gap-3] svg[class*=transition-colors]:last-of-type{width:4rem!important;height:4rem!important}html body .tv-content div[class*=flex][class*=items-center][class*=gap-3] svg[class*=w-4][class*=h-4]:first-child,html body div[class*=flex][class*=items-center][class*=gap-3] svg[class*=w-4][class*=h-4]:first-child{width:3rem!important;height:3rem!important}html body .tv-content div[class*=flex][class*=items-center][class*=gap-3] svg[class*=w-4][class*=h-4]:last-child,html body div[class*=flex][class*=items-center][class*=gap-3] svg[class*=w-4][class*=h-4]:last-child,html body .tv-content div[class*=flex][class*=items-center][class*=gap-3] svg[class*=transition-colors]:last-of-type,html body div[class*=flex][class*=items-center][class*=gap-3] svg[class*=transition-colors]:last-of-type{width:3rem!important;height:3rem!important}html body .tv-content div[class*=flex][class*=items-center][class*=gap-3][class*=w-full],html body div[class*=flex][class*=items-center][class*=gap-3][class*=w-full]{gap:2rem!important;justify-content:center!important}html body .tv-content span[class*=dark-mode-text],html body span[class*=dark-mode-text]{display:none!important}html body aside[class*=tv-sidebar] div[class*=p-8][class*=border-b],html body .tv-content aside[class*=tv-sidebar] div[class*=p-8][class*=border-b]{display:flex!important;justify-content:center!important;align-items:center!important;padding:4rem 4rem 4rem 2rem!important}html body aside[class*=tv-sidebar] div[class*=p-8] a[class*=flex],html body .tv-content aside[class*=tv-sidebar] div[class*=p-8] a[class*=flex]{justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto!important;gap:0!important}html body aside[class*=tv-sidebar] span[class*=font-brand][class*=text-4xl],html body .tv-content aside[class*=tv-sidebar] span[class*=font-brand][class*=text-4xl]{font-size:4rem!important;text-align:center!important;display:block!important;width:100%!important;margin:0 auto!important}html body aside[class*=tv-sidebar] a[class*=glass-navbar-link],html body .tv-content aside[class*=tv-sidebar] a[class*=glass-navbar-link],html body aside[class*=tv-sidebar] button[class*=glass-navbar-link],html body .tv-content aside[class*=tv-sidebar] button[class*=glass-navbar-link]{padding:2rem 3rem!important;min-height:6rem!important;gap:2rem!important;border-radius:1.25rem!important}html body aside[class*=tv-sidebar] a[class*=glass-navbar-link] svg[class*=w-6],html body aside[class*=tv-sidebar] button[class*=glass-navbar-link] svg[class*=w-6],html body aside[class*=tv-sidebar] a[class*=glass-navbar-link] svg[class*=w-5],html body aside[class*=tv-sidebar] button[class*=glass-navbar-link] svg[class*=w-5]{width:4rem!important;height:4rem!important}html body aside[class*=tv-sidebar] a[class*=glass-navbar-link] span[class*=font-medium],html body aside[class*=tv-sidebar] button[class*=glass-navbar-link] span[class*=font-medium],html body aside[class*=tv-sidebar] a[class*=glass-navbar-link] span[class*=text-xl],html body aside[class*=tv-sidebar] a[class*=glass-navbar-link] span[class*=text-lg],html body aside[class*=tv-sidebar] button[class*=glass-navbar-link] span{font-size:2.5rem!important;font-weight:600!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;line-height:1.2!important}html body aside[class*=tv-sidebar] a[class*=glass-navbar-link],html body aside[class*=tv-sidebar] button[class*=glass-navbar-link]{overflow:visible!important;white-space:nowrap!important}html body .tv-content aside[class*=tv-sidebar] div[class*=flex][class*=items-center][class*=gap-4][class*=px-6][class*=py-3],html body aside[class*=tv-sidebar] div[class*=flex][class*=items-center][class*=gap-4][class*=px-6][class*=py-3]{padding:2rem 3rem!important;gap:2rem!important}html body aside[class*=tv-sidebar] div[class*=Avatar][class*=w-14],html body aside[class*=tv-sidebar] div[class*=Avatar][class*=h-14],html body aside[class*=tv-sidebar] div[class*=Avatar]{width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html body aside[class*=tv-sidebar] div[class*=text-lg][class*=font-semibold],html body .tv-content aside[class*=tv-sidebar] div[class*=text-lg][class*=font-semibold]{font-size:2.5rem!important;font-weight:700!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;line-height:1.2!important}html body aside[class*=tv-sidebar] div[class*=text-base][class*="text-white/60"],html body .tv-content aside[class*=tv-sidebar] div[class*=text-base][class*="text-white/60"]{font-size:2rem!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;line-height:1.2!important}html body aside[class*=tv-sidebar] div[class*=flex-1][class*=min-w-0],html body .tv-content aside[class*=tv-sidebar] div[class*=flex-1][class*=min-w-0]{overflow:visible!important;min-width:auto!important}html body .tv-content aside[class*=tv-sidebar] nav[class*=flex-1][class*=p-6],html body aside[class*=tv-sidebar] nav[class*=flex-1][class*=p-6]{padding:2rem!important;gap:1.5rem!important;overflow:hidden!important;overflow-y:hidden!important}html body .tv-content aside[class*=tv-sidebar] div[class*=p-6][class*=border-t],html body aside[class*=tv-sidebar] div[class*=p-6][class*=border-t]{padding:2rem!important}html body div[class*=max-w-md][class*=space-y-8],html body div[class*=max-w-md][class*=px-4],html body div[class*=relative][class*=z-10][class*=w-full][class*=max-w-md]{max-width:100rem!important;width:90%!important;padding:6rem 8rem!important}html body span[class*=font-brand][class*=text-4xl][class*=text-primary],html body a[class*=inline-flex] span[class*=font-brand]{font-size:7rem!important;line-height:1.2!important}html body h1[class*=text-2xl][class*=font-bold][class*=text-foreground]{font-size:5rem!important;font-weight:700!important;margin-bottom:1.5rem!important;line-height:1.2!important}html body p[class*=text-muted-foreground]:first-of-type{font-size:3rem!important;line-height:1.6!important;margin-bottom:2rem!important}html body form[class*=space-y-6]{gap:4rem!important}html body label[for=email],html body label[for=password]{font-size:3rem!important;font-weight:600!important;margin-bottom:1.5rem!important;display:block!important}html body input[type=email],html body input[type=text][class*=form-input],html body input[class*=form-input]:not([type=password]){font-size:2.5rem!important;padding:2.5rem 3rem!important;height:7rem!important;min-height:7rem!important;border-radius:1.25rem!important;border-width:3px!important;width:100%!important;box-sizing:border-box!important}html body input[type=password],html body input[type=password][class*=pr-10],html body input[type=password][id=password],html body input[type=password][class*=form-input]{font-size:2.5rem!important;padding:2.5rem 6rem 2.5rem 3rem!important;height:7rem!important;min-height:7rem!important;border-radius:1.25rem!important;border-width:3px!important;width:100%!important;box-sizing:border-box!important}html body label[for=password]+div[class*=relative]{position:relative!important;width:100%!important;display:block!important}html body input[type=email]::-moz-placeholder,html body input[type=password]::-moz-placeholder,html body input[type=text]::-moz-placeholder{font-size:2.5rem!important}html body input[type=email]::placeholder,html body input[type=password]::placeholder,html body input[type=text]::placeholder{font-size:2.5rem!important}html body div[class*=relative]:has(input[type=password]),html body div[class*=relative]:has(input[id=password]){position:relative!important;width:100%!important}html body div[class*=relative] button[class*=absolute][class*=right-3][class*="top-1/2"],html body div[class*=relative]:has(input[type=password]) button[type=button],html body div[class*=relative]:has(input[id=password]) button[type=button],html body button[class*=absolute][class*=right-3][class*="top-1/2"][class*=transform],html body div[class*=relative] button[class*=absolute],html body div[class*=relative]+div button,html body label[for=password]+div button,html body input[id=password]+button{position:absolute!important;right:2rem!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;-webkit-transform:translateY(-50%)!important;width:4rem!important;height:4rem!important;min-width:4rem!important;min-height:4rem!important;max-width:4rem!important;max-height:4rem!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;background:transparent!important;border:none!important;cursor:pointer!important;z-index:20!important;pointer-events:auto!important}html body button[class*=right-3][class*=absolute]{right:2rem!important;left:auto!important}html body button[class*="top-1/2"][class*=absolute]{top:50%!important;bottom:auto!important}html body button[class*=transform][class*="-translate-y-1/2"]{transform:translateY(-50%)!important;-webkit-transform:translateY(-50%)!important}html body div[class*=relative] button[class*=absolute] svg,html body div[class*=relative]:has(input[type=password]) button svg,html body div[class*=relative]:has(input[id=password]) button svg,html body button[class*=absolute][class*=right-3] svg{width:3.5rem!important;height:3.5rem!important;min-width:3.5rem!important;min-height:3.5rem!important;max-width:3.5rem!important;max-height:3.5rem!important;display:block!important;flex-shrink:0!important}html body a[href*=forgot-password],html body div[class*=text-right] a[class*=text-sm][class*=text-primary],html body div[class*=text-right] a[class*=text-primary],html body a[class*=text-sm][class*=text-primary][class*="hover:text-primary-glow"]{font-size:2.5rem!important;font-weight:600!important;padding:.5rem 1rem!important;display:inline-block!important;margin-top:1rem!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;width:auto!important;max-width:none!important;min-width:-moz-fit-content!important;min-width:fit-content!important}html body div[class*=text-right][class*=mt-1],html body div[class*=text-right]{overflow:visible!important;white-space:nowrap!important;width:100%!important;text-align:right!important}html body button[type=submit][class*=w-full][class*=btn-hero]{font-size:3rem!important;padding:2.5rem 5rem!important;min-height:8rem!important;border-radius:1.25rem!important;font-weight:700!important}html body span[class*=text-xs][class*=text-muted-foreground]{font-size:2.5rem!important;margin:0 3rem!important}html body div[class*=flex][class*=items-center][class*=my-6]{margin:4rem 0!important}html body div[class*=flex][class*=justify-center] div[ref],html body div[class*=relative] div[class*=flex][class*=justify-center]{width:100%!important}html body div[class*=flex][class*=justify-center] div button,html body div[class*=flex][class*=justify-center] button,html body button[class*=w-full][class*=flex][class*=items-center][class*=justify-center],html body div[id*=google] button,html body button[aria-label*=Google],html body button[style*=width]{font-size:3rem!important;padding:2.5rem 5rem!important;min-height:8rem!important;height:8rem!important;border-radius:1.25rem!important;font-weight:600!important;width:100%!important;max-width:100%!important;border-width:3px!important}html body div[class*=flex][class*=justify-center] div button svg,html body div[class*=flex][class*=justify-center] button svg,html body button[class*=w-full][class*=flex] svg,html body button[class*=w-full][class*=flex] img,html body div[id*=google] button svg,html body div[id*=google] button img{width:4.5rem!important;height:4.5rem!important;min-width:4.5rem!important;min-height:4.5rem!important}html body div[class*=flex][class*=justify-center] div button span,html body div[class*=flex][class*=justify-center] button span{font-size:3rem!important;font-weight:600!important}html body div[class*=flex][class*=justify-center] div iframe{width:100%!important;min-width:100%!important;height:8rem!important;min-height:8rem!important}html body div[ref] button,html body div[ref] div button{font-size:3rem!important;padding:2.5rem 5rem!important;min-height:8rem!important;height:8rem!important;border-radius:1.25rem!important;font-weight:600!important;width:100%!important;border-width:3px!important}html body div[class*=max-w-md] form~div[class*=relative]:first-of-type,html body .tv-content div[class*=max-w-md] form~div[class*=relative]:first-of-type{display:block!important;margin-top:6rem!important;margin-bottom:2rem!important}html body div[class*=max-w-md] form~div[class*=relative]:first-of-type button[type=button][class*=w-full],html body .tv-content div[class*=max-w-md] form~div[class*=relative]:first-of-type button[type=button][class*=w-full]{display:flex!important;font-size:2.5rem!important;padding:2rem 4rem!important;min-height:7rem!important;height:7rem!important;border-radius:1.25rem!important;font-weight:600!important;gap:1.5rem!important;border-width:3px!important}html body div[class*=max-w-md] form~div[class*=relative]:first-of-type button svg[viewBox="0 0 24 24"],html body .tv-content div[class*=max-w-md] form~div[class*=relative]:first-of-type button svg[viewBox="0 0 24 24"]{width:4rem!important;height:4rem!important;min-width:4rem!important;min-height:4rem!important}html body div[class*=max-w-md] div[class*=flex][class*=items-center][class*=my-6],html body .tv-content div[class*=max-w-md] div[class*=flex][class*=items-center][class*=my-6],html body div[class*=max-w-md] div[class*=relative] div[class*=flex][class*=items-center],html body .tv-content div[class*=max-w-md] div[class*=relative] div[class*=flex][class*=items-center]{display:none!important}html body div[class*="max-w-[90%]"] div[class*=flex-1] form~div[class*=relative]:nth-of-type(2),html body .tv-content div[class*="max-w-[90%]"] div[class*=flex-1] form~div[class*=relative]:nth-of-type(2),html body div[class*="max-w-[90%]"] div[class*=flex-1] form~div[class*=relative]:nth-child(2),html body .tv-content div[class*="max-w-[90%]"] div[class*=flex-1] form~div[class*=relative]:nth-child(2),html body div[class*=max-w-md] form~div[class*=relative]:nth-of-type(2),html body .tv-content div[class*=max-w-md] form~div[class*=relative]:nth-of-type(2),html body div[class*=max-w-md] form~div[class*=relative]:nth-child(2),html body .tv-content div[class*=max-w-md] form~div[class*=relative]:nth-child(2){display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;left:-9999px!important}html body div[class*="max-w-[90%]"] div[class*=flex-1] a[href*=qr-login-page],html body .tv-content div[class*="max-w-[90%]"] div[class*=flex-1] a[href*=qr-login-page],html body div[class*="max-w-[90%]"] div[class*=flex-1] div[class*=relative]:has(a[href*=qr-login-page]),html body .tv-content div[class*="max-w-[90%]"] div[class*=flex-1] div[class*=relative]:has(a[href*=qr-login-page]),html body div[class*="max-w-[90%]"] div[class*=flex-1] form~div a[href*=qr-login-page],html body .tv-content div[class*="max-w-[90%]"] div[class*=flex-1] form~div a[href*=qr-login-page],html body div[class*="max-w-[90%]"] div[class*=flex-1] form~div a[href*=qr-login-page] button,html body .tv-content div[class*="max-w-[90%]"] div[class*=flex-1] form~div a[href*=qr-login-page] button,html body div[class*=max-w-md] a[href*=qr-login-page],html body .tv-content div[class*=max-w-md] a[href*=qr-login-page],html body div[class*=max-w-md] div[class*=relative]:has(a[href*=qr-login-page]),html body .tv-content div[class*=max-w-md] div[class*=relative]:has(a[href*=qr-login-page]),html body div[class*=max-w-md] form~div a[href*=qr-login-page],html body .tv-content div[class*=max-w-md] form~div a[href*=qr-login-page],html body div[class*=max-w-md] form~div a[href*=qr-login-page] button,html body .tv-content div[class*=max-w-md] form~div a[href*=qr-login-page] button{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;left:-9999px!important}html body div[class*="max-w-[90%]"] div[class*=flex-1] button:has(svg[class*=w-4][class*=h-4]):not(:has(svg[viewBox="0 0 24 24"])),html body .tv-content div[class*="max-w-[90%]"] div[class*=flex-1] button:has(svg[class*=w-4][class*=h-4]):not(:has(svg[viewBox="0 0 24 24"])),html body div[class*="max-w-[90%]"] div[class*=flex-1] form~div button:has(svg[class*=w-4][class*=h-4]):not(:has(svg[viewBox="0 0 24 24"])),html body .tv-content div[class*="max-w-[90%]"] div[class*=flex-1] form~div button:has(svg[class*=w-4][class*=h-4]):not(:has(svg[viewBox="0 0 24 24"])),html body div[class*=max-w-md] button:has(svg[class*=w-4][class*=h-4]):not(:has(svg[viewBox="0 0 24 24"])),html body .tv-content div[class*=max-w-md] button:has(svg[class*=w-4][class*=h-4]):not(:has(svg[viewBox="0 0 24 24"])),html body div[class*=max-w-md] form~div button:has(svg[class*=w-4][class*=h-4]):not(:has(svg[viewBox="0 0 24 24"])),html body .tv-content div[class*=max-w-md] form~div button:has(svg[class*=w-4][class*=h-4]):not(:has(svg[viewBox="0 0 24 24"])){display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}html body div[class*="max-w-[90%]"][class*=flex][class*=gap-16],html body .tv-content div[class*="max-w-[90%]"][class*=flex][class*=gap-16]{max-width:90%!important;gap:8rem!important;align-items:center!important}html body div[class*=flex-1] h2[class*=text-4xl][class*=font-bold],html body .tv-content div[class*=flex-1] h2[class*=text-4xl][class*=font-bold]{font-size:5rem!important;font-weight:700!important;margin-bottom:2rem!important}html body div[class*=flex-1] p[class*=text-xl][class*=text-muted-foreground],html body .tv-content div[class*=flex-1] p[class*=text-xl][class*=text-muted-foreground]{font-size:3rem!important;line-height:1.6!important}html body div[class*=bg-white][class*=p-6][class*=rounded-3xl],html body .tv-content div[class*=bg-white][class*=p-6][class*=rounded-3xl],html body div[class*=bg-white][class*=p-8][class*=rounded-3xl],html body .tv-content div[class*=bg-white][class*=p-8][class*=rounded-3xl]{padding:2rem!important;border-radius:2rem!important}html body div[class*=bg-white] img[alt="QR Code"],html body .tv-content div[class*=bg-white] img[alt="QR Code"]{width:40rem!important;height:40rem!important;min-width:40rem!important;min-height:40rem!important}html body div[class*=flex][class*=items-center][class*=space-x-3] svg[class*=w-8][class*=h-8],html body .tv-content div[class*=flex][class*=items-center][class*=space-x-3] svg[class*=w-8][class*=h-8]{width:4rem!important;height:4rem!important}html body div[class*=flex][class*=items-center][class*=space-x-3] span[class*=text-3xl][class*=font-semibold],html body .tv-content div[class*=flex][class*=items-center][class*=space-x-3] span[class*=text-3xl][class*=font-semibold]{font-size:4rem!important;font-weight:700!important}html body div[class*=flex-1] p[class*=text-xl][class*=text-muted-foreground][class*=max-w-md],html body .tv-content div[class*=flex-1] p[class*=text-xl][class*=text-muted-foreground][class*=max-w-md]{font-size:2.5rem!important;line-height:1.6!important;max-width:80rem!important}html body div[class*=flex-1] svg[class*=w-16][class*=h-16][class*=animate-spin],html body .tv-content div[class*=flex-1] svg[class*=w-16][class*=h-16][class*=animate-spin]{width:8rem!important;height:8rem!important}html body div[class*=flex-1] p[class*=text-2xl][class*=text-muted-foreground],html body .tv-content div[class*=flex-1] p[class*=text-2xl][class*=text-muted-foreground]{font-size:3rem!important}html body div[class*=flex-1] h2[class*=text-3xl][class*=font-bold],html body .tv-content div[class*=flex-1] h2[class*=text-3xl][class*=font-bold]{font-size:4rem!important;font-weight:700!important}html body div[class*=flex-1] button[class*=text-xl][class*=px-8][class*=py-6],html body .tv-content div[class*=flex-1] button[class*=text-xl][class*=px-8][class*=py-6]{font-size:2.5rem!important;padding:2.5rem 5rem!important;min-height:7rem!important}html body div[class*=max-w-md] div[class*=text-center],html body .tv-content div[class*=max-w-md] div[class*=text-center]{margin-top:2rem!important}html body p[class*=text-muted-foreground]:last-child{font-size:2.5rem!important;line-height:1.6!important}html body p[class*=text-muted-foreground]:last-child a{font-size:2.5rem!important;font-weight:600!important}html body div[class*=text-center][class*=space-y-2]{gap:1.5rem!important;margin-bottom:3rem!important}html body div[class*=space-y-4]{gap:2rem!important}html body div[class*=space-y-8]{gap:4rem!important}html body div[class*=min-h-screen][class*=flex][class*=items-center][class*=justify-center] div[class*=max-w-2xl],html body .tv-content div[class*=min-h-screen][class*=flex][class*=items-center][class*=justify-center] div[class*=max-w-2xl]{max-width:120rem!important;padding:6rem 8rem!important}html body div[class*=max-w-2xl] h1[class*=text-4xl][class*=font-brand][class*=font-bold],html body .tv-content div[class*=max-w-2xl] h1[class*=text-4xl][class*=font-brand][class*=font-bold]{font-size:6rem!important;font-weight:700!important;margin-bottom:2rem!important}html body div[class*=max-w-2xl] p[class*=text-muted-foreground][class*=text-lg],html body .tv-content div[class*=max-w-2xl] p[class*=text-muted-foreground][class*=text-lg]{font-size:3rem!important;line-height:1.6!important}html body div[class*=max-w-2xl] div[class*=bg-white][class*=p-6][class*=rounded-2xl],html body .tv-content div[class*=max-w-2xl] div[class*=bg-white][class*=p-6][class*=rounded-2xl]{padding:3rem!important;border-radius:2rem!important}html body div[class*=max-w-2xl] img[alt="QR Code"],html body .tv-content div[class*=max-w-2xl] img[alt="QR Code"]{width:50rem!important;height:50rem!important;min-width:50rem!important;min-height:50rem!important}html body div[class*=max-w-2xl] div[class*=flex][class*=items-center][class*=justify-center][class*=space-x-2][class*=text-lg],html body .tv-content div[class*=max-w-2xl] div[class*=flex][class*=items-center][class*=justify-center][class*=space-x-2][class*=text-lg]{font-size:3rem!important;gap:1rem!important}html body div[class*=max-w-2xl] div[class*=flex][class*=items-center] svg[class*=w-5][class*=h-5],html body .tv-content div[class*=max-w-2xl] div[class*=flex][class*=items-center] svg[class*=w-5][class*=h-5]{width:3rem!important;height:3rem!important}html body div[class*=max-w-2xl] div[class*=flex][class*=items-center] span[class*=font-semibold],html body .tv-content div[class*=max-w-2xl] div[class*=flex][class*=items-center] span[class*=font-semibold]{font-size:3rem!important;font-weight:700!important}html body div[class*=max-w-2xl] p[class*=text-muted-foreground][class*=text-sm],html body .tv-content div[class*=max-w-2xl] p[class*=text-muted-foreground][class*=text-sm]{font-size:2.5rem!important;line-height:1.6!important;max-width:80rem!important}html body div[class*=max-w-2xl] div[class*=flex][class*=items-center][class*=justify-center][class*=space-x-2] div[class*=w-2][class*=h-2],html body .tv-content div[class*=max-w-2xl] div[class*=flex][class*=items-center][class*=justify-center][class*=space-x-2] div[class*=w-2][class*=h-2]{width:1rem!important;height:1rem!important}html body div[class*=max-w-2xl] div[class*=flex][class*=items-center] span[class*=text-sm][class*=text-muted-foreground],html body .tv-content div[class*=max-w-2xl] div[class*=flex][class*=items-center] span[class*=text-sm][class*=text-muted-foreground]{font-size:2rem!important}html body div[class*=max-w-2xl] svg[class*=w-12][class*=h-12][class*=animate-spin],html body .tv-content div[class*=max-w-2xl] svg[class*=w-12][class*=h-12][class*=animate-spin]{width:6rem!important;height:6rem!important}html body div[class*=max-w-2xl] p[class*=text-muted-foreground]:has(+div),html body .tv-content div[class*=max-w-2xl] p[class*=text-muted-foreground]{font-size:2.5rem!important}html body div[class*=max-w-2xl] svg[class*=w-16][class*=h-16],html body .tv-content div[class*=max-w-2xl] svg[class*=w-16][class*=h-16]{width:8rem!important;height:8rem!important}html body div[class*=max-w-2xl] h2[class*=text-2xl][class*=font-bold],html body .tv-content div[class*=max-w-2xl] h2[class*=text-2xl][class*=font-bold]{font-size:4rem!important;font-weight:700!important}html body div[class*=max-w-2xl] p[class*=text-muted-foreground]:not([class*=text-sm]),html body .tv-content div[class*=max-w-2xl] p[class*=text-muted-foreground]:not([class*=text-sm]){font-size:2.5rem!important}html body div[class*=max-w-2xl] button[class*=variant-outline],html body .tv-content div[class*=max-w-2xl] button[class*=variant-outline],html body div[class*=max-w-2xl] button[class*=variant-ghost],html body .tv-content div[class*=max-w-2xl] button[class*=variant-ghost]{font-size:2.5rem!important;padding:2rem 4rem!important;min-height:6.5rem!important;border-radius:1.25rem!important;font-weight:600!important}html body div[class*=max-w-2xl] button svg[class*=w-4][class*=h-4],html body .tv-content div[class*=max-w-2xl] button svg[class*=w-4][class*=h-4]{width:3rem!important;height:3rem!important}html body div[class*=max-w-md] button[type=button][class*=variant-outline][class*=w-full][class*=size-lg],html body .tv-content div[class*=max-w-md] button[type=button][class*=variant-outline][class*=w-full][class*=size-lg],html body div[class*=max-w-md] button:has(svg[viewBox="0 0 24 24"]),html body .tv-content div[class*=max-w-md] button:has(svg[viewBox="0 0 24 24"]){font-size:2.5rem!important;padding:2rem 4rem!important;min-height:6.5rem!important;border-radius:1.25rem!important;font-weight:600!important;border-width:2px!important;gap:1rem!important}html body div[class*=max-w-md] button svg[viewBox="0 0 24 24"],html body .tv-content div[class*=max-w-md] button svg[viewBox="0 0 24 24"]{width:3rem!important;height:3rem!important;min-width:3rem!important;min-height:3rem!important;flex-shrink:0!important}html body div[class*=max-w-md] a[href*=qr-login-page] button,html body .tv-content div[class*=max-w-md] a[href*=qr-login-page] button,html body div[class*=max-w-md] a button[class*=w-full][class*=size-lg]:has(svg),html body .tv-content div[class*=max-w-md] a button[class*=w-full][class*=size-lg]:has(svg){font-size:2.5rem!important;padding:2rem 4rem!important;min-height:6.5rem!important;border-radius:1.25rem!important;font-weight:600!important;border-width:2px!important;gap:1rem!important}html body div[class*=max-w-md] a[href*=qr-login-page] button svg,html body .tv-content div[class*=max-w-md] a[href*=qr-login-page] button svg,html body div[class*=max-w-md] a button svg[class*=w-4][class*=h-4],html body .tv-content div[class*=max-w-md] a button svg[class*=w-4][class*=h-4]{width:3rem!important;height:3rem!important;min-width:3rem!important;min-height:3rem!important;flex-shrink:0!important}html body .tv-content h1[class*=text-3xl][class*=font-brand][class*=font-bold],html body h1[class*=text-3xl][class*=font-brand][class*=font-bold]{font-size:5rem!important;font-weight:700!important}html body .tv-content div[class*=flex][class*=items-center][class*=gap-3] svg[class*=w-8][class*=h-8][class*=text-primary],html body div[class*=flex][class*=items-center][class*=gap-3] svg[class*=w-8][class*=h-8][class*=text-primary]{width:5rem!important;height:5rem!important}html body .tv-content div[class*=flex][class*=items-center][class*=gap-2] button[class*=text-sm],html body div[class*=flex][class*=items-center][class*=gap-2] button[class*=text-sm]{padding:1.5rem 2.5rem!important;font-size:2rem!important;min-height:5rem!important;border-radius:1rem!important}html body .tv-content div[class*=flex][class*=items-center][class*=gap-2] button svg[class*=w-4][class*=h-4],html body div[class*=flex][class*=items-center][class*=gap-2] button svg[class*=w-4][class*=h-4]{width:2.5rem!important;height:2.5rem!important}html body .tv-content p[class*=text-muted-foreground][class*=mb-4],html body p[class*=text-muted-foreground][class*=mb-4]{font-size:2rem!important;margin-bottom:2rem!important}html body .tv-content div[class*=flex][class*=flex-wrap][class*=gap-4][class*=text-sm] div,html body div[class*=flex][class*=flex-wrap][class*=gap-4][class*=text-sm] div{padding:1rem 2rem!important;font-size:1.75rem!important;border-radius:1rem!important;gap:1rem!important}html body .tv-content div[class*=flex][class*=flex-wrap][class*=gap-4][class*=text-sm] svg[class*=w-4][class*=h-4],html body div[class*=flex][class*=flex-wrap][class*=gap-4][class*=text-sm] svg[class*=w-4][class*=h-4]{width:2rem!important;height:2rem!important}html body .tv-content div[class*="bg-slate-800/40"][class*=rounded-xl][class*=p-3] button[class*=size-icon],html body div[class*="bg-slate-800/40"][class*=rounded-xl][class*=p-3] button[class*=size-icon]{width:5rem!important;height:5rem!important;min-width:5rem!important;min-height:5rem!important}html body .tv-content div[class*="bg-slate-800/40"] button svg[class*=w-5][class*=h-5],html body div[class*="bg-slate-800/40"] button svg[class*=w-5][class*=h-5]{width:3rem!important;height:3rem!important}html body .tv-content div[class*="bg-slate-800/40"] select[class*=text-sm],html body div[class*="bg-slate-800/40"] select[class*=text-sm],html body .tv-content div[class*="bg-slate-800/40"] button[class*=text-sm],html body div[class*="bg-slate-800/40"] button[class*=text-sm]{padding:1rem 2rem!important;font-size:1.75rem!important;border-radius:1rem!important;min-height:5rem!important}html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*=text-center][class*=text-xs],html body div[class*=grid][class*=grid-cols-7] div[class*=text-center][class*=text-xs]{font-size:2rem!important;padding:1.5rem 0!important;font-weight:600!important}html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*="min-h-[80px]"],html body div[class*=grid][class*=grid-cols-7] div[class*="min-h-[80px]"],html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*="min-h-[100px]"],html body div[class*=grid][class*=grid-cols-7] div[class*="min-h-[100px]"]{min-height:12rem!important;padding:1.5rem!important;border-radius:1rem!important}html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*=text-xs],html body div[class*=grid][class*=grid-cols-7] div[class*=text-xs]{font-size:2rem!important;margin-bottom:.75rem!important}html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*="text-[10px]"],html body div[class*=grid][class*=grid-cols-7] div[class*="text-[10px]"],html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*=text-xs],html body div[class*=grid][class*=grid-cols-7] div[class*=text-xs]{font-size:1.5rem!important;padding:.75rem 1rem!important;border-radius:.75rem!important;gap:.5rem!important}html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*="text-[10px]"] svg,html body div[class*=grid][class*=grid-cols-7] div[class*="text-[10px]"] svg,html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*=text-xs] svg,html body div[class*=grid][class*=grid-cols-7] div[class*=text-xs] svg{width:1.5rem!important;height:1.5rem!important}html body .tv-content div[class*=grid][class*=grid-cols-7] div[class*="text-[10px]"][class*=text-muted-foreground],html body div[class*=grid][class*=grid-cols-7] div[class*="text-[10px]"][class*=text-muted-foreground]{font-size:1.5rem!important;padding-left:.5rem!important}html body .tv-content div[class*=space-y-4] a[class*=flex][class*=gap-4][class*=p-4],html body div[class*=space-y-4] a[class*=flex][class*=gap-4][class*=p-4]{padding:2.5rem 3rem!important;gap:2.5rem!important;border-radius:1.5rem!important}html body .tv-content div[class*=space-y-4] a img[class*=w-20],html body div[class*=space-y-4] a img[class*=w-20],html body .tv-content div[class*=space-y-4] a img[class*=w-24],html body div[class*=space-y-4] a img[class*=w-24]{width:12rem!important;height:18rem!important;min-width:12rem!important;min-height:18rem!important;border-radius:1rem!important}html body .tv-content div[class*=space-y-4] a span[class*=text-xs][class*=px-2][class*="py-0.5"],html body div[class*=space-y-4] a span[class*=text-xs][class*=px-2][class*="py-0.5"]{font-size:1.5rem!important;padding:.75rem 1.25rem!important;border-radius:.75rem!important;gap:.5rem!important}html body .tv-content div[class*=space-y-4] a span[class*=text-xs] svg[class*=w-3][class*=h-3],html body div[class*=space-y-4] a span[class*=text-xs] svg[class*=w-3][class*=h-3]{width:1.5rem!important;height:1.5rem!important}html body .tv-content div[class*=space-y-4] a h3[class*=font-semibold][class*=text-lg],html body div[class*=space-y-4] a h3[class*=font-semibold][class*=text-lg]{font-size:2.5rem!important;font-weight:700!important;margin-bottom:.75rem!important}html body .tv-content div[class*=space-y-4] a p[class*=text-sm][class*=text-purple-400],html body div[class*=space-y-4] a p[class*=text-sm][class*=text-purple-400]{font-size:2rem!important;font-weight:600!important;margin-top:.5rem!important}html body .tv-content div[class*=space-y-4] a p[class*=text-sm][class*=text-muted-foreground],html body div[class*=space-y-4] a p[class*=text-sm][class*=text-muted-foreground]{font-size:1.75rem!important;margin-top:1rem!important;line-height:1.6!important}html body .tv-content div[class*=space-y-4] a div[class*=flex][class*=items-center][class*=gap-3][class*=mt-2][class*=text-sm],html body div[class*=space-y-4] a div[class*=flex][class*=items-center][class*=gap-3][class*=mt-2][class*=text-sm]{font-size:1.75rem!important;margin-top:1.5rem!important;gap:1.5rem!important}html body .tv-content div[class*=space-y-4] a span[class*=px-2][class*="py-0.5"][class*=rounded-full][class*=text-xs],html body div[class*=space-y-4] a span[class*=px-2][class*="py-0.5"][class*=rounded-full][class*=text-xs]{font-size:1.5rem!important;padding:.75rem 1.25rem!important;border-radius:.75rem!important}html body .tv-content div[class*="bg-slate-800/30"][class*=rounded-xl] h3[class*=font-semibold],html body div[class*="bg-slate-800/30"][class*=rounded-xl] h3[class*=font-semibold]{font-size:2.5rem!important;font-weight:700!important;margin-bottom:1.5rem!important}html body .tv-content div[class*="bg-slate-800/30"] h3 svg[class*=w-4][class*=h-4],html body div[class*="bg-slate-800/30"] h3 svg[class*=w-4][class*=h-4]{width:2.5rem!important;height:2.5rem!important}html body .tv-content div[class*="bg-slate-800/30"] ul[class*=text-sm],html body div[class*="bg-slate-800/30"] ul[class*=text-sm]{font-size:2rem!important;gap:1rem!important}html body .tv-content div[class*="bg-slate-800/30"] ul li,html body div[class*="bg-slate-800/30"] ul li{line-height:1.6!important;margin-bottom:.75rem!important}html body .tv-content div[class*="bg-slate-800/30"] ul span[class*=text-blue-300],html body div[class*="bg-slate-800/30"] ul span[class*=text-blue-300],html body .tv-content div[class*="bg-slate-800/30"] ul span[class*=text-purple-300],html body div[class*="bg-slate-800/30"] ul span[class*=text-purple-300]{font-size:2rem!important;font-weight:600!important}html body .tv-content div[class*=text-center][class*=py-12] p,html body div[class*=text-center][class*=py-12] p{font-size:2rem!important}html body .tv-content div[class*=text-center][class*=py-12] p[class*=text-sm],html body div[class*=text-center][class*=py-12] p[class*=text-sm]{font-size:1.75rem!important;margin-top:1rem!important}html body .tv-content div[class*=text-center][class*=py-12] svg[class*=w-12][class*=h-12],html body div[class*=text-center][class*=py-12] svg[class*=w-12][class*=h-12]{width:6rem!important;height:6rem!important;margin-bottom:2rem!important}html body .tv-content section[class*=container] div[class*=grid][class*="md:grid-cols-3"] div[class*="md:col-span-1"] img[class*=rounded-lg],html body section[class*=container] div[class*=grid][class*="md:grid-cols-3"] div[class*="md:col-span-1"] img[class*=rounded-lg]{width:28rem!important;height:42rem!important;min-width:28rem!important;min-height:42rem!important;max-width:28rem!important;max-height:42rem!important;-o-object-fit:cover!important;object-fit:cover!important}html body .tv-content section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=h-11],html body section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=h-11],html body .tv-content section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button,html body section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button{height:5rem!important;min-height:5rem!important;width:28rem!important;min-width:28rem!important;max-width:28rem!important;font-size:1.75rem!important;padding:1rem 2rem!important;display:flex!important;align-items:center!important;justify-content:center!important}html body .tv-content section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button svg,html body section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button svg{width:2.25rem!important;height:2.25rem!important}html body .tv-content section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button span[class*=w-5][class*=h-5],html body section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button span[class*=w-5][class*=h-5],html body .tv-content section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button span[class*=relative][class*=block],html body section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button span[class*=relative][class*=block]{width:2.25rem!important;height:2.25rem!important;min-width:2.25rem!important;min-height:2.25rem!important}html body .tv-content section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button span[class*=relative] svg,html body section[class*=relative] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button span[class*=relative] svg{width:2.25rem!important;height:2.25rem!important}html body .tv-content div[class*=grid][class*=grid-cols-4][class*="sm:grid-cols-5"],html body div[class*=grid][class*=grid-cols-4][class*="sm:grid-cols-5"],html body .tv-content div[class*=grid][class*="md:grid-cols-6"],html body div[class*=grid][class*="md:grid-cols-6"],html body .tv-content div[class*=grid][class*="lg:grid-cols-7"],html body div[class*=grid][class*="lg:grid-cols-7"]{gap:1.5rem!important;overflow:visible!important}html body .tv-content section[class*=container] div[class*="md:col-span-2"],html body section[class*=container] div[class*="md:col-span-2"]{overflow:visible!important}html body .tv-content section[class*=container] h2[class*=text-2xl][class*=font-bold][class*=mb-4],html body section[class*=container] h2[class*=text-2xl][class*=font-bold][class*=mb-4]{font-size:3rem!important;margin-bottom:2rem!important}html body .tv-content div[class*=grid] div[class*=rounded-lg] img[class*="aspect-[2/3]"],html body div[class*=grid] div[class*=rounded-lg] img[class*="aspect-[2/3]"]{width:100%!important;height:auto!important;margin:0!important;padding:0!important}html body .tv-content div[class*=grid] div[class*=rounded-lg][class*=overflow-hidden][class*=bg-card],html body div[class*=grid] div[class*=rounded-lg][class*=overflow-hidden][class*=bg-card]{padding:0!important;margin:0!important;border-radius:24px!important}html body .tv-content div[class*=grid] div[class*=rounded-lg] img[class*="aspect-[2/3]"],html body div[class*=grid] div[class*=rounded-lg] img[class*="aspect-[2/3]"]{border-radius:24px 24px 0 0!important}html body .tv-content div[class*=grid] div[class*=rounded-lg] div[class*=p-2],html body div[class*=grid] div[class*=rounded-lg] div[class*=p-2]{padding:1rem!important;margin:0!important}html body .tv-content div[class*=grid] div[class*=rounded-lg] div[class*=p-2] div[class*=text-sm][class*=font-medium][class*=line-clamp-1],html body div[class*=grid] div[class*=rounded-lg] div[class*=p-2] div[class*=text-sm][class*=font-medium][class*=line-clamp-1]{font-size:2rem!important;font-weight:700!important;line-clamp:2!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;line-height:1.4!important;margin:0!important;padding:0!important}html body .tv-content div[class*=grid] div[class*=rounded-lg] div[class*=p-2] div[class*=text-xs][class*=line-clamp-1],html body div[class*=grid] div[class*=rounded-lg] div[class*=p-2] div[class*=text-xs][class*=line-clamp-1]{font-size:1.75rem!important;line-clamp:2!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;line-height:1.4!important;margin-top:.5rem!important;padding:0!important}html body .tv-content section[class*=relative] div[class*=flex][class*=flex-wrap][class*=items-center][class*=gap-3][class*=text-sm],html body section[class*=relative] div[class*=flex][class*=flex-wrap][class*=items-center][class*=gap-3][class*=text-sm]{font-size:2rem!important;gap:1.5rem!important}html body .tv-content section[class*=relative] div[class*=flex][class*=flex-wrap] span[class*=font-medium],html body section[class*=relative] div[class*=flex][class*=flex-wrap] span[class*=font-medium]{font-size:2rem!important;font-weight:600!important}html body .tv-content section[class*=relative] div[class*=flex][class*=flex-wrap] div[class*=flex][class*=items-center] svg[class*=w-4][class*=h-4],html body section[class*=relative] div[class*=flex][class*=flex-wrap] div[class*=flex][class*=items-center] svg[class*=w-4][class*=h-4]{width:2rem!important;height:2rem!important}html body .tv-content section[class*=relative] div[class*=flex][class*=flex-wrap] span[class*=inline-flex][class*=items-center],html body section[class*=relative] div[class*=flex][class*=flex-wrap] span[class*=inline-flex][class*=items-center]{font-size:1.5rem!important;padding:.75rem 1.25rem!important;border-radius:.75rem!important}html body .tv-content section[class*=container] div[class*="md:col-span-2"] h3[class*=font-semibold][class*=mb-2],html body section[class*=container] div[class*="md:col-span-2"] h3[class*=font-semibold][class*=mb-2]{font-size:2rem!important;font-weight:700!important;margin-bottom:1rem!important}html body .tv-content section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] svg[class*=w-5][class*=h-5],html body section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] svg[class*=w-5][class*=h-5],html body .tv-content section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] svg[class*=text-yellow-400],html body section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] svg[class*=text-yellow-400]{width:2rem!important;height:2rem!important}html body .tv-content section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] span[class*=text-muted-foreground][class*=font-medium],html body section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] span[class*=text-muted-foreground][class*=font-medium],html body .tv-content section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] span[class*=text-slate-800][class*=font-medium],html body section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] span[class*=text-slate-800][class*=font-medium],html body .tv-content section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] span[class*=font-medium],html body section[class*=container] div[class*="md:col-span-2"] div[class*=flex][class*=items-center][class*=space-x-2] span[class*=font-medium]{font-size:2rem!important;font-weight:600!important;line-height:1.2!important}html body .tv-content section[class*=container] div[class*="md:col-span-2"] p[class*=text-muted-foreground][class*=font-medium],html body section[class*=container] div[class*="md:col-span-2"] p[class*=text-muted-foreground][class*=font-medium]{font-size:1.75rem!important;font-weight:600!important}html body .tv-content div[class*=mb-6][class*=p-4][class*=rounded-2xl][class*=border][class*=backdrop-blur-sm],html body div[class*=mb-6][class*=p-4][class*=rounded-2xl][class*=border][class*=backdrop-blur-sm]{padding:2rem 3rem!important;border-radius:1.5rem!important;gap:2rem!important}html body .tv-content div[class*=w-10][class*=h-10][class*=rounded-xl] svg[class*=w-5][class*=h-5],html body div[class*=w-10][class*=h-10][class*=rounded-xl] svg[class*=w-5][class*=h-5]{width:3rem!important;height:3rem!important}html body .tv-content div[class*=w-10][class*=h-10][class*=rounded-xl],html body div[class*=w-10][class*=h-10][class*=rounded-xl]{width:5rem!important;height:5rem!important;border-radius:1.25rem!important}html body .tv-content div[class*=mb-6] h3[class*=text-base][class*=font-semibold][class*=text-white],html body div[class*=mb-6] h3[class*=text-base][class*=font-semibold][class*=text-white]{font-size:2.5rem!important;font-weight:700!important}html body .tv-content div[class*=mb-6] p[class*=text-xs],html body div[class*=mb-6] p[class*=text-xs]{font-size:1.75rem!important}html body .tv-content div[class*=mb-6] select[class*=h-9],html body div[class*=mb-6] select[class*=h-9]{height:5rem!important;min-height:5rem!important;padding:1rem 1.5rem!important;font-size:1.75rem!important;border-radius:1rem!important}html body .tv-content div[class*=mb-6] label[class*=flex][class*=items-center][class*=gap-2][class*=h-9],html body div[class*=mb-6] label[class*=flex][class*=items-center][class*=gap-2][class*=h-9]{height:5rem!important;min-height:5rem!important;padding:1rem 1.5rem!important;font-size:1.75rem!important;border-radius:1rem!important;gap:1rem!important}html body .tv-content div[class*=mb-6] label input[type=checkbox],html body div[class*=mb-6] label input[type=checkbox]{width:2rem!important;height:2rem!important}html body .tv-content div[class*=mb-6] button[class*=h-9][class*=px-3][class*=text-sm],html body div[class*=mb-6] button[class*=h-9][class*=px-3][class*=text-sm]{height:5rem!important;min-height:5rem!important;padding:1rem 2rem!important;font-size:1.75rem!important;border-radius:1rem!important}html body .tv-content div[class*=mb-6] button[class*=bg-gradient-to-r] svg[class*=w-4][class*=h-4],html body div[class*=mb-6] button[class*=bg-gradient-to-r] svg[class*=w-4][class*=h-4]{width:2.5rem!important;height:2.5rem!important}html body .tv-content div[class*=mb-6] button[class*=bg-gradient-to-r][class*=from-violet-500],html body div[class*=mb-6] button[class*=bg-gradient-to-r][class*=from-violet-500],html body .tv-content div[class*=mb-6] button[class*=bg-gradient-to-r][class*=from-emerald-500],html body div[class*=mb-6] button[class*=bg-gradient-to-r][class*=from-emerald-500]{padding:1.5rem 3rem!important;font-size:2rem!important;font-weight:700!important;border-radius:1.25rem!important;min-height:5.5rem!important}html body .tv-content iframe[class*=h-full][class*=w-full][class*=rounded-2xl],html body iframe[class*=h-full][class*=w-full][class*=rounded-2xl],html body .tv-content iframe#vidfast-player,html body iframe#vidfast-player{width:88%!important;max-width:88%!important;margin:0 auto!important;display:block!important}html body .tv-content section[class*=space-y-2] h2[class*=text-2xl][class*=font-display][class*=font-bold][class*=text-center],html body section[class*=space-y-2] h2[class*=text-2xl][class*=font-display][class*=font-bold][class*=text-center]{font-size:4rem!important;font-weight:700!important;line-height:1.2!important;margin-bottom:1.5rem!important}html body .tv-content section[class*=tv-hero] div[class*=flex][class*=items-center][class*=space-x-4][class*=text-sm],html body section[class*=tv-hero] div[class*=flex][class*=items-center][class*=space-x-4][class*=text-sm]{font-size:2rem!important;gap:1.5rem!important}html body .tv-content section[class*=tv-hero] span[class*=bg-primary][class*=px-2][class*=py-1],html body section[class*=tv-hero] span[class*=bg-primary][class*=px-2][class*=py-1]{font-size:2rem!important;padding:.75rem 1.5rem!important;border-radius:.75rem!important;font-weight:600!important}html body .tv-content section[class*=tv-hero] span[class*=font-medium],html body section[class*=tv-hero] span[class*=font-medium]{font-size:2rem!important;font-weight:600!important}html body .tv-content section[class*=tv-hero] div[class*=flex][class*=items-center][class*=space-x-1] span[class*=text-yellow-400],html body section[class*=tv-hero] div[class*=flex][class*=items-center][class*=space-x-1] span[class*=text-yellow-400]{font-size:2rem!important}html body .tv-content section[class*=tv-hero] h1[class*=text-5xl],html body section[class*=tv-hero] h1[class*=text-5xl],html body .tv-content section[class*=tv-hero] h1[class*=text-7xl],html body section[class*=tv-hero] h1[class*=text-7xl]{font-size:8rem!important;line-height:1.1!important;font-weight:700!important}html body .tv-content section[class*=tv-hero] p[class*=text-lg][class*=text-white],html body section[class*=tv-hero] p[class*=text-lg][class*=text-white]{font-size:2.5rem!important;line-height:1.6!important;max-width:60rem!important}html body .tv-content section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] a[class*=bg-accent],html body section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] a[class*=bg-accent],html body .tv-content section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=bg-accent],html body section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=bg-accent]{padding:2rem 4rem!important;font-size:2.5rem!important;font-weight:600!important;border-radius:1rem!important;min-height:6rem!important;gap:1rem!important}html body .tv-content section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] a[class*=bg-accent] svg,html body section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] a[class*=bg-accent] svg,html body .tv-content section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=bg-accent] svg,html body section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=bg-accent] svg{width:3rem!important;height:3rem!important}html body .tv-content section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] a[class*=btn-secondary],html body section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] a[class*=btn-secondary],html body .tv-content section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=btn-secondary],html body section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=btn-secondary]{padding:2rem 4rem!important;font-size:2.5rem!important;font-weight:600!important;border-radius:1rem!important;min-height:6rem!important;gap:1rem!important;border-width:2px!important}html body .tv-content section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] a[class*=btn-secondary] svg,html body section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] a[class*=btn-secondary] svg,html body .tv-content section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=btn-secondary] svg,html body section[class*=tv-hero] div[class*=flex][class*=flex-col][class*="sm:flex-row"][class*=gap-4] button[class*=btn-secondary] svg{width:3rem!important;height:3rem!important}html body .tv-content section[class*=tv-hero] button[class*=absolute][class*=glass-arrow],html body section[class*=tv-hero] button[class*=absolute][class*=glass-arrow]{width:6rem!important;height:6rem!important;min-width:6rem!important;min-height:6rem!important}html body .tv-content section[class*=tv-hero] button[class*=absolute][class*=glass-arrow] svg,html body section[class*=tv-hero] button[class*=absolute][class*=glass-arrow] svg{width:4rem!important;height:4rem!important}html body .tv-content section[class*=tv-hero] div[class*=tv-hero-content][class*=space-y-6],html body section[class*=tv-hero] div[class*=tv-hero-content][class*=space-y-6]{gap:3rem!important}html body .tv-content section[class*=tv-hero] div[class*=tv-hero-content] div[class*=space-y-2],html body section[class*=tv-hero] div[class*=tv-hero-content] div[class*=space-y-2]{gap:1rem!important}html body .tv-content div[class*=grid][class*=grid-cols-1][class*="md:grid-cols-3"] select[class*=w-full][class*=h-10],html body div[class*=grid][class*=grid-cols-1][class*="md:grid-cols-3"] select[class*=w-full][class*=h-10],html body .tv-content div[class*=grid][class*=grid-cols-1][class*="md:grid-cols-3"] select[class*=w-full][class*=h-10][class*=px-3],html body div[class*=grid][class*=grid-cols-1][class*="md:grid-cols-3"] select[class*=w-full][class*=h-10][class*=px-3]{height:5rem!important;min-height:5rem!important;padding:1rem 1.5rem!important;font-size:1.75rem!important;border-radius:1rem!important}html body .tv-content div[class*=grid][class*=grid-cols-1][class*="md:grid-cols-3"] label[class*=text-sm][class*=font-medium],html body div[class*=grid][class*=grid-cols-1][class*="md:grid-cols-3"] label[class*=text-sm][class*=font-medium]{font-size:1.75rem!important;font-weight:600!important;margin-bottom:.75rem!important}html body .profile-selector-page div[class*=p-6][class*=rounded-2xl][class*=max-w-md]{padding:4rem!important;max-width:60rem!important;border-width:3px!important;border-radius:2rem!important}html body .profile-selector-page div[class*=space-y-4]{gap:3rem!important}html body .profile-selector-page div[class*=text-center] h3[class*=text-lg][class*=font-semibold]{font-size:3.5rem!important;line-height:1.5!important;margin-bottom:1.5rem!important}html body .profile-selector-page div[class*=text-center] p[class*=text-sm][class*=text-muted-foreground]{font-size:2.5rem!important;line-height:1.5!important}html body .profile-selector-page .pin-input-grid{gap:1.5rem!important;margin-top:2rem!important}html body .profile-selector-page .pin-input-box{width:6rem!important;height:7rem!important;font-size:3rem!important;border-width:3px!important;border-radius:1.5rem!important;letter-spacing:.75rem!important}html body .profile-selector-page .pin-input-box:focus{box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #0009,0 0 0 10px #7c3aed73!important;transform:scale(1.05)!important}html body .profile-selector-page button[class*=flex-1][class*=rounded-xl][class*=border][class*=py-3][class*=bg-white]{padding:2.25rem 3rem!important;font-size:2.75rem!important;font-weight:600!important;min-height:7rem!important;border-width:3px!important;border-radius:1.5rem!important}.tv-content .\!container{max-width:100%!important;padding-left:2rem!important;padding-right:2rem!important}.tv-sidebar .\!px-6{padding-left:2rem!important;padding-right:2rem!important}.tv-sidebar .\!py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}}.tv-mode aside,.tv-mode .tv-sidebar{display:flex!important}.tv-mode nav.glass-navbar{display:none!important}html.tv-mode .tv-content .friends-page *[class*=h-10][class*=w-10]:not(span):not(div[class*=rounded-full]:not([class*=Avatar])){width:8rem!important;height:8rem!important;min-width:8rem!important;min-height:8rem!important}html.tv-mode .tv-content .friends-page span.friend-status-indicator,html.tv-mode .tv-content .friends-page *[class*=h-3][class*=w-3]:not([class*=Avatar]):not([class*=avatar]){width:2rem!important;height:2rem!important;min-width:2rem!important;min-height:2rem!important;max-width:2rem!important;max-height:2rem!important}html.tv-mode .tv-content .friends-page *[class*=w-2][class*=h-2]:not([class*=Avatar]):not([class*=avatar]):not(span[class*=rounded-full]){width:1.5rem!important;height:1.5rem!important;min-width:1.5rem!important;min-height:1.5rem!important;max-width:1.5rem!important;max-height:1.5rem!important}.dark body{background-color:#14171f;background-image:radial-gradient(1200px 800px at 50% -10%,rgba(147,51,234,.25),transparent 60%),radial-gradient(900px 600px at 85% 5%,rgba(59,130,246,.18),transparent 60%),radial-gradient(900px 600px at 10% 10%,rgba(99,102,241,.18),transparent 60%),linear-gradient(180deg,#00000026,#0009);background-attachment:scroll,scroll,scroll,scroll}.home-page{background-color:transparent}.dark .home-page{background-color:#14171f;background-image:radial-gradient(1200px 800px at 50% -10%,rgba(147,51,234,.25),transparent 60%),radial-gradient(900px 600px at 85% 5%,rgba(59,130,246,.18),transparent 60%),radial-gradient(900px 600px at 10% 10%,rgba(99,102,241,.18),transparent 60%),linear-gradient(180deg,#00000026,#0009);background-attachment:scroll,scroll,scroll,scroll}.cinematic-bg{background-color:transparent}.dark .cinematic-bg{background-color:#14171f;background-image:radial-gradient(1200px 800px at 50% -10%,rgba(147,51,234,.25),transparent 60%),radial-gradient(900px 600px at 85% 5%,rgba(59,130,246,.18),transparent 60%),radial-gradient(900px 600px at 10% 10%,rgba(99,102,241,.18),transparent 60%),linear-gradient(180deg,#00000026,#0009);background-attachment:scroll,scroll,scroll,scroll}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.\!container{width:100%!important;margin-right:auto!important;margin-left:auto!important;padding-right:2rem!important;padding-left:2rem!important}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media(min-width:1600px){.\!container{max-width:1600px!important}.container{max-width:1600px}}@media(min-width:1920px){.\!container{max-width:1920px!important}.container{max-width:1920px}}@media(min-width:3840px){.tv-sidebar .btn-hero{padding-top:1.25rem;padding-bottom:1.25rem}.tv-sidebar .btn-hero{font-size:1.5rem}.tv-content h3.btn-hero{font-size:2.5rem;line-height:1.3}.tv-content p.btn-hero{font-size:2rem;line-height:1.4}}.btn-hero{border-radius:var(--radius);background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--accent)) var(--tw-gradient-to-position);padding:.75rem 2rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--primary-foreground));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.btn-hero: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));box-shadow:var(--shadow-glow)}@media(min-width:3840px){.tv-sidebar .btn-secondary{padding-left:2rem;padding-right:2rem}.tv-sidebar .btn-secondary{font-size:1.75rem}.tv-content h3.btn-secondary{font-size:2.5rem;line-height:1.3}}.btn-secondary{border-radius:calc(var(--radius) - 2px);border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--secondary));padding:.5rem 1.5rem;font-weight:500;color:hsl(var(--secondary-foreground));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.btn-secondary:hover{background-color:hsl(var(--card-hover))}.movie-card{overflow:hidden;border-radius:var(--radius);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.movie-card: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));--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);--tw-shadow-color: hsl(var(--primary) / .1);--tw-shadow: var(--tw-shadow-colored)}.movie-card:hover:is(.dark *){--tw-shadow-color: hsl(var(--primary) / .2);--tw-shadow: var(--tw-shadow-colored)}.movie-card{background-color:#fffc}.movie-card:is(.dark *){background-color:#18181bcc}.movie-card:hover{background-color:#ffffffe6}.movie-card:hover:is(.dark *){background-color:#27272ae6}.movie-card{border-width:1px;border-color:#e4e4e7cc}.movie-card:is(.dark *){border-color:#3f3f46cc}@media(min-width:3840px){.tv-content .form-input{padding-left:2rem;padding-right:2rem}.tv-sidebar .form-input{padding-top:1.25rem;padding-bottom:1.25rem}}.form-input{border-radius:calc(var(--radius) - 2px);border-width:1px;border-color:hsl(var(--border));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(24 24 27 / var(--tw-text-opacity, 1));color:hsl(var(--foreground))}.form-input::-moz-placeholder{color:hsl(var(--muted-foreground))}.form-input::placeholder{color:hsl(var(--muted-foreground))}.form-input:focus{border-color:hsl(var(--primary));outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-color: hsl(var(--primary))}.form-input{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.dark .form-input{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity, 1));background-color:#18181bb3;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark .form-input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.dark .form-input::placeholder{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.hero-gradient{background:var(--gradient-hero)}html{overflow-x:hidden;touch-action:pan-y}[data-radix-select-content]{max-width:100%!important;overflow-x:hidden!important}body[data-scroll-locked]{overflow-x:hidden!important}[data-radix-select-viewport]{max-width:100%!important;overflow-x:hidden!important}.min-h-screen{overflow-x:hidden;touch-action:pan-y}@media(max-width:768px){body{position:relative;width:100%;max-width:100vw}.container{max-width:100%;overflow-x:hidden}section{overflow-x:hidden}.min-h-screen{position:relative;width:100%;max-width:100vw;overflow-x:hidden}.relative.h-\[65vh\]{overflow-x:hidden!important;touch-action:pan-y}.\!container{max-width:100%!important;overflow-x:hidden!important}}.glass-card{background:linear-gradient(145deg,#ffffff47,#ffffff0d,#0009),#0f172acc;border-radius:32px;border:1px solid rgba(255,255,255,.35);box-shadow:0 25px 60px #02061759,inset 0 1px #ffffff59;position:relative;overflow:hidden}.glass-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 15%,rgba(255,255,255,.15),transparent 65%);opacity:.3;pointer-events:none}.pin-input-grid{display:flex;justify-content:center;gap:.75rem;margin-top:.5rem}.pin-input-box{width:3.5rem;height:4rem;border-radius:18px;border:1px solid rgba(255,255,255,.55);background:linear-gradient(145deg,#ffffffa6,#e2e8f0b3);box-shadow:inset 0 1px #ffffffbf,inset 0 -1px #94a3b8b3,0 4px 12px #0f172a4d;color:#fff;font-size:1.75rem;text-align:center;letter-spacing:.5rem;transition:border-color .15s linear,box-shadow .15s linear}.pin-input-box:focus{outline:none;border-color:#fffffff2;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #0009,0 0 0 6px #7c3aed73;transform:scale(1.05)}@media(min-width:3840px){.glass-button-cancel.tv-content{padding-left:28rem}.tv-content .glass-button-cancel{padding-left:2rem;padding-right:2rem}.tv-sidebar .glass-button-cancel{padding-top:1.25rem;padding-bottom:1.25rem}.tv-sidebar .glass-button-cancel{font-size:1.25rem}.tv-content p.glass-button-cancel{font-size:2rem;line-height:1.4}}.glass-button-cancel{flex:1 1 0%;border-radius:1rem;border-width:1px;border-color:#ffffff4d;background-color:#ffffff1a;padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));box-shadow:inset 0 1px #ffffff80,0 15px 35px #03071280}.glass-button-cancel:hover{background:#fff3}.glass-button-cancel:active{transform:translateY(1px)}.glass-navbar{background:#141419d9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000004d;color:#f8fafc}@supports not (backdrop-filter: blur(20px)){.glass-navbar{background:#141419f2}}.glass-dropdown{background:#141414f2;border:1px solid rgba(255,255,255,.35);box-shadow:0 30px 70px #000000bf,inset 0 1px #ffffff14;border-radius:20px}.glass-dropdown,.glass-dropdown a,.glass-dropdown button,.glass-dropdown span,.glass-dropdown p,.glass-dropdown .text,.glass-dropdown .menu-item{color:#f8fafc}.glass-dropdown .\!text{color:#f8fafc!important}.glass-dropdown-link{color:#f8fafc;border-radius:.5rem;border:1px solid transparent;transition:background .25s ease,border .25s ease,color .25s ease}.glass-dropdown-link:hover,.glass-dropdown-link:focus-visible{background:#232323f2;border-color:#ffffff40;color:#f8fafc}.mobile-glass-dropdown{background:#141414f2!important;box-shadow:0 30px 70px #000000e6,inset 0 1px #ffffff14;border-radius:24px 0 0 24px!important;overflow:hidden!important;position:relative}.mobile-glass-dropdown:before{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;width:26px;border-top-left-radius:24px;border-bottom-left-radius:24px;background:#141414f2;z-index:-1;pointer-events:none}.glass-navbar-link{color:#f8fafc;text-shadow:0 1px 3px rgba(0,0,0,.5);transition:color .15s ease}.glass-navbar-link:hover,.glass-navbar-link.active{color:#7c3aed}.glass-footer{background:linear-gradient(140deg,#0f172af2,#0f172a8c),#0f172a99;border-top:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px #fff3;color:#f8fafc}.glass-footer,.glass-footer *{color:#f8fafc}.glass-arrow{background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:1px solid rgba(255,255,255,.25);box-shadow:inset 0 1px #ffffffb3,0 10px 35px #02061780;color:#f8fafc;border-radius:999px}.glass-arrow:hover{background:#ffffff2e}html body .prime-movie-card,html body div.prime-movie-card,.tv-content .prime-movie-card,.tv-content div.prime-movie-card,html body .tv-content .prime-movie-card,html body .tv-content div.prime-movie-card{border-radius:1.5rem!important;overflow:hidden!important}html body .prime-movie-card img,html body .prime-movie-card .movie-poster,.tv-content .prime-movie-card img,.tv-content .prime-movie-card .movie-poster,html body .tv-content .prime-movie-card img,html body .tv-content .prime-movie-card .movie-poster{border-radius:1.5rem!important}html body .prime-movie-card>a,.tv-content .prime-movie-card>a,html body .tv-content .prime-movie-card>a{border-radius:1.5rem!important;overflow:hidden!important}.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}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.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-12{bottom:-3rem}.-bottom-2{bottom:-.5rem}.-left-12{left:-3rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-12{right:-3rem}.-right-2{right:-.5rem}.-top-1{top:-.25rem}.-top-12{top:-3rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.-top-5{top:-1.25rem}.bottom-0{bottom:0}.bottom-0\.5{bottom:.125rem}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-0\.5{left:.125rem}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-0\.5{right:.125rem}.right-2{right:.5rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-8{right:2rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-20{top:5rem}.top-24{top:6rem}.top-4{top:1rem}.top-40{top:10rem}.top-\[45\%\]{top:45%}.top-\[50\%\]{top:50%}.top-full{top:100%}.z-0{z-index:0}.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-\[100\]{z-index:100}.z-\[60\]{z-index:60}.col-span-1{grid-column:span 1 / span 1}.col-span-3{grid-column:span 3 / span 3}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-ml-2{margin-left:-.5rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-\[calc\(50\%-50vw\)\]{margin-left:calc(50% - 50vw)}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.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}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[2\/3\]{aspect-ratio:2/3}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.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-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-\[1px\]{height:1px}.h-\[400px\]{height:400px}.h-\[56px\]{height:56px}.h-\[60vh\]{height:60vh}.h-\[65vh\]{height:65vh}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-96{max-height:24rem}.max-h-\[90vh\]{max-height:90vh}.min-h-\[100px\]{min-height:100px}.min-h-\[500px\]{min-height:500px}.min-h-\[75vh\]{min-height:75vh}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.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-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.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-\[1px\]{width:1px}.w-\[360px\]{width:360px}.w-\[400px\]{width:400px}.w-\[min\(92vw\,560px\)\]{width:min(92vw,560px)}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-\[160px\]{min-width:160px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-\[180px\]{max-width:180px}.max-w-\[3200px\]{max-width:3200px}.max-w-\[90\%\]{max-width:90%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.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-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-\[43\%\]{flex-basis:43%}.basis-full{flex-basis:100%}.-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-x-0{--tw-translate-x: 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-x-5{--tw-translate-x: 1.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))}.translate-x-\[-50\%\]{--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-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-\[-50\%\]{--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))}.rotate-90{--tw-rotate: 90deg;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))}.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)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.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-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.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-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.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-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)))}.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-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * 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-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))}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.\!rounded-2xl{border-radius:1rem!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:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-bl-3xl{border-bottom-left-radius:1.5rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-none{border-style:none}.\!border-white\/10{border-color:#ffffff1a!important}.\!border-zinc-700\/60{border-color:#3f3f4699!important}.border-background{border-color:hsl(var(--background))}.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-border{border-color:hsl(var(--border))}.border-border\/30{border-color:hsl(var(--border) / .3)}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/20{border-color:hsl(var(--destructive) / .2)}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-emerald-400\/30{border-color:#34d3994d}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/30{border-color:#10b9814d}.border-emerald-500\/40{border-color:#10b98166}.border-emerald-600\/30{border-color:#0596694d}.border-emerald-900{--tw-border-opacity: 1;border-color:rgb(6 78 59 / var(--tw-border-opacity, 1))}.border-foreground{border-color:hsl(var(--foreground))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-700\/50{border-color:#37415180}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-purple-400\/20{border-color:#c084fc33}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-purple-500\/20{border-color:#a855f733}.border-purple-500\/50{border-color:#a855f780}.border-purple-600\/60{border-color:#9333ea99}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-500\/50{border-color:#ef444480}.border-red-600\/30{border-color:#dc26264d}.border-slate-500{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.border-slate-600{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-slate-700\/30{border-color:#3341554d}.border-slate-700\/50{border-color:#33415580}.border-slate-800\/30{border-color:#1e293b4d}.border-transparent{border-color:transparent}.border-violet-500\/20{border-color:#8b5cf633}.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-600\/40{border-color:#ca8a0466}.border-t-transparent{border-top-color:transparent}.\!bg-zinc-900\/85{background-color:#18181bd9!important}.\!bg-zinc-900\/90{background-color:#18181be6!important}.bg-accent{background-color:hsl(var(--accent))}.bg-accent\/10{background-color:hsl(var(--accent) / .1)}.bg-accent\/50{background-color:hsl(var(--accent) / .5)}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-background\/60{background-color:hsl(var(--background) / .6)}.bg-background\/80{background-color:hsl(var(--background) / .8)}.bg-background\/90{background-color:hsl(var(--background) / .9)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/20{background-color:#0003}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-black\/85{background-color:#000000d9}.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\/20{background-color:#3b82f633}.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-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-card\/50{background-color:hsl(var(--card) / .5)}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive) / .1)}.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-600\/30{background-color:#0596694d}.bg-emerald-700{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.bg-emerald-800{--tw-bg-opacity: 1;background-color:rgb(6 95 70 / var(--tw-bg-opacity, 1))}.bg-emerald-800\/60{background-color:#065f4699}.bg-emerald-900\/50{background-color:#064e3b80}.bg-emerald-950{--tw-bg-opacity: 1;background-color:rgb(2 44 34 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-800\/50{background-color:#1f293780}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.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\/30{background-color:#16a34a4d}.bg-green-600\/90{background-color:#16a34ae6}.bg-muted{background-color:hsl(var(--muted))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-orange-500\/20{background-color:#f9731633}.bg-orange-600\/30{background-color:#ea580c4d}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.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-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-600\/20{background-color:#9333ea33}.bg-purple-600\/30{background-color:#9333ea4d}.bg-purple-950{--tw-bg-opacity: 1;background-color:rgb(59 7 100 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/20{background-color:#ef444433}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-800\/60{background-color:#991b1b99}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-slate-700\/50{background-color:#33415580}.bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.bg-slate-800\/30{background-color:#1e293b4d}.bg-slate-800\/40{background-color:#1e293b66}.bg-slate-800\/60{background-color:#1e293b99}.bg-slate-900\/20{background-color:#0f172a33}.bg-transparent{background-color:transparent}.bg-violet-900\/50{background-color:#4c1d9580}.bg-violet-950{--tw-bg-opacity: 1;background-color:rgb(46 16 101 / 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\/15{background-color:#ffffff26}.bg-white\/5{background-color:#ffffff0d}.bg-white\/70{background-color:#ffffffb3}.bg-white\/90{background-color:#ffffffe6}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / 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\/30{background-color:#ca8a044d}.bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-zinc-900\/50{background-color:#18181b80}.bg-zinc-900\/85{background-color:#18181bd9}.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))}.from-background{--tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 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-black\/85{--tw-gradient-from: rgb(0 0 0 / .85) 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-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-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-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-950{--tw-gradient-from: #022c22 var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-950\/80{--tw-gradient-from: rgb(2 44 34 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 44 34 / 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-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-primary\/10{--tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/20{--tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 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-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-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\/70{--tw-gradient-from: rgb(88 28 135 / .7) 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-950\/80{--tw-gradient-from: rgb(59 7 100 / .8) 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-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-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-950\/80{--tw-gradient-from: rgb(46 16 101 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-background{--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background)) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/30{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/40{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/70{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .7) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary\/10{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .1) 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-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)}.to-background{--tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position)}.to-black{--tw-gradient-to: #000 var(--tw-gradient-to-position)}.to-black\/0{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position)}.to-black\/90{--tw-gradient-to: rgb(0 0 0 / .9) var(--tw-gradient-to-position)}.to-blue-500\/10{--tw-gradient-to: rgb(59 130 246 / .1) var(--tw-gradient-to-position)}.to-cyan-500\/10{--tw-gradient-to: rgb(6 182 212 / .1) var(--tw-gradient-to-position)}.to-emerald-500\/10{--tw-gradient-to: rgb(16 185 129 / .1) var(--tw-gradient-to-position)}.to-fuchsia-500{--tw-gradient-to: #d946ef var(--tw-gradient-to-position)}.to-fuchsia-950\/80{--tw-gradient-to: rgb(74 4 78 / .8) 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-950\/80{--tw-gradient-to: rgb(80 7 36 / .8) var(--tw-gradient-to-position)}.to-primary\/5{--tw-gradient-to: hsl(var(--primary) / .05) var(--tw-gradient-to-position)}.to-purple-500\/10{--tw-gradient-to: rgb(168 85 247 / .1) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.to-purple-800\/70{--tw-gradient-to: rgb(107 33 168 / .7) var(--tw-gradient-to-position)}.to-purple-800\/80{--tw-gradient-to: rgb(107 33 168 / .8) var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-secondary\/10{--tw-gradient-to: hsl(var(--secondary) / .1) var(--tw-gradient-to-position)}.to-teal-500{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.to-teal-950{--tw-gradient-to: #042f2e var(--tw-gradient-to-position)}.to-teal-950\/80{--tw-gradient-to: rgb(4 47 46 / .8) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:center}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.\!py-4{padding-top:1rem!important;padding-bottom:1rem!important}.px-0{padding-left:0;padding-right:0}.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-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-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.\!text-left{text-align:left!important}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.font-brand{font-family:Audiowide,Poppins,system-ui,sans-serif}.font-display{font-family:Poppins,system-ui,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.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-7xl{font-size:4.5rem;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-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.\!text-zinc-300{--tw-text-opacity: 1 !important;color:rgb(212 212 216 / var(--tw-text-opacity, 1))!important}.text-accent-foreground{color:hsl(var(--accent-foreground))}.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-black{--tw-text-opacity: 1;color:rgb(0 0 0 / 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-card-foreground{color:hsl(var(--card-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-200\/60{color:#a7f3d099}.text-emerald-200\/80{color:#a7f3d0cc}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-300\/70{color:#6ee7b7b3}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.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-900{--tw-text-opacity: 1;color:rgb(17 24 39 / 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-muted-foreground{color:hsl(var(--muted-foreground))}.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-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-200\/60{color:#e9d5ff99}.text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / 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-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-violet-200\/60{color:#ddd6fe99}.text-violet-200\/80{color:#ddd6fecc}.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-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))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.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))}.accent-emerald-500{accent-color:#10b981}.accent-green-500{accent-color:#22c55e}.accent-primary{accent-color:hsl(var(--primary))}.accent-purple-600{accent-color:#9333ea}.accent-violet-500{accent-color:#8b5cf6}.accent-white\/80{accent-color:rgb(255 255 255 / .8)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.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_10px_40px_rgba\(0\,0\,0\,0\.4\)\]{--tw-shadow: 0 10px 40px rgba(0,0,0,.4);--tw-shadow-colored: 0 10px 40px 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_15px_45px_rgba\(15\,23\,42\,0\.35\)\]{--tw-shadow: 0 15px 45px rgba(15,23,42,.35);--tw-shadow-colored: 0 15px 45px 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_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 0 8px 30px rgba(0,0,0,.25);--tw-shadow-colored: 0 8px 30px 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-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.25\)\]{--tw-shadow: inset 0 1px 0 rgba(255,255,255,.25);--tw-shadow-colored: inset 0 1px 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-black\/50{--tw-shadow-color: rgb(0 0 0 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/25{--tw-shadow-color: rgb(16 185 129 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/30{--tw-shadow-color: rgb(16 185 129 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/25{--tw-shadow-color: rgb(168 85 247 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/25{--tw-shadow-color: rgb(239 68 68 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/25{--tw-shadow-color: rgb(139 92 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.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);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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-emerald-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1))}.ring-primary{--tw-ring-color: hsl(var(--primary))}.ring-purple-500\/50{--tw-ring-color: rgb(168 85 247 / .5)}.ring-white\/10{--tw-ring-color: rgb(255 255 255 / .1)}.ring-zinc-900\/90{--tw-ring-color: rgb(24 24 27 / .9)}.ring-offset-1{--tw-ring-offset-width: 1px}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.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-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)}.drop-shadow-\[0_2px_10px_rgba\(0\,0\,0\,0\.65\)\]{--tw-drop-shadow: drop-shadow(0 2px 10px rgba(0,0,0,.65));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_20px_rgba\(0\,0\,0\,0\.35\)\]{--tw-drop-shadow: drop-shadow(0 2px 20px rgba(0,0,0,.35));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_30px_rgba\(0\,0\,0\,0\.35\)\]{--tw-drop-shadow: drop-shadow(0 4px 30px rgba(0,0,0,.35));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-\[1px\]{--tw-backdrop-blur: blur(1px);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);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{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,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-1000{transition-delay:1s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in,.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-100{animation-duration:.1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.delay-1000{animation-delay:1s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}@supports (-webkit-touch-callout: none){div[class*=pointer-events-none][class*=fixed][class*=inset-0]{transform:translateZ(0);backface-visibility:hidden;perspective:1000;will-change:transform}div[class*=flex][class*=flex-col][class*=gap-6]{transform:translateZ(0);backface-visibility:hidden;will-change:transform}div[class*=pointer-events-none] img{transform:translateZ(0);backface-visibility:hidden;image-rendering:-webkit-optimize-contrast}}.skip-to-main{position:absolute;top:-100px;left:50%;transform:translate(-50%);background:#7c3aed;color:#fff;padding:12px 24px;border-radius:8px;z-index:9999;font-weight:600;transition:top .2s ease}.skip-to-main:focus{top:16px}@media(min-width:3840px){.tv-sidebar .file\:font-medium::file-selector-button{font-size:1.75rem!important}.tv-content .file\:font-mediumh3::file-selector-button{font-size:2.5rem!important;line-height:1.3!important}.tv-content .placeholder\:text-muted-foregroundp::-moz-placeholder{font-size:2rem!important;line-height:1.4!important}.tv-content .placeholder\:text-muted-foregroundp::placeholder{font-size:2rem!important;line-height:1.4!important}.tv-content .data-\[state\=open\]\:text-muted-foreground[data-state="open"]p{font-size:2rem!important;line-height:1.4!important}}@media(min-width:640px){@media(min-width:3840px){.tv-content .sm\:px-4{padding-left:2rem!important;padding-right:2rem!important}.tv-sidebar .sm\:w-5{width:1.75rem!important;height:1.75rem!important}.tv-sidebar .sm\:px-6{padding-left:2rem!important;padding-right:2rem!important}.tv-sidebar .sm\:py-3{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.tv-sidebar .sm\:p-6{padding:2rem!important}.tv-sidebar .sm\:gap-4{gap:1.5rem!important}.tv-content h1.sm\:text-5xl,.tv-content h1.sm\:text-6xl{font-size:6rem!important;line-height:1.2!important}.tv-sidebar .sm\:text-xl{font-size:1.75rem!important}.tv-content h3.sm\:text-xl{font-size:2.5rem!important;line-height:1.3!important}.tv-sidebar .sm\:text-base{font-size:1.25rem!important}.tv-content p.sm\:text-base{font-size:2rem!important;line-height:1.4!important}.tv-sidebar .sm\:text-lg{font-size:1.5rem!important}.tv-content h3.sm\:text-lg{font-size:2.5rem!important;line-height:1.3!important}.tv-content p.sm\:text-lg{font-size:2rem!important;line-height:1.4!important}.tv-content .friends-page .sm\:gap-3,.tv-sidebar .sm\:gap-4{gap:1.5rem!important}.tv-content .friends-page .sm\:gap-4{gap:2rem!important}.tv-content .friends-page .sm\:p-4{padding:2rem!important}.tv-content .friends-page .sm\:mb-4{margin-bottom:2rem!important}html body .tv-content .friends-page div.sm\:flex.items-center.gap-2[class*=bg-slate-800][class*=border][class*=rounded-xl]{padding:2rem 2.5rem!important;gap:2rem!important;max-width:100%!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:auto!important}.tv-content .sm\:items-center.flex-col:has(.rounded-full) .rounded-full{width:24rem!important;height:24rem!important}.tv-content .sm\:items-center.flex-col:has(.text-7xl) div,.tv-content .sm\:items-center.flex-col:has(.text-8xl) div{font-size:10rem!important}html body .tv-content .friends-page div.sm\:items-center.flex.gap-2[class*=bg-slate-800][class*=border][class*=rounded-xl]{padding:2rem 2.5rem!important;gap:2rem!important;max-width:100%!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:auto!important}.tv-content .friends-page .sm\:gap-2{gap:1rem!important}html body .tv-content .friends-page div.sm\:gap-2.flex.items-center[class*=bg-slate-800][class*=border][class*=rounded-xl]{padding:2rem 2.5rem!important;gap:2rem!important;max-width:100%!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:auto!important}.tv-content button.sm\:text-xs{font-size:1.25rem!important;padding:.75rem 1.5rem!important;min-height:3rem!important}.tv-sidebar .sm\:w-6{width:2rem!important;height:2rem!important}.tv-content svg.sm\:w-6{width:3rem!important;height:3rem!important}.tv-content .profile-selector-page svg.sm\:w-6{width:3rem!important;height:3rem!important}html body .profile-selector-page svg.sm\:w-6{width:5rem!important;height:5rem!important}.tv-content div.sm\:mb-6,.tv-content .profile-selector-page .sm\:mb-6,.tv-content .friends-page .sm\:mb-6{margin-bottom:3rem!important}html body .profile-selector-page .sm\:mb-6{margin-bottom:5rem!important}}}@media(min-width:768px){@media(min-width:3840px){.tv-content .md\:pt-24{padding-top:3rem!important}.tv-sidebar .md\:w-5{width:1.75rem!important;height:1.75rem!important}.tv-sidebar .md\:py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.tv-content h1.md\:text-6xl{font-size:6rem!important;line-height:1.2!important}.tv-sidebar .md\:text-xl{font-size:1.75rem!important}.tv-content h3.md\:text-xl{font-size:2.5rem!important;line-height:1.3!important}.tv-sidebar .md\:text-base{font-size:1.25rem!important}.tv-content p.md\:text-base{font-size:2rem!important;line-height:1.4!important}.tv-sidebar .md\:text-lg{font-size:1.5rem!important}.tv-content h3.md\:text-lg{font-size:2.5rem!important;line-height:1.3!important}.tv-content p.md\:text-lg{font-size:2rem!important;line-height:1.4!important}.tv-content .friends-page .md\:gap-3{gap:1.5rem!important}html body .tv-content .friends-page div.md\:flex.items-center.gap-2[class*=bg-slate-800][class*=border][class*=rounded-xl]{padding:2rem 2.5rem!important;gap:2rem!important;max-width:100%!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:auto!important}.tv-content .md\:items-center.flex-col:has(.rounded-full) .rounded-full{width:24rem!important;height:24rem!important}.tv-content .md\:items-center.flex-col:has(.text-7xl) div,.tv-content .md\:items-center.flex-col:has(.text-8xl) div{font-size:10rem!important}html body .tv-content .friends-page div.md\:items-center.flex.gap-2[class*=bg-slate-800][class*=border][class*=rounded-xl]{padding:2rem 2.5rem!important;gap:2rem!important;max-width:100%!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:auto!important}.tv-content .friends-page .md\:gap-2{gap:1rem!important}html body .tv-content .friends-page div.md\:gap-2.flex.items-center[class*=bg-slate-800][class*=border][class*=rounded-xl]{padding:2rem 2.5rem!important;gap:2rem!important;max-width:100%!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:auto!important}.tv-content div.md\:text-7xl{font-size:10rem!important;line-height:1!important}.tv-content .flex-col.items-center:has(.md\:text-7xl) div{font-size:10rem!important}.tv-content .profile-selector-page .md\:text-7xl{font-size:10rem!important;line-height:1!important}html body .profile-selector-page .md\:text-7xl{font-size:18rem!important;line-height:1!important}.tv-sidebar .md\:w-14{width:4.5rem!important;height:4.5rem!important}.tv-content div.md\:w-14{width:5rem!important;height:5rem!important;min-width:5rem!important;min-height:5rem!important}.tv-content .profile-selector-page .md\:w-14{width:5rem!important;height:5rem!important}html body .profile-selector-page .md\:w-14{width:8rem!important;height:8rem!important}.tv-content svg.md\:w-7{width:3rem!important;height:3rem!important}.tv-content .profile-selector-page svg.md\:w-7{width:3rem!important;height:3rem!important}html body .profile-selector-page svg.md\:w-7{width:5rem!important;height:5rem!important}.tv-content div.md\:mt-6,.tv-content .profile-selector-page .md\:mt-6,.tv-content .friends-page .md\:mt-6{margin-top:3rem!important}html body .profile-selector-page .md\:mt-6{margin-top:5rem!important}}}@media(min-width:1024px){@media(min-width:3840px){.tv-content .lg\:px-4{padding-left:2rem!important;padding-right:2rem!important}.tv-sidebar .lg\:text-xl{font-size:1.75rem!important}.tv-content h3.lg\:text-xl{font-size:2.5rem!important;line-height:1.3!important}.tv-sidebar .lg\:text-lg{font-size:1.5rem!important}.tv-content h3.lg\:text-lg{font-size:2.5rem!important;line-height:1.3!important}.tv-content p.lg\:text-lg{font-size:2rem!important;line-height:1.4!important}.tv-content div.lg\:w-56,.tv-content .lg\:w-56.rounded-full,.tv-content .profile-selector-page .lg\:w-56.rounded-full{width:24rem!important;height:24rem!important;min-width:24rem!important;min-height:24rem!important}html body .profile-selector-page .lg\:w-56.rounded-full{width:40rem!important;height:40rem!important;min-width:40rem!important;min-height:40rem!important}.tv-content div.lg\:text-8xl{font-size:10rem!important;line-height:1!important}.tv-content .flex-col.items-center:has(.lg\:text-8xl) div{font-size:10rem!important}.tv-content .profile-selector-page .lg\:text-8xl{font-size:10rem!important;line-height:1!important}html body .profile-selector-page .lg\:text-8xl{font-size:18rem!important;line-height:1!important}.tv-sidebar .lg\:w-14{width:4.5rem!important;height:4.5rem!important}.tv-content div.lg\:w-14{width:5rem!important;height:5rem!important;min-width:5rem!important;min-height:5rem!important}.tv-content .profile-selector-page .lg\:w-14{width:5rem!important;height:5rem!important}html body .profile-selector-page .lg\:w-14{width:8rem!important;height:8rem!important}.tv-content svg.lg\:w-7{width:3rem!important;height:3rem!important}.tv-content .profile-selector-page svg.lg\:w-7{width:3rem!important;height:3rem!important}html body .profile-selector-page svg.lg\:w-7{width:5rem!important;height:5rem!important}}}@media(min-width:1536px){@media(min-width:3840px){.tv-sidebar .\32xl\:px-6{padding-left:2rem!important;padding-right:2rem!important}.tv-content div.\32xl\:px-12,.tv-content .profile-selector-page .\32xl\:px-12{padding-left:6rem!important;padding-right:6rem!important}html body .profile-selector-page .\32xl\:px-12{padding-left:10rem!important;padding-right:10rem!important}}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.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\: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\:border-purple-400\/80:hover{border-color:#c084fccc}.hover\:border-white\/30:hover{border-color:#ffffff4d}.hover\:border-white\/40:hover{border-color:#fff6}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-accent\/80:hover{background-color:hsl(var(--accent) / .8)}.hover\:bg-accent\/90:hover{background-color:hsl(var(--accent) / .9)}.hover\:bg-black\/60:hover{background-color:#0009}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-black\/80:hover{background-color:#000c}.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-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-700\/60:hover{background-color:#04785799}.hover\:bg-emerald-800\/50:hover{background-color:#065f4680}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / 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-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800\/50:hover{background-color:#1f293780}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.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-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-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700\/60:hover{background-color:#b91c1c99}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-slate-600\/70:hover{background-color:#475569b3}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-700\/50:hover{background-color:#33415580}.hover\:bg-slate-800\/60:hover{background-color:#1e293b99}.hover\:bg-violet-800\/50:hover{background-color:#5b21b680}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-700:hover{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))}.hover\:from-emerald-500:hover{--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)}.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-violet-400:hover{--tw-gradient-from: #a78bfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-fuchsia-400:hover{--tw-gradient-to: #e879f9 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-teal-500:hover{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-primary-glow:hover{color:hsl(var(--primary-glow))}.hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgb(216 180 254 / 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-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.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-purple-500\/25:hover{--tw-shadow-color: rgb(168 85 247 / .25);--tw-shadow: var(--tw-shadow-colored)}.focus\:border-primary:focus{border-color:hsl(var(--primary))}.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-transparent:focus{border-color:transparent}.focus\:border-white:focus{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.focus\:border-white\/50:focus{border-color:#ffffff80}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:shadow-lg:focus{--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)}.focus\:shadow-purple-500\/40:focus{--tw-shadow-color: rgb(168 85 247 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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-emerald-500\/50:focus{--tw-ring-color: rgb(16 185 129 / .5)}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-violet-500\/50:focus{--tw-ring-color: rgb(139 92 246 / .5)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.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-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-white\/40:focus-visible{--tw-ring-color: rgb(255 255 255 / .4)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.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))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.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:hover .group-hover\:visible{visibility:visible}.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\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-90{opacity:.9}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.toast .group-\[\.toast\]\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.group.toast .group-\[\.toast\]\:bg-zinc-800{--tw-bg-opacity: 1;background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.toast .group-\[\.toast\]\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group.toast .group-\[\.toast\]\:text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--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))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--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))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--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))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--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))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.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))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 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))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);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))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);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))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=active\]\:bg-primary[data-state=active],.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:text-primary-foreground[data-state=active]{color:hsl(var(--primary-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[loaded\=true\]\:opacity-100[data-loaded=true]{opacity:1}.data-\[state\=active\]\:shadow-md[data-state=active]{--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)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--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)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.group[data-loaded=true] .group-data-\[loaded\=true\]\:opacity-0{opacity:0}.dark\:block:is(.dark *){display:block}.dark\:bg-black\/30:is(.dark *){background-color:#0000004d}.dark\:bg-purple-600\/10:is(.dark *){background-color:#9333ea1a}.dark\:from-black:is(.dark *){--tw-gradient-from: #000 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)}.dark\:from-purple-900\/30:is(.dark *){--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)}.dark\:via-purple-800\/20:is(.dark *){--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(107 33 168 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:via-transparent:is(.dark *){--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)}.dark\:to-black:is(.dark *){--tw-gradient-to: #000 var(--tw-gradient-to-position)}.dark\:to-purple-900\/10:is(.dark *){--tw-gradient-to: rgb(88 28 135 / .1) var(--tw-gradient-to-position)}.dark\:text-\[\#F8FAFC\]:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.dark\:text-\[\#F8FAFC\]\/75:is(.dark *){color:#f8fafcbf}.dark\:text-\[\#F8FAFC\]\/80:is(.dark *){color:#f8fafccc}.dark\:text-\[\#F8FAFC\]\/90:is(.dark *){color:#f8fafce6}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:opacity-5:is(.dark *){opacity:.05}.dark\:hover\:text-\[\#F8FAFC\]:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}@media(min-width:640px){.sm\:-bottom-2{bottom:-.5rem}.sm\:-right-2{right:-.5rem}.sm\:-ml-3{margin-left:-.75rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-16{height:4rem}.sm\:h-3{height:.75rem}.sm\:h-32{height:8rem}.sm\:h-36{height:9rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-auto{height:auto}.sm\:min-h-\[100px\]{min-height:100px}.sm\:min-h-\[calc\(100vh-72px\)\]{min-height:calc(100vh - 72px)}.sm\:w-16{width:4rem}.sm\:w-2\/5{width:40%}.sm\:w-24{width:6rem}.sm\:w-3{width:.75rem}.sm\:w-32{width:8rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-\[160px\]{width:160px}.sm\:w-auto{width:auto}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:flex-none{flex:none}.sm\:basis-1\/3{flex-basis:33.333333%}.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\:grid-cols-5{grid-template-columns:repeat(5,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-end{justify-content:flex-end}.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-6{gap:1.5rem}.sm\: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)))}.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-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))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:border-4{border-width:4px}.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-1\.5{padding-left:.375rem;padding-right:.375rem}.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\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:pl-2{padding-left:.5rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pr-10{padding-right:2.5rem}.sm\:pr-2{padding-right:.5rem}.sm\:pr-3{padding-right:.75rem}.sm\:pt-20{padding-top:5rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-6xl{font-size:3.75rem;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}}@media(min-width:768px){.md\:left-6{left:1.5rem}.md\:left-auto{left:auto}.md\:right-2{right:.5rem}.md\:right-6{right:1.5rem}.md\:top-2{top:.5rem}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:-ml-4{margin-left:-1rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-10{margin-top:2.5rem}.md\:mt-6{margin-top:1.5rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-0{height:0px}.md\:h-10{height:2.5rem}.md\:h-14{height:3.5rem}.md\:h-16{height:4rem}.md\:h-32{height:8rem}.md\:h-4{height:1rem}.md\:h-5{height:1.25rem}.md\:h-7{height:1.75rem}.md\:h-auto{height:auto}.md\:w-10{width:2.5rem}.md\:w-14{width:3.5rem}.md\:w-16{width:4rem}.md\:w-3\/4{width:75%}.md\:w-4{width:1rem}.md\:w-40{width:10rem}.md\:w-44{width:11rem}.md\:w-5{width:1.25rem}.md\:w-7{width:1.75rem}.md\:basis-1\/4{flex-basis:25%}.md\:translate-y-3{--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))}.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\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-6{gap:1.5rem}.md\:bg-transparent{background-color:transparent}.md\:p-3{padding:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:pl-3{padding-left:.75rem}.md\:pl-6{padding-left:1.5rem}.md\:pr-3{padding-right:.75rem}.md\:pt-24{padding-top:6rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.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-0{opacity:0}.md\: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))}.md\:hover\:border-gray-600\/50:hover{border-color:#4b556380}.md\:hover\:border-primary\/30:hover{border-color:hsl(var(--primary) / .3)}.md\:hover\:bg-card\/40:hover{background-color:hsl(var(--card) / .4)}.md\:hover\:bg-card\/60:hover{background-color:hsl(var(--card) / .6)}.md\:hover\:bg-foreground:hover{background-color:hsl(var(--foreground))}.md\:hover\:bg-gray-700\/50:hover{background-color:#37415180}.md\:hover\:bg-transparent:hover{background-color:transparent}.md\:hover\:text-background:hover{color:hsl(var(--background))}.md\: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)}.md\:hover\:shadow-primary\/10:hover{--tw-shadow-color: hsl(var(--primary) / .1);--tw-shadow: var(--tw-shadow-colored)}.group:hover .md\:group-hover\: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))}.group:hover .md\: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 .md\:group-hover\:border-primary\/50{border-color:hsl(var(--primary) / .5)}.group:hover .md\:group-hover\:border-white\/50{border-color:#ffffff80}.group:hover .md\:group-hover\:text-foreground{color:hsl(var(--foreground))}.group:hover .md\:group-hover\:opacity-100{opacity:1}.group:hover .md\:group-hover\: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)}.group:hover .md\:group-hover\:ring-purple-500\/60{--tw-ring-color: rgb(168 85 247 / .6)}.group:hover .md\:group-hover\:ring-offset-2{--tw-ring-offset-width: 2px}.group:hover .md\:group-hover\:ring-offset-transparent{--tw-ring-offset-color: transparent}}@media(min-width:1024px){.lg\:-ml-5{margin-left:-1.25rem}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:h-14{height:3.5rem}.lg\:h-56{height:14rem}.lg\:h-7{height:1.75rem}.lg\:w-14{width:3.5rem}.lg\:w-56{width:14rem}.lg\:w-7{width:1.75rem}.lg\:basis-1\/5{flex-basis:20%}.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-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-8{padding-left:2rem}.lg\:pr-4{padding-right:1rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-8xl{font-size:6rem;line-height:1}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1280px){.xl\:block{display:block}.xl\:basis-1\/6{flex-basis:16.666667%}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}@media(min-width:1536px){.\32xl\:block{display:block}.\32xl\:max-w-4xl{max-width:56rem}.\32xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\32xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.\32xl\:px-12{padding-left:3rem;padding-right:3rem}.\32xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
