*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:radial-gradient(circle at top,#020617,#020617 40%,#000);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}html{scroll-behavior:smooth}.app-container{max-width:1100px;margin:0 auto;padding:2rem}.header{margin-bottom:2rem}.header h1{font-size:2rem;font-weight:600}.section-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.card{cursor:pointer;background:linear-gradient(145deg,#020617,#0f172a);border:1px solid #94a3b814;border-radius:12px;padding:1.2rem}.card:hover{border-color:#38bdf8;transform:translateY(-4px);box-shadow:0 10px 25px #38bdf826}.button{color:#020617;cursor:pointer;background:#38bdf8;border:none;border-radius:8px;padding:.6rem 1.2rem}.content-area{max-width:750px;margin:0 auto}.section-card{opacity:0;background:linear-gradient(145deg,#020617,#0f172a);border:1px solid #94a3b814;border-radius:12px;margin-bottom:2rem;padding:1.5rem;transition:all .6s}.section-card.show{opacity:1;transform:translateY(0)}.section-card.left{transform:translate(-40px)}.section-card.right{transform:translate(40px)}.section-card.show.left,.section-card.show.right{transform:translate(0)}.section-card h2{color:#38bdf8;margin-top:1.5rem}.section-card p{color:#cbd5f5}.section-card blockquote{border-left:3px solid #38bdf8;margin:1rem 0;padding-left:1rem}.section-card img{cursor:zoom-in;filter:blur(1.2px);opacity:.9;border-radius:0;width:calc(100% + 3rem);max-width:none;height:auto;margin:1.2rem -1.5rem;transition:all .35s;display:block;box-shadow:0 10px 30px #0006}.section-card img:hover{filter:blur();opacity:1;transform:scale(1.03);box-shadow:0 15px 40px #38bdf840}@media (width<=768px){.app-container,.section-card{padding:1rem}.section-card img{filter:none;opacity:1;border-radius:10px;width:100%;margin:1rem 0;transform:none!important}.section-card img:hover{transform:none;box-shadow:0 8px 20px #0006}}.floating-date{justify-content:flex-end;margin-bottom:1.2rem;display:flex}.floating-date span{background:#38bdf814;border-radius:999px;padding:6px 12px;font-size:.75rem}.progress-bar{z-index:999;background:linear-gradient(90deg,#38bdf8,#0ea5e9);width:0%;height:3px;position:fixed;top:0;left:0}.zoom-overlay{z-index:9999;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.zoom-image{border-radius:12px;max-width:90%;max-height:90%}.section-card hr{display:none}.splash{z-index:9999;text-align:center;background:#020617;flex-direction:column;justify-content:center;align-items:center;padding:6vh 1.5rem 1.5rem;transition:opacity .6s;display:flex;position:fixed;inset:0}.splash.fade-out{opacity:0}.splash img{opacity:0;filter:drop-shadow(0 0 12px #38bdf84d);width:110px;max-width:40vw;height:auto;margin-bottom:1.2rem;animation:.6s forwards fadeUp}.splash h1{opacity:0;margin:0;font-size:1.8rem;font-weight:600;animation:.6s .2s forwards fadeUp}.splash p{color:#94a3b8;opacity:0;margin-top:.6rem;font-size:.95rem;animation:.6s .4s forwards fadeUp}.loader{border:3px solid #94a3b833;border-top-color:#38bdf8;border-radius:50%;width:22px;height:22px;margin-top:1.2rem;animation:.8s linear infinite spin}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.splash img{width:85px}.splash h1{font-size:1.4rem}.splash p{font-size:.85rem}}.domains-hero{padding-top:3rem;padding-bottom:4rem}.domains-tag{color:#38bdf8;text-transform:uppercase;letter-spacing:.18em;margin-bottom:1rem;font-size:.78rem}.domains-title{color:#f8fafc;max-width:800px;font-size:3.2rem;font-weight:700;line-height:1.08}.domains-sub{color:#94a3b8;max-width:760px;margin-top:1.5rem;font-size:1.08rem;line-height:1.9}.domains-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.domain-explorer-card{background:linear-gradient(145deg,#020617f2,#0f172af2);border:1px solid #94a3b814;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:260px;padding:1.6rem;transition:transform .28s,border-color .28s,box-shadow .28s;display:flex}.domain-explorer-card:hover{border-color:#38bdf873;transform:translateY(-5px);box-shadow:0 15px 40px #00000059,0 0 30px #38bdf814}.domain-explorer-card h2{color:#f8fafc;margin-bottom:1rem;font-size:1.35rem}.domain-explorer-card p{color:#94a3b8;font-size:.98rem;line-height:1.8}.domains-footer h2{margin-bottom:1rem;font-size:1.5rem}@media (width<=768px){.domains-hero{padding-top:1rem;padding-bottom:2.5rem}.domains-title{font-size:2.2rem;line-height:1.15}.domains-sub{font-size:1rem;line-height:1.8}.domains-grid{grid-template-columns:1fr;gap:1rem}.domain-explorer-card{min-height:auto;padding:1.2rem}.domain-explorer-card h2{font-size:1.15rem}.domain-explorer-card p{font-size:.94rem;line-height:1.7}.domains-footer{margin-top:3rem;padding-top:2rem}}.home-navigation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:3rem;display:grid}.home-navigation-card{background:linear-gradient(145deg,#0f172af5,#020617f5);border:1px solid #94a3b814;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:280px;padding:1.8rem;transition:transform .28s,border-color .28s,box-shadow .28s;display:flex}.home-navigation-card:hover{border-color:#38bdf859;transform:translateY(-5px);box-shadow:0 15px 40px #00000059,0 0 30px #38bdf814}.primary-card{background:linear-gradient(145deg,#082f49eb,#020617f5);border-color:#38bdf82e}.home-navigation-card h2{color:#f8fafc;margin-top:1rem;font-size:1.55rem;line-height:1.3}.home-navigation-card p{color:#94a3b8;margin-top:1rem;line-height:1.85}@media (width<=1024px){.home-navigation-grid{grid-template-columns:1fr}}@media (width<=768px){.home-navigation-card{min-height:auto;padding:1.4rem}.home-navigation-card h2{font-size:1.25rem}}.domain-section-card{background:linear-gradient(145deg,#0f172af0,#020617f5);border:1px solid #94a3b814;border-radius:24px;margin-top:2rem;padding:2rem;box-shadow:0 10px 35px #00000047}.domain-section-card h2{color:#f8fafc;margin-bottom:1.2rem;font-size:1.7rem;line-height:1.3}.domain-section-card p{color:#94a3b8;max-width:760px;margin-top:1rem;line-height:1.95}.domain-section-card ul{margin-top:1.2rem;padding-left:1.4rem}.domain-section-card li{color:#cbd5e1;margin-bottom:.8rem;line-height:1.8}.domain-section-card blockquote,.domains-footer blockquote{color:#f8fafc;border-left:3px solid #38bdf8;margin-top:1.5rem;padding-left:1rem;font-size:1.08rem;line-height:1.8}.domains-footer{border-top:1px solid #94a3b814;margin-top:4rem;padding-top:3rem}.domains-footer h2{color:#f8fafc;margin-bottom:1rem;font-size:1.7rem}.domains-footer p{color:#94a3b8;line-height:1.9}@media (width<=768px){.domain-section-card{border-radius:18px;padding:1.4rem}.domain-section-card h2{font-size:1.35rem;line-height:1.4}.domain-section-card p,.domain-section-card li{font-size:.96rem;line-height:1.8}.domain-section-card blockquote,.domains-footer blockquote{font-size:1rem;line-height:1.7}.domains-footer{margin-top:3rem;padding-top:2rem}}.domains-back-home{justify-content:center;margin-top:3rem;display:flex}.secondary-button{color:#cbd5e1;background:0 0;border:1px solid #94a3b82e}.secondary-button:hover{color:#f8fafc;border-color:#38bdf866}.domain-cta{flex-direction:column;align-items:flex-start;margin-top:3rem;display:flex}.domain-cta .button:first-child{min-width:180px;font-weight:600;box-shadow:0 10px 30px #38bdf82e}.domain-navigation-row{flex-wrap:wrap;gap:.8rem;margin-top:1rem;display:flex}.secondary-button{color:#cbd5e1;background:0 0;border:1px solid #94a3b829;transition:border-color .25s,color .25s,background .25s}.secondary-button:hover{color:#f8fafc;background:#0f172abf;border-color:#38bdf866}.domain-section-card blockquote{max-width:760px;margin-top:1rem}@media (width<=768px){.domain-cta{align-items:stretch}.domain-cta .button:first-child{width:100%}.domain-navigation-row{flex-direction:column;width:100%}.domain-navigation-row .button{width:100%}}.landing-hero{padding-top:2rem;padding-bottom:2rem}.landing-brand{flex-wrap:nowrap;align-items:center;gap:1.5rem;display:flex}.landing-brand>div{min-width:0}.landing-logo{object-fit:cover;border-radius:999px;flex-shrink:0;width:110px;height:110px;box-shadow:0 0 30px #38bdf81f}.landing-title{color:#f8fafc;margin:0;font-size:3rem;font-weight:700;line-height:1.05}.landing-sub{color:#94a3b8;max-width:720px;margin-top:.9rem;font-size:1.08rem;line-height:1.8}@media (width<=1024px){.landing-title{font-size:2.5rem}}@media (width<=768px){.landing-hero{padding-top:1rem;padding-bottom:1.5rem}.landing-brand{align-items:center;gap:1rem}.landing-logo{width:72px;height:72px}.landing-title{font-size:1.85rem;line-height:1.15}.landing-sub{margin-top:.55rem;font-size:.96rem;line-height:1.7}}@media (width<=480px){.landing-brand{gap:.85rem}.landing-logo{width:64px;height:64px}.landing-title{font-size:1.55rem}.landing-sub{font-size:.92rem;line-height:1.65}}.home-primary-wrapper{margin-top:3rem}.home-primary-card{background:linear-gradient(145deg,#082f49f5,#020617fa);border:1px solid #38bdf838;border-radius:28px;padding:2.4rem;box-shadow:0 18px 50px #00000061,0 0 45px #38bdf814}.home-primary-card h2{color:#f8fafc;margin-top:1rem;font-size:2.2rem;line-height:1.2}.home-primary-card p{color:#94a3b8;max-width:760px;margin-top:1.1rem;line-height:1.9}.home-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;margin-top:1.8rem;display:grid}.home-secondary-grid .home-navigation-card{background:linear-gradient(145deg,#0f172af0,#020617f5);border:1px solid #94a3b814;border-radius:22px;padding:1.7rem;transition:transform .25s,border-color .25s,box-shadow .25s}.home-secondary-grid .home-navigation-card:hover{border-color:#38bdf838;transform:translateY(-4px);box-shadow:0 14px 35px #00000047}.home-navigation-tag{color:#38bdf8;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem}.home-secondary-grid h2{color:#f8fafc;margin-top:.9rem;font-size:1.35rem;line-height:1.35}.home-secondary-grid p{color:#94a3b8;margin-top:.95rem;line-height:1.8}.home-primary-card .button,.home-secondary-grid .button{margin-top:1.8rem}@media (width<=768px){.home-primary-card{border-radius:20px;padding:1.5rem}.home-primary-card h2{font-size:1.6rem;line-height:1.3}.home-primary-card p{font-size:.96rem;line-height:1.75}.home-secondary-grid{grid-template-columns:1fr;gap:1rem}.home-secondary-grid .home-navigation-card{border-radius:18px;padding:1.3rem}.home-secondary-grid h2{font-size:1.15rem}.home-secondary-grid p{font-size:.94rem;line-height:1.7}}.connected-platforms{margin-top:1.8rem}.connected-dropdown{background:linear-gradient(145deg,#0f172aeb,#020617f5);border:1px solid #94a3b814;border-radius:18px;overflow:hidden}.connected-dropdown summary{cursor:pointer;color:#f8fafc;padding:1.1rem 1.3rem;font-size:1rem;font-weight:600;list-style:none;transition:background .22s}.connected-dropdown summary:hover{background:#0f172ab8}.connected-dropdown summary::-webkit-details-marker{display:none}.connected-links{flex-direction:column;gap:.85rem;padding:0 1.3rem 1.3rem;display:flex}.connected-links a{color:#38bdf8;font-size:.96rem;text-decoration:none;transition:color .2s}.connected-links a:hover{color:#7dd3fc}@media (width<=768px){.connected-dropdown summary{padding:1rem 1.1rem}.connected-links{padding:0 1.1rem 1.1rem}}.landing-version{color:#38bdf8;letter-spacing:.16em;text-transform:uppercase;opacity:.9;margin-top:.75rem;font-size:.78rem;font-weight:600}@media (width<=768px){.landing-version{letter-spacing:.14em;margin-top:.6rem;font-size:.72rem}}.insight-link{color:#3b82f6;word-break:break-word;text-decoration:underline}.insight-link:hover{opacity:.85}
