.docs-module__9NOokG__tab:nth-child(3){display:none!important}.docs-module__9NOokG__page{background-color:var(--ec-bg-deep);min-height:100vh;padding:2rem 1rem;position:relative}.docs-module__9NOokG__profileHeader{z-index:100;position:absolute;top:1rem;right:1rem}.docs-module__9NOokG__container{max-width:1200px;margin:0 auto}.docs-module__9NOokG__header{text-align:center;margin-bottom:2rem}.docs-module__9NOokG__header h1{color:var(--ec-text-bright);margin:0 0 .5rem;font-size:2.5rem}.docs-module__9NOokG__subtitle{color:var(--text-secondary);margin:0;font-size:1.1rem}.docs-module__9NOokG__tabs{border-bottom:2px solid var(--border);gap:.5rem;margin-bottom:2rem;display:flex;overflow-x:auto}.docs-module__9NOokG__tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.docs-module__9NOokG__tab:hover{color:var(--ec-text-bright);background:var(--bg-elevated)}.docs-module__9NOokG__tabActive{color:var(--ec-blue);border-bottom-color:var(--ec-blue)}.docs-module__9NOokG__content{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 8px 16px #0006}.docs-module__9NOokG__section h2{color:var(--ec-text-bright);margin:0 0 .5rem;font-size:1.8rem}.docs-module__9NOokG__section h3{color:var(--ec-text-bright);margin:1.5rem 0 .75rem;font-size:1.4rem}.docs-module__9NOokG__section h4{color:var(--text);margin:1rem 0 .5rem;font-size:1.1rem}.docs-module__9NOokG__section p{color:var(--text-secondary);margin:0 0 1rem;line-height:1.6}.docs-module__9NOokG__section ul{color:var(--text-secondary);margin:0 0 1rem;padding-left:2rem;line-height:1.8}.docs-module__9NOokG__section ul li{margin-bottom:.5rem}.docs-module__9NOokG__note{color:var(--text-tertiary);border-left:3px solid var(--ec-blue);background:#ffffff05;border-radius:4px;margin:.75rem 0;padding:.75rem 1rem;font-size:.9rem;font-style:italic}.docs-module__9NOokG__endpoint{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.5rem}.docs-module__9NOokG__endpointHeader{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.docs-module__9NOokG__method{background:var(--ec-blue);color:#fff;border-radius:4px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.docs-module__9NOokG__path{color:var(--ec-blue);font-family:Courier New,monospace;font-size:1rem}.docs-module__9NOokG__code{background:var(--ec-bg-deep);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);margin:.5rem 0;padding:1rem;font-family:Courier New,monospace;font-size:.875rem;overflow-x:auto}.docs-module__9NOokG__codeBlock{background:var(--ec-bg-deep);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);white-space:pre-wrap;margin:.5rem 0;padding:1rem;font-family:Courier New,monospace;font-size:.875rem;display:block;overflow-x:auto}.docs-module__9NOokG__playgroundForm,.docs-module__9NOokG__keyForm{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2rem;padding:1.5rem}.docs-module__9NOokG__formGroup{margin-bottom:1rem}.docs-module__9NOokG__formGroup label{color:var(--text);margin-bottom:.5rem;font-weight:500;display:block}.docs-module__9NOokG__input,.docs-module__9NOokG__select{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);padding:.75rem;font-size:1rem;transition:border-color .2s}.docs-module__9NOokG__input:focus,.docs-module__9NOokG__select:focus{border-color:var(--ec-blue);outline:none}.docs-module__9NOokG__button{background:var(--ec-blue);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.docs-module__9NOokG__button:hover{background:var(--ec-blue-hover);transform:translateY(-1px)}.docs-module__9NOokG__button:disabled{opacity:.5;cursor:not-allowed;transform:none}.docs-module__9NOokG__errorBox{border:1px solid var(--error);border-radius:var(--radius);color:var(--error);background:#e74c3c1a;margin-bottom:1rem;padding:1rem}.docs-module__9NOokG__resultBox{margin-top:2rem}.docs-module__9NOokG__resultHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.docs-module__9NOokG__resultHeader h3{color:var(--ec-text-bright);margin:0}.docs-module__9NOokG__copyButtonSmall{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.docs-module__9NOokG__copyButtonSmall:hover{background:var(--bg-surface);border-color:var(--ec-blue)}.docs-module__9NOokG__keysTable{flex-direction:column;gap:1rem;display:flex}.docs-module__9NOokG__keyCard{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.docs-module__9NOokG__keyCardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.docs-module__9NOokG__keyCardHeader strong{color:var(--ec-text-bright);font-size:1.1rem}.docs-module__9NOokG__keyPrefix{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.docs-module__9NOokG__keyPrefix code{background:var(--ec-bg-deep);color:var(--ec-blue);border-radius:4px;padding:.25rem .5rem;font-family:Courier New,monospace}.docs-module__9NOokG__statusBadge{text-transform:uppercase;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.docs-module__9NOokG__statusActive{color:#2ed573;background:#2ed57333}.docs-module__9NOokG__statusExpired{color:var(--ec-orange);background:#ff950033}.docs-module__9NOokG__statusRevoked{color:var(--error);background:#e74c3c33}.docs-module__9NOokG__keyCardBody{justify-content:space-between;align-items:flex-end;display:flex}.docs-module__9NOokG__keyMeta{color:var(--text-muted);flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.docs-module__9NOokG__revokeButton{border:1px solid var(--error);border-radius:var(--radius);color:var(--error);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.docs-module__9NOokG__revokeButton:hover{background:var(--error);color:#fff}.docs-module__9NOokG__modalOverlay{z-index:2000;background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out docs-module__9NOokG__fadeIn;display:flex;position:fixed;inset:0}@keyframes docs-module__9NOokG__fadeIn{0%{opacity:0}to{opacity:1}}.docs-module__9NOokG__modal{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:90%;max-width:500px;padding:2rem;animation:.2s ease-out docs-module__9NOokG__modalSlideIn;box-shadow:0 8px 32px #00000080}@keyframes docs-module__9NOokG__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.docs-module__9NOokG__modal h3{color:var(--ec-text-bright);margin:0 0 1rem}.docs-module__9NOokG__warningText{color:var(--ec-orange);margin-bottom:1rem;font-weight:500}.docs-module__9NOokG__keyDisplay{background:var(--ec-bg-deep);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex;overflow-x:auto}.docs-module__9NOokG__keyDisplay code{color:var(--ec-blue);word-break:break-all;flex:1;font-family:Courier New,monospace;font-size:.875rem}.docs-module__9NOokG__copyButton{background:var(--ec-blue);border-radius:var(--radius);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:.5rem 1rem;font-size:.875rem;transition:background .2s}.docs-module__9NOokG__copyButton:hover{background:var(--ec-blue-hover)}.docs-module__9NOokG__loading{text-align:center;color:var(--text-secondary);padding:2rem}.docs-module__9NOokG__emptyState{text-align:center;color:var(--text-muted);padding:2rem;font-style:italic}.docs-module__9NOokG__permissionDenied{border:1px solid var(--ec-orange);border-radius:var(--radius);text-align:center;background:#ff95001a;padding:1.5rem}.docs-module__9NOokG__permissionDenied h3{color:var(--ec-orange);margin:0 0 .5rem}.docs-module__9NOokG__permissionDenied p{color:var(--text-secondary);margin:.5rem 0}.docs-module__9NOokG__toast{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);z-index:3000;padding:1rem 1.5rem;animation:.3s ease-out docs-module__9NOokG__slideIn;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #0000004d}@keyframes docs-module__9NOokG__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.docs-module__9NOokG__authCard{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;max-width:400px;margin:4rem auto;padding:2rem;box-shadow:0 8px 16px #0006}.docs-module__9NOokG__authCard h2{color:var(--ec-text-bright);margin:0 0 1rem}.docs-module__9NOokG__authCard p{color:var(--text-secondary);margin:0 0 1.5rem}@media (max-width:768px){.docs-module__9NOokG__header h1{font-size:2rem}.docs-module__9NOokG__tabs{flex-wrap:nowrap;overflow-x:auto}.docs-module__9NOokG__tab{padding:.625rem 1rem;font-size:.875rem}.docs-module__9NOokG__content{padding:1rem}.docs-module__9NOokG__keyCardBody{flex-direction:column;align-items:start;gap:1rem}}
.ProfileDropdown-module__9jGBdG__profileContainer{z-index:1000;position:relative}.ProfileDropdown-module__9jGBdG__profileButton{border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:border-color .2s,transform .2s;display:flex}.ProfileDropdown-module__9jGBdG__profileButton:hover{border-color:var(--primary);transform:scale(1.05)}.ProfileDropdown-module__9jGBdG__avatar{object-fit:cover;border-radius:50%;width:31px;height:31px}.ProfileDropdown-module__9jGBdG__dropdown{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;min-width:240px;padding:8px 0;animation:.15s ease-out ProfileDropdown-module__9jGBdG__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 12px #0000004d}@keyframes ProfileDropdown-module__9jGBdG__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ProfileDropdown-module__9jGBdG__userInfo{align-items:center;gap:12px;padding:12px 16px;display:flex}.ProfileDropdown-module__9jGBdG__avatarLarge{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:34px;height:34px}.ProfileDropdown-module__9jGBdG__userDetails{flex:1;min-width:0}.ProfileDropdown-module__9jGBdG__username{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.ProfileDropdown-module__9jGBdG__roleBadge{text-transform:uppercase;color:#fff;letter-spacing:.5px;border-radius:4px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.ProfileDropdown-module__9jGBdG__divider{background:var(--border);height:1px;margin:8px 0}.ProfileDropdown-module__9jGBdG__menuItem{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:10px 16px;font-size:14px;text-decoration:none;transition:background-color .15s;display:flex}.ProfileDropdown-module__9jGBdG__menuItem:hover{background-color:var(--bg-elevated)}.ProfileDropdown-module__9jGBdG__modalOverlay{z-index:2000;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out ProfileDropdown-module__9jGBdG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProfileDropdown-module__9jGBdG__fadeIn{0%{opacity:0}to{opacity:1}}.ProfileDropdown-module__9jGBdG__modal{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;width:90%;max-width:400px;padding:24px;animation:.2s ease-out ProfileDropdown-module__9jGBdG__modalSlideIn;box-shadow:0 8px 32px #0006}@keyframes ProfileDropdown-module__9jGBdG__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ProfileDropdown-module__9jGBdG__modalTitle{color:var(--text);margin:0 0 12px;font-size:20px;font-weight:600}.ProfileDropdown-module__9jGBdG__modalText{color:var(--text-secondary);margin:0 0 20px;font-size:14px}.ProfileDropdown-module__9jGBdG__modalButtons{flex-direction:column;gap:8px;display:flex}.ProfileDropdown-module__9jGBdG__modalButton{border:1px solid var(--border);cursor:pointer;background:var(--bg-elevated);color:var(--text);border-radius:6px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .15s}.ProfileDropdown-module__9jGBdG__modalButton:hover{background:var(--bg-surface);border-color:var(--primary);transform:translateY(-1px)}.ProfileDropdown-module__9jGBdG__modalButtonDanger{background:var(--error);color:#fff;border-color:var(--error)}.ProfileDropdown-module__9jGBdG__modalButtonDanger:hover{background:#b12b2b;border-color:#b12b2b}.ProfileDropdown-module__9jGBdG__modalButtonSecondary{color:var(--text-secondary);background:0 0}.ProfileDropdown-module__9jGBdG__modalButtonSecondary:hover{background:var(--bg-elevated);color:var(--text)}.ProfileDropdown-module__9jGBdG__modalHint{color:var(--text-muted);text-align:center;margin:16px 0 0;font-size:12px;font-style:italic}
