.client-hub-wrapper {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.client-hub-navbar { display: flex; justify-content: space-between; align-items: center; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px 24px; margin-bottom: 24px; }
.client-navbar-brand h2 { margin: 0; font-size: 18px; font-weight: 800; color: #0f172a; display: inline-block; vertical-align: middle; }
.hub-badge { background: #f0f4ff; color: #0252e3; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 6px; margin-left: 10px; text-transform: uppercase; }
.client-navbar-profile { display: flex; align-items: center; gap: 16px; }
.client-welcome-text { font-size: 14px; color: #475569; }

a.client-logout-btn { font-size: 13px; font-weight: 600; color: #ef4444; text-decoration: none; border: 1px solid #fee2e2; padding: 6px 12px; border-radius: 6px; transition: background 0.15s ease; display: inline-block; }
a.client-logout-btn:hover { background: #fef2f2; text-decoration: none; }

.client-hub-hero { background: radial-gradient(circle at top left, #ffffff, #f8fafc); border: 1px solid #e2e8f0; border-radius: 16px; padding: 50px 30px; text-align: center; margin-bottom: 35px; }
.client-hub-hero h1 { margin: 0 0 10px 0; font-size: 32px; font-weight: 800; color: #0f172a; letter-spacing: -0.5px; }
.client-hub-hero p { margin: 0 0 30px 0; font-size: 15px; color: #64748b; }
.client-search-box-frame { position: relative; max-width: 650px; margin: 0 auto; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); border-radius: 10px; }

.client-hub-wrapper .client-search-box-frame .search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; max-width: 18px; max-height: 18px; color: #94a3b8; pointer-events: none; display: block; }
.client-search-box-frame input { width: 100%; box-sizing: border-box; padding: 16px 20px 16px 52px; border: 1px solid #cbd5e1; border-radius: 10px; font-size: 15px; color: #0f172a; outline: none; background: #ffffff; transition: all 0.15s ease; }
.client-search-box-frame input:focus { border-color: #0252e3; box-shadow: 0 0 0 4px rgba(2, 82, 227, 0.08); }

.section-header-line { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.section-header-line h3 { margin: 0; font-size: 16px; font-weight: 700; color: #0f172a; }
.search-count-pill { background: #f1f5f9; color: #475569; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.client-services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-bottom: 40px; }

.service-display-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.2s ease; }
.service-display-card:hover { transform: translateY(-2px); border-color: #cbd5e1; box-shadow: 0 6px 20px rgba(0,0,0,0.02); }
.service-card-meta { margin-bottom: 20px; }

.client-hub-wrapper .service-icon-bubble { width: 36px; height: 36px; background: #f0f4ff; color: #0252e3; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.client-hub-wrapper .service-icon-bubble svg { width: 16px; height: 16px; max-width: 16px; max-height: 16px; display: block; margin: 0 auto; }

.service-display-card h4 { margin: 0 0 8px 0; font-size: 15px; font-weight: 700; color: #0f172a; }
.service-display-card p { margin: 0; font-size: 13px; color: #64748b; line-height: 1.4; }
.service-action-trigger { width: 100%; background: #f8fafc; border: 1px solid #e2e8f0; color: #334155; font-weight: 600; font-size: 13px; padding: 10px; border-radius: 8px; cursor: pointer; transition: all 0.15s ease; }
.service-action-trigger:hover { background: #0252e3; color: #ffffff; border-color: #0252e3; }

.client-hub-empty-state { text-align: center; padding: 40px 20px; background: #ffffff; border: 1px dashed #cbd5e1; border-radius: 12px; }
.client-hub-empty-state h4 { margin: 0 0 6px 0; color: #334155; }
.client-hub-empty-state p { margin: 0; font-size: 13px; color: #64748b; }
.client-hub-auth-fallback { background: #fef2f2; border: 1px solid #fee2e2; color: #991b1b; padding: 16px; border-radius: 8px; text-align: center; }