/* SLM Frontend Styles */
.slm-auth-container {
    max-width: 450px;
    margin: 50px auto;
    padding: 20px;
}
.slm-auth-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.slm-auth-box h2 {
    margin-top: 0;
    text-align: center;
}
.slm-auth-box input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
}
.slm-dashboard {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}


/* Auth links */
.slm-auth-links{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:10px;
    font-size:13px;
}
.slm-auth-links a{ color: #2563eb; text-decoration:none; }
.slm-auth-links a:hover{ text-decoration:underline; }
