
:root{--bg:#f7f1dd;--surface:#fffdf7;--surface2:#fff8e8;--ink:#161616;--muted:#655d50;--line:#e0c467;--gold:#efb10a;--shadow:0 14px 40px rgba(35,26,0,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#fbf7ea 0%,var(--bg) 100%);color:var(--ink)}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.container{width:min(1200px,calc(100% - 28px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(252,248,236,.94);backdrop-filter:blur(10px);border-bottom:2px solid rgba(224,196,103,.85)}
.site-header-inner{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand img{width:56px;height:56px;object-fit:cover;border-radius:18px;border:3px solid #fff4ca;box-shadow:var(--shadow);background:#fff6db}
.brand-title{font-size:1.5rem;font-weight:900;text-transform:uppercase;line-height:1;letter-spacing:.02em}
.brand-tagline{color:var(--muted);font-size:.95rem;margin-top:4px}
.search-wrap{display:flex;justify-content:center}
.search-box{width:min(520px,100%);display:flex;align-items:center;background:#fffdf8;border:2px solid rgba(224,196,103,.95);border-radius:999px;padding:10px 16px}
.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:1rem}
.nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.nav a{padding:12px 16px;border-radius:999px;font-weight:800}.nav a.active,.nav a:hover{background:#f4e6ab}
.hero{padding:24px 0 12px}.hero-card{overflow:hidden;border:3px solid #e9b40c;border-radius:30px;background:linear-gradient(180deg,#f5d46f 0%,#f2c954 100%);box-shadow:var(--shadow)}
.hero-banner{height:190px;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,0))}
.hero-banner img{width:100%;height:100%;object-fit:cover}.hero-content{display:grid;grid-template-columns:112px 1fr;gap:26px;align-items:center;padding:26px 28px 30px;background:linear-gradient(180deg,#fbf2d2 0%,#fbf6e6 100%)}
.hero-avatar{width:112px;height:112px;border-radius:24px;object-fit:cover;border:6px solid #fff5d5;background:#fff1c3;box-shadow:var(--shadow)}
.hero-copy h1{margin:0 0 10px;font-size:clamp(2rem,5vw,3.8rem);line-height:.95;text-transform:uppercase}
.hero-copy p{margin:0;color:#2f2a1f;font-size:1.12rem;max-width:830px}.hero-mini{font-size:1.08rem;max-width:860px;color:#2f2a1f}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}
.section{padding:18px 0 8px}.section-title{font-size:clamp(1.65rem,3vw,2.25rem);margin:0 0 8px}.section-subtitle{margin:0 0 18px;color:var(--muted);font-size:1.03rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:16px;font-weight:800;border:2px solid var(--ink);background:#fffef9}
.btn.primary{background:var(--gold);border-color:#c58f00}.btn.red{background:#fff4f3;border-color:#efb6b0}
.featured-slider,.video-carousel,.search-strip{display:flex;gap:16px;overflow:auto;padding-bottom:6px;scroll-snap-type:x proximity}
.feature-card,.video-card,.theme-card,.set-card,.copy-card,.link-card{background:var(--surface);border:2px solid rgba(224,196,103,.9);border-radius:24px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.feature-card,.video-card{min-width:290px;max-width:320px;scroll-snap-align:start}
.feature-card{padding:20px;position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;right:-18px;bottom:-20px;width:110px;height:110px;border-radius:28px;background:linear-gradient(135deg,rgba(239,177,10,.22),rgba(239,177,10,0));transform:rotate(18deg)}
.feature-card h3,.video-card h3,.theme-card h3,.set-card h3{margin:10px 0 6px;font-size:1.35rem;line-height:1.08}
.feature-card p,.video-card p,.theme-card p,.set-card p,.copy-card p,.link-card p{margin:0;color:var(--muted)}
.theme-grid,.set-grid,.two-col{display:grid;gap:18px}.theme-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.theme-card,.set-card,.copy-card,.link-card{padding:20px}
.theme-count,.pill{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;background:#f7e4a0;border:1px solid #d8b545;font-weight:800}
.video-card{overflow:hidden}.video-thumb{aspect-ratio:16/9;background:#f5e7b5;overflow:hidden}.video-thumb img{width:100%;height:100%;object-fit:cover}.video-body{padding:16px}
.kicker{color:var(--muted);text-transform:uppercase;font-weight:800;letter-spacing:.06em;font-size:.84rem}.button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.search-chip{background:#fff9e6;border:2px solid rgba(224,196,103,.9);padding:12px 15px;border-radius:999px;font-weight:800;white-space:nowrap}
.two-col{grid-template-columns:1.15fr .85fr;align-items:start}.page-hero{padding:24px 0 8px}.breadcrumbs{color:var(--muted);font-size:.95rem;margin-bottom:10px}
.content-card{background:var(--surface);border:2px solid rgba(224,196,103,.85);border-radius:24px;padding:24px;box-shadow:0 5px 18px rgba(0,0,0,.03)}
.video-wrap{margin-top:18px;position:relative;padding-top:56.25%;overflow:hidden;border-radius:20px;border:2px solid rgba(224,196,103,.9);background:#fff7d8}
.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.meta-list{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.meta-item{background:var(--surface2);border:1px solid rgba(224,196,103,.8);border-radius:16px;padding:14px}
.footer{padding:26px 0 42px;color:var(--muted)}.footer-inner{border-top:2px solid rgba(224,196,103,.95);padding-top:18px;display:grid;gap:18px}.footer-main{display:grid;gap:10px}
.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:44px;height:44px;border-radius:14px;background:#fff6db;border:2px solid #f3d269}.footer-links{display:flex;gap:16px;flex-wrap:wrap;font-weight:800}.small{font-size:.94rem}
@media (max-width:980px){.site-header-inner{grid-template-columns:1fr}.hero-content{grid-template-columns:1fr}.theme-grid,.set-grid,.two-col,.meta-list{grid-template-columns:1fr 1fr}}
@media (max-width:680px){.container{width:min(100%,calc(100% - 18px))}.hero-banner{height:112px}.hero-content{padding:18px;gap:16px}.hero-avatar{width:86px;height:86px;border-width:5px}.theme-grid,.set-grid,.two-col,.meta-list{grid-template-columns:1fr}.brand-title{font-size:1.2rem}}
