body { background-color: #f8f9fa; }
.navbar-brand { font-weight: bold; }
.main-container { margin-top: 2rem; margin-bottom: 2rem; padding-left: 1rem; padding-right: 1rem; }
.card { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); border: none; margin-bottom: 1rem; }
.table-container { background: white; padding: 2rem; border-radius: 0.75rem; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.03); border: 1px solid rgba(0,0,0,0.08); overflow-x: auto; }

@media (max-width: 768px) {
    .table-container {
        padding: 1rem;
        margin-left: -1rem;
        margin-right: -1rem;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}
.bg-light-success { background-color: rgba(25, 135, 84, 0.05) !important; }
.form-label { font-weight: 600; color: #495057; margin-bottom: 0.5rem; }
.form-control, .form-select, .input-group-text { border: 1px solid #ced4da; border-radius: 0.75rem; }
.form-control:focus, .form-select:focus { border-color: #86b7fe; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15); }
.input-group-text { background-color: #e9ecef; color: #495057; border-right: none; }
.input-group .form-control, .input-group .form-select { border-left: none; }
.input-group:focus-within .input-group-text { border-color: #86b7fe; color: #495057; }
.border-light { border-color: rgba(0, 0, 0, 0.08) !important; }
.btn { border-radius: 0.5rem; font-weight: 500; transition: all 0.2s; }
.btn-success { background-color: #198754; border-color: #198754; }
.btn-success:hover { background-color: #157347; border-color: #146c43; transform: translateY(-1px); }
.page-header { margin-bottom: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.page-title { margin-bottom: 0; font-weight: 700; color: #212529; }
.card-header { font-weight: 600; }
hr { opacity: 0.15; }
.navbar { box-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 0.75rem 0; }
.nav-link { font-weight: 500; transition: color 0.2s; }
.nav-link:hover { color: #fff !important; }
.dropdown-menu { border: none; box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15); border-radius: 0.5rem; }
.dropdown-item { transition: background-color 0.2s; }
.border-top, .border-bottom { border-color: rgba(0, 0, 0, 0.1) !important; }
.table { margin-bottom: 0; }
.table thead th { border-top: none; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.05em; color: #6c757d; padding: 1rem; }
.table tbody td { padding: 1rem; border-color: rgba(0, 0, 0, 0.05); }
.badge { font-weight: 500; padding: 0.5em 0.8em; border-radius: 0.5rem; }
.btn-group > .d-inline:not(:first-child) { margin-left: -1px; }
.btn-group > .d-inline:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.btn-group > .d-inline:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.btn-group > .d-inline > .btn:hover { z-index: 1; }
.btn-group > .d-inline > .btn:focus, .btn-group > .d-inline > .btn:active { z-index: 2; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.btn-group > .btn:nth-child(n+2), .btn-group > .btn-group:nth-child(n+2) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; }

/* Color Swatches */
.color-swatch {
    display: inline-block;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0,0,0,0.1);
}

.color-swatch-sm {
    width: 32px;
    height: 32px;
}

.color-swatch-md {
    width: 40px;
    height: 40px;
}

.color-swatch-lg {
    width: 80px;
    height: 80px;
}

.color-swatch-xl {
    width: 150px;
    height: 150px;
}

/* Autocomplete */
.autocomplete-dropdown {
    top: 100%;
    z-index: 1000;
}

/* Utilities */
.w-60 { width: 60px !important; }
.w-150 { width: 150px !important; }
