@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";.navbar[data-v-dddf0e33]{position:fixed;top:0;left:0;width:100%;z-index:50;background:linear-gradient(to bottom,#000000b3,#0000);transition:background-color .3s ease;padding:.75rem 4%}.navbar.scrolled[data-v-dddf0e33]{background-color:#000}.navbar-container[data-v-dddf0e33]{display:flex;align-items:center;justify-content:space-between}.navbar-left[data-v-dddf0e33]{display:flex;align-items:center}.navbar-logo[data-v-dddf0e33]{color:#e50914;font-size:1.8rem;font-weight:700;margin-right:2rem;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.navbar-links[data-v-dddf0e33]{display:none;list-style:none}@media (min-width: 768px){.navbar-links[data-v-dddf0e33]{display:flex;gap:1.25rem}}.navbar-link[data-v-dddf0e33]{color:#e5e5e5;text-decoration:none;font-size:.9rem;transition:color .3s ease;font-weight:500}.navbar-link[data-v-dddf0e33]:hover,.navbar-link.active[data-v-dddf0e33]{color:#fff}.navbar-right[data-v-dddf0e33]{display:flex;align-items:center;gap:1.25rem}.navbar-icon[data-v-dddf0e33]{width:1.25rem;height:1.25rem;color:#fff;cursor:pointer;transition:color .3s ease}.navbar-icon[data-v-dddf0e33]:hover{color:#b3b3b3}.navbar-profile[data-v-dddf0e33]{position:relative;width:2rem;height:2rem;border-radius:4px;overflow:visible;cursor:pointer}.navbar-profile-img[data-v-dddf0e33]{width:100%;height:100%;object-fit:cover;border-radius:4px}.navbar-profile-placeholder[data-v-dddf0e33]{width:100%;height:100%;background-color:#e50914;border-radius:4px}.navbar-profile-menu[data-v-dddf0e33]{position:absolute;top:calc(100% + 15px);right:0;background-color:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:8px;width:280px;box-shadow:0 8px 32px #00000080;z-index:1000;overflow:hidden}.navbar-profile-arrow[data-v-dddf0e33]{position:absolute;top:-8px;right:15px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(0,0,0,.95)}.navbar-profile-header[data-v-dddf0e33]{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-profile-user-img[data-v-dddf0e33]{width:48px;height:48px;border-radius:6px;object-fit:cover}.navbar-profile-user-info[data-v-dddf0e33]{flex:1;min-width:0}.navbar-profile-user-name[data-v-dddf0e33]{font-size:1rem;font-weight:600;margin:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-profile-user-email[data-v-dddf0e33]{font-size:.8rem;color:#b3b3b3;margin:4px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-profile-details[data-v-dddf0e33]{padding:12px 16px;background-color:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-profile-detail[data-v-dddf0e33]{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.85rem}.navbar-profile-detail[data-v-dddf0e33]:last-child{margin-bottom:0}.navbar-profile-detail-label[data-v-dddf0e33]{color:#b3b3b3}.navbar-profile-detail-value[data-v-dddf0e33]{color:#fff;font-weight:500}.navbar-profile-options[data-v-dddf0e33]{list-style:none;padding:0;margin:0}.navbar-profile-option[data-v-dddf0e33]{border-bottom:1px solid rgba(255,255,255,.05)}.navbar-profile-option[data-v-dddf0e33]:last-child{border-bottom:none}.navbar-profile-option[data-v-dddf0e33]:hover{background-color:#ffffff1a}.navbar-profile-option-link[data-v-dddf0e33]{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#fff;text-decoration:none;font-size:.9rem;transition:all .2s ease}.navbar-profile-option-icon[data-v-dddf0e33]{width:16px;height:16px;color:#b3b3b3}.navbar-profile-logout[data-v-dddf0e33]{border-top:1px solid rgba(255,255,255,.15)}.navbar-profile-logout .navbar-profile-option-link[data-v-dddf0e33],.navbar-profile-logout .navbar-profile-option-icon[data-v-dddf0e33]{color:#e50914}.hero[data-v-c8a6b5bd]{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;overflow:hidden}.hero-background[data-v-c8a6b5bd]{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 20%;background-repeat:no-repeat;background-color:#141414}.hero-overlay[data-v-c8a6b5bd]{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000c,#0009,#0006 60%,#0003),linear-gradient(0deg,#141414,#14141400 20%)}.hero-content[data-v-c8a6b5bd]{position:relative;z-index:10;padding:0 4%;max-width:700px;margin-top:80px}@media (min-width: 768px){.hero-content[data-v-c8a6b5bd]{padding:0 60px;max-width:800px}}.hero-title[data-v-c8a6b5bd]{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.8)}@media (min-width: 768px){.hero-title[data-v-c8a6b5bd]{font-size:4.5rem;margin-bottom:2rem}}.hero-description[data-v-c8a6b5bd]{font-size:1.1rem;margin-bottom:2rem;color:#e5e5e5;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.8);max-width:500px}@media (min-width: 768px){.hero-description[data-v-c8a6b5bd]{font-size:1.25rem;margin-bottom:2.5rem}}.hero-buttons[data-v-c8a6b5bd]{display:flex;gap:1rem;flex-wrap:wrap}.hero-button[data-v-c8a6b5bd]{display:flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:4px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none;min-width:140px}@media (min-width: 768px){.hero-button[data-v-c8a6b5bd]{padding:12px 24px;font-size:1.1rem;min-width:160px}}.hero-button-play[data-v-c8a6b5bd]{background-color:#fff;color:#000}.hero-button-play[data-v-c8a6b5bd]:hover{background-color:#fffc}.hero-button-info[data-v-c8a6b5bd]{background-color:#6d6d6eb3;color:#fff}.hero-button-info[data-v-c8a6b5bd]:hover{background-color:#6d6d6e80}.hero-button-icon[data-v-c8a6b5bd]{width:1.25rem;height:1.25rem;margin-right:.75rem}.hero-age-rating[data-v-c8a6b5bd]{position:absolute;bottom:35%;right:0;background-color:#3339;border-left:3px solid #fff;padding:.5rem 4% .5rem 1rem;display:flex;align-items:center}.hero-rating[data-v-c8a6b5bd]{color:#fff;font-weight:500;font-size:1.1rem}.movie-card[data-v-1c790a57]{flex:0 0 auto;width:200px;cursor:pointer;transition:transform .3s ease,margin .3s ease;margin-right:4px;position:relative;z-index:1}.movie-card[data-v-1c790a57]:hover{transform:scale(1.08);z-index:10;margin:0 8px}.movie-card-image-container[data-v-1c790a57]{position:relative;overflow:hidden;border-radius:4px;width:100%;padding-top:150%;background-color:#141414;box-shadow:0 2px 10px #0000004d}.movie-card-image[data-v-1c790a57]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.movie-card-overlay[data-v-1c790a57]{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000c,#0000 60%);opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:10px}.movie-card-overlay.active[data-v-1c790a57]{opacity:1}.movie-card-buttons[data-v-1c790a57]{display:flex;gap:8px;margin-bottom:10px}.movie-card-button[data-v-1c790a57]{width:32px;height:32px;border-radius:50%;border:2px solid #fff;background-color:#2a2a2a99;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.movie-card-button[data-v-1c790a57]:hover{background-color:#ffffff1a}.movie-card-play-button[data-v-1c790a57]{background-color:#fff}.movie-card-play-button .movie-card-button-icon[data-v-1c790a57]{color:#000}.movie-card-button-icon[data-v-1c790a57]{width:16px;height:16px;color:#fff}.movie-card-info[data-v-1c790a57]{font-size:.7rem;color:#fff}.movie-card-match[data-v-1c790a57]{color:#46d369;font-weight:700;margin-bottom:4px}.movie-card-rating[data-v-1c790a57]{display:flex;align-items:center;gap:8px;margin-bottom:4px}.movie-card-age[data-v-1c790a57]{border:1px solid rgba(255,255,255,.4);padding:0 4px}.movie-card-genres[data-v-1c790a57]{display:flex;flex-wrap:wrap;gap:4px}.movie-card-genres span[data-v-1c790a57]:not(:last-child):after{content:"•";margin:0 4px}.movie-section[data-v-2d889134]{padding:2rem 0;position:relative;z-index:1}.movie-section-title[data-v-2d889134]{font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding:0 4%;color:#e5e5e5}.movie-section-slider[data-v-2d889134]{position:relative;width:100%}.movie-section-container[data-v-2d889134]{display:flex;overflow-x:auto;padding:20px 4%;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.movie-section-container[data-v-2d889134]::-webkit-scrollbar{display:none}.login-page[data-v-40561564]{min-height:100vh;position:relative;color:#fff;font-family:Roboto,sans-serif}.login-background[data-v-40561564]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.login-background-image[data-v-40561564]{width:100%;height:100%;object-fit:cover}.login-background-overlay[data-v-40561564]{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.login-header[data-v-40561564]{padding:1.5rem 3%}.login-logo[data-v-40561564]{color:#e50914;font-size:2rem;font-weight:700;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.login-container[data-v-40561564]{display:flex;justify-content:center;padding:0 5%;margin-top:2rem}.login-form-container[data-v-40561564]{background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:3rem;width:100%;max-width:450px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}.login-title[data-v-40561564]{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.login-form[data-v-40561564]{display:flex;flex-direction:column;gap:1rem}.login-form-group[data-v-40561564]{position:relative;margin-bottom:1rem}.login-input[data-v-40561564]{width:100%;background-color:#333333b3;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;padding:1rem;font-size:1rem;height:3.5rem;outline:none;transition:all .3s ease}.login-input[data-v-40561564]:focus{border-color:#e50914;background-color:#333333e6;box-shadow:0 0 0 2px #e5091433}.login-input:focus+.login-label[data-v-40561564],.login-input:not(:placeholder-shown)+.login-label[data-v-40561564]{transform:translateY(-.75rem) scale(.8);color:#8c8c8c}.login-label[data-v-40561564]{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:#8c8c8c;transition:all .2s ease;pointer-events:none}.login-password-toggle[data-v-40561564]{position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:none;border:none;color:#8c8c8c;font-size:.8rem;cursor:pointer}.login-button[data-v-40561564]{background:linear-gradient(135deg,#e50914,#f40612);color:#fff;border:none;border-radius:6px;padding:1rem;font-size:1rem;font-weight:700;cursor:pointer;margin-top:1.5rem;transition:all .3s ease;box-shadow:0 4px 15px #e509144d}.login-button[data-v-40561564]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e5091466}.login-options[data-v-40561564]{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;color:#b3b3b3;font-size:.9rem}.login-remember[data-v-40561564]{display:flex;align-items:center;gap:.5rem}.login-help[data-v-40561564]{color:#b3b3b3;text-decoration:none}.login-help[data-v-40561564]:hover{text-decoration:underline}.login-signup[data-v-40561564]{margin-top:4rem;color:#737373}.login-signup-link[data-v-40561564]{color:#e50914;text-decoration:none;font-weight:600;transition:color .2s ease}.login-signup-link[data-v-40561564]:hover{color:#f40612;text-decoration:underline}.login-captcha[data-v-40561564]{margin-top:1rem;color:#8c8c8c;font-size:.8rem}.login-error[data-v-40561564]{color:#e87c03;font-size:.8rem;margin-top:.25rem}.has-error .login-input[data-v-40561564]{border-bottom:2px solid #e87c03}.login-footer[data-v-40561564]{background-color:#000000bf;padding:2rem 0;margin-top:5rem}.login-footer-content[data-v-40561564]{max-width:1000px;margin:0 auto;padding:0 5%;color:#737373}.login-footer-links[data-v-40561564]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}@media (min-width: 768px){.login-footer-links[data-v-40561564]{grid-template-columns:repeat(3,1fr)}}.login-footer-links a[data-v-40561564]{color:#737373;text-decoration:none;font-size:.8rem}.login-footer-links a[data-v-40561564]:hover{text-decoration:underline}.login-language-selector[data-v-40561564]{background-color:#000;color:#737373;border:1px solid #737373;padding:.5rem;border-radius:2px}.profile-management[data-v-2cd99b7c]{min-height:100vh;position:relative;color:#fff;font-family:Roboto,sans-serif}.profile-management-background[data-v-2cd99b7c]{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#141414,#000);z-index:-1}.profile-management-overlay[data-v-2cd99b7c]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.profile-management-container[data-v-2cd99b7c]{min-height:100vh;display:flex;flex-direction:column}.profile-management-header[data-v-2cd99b7c]{padding:2rem 4%}.profile-management-logo[data-v-2cd99b7c]{color:#e50914;font-size:2.5rem;font-weight:700;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.profile-management-content[data-v-2cd99b7c]{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 4%}.profile-selection[data-v-2cd99b7c],.profile-management-mode[data-v-2cd99b7c],.profile-edit[data-v-2cd99b7c]{text-align:center;max-width:800px;width:100%}.profile-title[data-v-2cd99b7c]{font-size:3rem;font-weight:400;margin-bottom:3rem;color:#fff}.profiles-grid[data-v-2cd99b7c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:3rem;justify-items:center}.profile-card[data-v-2cd99b7c]{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .3s ease;position:relative}.profile-card[data-v-2cd99b7c]:hover{transform:scale(1.05)}.profile-card.profile-selected[data-v-2cd99b7c]{transform:scale(1.1)}.profile-avatar[data-v-2cd99b7c]{position:relative;width:150px;height:150px;border-radius:8px;overflow:hidden;margin-bottom:1rem;background-color:#333}.profile-card.profile-selected .profile-avatar[data-v-2cd99b7c]{border:3px solid #e50914;box-shadow:0 0 20px #e5091480}.profile-avatar img[data-v-2cd99b7c]{width:100%;height:100%;object-fit:cover}.profile-avatar-add[data-v-2cd99b7c]{display:flex;align-items:center;justify-content:center;background-color:#333;border:2px dashed #666}.profile-add-icon[data-v-2cd99b7c]{width:3rem;height:3rem;color:#666}.profile-edit-overlay[data-v-2cd99b7c],.profile-manage-overlay[data-v-2cd99b7c]{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}.profile-card:hover .profile-edit-overlay[data-v-2cd99b7c],.profile-card:hover .profile-manage-overlay[data-v-2cd99b7c]{opacity:1}.profile-selected-indicator[data-v-2cd99b7c]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#e50914;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:10}.profile-check-icon[data-v-2cd99b7c]{width:24px;height:24px;color:#fff}.profile-edit-icon[data-v-2cd99b7c],.profile-manage-icon[data-v-2cd99b7c]{width:1.5rem;height:1.5rem;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;background:#00000080}.profile-name[data-v-2cd99b7c]{font-size:1.2rem;color:#b3b3b3;margin-bottom:.5rem}.profile-card.profile-selected .profile-name[data-v-2cd99b7c]{color:#e50914;font-weight:600}.profile-main-badge[data-v-2cd99b7c]{font-size:.8rem;color:#e50914;background:#e5091433;padding:.25rem .5rem;border-radius:4px;margin-bottom:.5rem}.profile-card-delete-btn[data-v-2cd99b7c]{margin-top:.5rem;background:#e5091433;border:1px solid #e50914;color:#e50914;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.profile-card-delete-btn[data-v-2cd99b7c]:hover{background:#e50914;color:#fff}.profile-card-delete-icon[data-v-2cd99b7c]{width:1rem;height:1rem}.profile-actions[data-v-2cd99b7c]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.profile-manage-btn[data-v-2cd99b7c],.profile-done-btn[data-v-2cd99b7c],.profile-save-btn[data-v-2cd99b7c],.profile-cancel-btn[data-v-2cd99b7c],.profile-delete-btn[data-v-2cd99b7c]{padding:.75rem 2rem;border:2px solid #fff;background:transparent;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.profile-done-btn[data-v-2cd99b7c],.profile-save-btn[data-v-2cd99b7c]{background:#e50914;border-color:#e50914}.profile-done-btn[data-v-2cd99b7c]:disabled,.profile-save-btn[data-v-2cd99b7c]:disabled{background:#666;border-color:#666;cursor:not-allowed;opacity:.5}.profile-delete-btn[data-v-2cd99b7c]{border-color:#e50914;color:#e50914}.profile-manage-btn[data-v-2cd99b7c]:hover,.profile-cancel-btn[data-v-2cd99b7c]:hover{background:#fff;color:#000}.profile-done-btn[data-v-2cd99b7c]:hover:not(:disabled),.profile-save-btn[data-v-2cd99b7c]:hover:not(:disabled){background:#f40612}.profile-delete-btn[data-v-2cd99b7c]:hover{background:#e50914;color:#fff}.profile-edit-form[data-v-2cd99b7c]{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.profile-edit-avatar-section[data-v-2cd99b7c]{text-align:center}.profile-edit-avatar[data-v-2cd99b7c]{position:relative;width:150px;height:150px;border-radius:8px;overflow:hidden;margin:0 auto 1rem}.profile-edit-avatar img[data-v-2cd99b7c]{width:100%;height:100%;object-fit:cover}.profile-change-avatar[data-v-2cd99b7c]{position:absolute;bottom:0;right:0;background:#e50914;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-camera-icon[data-v-2cd99b7c]{width:1rem;height:1rem;color:#fff}.profile-edit-fields[data-v-2cd99b7c]{width:100%;max-width:400px}.profile-field[data-v-2cd99b7c]{margin-bottom:1.5rem;text-align:left}.profile-field label[data-v-2cd99b7c]{display:block;margin-bottom:.5rem;font-weight:500}.profile-input[data-v-2cd99b7c]{width:100%;padding:.75rem;background:#333;border:1px solid #555;border-radius:4px;color:#fff;font-size:1rem}.profile-input[data-v-2cd99b7c]:focus{outline:none;border-color:#e50914}.profile-settings[data-v-2cd99b7c]{display:flex;flex-direction:column;gap:.75rem}.profile-checkbox[data-v-2cd99b7c]{display:flex;align-items:center;gap:.5rem;cursor:pointer}.profile-checkbox input[data-v-2cd99b7c]{width:1rem;height:1rem}.avatar-selector-overlay[data-v-2cd99b7c]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.avatar-selector[data-v-2cd99b7c]{background:#222;border-radius:8px;padding:2rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.avatar-selector h3[data-v-2cd99b7c]{margin-bottom:1.5rem;text-align:center}.avatar-grid[data-v-2cd99b7c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem;margin-bottom:1.5rem}.avatar-option[data-v-2cd99b7c]{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.avatar-option[data-v-2cd99b7c]:hover{transform:scale(1.1)}.avatar-option img[data-v-2cd99b7c]{width:100%;height:100%;object-fit:cover}.avatar-close-btn[data-v-2cd99b7c]{width:100%;padding:.75rem;background:#e50914;border:none;border-radius:4px;color:#fff;font-size:1rem;cursor:pointer}.profile-badges[data-v-2cd99b7c]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;min-height:40px;align-items:center}.profile-main-badge[data-v-2cd99b7c],.profile-kids-badge[data-v-2cd99b7c]{font-size:.8rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.profile-main-badge[data-v-2cd99b7c]{color:#e50914;background:#e5091433;border:1px solid #e50914}.profile-kids-badge[data-v-2cd99b7c]{color:#46d369;background:#46d36933;border:1px solid #46d369}.profile-manage .profile-card[data-v-2cd99b7c]{min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.profile-spacer[data-v-2cd99b7c]{height:44px}.profile-delete-button[data-v-2cd99b7c]{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#e509141a;border:2px solid #e50914;color:#e50914;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:120px;margin-top:.5rem}.profile-delete-button[data-v-2cd99b7c]:hover{background:#e50914;color:#fff;transform:translateY(-1px)}.profile-delete-icon[data-v-2cd99b7c]{width:.9rem;height:.9rem}.metflix-app[data-v-70840ba1]{min-height:100vh;background-color:#141414;color:#fff}.content-container[data-v-70840ba1]{position:relative;z-index:10;margin-top:-150px;padding-bottom:5rem}.footer[data-v-70840ba1]{background-color:#141414;padding:3rem 4%;color:gray}.footer-content[data-v-70840ba1]{max-width:980px;margin:0 auto}.footer-social[data-v-70840ba1]{display:flex;gap:1.5rem;margin-bottom:1.5rem}.footer-social-link[data-v-70840ba1]{color:gray;transition:color .2s ease}.footer-social-link[data-v-70840ba1]:hover{color:#fff}.footer-social-icon[data-v-70840ba1]{width:1.5rem;height:1.5rem}.footer-links[data-v-70840ba1]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.footer-links[data-v-70840ba1]{grid-template-columns:repeat(4,1fr)}}.footer-links-column[data-v-70840ba1]{display:flex;flex-direction:column;gap:1rem}.footer-link[data-v-70840ba1]{color:gray;text-decoration:none;font-size:.8rem;transition:color .2s ease}.footer-link[data-v-70840ba1]:hover{color:#fff;text-decoration:underline}.footer-service[data-v-70840ba1]{margin-bottom:1.5rem}.footer-service-button[data-v-70840ba1]{background:transparent;border:1px solid #808080;color:gray;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;transition:all .2s ease}.footer-service-button[data-v-70840ba1]:hover{color:#fff;border-color:#fff}.footer-copyright[data-v-70840ba1]{font-size:.8rem}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Roboto,sans-serif;background-color:#141414;color:#fff;overflow-x:hidden;min-height:100vh}#app{min-height:100vh;background-color:#141414}button{cursor:pointer;font-family:Roboto,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}ul,ol{list-style:none}
