*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial;background:#121212;color:#e6e6e6}
.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#1f2f57;color:#fff;box-shadow:0 1px 0 rgba(255,255,255,0.06)}
.site-header h1{font-size:22px;margin:0;font-weight:700}
.site-header nav a{margin-right:12px;color:#d6e7ff;text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:12px 12px 24px}
.section{margin-top:14px}
.section-header{display:flex;align-items:center;justify-content:space-between;margin:6px 4px 10px}
.section-header h2{font-size:18px;margin:0}
.section-header a{color:#ffb74d;text-decoration:none;font-size:13px}
/* hero */
.hero{position:relative;border-radius:12px;overflow:hidden;background:#0d0d0d;height:220px;margin:8px 4px 14px}
.hero img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.85)}
.hero-info{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(0,0,0,0.45);backdrop-filter:saturate(140%) blur(2px);padding:10px;border-radius:10px}
.hero-title{margin:0 0 4px;font-size:16px;font-weight:700;color:#fff}
.hero-sub{margin:0;color:#e0e0e0;font-size:12px}
.dots{position:absolute;right:12px;bottom:12px;display:flex;gap:6px}
.dot{width:7px;height:7px;border-radius:50%;background:#777}
.dot.active{background:#ffb74d}
/* horizontal scroller */
.hscroll{display:flex;gap:12px;overflow-x:auto;padding:2px 4px 10px;scroll-snap-type:x mandatory}
.hscroll::-webkit-scrollbar{height:6px}
.hscroll::-webkit-scrollbar-thumb{background:#2b2b2b;border-radius:999px}
.card{border:1px solid rgba(255,255,255,0.06);border-radius:10px;overflow:hidden;background:#1a1a1a}
.card--h{min-width:150px;max-width:150px;scroll-snap-align:start}
.card--h img{width:150px;height:95px;object-fit:cover;background:#0f0f0f}
.card-body{padding:8px}
.card-body h3{font-size:14px;margin:0 0 2px;color:#fff}
.card-body p{margin:0;color:#bdbdbd;font-size:12px}
/* chips for categories */
.chip{display:inline-flex;flex-direction:column;min-width:130px;max-width:130px;border:1px solid rgba(255,255,255,0.06);border-radius:10px;margin:0;background:#1a1a1a;text-decoration:none;color:#fff;overflow:hidden}
.chip img{width:130px;height:78px;object-fit:cover}
.chip span{padding:8px;font-size:13px}
/* grid for all categories */
.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.cat-card{display:block;background:#1a1a1a;border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:10px;text-decoration:none;color:#fff;box-shadow:0 1px 0 rgba(0,0,0,0.25)}
.cat-thumb{width:100%;height:120px;border-radius:8px;object-fit:cover;background:#0f0f0f}
.cat-title{margin:8px 6px 4px;font-weight:700;color:#fff}
.cat-meta{margin:0 6px 6px;color:#bdbdbd;font-size:12px}
.cat-star{height:18px;display:flex;align-items:center;justify-content:center;color:#9aa1a9}
/* utility */
.muted{color:#9aa1a9;font-size:12px}
.success{color:#7ddc7d}
.error{color:#ff6b6b}
label{display:block;margin-top:10px;margin-bottom:4px}
input[type="text"],input[type="password"],input[type="email"],input[type="search"]{width:100%;padding:10px;border:1px solid #2a2a2a;border-radius:8px;background:#0f0f0f;color:#e6e6e6}
button{padding:8px 12px;border:1px solid #2a2a2a;background:#233b6d;color:#fff;border-radius:8px;cursor:pointer}
button:hover{background:#294786}
