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:60px 24px 48px;text-align:center;max-width:1200px;margin:0 auto}.hero-title{font-family:"Nunito Sans",sans-serif;font-size:44px;font-weight:900;line-height:1.2;margin-bottom:12px;color:var(--text-primary, #1a1a1a)}@media(max-width: 768px){.hero-title{font-size:28px}}.hero-subtitle{font-size:16px;color:var(--text-secondary, #666);max-width:560px;margin:0 auto 36px;line-height:1.5}@media(max-width: 768px){.hero-subtitle{font-size:14px;margin-bottom:24px}}.hero-entries{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:0 auto}@media(max-width: 640px){.hero-entries{grid-template-columns:1fr;gap:12px}}.hero-entry{display:block;border-radius:16px;text-decoration:none;position:relative;overflow:hidden;aspect-ratio:4/3;transition:transform .2s,box-shadow .2s}.hero-entry:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.hero-entry:hover .hero-entry-bg{transform:scale(1.05)}.hero-entry-bg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.hero-entry-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);display:flex;align-items:center;justify-content:space-between}.hero-entry-title{font-size:20px;font-weight:800;color:#fff;margin:0}@media(max-width: 640px){.hero-entry-title{font-size:18px}}.hero-entry-arrow{color:#fff;opacity:.8}.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-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}.brand-home .brand-header-user{display:flex;align-items:center;gap:8px}.brand-home .navbar-login{padding:6px 14px;font-size:13px;white-space:nowrap}.brand-home .navbar-user{padding:6px 12px;font-size:13px;white-space:nowrap}.brand-home .navbar-user-avatar{position:relative}.brand-home .user-avatar-area{width:32px;height:32px;cursor:pointer}.brand-home .user-avatar-area img{width:32px;height:32px;border-radius:50%;object-fit:cover}.brand-home .avatar-pop{display:none;position:absolute;top:40px;right:0;background:var(--bg-primary, #fff);border:1px solid var(--border-color, #e5e5e5);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:140px;z-index:200;padding:4px 0}.brand-home .avatar-pop--open{display:block}.brand-home .avatar-pop-item{padding:8px 16px;font-size:13px;cursor:pointer;white-space:nowrap}.brand-home .avatar-pop-item a{text-decoration:none;color:var(--text-primary, #1a1a1a)}.brand-home .avatar-pop-item:hover{background:var(--bg-hover, #f5f5f5)}.featured-card{position:relative}.featured-card-info{position:absolute;bottom:0;left:0;right:0;padding:8px 10px;background:linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, transparent 100%);border-radius:0 0 12px 12px}.featured-card-name{color:#fff}.featured-tag{font-size:9px}.featured-card-img{aspect-ratio:1}.plaza-preview-section .plaza-grid:empty,.plaza-preview-section .plaza-grid:not(:has(.plaza-card)){display:none}.plaza-preview-section .plaza-loading:only-child{padding:16px}[data-theme=dark] .brand-header{background:var(--bg-primary, #1a1a1a);border-bottom-color:var(--border-color, #333)}[data-theme=dark] .brand-footer{background:var(--bg-secondary, #111)}[data-theme=dark] .brand-home .avatar-pop{background:var(--bg-primary, #222);border-color:var(--border-color, #444)}@media(max-width: 768px){.brand-nav{display:none}.brand-header-inner{padding:0 16px;height:56px}.hero-section{padding:40px 16px 32px}.hero-title{font-size:26px;margin-bottom:8px}.hero-subtitle{font-size:13px;margin-bottom:20px}.featured-section{padding:32px 12px}.featured-grid{gap:8px}.featured-card-info{padding:6px 8px}.featured-card-name{font-size:12px}.plaza-preview-section{padding:32px 16px 48px}.brand-footer-inner{grid-template-columns:repeat(2, 1fr);gap:24px}}