/* Assam Mock Test Platform — base styles (expanded in later phases) */

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #f6f8fb;
    color: #1f2937;
}

.auth-page {
    min-height: 100vh;
}

.card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn {
    transition: all 0.15s ease;
}
