/* Fixerwo Panel — login / register (4 designs) */

.fxwp-auth { position: relative; border-radius: var(--fxwp-radius); overflow: hidden; min-height: 560px; }
.fxwp-auth-logo { height: 34px; margin-bottom: 18px; }

.fxwp-auth-panes { position: relative; }
.fxwp-auth-pane { display: none; animation: fxwp-fade var(--fxwp-anim) ease; }
.fxwp-auth-pane.fxwp-active { display: block; }
@keyframes fxwp-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.fxwp-auth-heading { font-size: 24px; font-weight: 800; margin: 0 0 6px; }
.fxwp-auth-subtitle { color: var(--fxwp-text-muted); font-size: 13.5px; margin: 0 0 22px; }
.fxwp-auth-subtitle a { font-weight: 700; }

.fxwp-password-wrap { position: relative; display: block; }
.fxwp-password-wrap .fxwp-input { padding-inline-end: 42px; }
.fxwp-toggle-pass { position: absolute; inset-inline-end: 10px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; color: var(--fxwp-text-muted); display: flex; }
.fxwp-toggle-pass svg { width: 18px; height: 18px; }

.fxwp-switch-mode { text-align: center; font-size: 13px; color: var(--fxwp-text-muted); margin-top: 18px; }
.fxwp-switch-mode a { font-weight: 700; }
.fxwp-terms { align-items: flex-start; margin-bottom: 18px; }
.fxwp-terms input { margin-top: 3px; }
.fxwp-auth-form .fxwp-btn { width: 100%; }

.fxwp-auth-tabs { display: flex; background: var(--fxwp-surface-2); border-radius: 999px; padding: 4px; margin-bottom: 24px; gap: 4px; }
.fxwp-auth-tab { flex: 1; padding: 10px; border: none; background: none; border-radius: 999px; font-weight: 700; font-size: 13.5px; color: var(--fxwp-text-muted); cursor: pointer; transition: background var(--fxwp-anim) ease, color var(--fxwp-anim) ease; }
.fxwp-auth-tab.fxwp-active { background: var(--fxwp-surface); color: var(--fxwp-primary); box-shadow: var(--fxwp-shadow); }

