/* LISTOOL AI V116 — Developer Platform */

.developer-page{
    width:min(1180px,calc(100% - 32px));
    margin:0 auto;
    padding:120px 0 100px;
}

.developer-hero{
    text-align:center;
    margin-bottom:48px;
}

.developer-hero.small{
    margin-bottom:36px;
}

.developer-badge{
    display:inline-flex;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
}

.developer-hero h1{
    margin:22px 0 14px;
    font-size:clamp(42px,7vw,84px);
    line-height:.94;
    letter-spacing:-.06em;
    color:#fff;
}

.developer-actions{
    display:flex;
    justify-content:center;
    gap:16px;
    margin-top:28px;
}

.developer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 22px;
    border-radius:999px;
    background:linear-gradient(135deg,#7c5cff,#00d4ff);
    color:#fff;
    text-decoration:none;
}

.developer-btn.secondary{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
}

.api-endpoints-grid,
.api-keys-list{
    display:grid;
    gap:24px;
}

.api-endpoint-card,
.api-key-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:28px;
    padding:28px;
    background:
        radial-gradient(circle at top right, rgba(0,212,255,.12), transparent 40%),
        rgba(255,255,255,.04);
}

.api-method{
    display:inline-flex;
    min-height:34px;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    background:rgba(0,212,255,.12);
    color:#8ffcff;
}

.api-btn{
    min-height:40px;
    padding:0 16px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.06);
    color:#fff;
}

@media(max-width:980px){
    .developer-actions,
    .api-endpoint-card,
    .api-key-row{
        flex-direction:column;
        align-items:flex-start;
    }
}
