## Hub Layer - Connected_CRM__c: Manage multiple CRM instances - CRM_Product__c: CRM product templates ## Financial Advisor CRM - Client_Household__c: Unified household view - Financial_Account__c: IRA, brokerage, annuity tracking - Distribution_Request__c: Withdrawal workflows - Mortality_Event__c: Estate processing - Liquidity_Event__c: Business sales, large transfers - Compliance_Log__c: FINRA audit trail ## Components - BlackRoadHubController: Hub dashboard controller - FinancialAdvisorService: FA business logic - blackroadHubDashboard: Lightning Web Component - BlackRoad Hub app with all tabs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
32 lines
547 B
CSS
32 lines
547 B
CSS
.blackroad-header {
|
|
background: linear-gradient(135deg, #000000 0%, #1a1a2e 100%);
|
|
color: white;
|
|
border-radius: 8px;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.blackroad-header .slds-page-header__title {
|
|
color: #F5A623;
|
|
}
|
|
|
|
.blackroad-header .slds-page-header__meta-text {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.stat-number {
|
|
font-size: 2.5rem;
|
|
font-weight: bold;
|
|
color: #F5A623;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.stat-label {
|
|
font-size: 0.875rem;
|
|
color: #706e6b;
|
|
margin-top: 0.25rem;
|
|
}
|
|
|
|
lightning-card {
|
|
--slds-c-card-radius-border: 8px;
|
|
}
|