body {
    background: #f4f6f9;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.app-header {
    border-left: 5px solid #0d6efd;
    padding-left: 1rem;
}

.app-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
}

.app-subtitle {
    color: #6c757d;
    font-size: 0.92rem;
}

.card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    border-radius: 10px;
}

.card-header {
    background: #f8f9fa;
    font-weight: 600;
    border-bottom: 1px solid #e9ecef;
}

.badge-type {
    font-weight: 700;
    font-size: 0.88rem;
    padding: 4px 12px;
    border-radius: 20px;
}

.type-dead { background: #dee2e6; color: #343a40; }
.type-live { background: #cff4fc; color: #055160; }
.type-snow { background: #e0cffc; color: #3d1a78; }
.type-wind { background: #d1e7dd; color: #0a3622; }

.load-row:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.result-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1.2rem;
}

.result-label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
}

.result-value {
    font-size: 1.45rem;
    font-weight: 700;
    color: #0d6efd;
}

.table code {
    background: #f0f7f4;
    padding: 2px 6px;
    border-radius: 4px;
}
