:root {
	/* Modern Professional Color Palette */
	--primary-color: #2563eb;
	--primary-hover: #1d4ed8;
	--primary-light: #dbeafe;
	--secondary-color: #64748b;
	--secondary-hover: #475569;
	--accent-color: #0ea5e9;
	--success-color: #10b981;
	--success-light: #d1fae5;
	--warning-color: #f59e0b;
	--warning-light: #fef3c7;
	--error-color: #ef4444;
	--error-light: #fee2e2;
	--info-color: #06b6d4;
	--info-light: #cffafe;

	/* Neutrals */
	--text-primary: #0f172a;
	--text-secondary: #475569;
	--text-muted: #94a3b8;
	--border-color: #e2e8f0;
	--border-dark: #cbd5e1;
	--bg-primary: #ffffff;
	--bg-secondary: #f8fafc;
	--bg-tertiary: #f1f5f9;

	/* Shadows */
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

	/* Transitions */
	--transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
	--transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
	--transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);

	/* Border Radius */
	--radius-sm: 0.375rem;
	--radius-md: 0.5rem;
	--radius-lg: 0.75rem;
	--radius-xl: 1rem;
}

body {
	padding-top: 70px;
	padding-bottom: 40px;
	background: var(--bg-secondary);
	color: var(--text-primary);
	font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sidebar-nav {
	padding: 0;
}

/* Modern Sidebar Styles */
.sidebar-box {
	background: var(--bg-primary);
	border-radius: var(--radius-lg);
	border: 1px solid var(--border-color);
	box-shadow: var(--shadow-lg);
	overflow: hidden;
	transition: all var(--transition-base);
}

.sidebar-box:hover {
	box-shadow: var(--shadow-xl);
	transform: translateY(-2px);
}

.sidebar-box .nav-list {
	margin: 0;
}

.sidebar-box .nav-header {
	background: var(--bg-tertiary);
	color: var(--text-secondary);
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 12px 20px;
	margin: 0;
	border-bottom: 1px solid var(--border-color);
}

.sidebar-box .nav-list > li > a {
	padding: 14px 20px;
	color: var(--text-secondary);
	font-weight: 500;
	transition: all var(--transition-fast);
	border-left: 3px solid transparent;
	display: flex;
	align-items: center;
	gap: 12px;
}

.sidebar-box .nav-list > li > a:hover {
	background: var(--bg-secondary);
	color: var(--primary-color);
	border-left-color: var(--primary-color);
	text-decoration: none;
}

.sidebar-box .nav-list > li.active > a {
	background: linear-gradient(90deg, var(--primary-color), var(--primary-hover));
	color: white;
	border-left-color: var(--primary-hover);
	font-weight: 600;
	box-shadow: var(--shadow-md);
}

.sidebar-box .nav-list > li > a i {
	font-size: 1.125rem;
	width: 20px;
	text-align: center;
}

.sidebar-box .nav-list > li.active > a i {
	color: white;
}
#preview-iframe{
	width: 100%;
	height: 800px;
	overflow-y: auto;
	border: none;
	margin-top: -10px;
}
.loader{
	display: none;
	margin-left: 10px;
}
footer{
	font-size: 12px;
}
#html{
	width: 100%;
	height: 397px;
}
#pagination{
	margin: 30px 0 20px 0;
}
#edit-form #plain, #edit-form #subject, #edit-form #campaign_title, #edit-form #from_name, #edit-form #from_email, #edit-form #reply_to, #edit-form #template_name{
	width:98%;
}
.wysiwyg-note{
	font-size: 10px; 
	color: #919191; 
	float:left; 
	margin:5px 0 0 5px;
}
.grand_total{
	font-size: 16px;
	padding: 10px 15px;
	background: #FFFAE4;
}
.schedule-date{
	float:left;
	margin-right: 5px;
	width: 55px;
}
.gravatar{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#thankyou_message, #confirmation_email{
	width: 100%;
	height: 340px;
}
#goodbye_message{
	width: 100%;
	height: 430px;
}
.report-titles{
	float: left;
}
.report-export{
	float: left;
	margin: 10px 0 0 10px;
}
.data-type{
	position: relative;
	top: 5px;
	left: 5px;
	color: #979797;
	float: right;
}
.error{
	color: #FF0000;
}
#field-name{
	float: left;
	margin-bottom: 5px;
}
#field-name .left{
	float: left;
	margin-right: 10px;
}
#field-name .right{
	float: right;
}
#c_button{
	clear: both;
	float: left;
}
.ares-email-table thead tr, .ares-email-table tbody tr{
	height: 50px;
}
.ares-email-table tbody tr td{
	padding: 20px 8px;
}
.ares-email-table tbody tr td a{
	text-decoration: underline;
}
.ares-email-table tbody tr td strong{
	font-size: 16px;
}
.ares-email-table tbody tr td .btns{
	margin-top: 5px;
}
.ares-email-table{
	margin-bottom: 5px;
}
ul.ares_email_options{
	list-style: none;
	margin-left: 0px;
}
ul.ares_email_options li{
	float: left;
	margin-right: 7px;
}
ul.ares_email_options li a{
	text-decoration: none !important;
}
ul.ares_email_options li a.btn
{
	font-size: 11px; 
	padding: 4px 7px;
	margin-right: 0px;
}
select, input[type="file"]{
	height: 32px;
	line-height: 20px;
}
#attachments{
	list-style: none;
	margin-left: 0px;
}
#attachments li{
	background: #fffdef;
	padding: 5px 10px;
}
.tab-active{
	border-color: transparent #ddd #ddd #ddd !important;
	border-bottom-color: #fff !important;
	border-top-color: #ddd !important;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.main-gravatar{
	float: left;
	margin: 1px 5px 0 0;
	width: 18px;
	height: 18px;
}
#set-campaign-title-btn{
	float: left;
	font-style: italic; 
	color: #737373;
	margin: -14px 0 18px 0;
	clear: both;
	font-size: 12px;
}
#set-campaign-title-btn-info{
	float:left;
	margin:-10px 0 0 6px;
	color: #737373;
}
#set-campaign-title-btn:hover{
	color: #4774A5;
}
#brand-logo{
	float:left;
	width:16px;
	height:16px;
}
#delete-brand-logo{
	float:left;
	margin: 1px 0 0 10px;
}
.thirtytwo{
	font-size: 11px;
	color: #7f7f7f;
}
#campaign-save-only-btn, #autoresponder-save-only-btn{
	position:relative;
	top: 1px;
	right: 5px;
	padding: 6px 10px 7px 10px;
}
#regenerate-key{
	position: relative;
	top: 8px;
}
#two-factor-setup{
	display: none;
}
.google-auth{
	float:left; 
	margin-right: 20px;
}
.google-auth-links{
	margin-top: -10px;
}
.recovery{
	margin-top: 10px;
	text-align: center; 
	font-size: 11px;
}
.dropdown-header{
	padding-left: 15px; 
	color: #818181; 
	font-size: 12px;
}
#email_list option:disabled, #email_list_exclude option:disabled,
#seg_list option:disabled, #seg_list_exclude option:disabled
{
    color: #dddddd;
}
.date1, .date2, .true-false-dropdown{
	float: left; 
	margin-left: 15px;
}
.datepicker-label{
	float:left;
}
.datepicker-and{
	float:left; 
	margin: 5px 15px 0 0;
}
.condition-dropdown{
	float: left;
	margin-bottom: 20px;
}
.date-condition-dropdown, .text-condition-dropdown, .boolean-condition-dropdown{
	float:left; 
	margin-left: 15px;
}
.text-value{
	float: left;
	margin: 1px 0 0px 15px; 
}
#and-btn{
	clear:both;
	margin-bottom: 20px;
}
.or-btn{
	float: right;
}
.delete-btn{
	float: right;
	margin: 5px 0 0 15px;
}
.or-group{
	clear: both;
}
.group .well{
	padding-top: 35px;
}
.last-update, .seg-note{
	color:#797979;
	font-style: italic;
}
.export-seg-csv{
	float: right;
}
.dashed-box{
	padding: 10px 20px;
	border: 1px dashed #c6c6c6;
}
.rounded-dashed-box{
	border: 1px dashed #eeeeee; 
	padding: 25px 20px 10px 20px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
/* Sidebar styles now defined above in modern sidebar section */
.subscribeform-left{
	float:left; 
	width: 480px;
}
.subscribeform-right{
	float:right; 
	width: 360px;
}
#form-code{
	height: 90px; 
	overflow-y: scroll;
}
#marketing-permission, #what-to-expect
{
	width: 350px;
}
#gdpr-save-btn{
	float: left;
	margin-top: 5px;
}
#gdpr-msg{
	float: left;
	margin: 10px 0 0 0;
	color: #56864e;
	clear: both;
}
#preview-form{
	float: left; 
	margin:10px 0 0 10px;
}
#import-suppression-list-csv, #import-suppression-list-csv2, #import-blocked-domain-list-csv
{
	float:left; 
	margin-bottom: 40px;
	display: none;
}
#cancel-btn, .close-import-btn, #close-add-list-btn, #close-rule-btn
{
	margin-left: 10px;
}
#subscriber-info
{
	width: 700px; 
	margin-left: -350px;
}
#subscriber-notes
{
	max-height: 200px; 
	overflow-y: scroll; 
	font-size: 12px; 
	line-height: 18px;
}
#note
{
	font-size: 12px;
	line-height: 18px;
}
#list-form{
	display:none;
	max-width: 290px; 
	margin-top: 20px;
}
.blacklist-alerts{
	width: 80%;
}
.notopened-export-btns{
	 float:left; 
	 margin: 3px 0 0 7px;
}
#import-progress{
	margin-top: -2px;
}
.footer-left{
	float: left;
}
.footer-right{
	float: right;
}
#footer-mode{
	float: right;
	margin-top: -2px;
}
#footer-mode a{
	width: 2px;
	height: 10px;
	font-size: 12px;
}
#footer-mode i{
	float: left;
	margin: 0 0 0 -4px;
}
#brands-table th, #brands-table td{
	padding: 14px 8px 8px 8px;
}
#brands-table td a.btn{
	float: left;
	font-size: 11px; 
	padding: 1px 7px;
	margin: 0 6px 6px 0;
}
.pie_open_rate{
	float:left; 
	width: 20px;
}
.open_rate_no{
	float:left; 
	margin-left: 5px;
}
.ares-test-form
{
	clear:both; 
	float: left; 
	margin-top: 20px; 
}
#segments-select
{
	margin-top: 20px;
}
.seg_select_multiselect_list{
	width: 320px;
	max-height:200px;
}
#rules-form{
	display:block;
}
#add-btn, #close-rule-btn{
	display: none;
}
#action-dropdown, #list-dropdown, #ares-dropdown, #webhook_field, #email_field, #unsub-list-dropdown{
	display: none;
}
.rule-dropdown{
	float: left;
	margin: 0 10px 30px 0;
}
.right-arrow{
	margin-right: 8px;
}
#rule-form-bottom-btns{
	clear: both;
}
.trigger-action{
	font-size: 12px;
	color: #262626;
}
.webhook_field-edit, .email_field-edit, .list-dropdown-edit
{
	display: none;
	margin-top:20px;
}
.webhook_field-edit, .email_field-edit
{
	width: 290px;
}
.edit-loader
{
	display:none;
	float:left; 
	width:16px;
	margin: 0 5px 0 0;
}
.trigger-webhook-icon
{
	margin-left: 5px;
}
.webhook-data-list
{
	list-style: none;
	width: 445px;
}
.webhook-data-list li
{
	margin-bottom: 7px;
}
.top-brand-pencil
{
	position: relative; 
	left: 3px; 
	top: -2px;
	font-size: 14px;
}
#webhooks-log-btn
{
	float:right;
	margin: -40px 20px 0 0; 
	padding: 5px 10px;
}
.email-views
{
	float:left;
}
#email_width
{
	float:left;
	margin: 0 0 20px 15px;
	width: 50px;
	height: 28px;
	text-align: center;
}
.btn-group.tracking a
{
	padding: 5px 8px;
	font-size: 12px;
}
#smtp-selector
{
	margin: 10px 0 20px 0;
}
.smtp-provider-img
{
	margin:-4px 5px 0 0; 
	width:16px; 
	height: 16px;
	border-radius: 3px;
}
a.brand-smtp-icons:hover
{
	cursor: default;
}
.brand-smtp-icons img
{
	margin:-3px 0 0 5px; 
	width:16px; 
	height: 16px; 
	border-radius: 3px;
}
.send-newsletter-now-icon
{
	margin:-2px 2px 0 0;
	width:16px;
	height:16px;
	border-radius: 3px;
}
.real-data-preview
{
	float: right;
}
#rdp-email
{
	float: left;
	padding: 5px 10px;
	border: 1px solid #E2E2E2;
}
#rdp-btn-left
{
	margin: 0 -1px 0 0;
}
#real-data-preview-info
{
	float:left;
	margin:7px 10px 0 0;
}
#rules-status-btns a
{
	width: 35px; height: 14px; font-size: 12px; padding: 3px 10px 8px 10px;
}

