:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}:root{--bg-primary: #F9FAFB;--bg-secondary: #FFFFFF;--bg-tertiary: #FAFBFC;--bg-hover: #F3F4F6;--text-primary: #111827;--text-secondary: #4B5563;--text-tertiary: #6B7280;--text-quaternary: #9CA3AF;--border-color: #E5E7EB;--border-light: #F3F4F6;--code-bg: #1F2937;--code-text: #E5E7EB;--code-bg-light: #F3F4F6;--status-success: #374151;--status-error: #991B1B;--status-error-dark: #B91C1C}[data-theme=dark]{--bg-primary: #111827;--bg-secondary: #1F2937;--bg-tertiary: #374151;--bg-hover: #4B5563;--text-primary: #F9FAFB;--text-secondary: #E5E7EB;--text-tertiary: #D1D5DB;--text-quaternary: #9CA3AF;--border-color: #374151;--border-light: #4B5563;--code-bg: #0F172A;--code-text: #E2E8F0;--code-bg-light: #1E293B;--status-success: #6B7280;--status-error: #EF4444;--status-error-dark: #DC2626}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1.5rem 0;transition:background-color .3s ease,border-color .3s ease}.header-container{max-width:100%;margin:0;padding:0 2rem}.header-content{display:flex;justify-content:space-between;align-items:center}.header-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;letter-spacing:-.02em;transition:color .3s ease}.header-subtitle{font-size:.875rem;color:var(--text-tertiary);font-weight:400;transition:color .3s ease}.header-actions{display:flex;align-items:center;gap:.75rem}.theme-toggle{padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-secondary);color:var(--text-primary);font-size:1.25rem;cursor:pointer;transition:all .2s;font-weight:500;display:flex;align-items:center;justify-content:center;min-width:44px;height:36px}.theme-toggle:hover{background:var(--bg-hover);border-color:var(--border-color)}.language-select{padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-secondary);color:var(--text-primary);font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:500}.language-select:hover{border-color:var(--border-color);background:var(--bg-hover)}.language-select:focus{outline:none;border-color:var(--text-primary);box-shadow:0 0 0 3px #1118271a}[data-theme=dark] .language-select:focus{box-shadow:0 0 0 3px #f9fafb1a}.logout-button{padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-secondary);color:var(--text-primary);font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:500}.logout-button:hover{background:var(--bg-hover);border-color:var(--border-color)}.loading-state{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--text-tertiary);font-size:.9375rem}.content-wrapper{display:flex;flex:1;overflow:hidden}.sidebar{width:260px;background:var(--bg-tertiary);border-right:1px solid var(--border-color);overflow-y:auto;flex-shrink:0;display:flex;flex-direction:column;transition:background-color .3s ease,border-color .3s ease}.sidebar-content{padding:1.25rem;flex:1}.sidebar-section{margin-bottom:2rem}.sidebar-section:last-child{margin-bottom:0}.sidebar-title{font-size:.6875rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;padding:0 .5rem;transition:color .3s ease}.sidebar-info{margin-bottom:.875rem;padding:0 .5rem}.sidebar-info:last-child{margin-bottom:0}.sidebar-info-label{font-size:.6875rem;color:var(--text-quaternary);margin-bottom:.5rem;font-weight:500;transition:color .3s ease}.sidebar-code{display:block;background:var(--bg-secondary);color:var(--text-primary);padding:.5rem .625rem;border-radius:4px;font-family:Courier New,Monaco,Menlo,monospace;font-size:.625rem;border:1px solid var(--border-color);word-break:break-all;font-weight:500;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.getting-started-links{display:flex;flex-direction:column;gap:.25rem;padding-left:.5rem}.getting-started-link{cursor:pointer;transition:all .15s ease;border-radius:5px;position:relative;margin-left:-.75rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.getting-started-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--text-primary);border-radius:0 3px 3px 0;transition:width .15s ease}.getting-started-link:hover{background:var(--bg-hover);color:var(--text-primary)}.getting-started-link:hover:before{width:2px}.getting-started-link.active{background:var(--text-primary);color:var(--bg-primary)}.getting-started-link.active:before{width:2px;background:var(--bg-primary)}.categories-nav{display:flex;flex-direction:column;gap:1.5rem}.category-group{margin-bottom:0}.category-heading{font-size:.8125rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.75rem;padding:0 .5rem;transition:color .3s ease}.endpoints-list{display:flex;flex-direction:column;gap:.125rem;padding-left:.5rem}.endpoint-item{display:flex;align-items:center;gap:.625rem;cursor:pointer;transition:all .15s ease;border-radius:5px;position:relative;margin-left:-.75rem;padding:.5rem .75rem}.endpoint-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--text-primary);border-radius:0 3px 3px 0;transition:width .15s ease}.endpoint-item:hover{background:var(--bg-hover)}.endpoint-item:hover:before{width:2px}.endpoint-item.active{background:var(--text-primary);color:var(--bg-primary)}.endpoint-item.active:before{width:2px;background:var(--bg-primary)}.endpoint-method{font-size:.5625rem;font-weight:700;color:#fff;background:var(--text-quaternary);padding:.1875rem .5rem;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;font-family:Courier New,Monaco,Menlo,monospace;min-width:36px;text-align:center;transition:all .15s ease;flex-shrink:0}.endpoint-item:hover .endpoint-method{background:var(--text-tertiary)}.endpoint-item.active .endpoint-method{background:var(--status-success)}.endpoint-path{font-size:.6875rem;color:var(--text-tertiary);font-family:Courier New,Monaco,Menlo,monospace;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;transition:color .15s ease}.endpoint-item:hover .endpoint-path{color:var(--text-secondary)}.endpoint-item.active .endpoint-path{color:var(--bg-primary)}.main-content{flex:1;overflow-y:auto;padding:2rem 3rem;background:var(--bg-primary);transition:background-color .3s ease}.page-content{max-width:100%;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:2.5rem;box-shadow:0 1px 3px #0000000d;transition:background-color .3s ease,border-color .3s ease}[data-theme=dark] .page-content{box-shadow:0 1px 3px #0000004d}.page-content h1{font-size:2rem;color:var(--text-primary);margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em;transition:color .3s ease}.page-intro{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.7;transition:color .3s ease}.endpoint-details{max-width:100%;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:2.5rem;box-shadow:0 1px 3px #0000000d;transition:background-color .3s ease,border-color .3s ease}[data-theme=dark] .endpoint-details{box-shadow:0 1px 3px #0000004d}.endpoint-header{display:flex;align-items:center;gap:.875rem;margin-bottom:1.25rem;flex-wrap:wrap;padding-bottom:1.25rem;border-bottom:1px solid var(--border-light);transition:border-color .3s ease}.method-badge{display:inline-block;padding:.375rem .75rem;border-radius:4px;color:#fff;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;background-color:var(--status-success);transition:background-color .3s ease}.endpoint-path{font-size:1rem;color:var(--text-primary);font-weight:500;font-family:Courier New,Monaco,Menlo,monospace;transition:color .3s ease}.endpoint-description{color:var(--text-secondary);margin-bottom:2rem;font-size:.875rem;line-height:1.7;transition:color .3s ease}.detail-section{margin-bottom:2.5rem}.detail-section:last-child{margin-bottom:0}.detail-section h3{font-size:.9375rem;color:var(--text-primary);margin-bottom:1rem;font-weight:600;letter-spacing:-.01em;transition:color .3s ease}.detail-section p{color:var(--text-secondary);margin-bottom:.875rem;font-size:.875rem;line-height:1.7;transition:color .3s ease}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.copy-btn{background:var(--text-primary);color:var(--bg-primary);border:none;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;cursor:pointer;transition:background-color .2s,color .2s;font-weight:500}.copy-btn:hover{opacity:.9}.parameters-table{width:100%;border-collapse:collapse;margin-top:.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;overflow:hidden;transition:background-color .3s ease,border-color .3s ease}.parameters-table thead{background:var(--bg-tertiary)}.parameters-table th{padding:.75rem .875rem;text-align:left;font-weight:600;color:var(--text-primary);font-size:.75rem;border-bottom:1px solid var(--border-color);transition:color .3s ease,border-color .3s ease}.parameters-table td{padding:.75rem .875rem;color:var(--text-secondary);border-bottom:1px solid var(--border-light);font-size:.75rem;transition:color .3s ease,border-color .3s ease}.parameters-table tbody tr:last-child td{border-bottom:none}.parameters-table code{background:var(--code-bg-light);padding:.1875rem .4375rem;border-radius:3px;font-size:.6875rem;color:var(--text-primary);font-family:Courier New,Monaco,Menlo,monospace;font-weight:500;transition:background-color .3s ease,color .3s ease}.code-example{background:var(--code-bg);color:var(--code-text);padding:1.25rem;border-radius:6px;overflow-x:auto;margin-top:.5rem;font-family:Courier New,Monaco,Menlo,monospace;font-size:.75rem;line-height:1.7;border:1px solid var(--border-color);transition:background-color .3s ease,color .3s ease,border-color .3s ease}.code-example code{color:var(--code-text)}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:4px;color:#fff;font-weight:600;font-size:.6875rem;margin-bottom:.875rem;background-color:var(--status-success);transition:background-color .3s ease}.error-responses-table{width:100%;border-collapse:collapse;margin-top:.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;overflow:hidden;transition:background-color .3s ease,border-color .3s ease}.error-responses-table thead{background:var(--bg-tertiary)}.error-responses-table th{padding:.75rem .875rem;text-align:left;font-weight:600;color:var(--text-primary);font-size:.75rem;border-bottom:1px solid var(--border-color);transition:color .3s ease,border-color .3s ease}.error-responses-table td{padding:.75rem .875rem;color:var(--text-secondary);border-bottom:1px solid var(--border-light);font-size:.75rem;vertical-align:middle;transition:color .3s ease,border-color .3s ease}.error-responses-table tbody tr:last-child td{border-bottom:none}.error-responses-table tbody tr:hover{background:var(--bg-tertiary)}.status-code-badge{display:inline-block;padding:.25rem .625rem;border-radius:3px;color:#fff;font-weight:600;font-size:.6875rem;background-color:var(--status-success);font-family:Courier New,Monaco,Menlo,monospace;transition:background-color .3s ease}.error-code{background:var(--code-bg-light);padding:.125rem .375rem;border-radius:3px;font-size:.6875rem;color:var(--text-primary);font-family:Courier New,Monaco,Menlo,monospace;font-weight:500;transition:background-color .3s ease,color .3s ease}.copy-btn-small{background:var(--text-primary);color:var(--bg-primary);border:none;padding:.25rem .5rem;border-radius:3px;font-size:.6875rem;cursor:pointer;transition:background-color .2s,color .2s;font-weight:500}.copy-btn-small:hover{opacity:.9}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;color:var(--text-tertiary);transition:color .3s ease}.empty-state h2{font-size:1.25rem;color:var(--text-primary);margin-bottom:.5rem;font-weight:600;transition:color .3s ease}.empty-state p{font-size:.875rem}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1.25rem 0;text-align:center;color:var(--text-tertiary);font-size:.75rem;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.footer-container{padding:0 2rem}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--text-quaternary)}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track{background:transparent}.main-content::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.main-content::-webkit-scrollbar-thumb:hover{background:var(--text-quaternary)}@media(max-width:768px){.content-wrapper{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #E5E7EB;max-height:300px}.main-content,.endpoint-details{padding:1.5rem}.header-container{padding:0 1rem}.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.language-selector,.language-select{width:100%}.footer-container{padding:0 1rem}}
