body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 700;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px 15px 0 0 !important;
    font-weight: 600;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    border: none;
}

.table thead th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

.table tbody tr:hover {
    background-color: rgba(102, 126, 234, 0.1);
}

.form-control:focus,
.form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

.alert {
    border-radius: 10px;
}

.navbar-nav .nav-link {
    color: #667eea !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #764ba2 !important;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #667eea;
}

.user-avatar-lg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #667eea;
}

.logo-preview {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #667eea;
}

.order-image {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #667eea;
}

.pagination .page-link {
    color: #667eea;
    border: 1px solid #667eea;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

.badge-approved {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.badge-pending {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.hero-section {
    padding: 100px 0;
    text-align: center;
    color: white;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.btn-hero {
    padding: 15px 40px;
    font-size: 1.2rem;
    border-radius: 30px;
    background: white;
    color: #667eea;
    font-weight: 600;
}

.btn-hero:hover {
    background: #667eea;
    color: white;
}

.card-body {
    background: white;
    border-radius: 0 0 15px 15px;
}

.input-group-text {
    background-color: rgba(102, 126, 234, 0.1);
    border-color: #667eea;
}