/* ==========================================
   MODERN UI ENHANCEMENTS
   ========================================== */

/* Modern Button Styles */
.btn {
	border-radius: var(--radius-md);
	font-weight: 500;
	transition: all var(--transition-fast);
	border: 1px solid var(--border-color);
	box-shadow: var(--shadow-sm);
	background: var(--bg-primary);
	color: var(--text-primary);
}

.btn:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
	background: var(--bg-secondary);
	color: var(--text-primary);
}

.btn:active {
	transform: translateY(0);
	box-shadow: var(--shadow-sm);
}

.btn-white {
	background: var(--bg-primary);
	color: var(--text-primary);
	border: 1px solid var(--border-color);
}

.btn-white:hover {
	background: var(--bg-secondary);
	color: var(--text-primary);
	border-color: var(--primary-color);
}

.btn-primary {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
	border-color: var(--primary-color);
	color: white;
}

.btn-primary:hover {
	background: linear-gradient(135deg, var(--primary-hover) 0%, #1e40af 100%);
	border-color: var(--primary-hover);
	color: white;
}

.btn-inverse {
	background: linear-gradient(135deg, var(--text-primary) 0%, var(--text-secondary) 100%);
	color: white;
	border-color: var(--text-primary);
}

.btn-inverse:hover {
	background: linear-gradient(135deg, var(--text-secondary) 0%, var(--text-primary) 100%);
	color: white;
}

.btn-success {
	background: linear-gradient(135deg, var(--success-color) 0%, #059669 100%);
	color: white;
	border-color: var(--success-color);
}

.btn-success:hover {
	background: linear-gradient(135deg, #059669 0%, #047857 100%);
	color: white;
}

.btn-danger {
	background: linear-gradient(135deg, var(--error-color) 0%, #dc2626 100%);
	color: white;
	border-color: var(--error-color);
}

.btn-danger:hover {
	background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
	color: white;
}

.btn-warning {
	background: linear-gradient(135deg, var(--warning-color) 0%, #d97706 100%);
	color: white;
	border-color: var(--warning-color);
}

.btn-warning:hover {
	background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
	color: white;
}

.btn-info {
	background: linear-gradient(135deg, var(--info-color) 0%, #0891b2 100%);
	color: white;
	border-color: var(--info-color);
}

.btn-info:hover {
	background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
	color: white;
}

/* Modern Alert Styles */
.alert {
	border-radius: var(--radius-lg);
	border: 1px solid;
	padding: 16px 20px;
	box-shadow: var(--shadow-sm);
	border-left-width: 4px;
}

.alert-success {
	background: var(--success-light);
	border-color: var(--success-color);
	color: #065f46;
}

.alert-error,
.alert-danger {
	background: var(--error-light);
	border-color: var(--error-color);
	color: #991b1b;
}

.alert-warning {
	background: var(--warning-light);
	border-color: var(--warning-color);
	color: #92400e;
}

.alert-info {
	background: var(--info-light);
	border-color: var(--info-color);
	color: #155e75;
}

/* Modern Form Inputs */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="search"],
textarea,
select {
	border-radius: var(--radius-md);
	border: 1px solid var(--border-color);
	padding: 10px 14px;
	transition: all var(--transition-fast);
	font-size: 14px;
	background: var(--bg-primary);
	color: var(--text-primary);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 3px var(--primary-light);
}

/* Modern Table Styles */
table {
	background: var(--bg-primary);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-md);
}

table thead {
	background: var(--bg-tertiary);
}

table thead th {
	color: var(--text-secondary);
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 16px 12px;
	border-bottom: 2px solid var(--border-color);
}

table tbody tr {
	transition: all var(--transition-fast);
	border-bottom: 1px solid var(--border-color);
}

table tbody tr:hover {
	background: var(--bg-secondary);
}

table tbody td {
	padding: 14px 12px;
	color: var(--text-primary);
}

table tbody tr:last-child {
	border-bottom: none;
}

/* Modern Card/Panel Styles */
.well {
	background: var(--bg-primary);
	border: 1px solid var(--border-color);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
	padding: 24px;
	transition: all var(--transition-base);
}

.well:hover {
	box-shadow: var(--shadow-lg);
}

/* Modern Navbar Styles */
.navbar-fixed-top {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid var(--border-color);
}

/* Modern Separator with Glassy Effect */
.separator {
	clear: both;
	height: 3px;
	background: linear-gradient(90deg,
		var(--primary-color) 0%,
		var(--accent-color) 50%,
		var(--primary-color) 100%);
	box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
	opacity: 0.8;
}

.navbar-inner {
	background: transparent;
	border: none;
	box-shadow: none;
}

.navbar .brand {
	color: var(--text-primary);
	font-weight: 600;
	font-size: 1.125rem;
	transition: all var(--transition-fast);
}

.navbar .brand:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.navbar .btn-group .btn {
	background: var(--bg-secondary);
	color: var(--text-primary);
	border-color: var(--border-color);
}

.navbar .btn-group .btn:hover {
	background: var(--bg-tertiary);
	color: var(--text-primary);
	border-color: var(--border-dark);
}

.navbar .dropdown-menu {
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-xl);
	border: 1px solid var(--border-color);
	padding: 8px 0;
	margin-top: 8px;
}

.navbar .dropdown-menu li a {
	padding: 10px 20px;
	color: var(--text-primary);
	transition: all var(--transition-fast);
	display: flex;
	align-items: center;
	gap: 10px;
}

.navbar .dropdown-menu li a:hover {
	background: var(--bg-secondary);
	color: var(--primary-color);
}

.navbar .dropdown-menu .divider {
	margin: 8px 0;
	border-top: 1px solid var(--border-color);
}

/* Modern Badge/Label Styles */
.label,
.badge {
	border-radius: var(--radius-sm);
	padding: 4px 10px;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.025em;
}

.label-success,
.badge-success {
	background: var(--success-color);
	color: white;
}

.label-warning,
.badge-warning {
	background: var(--warning-color);
	color: white;
}

.label-important,
.label-danger,
.badge-important,
.badge-danger {
	background: var(--error-color);
	color: white;
}

.label-info,
.badge-info {
	background: var(--info-color);
	color: white;
}

/* Modern Pagination */
.pagination {
	display: flex;
	gap: 6px;
}

.pagination li a {
	border-radius: var(--radius-md);
	border: 1px solid var(--border-color);
	padding: 8px 14px;
	color: var(--text-secondary);
	transition: all var(--transition-fast);
}

.pagination li a:hover {
	background: var(--bg-secondary);
	border-color: var(--primary-color);
	color: var(--primary-color);
	text-decoration: none;
}

.pagination li.active a {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: white;
}

/* Modern Progress Bar */
.progress {
	background: var(--bg-tertiary);
	border-radius: var(--radius-lg);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	height: 24px;
}

.progress .bar {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
	box-shadow: 0 0 10px rgba(37, 99, 235, 0.3);
	transition: width var(--transition-slow);
}

/* Modern Modal */
.modal {
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-xl);
	border: 1px solid var(--border-color);
}

.modal-header {
	background: var(--bg-tertiary);
	border-bottom: 1px solid var(--border-color);
	padding: 20px 24px;
	border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.modal-header h3 {
	color: var(--text-primary);
	font-weight: 600;
}

.modal-body {
	padding: 24px;
}

.modal-footer {
	background: var(--bg-secondary);
	border-top: 1px solid var(--border-color);
	padding: 16px 24px;
	border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

/* Modern Animations */
@keyframes slideInUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

.fade-in {
	animation: fadeIn var(--transition-base) ease-in;
}

.slide-in-up {
	animation: slideInUp var(--transition-base) ease-out;
}

/* Loading Animation */
.loader {
	animation: pulse 1.5s ease-in-out infinite;
}

/* Smooth Scrolling */
html {
	scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background: var(--bg-tertiary);
	border-radius: var(--radius-md);
}

::-webkit-scrollbar-thumb {
	background: var(--border-dark);
	border-radius: var(--radius-md);
	transition: background var(--transition-fast);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--text-muted);
}

/* Gravatar Improvements */
.gravatar,
.main-gravatar {
	border-radius: 50%;
	border: 2px solid var(--border-color);
	box-shadow: var(--shadow-sm);
	transition: all var(--transition-fast);
}

.gravatar:hover,
.main-gravatar:hover {
	border-color: var(--primary-color);
	box-shadow: var(--shadow-md);
	transform: scale(1.05);
}

/* Improved Footer */
footer {
	color: var(--text-muted);
	font-size: 0.875rem;
	padding: 20px 0;
	border-top: 1px solid var(--border-color);
	margin-top: 40px;
}

/* Enhanced Dropdown */
.dropdown-menu {
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-xl);
	border: 1px solid var(--border-color);
	padding: 8px 0;
	min-width: 200px;
}

.dropdown-menu li a {
	padding: 10px 16px;
	color: var(--text-primary);
	transition: all var(--transition-fast);
	display: flex;
	align-items: center;
	gap: 10px;
}

.dropdown-menu li a:hover {
	background: var(--bg-secondary);
	color: var(--primary-color);
	text-decoration: none;
}

.dropdown-menu li.active a {
	background: linear-gradient(90deg, var(--primary-color), var(--primary-hover));
	color: white;
	font-weight: 600;
}

/* Modern Tooltip (if using Bootstrap tooltips) */
.tooltip-inner {
	background: var(--text-primary);
	border-radius: var(--radius-md);
	padding: 8px 12px;
	font-size: 0.875rem;
	box-shadow: var(--shadow-lg);
}

/* Enhanced Focus States */
*:focus {
	outline: none;
}

*:focus-visible {
	outline: 2px solid var(--primary-color);
	outline-offset: 2px;
}

/* Modern Container */
.container-fluid {
	animation: fadeIn 0.3s ease-in;
}

/* Improved Code Blocks */
code,
pre {
	background: var(--bg-tertiary);
	border: 1px solid var(--border-color);
	border-radius: var(--radius-md);
	padding: 2px 6px;
	font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
	font-size: 0.875em;
	color: var(--error-color);
}

pre {
	padding: 16px;
	overflow-x: auto;
}

pre code {
	background: transparent;
	border: none;
	padding: 0;
}

/* Enhanced Links */
a {
	color: var(--primary-color);
	text-decoration: none;
	transition: color var(--transition-fast);
}

a:hover {
	color: var(--primary-hover);
	text-decoration: none;
}

/* Improved Dividers */
hr {
	border: none;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--border-color), transparent);
	margin: 24px 0;
}

/* Modern Breadcrumb */
.breadcrumb {
	background: var(--bg-secondary);
	border-radius: var(--radius-md);
	padding: 12px 16px;
	border: 1px solid var(--border-color);
}

.breadcrumb li {
	color: var(--text-secondary);
}

.breadcrumb li.active {
	color: var(--text-primary);
	font-weight: 500;
}