@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6}.app-container{min-height:100vh}.app-container header{background:#fff;padding:1.5rem;box-shadow:0 2px 4px #0000001a;text-align:center}.app-container header h1{font-size:2rem;font-weight:600;color:#2c1c34}.app-container main{padding:2rem 1rem}
