.home-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.container{max-width:800px;width:100%;text-align:center}.logo{max-width:200px;width:100%;height:auto;margin-bottom:40px;animation:fadeIn 1s ease-in}h1{font-size:3rem;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeIn 1.2s ease-in}.subtitle{font-size:1.5rem;color:#aaa;margin-bottom:40px;animation:fadeIn 1.4s ease-in}.description{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeIn 1.6s ease-in}.links{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;margin-top:50px;animation:fadeIn 1.8s ease-in}.link{color:#fff;text-decoration:none;padding:12px 30px;border:2px solid #ffffff;border-radius:30px;transition:all .3s ease;font-size:1rem;display:inline-block}.link:hover{background-color:#fff;color:#000;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){h1{font-size:2rem}.subtitle{font-size:1.2rem}.description{font-size:1rem}.links{flex-direction:column;align-items:center}.link{width:100%;max-width:300px}}.policy-container{min-height:100vh;padding:20px}.container{max-width:900px;margin:0 auto;padding:40px 20px}.header{text-align:left;margin-bottom:50px}.logo{max-width:150px;width:100%;height:auto;margin-bottom:20px}h1{font-size:2.5rem;margin-bottom:10px;color:#fff}.back-link{display:inline-block;color:#fff;text-decoration:none;margin-bottom:30px;padding:10px 20px;border:1px solid #ffffff;border-radius:20px;transition:all .3s ease}.back-link:hover{background-color:#fff;color:#000}h2{font-size:1.8rem;margin-top:40px;margin-bottom:20px;color:#fff;border-bottom:2px solid #333333;padding-bottom:10px}h3{font-size:1.3rem;margin-top:30px;margin-bottom:15px;color:#ccc}p{margin-bottom:20px;color:#ccc}ul,ol{margin-left:30px;margin-bottom:20px;color:#ccc}li{margin-bottom:10px}.last-updated{color:#888;font-style:italic;margin-bottom:30px}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}.container{padding:20px 10px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#000;color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
