.wegot-dashboard {
	max-width: 1180px;
	margin: 28px auto;
	padding: 0 16px;
	color: #1f2933;
}

.wegot-dashboard * {
	box-sizing: border-box;
}

.wegot-dashboard-hero {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 18px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(31, 41, 51, 0.06);
}

.wegot-dashboard-hero h1,
.wegot-purchase h1 {
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 1.2;
	color: #111827;
}

.wegot-dashboard-hero p,
.wegot-subscription-status {
	margin: 0;
	color: #52606d;
}

.wegot-avatar img,
.wegot-profile-photo img {
	border-radius: 50%;
	display: block;
	background: #f3f4f6;
}

.wegot-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	overflow-x: auto;
	padding-bottom: 2px;
}

.wegot-tabs a {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 1px solid #d5dce5;
	border-radius: 8px;
	background: #ffffff;
	color: #1f2933;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
}

.wegot-tabs a.is-active,
.wegot-tabs a:hover {
	border-color: #e11d48;
	background: #e11d48;
	color: #ffffff;
}

.wegot-panel {
	padding: 22px;
	background: #ffffff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(31, 41, 51, 0.06);
}

.wegot-panel h2 {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 1.25;
	color: #111827;
}

.wegot-panel h3 {
	margin: 28px 0 12px;
	font-size: 18px;
	color: #111827;
}

.wegot-notice {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-left: 4px solid #0f766e;
	background: #ecfdf5;
	color: #134e4a;
	font-weight: 700;
}

.wegot-stat-grid,
.wegot-plan-grid,
.wegot-video-list,
.wegot-grid {
	display: grid;
	gap: 14px;
}

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

.wegot-stat {
	padding: 18px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
	font-weight: 700;
	color: #52606d;
}

.wegot-stat span {
	display: block;
	margin-bottom: 4px;
	font-size: 26px;
	line-height: 1.1;
	color: #111827;
}

.wegot-actions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.wegot-button,
.wegot-dashboard .fr2vu-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #e11d48;
	border-radius: 8px;
	background: #e11d48;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 800;
	cursor: pointer;
}

.wegot-button:hover,
.wegot-dashboard .fr2vu-submit:hover {
	background: #be123c;
	border-color: #be123c;
	color: #ffffff !important;
}

.wegot-button-secondary {
	background: #ffffff;
	color: #1f2933 !important;
	border-color: #d5dce5;
}

.wegot-button-secondary:hover {
	background: #f8fafc;
	color: #111827 !important;
	border-color: #9aa5b1;
}

.wegot-form,
.wegot-dashboard .fr2vu-form {
	display: grid;
	gap: 16px;
}

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

.wegot-form label,
.wegot-dashboard .fr2vu-field label,
.wegot-dashboard .fr2vu-terms {
	display: grid;
	gap: 7px;
	font-weight: 800;
	color: #1f2933;
}

.wegot-form input,
.wegot-form textarea,
.wegot-form select,
.wegot-dashboard .fr2vu-field input,
.wegot-dashboard .fr2vu-field textarea,
.wegot-dashboard .fr2vu-field select {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	font: inherit;
}

.wegot-form textarea,
.wegot-dashboard .fr2vu-field textarea {
	min-height: 120px;
	resize: vertical;
}

.wegot-profile-photo {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 14px;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
}

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

.wegot-plan {
	position: relative;
	display: grid;
	gap: 8px;
	padding: 16px;
	border: 1px solid #d5dce5;
	border-radius: 8px;
	background: #f8fafc;
	cursor: pointer;
}

.wegot-plan:has(input:checked) {
	border-color: #e11d48;
	background: #fff1f2;
}

.wegot-plan input {
	position: absolute;
	top: 14px;
	right: 14px;
	width: auto;
	min-height: auto;
}

.wegot-plan strong {
	padding-right: 28px;
	font-size: 17px;
	color: #111827;
}

.wegot-plan span {
	font-weight: 900;
	color: #e11d48;
}

.wegot-plan small {
	color: #52606d;
	line-height: 1.4;
}

.wegot-pricing-heading {
	margin-bottom: 18px;
}

.wegot-pricing-heading h1 {
	margin: 0 0 4px;
	font-size: 30px;
	line-height: 1.15;
	color: #111827;
}

