input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--gds-border);
    border-radius: 14px;
    background: #ffffff;
    color: var(--gds-text);
    padding: 10px 14px;
    outline: none;
    font-size: 15px;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--gds-primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

label {
    font-weight: 700;
    color: var(--gds-text);
}
















/* =========================================================
   GULF DROPSHIP SELLER LOGIN / REGISTER PAGE
   Theme matched: Navy + Teal + Yellow + Light Background
========================================================= */

body.page .gds-auth-page {
    width: 100%;
    min-height: calc(100vh - 120px);
    padding: 72px 22px;
    background:
        radial-gradient(circle at 8% 10%, rgba(20, 184, 166, 0.13), transparent 32%),
        radial-gradient(circle at 92% 20%, rgba(246, 194, 63, 0.14), transparent 28%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 48%, #ffffff 100%);
    box-sizing: border-box;
}

/* Main layout */
.gds-auth-card {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(420px, 0.78fr);
    gap: 30px;
    align-items: stretch;
}

/* Left hero */
.gds-auth-left {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    padding: 58px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 12% 15%, rgba(20, 184, 166, 0.20), transparent 34%),
        radial-gradient(circle at 90% 12%, rgba(246, 194, 63, 0.14), transparent 28%),
        linear-gradient(135deg, #061f4f 0%, #08245c 55%, #0d3470 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 70px rgba(8, 36, 92, 0.22);
}

.gds-auth-left::before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.14);
    filter: blur(2px);
}

.gds-auth-left::after {
    content: "";
    position: absolute;
    right: 54px;
    top: 54px;
    width: 86px;
    height: 86px;
    border-radius: 28px;
    background: rgba(246, 194, 63, 0.14);
    transform: rotate(12deg);
}

