*{margin:0;padding:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}body{font-family:"Poppins",sans-serif;background:linear-gradient(135deg, #f8e8c8, #e0c3a7);color:#5a4631;display:flex;justify-content:center;align-items:center;height:100vh;text-align:center;overflow:hidden}.container{max-width:800px;padding:2rem;border:1px solid rgba(90,70,49,.2);border-radius:10px;background:rgba(255,245,230,.9);box-shadow:0 10px 30px rgba(90,70,49,.2);backdrop-filter:blur(8px)}h1{font-size:2.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.1rem;color:#8b5a2b;}h1:after{content:"";display:block;margin:1rem auto 0;width:80px;height:3px;background:linear-gradient(90deg, #d1a36b, #8b5a2b);border-radius:5px}@media (max-width: 768px){h1{font-size:2rem}h1:after{width:60px}}.details{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1rem 2rem;padding:1.5rem 0 0;opacity:.85}.faded{opacity:.7}