:root{--bg:#050706;--surface:#0d120f;--line:#202b23;--text:#f5f7f5;--muted:#9ca79f;--green:#22ff3b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.hf-header{position:sticky;top:0;z-index:50;background:rgba(5,7,6,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.04)}.hf-header-inner{max-width:1280px;margin:auto;min-height:76px;padding:10px 22px;display:flex;align-items:center;gap:28px}.hf-brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.08em}.hf-brand img{width:44px;height:44px;object-fit:cover;border-radius:12px}.hf-nav{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.hf-nav::-webkit-scrollbar{display:none}.hf-nav a{padding:10px 16px;border-radius:999px;color:var(--muted);font-weight:750}.hf-nav a.active,.hf-nav a:hover{background:#123018;color:var(--green)}.hf-actions{margin-left:auto;display:flex;gap:8px}.hf-icon{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);cursor:pointer}.hf-searchbar{display:block;background:#080b09;border-bottom:1px solid var(--line);padding:12px 22px}.hf-searchbar.open{display:block}.hf-searchbar form{max-width:900px;margin:auto;display:flex;gap:8px}.hf-searchbar input{flex:1;background:#111712;border:1px solid var(--line);color:#fff;border-radius:14px;padding:13px 16px;outline:none}.hf-searchbar input:focus{border-color:var(--green)}.hf-searchbar button,.hf-button{border:0;background:var(--green);color:#031006;padding:12px 18px;border-radius:14px;font-weight:900;cursor:pointer}.hf-main{max-width:1280px;margin:auto}.hf-hero-wrap{padding:18px 22px 0}.hf-hero-slider{position:relative;height:500px;overflow:hidden;border-radius:28px;border:1px solid #18231b;background:#080c09}.hf-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease}.hf-hero-slide.is-active{opacity:1}.hf-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.hf-hero-content{position:relative;z-index:2;width:min(620px,72%);height:100%;display:flex;justify-content:center;flex-direction:column;padding:45px}.hf-kicker{color:var(--green);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:13px}.hf-hero h1,.hf-detail-copy h1{font-size:clamp(38px,6vw,72px);line-height:.98;margin:12px 0}.hf-hero-content p{color:#c2cbc5;line-height:1.7}.hf-meta{display:flex;flex-wrap:wrap;gap:10px;color:#c5cec8;font-size:14px}.hf-meta span{border:1px solid #263329;background:rgba(12,18,14,.7);padding:7px 10px;border-radius:9px}.hf-dots{position:absolute;z-index:4;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:7px}.hf-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#647168;padding:0}.hf-dots button.active{width:26px;border-radius:999px;background:var(--green)}.hf-section{padding:30px 22px 0}.hf-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hf-section-title h2{font-size:22px;margin:0}.hf-section-title a,.hf-section-title span{color:var(--green);font-size:14px;font-weight:800}.hf-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,180px);gap:15px;overflow-x:auto;scrollbar-width:none;padding-bottom:10px}.hf-row::-webkit-scrollbar{display:none}.hf-poster{position:relative;aspect-ratio:2/3;background:#101611;border-radius:15px;overflow:hidden;border:1px solid #1c2820}.hf-poster img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s}.hf-card:hover img{transform:scale(1.04)}.hf-poster-empty{height:100%;display:grid;place-items:center;color:var(--green);font-weight:900}.hf-rating{position:absolute;left:8px;top:8px;background:rgba(0,0,0,.72);padding:5px 7px;border-radius:8px;font-size:11px}.hf-play{position:absolute;right:8px;bottom:8px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#041006;font-size:13px;opacity:0;transition:.2s}.hf-card:hover .hf-play{opacity:1}.hf-card h3{font-size:14px;margin:9px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-card p{margin:0;color:var(--muted);font-size:12px}.hf-cats{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:30px}.hf-cats a{padding:13px 18px;border:1px solid var(--line);background:var(--surface);border-radius:999px;font-weight:800}.hf-cats a.selected,.hf-cats a:hover{border-color:var(--green);background:#123018;color:var(--green)}.hf-empty{margin:70px 22px;min-height:300px;display:grid;place-items:center;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:24px}.hf-footer{max-width:1280px;margin:50px auto 0;padding:30px 22px 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted)}.hf-footer div{display:flex;flex-direction:column;gap:6px}.hf-footer strong{color:var(--text)}.hf-details{padding:18px 22px 0}.hf-back{margin-bottom:12px;color:var(--muted)}.hf-player-wrap{position:relative;background:#000;border-radius:22px;overflow:hidden;min-height:300px}.hf-player{width:100%;display:block;max-height:75vh;background:#000}.hf-player-fallback{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);pointer-events:none}.hf-detail-body{display:grid;grid-template-columns:210px 1fr;gap:26px;padding:24px 0}.hf-detail-poster{aspect-ratio:2/3;border-radius:16px;overflow:hidden;background:#111}.hf-detail-poster img{width:100%;height:100%;object-fit:cover}.hf-detail-copy h1{font-size:clamp(34px,5vw,58px);margin:8px 0 15px}.hf-detail-actions{display:flex;gap:10px;margin:20px 0}.hf-detail-actions button,.hf-tabs button{background:var(--surface);border:1px solid var(--line);color:var(--text);padding:11px 16px;border-radius:12px;cursor:pointer;font-weight:800}.hf-detail-actions button:hover,.hf-tabs button.active{border-color:var(--green);color:var(--green)}.hf-tabs{display:flex;gap:20px;border-bottom:1px solid var(--line);margin-top:18px}.hf-tabs button{border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;padding:13px 2px}.hf-description{color:#c5cec8;line-height:1.8;max-width:850px}@media(max-width:1000px){.hf-nav{display:flex;flex:1;min-width:0}.hf-nav a{padding:9px 13px;white-space:nowrap}}@media(max-width:650px){.hf-header-inner{padding:9px 12px;gap:10px}.hf-brand span{display:inline;font-size:13px}.hf-nav{order:3;flex-basis:100%;width:100%;overflow-x:auto}.hf-header-inner{flex-wrap:wrap}.hf-actions{margin-left:auto}.hf-searchbar{padding:8px 12px}.hf-searchbar form{gap:6px}.hf-searchbar button{display:none}.hf-brand img{width:42px;height:42px}.hf-hero-wrap{padding:10px 12px 0}.hf-hero-slider{height:440px;border-radius:20px}.hf-hero-bg{background-position:center top}.hf-hero-content{background:linear-gradient(0deg,rgba(3,7,5,.98) 0%,rgba(3,7,5,.55) 48%,transparent 75%)}.hf-hero-content{width:100%;padding:25px;justify-content:flex-end;padding-bottom:48px}.hf-hero h1{font-size:40px}.hf-hero-content p{font-size:13px}.hf-section{padding:24px 12px 0}.hf-row{grid-auto-columns:132px;gap:12px}.hf-detail-body{grid-template-columns:1fr}.hf-detail-poster{display:none}.hf-footer{flex-direction:column;padding:25px 12px 40px}.hf-details{padding:10px 12px 0}.hf-player-wrap{border-radius:14px;min-height:210px}.hf-searchbar{padding:10px 12px}}

.hf-profile-panel{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.72);backdrop-filter:blur(10px);padding:20px;align-items:flex-start;justify-content:flex-end}.hf-profile-panel.open{display:flex}.hf-profile-card{position:relative;width:min(360px,100%);margin-top:82px;background:#0d120f;border:1px solid #202b23;border-radius:24px;padding:28px;color:#f5f7f5;box-shadow:0 20px 70px rgba(0,0,0,.45)}.hf-profile-logo{width:70px;height:70px;border-radius:20px;overflow:hidden;background:#050706;margin-bottom:16px}.hf-profile-logo img{width:100%;height:100%;object-fit:cover}.hf-profile-card h2{margin:0 0 6px}.hf-profile-card p{color:#9ca79f;margin:0 0 20px}.hf-profile-link{display:block;padding:14px 16px;margin-top:10px;border:1px solid #202b23;border-radius:14px;background:#111712;font-weight:800}.hf-close{position:absolute;right:14px;top:12px;width:36px;height:36px;border:1px solid #202b23;border-radius:50%;background:#111712;color:#fff;font-size:25px;cursor:pointer}.hf-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.hf-empty-inline{padding:35px;border:1px solid var(--line);background:var(--surface);border-radius:18px;color:var(--muted);text-align:center}.hf-tab-content[hidden]{display:none}.hf-bottom-nav{display:none}.hf-detail-copy{min-width:0}@media(max-width:1000px){.hf-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:650px){.hf-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hf-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(5,7,6,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:8px 4px calc(8px + env(safe-area-inset-bottom))}.hf-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--muted);font-size:18px}.hf-bottom-nav a.active,.hf-bottom-nav a:hover{color:var(--green)}.hf-bottom-nav small{font-size:10px;font-weight:800}.hf-footer{padding-bottom:100px}.hf-main{padding-bottom:70px}.hf-profile-panel{padding:12px}.hf-profile-card{margin-top:65px}}
.hf-my-list-item{min-width:0}.hf-my-list-item .hf-card{height:100%}.hf-my-list-empty{grid-column:1/-1}.hf-profile-link:hover{border-color:var(--green);color:var(--green)}

/* V4 app-matching refinements */
.hf-hero-wrap{max-width:1280px;margin:0 auto}.hf-section-title h2{font-weight:900}.hf-row{scroll-snap-type:x proximity}.hf-row .hf-card{scroll-snap-align:start}.hf-card-link{display:block}.hf-button{display:inline-flex;align-items:center;justify-content:center;width:max-content}.hf-bottom-nav a{min-height:46px;justify-content:center}
@media(max-width:650px){.hf-section-title h2{font-size:19px}.hf-section-title a{font-size:12px}.hf-card h3{font-size:13px}.hf-card p{font-size:11px}.hf-poster{border-radius:12px}.hf-rating{left:6px;top:6px}.hf-play{width:30px;height:30px;right:6px;bottom:6px}.hf-footer{margin-top:30px}.hf-hero-content{padding:20px 18px 46px}.hf-hero h1{font-size:34px}.hf-hero-content p{line-height:1.5;margin:10px 0 14px}.hf-meta{gap:6px}.hf-meta span{padding:5px 8px;font-size:11px}}

/* V5: match the Hausaflix app profile screen and remove web-only top category navigation */
.hf-nav{display:none!important}
.hf-profile-head-link{display:grid;place-items:center}
body.admin-bar{padding-top:0!important}
body.admin-bar #wpadminbar{display:none!important}

.hf-profile-main{max-width:none;padding-bottom:90px}
.hf-profile-page{width:min(560px,100%);margin:0 auto;padding:24px 18px 36px}
.hf-profile-top{text-align:center;padding:4px 0 24px}
.hf-profile-logo-large{width:170px;height:170px;object-fit:cover;border-radius:30px;display:block;margin:0 auto 22px}
.hf-profile-top h1{font-size:38px;line-height:1.05;margin:0 0 10px;font-weight:900;letter-spacing:-.8px}
.hf-profile-top p{margin:0;color:#9ca79f;font-size:17px}
.hf-profile-user-card{display:flex;align-items:center;gap:18px;background:#30342f;border:1px solid #454a44;border-radius:28px;padding:20px 22px;margin:0 0 16px;box-shadow:0 8px 30px rgba(0,0,0,.12)}
.hf-user-avatar{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#075d21;color:#28ff43;font-size:28px;font-weight:900;flex:0 0 auto}
.hf-profile-user-card div:last-child{display:flex;flex-direction:column;gap:5px;min-width:0}.hf-profile-user-card strong{font-size:20px}.hf-profile-user-card span{font-size:15px;color:#b7beb8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hf-profile-menu{display:flex;flex-direction:column;gap:14px}.hf-profile-row{width:100%;min-height:112px;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:18px;text-align:left;padding:18px 22px;background:#30342f;border:1px solid #3f443f;border-radius:26px;color:#f5f7f5;cursor:pointer;box-shadow:0 6px 25px rgba(0,0,0,.12)}
.hf-profile-row:hover{border-color:#22ff3b}.hf-profile-row .hf-row-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#101410;color:#22ff3b;font-size:31px}.hf-profile-row strong{display:block;font-size:21px;line-height:1.2}.hf-profile-row small{display:block;color:#aeb6b0;font-size:15px;margin-top:6px}.hf-profile-row>b{font-size:34px;color:#b6bdb8;font-weight:400}.hf-switch{width:68px;height:38px;border-radius:30px;background:#555c56;padding:4px;display:flex;align-items:center;justify-content:flex-start}.hf-switch i{width:30px;height:30px;border-radius:50%;background:#d8ddd9;display:block;transition:.2s}.hf-switch.on{background:#17c63b;justify-content:flex-end}.hf-switch.on i{background:#20ff43}
.hf-profile-login-card{background:#171b18;border:1px solid #2a312c;border-radius:26px;padding:22px;margin-bottom:16px}.hf-profile-login-card h2{margin:0 0 7px;font-size:22px}.hf-profile-login-card>p{margin:0 0 16px;color:#aeb6b0}.hf-profile-login-card form{display:grid;gap:12px}.hf-profile-login-card label{display:grid;gap:6px;color:#cbd1cd;font-size:13px;font-weight:700}.hf-profile-login-card input{width:100%;padding:13px 14px;border-radius:13px;border:1px solid #303a33;background:#0f1310;color:#fff;outline:none}.hf-profile-login-card input:focus{border-color:#22ff3b}.hf-profile-primary{border:0;border-radius:13px;background:#22ff3b;color:#031006;padding:13px;font-weight:900;cursor:pointer}.hf-auth-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.hf-auth-actions button{border:1px solid #303a33;background:#101410;color:#e8ece9;border-radius:12px;padding:10px 12px;cursor:pointer}.hf-auth-actions button:hover{border-color:#22ff3b;color:#22ff3b}.hf-auth-message,.hf-profile-message{text-align:center;color:#9ca79f;font-size:13px;margin-top:10px}.hf-profile-message:empty,.hf-auth-message:empty{display:none}
@media(max-width:650px){.hf-profile-page{padding:14px 12px 28px}.hf-profile-logo-large{width:150px;height:150px;border-radius:27px;margin-bottom:20px}.hf-profile-top h1{font-size:34px}.hf-profile-top p{font-size:16px}.hf-profile-user-card{border-radius:24px;padding:18px}.hf-profile-row{min-height:104px;border-radius:24px;grid-template-columns:58px 1fr auto;padding:16px}.hf-profile-row .hf-row-icon{width:52px;height:52px;font-size:28px}.hf-profile-row strong{font-size:19px}.hf-profile-row small{font-size:14px}.hf-profile-login-card{border-radius:22px}}
.hf-light-mode body{background:#f4f6f4;color:#111}.hf-light-mode .hf-profile-row,.hf-light-mode .hf-profile-user-card{background:#fff;color:#111;border-color:#d8ded9}.hf-light-mode .hf-profile-row small,.hf-light-mode .hf-profile-user-card span{color:#68726b}.hf-light-mode .hf-profile-row .hf-row-icon{background:#edf4ee}.hf-light-mode .hf-profile-login-card{background:#fff;border-color:#d8ded9}.hf-light-mode .hf-profile-login-card input,.hf-light-mode .hf-auth-actions button{background:#f7f9f7;color:#111;border-color:#d8ded9}

/* V5.1: Keep only the app-style category row. Hide duplicate WordPress/theme menus. */
.hf-app-categories{display:flex;align-items:center;gap:10px;max-width:1280px;margin:0 auto;padding:10px 22px;background:var(--bg);overflow-x:auto;scrollbar-width:none;border-bottom:1px solid rgba(255,255,255,.03)}
.hf-app-categories::-webkit-scrollbar{display:none}
.hf-app-categories a{flex:0 0 auto;padding:10px 18px;border-radius:999px;color:var(--muted);font-weight:800;white-space:nowrap}
.hf-app-categories a.active,.hf-app-categories a:hover{background:#123018;color:var(--green)}
.main-navigation,#site-navigation,.menu-primary-container,.menu-main-menu-container,.wp-block-navigation,.wp-block-navigation__container{display:none!important}
@media(max-width:650px){.hf-app-categories{padding:8px 12px;gap:6px}.hf-app-categories a{padding:9px 16px;font-size:14px}}

/* V6: app-faithful authentication/profile screens */
html,body{min-height:100%;}
.hf-profile-main,.hf-auth-main{max-width:none!important;background:#050706;}
.hf-profile-page{width:min(430px,100%);margin:0 auto;padding:18px 18px 34px;}
.hf-profile-top{padding:0 0 21px;}
.hf-profile-logo-large{width:155px;height:155px;border-radius:28px;margin:0 auto 8px;object-fit:contain;}
.hf-profile-top h1{font-size:29px;line-height:1.1;margin:0 0 7px;letter-spacing:0;}
.hf-profile-top p{font-size:14px;color:#9ba49d;}
.hf-profile-user-card{background:#0c110e;border:1px solid #203126;border-radius:22px;padding:18px;margin:0 0 14px;box-shadow:none;}
.hf-user-avatar{width:58px;height:58px;background:#123f1a;color:#22ff3b;font-size:22px;}
.hf-profile-user-card strong{font-size:17px;}
.hf-profile-user-card span{font-size:12px;color:#8f9891;}
.hf-profile-menu{gap:11px;}
.hf-profile-row{min-height:72px;grid-template-columns:48px 1fr auto;gap:12px;padding:12px 14px;background:#0b100d;border:1px solid #1d2821;border-radius:18px;box-shadow:none;text-decoration:none;}
.hf-profile-row .hf-row-icon{width:44px;height:44px;border-radius:13px;background:#111812;color:#22ff3b;font-size:23px;}
.hf-profile-row strong{font-size:15px;}
.hf-profile-row small{font-size:12px;margin-top:3px;color:#7f8981;}
.hf-profile-row>b{font-size:26px;color:#7f8981;}
.hf-switch{width:52px;height:30px;padding:3px;}
.hf-switch i{width:24px;height:24px;}
.hf-switch.on i{background:#20ff43;}
.hf-profile-message{font-size:12px;}
.hf-signout-row{margin-top:0;}
.hf-profile-link-row{display:grid;}

.hf-auth-page{min-height:calc(100vh - 70px);background:#050706;color:#fff;padding:12px 20px 30px;}
.hf-auth-inner{width:min(430px,100%);margin:0 auto;position:relative;}
.hf-auth-back{display:grid;place-items:center;width:38px;height:38px;color:#fff;font-size:30px;position:absolute;left:-2px;top:0;z-index:2;}
.hf-auth-logo{display:block;width:180px;height:180px;object-fit:contain;margin:0 auto 0;}
.hf-auth-title-block{text-align:center;margin-bottom:23px;}
.hf-auth-title-block h1{font-size:31px;line-height:1.1;margin:0 0 9px;font-weight:900;}
.hf-auth-title-block p{font-size:16px;line-height:1.35;color:#9ca49e;margin:0;}
.hf-auth-form-card{width:100%;}
.hf-auth-field{display:block;margin-bottom:13px;}
.hf-auth-field>span{display:none;}
.hf-auth-field>div{height:55px;display:flex;align-items:center;border:1px solid #27312b;border-radius:17px;background:#101510;padding:0 14px;}
.hf-auth-field b{font-size:18px;color:#8f9891;width:27px;font-weight:400;}
.hf-auth-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;padding:0 7px;font-size:14px;}
.hf-auth-field input::placeholder{color:#7f8981;}
.hf-auth-password-field button{border:0;background:transparent;color:#7f8981;cursor:pointer;}
.hf-auth-forgot-link{display:block;margin:-3px 0 2px auto;border:0;background:transparent;color:#22ff3b;font-size:12px;font-weight:800;cursor:pointer;}
.hf-auth-submit{width:100%;height:55px;border:0;border-radius:19px;background:#22ff3b;color:#031006;font-weight:900;font-size:16px;cursor:pointer;margin-top:8px;}
.hf-auth-submit:disabled{opacity:.55;cursor:wait;}
.hf-auth-or{display:flex;align-items:center;gap:12px;margin:21px 0 16px;color:#8f9891;font-size:12px;}
.hf-auth-or span{height:1px;background:#29312c;flex:1;}
.hf-google-btn{width:100%;height:54px;border:1px solid #2a332d;border-radius:18px;background:#111512;color:#fff;font-weight:800;cursor:pointer;}
.hf-google-btn strong{font-size:20px;margin-right:8px;}
.hf-auth-switch{text-align:center;color:#9ca49e;font-size:13px;margin-top:25px;}
.hf-auth-switch button{border:0;background:transparent;color:#22ff3b;font-weight:900;cursor:pointer;padding:0 2px;}
.hf-auth-message{text-align:center;color:#9ca49e;font-size:12px;line-height:1.4;margin:8px 0;min-height:17px;}
.hf-auth-message:not(:empty){padding:9px;border:1px solid #263229;border-radius:12px;background:#0b100d;}

.hf-reset-page{width:min(430px,100%);margin:0 auto;padding:30px 20px;color:#fff;}
.hf-reset-page h1{text-align:center;font-size:28px;}
.hf-reset-page .hf-auth-field{margin-top:15px;}
.hf-reset-page .hf-auth-field>div{margin-top:8px;}
.hf-reset-page button{width:100%;height:54px;border:0;border-radius:18px;background:#22ff3b;font-weight:900;}

.hf-subscription-page{width:min(430px,100%);margin:0 auto;padding:14px 16px 30px;color:#fff;}
.hf-subscription-head{display:flex;align-items:center;gap:10px;margin-bottom:16px;}.hf-subscription-head a{font-size:30px}.hf-subscription-head h1{font-size:20px;margin:0;}
.hf-sub-card{background:#f0fdf4;color:#17251b;border:1px solid #bbf7d0;border-radius:22px;padding:22px;text-align:center;}.hf-sub-card .icon{font-size:45px;color:#16a34a}.hf-sub-card h2{font-size:21px;margin:8px 0}.hf-sub-card .price{font-size:34px;color:#16a34a;font-weight:900}.hf-sub-card p{color:#4b5563;line-height:1.45;font-size:13px;}.hf-sub-pay{display:block;width:100%;height:55px;margin:14px 0;border:0;border-radius:18px;background:#22ff3b;color:#031006;font-weight:900;}
.hf-sub-info{background:#fff;color:#17251b;border-radius:18px;padding:17px;margin-top:12px}.hf-sub-info h3{margin:0 0 8px;font-size:16px}.hf-sub-info p{color:#4b5563;font-size:13px;line-height:1.5;margin:0;}
@media(max-width:650px){.hf-profile-page{padding:12px 12px 28px}.hf-profile-logo-large{width:155px;height:155px}.hf-auth-page{padding-left:18px;padding-right:18px}.hf-auth-logo{width:175px;height:175px}}

/* V6: app-faithful authentication/profile screens */
html,body{min-height:100%;}
.hf-profile-main,.hf-auth-main{max-width:none!important;background:#050706;}
.hf-profile-page{width:min(430px,100%);margin:0 auto;padding:18px 18px 34px;}
.hf-profile-top{padding:0 0 21px;}
.hf-profile-logo-large{width:155px;height:155px;border-radius:28px;margin:0 auto 8px;object-fit:contain;}
.hf-profile-top h1{font-size:29px;line-height:1.1;margin:0 0 7px;letter-spacing:0;}
.hf-profile-top p{font-size:14px;color:#9ba49d;}
.hf-profile-user-card{background:#0c110e;border:1px solid #203126;border-radius:22px;padding:18px;margin:0 0 14px;box-shadow:none;}
.hf-user-avatar{width:58px;height:58px;background:#123f1a;color:#22ff3b;font-size:22px;}
.hf-profile-user-card strong{font-size:17px;}
.hf-profile-user-card span{font-size:12px;color:#8f9891;}
.hf-profile-menu{gap:11px;}
.hf-profile-row{min-height:72px;grid-template-columns:48px 1fr auto;gap:12px;padding:12px 14px;background:#0b100d;border:1px solid #1d2821;border-radius:18px;box-shadow:none;text-decoration:none;}
.hf-profile-row .hf-row-icon{width:44px;height:44px;border-radius:13px;background:#111812;color:#22ff3b;font-size:23px;}
.hf-profile-row strong{font-size:15px;}
.hf-profile-row small{font-size:12px;margin-top:3px;color:#7f8981;}
.hf-profile-row>b{font-size:26px;color:#7f8981;}
.hf-switch{width:52px;height:30px;padding:3px;}
.hf-switch i{width:24px;height:24px;}
.hf-switch.on i{background:#20ff43;}
.hf-profile-message{font-size:12px;}

.hf-auth-page{min-height:calc(100vh - 70px);background:#050706;color:#fff;padding:12px 20px 30px;}
.hf-auth-inner{width:min(430px,100%);margin:0 auto;position:relative;}
.hf-auth-back{display:grid;place-items:center;width:38px;height:38px;color:#fff;font-size:30px;position:absolute;left:-2px;top:0;z-index:2;}
.hf-auth-logo{display:block;width:180px;height:180px;object-fit:contain;margin:0 auto;}
.hf-auth-title-block{text-align:center;margin-bottom:23px;}
.hf-auth-title-block h1{font-size:31px;line-height:1.1;margin:0 0 9px;font-weight:900;}
.hf-auth-title-block p{font-size:16px;line-height:1.35;color:#9ca49e;margin:0;}
.hf-auth-field{display:block;margin-bottom:13px;}
.hf-auth-field>span{display:none;}
.hf-auth-field>div{height:55px;display:flex;align-items:center;border:1px solid #27312b;border-radius:17px;background:#101510;padding:0 14px;}
.hf-auth-field b{font-size:18px;color:#8f9891;width:27px;font-weight:400;}
.hf-auth-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;padding:0 7px;font-size:14px;}
.hf-auth-field input::placeholder{color:#7f8981;}
.hf-password-field button{border:0;background:transparent;color:#7f8981;cursor:pointer;}
.hf-auth-forgot-link{display:block;margin:-3px 0 2px auto;border:0;background:transparent;color:#22ff3b;font-size:12px;font-weight:800;cursor:pointer;}
.hf-auth-submit{width:100%;height:55px;border:0;border-radius:19px;background:#22ff3b;color:#031006;font-weight:900;font-size:16px;cursor:pointer;margin-top:8px;}
.hf-auth-submit:disabled{opacity:.55;cursor:wait;}
.hf-auth-or{display:flex;align-items:center;gap:12px;margin:21px 0 16px;color:#8f9891;font-size:12px;}
.hf-auth-or span{height:1px;background:#29312c;flex:1;}
.hf-google-btn{width:100%;height:54px;border:1px solid #2a332d;border-radius:18px;background:#111512;color:#fff;font-weight:800;cursor:pointer;}
.hf-google-btn strong{font-size:20px;margin-right:8px;}
.hf-auth-switch{text-align:center;color:#9ca49e;font-size:13px;margin-top:25px;}
.hf-auth-switch button{border:0;background:transparent;color:#22ff3b;font-weight:900;cursor:pointer;padding:0 2px;}
.hf-auth-message{text-align:center;color:#9ca49e;font-size:12px;line-height:1.4;margin:8px 0;min-height:17px;}
.hf-auth-message:not(:empty){padding:9px;border:1px solid #263229;border-radius:12px;background:#0b100d;}
@media(max-width:650px){.hf-profile-page{padding:12px 12px 28px}.hf-profile-logo-large{width:155px;height:155px}.hf-auth-page{padding-left:18px;padding-right:18px}.hf-auth-logo{width:175px;height:175px}}

[hidden]{display:none!important;}
.hf-profile-main{padding-bottom:70px!important;}
.hf-auth-main{padding-bottom:0!important;}

/* V6.2: auth links remain real clickable links even when JS is delayed. */
.hf-auth-switch a,.hf-auth-forgot-link{color:#22ff3b;text-decoration:none;cursor:pointer;}
.hf-auth-switch a:hover,.hf-auth-forgot-link:hover{text-decoration:underline;}
.hf-auth-forgot-link{font-family:inherit;}


/* V6.6: Global Light Mode. The Profile switch changes the entire website. */
html.hf-light-mode{--bg:#f6f8f6;--surface:#ffffff;--line:#d0d8d1;--text:#101410;--muted:#667067;--green:#16b52a;color-scheme:light;}
html.hf-light-mode body{background:var(--bg);color:var(--text);}
html.hf-light-mode .hf-header{background:rgba(246,248,246,.94);border-bottom-color:rgba(16,20,16,.08);}
html.hf-light-mode .hf-nav a{color:var(--muted);}
html.hf-light-mode .hf-nav a.active,html.hf-light-mode .hf-nav a:hover{background:#dff7e2;color:#16b52a;}
html.hf-light-mode .hf-icon{background:#fff;color:#101410;border-color:#d0d8d1;}
html.hf-light-mode .hf-searchbar{background:#f6f8f6;border-bottom-color:#d0d8d1;}
html.hf-light-mode .hf-searchbar input{background:#fff;color:#101410;border-color:#d0d8d1;}
html.hf-light-mode .hf-searchbar input::placeholder{color:#707870;}
html.hf-light-mode .hf-searchbar button,html.hf-light-mode .hf-button{background:#16b52a;color:#fff;}
html.hf-light-mode .hf-hero-slider,html.hf-light-mode .hf-empty{background:#fff;border-color:#d0d8d1;}
html.hf-light-mode .hf-app-categories{background:#f6f8f6;}
html.hf-light-mode .hf-app-categories a{color:#667067;}
html.hf-light-mode .hf-app-categories a.active,html.hf-light-mode .hf-app-categories a:hover{background:#dff7e2;color:#16b52a;}
html.hf-light-mode .hf-card,html.hf-light-mode .hf-movie-card{background:#fff;border-color:#d0d8d1;}
html.hf-light-mode .hf-card h3,html.hf-light-mode .hf-movie-card h3{color:#101410;}
html.hf-light-mode .hf-card p,html.hf-light-mode .hf-movie-card p{color:#667067;}
html.hf-light-mode .hf-footer{background:#fff;border-top-color:#d0d8d1;color:#101410;}
html.hf-light-mode .hf-profile-main,html.hf-light-mode .hf-auth-main{background:#f6f8f6!important;color:#101410;}
html.hf-light-mode .hf-profile-page,html.hf-light-mode .hf-auth-page,html.hf-light-mode .hf-reset-page,html.hf-light-mode .hf-subscription-page{color:#101410;}
html.hf-light-mode .hf-profile-top h1,html.hf-light-mode .hf-auth-title-block h1,html.hf-light-mode .hf-reset-page h1{color:#101410;}
html.hf-light-mode .hf-profile-top p,html.hf-light-mode .hf-auth-title-block p{color:#667067;}
html.hf-light-mode .hf-profile-user-card{background:#fff;border-color:#d0d8d1;}
html.hf-light-mode .hf-profile-user-card strong{color:#101410;}
html.hf-light-mode .hf-profile-user-card span{color:#707870;}
html.hf-light-mode .hf-profile-row{background:#fff;border-color:#d0d8d1;color:#101410;}
html.hf-light-mode .hf-profile-row .hf-row-icon{background:#eaf7ec;color:#16b52a;}
html.hf-light-mode .hf-profile-row strong{color:#101410;}
html.hf-light-mode .hf-profile-row small{color:#707870;}
html.hf-light-mode .hf-profile-row>b{color:#707870;}
html.hf-light-mode .hf-switch{background:#cfd6d1;}
html.hf-light-mode .hf-switch.on{background:#16b52a;}
html.hf-light-mode .hf-switch i{background:#fff;}
html.hf-light-mode .hf-auth-back{color:#101410;}
html.hf-light-mode .hf-auth-page{color:#101410;}
html.hf-light-mode .hf-auth-field>div{background:#fff;border-color:#d0d8d1;}
html.hf-light-mode .hf-auth-field b{color:#707870;}
html.hf-light-mode .hf-auth-field input{color:#101410;}
html.hf-light-mode .hf-auth-field input::placeholder{color:#707870;}
html.hf-light-mode .hf-auth-password-field button{color:#707870;}
html.hf-light-mode .hf-google-btn{background:#fff;color:#101410;border-color:#d0d8d1;}
html.hf-light-mode .hf-auth-or{color:#707870;}
html.hf-light-mode .hf-auth-or span{background:#d0d8d1;}
html.hf-light-mode .hf-auth-switch,html.hf-light-mode .hf-auth-message{color:#667067;}
html.hf-light-mode .hf-auth-message:not(:empty){background:#fff;border-color:#d0d8d1;}
html.hf-light-mode .hf-reset-page .hf-auth-field>div{background:#fff;}
html.hf-light-mode .hf-sub-card{background:#f0fdf4;border-color:#bbf7d0;color:#17251b;}
html.hf-light-mode .hf-sub-info{background:#fff;color:#17251b;}
html.hf-light-mode .hf-sub-info p,html.hf-light-mode .hf-sub-card p{color:#4b5563;}
html.hf-light-mode .hf-bottom-nav{background:rgba(255,255,255,.96);border-top-color:#d0d8d1;}
html.hf-light-mode .hf-bottom-nav a{color:#667067;}
html.hf-light-mode .hf-bottom-nav a.active{color:#16b52a;}


/* V6.7: App-style payment flow */
.hf-sub-pay{display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;}
.hf-payment-page{width:min(430px,100%);margin:0 auto;padding:14px 16px 30px;color:#fff;}
.hf-payment-head{display:flex;align-items:center;gap:10px;margin-bottom:30px;}.hf-payment-head a{font-size:30px;color:inherit;text-decoration:none;}.hf-payment-head h1{font-size:20px;margin:0;}
.hf-payment-card{text-align:center;background:#f7fff9;color:#18251c;border-radius:22px;padding:32px 20px 28px;border:1px solid #c8efd2;min-height:430px;display:flex;flex-direction:column;align-items:center;}
.hf-payment-icon{font-size:46px;color:#16b52a;margin:12px 0 22px;}.hf-payment-card h2{font-size:21px;margin:0 0 12px;}.hf-payment-card p{max-width:300px;color:#7b857e;font-size:12px;line-height:1.55;margin:0 auto 34px;}.hf-payment-btn{width:100%;max-width:320px;height:52px;border:0;border-radius:26px;background:#9bc7a5;color:#fff;font-weight:900;font-size:16px;cursor:pointer;}.hf-payment-btn:disabled{opacity:.6;cursor:wait;}
html.hf-light-mode .hf-payment-page{color:#101410;}
html.hf-light-mode .hf-payment-head a{color:#101410;}
@media(max-width:650px){.hf-payment-page{padding-left:18px;padding-right:18px;}}
