.hive-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background: #f7f7f7;
    padding: 20px;
}

.hive-card {
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 12px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.hive-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}

.hive-subtitle {
    font-size: 15px;
    margin-bottom: 25px;
    color: #555;
}

.hive-form label {
    display: block;
    text-align: left;
    margin-bottom: 6px;
    font-weight: 600;
}

.hive-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 15px;
}

.hive-form button {
    width: 100%;
    padding: 12px;
    background: #2b6cb0;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.hive-form button:hover {
    background: #1e4f82;
}

.hive-footer {
    margin-top: 20px;
    font-size: 13px;
    color: #777;
}

.hive-error {
    background: #ffe0e0;
    border: 1px solid #ffb3b3;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    color: #a30000;
    font-size: 14px;
}

/* Narrow cards for login/OTP screens */
.hive-auth .hive-card {
    max-width: 400px !important;
    margin: 0 auto;
}
.link-button {
    background: none;
    border: none;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
}
.link-button:hover {
    color: #005f8d;
}

.link-button {
    background: none;
    border: none;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
}
.link-button:hover {
    color: #005f8d;
}

.hive-register-link {
    font-weight: bold;
    color: #0057ff;
    text-decoration: underline;
    padding: 2px 4px;
}

.hive-register-link:hover {
    color: #003bb5;
    text-decoration: none;
}


