@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap";:root{--accent:#1e90ff;--accent-2:#00e5a8;--bg1: #0f1724;--bg2: #071126;--glass: rgba(255,255,255,.06)}*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:Poppins,system-ui,Arial;color:#e6f0ff;background:linear-gradient(135deg,var(--bg1) 0%,var(--bg2) 100%)}app-root{display:block;min-height:100vh}#tt-cursor{position:fixed;pointer-events:none;z-index:9999;width:36px;height:36px;border-radius:50%;transform:translate(-50%,-50%);mix-blend-mode:screen;display:flex;align-items:center;justify-content:center}#tt-cursor .core{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle,#fff,#cfefff);box-shadow:0 0 18px 6px #5ed4ff29}#tt-cursor .bolt{position:absolute;width:2px;height:30px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff);left:50%;top:4px;transform-origin:center;filter:drop-shadow(0 0 8px rgba(0,230,180,.9));opacity:.9;animation:bolt .5s linear infinite}@keyframes bolt{0%{transform:translate(-50%) rotate(10deg) scaleY(.8)}50%{transform:translate(-50%) rotate(-10deg) scaleY(1)}to{transform:translate(-50%) rotate(10deg) scaleY(.8)}}.glass{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.04);backdrop-filter:blur(8px);border-radius:12px;padding:18px;color:#eaf6ff}.container{max-width:1100px;margin:36px auto;padding:0 20px}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 8px}.brand{display:flex;align-items:center;gap:12px}.brand .logo{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;color:#042235;box-shadow:0 6px 24px #00000073}.brand h1{margin:0;font-size:20px}.nav{display:flex;gap:14px}.nav a{color:#fffc;text-decoration:none;padding:8px 12px;border-radius:8px}.nav a:hover{background:rgba(255,255,255,.03)}.hero{display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:center;margin-top:20px}.hero-left{padding:6px}.hero-title{font-size:42px;line-height:1;margin:0;color:#e8fcff}.hero-sub{margin-top:8px;color:#bfefff}.cta-row{display:flex;gap:12px;margin-top:16px}.btn{padding:12px 18px;border-radius:10px;cursor:pointer;border:none}.btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#042235;font-weight:600}.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.06);color:#dff}.tree-card{height:320px;background:linear-gradient(135deg,#1e90ff,#00e5a8);border-radius:12px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px}@media (max-width: 900px){.hero{grid-template-columns:1fr}.grid{grid-template-columns:repeat(1,1fr)}}