.gds-auth-badge {
    position: relative;
    z-index: 2;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 28px;
    border-radius: 999px;
    background: rgba(246, 194, 63, 0.16);
    border: 1px solid rgba(246, 194, 63, 0.35);
    color: #f6c23f;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.gds-auth-left h1 {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 0 22px;
    color: #ffffff !important;
    font-size: clamp(42px, 4.2vw, 68px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.gds-auth-left p {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 600;
}

/* Stats */
.gds-auth-points {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.gds-auth-points div {
    min-height: 116px;
    padding: 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.gds-auth-points strong {
    display: block;
    margin-bottom: 10px;
    color: #f6c23f;
    font-size: 29px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.gds-auth-points span {
    display: block;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

/* Right form card */
.gds-auth-right {
    padding: 28px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #dbe8f7;
    box-shadow: 0 28px 70px rgba(15, 43, 95, 0.13);
}

/* Tabs */
.gds-auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 7px;
    margin-bottom: 28px;
    border-radius: 999px;
    background: #eef3f8;
    border: 1px solid #e2ebf5;
}

.gds-auth-tab {
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #526981;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.22s ease;
}

.gds-auth-tab.is-active {
    background: #ffffff;
    color: #08245c;
    box-shadow: 0 12px 28px rgba(8, 36, 92, 0.10);
}

.gds-auth-tab:hover {
    color: #08245c;
}

/* Panels */
.gds-auth-panel {
    display: none;
}

.gds-auth-panel.is-active {
    display: block;
}

.gds-auth-panel h2 {
    margin: 0 0 8px;
    color: #08245c !important;
    font-size: 31px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -0.045em;
}

.gds-auth-panel > p {
    margin: 0 0 24px;
    color: #526981;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

/* Form */
.gds-auth-form {
    display: grid;
    gap: 16px;
}

.gds-auth-form label {
    display: grid;
    gap: 8px;
    color: #08245c;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.gds-auth-form label span {
    color: #ef4444;
}

.gds-auth-form input,
.gds-auth-form select {
    width: 100%;
    min-height: 52px;
    border-radius: 15px;
    border: 1px solid #d9e5f2;
    background: #ffffff;
    color: #08245c;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    outline: none;
    box-shadow: 0 8px 18px rgba(15, 43, 95, 0.035);
    transition: all 0.18s ease;
}

.gds-auth-form input::placeholder {
    color: #7f8fa7;
    font-weight: 600;
}

.gds-auth-form input:focus,
.gds-auth-form select:focus {
    border-color: #14b8a6;
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.14), 0 10px 22px rgba(15, 43, 95, 0.06);
}

.gds-auth-form select {
    cursor: pointer;
}

/* Button */
.gds-auth-btn {
    width: 100%;
    min-height: 54px;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #f6c23f 0%, #ffd86d 100%);
    color: #08245c !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(246, 194, 63, 0.30);
    transition: all 0.2s ease;
}

.gds-auth-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(246, 194, 63, 0.42);
    background: linear-gradient(135deg, #f6c23f 0%, #ffc83d 100%);
}

/* WooCommerce notices on login page */
.gds-auth-page .woocommerce-notices-wrapper,
.gds-auth-page .woocommerce-error,
.gds-auth-page .woocommerce-message,
.gds-auth-page .woocommerce-info {
    max-width: 1320px;
    margin: 0 auto 18px !important;
    border-radius: 16px !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.06) !important;
}

/* Logged-in message */
.gds-auth-logged-in {
    max-width: 680px;
    margin: 0 auto;
    padding: 44px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #dbe8f7;
    box-shadow: 0 28px 70px rgba(15, 43, 95, 0.12);
    text-align: center;
}

.gds-auth-logged-in h2 {
    margin: 0 0 10px;
    color: #08245c;
    font-size: 32px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.gds-auth-logged-in p {
    margin: 0 0 22px;
    color: #526981;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 992px) {
    body.page .gds-auth-page {
        padding: 34px 14px;
    }

    .gds-auth-card {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gds-auth-left {
        min-height: auto;
        padding: 32px 24px;
        border-radius: 24px;
    }

    .gds-auth-left h1 {
        font-size: 36px;
        line-height: 1.08;
    }

    .gds-auth-left p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .gds-auth-points {
        margin-top: 26px;
        grid-template-columns: repeat(3, 1fr);
        gap: 9px;
    }

    .gds-auth-points div {
        min-height: 86px;
        padding: 14px 12px;
        border-radius: 16px;
    }

    .gds-auth-points strong {
        font-size: 21px;
    }

    .gds-auth-points span {
        font-size: 10.5px;
    }

    .gds-auth-right {
        padding: 20px;
        border-radius: 24px;
    }

    .gds-auth-panel h2 {
        font-size: 26px;
    }
}

@media (max-width: 520px) {
    body.page .gds-auth-page {
        padding: 22px 10px;
    }

    .gds-auth-left {
        padding: 26px 18px;
    }

    .gds-auth-badge {
        min-height: 28px;
        padding: 0 12px;
        margin-bottom: 18px;
        font-size: 10px;
    }

    .gds-auth-left h1 {
        font-size: 30px;
    }

    .gds-auth-left p {
        font-size: 13.5px;
    }

    .gds-auth-points {
        grid-template-columns: 1fr;
    }

    .gds-auth-points div {
        min-height: 74px;
    }

    .gds-auth-tabs {
        margin-bottom: 22px;
    }

    .gds-auth-tab {
        min-height: 46px;
        font-size: 13px;
    }

    .gds-auth-form input,
    .gds-auth-form select {
        min-height: 50px;
        border-radius: 14px;
    }

    .gds-auth-btn {
        min-height: 52px;
        border-radius: 14px;
    }
}







/* =========================================================
   LOGIN PAGE LEFT HERO - LIGHT THEME FIX
   Light color + mobile stats in one row
========================================================= */

/* Left hero area light theme */
.gds-auth-left {
    background:
        radial-gradient(circle at 10% 12%, rgba(20, 184, 166, 0.18), transparent 32%),
        radial-gradient(circle at 90% 20%, rgba(246, 194, 63, 0.18), transparent 30%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 52%, #ffffff 100%) !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 24px 60px rgba(15, 43, 95, 0.10) !important;
}

/* Remove dark decorative shapes */
.gds-auth-left::before,
.gds-auth-left::after {
    opacity: 0.28 !important;
}

/* Badge */
.gds-auth-badge {
    background: #fff3c4 !important;
    border: 1px solid rgba(246, 194, 63, 0.45) !important;
    color: #08245c !important;
    box-shadow: 0 8px 18px rgba(246, 194, 63, 0.20) !important;
}

/* Main text */
.gds-auth-left h1 {
    color: #08245c !important;
    text-shadow: none !important;
}

.gds-auth-left p {
    color: #445b76 !important;
    text-shadow: none !important;
}

/* Stats cards */
.gds-auth-points div {
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 14px 34px rgba(15, 43, 95, 0.08) !important;
}

.gds-auth-points strong {
    color: #f6c23f !important;
}

.gds-auth-points span {
    color: #08245c !important;
}

/* =========================================================
   MOBILE FIX - STATS IN ONE ROW
========================================================= */

@media (max-width: 768px) {
    .gds-auth-left {
        padding: 24px 16px !important;
        border-radius: 22px !important;
    }

    .gds-auth-left h1 {
        font-size: 28px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.04em !important;
        margin-bottom: 12px !important;
    }

    .gds-auth-left p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .gds-auth-points {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 20px !important;
    }

    .gds-auth-points div {
        min-height: 72px !important;
        padding: 12px 8px !important;
        border-radius: 14px !important;
    }

    .gds-auth-points strong {
        margin-bottom: 6px !important;
        font-size: 19px !important;
        line-height: 1 !important;
    }

    .gds-auth-points span {
        font-size: 9px !important;
        line-height: 1.15 !important;
        font-weight: 900 !important;
    }
}

/* Extra small mobile */
@media (max-width: 390px) {
    .gds-auth-points {
        gap: 6px !important;
    }

    .gds-auth-points div {
        min-height: 66px !important;
        padding: 10px 6px !important;
        border-radius: 12px !important;
    }

    .gds-auth-points strong {
        font-size: 17px !important;
    }

    .gds-auth-points span {
        font-size: 8px !important;
    }
}