@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
}

.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tab-active {
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
}

/* Multi-Mode Navigation Accent classes */
.mode-active {
    background-color: #ffffff;
    color: #1e293b;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
}

.link {
    color: #2563eb;
}

.center-align {
    text-align: center;
}

.title-text {
    margin: 10px;
    display: block;
    width: 150px;
}