:root{--primary-color:#646cff;--primary-hover:#535bf2;--secondary-color:#95554f;--sidebar-width:260px;--header-height:60px;--text-color:#333;--bg-color:#fff;--sidebar-bg:#f8f9fa;--border-color:#e0e0e0;--code-bg:#f5f5f5;--method-get:#61affe;--method-post:#646cff;--method-put:#fca130;--method-delete:#f93e3e;--shadow:0 2px 8px #0000001a}body{color:var(--text-color);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;line-height:1.6}.header{height:var(--header-height);background-color:var(--bg-color);box-shadow:var(--shadow);z-index:100;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.header-logo{align-items:center;display:flex}.header-logo a{align-items:center;text-decoration:none;transition:transform .2s;display:flex}.header-logo a:hover{transform:scale(1.05)}.header-logo img{border-radius:8px;height:40px;margin-right:12px;box-shadow:0 2px 4px #0000001a}.header-title{margin:0;font-size:1.2rem;font-weight:600}.header-nav{align-items:center;margin-left:auto;display:flex}.header-nav a{color:var(--text-color);margin-left:1.5rem;font-size:1rem;font-weight:500;text-decoration:none}.header-nav a:hover{color:var(--primary-color)}.theme-toggle{color:var(--text-color);cursor:pointer;background:#ffffff0d;border:2px solid #95554f80;border-radius:50%;outline:none;justify-content:center;align-items:center;width:36px;height:36px;margin-left:1.5rem;padding:.5rem;font-size:1.2rem;transition:all .3s;display:flex;box-shadow:0 0 5px #95554f4d}.sidebar{top:var(--header-height);width:var(--sidebar-width);height:calc(100vh - var(--header-height));background-color:var(--sidebar-bg);border-right:1px solid var(--border-color);z-index:90;padding:1.5rem 0;position:fixed;left:0;overflow-y:auto}.sidebar-section{margin-bottom:1.5rem;padding:0 1.5rem}.sidebar-section h3{text-transform:uppercase;letter-spacing:.5px;color:#666;margin-bottom:.8rem;font-size:.8rem}.sidebar-nav{margin:0;padding:0;list-style:none}.sidebar-nav li{margin-bottom:.5rem}.sidebar-nav a{color:var(--text-color);border-left:3px solid #0000;padding:.5rem 1.5rem;font-size:.9rem;text-decoration:none;display:block}.sidebar-nav a:hover,.sidebar-nav a.active{border-left-color:var(--secondary-color);background-color:#95554f1a}.main-content{margin-left:var(--sidebar-width);margin-top:var(--header-height);padding:2rem}.docs-container{max-width:900px;margin:0 auto}.intro-section{margin-bottom:3rem}.intro-section h1{color:#333;margin-bottom:1rem;font-size:2.2rem}.intro-section p{color:#555;margin-bottom:1rem;font-size:1.1rem}.key-features{border-left:4px solid var(--secondary-color);background-color:#95554f0d;border-radius:4px;margin-top:2rem;padding:1.5rem}.key-features h3{color:var(--secondary-color);margin-top:0;margin-bottom:1rem;font-size:1.3rem}.key-features p{margin-bottom:1rem}.key-features ul{margin-bottom:0;padding-left:1.5rem}.key-features li{margin-bottom:.5rem;line-height:1.5}.auth-note,.rate-limit-note{background-color:#f8f9fa;border-left:4px solid #6c757d;border-radius:4px;margin-top:1.5rem;padding:1rem}.rate-limit-table{margin-top:1.5rem}.base-url{background:var(--code-bg);border-radius:4px;margin:1rem 0;padding:.5rem 1rem;font-family:monospace;display:inline-block}.api-section{margin-bottom:4rem}.api-section h2{border-bottom:1px solid var(--border-color);color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.8rem}.endpoint{border:1px solid var(--border-color);background-color:var(--bg-color);box-shadow:var(--shadow);border-radius:8px;margin-bottom:3rem;padding:1.5rem}.endpoint-header{align-items:center;margin-bottom:1.5rem;display:flex}.endpoint-title{color:#333;margin:0 0 0 1rem;font-size:1.4rem}.method{color:#fff;text-transform:uppercase;border-radius:4px;padding:.25rem .75rem;font-size:.9rem;font-weight:600;display:inline-block}.method.post{background:var(--secondary-color)}.method.get{background:var(--method-get)}.endpoint-url{background:var(--code-bg);border-radius:4px;margin-top:.5rem;padding:.5rem 1rem;font-family:monospace;display:inline-block}.endpoint-description{color:#555;margin-bottom:1.5rem}.parameters-section h3,.response-format h3,.example-section h3{color:#333;margin-top:1.5rem;margin-bottom:1rem;font-size:1.2rem}.parameters-table{border-collapse:collapse;border-radius:4px;width:100%;margin-bottom:1.5rem;overflow:hidden}.parameters-table th,.parameters-table td{text-align:left;border-bottom:1px solid var(--border-color);padding:.75rem}.parameters-table th{color:#333;background-color:#f8f9fa;font-weight:600}.param-name{font-family:monospace;font-weight:600}.param-type{color:#666;font-size:.9rem}.param-required{background-color:var(--secondary-color);color:#fff;border-radius:4px;margin-left:.5rem;padding:.1rem .5rem;font-size:.8rem;display:inline-block}.code-block-container{background:#f8f9fa;border:1px solid #e1e4e8;border-radius:6px;margin:1rem 0;overflow:hidden;box-shadow:0 2px 4px #0000001a}.code-block-header{color:#fff;background:#2d3748;border-bottom:1px solid #4a5568;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.9rem;display:flex}.code-block-language{text-transform:uppercase;letter-spacing:.5px;font-weight:600}.copy-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:4px;padding:.4rem .8rem;font-family:inherit;font-size:.8rem;transition:all .2s}.copy-button:hover{background:#fff3;border-color:#ffffff80}.code-block{color:#2d3748;white-space:pre;background:#f8f9fa;margin:0;padding:1rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.9rem;line-height:1.5;overflow-x:auto}.code-block code{color:inherit;font-family:inherit;font-size:inherit;background:0 0;border-radius:0;padding:0}@media (width<=768px){.code-block-container{-webkit-overflow-scrolling:touch;width:100%;position:relative;overflow-x:auto}.code-block{white-space:pre;min-width:100%;font-size:.85rem;line-height:1.4}.code-block-header{box-sizing:border-box;width:100%;position:sticky;left:0}.copy-button{touch-action:manipulation;padding:.35rem .6rem;font-size:.85rem}.code-block-container:after{content:"";pointer-events:none;opacity:.7;background:linear-gradient(90deg,#0000,#0000001a);width:40px;height:100%;position:absolute;bottom:0;right:0}html.dark-theme .code-block-container:after{background:linear-gradient(90deg,#0000,#0000004d)}}.try-it-section{border:1px solid var(--border-color);background:#f8f9fa;border-radius:8px;margin-top:2rem;padding:1.5rem}.try-it-section h3{color:#333;margin-top:0;margin-bottom:1.5rem;font-size:1.2rem}.docs-initial-hidden{display:none}.input-group-container{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;display:flex}.input-group{flex:1;min-width:200px}.input-group label{margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.input-group input{border:1px solid var(--border-color);border-radius:4px;width:100%;padding:.75rem;font-size:.9rem}.try-it-button{background:var(--secondary-color);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.try-it-button:hover{border-color:var(--secondary-color);background:#7e4641}.loading{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-left:10px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.response-section{margin-top:1.5rem;display:none}.response-section.visible{display:block}.response-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.response-header h4{color:#333;margin:0;font-size:1rem}.response-status{border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:600;display:inline-block}.response-status.success{color:var(--method-post);background-color:#49cc901a}.response-status.error{color:var(--method-delete);background-color:#f93e3e1a}.response-box{color:#f8f8f2;white-space:pre-wrap;background:#2d2d2d;border-radius:4px;max-height:400px;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.9rem;line-height:1.5;overflow-y:auto}.response-property{color:#f92672}.response-value{color:#a6e22e}.response-string{color:#e6db74}.response-number{color:#ae81ff}.menu-toggle{cursor:pointer;color:var(--text-color);background:0 0;border:none;margin-left:1rem;margin-right:0;font-size:1.5rem;display:none}@media (width<=1024px){.menu-toggle{display:block}.sidebar{z-index:1000;border-right:none;border-left:1px solid var(--border-color);transition:transform .3s;left:auto;right:0;transform:translate(100%)}.sidebar.open{transform:translate(0);box-shadow:-2px 0 10px #0003}.main-content{margin-left:0}}@media (width<=768px){.header{padding:0 1rem}.header-nav a{margin-left:1rem}.main-content,.endpoint{padding:1rem}.input-group{flex:100%}}@media (width<=480px){.header{height:auto;min-height:var(--header-height);flex-wrap:wrap;padding:0 .75rem}.header-logo{flex:1}.header-logo img{height:32px;margin-right:8px}.header-title{font-size:1rem}.header-nav{-webkit-overflow-scrolling:touch;justify-content:space-around;width:100%;margin:0;padding:8px 0;display:flex;overflow-x:auto}.header-nav a{white-space:nowrap;margin:0 8px;font-size:.8rem}.theme-toggle{width:32px;height:32px;margin-left:8px;font-size:1rem;position:static}.main-content{margin-top:calc(var(--header-height) + 40px);padding:.75rem}.intro-section h1{font-size:1.8rem}.intro-section p{font-size:1rem}.endpoint-header{flex-direction:column;align-items:flex-start}.endpoint-title{margin:8px 0}.method{align-self:flex-start}.try-it-button{justify-content:center;width:100%}.parameters-table{font-size:.85rem}.parameters-table th,.parameters-table td{padding:.5rem}.response-box{max-height:200px;font-size:.8rem}.code-block{font-size:.8rem;overflow-x:auto}.sidebar{width:85%;max-width:300px}.sidebar-section{padding:0 1rem}.sidebar-nav a{padding:.5rem 1rem}}html.dark-theme{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html.dark-theme:root{--text-color:#fff;--bg-color:#242424;--sidebar-bg:#2d2d2d;--border-color:#444;--code-bg:#2d2d2d}html.dark-theme body{color:#fff;background-color:#242424}html.dark-theme .header{box-shadow:none;background-color:#2d2d2d}html.dark-theme .header-nav a{color:#fff}html.dark-theme .sidebar{background-color:#2d2d2d}html.dark-theme .sidebar-section h3{color:#aaa}html.dark-theme .sidebar-nav a{color:#fff}html.dark-theme .endpoint{background-color:#242424;border-color:#444}html.dark-theme .try-it-section{background:#333;border-color:#444}html.dark-theme .parameters-table{border:1px solid #444}html.dark-theme .parameters-table th{color:#fff;background-color:#2d2d2d;border-bottom:1px solid #444}html.dark-theme .parameters-table td{background-color:#242424;border-color:#444}html.dark-theme .parameters-table tr:nth-child(2n) td{background-color:#2a2a2a}html.dark-theme .parameters-table code{color:#61affe;background-color:#61affe1a;border-radius:3px;padding:2px 4px}html.dark-theme .code-block-container{background:#1a1a1a;border-color:#333;box-shadow:0 2px 4px #0000004d}html.dark-theme .code-block-header{background:#2d3748;border-bottom-color:#4a5568}html.dark-theme .code-block{color:#e2e8f0;background:#1a1a1a}html.dark-theme .code-block code{color:inherit}html.dark-theme .base-url{color:#fff;background-color:#333}html.dark-theme .base-url code{color:#61affe}html.dark-theme .auth-note,html.dark-theme .rate-limit-note{background-color:#333;border-left-color:#666}html.dark-theme .input-group input{color:#fff;background-color:#333;border-color:#444}html.dark-theme h1,html.dark-theme h2,html.dark-theme h3,html.dark-theme h4,html.dark-theme .endpoint-title,html.dark-theme .response-header h4{color:#fff}html.dark-theme p,html.dark-theme li,html.dark-theme .endpoint-description{color:#ddd}html.dark-theme .key-features{border-left-color:var(--secondary-color);background-color:#95554f1a}html.dark-theme .key-features h3{color:var(--secondary-color)}html.dark-theme .key-features li strong{color:#fff}.theme-toggle{color:var(--text-color);cursor:pointer;background:#ffffff0d;border:2px solid #95554f80;border-radius:50%;margin-left:1rem;padding:.5rem;font-size:1.2rem;transition:all .3s;box-shadow:0 0 5px #95554f4d}.theme-toggle:hover{background-color:#95554f26;border-color:#95554fb3;box-shadow:0 0 8px #95554f66}html.dark-theme .theme-toggle{color:#fd0;border-color:var(--secondary-color);background-color:#95554f33;border-width:3px;box-shadow:0 0 12px #95554fcc}html.dark-theme .theme-toggle:hover{border-color:var(--secondary-color);background-color:#95554f4d;box-shadow:0 0 16px #95554fe6}html.dark-theme .rate-limit-table .parameters-table{background-color:#0000}html.dark-theme .rate-limit-table .parameters-table th{background-color:#2d2d2d}html.dark-theme .rate-limit-table .parameters-table tr:nth-child(odd) td{background-color:#242424}html.dark-theme .rate-limit-table .parameters-table tr:nth-child(2n) td{background-color:#2a2a2a}.modal{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0006;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:auto}.modal-content{background-color:var(--bg-color);border:1px solid var(--border-color);width:80%;max-width:500px;box-shadow:var(--shadow);border-radius:8px;margin:15% auto;padding:2rem;position:relative}.close-modal{color:#aaa;float:right;cursor:pointer;font-size:28px;font-weight:700;position:absolute;top:10px;right:20px}.close-modal:hover,.close-modal:focus{color:var(--secondary-color);text-decoration:none}.pricing-info{text-align:center;padding:1rem 0}.price-tag{color:var(--secondary-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.price-duration{margin-bottom:1.5rem;font-size:1.2rem}.availability{margin:1.5rem 0}.highlight{color:var(--secondary-color);font-weight:600}.progress-bar{background-color:#e0e0e0;border-radius:5px;height:10px;margin:.5rem 0;overflow:hidden}.progress{background-color:var(--secondary-color);border-radius:5px;height:100%}.progress-full{width:100%}.pricing-main{position:relative}.sold-out-overlay{z-index:10;pointer-events:none;background:#ffffffb3;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.sold-out-text{color:#95554f;letter-spacing:.12em;opacity:.95;pointer-events:none;text-align:center;text-shadow:0 2px 12px #00000014;text-transform:uppercase;-webkit-user-select:none;user-select:none;font-size:2.8rem;font-weight:900}.price-note{color:#666;margin-top:1rem;font-style:italic}.pricing-waitlist{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem}.pricing-waitlist-copy{color:#666;margin-bottom:1rem}.pricing-waitlist-link{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.support-info{padding:1rem 0}.support-option{background-color:#95554f0d;border-radius:8px;align-items:center;margin:1rem 0;padding:1rem;display:flex}.support-icon{color:var(--secondary-color);margin-right:1rem;font-size:1.5rem}.support-option a{color:var(--text-color);font-weight:500;text-decoration:none}.support-option a:hover{color:var(--secondary-color);text-decoration:underline}.parameters-table-tight{margin-bottom:1rem}.code-block-container-spaced,.auth-note-compact{margin-top:1rem}@media (width<=768px){.input-group-container{gap:1rem}.input-group{margin-bottom:1rem}.input-group label{margin-bottom:.4rem;font-size:.9rem}.input-group input{appearance:none;padding:.8rem;font-size:1rem}.try-it-button{touch-action:manipulation;-webkit-tap-highlight-color:transparent;justify-content:center;width:100%;margin-top:.5rem;padding:.8rem 1rem;font-size:1rem}.try-it-button:active{background-color:#6a3c38;transform:scale(.98)}.modal-content{width:90%;margin:30% auto;padding:1.5rem}.close-modal{font-size:24px;top:5px;right:10px}.rate-limit-table{-webkit-overflow-scrolling:touch;margin-bottom:1rem;overflow-x:auto}}
