/*body {
    background-color: #f8f9fa;
    padding-bottom: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}*/
.header {
    background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-radius: 0 0 1rem 1rem;
}
.card {
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    border: none;
    transition: transform 0.3s;
}
.card:hover {
    transform: translateY(-5px);
}
.card-header {
    border-radius: 0.75rem 0.75rem 0 0 !important;
    font-weight: 600;
}
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
}
.btn-success {
    background-color: #198754;
    border-color: #198754;
}
.btn-success:hover {
    background-color: #157347;
    border-color: #157347;
}
.time-badge {
    font-size: 0.9rem;
    margin: 0.25rem;
    cursor: pointer;
    transition: transform 0.2s;
}
.time-badge:hover {
    transform: scale(1.05);
}
.stats-card {
    background-color: #f8f9fa;
}
#resultArea {
    min-height: 150px;
}
.example-text {
    cursor: pointer;
    transition: all 0.2s;
}
.example-text:hover {
    color: #0d6efd;
    text-decoration: underline;
}
.footer {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 2rem;
}
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}
.highlight {
    background-color: #fffacd;
    padding: 2px 4px;
    border-radius: 4px;
}
.feature-icon {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #0d6efd;
}
.tool-section {
    margin-bottom: 2rem;
}
.support-table {
    font-size: 0.9rem;
}
.support-table th {
    background-color: #0d6efd;
    color: white;
}
.instructions {
    background-color: #e7f5ff;
    border-left: 4px solid #0d6efd;
}
