:root{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#182a2c;background:#f8faf9;font-synthesis:none;line-height:1.5;--accent:#096b61;--muted:#58686b;--line:#dce3e2}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}::selection{background:#c5e5dc}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.page{width:min(1120px,calc(100% - 96px));margin:auto;min-height:100svh;display:flex;flex-direction:column}header{display:flex;align-items:center;justify-content:space-between;padding:38px 0}.brand{font-size:30px;font-weight:750;letter-spacing:-1px;line-height:1}.brand span{color:var(--accent)}.login{font-size:16px;display:flex;gap:12px;align-items:center}.login:hover,.secondary:hover{color:var(--accent)}main{flex:1;display:flex;flex-direction:column;justify-content:center;padding:68px 0 80px}.hero{max-width:940px}h1{font-size:clamp(42px,6.5vw,84px);font-weight:550;line-height:1.1;letter-spacing:-.04em;margin:0 0 30px}h1 span{color:var(--accent)}.intro{max-width:570px;font-size:20px;color:var(--muted);line-height:1.65;margin:0}.actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:38px}.primary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;background:var(--accent);color:white;border-radius:6px;font-size:16px;font-weight:600}.primary:hover{background:#04564e}.secondary{font-size:16px}.providers{display:flex;gap:28px;flex-wrap:wrap;margin-top:68px;font-size:16px;color:var(--muted)}.providers span+span{position:relative;padding-left:28px}.providers span+span:before{content:'';position:absolute;left:0;top:7px;height:12px;width:1px;background:#cbd7d2}.endpoint{border-top:1px solid var(--line);display:flex;gap:24px;align-items:center;justify-content:space-between;padding:24px 0}.endpoint-label{color:var(--muted);font-size:15px}.endpoint-value{display:flex;align-items:center;gap:20px}code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:15px;overflow-wrap:anywhere}button{border:1px solid var(--line);background:transparent;color:var(--ink);border-radius:5px;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}button:hover{background:#edf3f1}svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}footer{border-top:1px solid var(--line);padding:24px 0 28px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media(max-width:640px){.page{width:calc(100% - 40px)}header{padding:26px 0}.brand{font-size:28px}main{padding:62px 0 64px}h1{font-size:clamp(38px,9.5vw,58px);letter-spacing:-.035em;margin-bottom:24px}.intro{font-size:18px;line-height:1.6}.actions{gap:22px;margin-top:30px}.providers{gap:18px;margin-top:48px;font-size:14px}.providers span+span{padding-left:18px}.endpoint{align-items:flex-start;flex-direction:column;gap:12px;padding:22px 0}.endpoint-value{width:100%;justify-content:space-between;gap:10px}code{font-size:13px}button{flex-shrink:0}footer{flex-direction:column;gap:5px;font-size:13px}}
