html:has(.brand-home){overflow:visible !important;height:auto;min-height:100%}body:has(.brand-home){overflow:visible !important;overflow-x:clip !important;height:auto;min-height:100%}.brand-header{position:sticky;top:0;z-index:100;background:var(--bg-primary, #fff);border-bottom:1px solid var(--border-color, #e5e5e5);transition:box-shadow .2s}.brand-header.scrolled{box-shadow:0 2px 8px rgba(0,0,0,.06)}.brand-header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.brand-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text-primary, #1a1a1a)}.brand-logo-text{font-family:"Nunito Sans",sans-serif;font-weight:800;font-size:22px;letter-spacing:-0.5px}.brand-nav{display:flex;align-items:center;gap:8px}.brand-nav-item{padding:8px 16px;border-radius:8px;text-decoration:none;color:var(--text-secondary, #666);font-size:14px;font-weight:600;transition:background .15s,color .15s;cursor:pointer}.brand-nav-item:hover{background:var(--bg-hover, #f5f5f5);color:var(--text-primary, #1a1a1a)}.brand-header-right{display:flex;align-items:center;gap:12px}.brand-theme-toggle{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:var(--text-secondary, #666);display:flex;align-items:center}.brand-theme-toggle:hover{background:var(--bg-hover, #f5f5f5)}.hero-section{padding:80px 24px 60px;text-align:center;max-width:1200px;margin:0 auto}.hero-title{font-family:"Nunito Sans",sans-serif;font-size:48px;font-weight:900;line-height:1.2;margin-bottom:16px;color:var(--text-primary, #1a1a1a)}@media(max-width: 768px){.hero-title{font-size:32px}}.hero-subtitle{font-size:18px;color:var(--text-secondary, #666);max-width:600px;margin:0 auto 48px;line-height:1.6}@media(max-width: 768px){.hero-subtitle{font-size:16px;margin-bottom:32px}}.hero-entries{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:800px;margin:0 auto}@media(max-width: 640px){.hero-entries{grid-template-columns:1fr;gap:16px}}.hero-entry{display:flex;flex-direction:column;align-items:center;padding:32px 24px;border-radius:16px;text-decoration:none;color:var(--text-primary, #1a1a1a);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.hero-entry--image{background:linear-gradient(135deg, #FFF5EE 0%, #FFE8D6 100%);border:1px solid #f0d4b8}.hero-entry--video{background:linear-gradient(135deg, #F0F4FF 0%, #E0E8FF 100%);border:1px solid #c8d4f0}.hero-entry:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.hero-entry-visual{width:120px;height:120px;margin-bottom:16px;border-radius:12px;overflow:hidden;background:var(--bg-tertiary, #f0f0f0)}.hero-entry-visual img{width:100%;height:100%;object-fit:cover}.hero-entry-title{font-size:20px;font-weight:800;margin-bottom:8px}.hero-entry-desc{font-size:14px;color:var(--text-secondary, #666);line-height:1.5}.hero-entry-arrow{position:absolute;top:16px;right:16px;color:var(--text-tertiary, #999)}.featured-section{padding:60px 24px;max-width:1200px;margin:0 auto}.section-title{font-family:"Nunito Sans",sans-serif;font-size:28px;font-weight:800;margin-bottom:32px;color:var(--text-primary, #1a1a1a);text-align:center}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:16px}@media(max-width: 640px){.featured-grid{grid-template-columns:repeat(2, 1fr);gap:12px}}.featured-card{border-radius:12px;overflow:hidden;text-decoration:none;color:var(--text-primary, #1a1a1a);background:var(--bg-secondary, #fafafa);border:1px solid var(--border-color, #e5e5e5);transition:transform .15s,box-shadow .15s}.featured-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.06)}.featured-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--bg-tertiary, #f0f0f0)}.featured-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.featured-card:hover .featured-card-img img{transform:scale(1.05)}.featured-card-info{padding:12px;display:flex;align-items:center;gap:8px}.featured-card-name{font-size:14px;font-weight:700;flex:1}.featured-tag{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.featured-tag.hot{background:#ff6b35;color:#fff}.featured-tag.new{background:#4caf50;color:#fff}.featured-tag.free{background:#2196f3;color:#fff}.plaza-preview-section{padding:60px 24px 80px;max-width:1200px;margin:0 auto}.plaza-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.plaza-preview-header .section-title{margin-bottom:0;text-align:left}.plaza-view-all{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:#d4885c;text-decoration:none}.plaza-view-all:hover{color:#c07748}.brand-footer{background:var(--bg-secondary, #fafafa);border-top:1px solid var(--border-color, #e5e5e5);padding:48px 24px 24px}.brand-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:32px;margin-bottom:32px}.brand-footer-title{font-size:14px;font-weight:700;margin-bottom:12px;color:var(--text-primary, #1a1a1a)}.brand-footer-links{list-style:none;padding:0;margin:0}.brand-footer-links li{margin-bottom:8px}.brand-footer-links a{font-size:13px;color:var(--text-secondary, #666);text-decoration:none}.brand-footer-links a:hover{color:#d4885c}.brand-footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid var(--border-color, #e5e5e5);font-size:12px;color:var(--text-tertiary, #999);text-align:center}[data-theme=dark] .brand-header{background:var(--bg-primary, #1a1a1a);border-bottom-color:var(--border-color, #333)}[data-theme=dark] .hero-entry--image{background:linear-gradient(135deg, #2a2018 0%, #332818 100%);border-color:#443020}[data-theme=dark] .hero-entry--video{background:linear-gradient(135deg, #1a1e2a 0%, #202840 100%);border-color:#303848}[data-theme=dark] .brand-footer{background:var(--bg-secondary, #111)}@media(max-width: 768px){.brand-nav{display:none}.brand-header-inner{padding:0 16px;height:56px}.hero-section{padding:48px 16px 40px}.featured-section,.plaza-preview-section{padding:40px 16px}}