html,body{height:100%;margin:0}body{-webkit-font-smoothing:antialiased}*{box-sizing:border-box}:root{--font: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace}[data-theme=light]{--bg: #C9C9C1;--surface: #F2F2EC;--paper: #C9C9C1;--surface-2: #E6E6DF;--surface-3: #BFBFB7;--line: #0D0D0D;--line-soft: #A8A8A0;--text: #0D0D0D;--dim: #4A4A44;--mute: #75756D;--accent: #0D0D0D;--accent-hover: #000000;--accent-soft: #D8D8D0;--accent-line: #0D0D0D;--accent-fg: #F2F2EC;--ok: #2C6733;--ok-soft: #B9C9AE;--warn: #7A5600;--warn-soft: #DCCFA4;--err: #9E2A1B;--err-soft: #D8AFA6;--info-soft: #B6C4D2;--info: #244A73;--term-bg: #0D0D0D;--term-text: #E4E4DC;--bevel-out: inset -1px -1px 0 #83837B, inset 1px 1px 0 #FFFFFF;--bevel-in: inset 1px 1px 0 #83837B, inset -1px -1px 0 #FFFFFF;--desk: #7E8C99;--desk-2: #8A97A3;--shadow: 4px 4px 0 rgba(13,13,13,.4)}[data-theme=dark]{--bg: #3A3A38;--surface: #262624;--paper: #3A3A38;--surface-2: #2E2E2C;--surface-3: #4A4A47;--line: #0D0D0D;--line-soft: #565653;--text: #E8E8E2;--dim: #ADADA5;--mute: #86867E;--accent: #E8E8E2;--accent-hover: #FFFFFF;--accent-soft: #4A4A47;--accent-line: #0D0D0D;--accent-fg: #1A1A18;--ok: #8FCB92;--ok-soft: #3B4A38;--warn: #DCB865;--warn-soft: #4A4028;--err: #E88C7E;--err-soft: #4E322C;--info-soft: #34414E;--info: #A8C6E0;--term-bg: #101010;--term-text: #E4E4DC;--bevel-out: inset -1px -1px 0 #141413, inset 1px 1px 0 #5E5E5A;--bevel-in: inset 1px 1px 0 #141413, inset -1px -1px 0 #5E5E5A;--desk: #1E2225;--desk-2: #262B2F;--shadow: 4px 4px 0 rgba(0,0,0,.5)}body{font-family:var(--font);font-size:12.5px;background:var(--bg);color:var(--text)}input,button,select,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:8px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-track{background:transparent}@keyframes hs-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes hs-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes hs-spin{to{transform:rotate(360deg)}}@keyframes hs-march{to{background-position:8.5px 0}}.hs-panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--bevel-out)}.hs-inset{background:var(--surface-2);border:1px solid var(--line);box-shadow:var(--bevel-in)}.hs-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border:1px solid var(--line);border-radius:0;box-shadow:var(--bevel-out);background:var(--surface);color:var(--text);font-size:12px;font-weight:600;letter-spacing:.04em;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.hs-btn:hover:not(:disabled){background:var(--surface-2)}.hs-btn:active:not(:disabled){box-shadow:var(--bevel-in);transform:translate(1px,1px)}.hs-btn:disabled{opacity:.45;cursor:not-allowed}.hs-btn--primary{background:var(--accent);color:var(--accent-fg);text-transform:uppercase;letter-spacing:.07em;font-weight:500}.hs-btn--primary:hover:not(:disabled){background:var(--accent-hover)}.hs-btn--danger{color:var(--err)}.hs-btn--sm{padding:5px 10px;font-size:11px}.hs-input{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:0;box-shadow:var(--bevel-in);background:var(--surface);color:var(--text);font-size:13px;outline:none}.hs-input:focus{box-shadow:var(--bevel-in),0 0 0 2px var(--accent-soft)}.hs-input::placeholder{color:var(--mute)}.hs-label{display:flex;flex-direction:column;gap:7px}.hs-label>span{font-size:12px;font-weight:600;color:var(--dim)}.hs-new-service{display:flex;flex-direction:column;gap:18px;max-width:1040px}.hs-form-card{padding:0;overflow:hidden}.hs-form-section{padding:22px;border-bottom:1px solid var(--line-soft);display:flex;flex-direction:column;gap:14px}.hs-form-section:last-of-type{border-bottom:none}.hs-form-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hs-form-section__head h2{margin:0 0 5px;font-size:14px;letter-spacing:.02em}.hs-form-section__head p{margin:0;color:var(--dim);font-size:11.5px;line-height:1.55}.hs-form-grid{display:grid;gap:14px;align-items:end}.hs-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-form-grid--source{grid-template-columns:minmax(0,1fr) auto}.hs-form-row{display:flex;align-items:center;gap:10px}.hs-form-row--between{justify-content:space-between}.hs-form-label{color:var(--dim);font-size:12px;font-weight:600}.hs-form-help{padding:10px 12px;border:1px solid var(--line);font-size:12px;line-height:1.55}.hs-form-help--info{color:var(--info);background:var(--info-soft)}.hs-form-empty{padding:18px;color:var(--mute);font-size:12px}.hs-form-detected{display:flex;align-items:center;flex-wrap:wrap;gap:9px;min-height:24px}.hs-repo-picker{display:flex;flex-direction:column;gap:9px}.hs-repo-list{max-height:270px;overflow:auto;padding:4px}.hs-repo-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 10px;border:1px solid transparent;background:transparent;color:var(--text);text-align:left;font:inherit;font-size:12px;cursor:pointer}.hs-repo-option:hover{background:var(--surface);border-color:var(--line-soft)}.hs-repo-option.is-selected{background:var(--accent-soft);border-color:var(--line);box-shadow:var(--bevel-in)}.hs-repo-option>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hs-type-option{display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-height:78px;padding:12px;border:1px solid var(--line);box-shadow:var(--bevel-out);background:var(--surface);color:var(--text);text-align:left;font:inherit;cursor:pointer}.hs-type-option:hover{background:var(--surface-2)}.hs-type-option.is-selected{background:var(--accent-soft);box-shadow:var(--bevel-in)}.hs-type-option>span{font-size:12.5px;font-weight:700}.hs-type-option small{color:var(--mute);font-size:10.5px;line-height:1.45}.hs-toggle-row{display:inline-flex;align-items:center;gap:9px;width:fit-content;font-size:12.5px;cursor:pointer}.hs-toggle-row input,.hs-env-secret input{accent-color:var(--accent)}.hs-env-list{display:flex;flex-direction:column;gap:8px}.hs-env-row{display:grid;grid-template-columns:minmax(130px,1fr) minmax(160px,1.4fr) auto auto;gap:8px;align-items:center}.hs-env-secret{display:inline-flex;align-items:center;gap:5px;color:var(--dim);font-size:11px;white-space:nowrap;cursor:pointer}.hs-form-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 22px;background:var(--surface-2)}.hs-form-actions__right{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:0}.hs-form-actions__hint{color:var(--mute);font-size:10.5px;line-height:1.45;text-align:right}@media(max-width:760px){.hs-form-section{padding:17px}.hs-form-grid--2,.hs-form-grid--source,.hs-type-grid{grid-template-columns:1fr}.hs-form-grid--source>.hs-btn{width:100%}.hs-env-row{grid-template-columns:1fr 1fr auto}.hs-env-secret{grid-column:1 / 3}.hs-form-actions{align-items:stretch;flex-direction:column-reverse;padding:14px 17px}.hs-form-actions__right{align-items:stretch;flex-direction:column}.hs-form-actions__hint{text-align:left}.hs-form-actions__right .hs-btn{width:100%}}.hs-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border:1px solid var(--line);font-size:11px;font-weight:600;white-space:nowrap}.hs-badge--ok{background:var(--ok-soft);color:var(--ok)}.hs-badge--warn{background:var(--warn-soft);color:var(--warn)}.hs-badge--err{background:var(--err-soft);color:var(--err)}.hs-badge--info{background:var(--info-soft);color:var(--info)}.hs-badge--mute{background:var(--surface-3);color:var(--dim)}.hs-dot{width:7px;height:7px;flex:none}.hs-dot--live{animation:hs-pulse 1.6s ease-in-out infinite}.hs-title{font-size:20px;font-weight:700;letter-spacing:.01em;margin:0}.hs-sub{font-size:13px;line-height:1.6;color:var(--dim);margin:0}.hs-mono-dim{font-size:12px;color:var(--mute)}.hs-table{width:100%;border-collapse:collapse;font-size:12.5px}.hs-table th{text-align:left;padding:9px 12px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--mute);border-bottom:1px solid var(--line);background:var(--surface-2)}.hs-table td{padding:11px 12px;border-bottom:1px solid var(--line-soft)}.hs-table tbody tr:hover{background:var(--surface-2)}.hs-table tbody tr{cursor:pointer}.hs-tabs{display:flex;gap:3px;flex-wrap:wrap}.hs-tab{padding:7px 13px;border:1px solid var(--line);box-shadow:var(--bevel-out);background:var(--surface);color:var(--dim);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.hs-tab[aria-selected=true]{background:var(--accent);color:var(--accent-fg);box-shadow:var(--bevel-in)}.hs-term{background:var(--term-bg);color:var(--term-text);border:1px solid var(--line);box-shadow:var(--bevel-in);font-size:12px;line-height:1.55}.hs-enter{animation:hs-in .18s ease-out both}.hs-shell{height:100vh;height:100dvh;display:grid;grid-template-columns:minmax(190px,220px) 1fr;overflow:hidden}.hs-shell__aside{display:flex;flex-direction:column;gap:22px;padding:18px;background:var(--surface-2);border-right:1px solid var(--line);overflow:auto}.hs-shell__nav{display:flex;flex-direction:column;gap:4px}.hs-shell__prefs{margin-top:auto;display:flex;flex-direction:column;gap:12px}.hs-shell__main{display:flex;flex-direction:column;min-width:0;min-height:0}.hs-shell__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 22px;background:var(--surface);border-bottom:1px solid var(--line);flex:none}.hs-shell__content{flex:1;min-height:0;overflow:auto;padding:22px}.hs-burger,.hs-brand-mobile{display:none}.hs-menu-anchor{position:relative;z-index:41;height:0}.hs-menu-backdrop{position:fixed;inset:0;background:#00000059;z-index:40}.hs-menu{position:absolute;top:0;left:0;right:0;z-index:41;display:flex;flex-direction:column;gap:12px;padding:14px;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:var(--shadow)}@media(max-width:900px){.hs-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.hs-shell__aside{display:none}.hs-burger{display:inline-flex}.hs-brand-mobile{display:block}.hs-shell__main{position:relative}.hs-shell__header{padding:10px 14px}.hs-shell__content{padding:14px}}@media(max-width:620px){.hs-shell__header .hs-path,.hs-shell__header .hs-email,.hs-shell__header .hs-signout{display:none}}.hs-auth{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hs-auth__pitch{padding:44px;display:flex;flex-direction:column;justify-content:space-between;gap:40px;background:var(--surface-2);border-right:1px solid var(--line);overflow:auto}.hs-auth__form{padding:44px;display:flex;align-items:center;justify-content:center;overflow:auto}@media(max-width:860px){.hs-auth{grid-template-columns:1fr;grid-template-rows:auto auto}.hs-auth__pitch{order:2;border-right:none;border-top:1px solid var(--line);padding:28px 20px}.hs-auth__form{order:1;padding:32px 20px}.hs-auth__pitch .hs-auth__head{font-size:21px}}.hs-scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.hs-cards{display:none}.hs-table-wide{display:block}.hs-card-row{border-bottom:1px solid var(--line-soft);padding:12px 14px;display:flex;flex-direction:column;gap:10px}.hs-card-row:last-child{border-bottom:none}.hs-card-row:active{background:var(--surface-2)}.hs-card-row__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.hs-card-row__grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 12px;padding-top:10px;border-top:1px solid var(--line-soft)}.hs-card-row__label{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--mute);margin-bottom:2px}.hs-card-row__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid var(--line-soft)}@media(max-width:760px){.hs-table-wide{display:none}.hs-cards{display:block}}.hs-section{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}@media(max-width:620px){.hs-title{font-size:17px}.hs-sub{font-size:12.5px}.hs-section__actions{width:100%}.hs-section__actions .hs-btn{flex:1 1 auto}}.hs-modal-backdrop{position:fixed;inset:0;z-index:100;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px;overflow:auto}.hs-modal{width:100%;max-width:520px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;max-height:calc(100dvh - 40px)}.hs-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--line);background:var(--surface-2);flex:none}.hs-modal__body{padding:16px;display:flex;flex-direction:column;gap:14px;overflow:auto}.hs-modal__foot{display:flex;gap:8px;justify-content:flex-end;padding:14px 16px;border-top:1px solid var(--line);background:var(--surface-2);flex:none;flex-wrap:wrap}@media(max-width:620px){.hs-modal-backdrop{padding:0;align-items:flex-end}.hs-modal{max-width:none;max-height:92dvh}.hs-modal__foot .hs-btn{flex:1 1 auto}}.hs-canvas{position:relative;background:var(--surface-2);border:1px solid var(--line);box-shadow:var(--bevel-in);background-image:radial-gradient(var(--line-soft) 1px,transparent 1px);background-size:20px 20px;background-position:10px 10px;overflow:hidden;touch-action:none}.hs-canvas__card{position:absolute;background:var(--surface);border:1px solid var(--line);padding:10px;display:flex;flex-direction:column;gap:5px;cursor:grab;-webkit-user-select:none;user-select:none}.hs-canvas__card:active{cursor:grabbing}.hs-skel{display:block;background:var(--surface-2);border:1px solid var(--line-soft);position:relative;overflow:hidden;flex:none}.hs-skel:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--text) 8%,transparent) 50%,transparent 100%);animation:hs-skel-sweep 1.25s ease-in-out infinite}@keyframes hs-skel-sweep{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.hs-skel:after{animation:none}}
