*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Malgun Gothic,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px;color:#333}.app{max-width:1400px;margin:0 auto}.container{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:40px;margin-bottom:20px}header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:3px solid #667eea}header h1{font-size:2.5em;color:#667eea;margin-bottom:10px}.subtitle{color:#666;font-size:1.1em}@media (max-width:768px){.container{padding:20px}header h1{font-size:1.8em}}