.wegot-pricing-heading p {
	margin: 0;
	color: #52606d;
}

.wegot-pricing-banner {
	margin-bottom: 20px;
	padding: 15px 18px;
	border-radius: 8px;
	background: #111827;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
}

.wegot-pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.wegot-pricing-card {
	display: grid;
	gap: 12px;
	padding: 22px 18px;
	border: 2px solid #111827;
	border-radius: 8px;
	background: #fffdf0;
	color: #111827;
	box-shadow: 7px 7px 0 #111827;
}

.wegot-pricing-card.is-featured {
	border-color: #2563eb;
	background: #eff6ff;
	box-shadow: 7px 7px 0 #2563eb;
}

.wegot-pricing-card strong {
	font-size: 22px;
	line-height: 1.15;
	text-transform: uppercase;
}

.wegot-pricing-card small {
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wegot-pricing-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 10px 0;
}

.wegot-pricing-price span {
	color: #ef4444;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

.wegot-pricing-price em {
	color: #374151;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
}

.wegot-pricing-card ul {
	display: grid;
	gap: 10px;
	margin: 8px 0 14px;
	padding: 14px 0 0;
	border-top: 1px dashed #d1d5db;
	list-style: none;
}

.wegot-pricing-card li {
	position: relative;
	padding-left: 22px;
	color: #1f2937;
	font-weight: 800;
	line-height: 1.35;
}

.wegot-pricing-card li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #10b981;
	font-weight: 900;
}

.wegot-pricing-card .wegot-button {
	width: 100%;
	margin-top: auto;
	border-color: #111827;
	border-radius: 999px;
	background: #111827;
}

.wegot-checkout-summary {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 16px;
	margin-bottom: 22px;
}

.wegot-checkout-card,
.wegot-coupon-box,
.wegot-proof-box,
.wegot-checkout-warning,
.wegot-pending-checkout {
	padding: 18px;
	border: 2px solid #111827;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
}

.wegot-checkout-card small {
	display: block;
	margin-bottom: 8px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-checkout-card strong {
	display: block;
	color: #111827;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1;
}

.wegot-checkout-card span {
	display: block;
	margin-top: 6px;
	color: #374151;
	font-weight: 800;
}

.wegot-checkout-card:not(.is-wide) {
	text-align: center;
}

.wegot-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
	gap: 22px;
}

.wegot-payment-info {
	overflow: hidden;
	border: 2px solid #111827;
	border-radius: 8px;
	background: #ffffff;
}

.wegot-payment-info h2 {
	margin: 0;
	padding: 16px 18px;
	background: #111827;
	color: #ffffff;
}

.wegot-payment-intro {
	display: grid;
	justify-items: center;
	gap: 12px;
	margin: 18px 18px 0;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
}

.wegot-payment-intro img {
	width: min(260px, 100%);
	max-height: 280px;
	padding: 8px;
	object-fit: contain;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
}

.wegot-payment-intro-copy {
	display: grid;
	gap: 4px;
	max-width: 560px;
}

.wegot-payment-intro strong {
	color: #111827;
	font-size: 20px;
	font-weight: 900;
}