/* ============ Design 1 — Split Screen ============ */
.fxwp-auth-1 { display: flex; direction: ltr; min-height: 620px; background: var(--fxwp-surface); }
.fxwp-auth-1-illustration {
	direction: ltr; order: 1; flex: 1;
	background: linear-gradient(160deg, #EEF1FF, #E3E6FB);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	padding: 30px;
}
.fxwp-auth-1-svg { width: 100%; max-width: 320px; }
.fxwp-ill-blob { fill: #E0E4FB; }
.fxwp-ill-phone { fill: #fff; stroke: var(--fxwp-primary); stroke-width: 3; }
.fxwp-ill-screen { fill: #EEF0FE; }
.fxwp-ill-btn { fill: none; stroke: var(--fxwp-primary); stroke-width: 3; }
.fxwp-ill-bag { fill: var(--fxwp-primary); opacity: .9; }
.fxwp-ill-bag-handle { fill: none; stroke: var(--fxwp-primary); stroke-width: 5; }
.fxwp-ill-dot { fill: #fff; }
.fxwp-ill-circle { fill: #fff; stroke: var(--fxwp-success); stroke-width: 3; }
.fxwp-ill-check { fill: none; stroke: var(--fxwp-success); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.fxwp-ill-circle-alt { fill: #fff; stroke: var(--fxwp-secondary); stroke-width: 3; }
.fxwp-ill-plus { fill: none; stroke: var(--fxwp-secondary); stroke-width: 3; stroke-linecap: round; }
.fxwp-ill-dot-alt { fill: var(--fxwp-secondary); opacity: .5; }
.fxwp-ill-float-1 { animation: fxwp-float 4s ease-in-out infinite; }
.fxwp-ill-float-2 { animation: fxwp-float 5s ease-in-out infinite reverse; }
@keyframes fxwp-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.fxwp-auth-1-tagline { margin-top: 20px; color: var(--fxwp-text-muted); font-size: 13.5px; text-align: center; max-width: 260px; }

.fxwp-auth-1-panel { direction: rtl; order: 2; flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px; }
.fxwp-auth-1-panel .fxwp-auth-card { width: 100%; max-width: 380px; }

/* ============ Design 2 — Glassmorphism ============ */
.fxwp-auth-2 {
	display: flex; align-items: center; justify-content: center;
	min-height: 640px; padding: 40px 20px;
	background: linear-gradient(150deg, #241653, #4C2A85 55%, #7C3AED);
}
.fxwp-auth-2-bg { position: absolute; inset: 0; overflow: hidden; }
.fxwp-auth-2-svg { width: 100%; height: 100%; }
.fxwp-ill2-blob-a { fill: #A78BFA; opacity: .35; filter: blur(2px); }
.fxwp-ill2-blob-b { fill: #F472B6; opacity: .25; filter: blur(2px); }
.fxwp-ill2-ring { fill: none; stroke: rgba(255,255,255,.35); stroke-width: 2; }
.fxwp-ill2-ring-group { animation: fxwp-spin 18s linear infinite; transform-origin: 640px 420px; }
@keyframes fxwp-spin { to { transform: rotate(360deg); } }
.fxwp-ill2-stars path { fill: rgba(255,255,255,.7); }

.fxwp-auth-2-card {
	position: relative; z-index: 1;
	width: 100%; max-width: 400px;
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid rgba(255,255,255,.25);
	border-radius: var(--fxwp-radius);
	padding: 36px 30px;
	color: #fff;
	box-shadow: var(--fxwp-shadow-lg);
}
.fxwp-auth-2-card .fxwp-auth-subtitle { color: rgba(255,255,255,.7); }
.fxwp-auth-2-card .fxwp-field > span { color: rgba(255,255,255,.75); }
.fxwp-auth-2-card .fxwp-input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); color: #fff; }
.fxwp-auth-2-card .fxwp-input::placeholder { color: rgba(255,255,255,.5); }
.fxwp-auth-2-card .fxwp-checkbox { color: rgba(255,255,255,.7); }
.fxwp-auth-2-card .fxwp-switch-mode { color: rgba(255,255,255,.7); }
.fxwp-auth-2-card .fxwp-auth-tabs { background: rgba(255,255,255,.1); }
.fxwp-auth-2-card .fxwp-auth-tab { color: rgba(255,255,255,.7); }
.fxwp-auth-2-card .fxwp-auth-tab.fxwp-active { background: #fff; color: #4C2A85; }
.fxwp-auth-2-card .fxwp-toggle-pass { color: rgba(255,255,255,.7); }

/* ============ Design 3 — Minimal ============ */
.fxwp-auth-3 { display: flex; align-items: center; justify-content: center; gap: 50px; min-height: 600px; padding: 40px 20px; background: #fff; }
.fxwp-auth-3-card { width: 100%; max-width: 380px; border: 1px solid var(--fxwp-border); border-radius: var(--fxwp-radius); padding: 36px 32px; box-shadow: var(--fxwp-shadow); }
.fxwp-auth-3-side { display: none; flex-direction: column; gap: 18px; }
.fxwp-auth-3-mini-card { background: var(--fxwp-surface-2); border: 1px solid var(--fxwp-border); border-radius: calc(var(--fxwp-radius) * 0.8); padding: 18px; width: 220px; }
.fxwp-auth-3-mini-label { display: block; font-size: 12px; color: var(--fxwp-text-muted); margin-bottom: 4px; }
.fxwp-auth-3-mini-value { display: block; font-size: 20px; font-weight: 800; margin-bottom: 12px; }
.fxwp-auth-3-bars { display: flex; align-items: flex-end; gap: 6px; height: 40px; }
.fxwp-auth-3-bars span { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--fxwp-primary), var(--fxwp-secondary)); border-radius: 3px; }
.fxwp-auth-3-mini-card-alt { display: flex; align-items: center; gap: 12px; }
.fxwp-auth-3-ring { width: 44px; height: 44px; transform: rotate(-90deg); flex-shrink: 0; }
.fxwp-auth-3-ring-bg { fill: none; stroke: var(--fxwp-border); stroke-width: 4; }
.fxwp-auth-3-ring-fg { fill: none; stroke: var(--fxwp-success); stroke-width: 4; stroke-dasharray: 97.4; stroke-dashoffset: 30; stroke-linecap: round; }
.fxwp-auth-3-mini-card-alt span { font-size: 13px; font-weight: 600; }

/* ============ Design 4 — Modern Gradient ============ */
.fxwp-auth-4 { display: flex; direction: ltr; min-height: 640px; }
.fxwp-auth-4-hero {
	direction: ltr; order: 1; flex: 1.1;
	background: linear-gradient(150deg, #1E6FEB, #7C3AED 55%, #22C55E);
	color: #fff;
	padding: 46px;
	display: flex; flex-direction: column; justify-content: center;
	position: relative; overflow: hidden;
}
.fxwp-auth-4-brand, .fxwp-auth-4-logo { font-weight: 800; font-size: 18px; margin-bottom: 30px; filter: brightness(0) invert(1); max-height: 30px; }
.fxwp-auth-4-headline { font-size: 26px; font-weight: 800; max-width: 360px; margin: 0 0 10px; }
.fxwp-auth-4-sub { max-width: 360px; opacity: .9; font-size: 14px; margin: 0; }
.fxwp-auth-4-svg { position: absolute; inset-inline-end: -40px; bottom: -30px; width: 320px; opacity: .9; }
.fxwp-ill4-rocket-body, .fxwp-ill4-rocket-head { fill: #fff; }
.fxwp-ill4-rocket-window { fill: #1E6FEB; }
.fxwp-ill4-fin { fill: #FDE68A; }
.fxwp-ill4-flame { fill: #FDBA74; animation: fxwp-flame 1s ease-in-out infinite alternate; }
@keyframes fxwp-flame { from { transform: scaleY(1); } to { transform: scaleY(1.25); } }
.fxwp-ill4-dot { fill: rgba(255,255,255,.6); }
.fxwp-ill4-star { fill: rgba(255,255,255,.8); }

.fxwp-auth-4-card { direction: rtl; order: 2; flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px; background: var(--fxwp-surface); }
.fxwp-auth-4-card .fxwp-auth-panes { width: 100%; max-width: 360px; }

/* ============ Responsive ============ */
@media (min-width: 1000px) {
	.fxwp-auth-3-side { display: flex; }
}
@media (max-width: 820px) {
	.fxwp-auth-1, .fxwp-auth-4 { flex-direction: column; }
	.fxwp-auth-1-illustration, .fxwp-auth-4-hero { order: 1; padding: 30px 24px; }
	.fxwp-auth-1-panel, .fxwp-auth-4-card { order: 2; padding: 30px 24px; }
	.fxwp-auth-4-svg { position: static; width: 200px; margin-top: 20px; }
	.fxwp-auth-1-svg { max-width: 220px; }
}
