
.tibizz-author-box,
.tibizz-auth-card {
    background: linear-gradient(135deg,#0f172a,#111827);
    border-radius: 30px;
    padding: 40px;
    color: #fff;
    margin-top: 50px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

.tibizz-author-box {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.tibizz-author-left img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid rgba(255,255,255,0.1);
}

.tibizz-author-right {
    flex: 1;
}

.tibizz-author-head {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tibizz-author-head h3 {
    font-size: 34px;
    margin: 0;
}

.tibizz-author-head span {
    background: #2563eb;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

.tibizz-designation {
    color: #38bdf8;
    margin-top: 10px;
    font-weight: 600;
}

.tibizz-stats {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tibizz-stats div {
    background: rgba(255,255,255,0.08);
    padding: 12px 18px;
    border-radius: 50px;
    font-size: 14px;
}

.tibizz-bio {
    color: #d1d5db;
    line-height: 1.8;
}

.tibizz-socials {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.tibizz-socials a {
    background: rgba(255,255,255,0.08);
    padding: 12px 18px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
}

.tibizz-socials a:hover {
    background: #2563eb;
}

.tibizz-auth-card form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tibizz-auth-card h2 {
    font-size: 34px;
    margin-bottom: 10px;
}

.tibizz-auth-card input {
    padding: 18px 20px;
    border-radius: 16px;
    border: none;
    outline: none;
    font-size: 15px;
}

.tibizz-auth-card button,
.tibizz-auth-card .button {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 18px 24px;
    border-radius: 16px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

.tibizz-auth-card button:hover,
.tibizz-auth-card .button:hover {
    background: #1d4ed8;
}

.tibizz-success {
    background: #16a34a;
    color: white;
    padding: 18px;
    border-radius: 16px;
}

@media(max-width:768px) {

    .tibizz-author-box,
    .tibizz-auth-card {
        padding: 25px;
    }

    .tibizz-author-box {
        flex-direction: column;
        text-align: center;
    }

    .tibizz-author-head,
    .tibizz-stats,
    .tibizz-socials {
        justify-content: center;
    }

}
