.ac-saas-auth-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    min-height: 100vh;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    margin: -20px; 
    width: calc(100% + 40px);
}
.ac-trust-panel {
    background: #0F172A;
    color: #F8FAFC;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.ac-trust-panel::before {
    content: '';
    position: absolute;
    top: -50%; right: -50%;
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(29, 158, 117, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.ac-brand { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 60px; color: #1D9E75; }
.ac-headline { font-size: 48px; font-weight: 800; line-height: 1.1; letter-spacing: -1.5px; margin: 0 0 20px 0; }
.ac-subheadline { font-size: 18px; color: #94A3B8; margin: 0 0 50px 0; max-width: 400px; line-height: 1.5; }
.ac-pillars { display: flex; flex-direction: column; gap: 30px; margin-bottom: 60px; }
.ac-pillar { display: flex; align-items: flex-start; gap: 20px; }
.ac-pillar-icon { width: 48px; height: 48px; background: rgba(29, 158, 117, 0.1); border: 1px solid rgba(29, 158, 117, 0.3); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ac-pillar-icon .material-symbols-outlined { color: #1D9E75; font-size: 24px; }
.ac-pillar-text h4 { font-size: 18px; font-weight: 700; margin: 0 0 6px 0; color: #FFFFFF; }
.ac-pillar-text p { font-size: 15px; color: #94A3B8; margin: 0; line-height: 1.5; }
.ac-trust-badges { display: flex; gap: 15px; font-size: 13px; color: #64748B; font-family: 'IBM Plex Mono', monospace; text-transform: uppercase; letter-spacing: 1px; }
.ac-form-panel { background: #FFFFFF; padding: 80px 60px; display: flex; align-items: center; justify-content: center; }
.ac-form-container { width: 100%; max-width: 420px; }
.ac-form-container h2 { font-size: 32px; font-weight: 800; color: #0F172A; margin: 0 0 10px 0; letter-spacing: -0.5px; }
.ac-form-subtitle { color: #64748B; margin: 0 0 30px 0; font-size: 16px; }
.ac-tabs { display: flex; background: #F1F5F9; padding: 4px; border-radius: 10px; margin-bottom: 30px; border: 1px solid #E2E8F0; }
.ac-tab { flex: 1; padding: 12px; background: transparent; border: none; border-radius: 6px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 600; color: #64748B; cursor: pointer; transition: all 0.2s; }
.ac-tab.active { background: #FFFFFF; color: #0F172A; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.ac-tab-content { display: none; }
.ac-tab-content.active { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.ac-form-group { margin-bottom: 20px; }
.ac-form-group label { display: block; font-size: 14px; font-weight: 600; color: #334155; margin-bottom: 8px; }
.ac-label-flex { display: flex; justify-content: space-between; align-items: center; }
.ac-forgot-link { font-size: 13px; color: #1D9E75; text-decoration: none; font-weight: 600; }
.ac-segmented-control { display: grid; grid-template-columns: 1fr 1fr; background: #F1F5F9; padding: 4px; border-radius: 10px; border: 1px solid #E2E8F0; }
.ac-seg-option { position: relative; cursor: pointer; }
.ac-seg-option input { display: none; }
.ac-seg-label { display: block; text-align: center; padding: 10px; border-radius: 6px; font-size: 14px; font-weight: 600; color: #64748B; transition: all 0.2s; }
.ac-seg-option input:checked + .ac-seg-label { background: #FFFFFF; color: #0F172A; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.ac-input-icon-wrapper { position: relative; }
.ac-input-icon-wrapper .material-symbols-outlined { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #94A3B8; font-size: 20px; }
.ac-input-icon-wrapper input { width: 100%; padding: 14px 16px 14px 48px; border: 1.5px solid #E2E8F0; border-radius: 10px; font-size: 16px; font-family: 'Plus Jakarta Sans', sans-serif; color: #0F172A; transition: all 0.2s; box-sizing: border-box; }
.ac-input-icon-wrapper input:focus { outline: none; border-color: #1D9E75; box-shadow: 0 0 0 4px rgba(29, 158, 117, 0.1); }
.ac-submit-btn { width: 100%; padding: 16px; background: #0F172A; color: white; border: none; border-radius: 10px; font-size: 16px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.2s; margin-top: 10px; }
.ac-submit-btn:hover { background: #1D9E75; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(29, 158, 117, 0.25); }
.ac-submit-btn .btn-icon { transition: transform 0.2s; }
.ac-submit-btn:hover .btn-icon { transform: translateX(4px); }
.ac-message { margin-top: 16px; text-align: center; font-size: 14px; font-weight: 600; min-height: 20px; }
.ac-message.error { color: #E24B4A; }
.ac-message.success { color: #1D9E75; }
@media (max-width: 968px) {
    .ac-saas-auth-wrapper { grid-template-columns: 1fr; margin: 0; width: 100%; }
    .ac-trust-panel { padding: 60px 30px; min-height: auto; }
    .ac-headline { font-size: 36px; }
    .ac-form-panel { padding: 40px 30px; }
    .ac-trust-badges { display: none; }
}
