/* Core enhancements */
.mcl-wrap-c4f70c14 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #0f172a;
}
.mcl-wrap-c4f70c14 .active-tab {
	background-color: #000C14 !important;
	color: #ffffff !important;
	box-shadow: inset 0 -3px 0 #F8002F;
}
.mcl-wrap-c4f70c14 svg polyline {
	stroke-linecap: round;
	stroke-linejoin: round;
}
.mcl-wrap-c4f70c14 text {
	font-family: inherit;
}
#mcl-popup-box-c4f70c14, .mcl-popup-comm-alert-c4f70c14 {
	animation: mclSlideUp_c4f70c14 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes mclSlideUp_c4f70c14 {
	from { transform: translateY(100px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}

/* Tabs */
.mcl-tabs-c4f70c14 {
	display: flex;
	gap: 12px;
	border-bottom: 2px solid #e2e8f0;
	margin-bottom: 24px;
	flex-wrap: wrap;
	padding-bottom: 0;
}
.mcl-tab-btn-c4f70c14 {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	text-decoration: none;
	background-color: transparent;
	color: #475569 !important;
	border-radius: 8px 8px 0 0;
	transition: all 0.2s ease;
	font-size: 14px;
	font-weight: 700;
	border: none;
	margin-bottom: -2px;
}
.mcl-tab-btn-c4f70c14:hover {
	background-color: #f1f5f9;
	color: #0f172a !important;
}

/* Buttons */
.mcl-btn-c4f70c14, .mcl-btn-sec-c4f70c14 {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	border: none;
	transition: all 0.2s ease;
	font-family: inherit;
}
.mcl-btn-c4f70c14 {
	background-color: #F8002F;
	color: #ffffff !important;
}
.mcl-btn-c4f70c14:hover {
	background-color: #dc2626;
	color: #ffffff !important;
	transform: translateY(-1px);
}
.mcl-btn-sec-c4f70c14 {
	background-color: #f1f5f9;
	color: #334155 !important;
	border: 1px solid #e2e8f0;
}
.mcl-btn-sec-c4f70c14:hover {
	background-color: #e2e8f0;
}

.mcl-btn-filter-c4f70c14 {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	color: #475569 !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: all 0.2s ease;
}
.mcl-btn-filter-c4f70c14:hover {
	background-color: #f8fafc;
	border-color: #cbd5e1;
}
.mcl-btn-filter-c4f70c14.active-filter {
	background-color: #000C14;
	color: #ffffff !important;
	border-color: #000C14;
}

/* Cards */
.mcl-card-c4f70c14 {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
}

/* Tables */
.mcl-table-c4f70c14 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 24px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.mcl-table-c4f70c14 th, .mcl-table-c4f70c14 td {
	padding: 16px;
	text-align: left;
	border-bottom: 1px solid #e2e8f0;
	font-size: 14px;
}
.mcl-table-c4f70c14 th {
	background-color: #f8fafc;
	font-weight: 700;
	color: #334155;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.mcl-table-c4f70c14 th a {
	color: inherit;
	text-decoration: none;
}
.mcl-table-c4f70c14 tr:last-child td {
	border-bottom: none;
}
.mcl-row-green-c4f70c14 { background-color: #f0fdf4 !important; }
.mcl-row-lightgreen-c4f70c14 { background-color: #f8fafc !important; }
.mcl-row-amber-c4f70c14 { background-color: #fffbeb !important; }
.mcl-row-red-c4f70c14 { background-color: #fef2f2 !important; }
.mcl-row-darkred-c4f70c14 { background-color: #fee2e2 !important; }

/* Badges */
.mcl-badge-c4f70c14 {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.mcl-badge-group-c4f70c14 { background-color: #e0f2fe; color: #0369a1; }
.mcl-badge-acct-c4f70c14 { background-color: #fef3c7; color: #b45309; }

/* Forms */
.mcl-form-group-c4f70c14 {
	margin-bottom: 20px;
}
.mcl-form-group-c4f70c14 label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #0f172a;
}
.mcl-form-group-c4f70c14 input[type="text"],
.mcl-form-group-c4f70c14 input[type="email"],
.mcl-form-group-c4f70c14 input[type="number"],
.mcl-form-group-c4f70c14 input[type="date"],
.mcl-form-group-c4f70c14 select,
.mcl-form-group-c4f70c14 textarea,
.mcl-search-input-c4f70c14 {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	font-family: inherit;
	font-size: 14px;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mcl-form-group-c4f70c14 input:focus,
.mcl-form-group-c4f70c14 select:focus,
.mcl-form-group-c4f70c14 textarea:focus,
.mcl-search-input-c4f70c14:focus {
	outline: none;
	border-color: #F8002F;
	box-shadow: 0 0 0 3px rgba(248,0,47,0.1);
}

.mcl-month-nav-c4f70c14 {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 16px;
}
.mcl-month-nav-btn-c4f70c14 {
    padding: 6px 12px;
    background: #f1f5f9;
    border-radius: 6px;
    text-decoration: none;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
	transition: all 0.2s ease;
}
.mcl-month-nav-btn-c4f70c14:hover {
	background: #e2e8f0;
}
.mcl-month-nav-btn-c4f70c14.active {
    background: #F8002F;
    color: #fff;
}
.mcl-current-month-highlight-c4f70c14 {
    background-color: #fffbeb !important;
    border-left: 3px solid #f59e0b !important;
}
.mcl-search-container-c4f70c14 {
	margin-bottom: 24px;
}
.mcl-rank-trend-up-c4f70c14 { color: #16a34a; font-weight: bold; }
.mcl-rank-trend-down-c4f70c14 { color: #dc2626; font-weight: bold; }

/* Tooltip */
.mcl-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.mcl-tooltip .mcl-tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11px;
}
.mcl-tooltip:hover .mcl-tooltiptext {
    visibility: visible;
    opacity: 1;
}
