.fxsim-page-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#05080f;padding:20px;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.fxsim-card{background:#0b0f19;border:1px solid #1e293b;border-radius:16px;padding:40px;width:100%;max-width:400px}
.fxsim-logo{font-size:24px;font-weight:800;background:linear-gradient(135deg,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;margin-bottom:8px}
.fxsim-sub{text-align:center;color:#475569;font-size:14px;margin-bottom:32px}
.fxsim-field{margin-bottom:18px}
.fxsim-field label{display:block;font-size:11px;color:#64748b;margin-bottom:6px;text-transform:uppercase;font-weight:600;letter-spacing:0.5px}
.fxsim-field input{width:100%;padding:10px 14px;background:#0b0f19;border:1px solid #1e293b;border-radius:8px;color:#e1e8ed;font-size:13px;outline:none;transition:all .2s}
.fxsim-field input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,0.1)}
.fxsim-btn-primary{width:100%;padding:12px;background:linear-gradient(135deg,#f59e0b,#ef4444);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}
.fxsim-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(245,158,11,0.3)}
.fxsim-links{display:flex;justify-content:space-between;margin-top:24px;font-size:13px}
.fxsim-links a{color:#f59e0b;text-decoration:none;font-weight:500}
.fxsim-links a:hover{text-decoration:underline}