.landing{height:100vh;position:relative}.landing-card{width:100%;height:100%;background:linear-gradient(180deg,#071c2a,#0e0e14);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;filter:none;will-change:transform}.landing-content{position:relative;z-index:2;text-align:center;max-width:720px;padding:0 24px}.landing-logo{height:80px;width:auto;margin-bottom:64px;opacity:.9}.landing-paths{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:580px;margin:0 auto}.landing-path{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:32px 28px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);text-decoration:none;cursor:pointer;transition:all .4s var(--ease-spring);position:relative;overflow:hidden}.landing-path:before{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(135deg,#22d3ee4d,#22d3ee00 50%,#22d3ee26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s}.landing-path:hover:before{opacity:1}.landing-path:hover{background:#ffffff12;transform:translateY(-4px) scale(1.02);box-shadow:0 16px 48px #22d3ee1f,0 0 0 1px #22d3ee1a}.landing-path-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#22d3ee14;border:1px solid rgba(34,211,238,.12)}.landing-path-icon svg{width:22px;height:22px;color:var(--cyan-vivid)}.landing-path-title{font-family:"Instrument Serif",serif;font-size:24px;font-weight:400;color:var(--text-light)}.landing-path-desc{font-size:13.5px;color:var(--text-light-2);line-height:1.6}.landing-path-arrow{font-size:14px;font-weight:500;color:var(--cyan-vivid);transition:letter-spacing .3s,transform .3s;margin-top:auto}.landing-path:hover .landing-path-arrow{letter-spacing:1px;transform:translate(4px)}@media(max-width:768px){.landing{min-height:100vh;height:auto}.landing-card{min-height:100vh;padding:40px 0}.landing-logo{height:56px;margin-bottom:48px}.landing-paths{grid-template-columns:1fr;gap:14px;padding:0 12px}.landing-path{padding:24px 22px}.landing-path:hover{transform:translateY(-2px) scale(1.01)}.landing-path-title{font-size:20px}.landing-path-desc{font-size:12.5px}}@media(prefers-reduced-motion:reduce){.landing-canvas{display:none}}
