@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--bg:#0a0a0f;--bg2:#12121a;--bg3:#1a1a26;--accent:#e8b84b;--accent2:#ff6b35;--text:#f0eee8;--muted:#8a8899;--border:#ffffff14;--card-r:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg3);border-radius:2px}.skeleton{background:linear-gradient(90deg, var(--bg3) 25%, var(--bg2) 50%, var(--bg3) 75%);background-size:200% 100%;border-radius:8px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{min-height:200px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}._header_4oy6d_1{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0a0feb;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex;position:sticky;top:0}._logo_4oy6d_10{letter-spacing:2px;color:var(--accent);cursor:pointer;font-family:Bebas Neue,sans-serif;font-size:1.8rem}._logo_4oy6d_10 span{color:var(--text)}._buttons_4oy6d_17{gap:8px;display:flex}._btn_4oy6d_19{border:1px solid var(--border);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:.88rem;transition:all .2s}._btn_4oy6d_19:hover{border-color:var(--accent);color:var(--accent)}._btnActor_4oy6d_27{color:var(--accent2);border-color:#ff6b354d}._btnActor_4oy6d_27:hover{border-color:var(--accent2);color:var(--accent2)}._overlay_4oy6d_31{z-index:200;background:#0a0a0ff7;justify-content:center;align-items:flex-start;padding:1.5rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}._overlayInner_4oy6d_39{flex-direction:column;gap:1rem;width:100%;max-width:640px;display:flex}._tabs_4oy6d_44{align-items:center;gap:8px;display:flex}._tab_4oy6d_44{background:var(--bg3);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:.88rem;transition:all .2s}._tab_4oy6d_44:hover{color:var(--text)}._tabActive_4oy6d_55{background:var(--accent);color:#0a0a0f;border-color:var(--accent);font-weight:600}._closeBtn_4oy6d_60{background:var(--bg3);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:8px;width:42px;height:42px;margin-left:auto;font-size:1.2rem;transition:all .2s}._closeBtn_4oy6d_60:hover{color:var(--text)}._input_4oy6d_69{background:var(--bg3);border:1px solid var(--border);width:100%;color:var(--text);border-radius:10px;outline:none;padding:14px 18px;font-family:inherit;font-size:1rem;transition:border-color .2s}._input_4oy6d_69:focus{border-color:var(--accent)}._results_4oy6d_77{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;max-height:calc(100vh - 200px);display:grid;overflow-y:auto}._resultsPerson_4oy6d_85{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}._movieCard_4oy6d_89{background:var(--bg3);border-radius:var(--card-r);cursor:pointer;transition:transform .2s;overflow:hidden}._movieCard_4oy6d_89:hover{transform:translateY(-3px)}._movieCard_4oy6d_89 img{aspect-ratio:2/3;object-fit:cover;width:100%;display:block}._movieInfo_4oy6d_96{padding:8px}._movieTitle_4oy6d_97{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:.78rem;font-weight:500;overflow:hidden}._movieRating_4oy6d_98{color:var(--accent);font-size:.72rem}._personCard_4oy6d_100{background:var(--bg3);border-radius:var(--card-r);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;transition:transform .2s,background .2s;display:flex}._personCard_4oy6d_100:hover{background:var(--bg2);transform:translateY(-3px)}._personPhoto_4oy6d_108{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:72px;height:72px}._personName_4oy6d_113{color:var(--text);font-size:.78rem;font-weight:500;line-height:1.3}._personKnown_4oy6d_114{color:var(--muted);font-size:.68rem;line-height:1.3}._noResults_4oy6d_116{color:var(--muted);text-align:center;grid-column:1/-1;padding:2rem;font-size:.9rem}._nav_4oy6d_122{gap:4px;display:none}@media (width>=768px){._nav_4oy6d_122{display:flex}}._navBtn_4oy6d_125{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:.85rem;transition:all .2s}._navBtn_4oy6d_125:hover{color:var(--text);background:var(--bg3)}._navActive_4oy6d_131{color:var(--accent)!important}._mobileNav_4oy6d_134{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:99;padding:8px 0 max(8px, env(safe-area-inset-bottom));background:#0a0a0ff5;display:flex;position:fixed;bottom:0;left:0;right:0}@media (width>=768px){._mobileNav_4oy6d_134{display:none}}._mobileNavBtn_4oy6d_142{color:var(--muted);cursor:pointer;background:0 0;border:none;flex:1;padding:4px 2px;font-family:inherit;font-size:.72rem;line-height:1.3;transition:color .2s}._mobileNavBtn_4oy6d_142:hover{color:var(--text)}._mobileNavActive_4oy6d_148{color:var(--accent)!important}._wrapper_wy83n_1{-webkit-user-select:none;user-select:none;padding:2.5rem 0 1.5rem;overflow:hidden}._scene_wy83n_7{perspective:1000px;perspective-origin:50% 40%;justify-content:center;align-items:center;height:380px;display:flex;position:relative}._card_wy83n_17{will-change:transform, opacity;backface-visibility:hidden;border-radius:18px;width:210px;position:absolute;overflow:hidden}._card_wy83n_17._center_wy83n_26{cursor:pointer}._poster_wy83n_28{aspect-ratio:2/3;object-fit:cover;pointer-events:none;width:100%;display:block}._noPoster_wy83n_36{aspect-ratio:2/3;background:var(--bg3);width:100%;color:var(--muted);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:.85rem;display:flex}._gloss_wy83n_49{pointer-events:none;background:linear-gradient(135deg,#ffffff14 0%,#0000 50%,#0000001a 100%);border-radius:18px;position:absolute;inset:0}._overlay_wy83n_56{background:linear-gradient(#0000 0%,#0a0a0ff2 100%);border-radius:0 0 18px 18px;padding:1.4rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}._movieTitle_wy83n_64{color:var(--text);text-shadow:0 2px 8px #000c;margin-bottom:4px;font-family:Bebas Neue,sans-serif;font-size:1.15rem;line-height:1.1}._rating_wy83n_71{color:var(--accent);font-size:.82rem;font-weight:600}._dots_wy83n_73{justify-content:center;gap:7px;margin-top:1.4rem;display:flex}._dot_wy83n_73{cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .3s}._dotActive_wy83n_85{background:var(--accent);border-radius:3px;width:22px}@media (width>=480px){._scene_wy83n_7{height:420px}._card_wy83n_17{width:230px}}@media (width>=768px){._scene_wy83n_7{perspective:1200px;height:460px}._card_wy83n_17{width:250px}}@media (width>=1024px){._scene_wy83n_7{height:500px}._card_wy83n_17{width:270px}}._section_15yob_1{padding:1.5rem 1.5rem .5rem}._title_15yob_5{letter-spacing:1px;color:var(--text);align-items:center;gap:10px;margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:1.4rem;display:flex}._title_15yob_5:before{content:"";background:var(--bar-color,var(--accent));border-radius:2px;width:4px;height:1.4rem;display:block}._track_15yob_25{scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}._track_15yob_25>*{scroll-snap-align:start}@media (width>=768px){._section_15yob_1{padding:1.5rem 3rem .5rem}}@media (width>=1024px){._section_15yob_1{padding:1.5rem 4rem .5rem}}._card_gp1ts_1{cursor:pointer;border-radius:var(--card-r);background:var(--bg3);flex-shrink:0;width:140px;min-width:140px;transition:transform .2s;overflow:hidden}._card_gp1ts_1:hover{transform:translateY(-4px)scale(1.02)}._poster_gp1ts_13{aspect-ratio:2/3;object-fit:cover;width:100%;display:block}._placeholder_gp1ts_20{aspect-ratio:2/3;background:var(--bg3);width:100%;color:var(--muted);text-align:center;justify-content:center;align-items:center;padding:8px;font-size:.75rem;display:flex}._info_gp1ts_33{padding:8px}._title_gp1ts_37{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:.78rem;font-weight:500;overflow:hidden}._rating_gp1ts_47{color:var(--accent);font-size:.72rem}@media (width>=768px){._card_gp1ts_1{width:160px;min-width:160px}}@media (width>=1024px){._card_gp1ts_1{width:180px;min-width:180px}}._wrap_w07x5_1{gap:8px;padding:0 1.5rem .5rem;display:flex;overflow-x:auto}._chip_w07x5_8{background:var(--bg3);border:1px solid var(--border);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:7px 16px;font-family:inherit;font-size:.82rem;transition:all .2s}._chip_w07x5_8:hover{color:var(--text);border-color:#fff3}._active_w07x5_27{background:var(--accent);color:#0a0a0f;border-color:var(--accent);font-weight:600}@media (width>=768px){._wrap_w07x5_1{padding:0 3rem .5rem}}@media (width>=1024px){._wrap_w07x5_1{padding:0 4rem .5rem}}._backdrop_35hiw_1{z-index:300;background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._modal_35hiw_8{width:100%;max-width:860px;position:relative}._close_35hiw_13{color:var(--text);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:-44px;right:0}._close_35hiw_13:hover{background:#ffffff1a}._videoWrap_35hiw_23{background:#000;border-radius:12px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}._iframe_35hiw_29{border:none;width:100%;height:100%;position:absolute;top:0;left:0}._trailerName_35hiw_34{text-align:center;color:var(--muted);margin-top:10px;font-size:.82rem}._btn_17mnq_1{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:#0009;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:all .2s;display:flex}._btn_17mnq_1:hover{color:#e74c3c;border-color:#e74c3c}._active_17mnq_15{color:#e74c3c;background:#e74c3c26;border-color:#e74c3c;animation:.25s _pop_17mnq_1}@keyframes _pop_17mnq_1{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}._sm_17mnq_28{width:32px;height:32px;font-size:.9rem}._md_17mnq_29{width:40px;height:40px;font-size:1.1rem}._heroWrap_1001a_1{height:280px;position:relative;overflow:hidden}._backdrop_1001a_2{object-fit:cover;width:100%;height:100%;display:block}._backdropGrad_1001a_3{background:linear-gradient(#0a0a0f4d 0%,#0a0a0f 100%);position:absolute;inset:0}._backBtn_1001a_7{border:1px solid var(--border);color:var(--text);cursor:pointer;z-index:10;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;text-decoration:none;transition:all .2s;display:flex;position:absolute;top:1rem;left:1rem}._backBtn_1001a_7:hover{background:#e8b84b33}._body_1001a_17{padding:0 1.5rem 3rem}._header_1001a_19{z-index:5;align-items:flex-start;gap:1rem;margin-top:-60px;margin-bottom:1.5rem;display:flex;position:relative}._poster_1001a_25{border:2px solid var(--border);border-radius:10px;width:100px;min-width:100px;display:block;box-shadow:0 8px 30px #0009}._meta_1001a_31{padding-top:40px}._title_1001a_33{color:var(--text);margin-bottom:4px;font-family:Bebas Neue,sans-serif;font-size:clamp(1.4rem,5vw,2.2rem);font-weight:400;line-height:1.1}._original_1001a_39{color:var(--muted);margin-bottom:.5rem;font-size:.82rem}._rating_1001a_41{color:var(--accent);flex-wrap:wrap;align-items:center;gap:6px;font-size:1rem;font-weight:600;display:flex}._ratingMuted_1001a_42{color:var(--muted);font-size:.78rem;font-weight:400}._subMeta_1001a_44{color:var(--muted);margin-top:6px;font-size:.78rem}._genres_1001a_46{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}._genre_1001a_46{border:1px solid var(--border);color:var(--muted);border-radius:20px;padding:3px 10px;font-size:.72rem}._overview_1001a_52{color:#f0eee8cc;margin-bottom:2rem;font-size:.9rem;line-height:1.7}._providers_1001a_58{margin-bottom:2rem}._sectionTitle_1001a_60{letter-spacing:1px;color:var(--text);align-items:center;gap:10px;margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:1.3rem;font-weight:400;display:flex}._sectionTitle_1001a_60:before{content:"";background:var(--bar,var(--accent));border-radius:2px;width:4px;height:1.3rem;display:block}._country_1001a_72{color:var(--muted);letter-spacing:0;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:400}._providersBox_1001a_74{background:var(--bg2);border:1px solid var(--border);border-radius:14px;padding:1.2rem 1rem}._providerSection_1001a_79{margin-bottom:1.2rem}._providerLabel_1001a_80{letter-spacing:.8px;text-transform:uppercase;margin-bottom:.6rem;font-size:.72rem;font-weight:600}._providerLogos_1001a_82{flex-wrap:wrap;gap:12px;display:flex}._providerItem_1001a_84{flex-direction:column;align-items:center;gap:5px;display:flex}._providerLogo_1001a_82{object-fit:cover;border:1px solid #ffffff1a;border-radius:10px;width:48px;height:48px}._providerName_1001a_91{color:var(--muted);text-align:center;max-width:56px;font-size:.62rem;line-height:1.2}._jwLink_1001a_93{color:var(--accent);margin-top:4px;font-size:.75rem;text-decoration:none;display:inline-block}._jwLink_1001a_93:hover{text-decoration:underline}._castScroll_1001a_98{gap:14px;padding-bottom:4px;display:flex;overflow-x:auto}._castCard_1001a_100{text-align:center;cursor:pointer;flex-shrink:0;min-width:88px;transition:transform .2s}._castCard_1001a_100:hover{transform:translateY(-3px)}._castPhoto_1001a_106{object-fit:cover;border:2px solid var(--border);background:var(--bg3);border-radius:50%;width:80px;height:80px;margin:0 auto 6px;display:block}._castNoPhoto_1001a_112{background:var(--bg3);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 6px;font-size:1.8rem;display:flex}._castName_1001a_120{color:var(--text);font-size:.72rem;font-weight:500;line-height:1.3}._castChar_1001a_121{color:var(--muted);margin-top:2px;font-size:.65rem}@media (width>=768px){._body_1001a_17{padding:0 3rem 3rem}._poster_1001a_25{width:130px;min-width:130px}._heroWrap_1001a_1{height:360px}}@media (width>=1024px){._body_1001a_17{padding:0 4rem 4rem}._heroWrap_1001a_1{height:420px}}._actions_1001a_133{align-items:center;gap:10px;margin-top:12px;display:flex}._trailerBtn_1001a_137{background:var(--accent);color:#0a0a0f;cursor:pointer;border:none;border-radius:8px;padding:9px 18px;font-family:inherit;font-size:.88rem;font-weight:600;transition:opacity .2s}._trailerBtn_1001a_137:hover{opacity:.85}._backBtn_kc50d_1{z-index:50;border:1px solid var(--border);color:var(--text);cursor:pointer;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;text-decoration:none;transition:all .2s;display:flex;position:fixed;top:70px;left:1rem}._backBtn_kc50d_1:hover{background:#e8b84b33}._hero_kc50d_11{background:linear-gradient(to bottom, var(--bg2), var(--bg));align-items:flex-end;gap:1.5rem;padding:2rem 1.5rem 1.5rem;display:flex}._photo_kc50d_17{object-fit:cover;border:3px solid var(--accent);border-radius:50%;width:110px;min-width:110px;height:110px;box-shadow:0 4px 20px #e8b84b40}._photoPlaceholder_kc50d_24{background:var(--bg3);border:3px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:110px;min-width:110px;height:110px;font-size:2.5rem;display:flex}._heroInfo_kc50d_31{flex:1;padding-bottom:4px}._name_kc50d_33{color:var(--text);font-family:Bebas Neue,sans-serif;font-size:clamp(1.6rem,6vw,2.5rem);font-weight:400;line-height:1}._dept_kc50d_39{color:var(--accent);margin-top:4px;font-size:.85rem;font-weight:500}._birth_kc50d_41{color:var(--muted);margin-top:4px;font-size:.78rem}._bioWrap_kc50d_44{padding:0 1.5rem}._bio_kc50d_44{color:#f0eee8bf;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.88rem;line-height:1.7;display:-webkit-box;overflow:hidden}._bioExpanded_kc50d_56{-webkit-line-clamp:unset;display:block}._bioToggle_kc50d_61{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-bottom:1.5rem;padding:0;font-family:inherit;font-size:.82rem;display:block}@media (width>=768px){._hero_kc50d_11{padding:2rem 3rem 1.5rem}._bioWrap_kc50d_44{padding:0 3rem}}@media (width>=1024px){._hero_kc50d_11{padding:2rem 4rem 1.5rem}._bioWrap_kc50d_44{padding:0 4rem}}._page_k2w5w_1{min-height:80vh;padding:1.5rem}._header_k2w5w_3{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}._title_k2w5w_7{letter-spacing:1px;font-family:Bebas Neue,sans-serif;font-size:2rem;font-weight:400}._count_k2w5w_12{background:var(--accent);color:#0a0a0f;border-radius:20px;padding:2px 10px;font-size:.8rem;font-weight:700}._tabs_k2w5w_18{flex-wrap:wrap;gap:8px;margin-bottom:1.5rem;display:flex}._tab_k2w5w_18{background:var(--bg3);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:20px;padding:8px 16px;font-family:inherit;font-size:.85rem;transition:all .2s}._tab_k2w5w_18:hover{color:var(--text)}._tabActive_k2w5w_30{background:var(--accent);color:#0a0a0f;border-color:var(--accent);font-weight:600}._empty_k2w5w_35{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}._emptyIcon_k2w5w_39{color:var(--border);font-size:4rem}._emptyText_k2w5w_40{color:var(--muted);text-align:center;white-space:pre-line;font-size:.9rem;line-height:1.7}._grid_k2w5w_45{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;display:grid}._card_k2w5w_51{cursor:pointer;border-radius:var(--card-r);background:var(--bg3);transition:transform .2s;position:relative;overflow:hidden}._card_k2w5w_51:hover{transform:translateY(-4px)}._poster_k2w5w_58{aspect-ratio:2/3;object-fit:cover;width:100%;display:block}._noPoster_k2w5w_62{aspect-ratio:2/3;background:var(--bg3);width:100%;color:var(--muted);text-align:center;justify-content:center;align-items:center;padding:8px;font-size:.78rem;display:flex}._badge_k2w5w_68{background:#000000bf;border-radius:6px;padding:2px 6px;font-size:.75rem;position:absolute;top:8px;left:8px}._removeBtn_k2w5w_74{color:var(--muted);cursor:pointer;background:#000000bf;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}._removeBtn_k2w5w_74:hover{color:#e74c3c;background:#e74c3c33}._info_k2w5w_84{padding:8px}._cardTitle_k2w5w_85{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:.78rem;font-weight:500;overflow:hidden}._cardRating_k2w5w_90{color:var(--accent);font-size:.72rem}@media (width>=768px){._page_k2w5w_1{padding:1.5rem 3rem}._grid_k2w5w_45{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (width>=1024px){._page_k2w5w_1{padding:1.5rem 4rem}._grid_k2w5w_45{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}._page_6qtud_1{min-height:80vh;padding:0 0 2rem}._hero_6qtud_7{background:linear-gradient(to bottom, var(--bg2), var(--bg));text-align:center;border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem 2rem;display:flex}._logo_6qtud_18{border-radius:12px;width:100%;max-width:280px;height:auto;margin-bottom:1.2rem}._tagline_6qtud_27{color:var(--muted);max-width:400px;font-size:.95rem;font-style:italic;line-height:1.5}._section_6qtud_36{padding:2rem 1.5rem 0}._sectionTitle_6qtud_40{letter-spacing:1px;color:var(--text);align-items:center;gap:10px;margin-bottom:1rem;font-family:Bebas Neue,sans-serif;font-size:1.5rem;font-weight:400;display:flex}._sectionTitle_6qtud_40:before{content:"";background:var(--accent);border-radius:2px;width:4px;height:1.5rem;display:block}._text_6qtud_59{color:#f0eee8c7;margin-bottom:1rem;font-size:.9rem;line-height:1.75}._text_6qtud_59 strong{color:var(--text);font-weight:600}._services_6qtud_68{flex-direction:column;gap:12px;display:flex}._serviceCard_6qtud_74{background:var(--bg2);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:14px;padding:1rem 1.2rem;transition:border-color .2s;display:flex}._serviceCard_6qtud_74:hover{border-color:#e8b84b4d}._serviceIcon_6qtud_86{margin-top:2px;font-size:1.5rem;line-height:1}._serviceTitle_6qtud_88{color:var(--text);margin-bottom:3px;font-size:.92rem;font-weight:600}._serviceDesc_6qtud_94{color:var(--muted);font-size:.82rem;line-height:1.5}._contactCards_6qtud_97{flex-direction:column;gap:10px;display:flex}._contactCard_6qtud_97{background:var(--bg2);border:1px solid var(--border);border-radius:12px;align-items:center;gap:14px;padding:1rem 1.2rem;text-decoration:none;transition:all .2s;display:flex}._contactCard_6qtud_97:hover{background:var(--bg3);border-color:#e8b84b66}._whatsapp_6qtud_119:hover{border-color:#25d36666!important}._whatsapp_6qtud_119 ._contactValue_6qtud_120{color:#25d366!important}._contactIcon_6qtud_122{font-size:1.4rem}._contactLabel_6qtud_124{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;font-size:.72rem}._contactValue_6qtud_120{color:var(--accent);font-size:.9rem;font-weight:500}._appCredit_6qtud_138{border-top:1px solid var(--border);margin:2rem 1.5rem 0;padding-top:1.5rem}._appCreditInner_6qtud_144{text-align:center}._appName_6qtud_146{letter-spacing:2px;color:var(--accent);margin-bottom:4px;font-family:Bebas Neue,sans-serif;font-size:1.4rem}._appVersion_6qtud_153{color:var(--muted);margin-bottom:.8rem;font-size:.78rem}._appDesc_6qtud_158{color:var(--muted);font-size:.78rem;line-height:1.6}._tmdbLink_6qtud_163{color:var(--accent);text-decoration:none}._tmdbLink_6qtud_163:hover{text-decoration:underline}@media (width>=768px){._section_6qtud_36{padding:2rem 3rem 0}._appCredit_6qtud_138{margin:2rem 3rem 0}._services_6qtud_68,._contactCards_6qtud_97{grid-template-columns:1fr 1fr;display:grid}._logo_6qtud_18{max-width:340px}}@media (width>=1024px){._section_6qtud_36{padding:2rem 4rem 0}._appCredit_6qtud_138{margin:2rem 4rem 0}}
