/* SkillsRight Intelligence Engine — Custom Styles */

[x-cloak] {
    display: none !important;
}

/* Terminal-style log output */
.log-line {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8125rem;
    line-height: 1.6;
}

.log-search { color: #3b82f6; }
.log-api { color: #8b5cf6; }
.log-prompt { color: #f59e0b; }
.log-result { color: #10b981; }
.log-source { color: #6b7280; }
.log-error { color: #ef4444; }

/* Score progress bars */
.score-bar {
    transition: width 0.6s ease-out;
}

/* Logo grayscale */
.logo-grayscale {
    filter: grayscale(100%);
    mix-blend-mode: multiply;
    opacity: 0.7;
}
