:root{--pulse-primary: #1ec9d9;--pulse-primary-dark: #17a7b5;--pulse-secondary: #115157;--pulse-tertiary: #aefc94;--pulse-gold: #b8912f;--pulse-gold-bg: #f7efd9;--pulse-gold-border: #e5d9a8;--bg: #f4f7f7;--card: #ffffff;--ink: #1c2b2d;--muted: #607072;--accent: var(--pulse-primary);--error: #c0392b;--border: #dfe6e6}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg)}.centered{display:flex;align-items:center;justify-content:center;min-height:100vh;flex-direction:column}.muted{color:var(--muted)}.error{color:var(--error);font-size:.85rem;margin:.25rem 0 0}.login-split{display:flex;min-height:100vh;width:100%}.login-brand{flex:1 1 55%;position:relative;overflow:hidden;background:linear-gradient(150deg,var(--pulse-secondary) 0%,#0b3a3f 55%,#082d31 100%);color:#fff;padding:4rem 4.5rem;display:flex;flex-direction:column;justify-content:space-between}.login-brand:after{content:"";position:absolute;right:-140px;bottom:-160px;width:620px;height:620px;background:url(/favicon.png) no-repeat center / contain;opacity:.16;pointer-events:none}.login-brand__top{position:relative;z-index:1}.login-brand__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--pulse-tertiary);margin-bottom:1.75rem}.login-brand__top h1{font-weight:700;font-size:2.15rem;line-height:1.25;margin:0 0 1.1rem;max-width:12ch}.login-brand__top h1 .accent{color:var(--pulse-primary)}.login-brand__top p{font-weight:300;font-size:1rem;line-height:1.6;color:#ffffffd1;max-width:46ch;margin:0}.login-brand__foot{position:relative;z-index:1;font-size:.78rem;color:#fff9}.login-form-side{flex:1 1 45%;background:var(--card);display:flex;align-items:center;justify-content:center;padding:3rem}.card{background:var(--card);width:100%;max-width:380px;display:flex;flex-direction:column}.card .logo{width:220px;height:auto;margin:0 0 2.25rem}.card h1{margin:0 0 .35rem;font-size:1.4rem;font-weight:700}.card>p{margin:0 0 1.75rem;font-size:.9rem}.card label{font-size:.8rem;font-weight:600;margin:0 0 .4rem}.card .field{margin-bottom:1.15rem;display:flex;flex-direction:column}.card input{padding:.7rem .85rem;border:1.5px solid var(--border);border-radius:10px;font-size:.95rem;font-family:inherit;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s}.card input:focus{border-color:var(--pulse-primary);box-shadow:0 0 0 3px #1ec9d92e}.card button{margin-top:.5rem;padding:.8rem;border:none;border-radius:10px;background:var(--pulse-primary);color:#06373c;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s,transform .05s}.card button:hover:not(:disabled){background:var(--pulse-primary-dark);color:#fff}.card button:active:not(:disabled){transform:translateY(1px)}.card button:disabled{opacity:.6;cursor:default}.demo-note{margin-top:1.4rem;padding:.75rem .9rem .75rem .85rem;background:var(--pulse-gold-bg);border:1px solid var(--pulse-gold-border);border-left:4px solid var(--pulse-gold);border-radius:10px;font-size:.78rem;color:var(--muted);line-height:1.5}.demo-note strong{color:var(--pulse-gold)}.login-fineprint{margin-top:1.75rem;font-size:.72rem;color:#9aa7a8;text-align:center;line-height:1.5}.app-shell{display:flex;flex-direction:column;height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:var(--card);border-bottom:1px solid var(--border)}.topbar .brand{display:flex;align-items:center}.topbar .brand img{height:26px;width:auto;display:block}.link{background:none;border:none;color:var(--pulse-secondary);font-weight:600;cursor:pointer;font-size:.9rem}.link:hover{color:var(--pulse-primary-dark)}.embed{flex:1;width:100%;border:none}.hidden{display:none}.login-back{align-self:flex-start;margin:0 0 1.25rem;padding:0;font-size:.85rem}@media (max-width: 860px){.login-brand{display:none}.login-form-side{flex-basis:100%}}.landing{--line: #e2eaea;--hero-a: #115157;--hero-b: #0b3a3f;--hero-c: #082d31;color:var(--ink);background:var(--bg);line-height:1.6}.landing img{max-width:100%;display:block}.landing .landing-wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 40px}.landing .landing-eyebrow{display:inline-block;font-size:24px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin:0 0 12px}.landing .landing-bar{position:sticky;top:0;z-index:20;background:#f4f7f7db;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--line)}.landing .landing-bar .landing-wrap{display:flex;align-items:center;justify-content:space-between;height:68px}.landing .landing-bar img{height:26px;width:auto}.landing .landing-nav{display:flex;align-items:center;gap:30px}.landing .landing-nav a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:600}.landing .landing-nav a:hover{color:var(--pulse-primary-dark)}.landing .landing-navbtn{background:var(--pulse-primary);color:#06373c;border:none;padding:9px 16px;border-radius:9px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.landing .landing-navbtn:hover{background:var(--pulse-primary-dark);color:#fff}.landing .landing-hero{position:relative;overflow:hidden;background:linear-gradient(150deg,var(--hero-a) 0%,var(--hero-b) 55%,var(--hero-c) 100%);color:#fff}.landing .landing-hero .landing-wrap{position:relative;z-index:1;padding:64px 40px 70px}.landing .landing-hero__wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:44px;align-items:center}.landing .landing-hero__media{justify-self:end;width:min(100%,500px);height:440px;overflow:hidden;margin-right:-28px}.landing .landing-hero__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 38%}.landing .landing-hero .landing-eyebrow{color:var(--pulse-tertiary)}.landing .landing-hero h1{font-weight:800;font-size:clamp(32px,4.6vw,52px);line-height:1.12;margin:0 0 20px;max-width:18ch;letter-spacing:-.01em}.landing .landing-hero h1 .accent{color:var(--pulse-primary)}.landing .landing-hero p{font-weight:300;font-size:clamp(16px,1.6vw,19px);color:#ffffffdb;max-width:60ch;margin:0}.landing .landing-why{background:var(--card);border-bottom:1px solid var(--line)}.landing .landing-why .landing-wrap{padding:58px 40px;text-align:center}.landing .landing-why .landing-eyebrow{color:var(--pulse-primary-dark)}.landing .landing-why h2{font-weight:800;font-size:clamp(28px,3.4vw,40px);line-height:1.2;margin:0 auto 16px;max-width:20ch;letter-spacing:-.01em}.landing .landing-lead{font-size:17px;color:var(--muted);max-width:66ch;margin:0 auto 28px}.landing .landing-triad{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:0 auto 30px}.landing .landing-triad span{font-weight:800;font-size:15px;letter-spacing:.04em;color:var(--pulse-secondary);padding:8px 18px;border-radius:999px;background:#eefbfa;border:1px solid #d3f0ee}.landing .landing-cta{display:inline-flex;align-items:center;gap:10px;background:var(--pulse-primary);color:#06373c;border:none;font-family:inherit;font-weight:700;font-size:16px;padding:15px 28px;border-radius:11px;cursor:pointer;transition:background .15s,transform .05s}.landing .landing-cta:hover{background:var(--pulse-primary-dark);color:#fff}.landing .landing-cta:active{transform:translateY(1px)}.landing .landing-cta svg{width:18px;height:18px}.landing .landing-how .landing-wrap{padding:58px 40px 66px}.landing .landing-how__head{text-align:center;margin-bottom:36px}.landing .landing-how .landing-eyebrow{color:var(--pulse-primary-dark)}.landing .landing-how h2{font-weight:800;font-size:clamp(28px,3.4vw,40px);line-height:1.2;margin:0 auto 14px;max-width:20ch;letter-spacing:-.01em}.landing .landing-sub{font-size:17px;color:var(--muted);max-width:62ch;margin:0 auto}.landing .landing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing .landing-area{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:28px 26px 26px;text-align:left;font-family:inherit;color:inherit;cursor:pointer;display:flex;flex-direction:column;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.landing .landing-area:hover{transform:translateY(-4px);box-shadow:0 18px 40px -22px #11515773;border-color:#cdeeeb}.landing .landing-area__icon{width:60px;height:60px;border-radius:13px;background:#eefbfa;border:1px solid #d3f0ee;display:flex;align-items:center;justify-content:center;margin-bottom:18px;padding:8px}.landing .landing-area__icon img{width:100%;height:100%;object-fit:contain}.landing .landing-area h3{font-size:19px;font-weight:700;margin:0 0 8px;line-height:1.25}.landing .landing-area p{font-size:15px;color:var(--muted);margin:0 0 18px}.landing .landing-area__more{margin-top:auto;font-size:14px;font-weight:700;color:var(--pulse-primary-dark);display:inline-flex;align-items:center;gap:7px}.landing .landing-area:hover .landing-area__more{gap:11px}.landing .landing-area__more svg{width:15px;height:15px}.landing .landing-foot{background:var(--pulse-secondary);color:#ffffffb8}.landing .landing-foot .landing-wrap{padding:28px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.landing .landing-foot__brand{font-weight:700;color:#fff;letter-spacing:.02em}.landing .landing-foot__brand span{color:var(--pulse-tertiary);font-weight:400;margin-left:10px}.landing .landing-foot__fine{font-size:12.5px}@media (max-width: 880px){.landing .landing-grid{grid-template-columns:1fr}.landing .landing-nav a:not(.landing-navbtn),.landing .landing-nav .landing-navlink--jump{display:none}.landing .landing-wrap{padding-left:24px;padding-right:24px}.landing .landing-hero .landing-wrap{padding:48px 24px 52px}}.landing .landing-logobtn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.landing .landing-logobtn img{height:26px;width:auto}.landing .landing-navlink{background:none;border:none;padding:0;font-family:inherit;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer}.landing .landing-navlink:hover,.landing .landing-navlink.is-active-link{color:var(--pulse-primary-dark)}.landing .landing-navbtn.is-active{background:var(--pulse-primary-dark);color:#fff}.landing .landing-area{position:relative}.landing .landing-area.is-soon{cursor:default;background:#f7fafa;border-style:dashed}.landing .landing-area.is-soon:hover{transform:none;box-shadow:none;border-color:#d7e2e2}.landing .landing-area.is-soon h3,.landing .landing-area.is-soon p{color:var(--muted)}.landing .landing-area.is-soon .landing-area__icon{background:#eef2f2;border-color:#e0e8e8}.landing .landing-area.is-soon .landing-area__icon img{filter:grayscale(1) opacity(.55)}.landing .soon-badge{position:absolute;top:18px;right:18px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--pulse-secondary);background:#eefbfa;border:1px solid #d3f0ee;padding:4px 10px;border-radius:999px}.landing .registry .landing-wrap{padding:40px 40px 72px}.landing .registry .landing-eyebrow{color:var(--pulse-primary-dark)}.landing .registry h1{font-weight:800;font-size:clamp(28px,3.4vw,40px);line-height:1.2;margin:0 0 14px;max-width:20ch;letter-spacing:-.01em}.landing .registry-intro{font-size:17px;color:var(--muted);max-width:none;margin:0 0 24px}.landing .registry-note{background:#f0fbf9;border:1px solid #cdeeeb;border-radius:12px;padding:14px 16px;font-size:14px;color:var(--muted);margin:0 0 24px}.landing .registry-note strong{color:var(--pulse-secondary)}.landing .registry-tablewrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.landing .registry-table{width:100%;border-collapse:collapse;font-size:14.5px;background:var(--card)}.landing .registry-table th{text-align:left;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);padding:14px 18px;border-bottom:1px solid var(--line);background:#f7fafa}.landing .registry-table td{padding:14px 18px;border-bottom:1px solid var(--line);color:var(--ink)}.landing .registry-table tbody tr:last-child td{border-bottom:none}.landing .reg-method{background:var(--pulse-gold-bg);border:1px solid var(--pulse-gold-border);border-left:4px solid var(--pulse-gold);border-radius:12px;padding:18px 20px 20px;margin:0 0 24px}.landing .reg-method-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--pulse-gold);margin:0 0 14px}.landing .reg-steps{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:0 14px;margin-bottom:14px}.landing .reg-step{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:12px 14px}.landing .reg-step-head{display:flex;align-items:center;font-weight:700;font-size:13px;color:var(--pulse-secondary);margin-bottom:8px}.landing .reg-step-num{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;background:var(--pulse-primary);color:#fff;font-weight:800;font-size:11px;margin-right:7px;flex-shrink:0}.landing .reg-step-arrow{display:flex;align-items:center;justify-content:center;color:var(--pulse-gold);font-size:20px}.landing .reg-step-lead{font-size:12.5px;color:var(--pulse-secondary);margin:0 0 8px}.landing .reg-qlegend{display:grid;gap:6px}.landing .reg-qlegend p{margin:0;font-size:12px;line-height:1.4;color:var(--pulse-secondary)}.landing .reg-qkey{font-weight:700}.landing .reg-key{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.landing .reg-key-item{background:var(--card);border:1px solid var(--line);border-radius:8px;padding:8px 10px;font-size:11.5px;line-height:1.4;color:var(--pulse-secondary)}.landing .reg-key-item .reg-badge{margin-bottom:5px}.landing .reg-key-item span:last-child{display:block}.landing .reg-method-foot{border-top:1px solid var(--pulse-gold-border);padding-top:12px;font-size:12.5px;line-height:1.5;color:var(--pulse-secondary)}.landing .reg-method-foot p{margin:0 0 6px}.landing .reg-method-foot p:last-child{margin-bottom:0}.landing .reg-method-pdf{color:var(--pulse-gold);font-weight:600}.landing .reg-badge{display:inline-block;padding:4px 11px;border-radius:999px;font-weight:700;font-size:11px;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.landing .reg-badge-green{background:#e5f5e0;color:#2e7d32}.landing .reg-badge-amber{background:#fbeacb;color:#a8681a}.landing .reg-badge-red{background:#fbe0df;color:#b3261e}.landing .reg-badge-notrated{background:#e9e9e9;color:#666}.landing .reg-table th.reg-th-rating{text-align:center}.landing .reg-row{cursor:pointer;transition:background .15s ease}.landing .reg-row:hover td{background:#eef8f8}.landing .reg-row:focus-visible{outline:2px solid var(--pulse-primary);outline-offset:-2px}.landing .reg-td-name{width:52%}.landing .reg-td-producer{width:26%}.landing .reg-td-rating{text-align:center;width:22%}.landing .reg-link{display:inline-flex;align-items:flex-start;gap:7px;font-weight:700;color:var(--pulse-primary-dark);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.landing .reg-chevron{flex-shrink:0;margin-top:2px;font-size:10px;color:var(--pulse-secondary);transition:transform .18s ease}.landing .reg-row.is-open .reg-chevron{transform:rotate(90deg)}.landing .reg-ratingnote{font-size:10px;color:var(--muted);margin-top:3px}.landing .reg-detail td{padding:0;background:#fbfefe}.landing .reg-detail-inner{padding:16px 20px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.landing .reg-qcell{background:var(--card);border:1px solid var(--line);border-radius:8px;padding:10px 12px}.landing .reg-qlabel{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--pulse-primary-dark);margin-bottom:6px}.landing .reg-qvalue{font-size:13px;font-weight:700}.landing .reg-q-strong{color:#2e7d32}.landing .reg-q-partial{color:#a8681a}.landing .reg-q-weak{color:#b3261e}.landing .reg-q-dash{color:var(--muted);font-weight:400}.landing .reg-reason{grid-column:1 / -1;background:var(--pulse-gold-bg);border-left:4px solid var(--pulse-gold);border-radius:8px;padding:12px 14px}.landing .reg-reason-head{text-transform:uppercase;font-weight:700;font-size:11px;color:var(--pulse-gold);margin:0 0 4px}.landing .reg-reason-body{font-size:12.5px;color:var(--pulse-secondary);line-height:1.5;margin:0}.landing .reg-download{margin-top:28px;border-top:1px solid var(--line);padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.landing .reg-download-text h3{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--pulse-primary-dark);font-weight:700;margin:0 0 4px}.landing .reg-download-text p{font-size:13px;color:var(--muted);margin:0;max-width:520px}.landing .reg-download-btn{display:inline-flex;align-items:center;gap:8px;background:var(--pulse-secondary);color:#fff;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.03em;padding:11px 18px;border-radius:8px;white-space:nowrap;text-decoration:none}.landing .reg-download-btn.is-disabled{background:#b7c4c4;cursor:not-allowed}.landing .reg-source-note{margin-top:18px;font-size:11px;color:#8a9a9b}.landing .reg-source-note strong{color:#5f6f70}.landing .contact .landing-wrap{padding:40px 40px 80px}.landing .contact .landing-eyebrow{color:var(--pulse-primary-dark)}.landing .contact h1{font-weight:800;font-size:clamp(28px,3.4vw,40px);line-height:1.2;margin:0 0 14px;max-width:20ch;letter-spacing:-.01em}.landing .contact-intro{font-size:17px;color:var(--muted);max-width:820px;margin:0 0 24px}.landing .contact-note{background:#f0fbf9;border:1px solid #cdeeeb;border-radius:12px;padding:14px 16px;font-size:14px;color:var(--muted);margin:0 0 28px;max-width:820px}.landing .contact-note strong{color:var(--pulse-secondary)}.landing .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:820px}.landing .contact-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:18px 20px}.landing .contact-card__label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--pulse-primary-dark);margin:0 0 6px}.landing .contact-card__icon{width:20px;height:20px;flex-shrink:0}.landing .contact-card__value{font-size:16px;color:var(--ink);margin:0;word-break:break-word}.landing .contact-card__value a{color:var(--pulse-secondary);font-weight:600;text-decoration:none}.landing .contact-card__value a:hover{text-decoration:underline}.landing .contact-card__value span{display:block;color:var(--muted);font-size:13px;margin-top:2px}.landing .contact-subhead{font-size:15px;font-weight:700;color:var(--ink);margin:24px 0 8px;max-width:820px}.landing .contact-h2{font-weight:800;font-size:22px;color:var(--pulse-primary-dark);margin:8px 0 14px}.landing .contact-proteus-logo{display:block;height:54px;width:auto;max-width:100%;margin:6px 0 10px}.landing .contact-proteus-logo-link{display:inline-block}.landing .contact-funders{list-style:none;padding:0;margin:0 0 8px;display:flex;flex-wrap:wrap;gap:10px}.landing .contact-funders li{font-size:15px;font-weight:600;color:var(--ink);background:var(--card);border:1px solid var(--line);border-radius:10px;padding:10px 16px}.landing .contact-funders a{color:inherit;text-decoration:none}.landing .contact-funders a:hover{color:var(--pulse-secondary);text-decoration:underline}.landing .contact-funders .contact-funders__logo-item{background:none;border:none;padding:0}.landing .contact-funders__logo-item a:hover{text-decoration:none;opacity:.88}.landing .contact-funder-logo{display:block;height:54px;width:auto;max-width:100%}.landing .contact-extlink{color:var(--pulse-secondary);font-weight:700;text-decoration:underline}.landing .contact-extlink:hover{color:var(--pulse-primary-dark)}.landing .contact-inline-link{background:none;border:none;padding:0;font:inherit;color:var(--pulse-secondary);font-weight:700;cursor:pointer;text-decoration:underline}.landing .contact-inline-link:hover{color:var(--pulse-primary-dark)}.landing .contact-divider{border:none;border-top:1px solid var(--line);margin:34px 0 24px;max-width:820px}.landing .domain .landing-wrap{padding:40px 40px 80px}.landing .domain-back{margin:0 0 18px}.landing .domain h1{font-weight:800;font-size:clamp(28px,3.4vw,40px);line-height:1.2;margin:6px 0 8px;letter-spacing:-.01em}.landing .domain-comingsoon{background:#f0fbf9;border:1px solid #cdeeeb;border-radius:14px;padding:20px 22px;font-size:16px;color:var(--muted);margin:16px 0 22px;max-width:70ch}.landing .domain-comingsoon strong{color:var(--pulse-secondary)}.landing .domain-block{margin-top:40px;padding-top:34px;border-top:1px solid var(--line)}.landing .domain-block:first-of-type{border-top:none;padding-top:0;margin-top:26px}.landing .domain-block h2{font-weight:800;font-size:clamp(22px,2.6vw,30px);margin:0 0 10px;letter-spacing:-.01em}.landing .domain-sub{font-size:17px;color:var(--muted);max-width:72ch;margin:0 0 14px}.landing .domain-note{font-size:15px;font-weight:600;color:var(--ink);max-width:72ch;margin:0 0 22px}.landing .inline-link{background:none;border:none;padding:0;font-family:inherit;font-size:inherit;color:var(--pulse-primary-dark);font-weight:700;cursor:pointer;text-decoration:underline}.landing .domain-block__label{display:inline-block;font-size:24px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--pulse-primary-dark);margin:0 0 8px}.landing .stage-flow{display:flex;align-items:stretch;gap:10px;margin:6px 0 4px}.landing .stage-card{flex:1 1 0;min-width:0;overflow:hidden;background:var(--card);border:1.5px solid var(--line);border-radius:16px;display:flex;flex-direction:column;transition:border-color .14s,box-shadow .14s,transform .14s}.landing .stage-card__head{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%;text-align:left;background:transparent;border:0;font:inherit;color:inherit;cursor:pointer;padding:18px 18px 12px}.landing .stage-card__vizlist{display:flex;flex-direction:column;gap:2px;padding:6px 10px 12px;border-top:1px solid var(--line)}.landing .stage-card__viz{display:flex;align-items:baseline;gap:6px;width:100%;text-align:left;background:transparent;border:0;font:inherit;font-size:12.5px;font-weight:600;color:var(--pulse-secondary);padding:7px 8px;border-radius:8px;cursor:pointer;line-height:1.35;transition:background .12s}.landing .stage-card__viz:before{content:"▸";color:var(--pulse-primary);font-size:11px}.landing .stage-card__viz:hover{background:#eefbfa}.landing .stage-card__viz.is-active{background:#1ec9d926}.landing .stage-card:hover{border-color:#bfe9e6;transform:translateY(-2px)}.landing .stage-card.is-active{border-color:var(--pulse-primary);box-shadow:0 0 0 3px #1ec9d926;background:#fbffff}.landing .stage-card__step{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#eefbfa;color:var(--pulse-secondary);font-weight:800;font-size:13px}.landing .stage-card.is-active .stage-card__step{background:var(--pulse-primary);color:#06373c}.landing .stage-card__name{font-weight:800;font-size:16px;color:var(--pulse-secondary)}.landing .stage-card__def{font-size:13.5px;color:var(--muted);line-height:1.5}.landing .stage-flow__arrow{align-self:center;flex:0 0 auto;color:#b6c4c4;font-size:20px}.landing .viz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:22px}.landing .viz-card{margin:0;background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.landing .viz-card__media{position:relative;display:block;background:#fbfdfd;border-bottom:1px solid var(--line)}.landing .viz-card__media img{width:100%;height:auto;display:block}.landing .viz-card__expand{position:absolute;top:12px;right:12px;font-size:12px;font-weight:700;color:var(--pulse-secondary);background:#ffffffeb;border:1px solid var(--line);border-radius:8px;padding:5px 10px;opacity:0;transition:opacity .15s}.landing .viz-card__media:hover .viz-card__expand{opacity:1}.landing .viz-card__body{padding:18px 20px 20px}.landing .viz-card__body h3{font-size:17px;font-weight:700;margin:0 0 8px;line-height:1.3;color:var(--pulse-secondary)}.landing .viz-card__body p{font-size:14px;color:var(--muted);margin:0;line-height:1.55}.landing .viz-empty{background:#f7fafa;border:1px dashed var(--line);border-radius:14px;padding:22px 24px;font-size:15px;color:var(--muted);max-width:70ch}.landing .viz-empty strong{color:var(--pulse-secondary)}.landing .viz-frame{width:100%;border:none;display:block;background:transparent}.landing .viz-frame--loading{min-height:320px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:14px}@media (max-width: 880px){.landing .viz-grid{grid-template-columns:1fr}.landing .landing-hero__wrap{grid-template-columns:1fr;gap:32px}.landing .landing-hero__media{justify-self:start;width:100%;max-width:420px;height:340px;margin-right:0}.landing .registry .landing-wrap,.landing .domain .landing-wrap{padding-left:24px;padding-right:24px}.landing .stage-flow{flex-direction:column}.landing .stage-flow__arrow{transform:rotate(90deg)}.landing .reg-steps{grid-template-columns:1fr;gap:12px 0}.landing .reg-step-arrow{transform:rotate(90deg)}.landing .reg-detail-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.landing .reg-key,.landing .reg-detail-inner{grid-template-columns:1fr}}