.wegot-payment-intro span {
	color: #52606d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}

.wegot-payment-methods {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.wegot-payment-method,
.wegot-payment-method.is-plain {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafb;
}

.wegot-payment-method.is-plain {
	grid-template-columns: 1fr;
}

.wegot-payment-method img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	border-radius: 8px;
	background: #ffffff;
}

.wegot-payment-method small {
	display: block;
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-payment-method strong {
	display: block;
	overflow-wrap: anywhere;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
}

.wegot-payment-method span {
	color: #52606d;
	font-size: 13px;
	font-weight: 800;
}

.wegot-copy-button {
	min-height: 38px;
	padding: 0 14px;
	border: 2px solid #111827;
	border-radius: 999px;
	background: #3b82f6;
	color: #ffffff;
	font-weight: 900;
	cursor: pointer;
}

.wegot-checkout-side {
	display: grid;
	align-content: start;
	gap: 16px;
}

.wegot-coupon-box h2,
.wegot-proof-box h2 {
	margin-top: 0;
}

.wegot-coupon-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.wegot-coupon-row input {
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font: inherit;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-proof-box .wegot-form {
	gap: 12px;
}

.wegot-checkout-warning {
	border-style: dashed;
	text-align: center;
	font-weight: 900;
}

.wegot-pending-checkout {
	display: grid;
	gap: 8px;
	margin: 0 0 16px;
	background: #fffbeb;
	border-color: #f59e0b;
}

.wegot-pending-checkout strong {
	color: #92400e;
	font-size: 18px;
}

.wegot-payment-details {
	padding: 16px;
	background: #f8fafc;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
}

.wegot-payment-details pre {
	margin: 0;
	white-space: pre-wrap;
	word-break: break-word;
	font: inherit;
	color: #1f2933;
}

.wegot-video-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wegot-video-card a {
	display: grid;
	gap: 8px;
	color: #111827;
	text-decoration: none;
}

.wegot-video-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 8px;
	background: #e4e7ec;
}

.wegot-video-card strong {
	font-size: 15px;
	line-height: 1.35;
}

.wegot-video-card span {
	width: fit-content;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef2ff;
	color: #3730a3;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.wegot-section-heading {
	margin-bottom: 18px;
}

.wegot-section-heading h1,
.wegot-public-profile h1 {
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 1.2;
	color: #111827;
}

.wegot-section-heading p,
.wegot-profile-hero p,
.wegot-profile-bio {
	color: #52606d;
}

.wegot-member-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.wegot-member-card a {
	display: grid;
	gap: 7px;
	justify-items: center;
	padding: 18px 12px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
	color: #111827;
	text-align: center;
	text-decoration: none;
}

.wegot-member-card img {
	border-radius: 50%;
	background: #e4e7ec;
}

.wegot-member-card strong {
	font-size: 16px;
}

.wegot-member-card span {
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
}

.wegot-member-card span.is-online {
	color: #0f766e;
}

.wegot-member-card small {
	color: #52606d;
}

.wegot-profile-hero {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e4e7ec;
}

.wegot-profile-hero img {
	border-radius: 50%;
	background: #e4e7ec;
}

.wegot-profile-bio {
	margin-bottom: 20px;
	padding: 14px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
}

.wegot-uploader-line {
	margin: 10px 0 18px;
	color: #52606d;
	font-size: 14px;
	font-weight: 800;
}

.wegot-uploader-line a {
	color: #e11d48;
	text-decoration: none;
}

.wegot-uploader-card {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 18px 0;
	padding: 14px;
	border: 1px solid #dfe5ee;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.07);
}

.wegot-uploader-avatar {
	flex: 0 0 auto;
	display: block;
}

.wegot-uploader-avatar img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	background: #e4e7ec;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.10);
}

.wegot-uploader-main {
	display: grid;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}

.wegot-uploader-main span {
	color: #64748b;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.wegot-uploader-name {
	width: fit-content;
	color: #111827;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
}

.wegot-uploader-name:hover {
	color: #e11d48;
}

.wegot-uploader-main small {
	color: #52606d;
	font-size: 13px;
}

.wegot-uploader-action {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid #d5dce5;
	border-radius: 999px;
	background: #f8fafc;
	color: #1f2933;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.wegot-uploader-action:hover {
	border-color: #e11d48;
	background: #e11d48;
	color: #ffffff;
}

.wegot-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.wegot-table th,
.wegot-table td {
	padding: 10px;
	border-bottom: 1px solid #e4e7ec;
	text-align: left;
}

.wegot-dashboard .fr2vu-progress {
	margin: 12px 0;
}

.wegot-dashboard .fr2vu-progress-track {
	height: 10px;
	background: #e4e7ec;
	border-radius: 999px;
	overflow: hidden;
}

.wegot-dashboard .fr2vu-progress-bar {
	height: 100%;
	background: #0f766e;
}

.wegot-dashboard .fr2vu-help,
.wegot-dashboard .fr2vu-status-message {
	color: #52606d;
	font-size: 13px;
}

body.wegot-is-premium .sidebar-ads,
body.wegot-is-premium .under-player-ad,
body.wegot-is-premium .under-player-ad-mobile,
body.wegot-is-premium .happy-inside-player,
body.wegot-is-premium .inside-player-ad,
body.wegot-is-premium .footer-ad,
body.wegot-is-premium .footer-ad-mobile,
body.wegot-is-premium .header-ad-mobile,
body.wegot-is-premium .adsbygoogle,
body.wegot-is-premium [id*="adsterra"],
body.wegot-is-premium [class*="adsterra"] {
	display: none !important;
}

body.wegot-ms-dark .wegot-dashboard {
	color: #f8fafc;
}

body.wegot-ms-dark .wegot-dashboard-hero,
body.wegot-ms-dark .wegot-panel,
body.wegot-ms-dark .wegot-uploader-card,
body.wegot-ms-dark .wegot-dashboard .fr2vu-form {
	background: #101010;
	border-color: #2a2a2a;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-form {
	--fr2vu-border: #303030;
	--fr2vu-text: #ffffff;
	--fr2vu-muted: #b8c0cc;
	--fr2vu-surface: #101010;
	--fr2vu-soft: #161616;
	--fr2vu-accent: #fec395;
	--fr2vu-accent-strong: #ffd8bd;
	--fr2vu-success: #6ee7b7;
	--fr2vu-error: #fca5a5;
	background: #101010 !important;
	border-color: #2a2a2a !important;
	color: #ffffff !important;
}

body.wegot-ms-dark .wegot-dashboard-hero h1,
body.wegot-ms-dark .wegot-purchase h1,
body.wegot-ms-dark .wegot-panel h2,
body.wegot-ms-dark .wegot-panel h3,
body.wegot-ms-dark .wegot-section-heading h1,
body.wegot-ms-dark .wegot-public-profile h1,
body.wegot-ms-dark .wegot-stat span,
body.wegot-ms-dark .wegot-plan strong,
body.wegot-ms-dark .wegot-video-card a,
body.wegot-ms-dark .wegot-member-card a,
body.wegot-ms-dark .wegot-uploader-name,
body.wegot-ms-dark .wegot-payment-details pre {
	color: #ffffff;
}

body.wegot-ms-dark .wegot-dashboard-hero p,
body.wegot-ms-dark .wegot-subscription-status,
body.wegot-ms-dark .wegot-stat,
body.wegot-ms-dark .wegot-plan small,
body.wegot-ms-dark .wegot-section-heading p,
body.wegot-ms-dark .wegot-profile-hero p,
body.wegot-ms-dark .wegot-profile-bio,
body.wegot-ms-dark .wegot-uploader-main span,
body.wegot-ms-dark .wegot-uploader-main small,
body.wegot-ms-dark .wegot-member-card small,
body.wegot-ms-dark .wegot-member-card span,
body.wegot-ms-dark .wegot-dashboard .fr2vu-help,
body.wegot-ms-dark .wegot-dashboard .fr2vu-status-message,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field label span {
	color: #b8c0cc;
}

body.wegot-ms-dark .wegot-tabs a,
body.wegot-ms-dark .wegot-stat,
body.wegot-ms-dark .wegot-profile-photo,
body.wegot-ms-dark .wegot-plan,
body.wegot-ms-dark .wegot-payment-details,
body.wegot-ms-dark .wegot-member-card a,
body.wegot-ms-dark .wegot-profile-bio,
body.wegot-ms-dark .wegot-uploader-action {
	background: #161616;
	border-color: #303030;
	color: #f8fafc !important;
}

body.wegot-ms-dark .wegot-tabs a.is-active,
body.wegot-ms-dark .wegot-tabs a:hover,
body.wegot-ms-dark .wegot-button,
body.wegot-ms-dark .wegot-dashboard .fr2vu-submit,
body.wegot-ms-dark .wegot-uploader-action:hover {
	background: #fec395;
	border-color: #fec395;
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-tabs a.is-active,
body.wegot-ms-dark .wegot-tabs a:hover,
body.wegot-ms-dark .wegot-button,
body.wegot-ms-dark .wegot-dashboard .fr2vu-submit {
	box-shadow: 0 12px 28px rgba(254, 195, 149, 0.18);
}

body.wegot-ms-dark .wegot-button:hover,
body.wegot-ms-dark .wegot-dashboard .fr2vu-submit:hover {
	background: #ffd8bd;
	border-color: #ffd8bd;
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-button-secondary {
	background: #161616;
	border-color: #3a3a3a;
	color: #f8fafc !important;
	box-shadow: none;
}

body.wegot-ms-dark .wegot-button-secondary:hover {
	background: #222222;
	border-color: #fec395;
	color: #fec395 !important;
}

body.wegot-ms-dark .wegot-form label,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field label,
body.wegot-ms-dark .wegot-dashboard .fr2vu-terms {
	color: #f8fafc !important;
}

body.wegot-ms-dark .wegot-form input,
body.wegot-ms-dark .wegot-form textarea,
body.wegot-ms-dark .wegot-form select,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field input,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field textarea,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field select {
	background: #090909;
	border-color: #343434;
	color: #ffffff !important;
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-field input::placeholder,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field textarea::placeholder {
	color: #777f8c;
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-field input[readonly],
body.wegot-ms-dark .wegot-dashboard .fr2vu-field input:disabled,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field textarea:disabled,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field select:disabled {
	background: #090909;
	color: #f8fafc !important;
	opacity: 1;
}

body.wegot-ms-dark .wegot-form input:focus,
body.wegot-ms-dark .wegot-form textarea:focus,
body.wegot-ms-dark .wegot-form select:focus,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field input:focus,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field textarea:focus,
body.wegot-ms-dark .wegot-dashboard .fr2vu-field select:focus {
	border-color: #fec395;
	box-shadow: 0 0 0 3px rgba(254, 195, 149, 0.15);
	outline: none;
}

body.wegot-ms-dark .wegot-plan:has(input:checked) {
	background: rgba(254, 195, 149, 0.12);
	border-color: #fec395;
}

body.wegot-ms-dark .wegot-plan span,
body.wegot-ms-dark .wegot-uploader-name:hover,
body.wegot-ms-dark .wegot-uploader-line a {
	color: #fec395;
}

body.wegot-ms-dark .wegot-video-card img,
body.wegot-ms-dark .wegot-member-card img,
body.wegot-ms-dark .wegot-avatar img,
body.wegot-ms-dark .wegot-profile-photo img,
body.wegot-ms-dark .wegot-profile-hero img,
body.wegot-ms-dark .wegot-uploader-avatar img {
	background: #242424;
}

body.wegot-ms-dark .wegot-video-card span {
	background: rgba(254, 195, 149, 0.14);
	color: #fec395;
}

body.wegot-ms-dark .wegot-member-card span.is-online {
	color: #6ee7b7;
}

body.wegot-ms-dark .wegot-profile-hero {
	border-bottom-color: #303030;
}

body.wegot-ms-dark .wegot-table th,
body.wegot-ms-dark .wegot-table td {
	border-bottom-color: #303030;
	color: #f8fafc;
}

body.wegot-ms-dark .wegot-payment-details pre {
	margin-top: 10px;
	padding: 14px 16px;
	background: #090909 !important;
	border: 1px solid #303030;
	border-radius: 8px;
	color: #f8fafc !important;
}

body.wegot-ms-dark .wegot-pricing-heading h1,
body.wegot-ms-dark .wegot-pricing-card strong,
body.wegot-ms-dark .wegot-checkout-card strong,
body.wegot-ms-dark .wegot-payment-intro strong,
body.wegot-ms-dark .wegot-payment-method strong {
	color: #ffffff;
}

body.wegot-ms-dark .wegot-pricing-heading p,
body.wegot-ms-dark .wegot-pricing-card small,
body.wegot-ms-dark .wegot-pricing-card li,
body.wegot-ms-dark .wegot-checkout-card small,
body.wegot-ms-dark .wegot-checkout-card span,
body.wegot-ms-dark .wegot-payment-intro span,
body.wegot-ms-dark .wegot-payment-method small,
body.wegot-ms-dark .wegot-payment-method span {
	color: #b8c0cc;
}

body.wegot-ms-dark .wegot-pricing-card,
body.wegot-ms-dark .wegot-pricing-card.is-featured,
body.wegot-ms-dark .wegot-checkout-card,
body.wegot-ms-dark .wegot-payment-info,
body.wegot-ms-dark .wegot-payment-intro,
body.wegot-ms-dark .wegot-payment-method,
body.wegot-ms-dark .wegot-payment-method.is-plain,
body.wegot-ms-dark .wegot-coupon-box,
body.wegot-ms-dark .wegot-proof-box,
body.wegot-ms-dark .wegot-checkout-warning,
body.wegot-ms-dark .wegot-pending-checkout {
	background: #161616;
	border-color: #303030;
	box-shadow: none;
	color: #f8fafc;
}

body.wegot-ms-dark .wegot-pricing-card.is-featured {
	border-color: #fec395;
}

body.wegot-ms-dark .wegot-pricing-banner,
body.wegot-ms-dark .wegot-payment-info h2 {
	background: #050505;
	color: #ffffff;
}

body.wegot-ms-dark .wegot-pricing-price span,
body.wegot-ms-dark .wegot-button-secondary:hover,
body.wegot-ms-dark .wegot-copy-button:hover {
	color: #fec395 !important;
}

body.wegot-ms-dark .wegot-pricing-price em,
body.wegot-ms-dark .wegot-coupon-box h2,
body.wegot-ms-dark .wegot-proof-box h2 {
	color: #f8fafc;
}

body.wegot-ms-dark .wegot-pricing-card ul {
	border-top-color: #303030;
}

body.wegot-ms-dark .wegot-pricing-card .wegot-button,
body.wegot-ms-dark .wegot-copy-button {
	background: #fec395;
	border-color: #fec395;
	color: #111111 !important;
}

body.wegot-ms-dark .wegot-payment-intro img,
body.wegot-ms-dark .wegot-payment-method img {
	background: #ffffff;
}

body.wegot-ms-dark .wegot-coupon-row input {
	background: #090909;
	border-color: #343434;
	color: #ffffff;
}

body.wegot-ms-dark .wegot-pending-checkout strong,
body.wegot-ms-dark .wegot-checkout-warning {
	color: #ffd8bd;
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-progress-track {
	background: #262626;
}

body.wegot-ms-dark .wegot-dashboard .fr2vu-progress-bar {
	background: #fec395;
}

body.wegot-ms-dark .wegot-notice {
	background: rgba(254, 195, 149, 0.12);
	border-left-color: #fec395;
	color: #ffd8bd;
}

@media (max-width: 900px) {
	.wegot-stat-grid,
	.wegot-plan-grid,
	.wegot-pricing-grid,
	.wegot-video-list,
	.wegot-member-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wegot-checkout-summary,
	.wegot-checkout-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.wegot-dashboard {
		margin: 18px auto;
		padding: 0 10px;
	}

	.wegot-dashboard-hero,
	.wegot-panel,
	.wegot-profile-photo {
		padding: 14px;
	}

	.wegot-dashboard-hero {
		align-items: flex-start;
	}

	.wegot-dashboard-hero h1,
	.wegot-purchase h1 {
		font-size: 23px;
	}

	.wegot-stat-grid,
	.wegot-plan-grid,
	.wegot-pricing-grid,
	.wegot-video-list,
	.wegot-grid,
	.wegot-member-grid {
		grid-template-columns: 1fr;
	}

	.wegot-tabs a {
		padding: 9px 11px;
		font-size: 13px;
	}

	.wegot-actions-row,
	.wegot-profile-photo,
	.wegot-profile-hero,
	.wegot-uploader-card {
		flex-direction: column;
		align-items: stretch;
	}

	.wegot-payment-method,
	.wegot-coupon-row {
		grid-template-columns: 1fr;
	}

	.wegot-uploader-card {
		display: grid;
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 12px;
		align-items: center;
		padding: 14px;
		border-radius: 14px;
	}

	.wegot-uploader-avatar {
		align-self: start;
	}

	.wegot-uploader-avatar img {
		width: 58px;
		height: 58px;
	}

	.wegot-uploader-main {
		align-self: center;
		gap: 3px;
	}

	.wegot-uploader-main span {
		font-size: 11px;
		letter-spacing: 0;
	}

	.wegot-uploader-name {
		max-width: 100%;
		font-size: 20px;
		line-height: 1.15;
		overflow-wrap: anywhere;
	}

	.wegot-uploader-main small {
		font-size: 13px;
		line-height: 1.35;
	}

	.wegot-uploader-action {
		grid-column: 1 / -1;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 2px;
		padding: 11px 14px;
		border-radius: 999px;
	}

	body.wegot-ms-dark .wegot-uploader-card {
		background: linear-gradient(135deg, #111111 0%, #151515 100%);
	}

	body.wegot-ms-dark .wegot-uploader-action {
		background: rgba(254, 195, 149, 0.10);
		border-color: rgba(254, 195, 149, 0.34);
		color: #fec395 !important;
	}
}
