@font-face{font-family:Geist;src:url("/help/assets/geist-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Geist;src:url("/help/assets/geist-500.woff2") format("woff2");font-style:normal;font-weight:500 700;font-display:swap}
:root{--ep-bg:#151515;--ep-deep:#0a0a0a;--ep-panel:rgba(26,26,26,.04);--ep-text:#fff;--ep-muted:rgba(255,255,255,.5);--ep-faint:rgba(255,255,255,.35);--ep-line:rgba(255,255,255,.08);--ep-line-strong:rgba(255,255,255,.14);--ep-shell:1200px;--ep-ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}
html{background:var(--ep-bg);color-scheme:dark;scroll-behavior:smooth}
body{margin:0;background:var(--ep-bg);color:var(--ep-text);font-family:Geist,"Geist Placeholder",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
.ep-skip{position:fixed;z-index:200;top:8px;left:8px;padding:10px 14px;background:#fff;color:#111;transform:translateY(-150%)}
.ep-skip:focus{transform:none}
.ep-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ep-header{position:fixed;z-index:100;top:0;right:0;left:0;height:64px;background:transparent;backdrop-filter:blur(24px)}
.ep-header__inner{position:relative;z-index:2;display:flex;max-width:var(--ep-shell);height:64px;margin:auto;padding:0 24px;align-items:center;gap:24px}
.ep-logo{display:flex;width:96px;flex:0 0 auto}
.ep-logo img{display:block;width:100%;height:auto}
.ep-nav{display:flex;flex:1;align-items:center;justify-content:center;gap:24px;color:rgba(255,255,255,.5);font-size:14px;font-weight:400;line-height:22.4px}
.ep-nav a,.ep-auth a,.ep-mobile a{transition:color .2s var(--ep-ease),background .2s var(--ep-ease)}
.ep-nav a:hover,.ep-nav a[aria-current=page]{color:#fff}
.ep-auth{display:flex;align-items:center;gap:8px;font-size:14px}
.ep-mobile-cta{display:none!important}
.ep-button{position:relative;display:inline-flex;height:40px;padding:8px 16px;align-items:center;justify-content:center;overflow:clip;border:0;border-radius:4px;background:rgba(250,250,250,.1);color:#fafafa;font-size:14px;font-weight:500;line-height:14px;transition:background .2s var(--ep-ease),color .2s var(--ep-ease),transform .2s var(--ep-ease)}
.ep-button:hover{background:rgba(250,250,250,.15)}
.ep-button--primary{background:#fafafa;color:#151515}
.ep-button--primary:hover{background:#fff;color:#151515}
.ep-button--arrow{padding:8px 8px 8px 16px}
.ep-button__label{display:flex;padding-right:8px;align-items:center}
.ep-button__arrow{position:relative;display:block;width:24px;height:24px;overflow:hidden;border-radius:2px;background:#151515;color:#fafafa}
.ep-button__arrow svg{position:absolute;inset:6px;display:block;width:12px;height:12px;transition:opacity .24s ease,transform .42s cubic-bezier(.22,1,.36,1)}
.ep-button__arrow svg:first-child{opacity:1;transform:none}.ep-button__arrow svg:last-child{opacity:0;transform:translateX(-100%)}
.ep-button--arrow:hover .ep-button__arrow svg:first-child,.ep-button--arrow:focus-visible .ep-button__arrow svg:first-child{opacity:0;transform:translateX(100%)}
.ep-button--arrow:hover .ep-button__arrow svg:last-child,.ep-button--arrow:focus-visible .ep-button__arrow svg:last-child{opacity:1;transform:none}
.ep-button:focus-visible,.ep-menu:focus-visible,.ep-nav a:focus-visible,.ep-mobile a:focus-visible{outline:2px solid #fafafa;outline-offset:3px}
.ep-header .ep-button{height:30px;padding:8px 16px;background:rgba(250,250,250,.1)}
.ep-header .ep-button--primary{background:#fafafa;color:#111}
.ep-menu{display:none;width:40px;height:40px;align-items:center;justify-content:center;border:0;border-radius:4px;background:#fafafa;color:#151515}
.ep-menu span,.ep-menu span:before,.ep-menu span:after{display:block;width:16px;height:1px;background:currentColor;content:"";transition:transform .2s}
.ep-menu span:before{transform:translateY(-5px)}.ep-menu span:after{transform:translateY(4px)}
.ep-menu[aria-expanded=true] span{background:transparent}.ep-menu[aria-expanded=true] span:before{background:#fff;transform:translateY(0) rotate(45deg)}.ep-menu[aria-expanded=true] span:after{background:#fff;transform:translateY(-1px) rotate(-45deg)}
.ep-mobile{position:absolute;z-index:1;top:64px;right:0;left:0;display:none;padding:8px 24px 20px;border-top:1px solid var(--ep-line);background:rgba(13,13,13,.98);box-shadow:0 24px 48px rgba(0,0,0,.28);backdrop-filter:blur(18px)}
.ep-mobile a{display:block;padding:11px 0;color:#c8c8c8}
.ep-mobile__auth{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.ep-mobile .ep-button{display:flex;margin:0;padding:8px 16px;color:#fafafa}
.ep-mobile .ep-button--primary{color:#101010}
.ep-mobile[data-open=true]{display:block}
.ep-hero{position:relative;min-height:566px;overflow:clip;background:var(--ep-bg)}
.ep-hero__shader{position:absolute;inset:0;z-index:0;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0%,transparent 100%);mask-image:linear-gradient(#000 0%,transparent 100%);pointer-events:none}
.ep-shell{position:relative;max-width:var(--ep-shell);margin:auto;padding:0 24px}
.ep-hero__inner{z-index:1;display:flex;min-height:566px;padding-top:160px;padding-bottom:96px;align-items:center;flex-direction:column;text-align:center}
.ep-eyebrow{display:inline-flex;min-height:20px;padding:4px 8px;align-items:center;justify-content:center;border:0;border-radius:50px;background:rgba(26,26,26,.04);color:#fafafa;font-size:12px;font-weight:400;line-height:12px}
.ep-hero h1{max-width:600px;margin:24px 0 0;font-size:48px;font-weight:500;letter-spacing:0;line-height:55.2px;text-wrap:balance}
.ep-hero__lede{max-width:600px;margin:24px 0 0;color:var(--ep-muted);font-size:16px;font-weight:400;line-height:25.6px;text-wrap:pretty}
.ep-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:40px}
.ep-hero__note{margin-top:20px;color:var(--ep-faint);font-size:13px}
.ep-main{padding:96px 0 112px;background:var(--ep-bg)}
.ep-main>.ep-shell{padding-right:24px;padding-left:24px}
.ep-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:56px}
.ep-layout--document{grid-template-columns:minmax(0,760px) minmax(220px,1fr);align-items:start}
.ep-sections{min-width:0}
.ep-section{padding:64px 0;border-top:1px solid var(--ep-line)}
.ep-section:first-child{padding-top:0;border-top:0}
.ep-section h2{max-width:760px;margin:0;font-size:36px;font-weight:500;letter-spacing:0;line-height:43.2px;text-wrap:balance}
.ep-section p{max-width:760px;margin:18px 0 0;color:var(--ep-muted);font-size:16px;font-weight:400;line-height:25.6px}
.ep-list{display:grid;gap:12px;max-width:760px;margin:24px 0 0;padding:0;list-style:none}
.ep-list li{position:relative;padding-left:24px;color:#b8b8b8;line-height:1.65}
.ep-list li:before{position:absolute;top:.7em;left:2px;width:6px;height:6px;border:1px solid rgba(255,255,255,.5);border-radius:50%;content:""}
.ep-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:32px}
.ep-card{display:block;min-height:184px;padding:24px;border:1px solid var(--ep-line);border-radius:4px;background:rgba(26,26,26,.04);transition:background .25s var(--ep-ease),border-color .25s var(--ep-ease),transform .25s var(--ep-ease)}
a.ep-card:hover{background:rgba(250,250,250,.06);transform:translateY(-2px)}
.ep-card__index{color:#8b8b8b;font:500 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.ep-card h3{margin:24px 0 0;font-size:24px;font-weight:500;line-height:31.2px}
.ep-card p{margin:16px 0 0;color:var(--ep-muted);font-size:14px;font-weight:400;line-height:22.4px}
.ep-card__link{display:block;margin-top:18px;color:#d8d8d8;font-size:13px}
.ep-aside{position:sticky;top:88px;padding:24px;border:0;border-radius:4px;background:var(--ep-panel)}
.ep-aside strong{display:block;font-size:14px}
.ep-aside p{margin:10px 0 0;color:#929292;font-size:13px;line-height:1.65}
.ep-aside a{display:block;margin-top:14px;color:#ddd;font-size:13px}
.ep-table-wrap{margin-top:26px;overflow-x:auto;border:1px solid var(--ep-line);border-radius:4px}
.ep-table{width:100%;border-collapse:collapse;font-size:14px}
.ep-table th,.ep-table td{padding:15px 18px;border-bottom:1px solid var(--ep-line);text-align:left;vertical-align:top;line-height:1.55}
.ep-table th{background:var(--ep-panel);color:#fff;font-weight:560}.ep-table td{color:#aaa}.ep-table tr:last-child td{border-bottom:0}
.ep-callout{margin-top:28px;padding:22px;border:1px solid var(--ep-line-strong);border-left:3px solid rgba(255,255,255,.5);border-radius:4px;background:rgba(255,255,255,.025)}
.ep-callout strong{display:block}.ep-callout p{margin:8px 0 0;font-size:14px}
.ep-status{display:grid;gap:12px;margin-top:28px}
.ep-status__row{display:flex;padding:18px 20px;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--ep-line);border-radius:4px;background:var(--ep-panel)}
.ep-status__name{font-weight:560}.ep-status__meta{margin-top:4px;color:var(--ep-faint);font-size:12px}
.ep-status__state{display:flex;align-items:center;gap:8px;color:#c8c8c8;font-size:13px;text-transform:capitalize}
.ep-status__dot{width:9px;height:9px;border-radius:50%;background:#777}.ep-status__dot[data-state=operational]{background:#49de80}.ep-status__dot[data-state=degraded]{background:#e0a63c}.ep-status__dot[data-state=outage]{background:#de4949}
.ep-footer{border-top:1px solid var(--ep-line);background:#151515}
.ep-footer__shell{position:relative}.ep-footer__shell:after{position:absolute;z-index:0;inset:0;border-right:1px solid var(--ep-line);border-left:1px solid var(--ep-line);content:"";pointer-events:none}
.ep-footer__grid,.ep-footer__bottom{position:relative;z-index:1}
.ep-footer__grid{display:grid;grid-template-columns:1fr 1fr}
.ep-footer__brand{padding:96px 48px 96px 0}.ep-footer__brand img{display:block;width:101px;height:auto}.ep-footer__brand>p{max-width:360px;margin:18px 0 0;color:rgba(255,255,255,.5);font-size:14px;line-height:22.4px}
.ep-footer__signup{max-width:528px;margin-top:42px;padding:24px;border:1px solid var(--ep-line);border-radius:4px}.ep-footer__signup strong{display:block;font-size:16px;font-weight:400;line-height:25.6px}.ep-footer__signup>p{margin:10px 0 24px;color:rgba(255,255,255,.5);font-size:14px;line-height:22.4px}
.ep-footer__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px}.ep-footer__form input{min-width:0;height:42px;padding:0 12px;border:1px solid var(--ep-line);border-radius:4px;background:rgba(255,255,255,.04);color:#fff;font:inherit;font-size:14px;outline:0}.ep-footer__form input::placeholder{color:rgba(255,255,255,.5)}.ep-footer__form input:focus{border-color:rgba(143,255,210,.55)}.ep-footer__form .ep-button{height:42px;white-space:nowrap}
.ep-footer__links{display:flex;gap:24px}.ep-footer__column{min-width:0;flex:1;padding:96px 0 96px 24px;border-left:1px solid var(--ep-line)}
.ep-footer h2{margin:0 0 24px;color:#fff;font-size:14px;font-weight:400;line-height:22.4px}
.ep-footer ul{margin:0;padding:0;list-style:none}.ep-footer li+li{margin-top:22px}.ep-footer a:not(.ep-button){color:rgba(255,255,255,.5);font-size:14px;line-height:22.4px}.ep-footer a:hover{color:#fff}
.ep-footer__bottom{display:flex;padding-top:24px;padding-bottom:24px;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--ep-line);color:rgba(255,255,255,.5);font-size:13px}
@media(max-width:960px){.ep-header__inner{gap:8px}.ep-nav,.ep-auth{display:none}.ep-mobile-cta{display:inline-flex!important;margin-left:auto}.ep-menu{display:inline-flex;margin-left:0}.ep-layout--document{grid-template-columns:1fr}.ep-aside{position:static}.ep-footer__grid{grid-template-columns:1fr}.ep-footer__brand{padding:72px 0 48px}.ep-footer__links{border-top:1px solid var(--ep-line)}.ep-footer__column{padding:40px 24px 56px}.ep-footer__column:first-child{padding-left:0;border-left:0}.ep-footer__column:last-child{padding-right:0}}
@media(max-width:640px){.ep-header__inner{padding:0 20px}.ep-logo{width:92px}.ep-mobile-cta{height:40px!important;min-width:92px;padding:10px 16px!important}.ep-mobile{padding-right:20px;padding-left:20px}.ep-shell{padding-right:20px;padding-left:20px}.ep-hero{min-height:0}.ep-hero__inner{min-height:0;margin-right:20px;margin-left:20px;padding:120px 20px 80px}.ep-hero h1{margin-top:24px;font-size:40px;line-height:40px;text-wrap:initial}.ep-hero__lede{margin-top:24px;font-size:16px;line-height:25.6px}.ep-hero__actions{width:100%;margin-top:40px}.ep-hero__actions .ep-button{flex:1}.ep-main{padding:80px 0}.ep-main>.ep-shell{padding-right:20px;padding-left:20px}.ep-section{padding:56px 0}.ep-section h2{font-size:36px;line-height:43.2px}.ep-grid{grid-template-columns:1fr}.ep-card{min-height:0;padding:24px}.ep-footer__brand{padding:72px 0 64px}.ep-footer__signup{padding:20px}.ep-footer__form{grid-template-columns:1fr}.ep-footer__links{display:grid;grid-template-columns:1fr;border-top:0}.ep-footer__column,.ep-footer__column:first-child,.ep-footer__column:last-child{padding:32px 0;border-top:1px solid var(--ep-line);border-left:0}.ep-footer__bottom{align-items:flex-start;flex-direction:column}.ep-status__row{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important}}