:root {
	--panel-navy: #071826;
	--panel-navy-2: #0c2435;
	--panel-navy-3: #12354a;
	--panel-gold: #c99a3e;
	--panel-gold-soft: #f5e6c5;
	--panel-canvas: #f3f5f7;
	--panel-card: #ffffff;
	--panel-text: #172b39;
	--panel-muted: #657783;
	--panel-border: #dce3e8;
	--panel-success: #16865b;
	--panel-danger: #c53c47;
	--panel-warning: #a76611;
	--panel-info: #246da5;
	--panel-shadow: 0 18px 50px rgba(7, 24, 38, 0.09);
	--panel-radius: 18px;
}

* {
	box-sizing: border-box;
}

html {
	margin-top: 0 !important;
	background: var(--panel-canvas);
}

body.rasbr-panel-body {
	margin: 0;
	min-width: 320px;
	background: var(--panel-canvas);
	color: var(--panel-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

.rasbr-panel-body #wpadminbar {
	display: none !important;
}

.rasbr-panel-body button,
.rasbr-panel-body input,
.rasbr-panel-body textarea,
.rasbr-panel-body select {
	font: inherit;
}

.rasbr-panel-body button,
.rasbr-panel-body a {
	-webkit-tap-highlight-color: transparent;
}

.rasbr-panel-body a {
	color: inherit;
	text-decoration: none;
}

.rasbr-panel-body h1,
.rasbr-panel-body h2,
.rasbr-panel-body h3,
.rasbr-panel-body p {
	margin-top: 0;
}

.rasbr-app {
	display: grid;
	grid-template-columns: 282px minmax(0, 1fr);
	min-height: 100vh;
}

.rasbr-sidebar {
	position: fixed;
	z-index: 50;
	inset: 0 auto 0 0;
	display: flex;
	width: 282px;
	flex-direction: column;
	overflow-y: auto;
	background:
		radial-gradient(circle at 0 0, rgba(201, 154, 62, 0.18), transparent 28%),
		linear-gradient(180deg, #0b2232 0%, #061522 100%);
	color: #fff;
	box-shadow: 18px 0 50px rgba(4, 17, 27, 0.12);
}

.rasbr-sidebar-brand {
	display: flex;
	min-height: 92px;
	align-items: center;
	gap: 13px;
	padding: 19px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.rasbr-brand-mark,
.rasbr-sidebar-logo {
	display: inline-grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 14px;
	background: linear-gradient(145deg, var(--panel-gold), #a97728);
	color: #081b29;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: -0.04em;
	object-fit: cover;
}

.rasbr-brand-copy {
	display: grid;
	min-width: 0;
	line-height: 1.25;
}

.rasbr-brand-copy strong {
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rasbr-brand-copy small {
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.rasbr-sidebar-close {
	display: none;
	margin-left: auto;
	padding: 4px 8px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}

.rasbr-sidebar-label {
	padding: 28px 25px 10px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rasbr-sidebar-nav {
	display: grid;
	gap: 4px;
	padding: 0 13px;
}

.rasbr-sidebar-nav a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	padding: 9px 12px;
	border: 1px solid transparent;
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 650;
	transition: 160ms ease;
}

.rasbr-sidebar-nav a:hover {
	background: rgba(255, 255, 255, 0.055);
	color: #fff;
}

.rasbr-sidebar-nav a.is-active {
	border-color: rgba(201, 154, 62, 0.28);
	background: linear-gradient(90deg, rgba(201, 154, 62, 0.19), rgba(201, 154, 62, 0.07));
	color: #fff;
}

.rasbr-nav-icon {
	display: grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--panel-gold);
	font-size: 10px;
	font-weight: 900;
}

.rasbr-sidebar-nav a.is-active .rasbr-nav-icon {
	background: var(--panel-gold);
	color: var(--panel-navy);
}

.rasbr-sidebar-nav em {
	min-width: 22px;
	margin-left: auto;
	padding: 2px 7px;
	border-radius: 20px;
	background: var(--panel-gold);
	color: var(--panel-navy);
	font-size: 10px;
	font-style: normal;
	text-align: center;
}

.rasbr-sidebar-spacer {
	flex: 1;
	min-height: 30px;
}

.rasbr-sidebar-status,
.rasbr-sidebar-preview {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 12px 16px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.045);
}

.rasbr-sidebar-status > span:last-child {
	display: grid;
}

.rasbr-sidebar-status strong,
.rasbr-sidebar-preview span {
	font-size: 11px;
	font-weight: 750;
}

.rasbr-sidebar-status small {
	color: rgba(255, 255, 255, 0.52);
	font-size: 10px;
}

.rasbr-sidebar-preview {
	justify-content: space-between;
	color: #fff;
}

.rasbr-sidebar-preview:hover {
	border-color: var(--panel-gold);
}

.rasbr-sidebar-matrix {
	margin: 0 29px 20px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
}

.rasbr-status-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: #37d08b;
	box-shadow: 0 0 0 5px rgba(55, 208, 139, 0.12);
}

.rasbr-sidebar-overlay {
	display: none;
}

.rasbr-main {
	grid-column: 2;
	min-width: 0;
}

.rasbr-topbar {
	position: sticky;
	z-index: 30;
	top: 0;
	display: flex;
	min-height: 76px;
	align-items: center;
	gap: 18px;
	padding: 12px clamp(20px, 3vw, 42px);
	border-bottom: 1px solid rgba(15, 41, 58, 0.08);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(15px);
}

.rasbr-topbar > div:first-of-type {
	display: grid;
	line-height: 1.35;
}

.rasbr-topbar > div:first-of-type strong {
	font-size: 13px;
}

.rasbr-topbar-kicker {
	color: var(--panel-gold);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.rasbr-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--panel-border);
	border-radius: 11px;
	background: #fff;
	color: var(--panel-navy);
	cursor: pointer;
}

.rasbr-user-menu {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.rasbr-avatar,
.rasbr-avatar-large {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border-radius: 11px;
	background: var(--panel-navy);
	color: var(--panel-gold);
	font-size: 11px;
	font-weight: 900;
}

.rasbr-avatar-large {
	width: 60px;
	height: 60px;
	border-radius: 17px;
	font-size: 17px;
}

.rasbr-user-copy {
	display: grid;
	line-height: 1.3;
}

.rasbr-user-copy strong {
	font-size: 12px;
}

.rasbr-user-copy small {
	color: var(--panel-muted);
	font-size: 10px;
}

.rasbr-icon-button {
	display: grid;
	width: 35px;
	height: 35px;
	place-items: center;
	border: 1px solid var(--panel-border);
	border-radius: 10px;
	background: #fff;
	font-weight: 800;
}

.rasbr-top-preview {
	margin-right: 8px;
	color: var(--panel-info);
	font-size: 11px;
	font-weight: 750;
}

.rasbr-content {
	width: min(1480px, 100%);
	margin: 0 auto;
	padding: clamp(25px, 3vw, 44px);
}

.rasbr-page-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 26px;
}

.rasbr-kicker {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--panel-gold);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rasbr-page-head h1 {
	margin-bottom: 5px;
	color: var(--panel-navy);
	font-size: clamp(27px, 3vw, 40px);
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.rasbr-page-head p {
	max-width: 660px;
	margin-bottom: 0;
	color: var(--panel-muted);
	font-size: 13px;
}

.rasbr-btn {
	display: inline-flex;
	min-height: 43px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 17px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	transition: 160ms ease;
}

.rasbr-btn:hover {
	transform: translateY(-1px);
}

.rasbr-btn-primary {
	border-color: var(--panel-navy);
	background: var(--panel-navy);
	color: #fff !important;
	box-shadow: 0 9px 24px rgba(7, 24, 38, 0.16);
}

.rasbr-btn-primary:hover {
	background: var(--panel-navy-3);
}

.rasbr-btn-ghost {
	border-color: var(--panel-border);
	background: #fff;
	color: var(--panel-navy);
}

.rasbr-btn.is-danger,
.rasbr-small-link.is-danger {
	color: var(--panel-danger);
}

.rasbr-btn-block {
	width: 100%;
}

.rasbr-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
	margin-bottom: 20px;
}

.rasbr-stat-card {
	position: relative;
	overflow: hidden;
	min-height: 145px;
	padding: 22px;
	border: 1px solid var(--panel-border);
	border-radius: var(--panel-radius);
	background: var(--panel-card);
	box-shadow: 0 8px 28px rgba(7, 24, 38, 0.045);
}

.rasbr-stat-card::after {
	position: absolute;
	right: -19px;
	bottom: -23px;
	width: 80px;
	height: 80px;
	border: 18px solid rgba(201, 154, 62, 0.08);
	border-radius: 50%;
	content: "";
}

.rasbr-stat-card span,
.rasbr-stat-card small {
	display: block;
	color: var(--panel-muted);
	font-size: 11px;
}

.rasbr-stat-card strong {
	display: block;
	margin: 11px 0 2px;
	color: var(--panel-navy);
	font-size: 34px;
	line-height: 1;
}

.rasbr-stat-card .rasbr-stat-text {
	margin-top: 15px;
	font-size: 21px;
}

.rasbr-dashboard-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.75fr);
	gap: 20px;
	margin-bottom: 20px;
}

