/* SeamRipper - App Styles */

:root {
    --abd-primary: #212529;
    --abd-mobile-btn-min-height: 60px;
}

/* General */
body {
    font-size: 15px;
}

.font-monospace {
    font-family: 'Courier New', Courier, monospace;
}

/* Navbar */
.navbar-brand {
    letter-spacing: 0.5px;
}

/* Cards */
.card {
    border-radius: 10px;
}

/* Large touch targets for mobile */
.btn-lg {
    min-height: var(--abd-mobile-btn-min-height);
    font-size: 1.05rem;
}

/* Mobile main content padding */
.mobile-main {
    padding-bottom: 80px;
}

/* Badge colors for labels */
.badge.rounded-pill {
    font-size: 0.75em;
}

/* Tables */
.table th {
    font-weight: 600;
    white-space: nowrap;
}

/* Form labels */
.form-label.fw-semibold {
    margin-bottom: 4px;
}

/* Alert compact */
.alert.py-2 {
    font-size: 0.9rem;
}

/* Admin sidebar list */
.list-group-item-dark {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Print */
@media print {
    .navbar, .btn, form, .alert { display: none !important; }
}
