.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff8f0,#fff5e8,#fffbf5)}.main-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:100vh}.hero-section{text-align:center;max-width:800px;width:100%;animation:fadeIn 1.2s ease-in}.logo-container{margin-bottom:3rem;display:flex;justify-content:center;align-items:center}.logo-image{max-width:400px;width:100%;height:auto;display:block;filter:drop-shadow(0 4px 12px rgba(255,140,0,.15));animation:gentleFloat 6s ease-in-out infinite}.hero-text{font-size:3.5rem;font-weight:300;color:#8b4513;margin:0;letter-spacing:.02em;line-height:1.3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;animation:fadeInUp 1.2s ease-out .3s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.main-content{padding:1.5rem}.logo-image{max-width:280px}.hero-text{font-size:2.5rem}.logo-container{margin-bottom:2rem}}@media (max-width: 480px){.logo-image{max-width:240px}.hero-text{font-size:2rem}}*{box-sizing:border-box;margin:0;padding:0}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}
