* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Space Grotesk', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #000000;
    color: #e5e5e5;
    line-height: 1.6;
    overflow-x: hidden;
}

.grid-background {
    position: relative;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center;
}

header {
    background-color: #050505;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.2rem 3rem;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-logo {
    height: 38px;
    width: auto;
    object-fit: contain;
    display: block;
}

.white-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: #737373;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-links a:hover, .nav-links a.active {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 3rem;
    min-height: 80vh;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
}

.badge-container {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.03);
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 2rem;
}

.lightning-icon {
    color: #ffffff;
    font-size: 1rem;
}

.badge-text {
    color: #d4d4d4;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
}

.hero-title {
    font-size: 6rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    letter-spacing: -3px;
    line-height: 1;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: #a3a3a3;
    margin-bottom: 3rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-description {
    font-size: 1.1rem;
    color: #737373;
    max-width: 600px;
    margin-bottom: 4rem;
    line-height: 1.8;
}

.action-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    opacity: 0.5;
}

.scroll-text {
    font-size: 0.8rem;
    color: #737373;
    letter-spacing: 2px;
}

.scroll-line {
    width: 2px;
    height: 40px;
    background-color: #737373;
    border-radius: 2px;
}

.docs-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #ffffff;
    text-transform: uppercase;
}

.section-subtitle {
    color: #525252;
    font-family: monospace;
    font-size: 1rem;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.category-card {
    background-color: #050505;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.category-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    background-color: #080808;
}

.category-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.2rem;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.endpoint-count {
    color: #404040;
    font-size: 0.85rem;
    font-family: monospace;
    margin-bottom: 0;
}

.icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.icon-ai {
    background-color: rgba(168, 85, 247, 0.1);
    color: #a855f7;
    border: 1px solid rgba(168, 85, 247, 0.2);
}

.icon-download {
    background-color: rgba(20, 184, 166, 0.1);
    color: #14b8a6;
    border: 1px solid rgba(20, 184, 166, 0.2);
}

.icon-tools {
    background-color: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

h1, h2, h3 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}

p {
    margin-bottom: 1.2rem;
    color: #a3a3a3;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1.2rem 3rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    max-width: 500px;
    border: none;
}

.btn-primary {
    background-color: #ffffff;
    color: #000000;
}

.btn-primary:hover {
    background-color: #e5e5e5;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.btn-primary i {
    font-size: 1.2rem;
}

.arrow-right {
    margin-left: auto;
    font-size: 1.2rem;
}

.card {
    background-color: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: border-color 0.3s ease;
}

.card:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

code {
    background-color: #171717;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    color: #e5e5e5;
    font-family: monospace;
    font-size: 0.9em;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

pre {
    background-color: #050505;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
}

pre code {
    color: #e5e5e5;
    padding: 0;
    background: none;
    border: none;
}

.endpoint-badge {
    color: black;
    padding: 0.3rem 0.8rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-right: 0.7rem;
    letter-spacing: 1px;
}

.badge-get { 
    background-color: #ffffff; 
    color: #000000; 
}

.status-online {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #22c55e;
    border-radius: 50%;
    margin-right: 0.5rem;
    box-shadow: 0 0 10px #22c55e;
}

.endpoint-group {
    margin-top: 1rem;
}

.api-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.api-card-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.api-path {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}

.api-desc {
    color: #a3a3a3;
    font-size: 0.95rem;
}

.api-test-container {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 600px;
    width: 100%;
}

.api-input-group {
    display: flex;
    width: 100%;
    background-color: #171717;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.api-input-group:focus-within {
    border-color: rgba(255, 255, 255, 0.4);
}

.api-test-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 0.8rem 1rem;
    color: #ffffff;
    font-size: 0.95rem;
    outline: none;
}

.btn-api-send {
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #a3a3a3;
    padding: 0 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-api-send:hover {
    background-color: #ffffff;
    color: #000000;
}

.api-url-preview-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #050505;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 0.8rem 1rem;
    width: 100%;
}

.url-text-display {
    font-family: monospace;
    color: #737373;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow-x: auto;
    flex: 1;
    margin-right: 1rem;
}

.url-text-display::-webkit-scrollbar {
    height: 3px;
}

.url-text-display::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.btn-copy-url {
    background: transparent;
    border: none;
    color: #737373;
    cursor: pointer;
    transition: color 0.2s ease;
    font-size: 1rem;
}

.btn-copy-url:hover {
    color: #ffffff;
}

.api-result-box {
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #050505;
    border-radius: 8px;
    overflow: hidden;
    animation: fadeIn 0.3s ease;
}

.api-result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
    background-color: #0a0a0a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.85rem;
    font-weight: 700;
    color: #a3a3a3;
}

.btn-clear-result {
    background: transparent;
    border: none;
    color: #ef4444;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
}

.btn-clear-result:hover {
    text-decoration: underline;
}

.api-result-box pre {
    margin: 0;
    padding: 1rem;
    background: transparent;
    border: none;
    border-radius: 0;
}

.json-output {
    display: block;
    white-space: pre-wrap;
    word-break: break-all;
    color: #38bdf8;
    background: transparent;
    padding: 0;
    border: none;
}

footer {
    text-align: center;
    padding: 3rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #737373;
    font-size: 0.9rem;
    background-color: #050505;
}

@media (max-width: 768px) {
    .navbar { 
        padding: 1rem 1.5rem; 
    }
    .nav-links { 
        display: none; 
    }
    .hero-title { 
        font-size: 4rem; 
    }
    .hero-subtitle { 
        font-size: 1.2rem; 
    }
    main { 
        padding: 2rem 1.5rem; 
    }
    .btn { 
        padding: 1rem 2rem; 
        font-size: 1rem; 
    }
}