.rasbr-card,
.rasbr-credential-card {
	margin-bottom: 20px;
	padding: clamp(20px, 2.3vw, 30px);
	border: 1px solid var(--panel-border);
	border-radius: var(--panel-radius);
	background: var(--panel-card);
	box-shadow: 0 8px 30px rgba(7, 24, 38, 0.045);
}

.rasbr-dashboard-grid .rasbr-card {
	margin-bottom: 0;
}

.rasbr-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 21px;
}

.rasbr-card-head h2,
.rasbr-form-section-head h2 {
	margin-bottom: 3px;
	color: var(--panel-navy);
	font-size: 16px;
	line-height: 1.25;
}

.rasbr-card-head p,
.rasbr-form-section-head p {
	margin-bottom: 0;
	color: var(--panel-muted);
	font-size: 11px;
}

.rasbr-card-head > a {
	color: var(--panel-info);
	font-size: 11px;
	font-weight: 750;
	white-space: nowrap;
}

.rasbr-table-wrap {
	overflow-x: auto;
}

.rasbr-table {
	width: 100%;
	border-collapse: collapse;
}

.rasbr-table th {
	padding: 10px 13px;
	border-bottom: 1px solid var(--panel-border);
	color: var(--panel-muted);
	font-size: 9px;
	letter-spacing: 0.12em;
	text-align: left;
	text-transform: uppercase;
}

