:root {
    --card-radius: 18px;
}

body {
    background: #f4f6f8;
}

.app-container {
    max-width: 1440px;
}

.stat-card {
    border: 0;
    border-radius: var(--card-radius);
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.mobile-task-card {
    border: 0;
    border-radius: var(--card-radius);
    box-shadow: 0 6px 18px rgba(0,0,0,.07);
}

.mobile-action-btn {
    min-height: 52px;
    font-weight: 700;
    border-radius: 14px;
}

.table-card {
    border: 0;
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.badge-priority {
    font-size: .8rem;
}

.photo-thumb {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 14px;
}

@media print {
    nav, .no-print, .alert, form { display: none !important; }
    body { background: white; }
    .card, .table-card { box-shadow: none !important; border: 1px solid #ddd !important; }
}

.white-space {
    white-space: pre-line;
}
