.um-builder-wrapper{--um-bg-dark:#0f0f0f;--um-bg-light:#181818;--um-primary:#e50914;--um-text:#f5f5f5;--um-accent:#d4af37;background:var(--um-bg-dark);color:var(--um-text);font-family:sans-serif;padding:20px 0}.um-hero{position:relative;padding:100px 20px;background-size:cover;background-position:center;border-radius:20px;overflow:hidden;margin-bottom:40px}.um-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(15,15,15,.2),rgba(15,15,15,.9))}.um-hero-content{position:relative;z-index:2;text-align:center}.um-hero-title{color:#fff;font-size:2.5rem;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5)}.um-lore-grid{display:flex;flex-direction:column;gap:30px}.um-lore-card{background:var(--um-bg-light);border-radius:20px;border:1px solid rgba(229,9,20,.2);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.um-lore-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(229,9,20,.1)}.um-lore-image{width:100%;height:250px;object-fit:cover}.um-lore-content{padding:25px}.um-lore-title{color:var(--um-primary);margin-top:0;margin-bottom:15px;font-size:1.5rem}.um-lore-text{color:var(--um-text);line-height:1.6}@media (min-width:768px){.um-lore-card{flex-direction:row;align-items:stretch}.um-lore-image{width:40%;height:auto}.um-lore-content{width:60%;padding:40px}}