:root{--site-shadow:0 18px 45px rgba(85,56,28,.13)}body{font-family:Inter,"Noto Sans SC","Microsoft YaHei",sans-serif}.site-header{border-bottom:1px solid rgba(231,221,205,.7)}.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#d97706,#ca8a04);color:#fff;box-shadow:0 10px 24px rgba(180,83,9,.28);font-size:18px}.brand-icon.small{width:36px;height:36px;border-radius:10px;font-size:14px}.mobile-menu:not(.hidden){display:block}.hero-carousel{background:radial-gradient(circle at 20% 20%,#92400e 0,#1c1917 36%,#0c0a09 100%)}.hero-slide{pointer-events:none;background:linear-gradient(135deg,#1c1917,#78350f)}.hero-slide.is-active{pointer-events:auto;opacity:1}.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-ghost-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;color:#fff;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22);font-weight:600;transition:.25s}.hero-ghost-button:hover{background:rgba(255,255,255,.25)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:12;width:48px;height:48px;border-radius:999px;background:rgba(0,0,0,.34);color:white;font-size:34px;line-height:1;backdrop-filter:blur(8px);transition:.25s}.hero-arrow:hover{background:rgba(0,0,0,.54)}.hero-prev{left:1rem}.hero-next{right:1rem}.hero-dots{position:absolute;left:50%;bottom:2rem;transform:translateX(-50%);z-index:12;display:flex;gap:.5rem}.hero-dot{height:4px;width:18px;border-radius:99px;background:rgba(255,255,255,.52);transition:.25s}.hero-dot.is-active{width:34px;background:#fff}.hero-search-form{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center}.hero-search-form input,.filter-input{width:100%;border:1px solid #e7dcc8;border-radius:14px;background:#fff;padding:14px 16px;color:#503f35;outline:none;transition:.2s}.hero-search-form input:focus,.filter-input:focus{border-color:#d97706;box-shadow:0 0 0 4px rgba(217,119,6,.12)}.hero-search-form button{border-radius:999px;background:linear-gradient(135deg,#d97706,#ea580c);color:#fff;font-weight:700;padding:14px 28px;box-shadow:0 12px 30px rgba(217,119,6,.22)}.hero-search-form a{border-radius:999px;background:#fff7ed;color:#9a3412;font-weight:700;padding:14px 22px;text-align:center}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-heading p{font-size:.78rem;letter-spacing:.16em;color:#d97706;font-weight:800;margin-bottom:.25rem}.section-heading h2{font-size:2rem;line-height:1.15;font-weight:800;color:#2f241d}.section-link{color:#d97706;font-weight:700}.movie-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.movie-grid.featured{grid-template-columns:repeat(1,minmax(0,1fr))}.movie-grid.small,.movie-grid.latest,.movie-grid.category-list,.movie-grid.search-list{grid-template-columns:repeat(2,minmax(0,1fr))}.movie-card{height:100%;transform:translateY(0)}.movie-card:hover{transform:translateY(-4px)}.cover-frame{height:15rem;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--accent,#b45309),#292524)}.movie-card-large .cover-frame{height:20rem}.cover-frame:before,.cover-frame-mini:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.28),transparent 34%),linear-gradient(135deg,var(--accent,#b45309),#1c1917);z-index:0}.cover-frame img,.cover-frame-mini img{position:relative;z-index:1}.cover-frame>div,.cover-frame>span,.cover-frame-mini>div{z-index:2}.cover-frame-mini{background:linear-gradient(135deg,var(--accent,#b45309),#292524)}.movie-one-line{min-height:2.5rem}.popular-grid{display:grid;grid-template-columns:1fr;gap:1rem}.editor-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.editor-card{position:relative;height:24rem;border-radius:1rem;overflow:hidden;display:block;box-shadow:0 20px 40px rgba(0,0,0,.16);background:linear-gradient(135deg,#78350f,#292524)}.editor-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.editor-card:hover img{transform:scale(1.05)}.editor-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.44),transparent)}.editor-badge{position:absolute;top:1rem;left:1rem;width:48px;height:48px;border-radius:999px;background:#d97706;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800}.editor-content{position:absolute;left:0;right:0;bottom:0;padding:1.5rem;color:#fff}.editor-content span{display:inline-flex;padding:.25rem .75rem;border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(8px);font-size:.85rem;margin-bottom:.75rem}.editor-content h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.editor-content p{color:#fdebd2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rank-list{background:#fff;border-radius:1rem;box-shadow:var(--site-shadow);overflow:hidden}.rank-row{display:grid;grid-template-columns:64px 1fr auto;gap:1rem;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f1e7d7;transition:.2s}.rank-row:hover{background:#fff7ed}.rank-row:last-child{border-bottom:0}.rank-number{font-size:1.1rem;font-weight:900;color:#d97706}.rank-title{font-weight:700;color:#2f241d;transition:.2s}.rank-meta{font-size:.9rem;color:#7c6b5f}.category-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.category-cover{height:12rem;display:flex;align-items:end;padding:1.25rem;color:#fff;font-size:1.8rem;font-weight:900;position:relative}.category-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.category-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.category-cover span{position:relative;z-index:2}.category-sample-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.category-sample-links a{padding:.35rem .65rem;border-radius:999px;background:#fff7ed;color:#9a3412;font-size:.85rem}.category-more{font-weight:800;color:#d97706}.filter-panel{position:relative}.searchable-card.hidden{display:none}.empty-state{padding:4rem 1rem;text-align:center;color:#7c6b5f;background:#fff;border-radius:1rem;box-shadow:var(--site-shadow)}.page-hero{position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-120px;top:-120px;width:320px;height:320px;border-radius:999px;background:rgba(255,255,255,.16)}.breadcrumb{display:flex;gap:.6rem;align-items:center;color:#fdebd2;flex-wrap:wrap}.breadcrumb a{color:#fff}.detail-top{background:linear-gradient(135deg,#1c1917,#78350f)}video{display:block}.cta-section{position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;left:-60px;bottom:-120px;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.08)}@media (min-width:640px){.movie-grid.featured{grid-template-columns:repeat(2,minmax(0,1fr))}.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid.small,.movie-grid.latest,.movie-grid.category-list,.movie-grid.search-list{grid-template-columns:repeat(4,minmax(0,1fr))}.movie-grid.featured{grid-template-columns:repeat(4,minmax(0,1fr))}.popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.movie-grid.category-list,.movie-grid.search-list{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:767px){.hero-search-form{grid-template-columns:1fr}.hero-arrow{display:none}.section-heading{align-items:flex-start;flex-direction:column}.rank-row{grid-template-columns:48px 1fr}.rank-meta{grid-column:2}.cover-frame{height:12rem}.movie-card-large .cover-frame{height:16rem}}