 .gcmcg-topbar{position:sticky;top:0;z-index:9999;background:#fff;border-bottom:1px solid #e8ecf2;padding:10px 14px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.gcmcg-topbar a,.gcmcg-btn{background:#111827;color:#fff!important;border-radius:12px;padding:10px 14px;text-decoration:none;font-weight:700;border:0;cursor:pointer}.gcmcg-topbar a.secondary,.gcmcg-btn.secondary{background:#eef2ff;color:#1f2937!important}.gcmcg-wrap{max-width:980px;margin:24px auto;padding:0 14px}.gcmcg-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(17,24,39,.06);margin-bottom:16px}.gcmcg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gcmcg-field{display:block;margin-bottom:13px}.gcmcg-field span{display:block;font-weight:700;margin-bottom:6px}.gcmcg-field input,.gcmcg-field select,.gcmcg-field textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:11px 12px;box-sizing:border-box}.gcmcg-lock{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:20px}.gcmcg-popup{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;z-index:99999}.gcmcg-popup.open{display:flex}.gcmcg-modal{background:#fff;border-radius:22px;max-width:420px;padding:28px;margin:20px;text-align:center;box-shadow:0 20px 70px rgba(0,0,0,.28)}.gcmcg-muted{color:#6b7280}.gcmcg-list{display:flex;flex-direction:column;gap:12px}.gcmcg-pill{display:inline-block;border-radius:999px;background:#f3f4f6;padding:5px 10px;font-size:12px;font-weight:700}@media(max-width:720px){.gcmcg-grid{grid-template-columns:1fr}.gcmcg-topbar{position:relative}.gcmcg-card{padding:16px}}
.gcmcg-auth-shell{
    max-width:1180px;
    margin:40px auto;
    padding:24px;
    display:grid;
    grid-template-columns:1fr 430px;
    gap:28px;
    align-items:start;
}

.gcmcg-auth-hero{
    background:linear-gradient(135deg,#111827,#1f2937);
    color:#fff;
    border-radius:28px;
    padding:42px;
    min-height:520px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-shadow:0 24px 70px rgba(15,23,42,.22);
}

.gcmcg-auth-badge{
    display:inline-flex;
    width:max-content;
    padding:8px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    font-size:13px;
    font-weight:700;
    letter-spacing:.02em;
    margin-bottom:18px;
}

.gcmcg-auth-hero h1{
    font-size:42px;
    line-height:1.08;
    margin:0 0 16px;
    color:#fff;
}

.gcmcg-auth-hero p{
    font-size:17px;
    line-height:1.65;
    color:rgba(255,255,255,.78);
    max-width:620px;
    margin:0 0 28px;
}

.gcmcg-auth-points{
    display:grid;
    gap:14px;
    margin-top:14px;
}

.gcmcg-auth-points div{
    padding:16px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:rgba(255,255,255,.06);
}

.gcmcg-auth-points strong{
    display:block;
    font-size:15px;
    margin-bottom:5px;
    color:#fff;
}

.gcmcg-auth-points span{
    display:block;
    font-size:14px;
    color:rgba(255,255,255,.72);
    line-height:1.5;
}

.gcmcg-auth-panel{
    display:grid;
    gap:16px;
}

.gcmcg-auth-tabs{
    display:flex;
    gap:8px;
    background:#f3f4f6;
    padding:6px;
    border-radius:18px;
}

.gcmcg-auth-tab{
    flex:1;
    text-align:center;
    padding:12px 14px;
    text-decoration:none;
    border-radius:14px;
    color:#374151;
    font-weight:800;
    font-size:14px;
}

.gcmcg-auth-tab.active,
.gcmcg-auth-tab:hover{
    background:#fff;
    color:#111827;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
}

.gcmcg-auth-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:26px;
    box-shadow:0 18px 50px rgba(15,23,42,.08);
}

.gcmcg-auth-card h2{
    margin:0 0 6px;
    font-size:25px;
    color:#111827;
}

.gcmcg-auth-sub{
    margin:0 0 22px;
    color:#6b7280;
    font-size:14px;
    line-height:1.5;
}

.gcmcg-field{
    display:block;
    margin-bottom:15px;
}

.gcmcg-field span{
    display:block;
    font-size:13px;
    font-weight:800;
    color:#374151;
    margin-bottom:7px;
}

.gcmcg-field input,
.gcmcg-field select{
    width:100%;
    height:48px;
    border:1px solid #d1d5db;
    border-radius:14px;
    padding:0 14px;
    font-size:15px;
    background:#fff;
    color:#111827;
    outline:none;
    box-sizing:border-box;
}

.gcmcg-field input:focus,
.gcmcg-field select:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.gcmcg-btn{
    width:100%;
    border:0;
    border-radius:15px;
    height:50px;
    cursor:pointer;
    font-weight:900;
    font-size:15px;
}

.gcmcg-btn-primary{
    background:#2563eb;
    color:#fff;
    box-shadow:0 12px 28px rgba(37,99,235,.25);
}

.gcmcg-btn-primary:hover{
    background:#1d4ed8;
}

.gcmcg-auth-note{
    background:#f8fafc;
    border:1px solid #e5e7eb;
    color:#64748b;
    padding:13px 14px;
    border-radius:15px;
    font-size:13px;
    line-height:1.5;
    margin-bottom:15px;
}

.gcmcg-alert{
    border-radius:18px;
    padding:15px 16px;
    display:grid;
    gap:4px;
    border:1px solid;
}

.gcmcg-alert strong{
    font-size:15px;
}

.gcmcg-alert span{
    font-size:13px;
    line-height:1.45;
}

.gcmcg-alert-success{
    background:#ecfdf5;
    border-color:#bbf7d0;
    color:#166534;
}

.gcmcg-alert-info{
    background:#eff6ff;
    border-color:#bfdbfe;
    color:#1e40af;
}

@media(max-width:900px){
    .gcmcg-auth-shell{
        grid-template-columns:1fr;
        padding:14px;
        margin:18px auto;
    }

    .gcmcg-auth-hero{
        min-height:auto;
        padding:28px;
        border-radius:24px;
    }

    .gcmcg-auth-hero h1{
        font-size:31px;
    }

    .gcmcg-auth-hero p{
        font-size:15px;
    }

    .gcmcg-auth-card{
        padding:22px;
    }
}