:root{color-scheme:dark;--bg: #090b10;--panel: #141821;--panel-strong: #1d2430;--text: #f6f7fb;--muted: #a7b0bf;--line: rgba(255, 255, 255, .1);--accent: #f2c14e;--accent-2: #44d7b6;--danger: #ff6b6b;--success: #53d88a}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(68,215,182,.14),transparent 34rem),linear-gradient(135deg,#090b10,#151924 48%,#0b1015);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px;padding:0 5vw;border-bottom:1px solid var(--line);background:#090b10db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.topbar nav,.eyebrow,.open-link,.primary-action,.ghost-action,.meta-row{display:flex;align-items:center}.brand{gap:.75rem;font-weight:800;letter-spacing:0}.brand-mark,.admin-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:var(--accent);color:#17120a}.topbar nav{gap:.6rem}.topbar nav a{padding:.75rem .85rem;color:var(--muted)}main{width:min(1180px,90vw);margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:end;gap:2rem;min-height:390px;padding:4.5rem 0 2.5rem}.hero-copy h1,.detail-copy h1,.admin-heading h1{margin:0;letter-spacing:0;line-height:1.03}.hero-copy h1{max-width:880px;font-size:clamp(2.4rem,6vw,5.6rem)}.hero-copy p{max-width:700px;color:var(--muted);font-size:1.08rem;line-height:1.7}.eyebrow{gap:.45rem;width:fit-content;margin-bottom:1rem;color:var(--accent-2);font-weight:750}.hero-panel{display:grid;gap:.4rem;padding:1.2rem;border:1px solid var(--line);border-radius:8px;background:#141821c7}.hero-panel strong{font-size:3rem}.hero-panel span,.movie-card p,.full,.short,.modal p{color:var(--muted)}.browse-tools{display:grid;gap:1rem;margin:0 0 1.4rem}.searchbox{display:flex;align-items:center;gap:.7rem;min-height:54px;padding:0 1rem;border:1px solid var(--line);border-radius:8px;background:#141821d1}.searchbox input,.admin-card input,.post-form input,.post-form textarea,.post-form select{width:100%;border:1px solid var(--line);border-radius:8px;background:#0d1119;color:var(--text);outline:none}.searchbox input{border:0;background:transparent;min-height:52px}.chips{display:flex;flex-wrap:wrap;gap:.65rem}.chip{min-height:38px;padding:0 .95rem;border:1px solid var(--line);border-radius:999px;background:#141821a3;color:var(--muted)}.chip.active,.primary-action{border-color:transparent;background:var(--accent);color:#17120a;font-weight:800}.movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;padding-bottom:4rem}.pagination{grid-column:1 / -1;display:flex;justify-content:center;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.page-button{min-width:42px;min-height:40px;padding:0 .85rem;border:1px solid var(--line);border-radius:8px;background:#141821c2;color:var(--text)}.page-button.active{border-color:transparent;background:var(--accent);color:#17120a;font-weight:850}.page-button:disabled{cursor:not-allowed;opacity:.45}.movie-card{overflow:hidden;min-height:100%;border:1px solid var(--line);border-radius:8px;background:#141821d1;transition:transform .16s ease,border-color .16s ease}.movie-card:hover{transform:translateY(-3px);border-color:#f2c14e99}.movie-card img{width:100%;aspect-ratio:2 / 3;object-fit:cover;background:#171b24}.movie-card-body{display:grid;gap:.55rem;padding:1rem}.tag{width:fit-content;padding:.28rem .55rem;border-radius:6px;background:#44d7b624;color:var(--accent-2);font-size:.78rem;font-weight:850}.movie-card h2{margin:0;font-size:1.05rem}.movie-card p{margin:0;line-height:1.55}.open-link{gap:.4rem;color:var(--accent);font-weight:800}.grid-state,.detail-state{display:grid;place-items:center;min-height:320px;color:var(--muted)}.detail-page{padding:3rem 0 5rem}.detail-layout{display:grid;grid-template-columns:minmax(260px,380px) minmax(0,1fr);gap:2.2rem;align-items:start}.detail-poster{width:100%;border-radius:8px;object-fit:cover;box-shadow:0 30px 70px #00000057}.detail-copy{display:grid;gap:1rem}.detail-copy h1{font-size:clamp(2.1rem,5vw,4.8rem)}.short,.full{line-height:1.75}.short{font-size:1.1rem}.meta-row{gap:.7rem;flex-wrap:wrap}.meta-row span{padding:.55rem .75rem;border:1px solid var(--line);border-radius:8px;color:var(--muted)}.primary-action,.ghost-action{justify-content:center;gap:.5rem;min-height:46px;width:fit-content;padding:0 1.05rem;border-radius:8px}.ghost-action{border:1px solid var(--line);background:#141821a6;color:var(--text)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:1rem;background:#000000b8}.modal,.admin-card{width:min(440px,100%);padding:1.4rem;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.modal h2,.admin-card h1{margin:0 0 .5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.admin-shell{display:grid;place-items:center;min-height:calc(100vh - 72px)}.admin-card{display:grid;gap:.9rem}.admin-card input,.post-form input,.post-form textarea,.post-form select{min-height:48px;padding:.8rem .9rem}.post-form textarea{min-height:130px;resize:vertical}.admin-dashboard{padding:3rem 0 5rem}.admin-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.admin-heading h1{font-size:clamp(2rem,4vw,3.6rem)}.post-form{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.25rem;padding:1rem;border:1px solid var(--line);border-radius:8px;background:#141821d1}.poster-picker{display:grid;place-items:center;overflow:hidden;min-height:480px;border:1px dashed rgba(255,255,255,.22);border-radius:8px;background:#0d1119;color:var(--muted);cursor:pointer}.poster-picker span{display:grid;place-items:center;gap:.7rem}.poster-picker img{width:100%;height:100%;object-fit:cover}.poster-picker input{display:none}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.form-grid textarea,.wide{grid-column:1 / -1}.send-button{grid-column:2;justify-self:end}.notice{margin:0;padding:.8rem .9rem;border-radius:8px}.notice.error{background:#ff6b6b1f;color:var(--danger)}.notice.success{background:#53d88a1f;color:var(--success)}@media(max-width:840px){.topbar{padding:0 1rem}main{width:min(100% - 2rem,1180px)}.hero,.detail-layout,.post-form{grid-template-columns:1fr}.hero{min-height:auto;padding-top:2.6rem}.hero-panel{width:100%}.admin-heading{align-items:flex-start;flex-direction:column}.poster-picker{min-height:360px}.send-button{grid-column:1;justify-self:stretch;width:100%}}@media(max-width:560px){.brand span:last-child{display:none}.topbar nav a{padding-inline:.5rem}.form-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions button,.primary-action,.ghost-action{width:100%}}
