@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;600;700&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:#fff;font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}body,#root{background-color:#14181c;border:#14181c;width:100%;min-height:100%;margin:0;padding:0}.app{color:#fff;background-color:#14181c;min-height:100vh}.site-header{background:radial-gradient(circle at top,#f9f16629,#0000 95%),linear-gradient(#101419 0%,#14181c 100%);border-bottom:1px solid #2c3440;margin-bottom:40px;padding:55px 20px 45px}.hero{text-align:center}.eyebrow{color:#01b4e4;text-transform:uppercase;letter-spacing:.18em;margin-bottom:10px;font-size:.85rem;font-weight:800}.hero h1{color:#fff;letter-spacing:.04em;text-shadow:0 0 25px #00c0302e,0 8px 30px #00000073;margin:0;font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,7vw,6rem);line-height:.95}.hero h1 span{color:#00c030}.hero-subtitle{color:#b7c3cf;margin-top:14px;font-size:1.1rem}.hero p{color:#b0b0b0}.provider-list{flex-wrap:wrap;justify-content:center;gap:6px;line-height:1.5;display:flex}.provider-match{color:#f5d76e;font-weight:700}.provider-other{color:#b0b0b0}.search-section{background-color:#1f252b;border-radius:12px;max-width:700px;margin:0 auto 40px;padding:25px}.search-section input[type=text]{color:#fff;background:linear-gradient(135deg,#1b222b 0%,#232d38 100%);border:1px solid #2f3b47;border-radius:8px;outline:none;width:100%;margin-bottom:20px;padding:14px;font-size:1rem;font-weight:500;transition:border-color .2s,box-shadow .2s,background-color .2s}.search-section input[type=text]::placeholder{color:#7f8b98}.search-section input[type=text]:hover{border-color:#00c030}.search-section input[type=text]:focus{border-color:#00c030;box-shadow:0 0 0 1px #00c03033,0 6px 18px #00000040}.services{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:20px;display:grid}.service-option{cursor:pointer;background-color:#2c3440;border-radius:8px;padding:12px}.service-option input{margin-right:8px}button{color:#fff;cursor:pointer;background-color:#00c030;border:none;border-radius:8px;width:100%;padding:14px;font-size:1rem;font-weight:700}button:hover{background-color:#00a628}.results{flex-direction:column;align-items:center;display:flex}.results h2{margin-bottom:20px}.movie-grid{grid-template-columns:repeat(3,220px);justify-content:center;gap:80px;display:grid}@media (width<=800px){.movie-grid{grid-template-columns:repeat(2,220px)}}@media (width<=550px){.movie-grid{grid-template-columns:220px}}.movie-card{text-align:center;background-color:#1f252b;border:1px solid #2c3440;border-radius:12px;flex-direction:column;align-items:center;gap:8px;width:fit-content;padding:16px;display:flex}.movie-card img{object-fit:cover;border-radius:8px;width:220px;height:330px}.movie-card h3{color:#ff8000;margin-top:0}@media (width<=700px){.movie-grid{grid-template-columns:1fr}}.loading-box{flex-direction:column;align-items:center;gap:14px;margin:30px 0 45px;display:flex}.loading-message{color:#4abaff;text-align:center;margin:0;font-family:Bebas Neue,sans-serif;font-size:2.5rem;font-weight:700}.profile-card{justify-content:center;align-items:center;gap:15px;margin-bottom:25px;font-size:1.5rem;display:flex}.spinner{border:4px solid #2c3440;border-top-color:#00c030;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.profile-card img{object-fit:cover;border-radius:80%;width:120px;height:120px}.country-select-wrapper{margin-bottom:20px;position:relative}.country-label{color:#fff;margin-bottom:8px;font-weight:700;display:block}.custom-country-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1b222b 0%,#232d38 100%);border:1px solid #2f3b47;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;font-size:1rem;font-weight:700;transition:transform .15s,border-color .2s,box-shadow .2s;display:flex}.custom-country-button:hover{border-color:#00c030;transform:translateY(-2px);box-shadow:0 0 0 1px #00c03033,0 10px 30px #00000059}.custom-country-button:disabled{opacity:.6;cursor:not-allowed}.country-chevron{color:#00c030;font-size:1.2rem;font-weight:700}.custom-country-menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:999;background:#191f26f5;border:1px solid #ffffff14;border-radius:16px;width:100%;max-height:280px;animation:.18s dropdownFade;position:absolute;top:82px;left:0;overflow-y:auto;box-shadow:0 18px 40px #00000080,0 0 30px #00c03014}.custom-country-option{color:#d7dee7;text-align:left;cursor:pointer;background:0 0;border:none;gap:12px;width:100%;padding:13px 18px;font-size:1rem;transition:background-color .15s,padding-left .15s;display:flex}.custom-country-option:hover{background-color:#00c03014;padding-left:24px}.custom-country-option.active{color:#fff;background:linear-gradient(90deg,#00c0302e,#00c03005)}.country-check{color:#00c030;width:18px;font-weight:900}.footer{background-color:#101419;border-top:1px solid #2c3440;margin-top:80px;padding:35px 20px}.footer-content{text-align:center;max-width:900px;margin:0 auto}.tmdb-logo{width:140px;margin-bottom:16px}.footer p{color:#b0b0b0;margin:6px 0;font-size:.95rem}.footer-subtext{color:#7d8790;font-size:.85rem}.sort-wrapper{width:320px;margin:0 auto 35px;padding-right:40px;position:relative}.custom-sort-button{color:#b7c3cf;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#1b222b 0%,#232d38 100%);border:1px solid #2f3b47;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:14px 18px;font-size:.9rem;font-weight:700;transition:transform .15s,border-color .2s,box-shadow .2s;display:flex}.custom-sort-button:hover{border-color:#00c030;transform:translateY(-2px);box-shadow:0 0 0 1px #00c03033,0 10px 30px #00000059}.custom-sort-button span{color:#fff}.sort-chevron{color:#00c030;font-size:1.2rem;font-weight:700}.custom-sort-menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:999;background:#191f26f5;border:1px solid #ffffff14;border-radius:16px;width:100%;animation:.18s dropdownFade;position:absolute;top:58px;left:0;overflow:hidden;box-shadow:0 18px 40px #00000080,0 0 30px #00c03014}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-sort-option{color:#d7dee7;text-align:left;background:0 0;border:none;align-items:flex-start;gap:12px;width:100%;padding:14px 18px;font-size:1rem;transition:background-color .15s,padding-left .15s;display:flex}.custom-sort-option:hover{background-color:#00c03014;padding-left:24px}.custom-sort-option.active{color:#fff;background:linear-gradient(90deg,#00c0302e,#00c03005)}.sort-check{color:#00c030;width:18px;margin-top:1px;font-weight:900}.sort-sublabel{color:#7f8b98;margin-top:4px;font-size:.82rem;display:block}.watch-button{color:#fff;background:linear-gradient(135deg,#00c030 0%,#00a628 100%);border-radius:10px;justify-content:center;align-items:center;margin-top:10px;padding:10px 16px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s,opacity .2s;display:inline-flex}.watch-button:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 10px 20px #00c03040}.results-count{color:#b7c3cf;letter-spacing:.04em;margin-bottom:18px;font-size:1rem;font-weight:700}.results-count span{color:#00c030}.top-controls{justify-content:center;width:100%;margin:0 auto 40px;display:flex;position:relative}.top-controls .search-section{width:700px;margin:0 auto}.random-sidebar{color:#fff;background:radial-gradient(circle at 100% 0,#01b4e429,#0000 35%),linear-gradient(135deg,#1f252b,#14181c);border:1px solid #2c3440;border-radius:18px;width:320px;padding:25px;position:absolute;left:calc(50% + 390px);box-shadow:0 18px 45px #00000040}@media (width<=1400px){.top-controls{flex-direction:column;align-items:center}.random-sidebar{width:700px;max-width:100%;margin-top:24px;position:static}}@media (width<=750px){.top-controls .search-section,.random-sidebar{width:100%}}.random-pick-poster{border-radius:14px;width:180px;margin-top:18px;margin-bottom:16px;transition:transform .2s,box-shadow .2s;box-shadow:0 14px 35px #00000073}.random-pick-poster:hover{transform:scale(1.02);box-shadow:0 18px 45px #0000008c,0 0 25px #00c0301f}.random-pick-overview{color:#b7c3cf;text-align:center;max-width:260px;margin-top:14px;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.6}.dashboard-layout{justify-content:center;width:100%;display:flex;position:relative}.main-column{width:700px}.filter-sidebar{width:280px;position:absolute;right:calc(50% + 390px)}.random-sidebar{width:320px;position:absolute;left:calc(50% + 390px)}.genre-wrapper{margin-bottom:22px}.filter-sidebar{flex-direction:column;gap:18px;display:flex}@media (width<=1200px){.dashboard-layout{flex-direction:column;align-items:center;gap:24px;width:100%;padding:0 20px;display:flex;overflow-x:hidden}.main-column{order:1;width:100%;max-width:700px}.filter-sidebar{order:2;width:100%;max-width:700px;position:static}.random-sidebar{order:3;width:100%;max-width:700px;position:static}.sort-wrapper{width:100%;margin-bottom:20px;padding-right:0}.genre-wrapper{width:100%}}@media (width<=600px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.site-header{margin-bottom:24px;padding:38px 16px 32px}.hero h1{font-size:3.2rem}.hero-subtitle{font-size:1rem}.dashboard-layout{padding:0 12px}.search-section,.filter-sidebar,.random-sidebar{width:100%;max-width:100%}.search-section,.random-sidebar{padding:18px}.services{grid-template-columns:repeat(2,1fr);gap:10px}.movie-grid{grid-template-columns:1fr;gap:30px;width:100%}.movie-card{width:100%;max-width:280px;margin:0 auto}.movie-card img{aspect-ratio:2/3;width:100%;height:auto}.loading-message{font-size:2rem}.profile-card img{width:85px;height:85px}}
