.home-page{color:#fff;background:#001530;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.home-bg{z-index:1;background:radial-gradient(circle,#002d62 0%,#001530 100%);position:absolute;inset:0}.home-bg:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.home-content{z-index:2;text-align:center;width:100%;max-width:1000px;position:relative}.home-logo{margin-bottom:1rem;font-size:5rem;animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.home-title{color:#fff;letter-spacing:2px;margin:0;font-size:4rem;font-weight:800}.home-subtitle{color:#d4af37;margin:.5rem 0 1rem;font-size:1.8rem;font-weight:600}.home-desc{color:#fff9;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.home-links{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.home-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;padding:2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.home-card:hover{background:#d4af371a;border-color:#d4af37;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0006}.home-card-icon{margin-bottom:1rem;font-size:3rem}.home-card-title{color:#d4af37;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.home-card-desc{color:#ffffff80;font-size:.9rem;line-height:1.4}.home-seed-note{color:#fff6;font-size:.9rem}.home-seed-note code{color:#d4af37;background:#0000004d;border-radius:4px;padding:.2rem .4rem}@media (max-width:768px){.home-title{font-size:2.5rem}.home-subtitle{font-size:1.2rem}}