.rasbr-table td {
	padding: 14px 13px;
	border-bottom: 1px solid #edf1f3;
	font-size: 12px;
	vertical-align: middle;
}

.rasbr-table tbody tr:last-child td {
	border-bottom: 0;
}

.rasbr-table td > strong,
.rasbr-table td > small {
	display: block;
}

.rasbr-table td > small {
	max-width: 260px;
	overflow: hidden;
	color: var(--panel-muted);
	font-size: 10px;
	text-overflow: ellipsis;
}

.rasbr-pill,
.rasbr-mode-badge {
	display: inline-flex;
	align-items: center;
	margin: 2px 5px 2px 0;
	padding: 5px 9px;
	border-radius: 20px;
	background: #edf3f6;
	color: var(--panel-navy-3);
	font-size: 9px;
	font-weight: 800;
	white-space: nowrap;
}

.rasbr-mode-badge {
	background: var(--panel-gold-soft);
	color: #7b5416;
	text-transform: uppercase;
}

.rasbr-mode-badge.is-campaign {
	background: #dff6eb;
	color: var(--panel-success);
}

.rasbr-small-link {
	display: inline-flex;
	margin: 2px 7px 2px 0;
	color: var(--panel-info);
	font-size: 10px;
	font-weight: 800;
}

.rasbr-step-list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rasbr-step-list li {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rasbr-step-list li > span {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 9px;
	background: var(--panel-gold-soft);
	color: #795116;
	font-size: 10px;
	font-weight: 900;
}

.rasbr-step-list li > div {
	display: grid;
}

.rasbr-step-list strong {
	font-size: 11px;
}

.rasbr-step-list small {
	color: var(--panel-muted);
	font-size: 10px;
}

.rasbr-empty {
	padding: 38px 20px;
	border: 1px dashed #c9d3da;
	border-radius: 14px;
	background: #fafbfc;
	text-align: center;
}

.rasbr-empty strong {
	display: block;
	margin-bottom: 4px;
	color: var(--panel-navy);
}

.rasbr-empty p {
	margin-bottom: 17px;
	color: var(--panel-muted);
	font-size: 12px;
}

.rasbr-empty-compact {
	padding: 20px;
	color: var(--panel-muted);
	font-size: 11px;
}

.rasbr-form {
	padding-bottom: 0;
}

.rasbr-form-section {
	padding: 0 0 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid var(--panel-border);
}

.rasbr-form-section:last-of-type {
	border-bottom: 0;
}

.rasbr-form-section-head {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 19px;
}

.rasbr-form-section-head > span {
	display: grid;
	width: 37px;
	height: 37px;
	flex: 0 0 37px;
	place-items: center;
	border-radius: 11px;
	background: var(--panel-navy);
	color: var(--panel-gold);
	font-size: 10px;
	font-weight: 900;
}

.rasbr-fields,
.rasbr-repeater-grid {
	display: grid;
	gap: 16px;
}

.rasbr-fields-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rasbr-fields-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rasbr-fields-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rasbr-repeater-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rasbr-repeater-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rasbr-fields label,
.rasbr-form > label,
.rasbr-login-card label,
.rasbr-credential-grid label,
.rasbr-file-drop {
	display: grid;
	gap: 7px;
	min-width: 0;
	color: var(--panel-navy);
	font-size: 10px;
	font-weight: 800;
}

.rasbr-fields input:not([type="checkbox"]):not([type="color"]),
.rasbr-fields textarea,
.rasbr-fields select,
.rasbr-login-card input:not([type="checkbox"]),
.rasbr-credential-grid input,
.rasbr-editor-grid input:not([type="checkbox"]),
.rasbr-editor-grid textarea,
.rasbr-editor-grid select,
.rasbr-file-drop input {
	width: 100%;
	min-height: 45px;
	padding: 10px 12px;
	border: 1px solid #ccd7de;
	border-radius: 10px;
	outline: 0;
	background: #fbfcfd;
	color: var(--panel-text);
	font-size: 12px;
	font-weight: 500;
	transition: 150ms ease;
}

.rasbr-fields textarea,
.rasbr-editor-grid textarea {
	min-height: 105px;
	resize: vertical;
}

.rasbr-fields input:focus,
.rasbr-fields textarea:focus,
.rasbr-fields select:focus,
.rasbr-login-card input:focus,
.rasbr-editor-grid input:focus,
.rasbr-editor-grid textarea:focus,
.rasbr-editor-grid select:focus {
	border-color: var(--panel-gold);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(201, 154, 62, 0.12);
}

.rasbr-fields input[type="color"] {
	width: 100%;
	height: 48px;
	padding: 4px;
	border: 1px solid #ccd7de;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.rasbr-fields label > small,
.rasbr-form label > small {
	color: var(--panel-muted);
	font-size: 9px;
	font-weight: 500;
}

.rasbr-field-full {
	grid-column: 1 / -1;
}

.rasbr-form-actions {
	position: sticky;
	z-index: 5;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin: 0 clamp(-30px, -2.3vw, -20px);
	padding: 16px clamp(20px, 2.3vw, 30px);
	border-top: 1px solid var(--panel-border);
	border-radius: 0 0 var(--panel-radius) var(--panel-radius);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
}

.rasbr-input-prefix {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid #ccd7de;
	border-radius: 10px;
	background: #eef2f4;
}

.rasbr-input-prefix > span {
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: var(--panel-muted);
	font-size: 10px;
	font-weight: 600;
	white-space: nowrap;
}

.rasbr-input-prefix input {
	min-width: 100px;
	border: 0 !important;
	border-radius: 0 !important;
}

.rasbr-check-grid,
.rasbr-switch-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.rasbr-switch,
.rasbr-check {
	display: flex !important;
	align-items: center;
	gap: 10px !important;
	min-height: 45px;
	padding: 10px 12px;
	border: 1px solid var(--panel-border);
	border-radius: 11px;
	background: #fafbfc;
	cursor: pointer;
}

.rasbr-switch input,
.rasbr-check input {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	accent-color: var(--panel-navy);
}

.rasbr-switch span,
.rasbr-check span {
	font-size: 10px;
	font-weight: 700;
}

.rasbr-upload-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.rasbr-upload-card {
	display: grid;
	gap: 9px;
	padding: 14px;
	border: 1px solid var(--panel-border);
	border-radius: 14px;
	background: #fafbfc;
	color: var(--panel-navy);
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
}

.rasbr-upload-card input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.rasbr-upload-card > small {
	padding: 9px;
	border-radius: 9px;
	background: var(--panel-navy);
	color: #fff;
	font-size: 9px;
	text-align: center;
}

.rasbr-upload-preview,
.rasbr-current-image {
	display: grid;
	overflow: hidden;
	aspect-ratio: 16 / 8;
	place-items: center;
	border-radius: 11px;
	background: linear-gradient(145deg, var(--panel-navy), var(--panel-navy-3));
	color: var(--panel-gold);
}

.rasbr-upload-preview-portrait {
	aspect-ratio: 4 / 5;
}

.rasbr-upload-preview img,
.rasbr-current-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rasbr-upload-preview strong {
	font-size: 27px;
}

.rasbr-editor-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: 20px;
	align-items: start;
}

.rasbr-sticky-form {
	position: sticky;
	top: 96px;
}

.rasbr-mini-card {
	display: grid;
	gap: 10px;
	padding: 15px;
	border: 1px solid var(--panel-border);
	border-radius: 13px;
	background: #fafbfc;
}

.rasbr-mini-card h3 {
	margin: 0;
	font-size: 13px;
}

.rasbr-mini-card label {
	display: grid;
	gap: 6px;
	color: var(--panel-navy);
	font-size: 9px;
	font-weight: 800;
}

.rasbr-content-list,
.rasbr-agenda-admin-list,
.rasbr-lead-list,
.rasbr-security-list {
	display: grid;
	gap: 11px;
}

.rasbr-content-list > article,
.rasbr-agenda-admin-list > article,
.rasbr-lead-list > article,
.rasbr-security-list > article,
.rasbr-profile-block {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px;
	border: 1px solid var(--panel-border);
	border-radius: 13px;
	background: #fff;
}

.rasbr-content-thumb {
	display: grid;
	overflow: hidden;
	width: 70px;
	height: 58px;
	flex: 0 0 70px;
	place-items: center;
	border-radius: 10px;
	background: var(--panel-navy);
	color: var(--panel-gold);
	font-size: 10px;
	font-weight: 900;
}

.rasbr-content-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rasbr-content-copy {
	display: grid;
	min-width: 0;
	margin-right: auto;
}

.rasbr-content-copy strong {
	overflow: hidden;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rasbr-content-copy small {
	color: var(--panel-muted);
	font-size: 9px;
}

.rasbr-row-actions,
.rasbr-site-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.rasbr-row-actions a,
.rasbr-row-actions button,
.rasbr-site-actions a {
	padding: 6px 9px;
	border: 1px solid var(--panel-border);
	border-radius: 8px;
	background: #fff;
	color: var(--panel-info);
	font-size: 9px;
	font-weight: 800;
	cursor: pointer;
}

.rasbr-agenda-admin-list > article > time {
	display: grid;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	place-items: center;
	border-radius: 12px;
	background: var(--panel-gold-soft);
	color: #805514;
	line-height: 1;
}

.rasbr-agenda-admin-list time strong {
	font-size: 18px;
}

.rasbr-agenda-admin-list time span {
	font-size: 8px;
	font-weight: 900;
}

.rasbr-lead-list > article {
	display: grid;
	grid-template-columns: minmax(180px, 0.35fr) minmax(260px, 1fr) auto;
	align-items: start;
}

.rasbr-lead-head,
.rasbr-lead-meta {
	display: grid;
}

.rasbr-lead-head strong {
	font-size: 12px;
}

.rasbr-lead-head small,
.rasbr-lead-meta small {
	color: var(--panel-muted);
	font-size: 9px;
}

.rasbr-lead-meta p {
	margin: 4px 0 0;
	font-size: 11px;
}

.rasbr-activity-list {
	display: grid;
	gap: 13px;
}

.rasbr-activity-list > div {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 13px;
	border-bottom: 1px solid #edf1f3;
}

.rasbr-activity-list > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.rasbr-activity-list p {
	display: grid;
	margin: 0;
	font-size: 11px;
	text-transform: capitalize;
}

.rasbr-activity-list small {
	color: var(--panel-muted);
	font-size: 9px;
}

.rasbr-quick-actions {
	display: grid;
	gap: 9px;
}

.rasbr-quick-actions a {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 11px;
	border: 1px solid var(--panel-border);
	border-radius: 11px;
	transition: 150ms ease;
}

.rasbr-quick-actions a:hover {
	border-color: var(--panel-gold);
	transform: translateX(2px);
}

.rasbr-quick-actions a > span {
	display: grid;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	place-items: center;
	border-radius: 9px;
	background: var(--panel-navy);
	color: var(--panel-gold);
	font-size: 9px;
	font-weight: 900;
}

.rasbr-quick-actions a > div {
	display: grid;
}

.rasbr-quick-actions strong {
	font-size: 10px;
}

.rasbr-quick-actions small {
	color: var(--panel-muted);
	font-size: 9px;
}

.rasbr-preview-frame {
	overflow: hidden;
	height: 530px;
	border: 1px solid var(--panel-border);
	border-radius: 13px;
	background: #e8edf0;
}

.rasbr-preview-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

.rasbr-site-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.rasbr-site-card {
	overflow: hidden;
	border: 1px solid var(--panel-border);
	border-radius: 16px;
	background: #fff;
}

.rasbr-site-card-top {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px;
	background: linear-gradient(145deg, var(--panel-navy), var(--panel-navy-3));
	color: #fff;
}

.rasbr-site-monogram {
	display: grid;
	width: 45px;
	height: 45px;
	flex: 0 0 45px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 13px;
	background: var(--panel-gold);
	color: var(--panel-navy);
	font-size: 13px;
	font-weight: 900;
}

.rasbr-site-card-top .rasbr-mode-badge {
	margin-left: auto;
}

.rasbr-site-card-top > div {
	display: grid;
	min-width: 0;
}

.rasbr-site-card-top strong {
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rasbr-site-card-top small {
	color: rgba(255, 255, 255, 0.55);
	font-size: 9px;
}

.rasbr-site-card > h2 {
	margin: 17px 17px 2px;
	color: var(--panel-navy);
	font-size: 17px;
	line-height: 1.2;
}

.rasbr-site-card > p {
	margin: 0 17px 15px;
	overflow: hidden;
	color: var(--panel-muted);
	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rasbr-site-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid var(--panel-border);
}

.rasbr-site-metrics > span {
	display: grid;
	gap: 2px;
	padding: 13px;
	border-right: 1px solid var(--panel-border);
	color: var(--panel-muted);
	font-size: 8px;
	text-align: center;
}

.rasbr-site-metrics > span:last-child {
	border-right: 0;
}

.rasbr-site-metrics strong {
	color: var(--panel-navy);
	font-size: 15px;
}

.rasbr-site-card .rasbr-site-actions {
	padding: 14px;
}

.rasbr-profile-block > div {
	display: grid;
}

.rasbr-profile-block strong {
	font-size: 12px;
}

.rasbr-profile-block small {
	color: var(--panel-muted);
	font-size: 9px;
}

.rasbr-mode-badge.is-published {
	background: #dff6eb;
	color: var(--panel-success);
}

.rasbr-content-copy h3,
.rasbr-agenda-admin-list h3,
.rasbr-lead-head h3 {
	margin: 3px 0;
	color: var(--panel-navy);
	font-size: 12px;
	line-height: 1.3;
}

.rasbr-current-image {
	width: 100%;
	height: auto;
	max-height: 230px;
	object-fit: cover;
}

.rasbr-card-copy {
	color: var(--panel-muted);
	font-size: 11px;
}

.rasbr-security-list .rasbr-check-grid > span {
	display: flex;
	min-height: 44px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid var(--panel-border);
	border-radius: 10px;
	background: #fafbfc;
	color: var(--panel-success);
	font-size: 10px;
	font-weight: 750;
}

.rasbr-lead-list > article {
	grid-template-columns: minmax(210px, 0.5fr) minmax(260px, 1fr);
}

.rasbr-lead-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rasbr-lead-head > div {
	display: grid;
	min-width: 0;
	margin-right: auto;
}

.rasbr-lead-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.rasbr-lead-meta span {
	display: grid;
	padding: 8px;
	border-radius: 8px;
	background: #f5f7f8;
	color: var(--panel-text);
	font-size: 9px;
}

.rasbr-lead-meta strong {
	color: var(--panel-muted);
	font-size: 8px;
	text-transform: uppercase;
}

.rasbr-lead-list > article > p {
	grid-column: 1 / -1;
	margin: 0;
	padding: 11px 13px;
	border-left: 3px solid var(--panel-gold);
	background: #fafbfc;
	font-size: 11px;
}

.rasbr-lead-list > article > .rasbr-row-actions {
	grid-column: 1 / -1;
	justify-content: flex-end;
}

.rasbr-credential-card {
	display: grid;
	grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
	gap: 24px;
	border-color: rgba(201, 154, 62, 0.55);
	background: linear-gradient(145deg, #fffaf0, #fff);
}

.rasbr-credential-card h2 {
	margin-bottom: 7px;
	font-size: 22px;
}

.rasbr-credential-card p {
	margin: 0;
	color: var(--panel-muted);
	font-size: 11px;
}

.rasbr-credential-grid {
	display: grid;
	gap: 9px;
}

.rasbr-credential-grid label > div,
.rasbr-copy-field {
	display: flex;
}

.rasbr-credential-grid input,
.rasbr-copy-field input {
	border-radius: 9px 0 0 9px !important;
}

.rasbr-credential-grid button,
.rasbr-copy-field button {
	padding: 0 12px;
	border: 0;
	border-radius: 0 9px 9px 0;
	background: var(--panel-navy);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	cursor: pointer;
}

.rasbr-alert {
	margin-bottom: 18px;
	padding: 12px 14px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 11px;
	font-weight: 650;
}

.rasbr-alert-success {
	border-color: #bde8d5;
	background: #e9f8f1;
	color: #126a4a;
}

.rasbr-alert-error {
	border-color: #f1c2c6;
	background: #fff0f1;
	color: #9e2630;
}

.rasbr-alert-warning {
	border-color: #efd8ad;
	background: #fff7e8;
	color: #89570c;
}

.rasbr-alert-info {
	border-color: #c2ddef;
	background: #edf7fd;
	color: #1d628e;
}

.rasbr-campaign-box {
	border-color: rgba(201, 154, 62, 0.45);
}

.rasbr-file-drop {
	padding: 22px;
	border: 1px dashed #bbc9d1;
	border-radius: 13px;
	background: #fafbfc;
	text-align: center;
}

.rasbr-file-drop input {
	background: #fff;
}

.rasbr-login-shell {
	display: grid;
	min-height: 100vh;
	padding: 38px 20px;
	place-items: center;
	background:
		radial-gradient(circle at 15% 10%, rgba(201, 154, 62, 0.18), transparent 28%),
		radial-gradient(circle at 90% 80%, rgba(23, 77, 104, 0.3), transparent 34%),
		linear-gradient(145deg, #06141f, #0b293b);
	color: #fff;
}

.rasbr-login-brand {
	position: absolute;
	top: 30px;
	left: 36px;
	display: flex;
	align-items: center;
	gap: 11px;
}

.rasbr-login-brand > span:last-child {
	display: grid;
	line-height: 1.2;
}

.rasbr-login-brand small {
	color: rgba(255, 255, 255, 0.55);
	font-size: 9px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rasbr-login-card {
	width: min(440px, 100%);
	padding: clamp(27px, 5vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
	color: var(--panel-text);
}

.rasbr-login-card h1 {
	margin-bottom: 7px;
	color: var(--panel-navy);
	font-size: 29px;
	letter-spacing: -0.035em;
}

.rasbr-login-card > p {
	margin-bottom: 22px;
	color: var(--panel-muted);
	font-size: 12px;
}

.rasbr-login-card form {
	display: grid;
	gap: 14px;
}

.rasbr-login-card .rasbr-check {
	min-height: auto;
	padding: 3px 0;
	border: 0;
	background: transparent;
}

.rasbr-forgot {
	display: block;
	margin-top: 15px;
	color: var(--panel-info) !important;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}

.rasbr-login-foot {
	position: absolute;
	bottom: 20px;
	margin: 0;
	color: rgba(255, 255, 255, 0.45);
	font-size: 9px;
	letter-spacing: 0.06em;
}

.rasbr-toast {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
	padding: 11px 15px;
	border-radius: 10px;
	background: var(--panel-navy);
	color: #fff;
	box-shadow: var(--panel-shadow);
	font-size: 10px;
	font-weight: 750;
	animation: rasbr-panel-toast 200ms ease both;
}

@keyframes rasbr-panel-toast {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
	.rasbr-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rasbr-site-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rasbr-fields-5 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.rasbr-app {
		display: block;
	}

	.rasbr-sidebar {
		transform: translateX(-102%);
		transition: transform 220ms ease;
	}

	body.rasbr-sidebar-open {
		overflow: hidden;
	}

	body.rasbr-sidebar-open .rasbr-sidebar {
		transform: translateX(0);
	}

	.rasbr-sidebar-close,
	.rasbr-menu-toggle {
		display: block;
	}

	.rasbr-sidebar-overlay {
		position: fixed;
		z-index: 45;
		inset: 0;
		background: rgba(3, 14, 23, 0.62);
	}

	body.rasbr-sidebar-open .rasbr-sidebar-overlay {
		display: block;
	}

	.rasbr-main {
		min-width: 0;
	}

	.rasbr-dashboard-grid,
	.rasbr-credential-card {
		grid-template-columns: 1fr;
	}

	.rasbr-editor-grid {
		grid-template-columns: 1fr;
	}

	.rasbr-sticky-form {
		position: static;
	}

	.rasbr-fields-3,
	.rasbr-check-grid,
	.rasbr-switch-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.rasbr-content {
		padding: 22px 15px 35px;
	}

	.rasbr-topbar {
		min-height: 66px;
		padding: 10px 15px;
	}

	.rasbr-topbar > div:first-of-type,
	.rasbr-user-copy,
	.rasbr-top-preview {
		display: none;
	}

	.rasbr-page-head {
		display: grid;
		align-items: start;
	}

	.rasbr-page-head .rasbr-btn {
		width: 100%;
	}

	.rasbr-stats-grid,
	.rasbr-site-grid,
	.rasbr-fields-2,
	.rasbr-fields-3,
	.rasbr-fields-5,
	.rasbr-repeater-grid-2,
	.rasbr-repeater-grid-3,
	.rasbr-upload-grid,
	.rasbr-check-grid,
	.rasbr-switch-grid {
		grid-template-columns: 1fr;
	}

	.rasbr-stat-card {
		min-height: 120px;
	}

	.rasbr-lead-list > article {
		grid-template-columns: 1fr;
	}

	.rasbr-lead-list > article > p,
	.rasbr-lead-list > article > .rasbr-row-actions {
		grid-column: auto;
	}

	.rasbr-lead-meta {
		grid-template-columns: 1fr;
	}

	.rasbr-content-list > article,
	.rasbr-agenda-admin-list > article {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.rasbr-row-actions {
		width: 100%;
	}

	.rasbr-preview-frame {
		height: 430px;
	}

	.rasbr-login-brand {
		top: 18px;
		left: 20px;
	}

	.rasbr-login-foot {
		display: none;
	}
}
