/*
Theme Name: NetQuiz Beta Test Theme
Theme URI: https://netquiz.org
Author: NetQuiz AI Builder
Description: Tema WordPress para evaluaciones tecnicas de NetQuiz.
Version: 4.0.0
Text Domain: netquiz-beta
*/

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: #020617;
    color-scheme: dark;
}

body {
    font-feature-settings: "ss01" 1, "cv02" 1;
}

button,
input,
select,
textarea {
    font: inherit;
}

img,
svg {
    display: block;
    max-width: 100%;
}

.netquiz-shell {
    width: 100%;
}

.netquiz-card-glow {
    box-shadow: 0 24px 80px rgba(245, 158, 11, 0.08);
}
