*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#141414;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--netflix-black:#141414;--netflix-red:#e50914;--netflix-white:#fff;--netflix-gray:grey;--netflix-light-gray:#b3b3b3;--netflix-dark-gray:#2f2f2f}.landing-container{align-items:center;background-color:#000;cursor:pointer;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw;z-index:9999}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.start-overlay{align-items:center;background-color:#000;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10000}.start-button{background:#e50914;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;letter-spacing:.5px;padding:16px 48px;transition:all .3s ease}.start-button:hover{background:#f40612;transform:scale(1.05)}.start-button:active{transform:scale(.98)}.logo-lockup{align-items:center;aspect-ratio:3/2;display:flex;height:auto;justify-content:center;opacity:0;position:relative;transform:scale(.8);width:min(90vw,600px);will-change:transform,opacity}.logo-lockup.waiting{opacity:1}.logo-lockup.waiting .line{animation:none;opacity:1;scale:1 .8}.logo-lockup.waiting .brand-text{animation:none;opacity:0;transform:scale(1.5)}.logo-lockup.active{opacity:1}.h-lines{align-items:center;display:flex;gap:6.67%;height:100%;justify-content:center;position:absolute;width:100%}.line{background-color:#fff;box-shadow:0 0 20px #ffffff1a;height:100%;scale:1 0;transform:skewX(-15deg);transform-origin:center;width:15%}.logo-lockup.active .line{animation:drawLines .6s cubic-bezier(.19,1,.22,1) forwards}.logo-lockup.active .line-left{animation-delay:.1s}.logo-lockup.active .line-right{animation-delay:.2s}.brand-text{align-items:center;display:flex;justify-content:center;position:absolute;z-index:10}.brand-svg,.brand-text{height:100%;width:100%}.svg-text{fill:#fff;stroke:#000;stroke-width:8px;shape-rendering:geometricPrecision;font-family:Arial Black,Helvetica Neue,sans-serif;font-size:170px;font-style:italic;font-weight:900;letter-spacing:-4px;paint-order:stroke;text-rendering:optimizeLegibility}.brand-text{opacity:0;transform:scale(1.5)}.logo-lockup.active .brand-text{animation:stompText .4s cubic-bezier(.175,.885,.32,1.275) forwards;animation-delay:.7s}@keyframes drawLines{0%{opacity:0;scale:1 0}to{opacity:1;scale:1 .8}}@keyframes stompText{0%{opacity:0;transform:scale(2)}to{opacity:1;transform:scale(1)}}.logo-lockup.active{animation:zoomToFill 1.5s ease-in forwards;animation-delay:1.5s}@keyframes zoomToFill{0%{transform:scale(.8)}20%{transform:scale(.75)}to{transform:scale(80)}}@media (max-width:768px){.logo-lockup{transform:scale(.7);width:min(80vw,500px)}}@media (max-width:480px){.logo-lockup{transform:scale(.65);width:min(75vw,380px)}}@media (min-width:769px) and (max-width:1024px) and (orientation:landscape){.logo-lockup{width:min(65vw,550px)}}@media (min-width:1920px){.logo-lockup{width:700px}}.profile-gate{align-items:center;animation:fadeInPage .5s ease-in;background:#141414;bottom:0;display:flex;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;justify-content:center;left:0;min-height:100vh;position:fixed;right:0;top:0;z-index:1000}@keyframes gateFadeIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.profile-gate-content{align-items:center;display:flex;flex-direction:column;max-width:800px;width:100%}.profile-gate-title{color:#fff;font-size:3.5rem;font-weight:500;margin-bottom:2rem;text-align:center}.choose-profile{display:flex;flex-wrap:wrap;gap:2vw;justify-content:center;list-style:none;margin:0;padding:0}.profile{cursor:pointer;max-width:150px;min-width:84px;width:10vw}.profile-link{align-items:center;display:flex;flex-direction:column;text-decoration:none}.avatar-wrapper{aspect-ratio:1/1;background-color:#333;border:3px solid #0000;border-radius:4px;margin-bottom:.6em;overflow:hidden;transition:border-color .2s;width:100%}.profile:hover .avatar-wrapper{border-color:#fff}.netflix-avatar{height:100%;object-fit:cover;width:100%}.profile-name{color:grey;font-size:1.2rem;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:color .2s;white-space:nowrap}.profile:hover .profile-name{color:#fff}.manage-profiles-btn{background-color:initial;border:1px solid grey;color:grey;cursor:pointer;font-size:1.2rem;font-weight:400;letter-spacing:2px;margin-top:5rem;padding:.6em 1.8em;text-transform:uppercase;transition:all .2s}.manage-profiles-btn:hover{border-color:#fff;color:#fff}@media (max-width:768px){.choose-profile{gap:15px}.profile{max-width:130px;width:40vw}.profile-gate-title{font-size:2.5rem}.manage-profiles-btn{margin-top:2rem}}.tile-card{background-color:#141414;border-radius:4px;cursor:pointer;flex-shrink:0;height:140px;position:relative;transition:transform .3s cubic-bezier(.19,1,.22,1);width:250px}.tile-content{height:100%;position:relative;width:100%}.tile-image{border-radius:4px;display:block;height:100%;object-fit:cover;width:100%}.tile-fallback-title{bottom:10px;color:#fff;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:700;left:10px;line-height:1.2;pointer-events:none;position:absolute;right:10px;text-align:center;text-shadow:2px 2px 4px #000000e6;z-index:2}.tile-card.hovered{box-shadow:0 8px 24px #000c;transform:scale(1.25);transform-origin:center center;transition:transform .25s ease-out;z-index:9999}.tile-card.hovered .tile-content{background-color:#181818;border-radius:4px;display:flex;flex-direction:column;height:auto;overflow:visible}.tile-card.hovered .tile-image{border-radius:4px 4px 0 0;height:140px;object-fit:cover;width:100%}.tile-card:first-child.hovered,.tile-card:nth-child(2).hovered{transform-origin:left center}.tile-card:last-child.hovered,.tile-card:nth-last-child(2).hovered,.tile-card:nth-last-child(3).hovered{transform-origin:right center}.tile-card.hovered .tile-fallback-title{display:none}.tile-hover-info{animation:fadeIn .3s ease-out;background-color:#181818;border-radius:0 0 4px 4px;box-shadow:none;padding:12px;position:relative;width:100%}.tile-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.left-actions{display:flex;gap:6px}.action-btn{border:none;transition:all .2s}.play-btn{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:28px;justify-content:center;padding:0;width:28px}.play-btn:hover{background-color:#fffc}.circle-btn{align-items:center;background-color:#2a2a2a;border:2px solid #ffffff80;border-radius:50%;color:#fff;display:flex;height:28px;justify-content:center;padding:0;width:28px}.circle-btn:hover{background-color:#444;border-color:#fff}.tile-meta{padding:0}.tile-title-hover{display:none}.match-score{font-weight:800;margin-right:8px}.metadata-row{align-items:center;color:#fff;display:flex;font-size:11px;font-weight:500;gap:8px;margin-bottom:8px}.maturity-rating{border:1px solid #fff6;border-radius:0;color:#fff;font-size:10px;padding:0 4px;text-transform:uppercase}.duration{color:#d2d2d2}.tile-tags{align-items:center;color:#fff;display:flex;flex-wrap:wrap;font-size:12px;font-weight:400;gap:6px}.tag{color:#fff;white-space:nowrap}.tag-dot{color:#666;font-size:8px}@media (max-width:1024px) and (min-width:769px){.tile-card{width:200px}.tile-card,.tile-card.hovered .tile-image{height:112px}.tile-fallback-title{font-size:.9rem}.tile-card.hovered{transform:scale(1.15)}.circle-btn,.play-btn{height:32px;width:32px}}@media (max-width:768px){.tile-card{width:clamp(110px,30vw,140px)}.tile-card,.tile-card.hovered .tile-image{height:clamp(165px,45vw,210px)}.tile-fallback-title{bottom:8px;font-size:clamp(.65rem,2.5vw,.85rem);left:8px;line-height:1.1;right:8px}.tile-card.hovered{transform:scale(1.05)}.tile-hover-info{padding:8px}.tile-actions{flex-wrap:wrap;margin-bottom:6px}.circle-btn,.play-btn{height:32px;width:32px}.metadata-row{flex-wrap:wrap;font-size:9px;gap:4px;margin-bottom:4px}.tile-tags{font-size:9px;gap:3px}.maturity-rating{font-size:8px;padding:0 2px}}@media (max-width:480px){.tile-card{width:clamp(100px,32vw,130px)}.tile-card,.tile-card.hovered .tile-image{height:clamp(150px,48vw,195px)}.tile-fallback-title{bottom:6px;font-size:clamp(.6rem,2.8vw,.75rem);left:6px;right:6px}.circle-btn,.play-btn{height:36px;width:36px}.metadata-row,.tile-tags{font-size:8px}}.content-row{margin-bottom:2vw;padding:0}.row-title{color:#e5e5e5;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.4vw;font-weight:700;letter-spacing:0;line-height:1.25vw;margin:0 0 .8em 4%;padding-top:0}.row-title:hover{color:#fff;cursor:pointer}.row-description{color:grey;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8vw;margin:0 0 .5em 4%}.row-container{padding:0;position:relative;z-index:auto}.tiles-container{-webkit-overflow-scrolling:touch;display:flex;gap:.4vw;margin:-50px 0 -120px;overflow-x:scroll;overflow-y:visible;padding:50px 4% 180px;scroll-behavior:smooth;scrollbar-width:none}.tiles-container::-webkit-scrollbar{display:none}.scroll-arrow{align-items:center;background:#14141480;border:none;bottom:0;color:#fff;cursor:pointer;display:flex;font-size:2.5vw;justify-content:center;min-width:40px;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:4%;z-index:20}.row-container:hover .scroll-arrow{opacity:1}.scroll-arrow:hover{background:#141414e6}.scroll-arrow.left{left:0}.scroll-arrow.right{right:0}@media (max-width:1024px){.row-title{font-size:18px;margin-left:4%}.row-description{font-size:12px;margin-left:4%}.scroll-arrow{display:none}}@media (max-width:768px){.content-row{margin-bottom:24px;padding-top:8px}.row-title{font-size:18px;font-weight:700;margin:0 0 12px 4%}.row-description{font-size:13px;margin:0 0 8px 4%}.tiles-container{gap:8px;margin:0;overflow-y:visible;padding:8px 4%}}@media (max-width:480px){.content-row{margin-bottom:20px}.row-title{font-size:16px;margin:0 0 10px 4%}.tiles-container{gap:6px;padding:0 3%}}.details-modal-overlay{align-items:flex-start;animation:fadeIn .3s ease-out;background-color:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:2em 0;position:fixed;right:0;top:0;z-index:9999}.details-modal{animation:slideUp .4s cubic-bezier(.165,.84,.44,1);background-color:#181818;border-radius:8px;box-shadow:0 0 40px #000c;max-height:calc(100vh - 4em);max-width:900px;overflow-x:hidden;overflow-y:auto;position:relative;width:90%}.details-modal::-webkit-scrollbar{width:8px}.details-modal::-webkit-scrollbar-track{background:#181818}.details-modal::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.details-modal::-webkit-scrollbar-thumb:hover{background:#555}.modal-close-btn{align-items:center;background-color:#181818;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;float:right;height:36px;justify-content:center;margin-right:15px;position:sticky;top:15px;transition:background-color .2s;width:36px;z-index:100}.modal-close-btn:hover{background-color:#333}.modal-hero{background-position:top;background-size:cover;height:400px;margin-top:-51px}.modal-hero:after{background:linear-gradient(0deg,#181818,#0000);bottom:0;content:"";height:150px;left:0;position:absolute;width:100%}.modal-hero-content{bottom:40px;left:40px;position:absolute;width:60%;z-index:10}.modal-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:.8em;text-shadow:2px 2px 4px #00000080}.btn-play,.modal-actions{align-items:center;gap:12px}.btn-play{background-color:#fff;border:none;border-radius:4px;color:#000;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;padding:.8em 2em;transition:opacity .2s}.btn-play:hover{opacity:.85}.btn-circle{align-items:center;background-color:#2a2a2a99;border:2px solid #ffffff80;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:border-color .2s,background-color .2s;width:44px}.btn-circle:hover{background-color:#ffffff1a;border-color:#fff}.modal-info-grid{grid-gap:40px;color:#fff;display:grid;gap:40px;grid-template-columns:2fr 1fr;padding:10px 40px 40px}.modal-stats{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:10px;margin-bottom:1em}.match-score{color:#46d369;font-weight:700}.duration,.quality,.year{color:#bcbcbc}.quality{border:1px solid #bcbcbc;border-radius:2px;font-size:.8rem;padding:0 4px}.modal-description{color:#fff;line-height:1.5}.modal-sidebar{font-size:.9rem;line-height:1.6}.sidebar-row{margin-bottom:1em}.label{color:#777}.cast-link,.genre-link,.tag-link{color:#fff;cursor:pointer;font-size:.9rem}.cast-link:hover,.genre-link:hover,.tag-link:hover{text-decoration:underline}.modal-section{border-top:2px solid #404040;padding:0 40px 40px}.section-header{align-items:center;display:flex;justify-content:space-between;margin:20px 0}.section-title{color:#fff;font-size:1.5rem}.episode-count{color:#777;font-size:1rem}.episodes-section{padding-top:20px}.episodes-list{display:flex;flex-direction:column;gap:16px}.episode-card{align-items:center;border-bottom:1px solid #333;border-radius:4px;cursor:pointer;display:flex;gap:16px;padding:16px;transition:background-color .2s}.episode-card:hover{background-color:#333}.episode-number{color:#d2d2d2;flex-shrink:0;font-size:1.8rem;font-weight:500;text-align:center;width:40px}.episode-thumbnail{background-position:50%;background-size:cover;border-radius:4px;flex-shrink:0;height:98px;overflow:hidden;position:relative;width:175px}.episode-thumbnail:after{background:#0000004d;content:"";inset:0;position:absolute;transition:background .2s}.episode-card:hover .episode-thumbnail:after{background:#0000001a}.episode-play-icon{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s;z-index:1}.episode-card:hover .episode-play-icon{opacity:1}.episode-info{flex:1 1;min-width:0}.episode-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.episode-title{color:#fff;font-size:1.1rem;font-weight:600}.episode-duration{color:#46d369;font-size:.85rem;font-weight:500}.episode-description{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#d2d2d2;display:-webkit-box;font-size:.9rem;line-height:1.5;margin:0;overflow:hidden}.more-like-this-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin-top:20px}.suggestion-card{background-color:#2f2f2f;border-radius:4px;cursor:pointer;overflow:hidden;transition:background-color .2s}.suggestion-card:hover{background-color:#333}.suggestion-image{background-position:50%;background-size:cover;border-top-left-radius:4px;border-top-right-radius:4px;height:140px;position:relative}.duration-badge{background:#0006;border-radius:2px;color:#fff;font-weight:700;padding:2px 6px;position:absolute;right:10px;top:10px}.suggestion-info{padding:10px}.suggestion-meta{display:flex;justify-content:space-between;margin-bottom:8px}.b-badge{border:1px solid #bcbcbc;color:#fff;font-size:.75rem;padding:0 4px}.suggestion-desc{color:#d2d2d2;font-size:.85rem;line-height:1.4;margin:0}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-hero{height:300px}.modal-hero-content{left:20px;width:90%}.modal-title{font-size:2rem}.modal-info-grid{grid-template-columns:1fr;padding:0 20px 20px}.modal-sidebar{display:none}}.mobile-bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(0deg,#000 0,#000000f2);border-top:1px solid #ffffff1a;bottom:0;display:none;left:0;padding:8px 0 max(8px,env(safe-area-inset-bottom));position:fixed;right:0;z-index:1000}.mobile-bottom-nav .nav-item{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;color:#8c8c8c;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;gap:4px;justify-content:center;padding:8px 0;transition:color .2s ease}.mobile-bottom-nav .nav-item.active{color:#fff}.mobile-bottom-nav .nav-label{font-size:10px;font-weight:500;letter-spacing:.2px}@media (max-width:768px){.mobile-bottom-nav{display:flex}.netflix-browse{padding-bottom:70px}}@media (max-width:480px){.mobile-bottom-nav .nav-label{font-size:9px}.mobile-bottom-nav .nav-item{gap:2px}}.netflix-hero{align-items:flex-end;background-color:#141414;display:flex;height:80vh;min-height:550px;overflow:hidden;padding-bottom:15vh;position:relative;width:100%}.hero-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-image-background,.hero-video-container{height:100%;position:relative;width:100%}.hero-image-background,.hero-video{background-position:50%;background-size:cover;height:100%;object-fit:cover;width:100%}.hero-image-overlay,.hero-video-overlay{background:linear-gradient(77deg,#0009,#0000 85%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-fade-bottom{background-image:linear-gradient(180deg,#0000,#2525259c,#141414);bottom:0;height:14.7vw;left:0;position:absolute;width:100%;z-index:2}.hero-content{margin:0 auto;max-width:1400px;padding:0 4%;position:relative;width:100%;z-index:10}.hero-text-container{animation:heroFadeInUp .8s ease-out;max-width:40%}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.2rem}.hero-description,.hero-title{color:#fff;text-shadow:2px 2px 4px #00000073}.hero-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:clamp(1rem,1.4vw,1.4rem);line-height:1.4;margin-bottom:2rem;overflow:hidden}.hero-tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tech-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:4px;color:#fff;font-size:.85rem;font-weight:500;padding:.4rem .9rem}.hero-actions{gap:1rem}.hero-actions,.hero-btn{align-items:center;display:flex}.hero-btn{border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:700;gap:.8rem;padding:.8rem 1.8rem;transition:all .2s ease}.hero-btn.primary{background-color:#fff;color:#000}.hero-btn.primary:hover{background-color:#ffffffbf}.hero-btn.secondary{background-color:#6d6d6eb3;color:#fff}.hero-btn.secondary:hover{background-color:#6d6d6e66}.hero-btn svg{height:24px;width:24px}@media (max-width:1024px){.hero-text-container{max-width:60%}}@media (max-width:768px){.netflix-hero{height:65vh;min-height:480px;padding-bottom:10vh}.hero-text-container{align-items:center;display:flex;flex-direction:column;max-width:100%;text-align:center}.hero-title{font-size:2.2rem}.hero-description{-webkit-line-clamp:4;font-size:1rem}.hero-actions{flex-direction:column;width:100%}.hero-btn{font-size:1rem;padding:.6rem 1.2rem;width:100%}.hero-btn,.hero-tech-stack{justify-content:center}.hero-background :is(.hero-video-overlay,.hero-image-overlay){background:linear-gradient(0deg,#000c 0,#0000)}}.netflix-browse{animation:fadeInPage .5s ease-in;background-color:#141414;color:#fff;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;min-height:100vh;overflow-x:hidden;overflow-y:auto}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.netflix-loading{align-items:center;background:#141414;color:#fff;display:flex;font-size:24px;justify-content:center;min-height:100vh}.netflix-header{align-items:center;background:linear-gradient(180deg,#000000b3 10%,#0000);display:flex;height:70px;justify-content:space-between;left:0;padding:0 4%;position:fixed;right:0;top:0;transition:background-color .4s ease;z-index:100}.netflix-header.scrolled{background-color:#141414}.header-left{align-items:center;display:flex;gap:36px}.netflix-logo{color:#fff;cursor:pointer;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.6rem;font-weight:900;letter-spacing:-.05em;margin:0}.netflix-nav{align-items:center;display:flex;gap:20px}.netflix-nav a{color:#e5e5e5;cursor:pointer;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;position:relative;text-decoration:none;transition:color .4s}.netflix-nav a:hover{color:#b3b3b3}.netflix-nav a.active{color:#fff;font-weight:700}.header-right{align-items:center;color:#fff;display:flex;gap:20px}.header-icon{cursor:pointer;transition:opacity .2s}.header-icon:hover{opacity:.7}.avatar-small{border-radius:4px;cursor:pointer;height:32px;width:32px}.profile-menu-container{align-items:center;cursor:pointer;display:flex;gap:6px;position:relative}.profile-caret{color:#fff;transition:transform .3s ease}.profile-caret.rotated{transform:rotate(180deg)}.profile-dropdown{animation:dropdownFadeIn .2s ease-out;background:#000000f2;border:1px solid #80808066;border-radius:0;min-width:240px;padding:0;position:absolute;right:-10px;top:calc(100% + 18px);z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown:before{border-bottom:8px solid #80808066;border-left:8px solid #0000;border-right:8px solid #0000;content:"";height:0;position:absolute;right:22px;top:-8px;width:0}.profile-dropdown:after{border-bottom:7px solid #000000f2;border-left:7px solid #0000;border-right:7px solid #0000;content:"";height:0;position:absolute;right:23px;top:-7px;width:0}.dropdown-profiles{padding:16px 0 8px}.dropdown-profile-item{align-items:center;cursor:pointer;display:flex;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;gap:14px;padding:10px 20px;transition:background .2s}.dropdown-profile-item:hover{background:#ffffff14}.dropdown-profile-item.active{background:#ffffff0a}.dropdown-avatar{background-position:50%;background-size:cover;border-radius:4px;flex-shrink:0;height:36px;object-fit:cover;width:36px}.dropdown-profile-item span{color:#e5e5e5;font-size:14px;font-weight:400}.dropdown-profile-item.active span{color:#fff;font-weight:700}.dropdown-divider{background:#8080804d;height:1px;margin:8px 0}.dropdown-actions{padding:8px 0 12px}.dropdown-action{color:#e5e5e5;cursor:pointer;font-family:Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;padding:12px 20px;text-align:left;transition:background .2s}.dropdown-action:hover{background:#ffffff14;color:#fff}.dropdown-action:first-child{border-bottom:1px solid #8080804d;margin-bottom:4px;padding-bottom:16px;text-align:center}.netflix-content{padding-bottom:100px;position:relative}.no-content{color:grey;padding:100px 20px;text-align:center}.netflix-footer{background:#000;border-top:8px solid #222;padding:70px 4% 50px}.footer-links{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.footer-links a{font-size:13px}.footer-links a:hover{text-decoration:underline}.footer-copyright{font-size:11px;margin-top:30px}@media (max-width:1024px) and (min-width:769px){.netflix-header{height:60px;padding:0 3%}.netflix-logo{font-size:24px}.netflix-nav{gap:16px}.netflix-nav a{font-size:13px}.hero-banner{min-height:400px;padding:0 3% 6vw}.hero-content{max-width:50%;min-width:350px}.header-right{gap:16px}}@media (max-width:768px){.netflix-header{height:56px;padding:0 4%}.header-left{gap:20px}.netflix-logo{font-size:22px}.netflix-nav{display:none}.header-right{gap:16px}.header-icon{height:20px;width:20px}.avatar-small{height:28px;width:28px}.hero-banner{height:56.25vw;max-height:70vh;min-height:300px;padding:0 4% 10vw}.hero-content{max-width:100%;min-width:auto}.hero-title{font-size:clamp(24px,7vw,36px);margin:0 0 2vw}.hero-description{-webkit-line-clamp:3;font-size:clamp(12px,3.5vw,16px);margin:0 0 3vw}.hero-buttons{flex-direction:row;flex-wrap:wrap;gap:2vw}.info-button,.play-button{flex:1 1;font-size:14px;font-weight:600;gap:8px;min-width:120px;padding:8px 16px}.profile-dropdown{min-width:200px;right:-5px}.dropdown-avatar{height:32px;width:32px}.dropdown-profile-item span{font-size:13px}.dropdown-action{font-size:13px;padding:10px 16px}.netflix-footer{padding:40px 4% 30px}.footer-links{gap:12px;grid-template-columns:repeat(2,1fr)}.footer-links a{font-size:12px}.footer-copyright{font-size:10px;margin-top:20px}}@media (max-width:480px){.netflix-header{height:50px}.netflix-logo{font-size:18px}.header-right{gap:12px}.hero-banner{min-height:250px;padding:0 4% 12vw}.hero-title{font-size:clamp(20px,6vw,28px)}.hero-description{-webkit-line-clamp:2;font-size:clamp(11px,3vw,14px)}.info-button,.play-button{font-size:13px;min-width:100px;padding:6px 12px}.footer-links{grid-template-columns:1fr}}.project-card{aspect-ratio:16/9;background:#1a1a1a;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 8px 24px #00000080;transform:scale(1.05);z-index:10}.project-card-image{height:100%;position:relative;width:100%}.project-card-image img{height:100%;object-fit:cover;width:100%}.project-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:100%;justify-content:center;width:100%}.project-placeholder span{color:#fff;font-size:4rem;font-weight:700}.featured-badge{background:#e50914;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;padding:4px 12px;position:absolute;right:10px;text-transform:uppercase;top:10px}.project-card-hover{animation:fadeIn .3s ease forwards;background:linear-gradient(0deg,#000000f2 0,#000000b3 50%,#0000004d);display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;opacity:0;padding:1rem;position:absolute;top:0;width:100%}@keyframes fadeIn{to{opacity:1}}.project-card-actions{display:flex;gap:.5rem;justify-content:flex-start}.action-btn{align-items:center;background:#2a2a2a99;border:2px solid #ffffff80;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.action-btn:hover{background:#fff;border-color:#fff;color:#000;transform:scale(1.1)}.project-card-info{display:flex;flex-direction:column;gap:.5rem}.project-card-title{color:#fff;font-size:1.1rem;font-weight:700;margin:0}.project-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#ccc;display:-webkit-box;font-size:.85rem;line-height:1.4;margin:0;overflow:hidden}.project-card-tech{display:flex;flex-wrap:wrap;gap:.4rem}.tech-tag{background:#ffffff26;border:1px solid #fff3;border-radius:4px;color:#fff;font-size:.7rem;font-weight:500;padding:.25rem .6rem}@media (max-width:768px){.project-card{aspect-ratio:3/4}.project-card:hover{transform:scale(1.02)}.project-placeholder span{font-size:3rem}}.modal-overlay{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;top:0;width:100%;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:#181818;border-radius:12px;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{align-items:center;background:#000000b3;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s;width:44px;z-index:10}.modal-close:hover{background:#fff3;border-color:#fff}.modal-hero{aspect-ratio:16/9;border-radius:12px 12px 0 0;overflow:hidden;position:relative;width:100%}.modal-hero img{height:100%;object-fit:cover;width:100%}.play-overlay{align-items:center;background:#e50914e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s;width:80px}.play-overlay:hover{background:#e50914;transform:translate(-50%,-50%) scale(1.1)}.video-container,.video-container iframe{height:100%;width:100%}.modal-body{padding:2rem}.modal-title{color:#fff;font-size:2rem;font-weight:700;margin:0 0 1rem}.modal-meta{color:#999;display:flex;font-size:.95rem;gap:1.5rem;margin-bottom:1.5rem}.modal-description{color:#e5e5e5;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.modal-section{margin-bottom:2rem}.modal-section h3{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.tech-list{display:flex;flex-wrap:wrap;gap:.75rem}.tech-item{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;font-size:.95rem;font-weight:500;padding:.5rem 1rem}.screenshots-carousel{position:relative}.screenshots-carousel img{border:1px solid #333;border-radius:8px;width:100%}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:10px;transition:all .2s;width:10px}.dot.active{background:#fff;transform:scale(1.2)}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-item{background:#e5091426;border:1px solid #e509144d;border-radius:4px;color:#ff6b6b;font-size:.85rem;padding:.4rem .8rem}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.action-link{align-items:center;border-radius:6px;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 1.5rem;text-decoration:none;transition:all .3s}.action-link.primary{background:#e50914;color:#fff}.action-link.primary:hover{background:#f40612;transform:translateY(-2px)}.action-link.secondary{background:#ffffff1a;border:1px solid #ffffff4d;color:#fff}.action-link.secondary:hover{background:#fff3;transform:translateY(-2px)}@media (max-width:768px){.modal-overlay{padding:0}.modal-content{border-radius:0;max-height:100vh}.modal-body{padding:1.5rem}.modal-title{font-size:1.5rem}.modal-actions{flex-direction:column}}.projects-page-new{background:#141414;color:#fff;min-height:100vh}.projects-content-rows{margin-top:-5rem;padding:0 4%;position:relative;z-index:2}.content-row-section{margin-bottom:3rem}.section-title{color:#e5e5e5;font-size:1.6rem;font-weight:700;margin:0 0 1rem;padding:0}.projects-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding-bottom:1rem}.project-item{position:relative}.no-projects{color:grey;padding:4rem 2rem;text-align:center}.no-projects p{font-size:1.2rem}.loading{align-items:center;background:#141414;color:#fff;display:flex;font-size:1.5rem;justify-content:center;min-height:100vh}.netflix-footer{background:#141414;border-top:1px solid #333;margin-top:4rem;padding:3rem 4%}.footer-content{margin:0 auto;max-width:1400px}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.footer-links a{color:grey;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-copyright{color:grey;font-size:.85rem;margin:0}@media (max-width:1200px){.projects-row{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:768px){.projects-content-rows{margin-top:-3rem;padding:0 3%}.section-title{font-size:1.3rem}.projects-row{gap:.75rem;grid-template-columns:repeat(2,1fr)}.netflix-footer{margin-bottom:70px;padding:2rem 3%}.footer-links{flex-direction:column;gap:1rem}}
/*# sourceMappingURL=main.3f01ba5c.css.map*/