/*body {
    background-color: #f8f9fa;
    padding-bottom: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}*/
.header {
    background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 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: #6c5ce7;
    border-color: #6c5ce7;
}
.btn-primary:hover {
    background-color: #5649c0;
    border-color: #5649c0;
}
.btn-success {
    background-color: #00b894;
    border-color: #00b894;
}
.btn-success:hover {
    background-color: #00a885;
    border-color: #00a885;
}
.date-badge {
    font-size: 0.9rem;
    margin: 0.25rem;
    cursor: pointer;
    transition: transform 0.2s;
}
.date-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: #6c5ce7;
    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: #6c5ce7;
}
.tool-section {
    margin-bottom: 2rem;
}
.support-table {
    font-size: 0.9rem;
}
.support-table th {
    background-color: #6c5ce7;
    color: white;
}
