.styles_api-page__gzi_X{min-height:100vh;background:var(--bg-light);color:var(--text-light)}.dark .styles_api-page__gzi_X{background:var(--bg-dark);color:var(--text-dark)}.styles_api-container__6wO7I{max-width:1200px;margin:0 auto;padding:2rem 1rem}.styles_api-header__hJyys{text-align:center;margin-bottom:4rem;padding:4rem 2rem;background:linear-gradient(135deg,var(--primary) 0,#8b5cf6 100%);color:white;border-radius:20px}.styles_api-header__hJyys h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.styles_api-subtitle__KqdTK{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.styles_api-actions__RHeP9{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.styles_primary-button__JPyHS,.styles_secondary-button__kH7Lk{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.styles_primary-button__JPyHS{background:white;color:var(--primary)}.styles_primary-button__JPyHS:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.styles_secondary-button__kH7Lk{background:transparent;color:white;border:2px solid white}.styles_secondary-button__kH7Lk:hover{background:white;color:var(--primary);transform:translateY(-2px)}.styles_api-features__fSI7c{margin-bottom:6rem}.styles_api-features__fSI7c h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary)}.styles_features-grid__dZX3t{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.styles_feature-card__6cfgF{background:var(--card-light);padding:2.5rem 2rem;border-radius:12px;text-align:center;border:1px solid #e5e7eb;transition:all .3s ease}.dark .styles_feature-card__6cfgF{background:var(--card-dark);border-color:#374151}.styles_feature-card__6cfgF:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.dark .styles_feature-card__6cfgF:hover{box-shadow:0 15px 30px rgba(0,0,0,.3)}.styles_feature-icon__KebOF{font-size:3rem;margin-bottom:1.5rem}.styles_feature-card__6cfgF h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-light)}.dark .styles_feature-card__6cfgF h3{color:var(--text-dark)}.styles_feature-card__6cfgF p{color:#6b7280;line-height:1.6}.dark .styles_feature-card__6cfgF p{color:#9ca3af}.styles_api-endpoints__nwhPm{margin-bottom:6rem}.styles_api-endpoints__nwhPm h2{font-size:2.5rem;margin-bottom:2rem;color:var(--primary)}.styles_endpoints-container__W77BU{display:grid;grid-template-columns:300px 1fr;grid-gap:2rem;gap:2rem;background:var(--card-light);border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.dark .styles_endpoints-container__W77BU{background:var(--card-dark);border-color:#374151}.styles_endpoints-sidebar__QcQM5{background:#f8fafc;border-right:1px solid #e5e7eb;padding:1.5rem}.dark .styles_endpoints-sidebar__QcQM5{background:#1f2937;border-color:#374151}.styles_endpoint-item__xTy9H{display:flex;align-items:center;width:100%;padding:1rem;border:none;background:transparent;color:inherit;cursor:pointer;transition:all .3s ease;border-radius:6px;margin-bottom:.5rem}.styles_endpoint-item__xTy9H:hover{background:#e5e7eb}.dark .styles_endpoint-item__xTy9H:hover{background:#374151}.styles_endpoint-item__xTy9H.styles_active__gS5zU{background:var(--primary);color:white}.styles_method__q_j8H{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;margin-right:.75rem;min-width:50px;text-align:center}.styles_method__q_j8H.styles_post__WQYDi{background:#10b981;color:white}.styles_method__q_j8H.styles_get__c8Gau{background:#3b82f6;color:white}.styles_endpoint-path__AWXLP{font-family:Monaco,Consolas,monospace;font-size:.9rem}.styles_endpoint-details__oHCcd{padding:2rem}.styles_endpoint-header__E8vrw h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-light);text-transform:capitalize}.dark .styles_endpoint-header__E8vrw h3{color:var(--text-dark)}.styles_endpoint-header__E8vrw p{color:#6b7280;margin-bottom:2rem;line-height:1.6}.dark .styles_endpoint-header__E8vrw p{color:#9ca3af}.styles_parameters-section__WqXbO,.styles_response-section__AKCVL{margin-bottom:2.5rem}.styles_parameters-section__WqXbO h4,.styles_response-section__AKCVL h4{font-size:1.25rem;margin-bottom:1rem;color:var(--primary)}.styles_parameters-table__pZUSv{background:#f8fafc;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.dark .styles_parameters-table__pZUSv{background:#1f2937;border-color:#374151}.styles_table-header__nFEtm{display:grid;grid-template-columns:1fr 1fr 1fr 2fr;grid-gap:1rem;gap:1rem;padding:1rem 1.5rem;background:#e5e7eb;font-weight:600;color:#374151}.dark .styles_table-header__nFEtm{background:#374151;color:#d1d5db}.styles_table-row___Zy4G{display:grid;grid-template-columns:1fr 1fr 1fr 2fr;grid-gap:1rem;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.dark .styles_table-row___Zy4G{border-color:#374151}.styles_table-row___Zy4G:last-child{border-bottom:none}.styles_param-name__K1zDT{font-family:Monaco,Consolas,monospace;font-weight:600;color:var(--primary)}.styles_param-type__N23xJ{font-family:Monaco,Consolas,monospace;color:#6b7280}.dark .styles_param-type__N23xJ{color:#9ca3af}.styles_param-required__XPlFL{text-align:center;font-weight:600}.styles_param-description__Mnbbq{color:#6b7280}.dark .styles_param-description__Mnbbq{color:#9ca3af}.styles_response-code__9D3x5{background:#1f2937;color:#d1d5db;padding:1.5rem;border-radius:8px;overflow-x:auto;font-family:Monaco,Consolas,monospace;font-size:.9rem;line-height:1.5}.styles_code-examples__g6KUd{margin-bottom:6rem}.styles_code-examples__g6KUd h2{font-size:2.5rem;margin-bottom:2rem;color:var(--primary)}.styles_examples-tabs___PpKu{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.styles_code-example__9SJHh{background:var(--card-light);border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.dark .styles_code-example__9SJHh{background:var(--card-dark);border-color:#374151}.styles_example-header__OiFp6{background:#374151;color:white;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.styles_language__AjPnR{font-family:Monaco,Consolas,monospace;font-weight:600}.styles_example-code__JzDJx{background:#1f2937;color:#d1d5db;padding:1.5rem;margin:0;overflow-x:auto;font-family:Monaco,Consolas,monospace;font-size:.9rem;line-height:1.5}.styles_api-pricing__v_64G{margin-bottom:4rem}.styles_api-pricing__v_64G h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary)}.styles_pricing-cards__yktul{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.styles_pricing-card__Asjj4{background:var(--card-light);padding:2.5rem 2rem;border-radius:12px;text-align:center;border:2px solid #e5e7eb;transition:all .3s ease}.dark .styles_pricing-card__Asjj4{background:var(--card-dark);border-color:#374151}.styles_pricing-card__Asjj4.styles_highlighted__w5C93{border-color:var(--primary);transform:scale(1.05);box-shadow:0 20px 40px rgba(59,130,246,.15)}.dark .styles_pricing-card__Asjj4.styles_highlighted__w5C93{box-shadow:0 20px 40px rgba(59,130,246,.3)}.styles_pricing-card__Asjj4 h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-light)}.dark .styles_pricing-card__Asjj4 h3{color:var(--text-dark)}.styles_price__e6JJf{font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.styles_price__e6JJf span{font-size:1rem;color:#6b7280}.dark .styles_price__e6JJf span{color:#9ca3af}.styles_pricing-card__Asjj4 p{color:#6b7280;margin-bottom:2rem}.dark .styles_pricing-card__Asjj4 p{color:#9ca3af}.styles_pricing-card__Asjj4 ul{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.styles_pricing-card__Asjj4 li{padding:.5rem 0;color:#4b5563;border-bottom:1px solid #e5e7eb}.dark .styles_pricing-card__Asjj4 li{color:#d1d5db;border-color:#374151}.styles_pricing-card__Asjj4 li:last-child{border-bottom:none}.styles_pricing-button__dtOZe{width:100%;padding:1rem 2rem;border:2px solid var(--primary);background:transparent;color:var(--primary);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.styles_pricing-button__dtOZe.styles_primary__QAgew{background:var(--primary);color:white}.styles_pricing-button__dtOZe:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}@media (max-width:968px){.styles_endpoints-container__W77BU{grid-template-columns:1fr}.styles_endpoints-sidebar__QcQM5{border-right:none;border-bottom:1px solid #e5e7eb}.dark .styles_endpoints-sidebar__QcQM5{border-color:#374151}}@media (max-width:768px){.styles_api-header__hJyys h1{font-size:2.5rem}.styles_api-actions__RHeP9{flex-direction:column;align-items:center}.styles_primary-button__JPyHS,.styles_secondary-button__kH7Lk{width:250px}.styles_examples-tabs___PpKu,.styles_features-grid__dZX3t{grid-template-columns:1fr}.styles_table-header__nFEtm,.styles_table-row___Zy4G{grid-template-columns:1fr;gap:.5rem}.styles_pricing-cards__yktul{grid-template-columns:1fr}.styles_pricing-card__Asjj4.styles_highlighted__w5C93{transform:none}}