/*
Theme Name: SiteFilmeHD
Theme URI: https://example.com/
Author: Custom
Description: Temă WordPress rapidă pentru catalog de filme, cu import TMDB, SEO AI și playere multiple încărcate la cerere.
Version: 0.1.5
Requires at least: 6.3
Requires PHP: 8.0
Text Domain: sitefilmehd
*/
:root{--bg:#000;--panel:#101010;--panel2:#151515;--line:#2b2b2b;--muted:#9b9b9b;--text:#eee;--accent:#39cfff;--rating:#e7b100;--danger:#e32626;--max:1254px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--muted);font:14px/1.5 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(var(--max),calc(100% - 28px));margin-inline:auto}.site-top{background:var(--panel);border-bottom:1px solid #191919;position:sticky;top:0;z-index:100}.header-row{min-height:82px;display:flex;align-items:center;gap:18px}.menu-toggle{width:44px;height:44px;flex:0 0 44px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:#171717;border:1px solid #2a2a2a;border-radius:5px;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;background:#fff;transition:transform .2s ease,opacity .2s ease}.menu-toggle:hover{border-color:var(--accent)}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.brand{font-size:35px;line-height:1;font-weight:900;letter-spacing:-2px;white-space:nowrap}.brand-site{color:#f4f4f4}.brand-filme{color:var(--accent)}.brand-hd{color:#e12727;margin-left:2px}.site-search{flex:1;max-width:650px;display:flex;height:46px;background:#2b2b2b;margin-left:8px}.site-search input{min-width:0;flex:1;border:0;background:#262626;color:#fff;padding:0 15px;font-size:16px;outline:none}.site-search button{width:84px;border:0;background:#3d3d3d;color:#fff;cursor:pointer;font-weight:700}.site-search button:hover{background:var(--accent);color:#001018}.category-drawer{position:fixed;z-index:220;left:0;top:0;bottom:0;width:min(330px,88vw);background:#0d0d0d;border-right:1px solid #2b2b2b;transform:translateX(-102%);transition:transform .22s ease;overflow-y:auto;box-shadow:8px 0 28px rgba(0,0,0,.45)}.category-drawer.open{transform:translateX(0)}.drawer-head{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #252525;color:#fff;text-transform:uppercase;font-size:16px}.drawer-close{width:38px;height:38px;border:0;background:transparent;color:#aaa;font-size:30px;line-height:1;cursor:pointer}.drawer-close:hover{color:#fff}.drawer-nav{padding:8px 0 24px}.main-nav{display:block;margin:0;padding:0;list-style:none}.main-nav li{border-bottom:1px solid #181818}.main-nav a{display:block;padding:11px 18px;color:#ddd;font-size:14px;text-transform:uppercase}.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--accent);background:#171717;padding-left:23px}.drawer-backdrop{position:fixed;z-index:210;inset:0;background:rgba(0,0,0,.66);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.drawer-backdrop.open{opacity:1;visibility:visible}body.drawer-open{overflow:hidden}.page-head{margin:8px 0 15px;border-bottom:1px solid #303030;padding:7px 10px}.page-head h1,.page-head h2{margin:0;color:#fff;font-size:20px}.movie-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px 8px}.movie-card{min-width:0;position:relative;background:#050505;box-shadow:0 0 3px #555;border-radius:6px;overflow:hidden}.movie-poster{aspect-ratio:2/3;background:#111;overflow:hidden;display:block}.movie-poster img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.movie-card:hover .movie-poster img{transform:scale(1.025)}.imdb-badge{position:absolute;top:8px;left:8px;padding:4px 7px;border-radius:4px;background:rgba(0,0,0,.78);color:#fff;font-weight:700;font-size:13px;border-left:3px solid var(--rating)}.imdb-badge b{color:var(--rating)}.movie-card-body{padding:7px 8px 9px}.movie-title{height:42px;overflow:hidden;color:#ddd;font-size:14px;font-weight:600}.movie-title:hover{color:var(--accent)}.movie-genres{height:19px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#777;font-size:12px;margin-top:2px}.pagination{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:24px 0}.pagination .page-numbers{padding:7px 11px;border:1px solid #333;background:#111;color:#aaa}.pagination .current,.pagination a:hover{color:#fff;border-color:var(--accent)}.single-title{color:#fff;font-size:22px;margin:10px 0;border-bottom:1px solid #303030;padding:8px 0}.film-hero{display:grid;grid-template-columns:250px 1fr;gap:16px;align-items:start}.film-cover{border-radius:6px;overflow:hidden;background:#111}.watch-jump{display:block;margin-top:8px;padding:11px;text-align:center;background:var(--accent);color:#001018;font-weight:800;border-radius:4px}.film-details{background:var(--panel2);padding:14px 16px;min-height:250px}.film-details p{margin:0 0 9px}.film-details strong{color:#fff}.film-description{font-size:15px;color:#bbb}.term-links a{color:var(--accent)}.player-zone{margin-top:18px;scroll-margin-top:18px}.server-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:9px}.server-button{border:1px solid #333;background:#151515;color:#ddd;padding:10px 14px;border-radius:4px;cursor:pointer;font-weight:700}.server-button:hover,.server-button.active{border-color:var(--accent);color:#001018;background:var(--accent)}.player-shell{position:relative;background:#090909;border:1px solid #202020;aspect-ratio:16/9;display:grid;place-items:center;overflow:hidden}.player-shell iframe,.player-shell video{width:100%;height:100%;border:0}.player-placeholder{color:#777;text-align:center;padding:20px}.player-loader{width:34px;height:34px;border:3px solid #333;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.trailer{margin-top:16px}.trailer iframe{width:100%;max-width:720px;aspect-ratio:16/9;height:auto;border:0}.meta-note{font-size:12px;color:#666}.comments-area{margin:24px 0;padding-top:10px;border-top:1px solid #252525}.comments-title{color:#fff}.comment-list{padding:0;list-style:none}.comment-body{background:#101010;margin:8px 0;padding:12px;border-radius:4px}.comment-author{color:#fff;font-weight:700}.comment-meta{font-size:12px;color:#666}.search-empty{padding:30px;text-align:center;color:#aaa}.site-footer{margin-top:35px;border-top:1px solid #202020;background:#0b0b0b;padding:24px 0;color:#666;text-align:center}.admin-hint{background:#171717;border-left:3px solid var(--accent);padding:10px 12px;margin:12px 0}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){.movie-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:820px){.header-row{min-height:66px}.brand{font-size:30px}.site-search{max-width:none}.movie-grid{grid-template-columns:repeat(3,1fr)}.film-hero{grid-template-columns:190px 1fr}}
@media(max-width:580px){.container{width:min(100% - 16px,var(--max))}.header-row{gap:9px;flex-wrap:wrap;padding:9px 0}.menu-toggle{width:40px;height:40px;flex-basis:40px}.brand{font-size:27px}.site-search{order:3;flex-basis:100%;height:42px;margin-left:0}.movie-grid{grid-template-columns:repeat(2,1fr);gap:10px 7px}.film-hero{grid-template-columns:1fr}.film-cover{max-width:260px;margin-inline:auto}.single-title{font-size:19px}.movie-title{font-size:13px}.server-button{flex:1 1 calc(33.33% - 7px);padding:10px 8px}}

.comment-form{max-width:760px}.comment-form label{display:block;color:#ddd;font-weight:700;margin-bottom:5px}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form textarea{width:100%;background:#111;border:1px solid #303030;color:#eee;border-radius:4px;padding:11px 12px;outline:none}.comment-form textarea{min-height:130px;resize:vertical}.comment-form input:focus,.comment-form textarea:focus{border-color:var(--accent)}.comment-form .submit{border:0;border-radius:4px;background:var(--accent);color:#001018;font-weight:800;padding:11px 18px;cursor:pointer}.comment-notes{color:#777;font-size:12px}.required{color:#e12727}
