.docs-header{color:#fff;z-index:20;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0f172a1f}.docs-header__brand{align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.docs-header__version{background:#ffffff2e;border:1px solid #ffffff40;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.docs-header__download-btn{color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff40;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.docs-header__download-btn:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.docs-header__download-btn:active{background:#fff3;transform:translateY(0)}.help-button{color:#fff;z-index:30;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #2563eb59}.help-button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2563eb66}.sidebar{border-right:1px solid #e2e8f0;width:320px;min-width:320px;height:calc(100vh - 56px);position:sticky;top:56px;overflow-y:auto}.sidebar__nav{padding:16px 12px 32px}.sidebar__link{color:#334155;border-radius:8px;align-items:center;gap:10px;margin-bottom:4px;padding:10px 12px;font-weight:500;text-decoration:none;display:flex}.sidebar__link:hover{background:#eef2ff}.sidebar__link--active{color:#1d4ed8;background:#dbeafe}.sidebar__section-label{letter-spacing:.08em;color:#94a3b8;margin:20px 12px 10px;font-size:11px;font-weight:700}.sidebar__module-link{color:#334155;border-radius:8px;align-items:center;gap:10px;margin-bottom:4px;padding:10px 12px;font-weight:500;text-decoration:none;display:flex}.sidebar__module-link:hover{background:#eef2ff}.sidebar__module-link--active{color:#1d4ed8;background:#dbeafe}.sidebar__endpoint{color:#475569;border-radius:8px;align-items:flex-start;gap:8px;padding:8px 10px;font-size:12px;line-height:1.4;text-decoration:none;display:flex}.sidebar__endpoint:hover{background:#f1f5f9}.sidebar__endpoint--active{color:#1d4ed8;background:#dbeafe}.sidebar__endpoint-path{word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}@media (width<=960px){.sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;min-width:0;height:auto;position:static}}.docs-app{background:#f1f5f9;min-height:100vh}.docs-body{min-height:calc(100vh - 56px);display:flex}.docs-main{flex:1;min-width:0;padding:32px 40px 64px}@media (width<=960px){.docs-body{flex-direction:column}.docs-main{padding:24px 20px 64px}}.code-block{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.code-block__title{color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:8px 14px;font-size:13px;font-weight:600}.code-block__pre{color:#e2e8f0;background:#0f172a;margin:0;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.code-block__pre code{white-space:pre}.method-badge{color:#fff;letter-spacing:.02em;text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700;display:inline-flex}.method-badge--sm{min-width:42px;padding:2px 6px;font-size:10px}.method-badge--md{min-width:52px;padding:4px 10px;font-size:12px}.auth-page h1{color:#0f172a;margin:0 0 12px;font-size:32px}.auth-page__intro{color:#64748b;max-width:760px;margin:0 0 28px;line-height:1.7}.auth-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.auth-section h2{color:#0f172a;margin:0 0 10px;font-size:22px}.auth-section p{color:#64748b;margin:0 0 16px;line-height:1.6}.auth-section__endpoint{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.auth-section__endpoint code{color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:15px}.auth-section .code-block{margin-bottom:16px}.auth-section .code-block:last-child{margin-bottom:0}.home-page h1{color:#0f172a;margin:0 0 12px;font-size:32px}.home-page__intro{color:#64748b;max-width:760px;margin:0 0 28px;font-size:16px;line-height:1.7}.home-page__cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px;display:grid}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px}.info-card h2{color:#334155;margin:0 0 12px;font-size:16px}.info-card p{color:#475569;margin:0 0 8px}.info-card p:last-child{margin-bottom:0}.info-card__code{color:#0f172a;word-break:break-all;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px;font-size:14px;display:block}.home-page__quick-start{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.home-page__quick-start h2{color:#0f172a;margin:0 0 16px;font-size:20px}.home-page__quick-start ol{color:#475569;margin:0;padding-left:20px;line-height:1.8}.home-page__quick-start li{margin-bottom:10px}.home-page__quick-start li:last-child{margin-bottom:0}.endpoint-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px;scroll-margin-top:24px}.endpoint-card__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.endpoint-card__method-path{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.endpoint-card__path{color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:15px}.endpoint-card__auth-badge{color:#854d0e;background:#fef9c3;border:1px solid #fde047;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.endpoint-card__summary{color:#0f172a;margin:0 0 8px;font-size:18px}.endpoint-card__description{color:#64748b;margin:0 0 20px;line-height:1.6}.endpoint-card__section{margin-top:20px}.endpoint-card__section h4{color:#334155;text-transform:uppercase;letter-spacing:.04em;margin:0 0 12px;font-size:14px}.endpoint-card__params{margin:0;padding:0;list-style:none}.endpoint-card__params li{border-bottom:1px solid #f1f5f9;padding:12px 0}.endpoint-card__params li:last-child{border-bottom:none}.endpoint-card__params code{color:#0f172a;font-weight:600}.endpoint-card__param-meta{color:#64748b;margin-left:8px;font-size:13px}.endpoint-card__required{color:#dc2626;margin-left:8px;font-size:12px;font-weight:600}.endpoint-card__param-desc{color:#64748b;margin:6px 0 0;font-size:14px;line-height:1.5}.module-page h1{color:#0f172a;margin:0 0 12px;font-size:32px}.module-page__description{color:#64748b;max-width:760px;margin:0 0 28px;line-height:1.7}:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f1f5f9;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}a{color:inherit}button{font:inherit}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
