@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');
body{font-family:Inter,system-ui,sans-serif}
.btn-red{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;background:#dc2626;padding:.8rem 1.15rem;font-weight:900;color:#fff;transition:.25s;box-shadow:0 0 0 rgba(220,38,38,0)}
.btn-red:hover{background:#ef4444;transform:translateY(-1px);box-shadow:0 0 28px rgba(220,38,38,.45)}
.btn-glass{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);padding:.8rem 1.15rem;font-weight:800;color:#fff;backdrop-filter:blur(14px);transition:.25s}
.btn-glass:hover{background:rgba(255,255,255,.16)}
.badge,.tag{border-radius:.4rem;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);padding:.35rem .55rem;font-size:.78rem;font-weight:800;color:#e5e7eb}
.tag:hover{border-color:rgba(220,38,38,.65);color:#fff}
.input{margin-top:.35rem;width:100%;border-radius:.5rem;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);padding:.75rem .85rem;color:#fff;outline:none}
.field-label{display:block;font-size:.86rem;font-weight:700;color:#d4d4d8}
.field-label .input{display:block}
.input option{background:#18181b;color:#fff}
.input option:checked,.input option:hover{background:#dc2626;color:#fff}
.input:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.2)}
.admin-link{border-radius:.5rem;padding:.75rem .85rem}
.admin-link:hover{background:rgba(255,255,255,.08);color:#fff}
.scrollbar-hide::-webkit-scrollbar{display:none}
.scrollbar-hide{scrollbar-width:none}
.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.blog-body h2{margin:2rem 0 .75rem;font-size:1.6rem;font-weight:900;color:#fff}
.blog-body h3{margin:1.5rem 0 .6rem;font-size:1.25rem;font-weight:900;color:#fff}
.blog-body p{margin:.9rem 0;color:#e4e4e7}
.blog-body ul{margin:1rem 0;padding-left:1.25rem;list-style:disc}
.blog-body li{margin:.45rem 0;color:#e4e4e7}
.blog-body a{color:#ef4444;text-decoration:none;font-weight:800}
.blog-body a:hover{color:#f87171}
.pulse{animation:pulse-red 1.8s infinite}
.movie-card{width:150px!important;min-width:150px!important;max-width:150px!important;flex:0 0 150px!important}
@media (min-width:768px){.movie-card{width:170px!important;min-width:170px!important;max-width:170px!important;flex-basis:170px!important}}
@media (min-width:1200px){.movie-card{width:180px!important;min-width:180px!important;max-width:180px!important;flex-basis:180px!important}}
@keyframes pulse-red{0%,100%{box-shadow:0 0 0 0 rgba(220,38,38,.55)}50%{box-shadow:0 0 0 12px rgba(220,38,38,0)}}
