:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f9fc;--bg-soft:#eff3f9;--bg-soft-2:#e7edf6;--surface:#fff;--surface-muted:#f1f4f9;--text:#0b0f19;--text-muted:#4a5565;--text-dark:#0b0f19;--accent:#0052ff;--accent-2:#00c2ff;--accent-3:#7b9bff;--stroke:#0b0f191a;--shadow:#0f172a1f;--radius-lg:28px;--radius-md:18px;--radius-sm:12px}[data-theme=dark]{--bg:#0b1220;--bg-soft:#141c2a;--bg-soft-2:#1e2837;--surface:#101623;--surface-muted:#1a2232;--text:#f1f5f9;--text-muted:#94a3b8;--text-dark:#f8fafc;--stroke:#ffffff1f;--shadow:#0000004d}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);background:radial-gradient(1200px 800px at 90% -10%,#0052ff1f,transparent 60%),radial-gradient(900px 700px at 10% 5%,#00c2ff1a,transparent 55%),radial-gradient(700px 600px at 60% 80%,#7b9bff14,transparent 60%),var(--bg);color:var(--text);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}main{display:block}.container{width:min(1200px,92vw);margin:0 auto}.hero{padding:88px 0 72px;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(40px);z-index:0;opacity:.8;background:radial-gradient(circle,#0052ff2e,#0000 70%);height:320px;position:absolute;inset:18% 55% auto -10%}.hero:after{content:"";filter:blur(50px);z-index:0;opacity:.8;background:radial-gradient(circle,#00c2ff29,#0000 70%);height:420px;position:absolute;inset:-30% -10% auto 50%}.hero-content{z-index:1;gap:32px;display:grid;position:relative}.badge{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-2);background:#0052ff14;border:1px solid #0052ff33;border-radius:999px;align-items:center;gap:10px;width:fit-content;padding:6px 14px;font-size:13px;display:inline-flex}.title{letter-spacing:-.02em;max-width:12ch;margin:0;font-size:clamp(2.6rem,4vw,4.8rem)}.subtitle{color:var(--text-muted);max-width:56ch;margin:0;font-size:clamp(1.05rem,1.6vw,1.35rem)}.cta-row{flex-wrap:wrap;gap:14px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;font-weight:600;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-flex}.button.primary{color:#fff;background:linear-gradient(135deg,#0047ff,#3b8dff);box-shadow:0 16px 32px #0052ff33}.button.secondary{background:var(--surface);border-color:var(--stroke);color:var(--text)}.button:hover{box-shadow:0 12px 32px var(--shadow);transform:translateY(-1px)}.section{padding:56px 0}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.section-title{margin:0;font-size:clamp(1.4rem,2.5vw,2.1rem)}.section-subtitle{color:var(--text-muted);max-width:60ch;margin:0}.grid{gap:20px;display:grid}.grid.cols-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-md);box-shadow:0 18px 40px var(--shadow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:22px}.card h3{margin:0 0 10px;font-size:1.05rem}.card p{color:var(--text-muted);margin:0}.surface{background:var(--bg-soft);color:var(--text);border-radius:var(--radius-lg);border:1px solid var(--stroke);box-shadow:0 24px 50px var(--shadow);padding:32px}.surface h3,.surface p,.surface li{color:var(--text)}.quickstart{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.code-block{color:#f8fafc;border-radius:var(--radius-sm);font-family:var(--font-mono);background:#0b1220;border:1px solid #ffffff14;padding:18px;font-size:.9rem;overflow-x:auto}.meta-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.meta-list li{color:var(--text-muted);align-items:flex-start;gap:10px;display:flex}.tag{color:var(--accent);background:#0052ff1a;border:1px solid #0052ff47;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;display:inline-flex}.status-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.status-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-md);box-shadow:0 18px 36px var(--shadow);padding:22px}.status-card h3{margin:0;font-size:1.1rem}.status-card p{color:var(--text-muted);margin:4px 0 0;font-size:.9rem}.status-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.status-pill{white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600}.status-pill.ok{color:#fff;background:#0052ff;border-color:#0052ff}.status-pill.warn{color:#fff;background:#f59e0b;border-color:#f59e0b}.status-pill.error{color:#fff;background:#ef4444;border-color:#ef4444}.status-list{color:var(--text-muted);gap:8px;margin:16px 0 0;padding:0;list-style:none;display:grid}.status-list li{justify-content:space-between;gap:12px;font-size:.95rem;display:flex}.status-list li span{color:var(--text-muted)}.status-list strong{color:var(--text);font-weight:600}.status-list li.stack{flex-direction:column;align-items:flex-start}.status-list li.stack strong{font-weight:500}.status-list code{font-family:var(--font-mono);background:#0052ff14;border-radius:999px;padding:2px 8px;font-size:.85rem}.status-note{color:var(--text-muted);margin:16px 0 0;font-size:.85rem}.health-dashboard{gap:20px;display:grid}.health-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.health-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.health-updated{color:var(--text-muted);font-size:.85rem}.health-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.health-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-md);box-shadow:0 14px 34px var(--shadow);padding:20px}.health-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.health-card h3{margin:0;font-size:1.05rem}.health-card p{color:var(--text-muted);word-break:break-word;margin:4px 0 0;font-size:.85rem}.health-app-link{color:var(--text-muted);word-break:break-word;margin-top:4px;font-size:.85rem;display:inline-flex}.health-meta{color:var(--text-muted);gap:8px;margin:16px 0;font-size:.9rem;display:grid}.health-meta div{justify-content:space-between;gap:12px;display:flex}.health-meta strong{color:var(--text);font-weight:600}.health-response{flex-direction:column;align-items:flex-start}.health-link-row{flex-wrap:wrap;gap:12px;display:flex}.health-action{padding:8px 14px;font-size:.85rem}.health-error{border-radius:var(--radius-sm);color:#ffe7e7;background:#ff6b6b1f;border:1px solid #ff6b6b66;padding:12px 14px;font-size:.9rem}.health-empty{border-radius:var(--radius-sm);color:var(--text-muted);border:1px dashed #fff3;padding:12px 14px;font-size:.9rem}.button[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.footer{color:var(--text-muted);padding:48px 0 72px;font-size:.95rem}.docs-page{min-height:100vh;padding-bottom:80px}.docs-hero{padding:48px 0 32px}.docs-shell{background:var(--bg-soft);color:var(--text);border-radius:var(--radius-lg);border:1px solid var(--stroke);padding:24px}.docs-shell .swagger-ui{font-family:var(--font-sans);color:var(--text-dark)}.docs-shell .swagger-ui .topbar{display:none}.docs-shell .swagger-ui .info{margin:0 0 24px}.docs-shell .swagger-ui .scheme-container{box-shadow:none}.docs-shell .swagger-ui .opblock{border:1px solid #14100a1f;border-radius:16px}.docs-shell .swagger-ui .opblock-tag{font-family:var(--font-sans)}.docs-actions{margin-top:16px}.schema-surface{padding:28px}.schema-explorer{gap:24px;display:grid}.schema-controls{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.schema-actions{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.schema-stats{color:var(--text-muted);flex-wrap:wrap;gap:16px;font-size:.9rem;display:flex}.schema-search{color:var(--text-muted);gap:6px;font-size:.85rem;display:grid}.schema-search input{border:1px solid var(--stroke);font-family:var(--font-sans);background:var(--surface);min-width:260px;color:var(--text);border-radius:999px;padding:10px 14px;font-size:.95rem}.schema-search input::placeholder{color:var(--text-muted)}.schema-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.schema-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-md);box-shadow:0 18px 40px var(--shadow);padding:20px}.schema-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.schema-card-title{margin:0;font-size:1.05rem}.schema-card-type{color:var(--text-muted);margin:4px 0 0;font-size:.85rem}.schema-columns{gap:10px;display:grid}.schema-column{border:1px solid var(--stroke);background:var(--bg-soft);border-radius:14px;padding:10px 12px}.schema-column-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.schema-column-name{flex-wrap:wrap;align-items:center;gap:8px;font-weight:600;display:flex}.schema-column-type{color:var(--text-muted);font-size:.85rem}.schema-column-default{color:var(--text-muted);word-break:break-word;margin-top:6px;font-size:.8rem}.schema-pill{border:1px solid var(--stroke);background:var(--surface-muted);color:var(--text-muted);border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:600}.schema-pill.primary{color:var(--accent);background:#0052ff1f;border-color:#0052ff59}.schema-pill.required{color:#ef4444;background:#ef44441f;border-color:#ef444459}.schema-empty,.schema-error{border-radius:var(--radius-sm);border:1px solid var(--stroke);background:var(--surface);color:var(--text-muted);padding:14px 16px}.schema-error{color:#ef4444;border-color:#ef444459}@media (max-width:720px){.hero{padding:64px 0 48px}.section{padding:40px 0}.cta-row{flex-direction:column;align-items:stretch}.cta-row .button{justify-content:center;width:100%}.status-grid{grid-template-columns:1fr}.status-list li{flex-direction:column;align-items:flex-start}.health-grid{grid-template-columns:1fr}.surface{padding:24px}.docs-shell{padding:16px}.schema-surface{padding:20px}.schema-actions{align-items:flex-start}.schema-search input{min-width:100%}.docs-hero{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--stroke);background:#0e1416eb;padding:20px 0 16px;position:sticky;top:0}.docs-hero .title{font-size:2rem}.docs-hero .subtitle{font-size:.98rem}.docs-actions{flex-direction:column;align-items:stretch}.docs-actions .button{justify-content:center;width:100%}.docs-shell{border-radius:18px;padding:12px}.docs-shell .swagger-ui .opblock{margin-bottom:12px}.docs-shell .swagger-ui .opblock-summary{flex-wrap:wrap;gap:6px 8px}.docs-shell .swagger-ui .opblock-summary-path{word-break:break-all}.health-header{flex-direction:column;align-items:flex-start}.health-actions{justify-content:flex-start;width:100%}.health-link-row{flex-direction:column;align-items:stretch}.health-action{justify-content:center;width:100%}.health-card-header,.health-meta div{flex-direction:column;align-items:flex-start}}.action-buttons-container{flex-direction:column;gap:10px;margin-top:16px;display:flex}.action-buttons-row{flex-wrap:wrap;gap:8px;display:flex}.action-button{flex:1;justify-content:center;min-width:120px;padding:10px 14px;font-size:.85rem}.action-result{border-radius:var(--radius-sm);padding:10px 14px;font-size:.85rem}.action-result.success{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e66}.action-result.error{color:#ef4444;background:#ef44441f;border:1px solid #ef444466}@media (max-width:720px){.action-buttons-row{flex-direction:column}.action-button{width:100%}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_81e3057-module__PcZKXa__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_81e3057-module__PcZKXa__variable{--font-sans:"Space Grotesk","Space Grotesk Fallback"}
@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e390973e931a41c5-s.a82ecf4e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/59b15b4bcd7b1eb5-s.afa48be3.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e532fa1b9921e1cd-s.764b43eb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2fe89d53234c61d4-s.cb53f04b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/99e609270109b47d-s.p.64b9304e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5e05ae5b48faa55e-s.6b5ea6af.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a7afbb44bec2bb18-s.1dcddae6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/02263ebadd758ea4-s.8da66e7f.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/68757d6cddeff913-s.e6cd1753.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/effe91970fc4db64-s.p.19510058.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ff74e33ebd7bca3-s.140490a3.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1a69062cfe6f77f8-s.b36ae37c.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9a4838fcda0d1bca-s.bf5f8a12.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2e95a7d252b9825a-s.10086973.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/23b7a97ae3b5c134-s.p.2902b61f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono Fallback;src:local(Arial);ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.0%;size-adjust:134.59%}.ibm_plex_mono_84cad22d-module__DoMSfW__className{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.ibm_plex_mono_84cad22d-module__DoMSfW__variable{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}
