/* Member auth + panel inside Models shell */
.member-auth-box,
.member-panel {
	max-width: 920px;
	margin: 0 auto 40px;
}

.member-verify-lead {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 12px;
	color: #333;
}

.member-verify-steps {
	margin: 0 0 18px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 1.55;
	color: #444;
}

.member-verify-steps li {
	margin-bottom: 6px;
}

.member-verify-actions {
	margin: 0 0 16px;
}

.member-tg-btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

.member-verify-resend {
	margin-bottom: 12px;
}

.member-verify-resend .btn-auth-link {
	background: none;
	border: none;
	padding: 0;
	color: #b5121b;
	font-weight: 700;
	cursor: pointer;
	font-size: 13px;
	text-decoration: underline;
}

[data-theme="dark"] .member-verify-lead,
[data-theme="dark"] .member-verify-steps {
	color: #ccc;
}

.member-form label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #b5121b;
	margin-bottom: 12px;
}

.member-form input[type="text"],
.member-form input[type="email"],
.member-form input[type="password"],
.member-form input[type="file"],
.member-form select {
	display: block;
	width: 100%;
	margin-top: 4px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 13px;
	box-sizing: border-box;
	font-family: inherit;
	line-height: 1.35;
	min-height: 0;
	height: auto;
}

.member-form textarea,
.member-about-text {
	display: block;
	width: 100%;
	margin-top: 4px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 13px;
	box-sizing: border-box;
	font-family: inherit;
	line-height: 1.45;
	resize: vertical;
	min-height: 160px;
}

.member-about-label {
	display: block;
	margin-bottom: 16px;
}

.member-form .btn-login {
	margin-top: 8px;
}

.member-msg {
	padding: 10px 12px;
	font-size: 13px;
	margin-bottom: 12px;
	border: 1px solid #ddd;
}

.member-msg.error {
	background: #fff5f5;
	border-color: #b5121b;
	color: #b5121b;
}

.member-msg.ok {
	background: #f0fff4;
	border-color: #2d8e4e;
	color: #2d8e4e;
}

.member-switch {
	margin-top: 14px;
	font-size: 13px;
}

.member-switch a {
	color: #b5121b;
	font-weight: 700;
}

.member-status {
	font-size: 13px;
	margin-bottom: 16px;
}

.member-status .st-pending { color: #c9940e; }
.member-status .st-active { color: #2d8e4e; }
.member-status .st-passive { color: #888; }
.member-status .st-rejected { color: #b5121b; }
.member-status .st-rejected { color: #b5121b; }
.member-status .st-draft { color: #666; }

.member-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 16px;
	margin-bottom: 18px;
}

.member-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 14px;
	margin-bottom: 18px;
}

.member-photos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.member-photo-item {
	width: 100px;
	font-size: 11px;
	text-align: center;
}

.member-photo-item img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 4px;
}

.member-photos-preview {
	margin-top: 8px;
	padding: 10px;
	border: 1px dashed #b5121b;
	background: #fff8f8;
}

.member-photos-preview[hidden],
.member-preview-hint[hidden] {
	display: none !important;
}

.member-photo-preview-item {
	position: relative;
	width: 100px;
	font-size: 11px;
	text-align: center;
	color: #666;
}

.member-photo-preview-item img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	display: block;
	border: 2px solid #b5121b;
	margin-bottom: 4px;
	background: #eee;
}

.member-photo-preview-item .preview-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100px;
}

.member-preview-hint {
	font-size: 12px;
	color: #b5121b;
	margin: 0 0 14px;
	font-weight: 600;
}

.member-video-help {
	font-size: 13px;
	color: #444;
	margin: 0 0 12px;
	line-height: 1.4;
}

.member-verify-video {
	width: 100%;
	max-width: 360px;
	max-height: 280px;
	display: block;
	background: #000;
	margin: 8px 0 10px;
	border: 1px solid #ccc;
}

.member-video-existing {
	margin-bottom: 12px;
}

.member-video-remove {
	font-size: 12px;
	font-weight: 700;
	color: #b5121b;
}

.member-video-preview-wrap {
	margin-bottom: 14px;
}

.member-banner {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	margin-bottom: 16px;
	border: 2px solid;
	font-size: 14px;
}

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

.member-banner a {
	font-weight: 700;
	text-decoration: underline;
}

.member-banner-ok {
	background: #f0fff4;
	border-color: #2d8e4e;
	color: #1f6b3a;
}

.member-banner-ok a {
	color: #1f6b3a;
}

.member-banner-error {
	background: #fff5f5;
	border-color: #b5121b;
	color: #8f0e16;
}

.member-models-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.member-models-toolbar .profile-box-title {
	margin: 0;
}

.member-create-form {
	margin: 0;
}

.member-models-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.member-model-card {
	display: flex;
	gap: 12px;
	padding: 12px;
	border: 1px solid #ddd;
	background: #fff;
}

.member-model-card-img {
	width: 80px;
	height: 110px;
	flex-shrink: 0;
	background: #eee;
	border: 1px solid #ccc;
	overflow: hidden;
}

.member-model-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.member-model-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 11px;
	color: #888;
	text-align: center;
	padding: 4px;
}

.member-model-card-body {
	flex: 1;
	min-width: 0;
}

.member-model-card-name {
	font-weight: 700;
	font-size: 15px;
	color: #b5121b;
	margin-bottom: 4px;
}

.member-model-card-meta {
	font-size: 12px;
	color: #555;
	margin-bottom: 2px;
}

.member-model-card-status {
	font-size: 12px;
	font-weight: 700;
	margin: 6px 0;
}
.member-model-card-status.st-passive { color: #888; }
.member-model-card-status.st-active { color: #2d8e4e; }
.member-model-card-status.st-pending { color: #c9940e; }
.member-model-card-status.st-rejected { color: #b5121b; }
.member-model-card.is-passive { opacity: 0.88; border-color: #ccc; }
.member-model-card-expire {
	font-size: 11px;
	line-height: 1.35;
	color: #b5121b;
	margin: 0 0 8px;
}
.member-model-card-expire.ok { color: #2d8e4e; }

.member-agency-profile {
	margin: 0 0 28px;
	padding: 16px;
	border: 1px solid #ddd;
	background: #fafafa;
}
.member-agency-logo-preview {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 10px;
}
.member-agency-logo-preview img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border: 1px solid #ccc;
	background: #eee;
}
.member-agency-form .btn-profile-contact {
	margin-top: 8px;
}
.member-field-hint {
	font-weight: 400;
	font-size: 11px;
	color: #888;
}

.member-model-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.member-model-card-actions a {
	display: inline-block;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

.member-model-card-actions .btn-profile-grey {
	background: #888;
}

.member-model-card-actions .btn-profile-contact {
	background: #b5121b;
}

.member-back {
	margin: 0 0 14px;
	font-size: 13px;
}

.member-back a {
	color: #b5121b;
	font-weight: 700;
}

.member-submitted {
	margin-bottom: 28px;
	padding: 16px;
	border: 1px solid #ddd;
	background: #fafafa;
}

.member-submitted-card {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}

.member-submitted-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: flex-start;
	max-width: 340px;
}

.member-submitted-main {
	width: 160px;
	height: 232px;
	object-fit: cover;
	border: 1px solid #ccc;
	display: block;
	background: #eee;
}

.member-submitted-thumb {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border: 1px solid #ccc;
	display: block;
	background: #eee;
}

.member-submitted-info {
	flex: 1;
	min-width: 200px;
}

.member-submitted-name {
	font-size: 22px;
	font-weight: 700;
	color: #b5121b;
	margin-bottom: 6px;
}

.member-submitted-loc {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.member-submitted-meta,
.member-submitted-contact {
	font-size: 13px;
	color: #444;
	margin-bottom: 6px;
}

.member-submitted-contact span {
	display: block;
	margin-bottom: 2px;
}

.member-submitted-sub {
	font-size: 14px;
	font-weight: 700;
	color: #b5121b;
	margin: 16px 0 8px;
}

.member-submitted-attrs {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 8px;
}

.member-submitted-attrs th,
.member-submitted-attrs td {
	border: 1px solid #ddd;
	padding: 6px 10px;
	text-align: left;
}

.member-submitted-attrs th {
	width: 140px;
	background: #f0f0f0;
	font-weight: 700;
}

.member-submitted-table {
	margin-bottom: 8px;
}

.member-rates input,
.member-services input {
	width: auto;
	margin: 0;
}

.member-rates input[type="text"] {
	width: 100%;
	margin: 0;
}

.member-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
}

.member-actions .btn-profile-contact,
.member-actions .btn-profile-grey {
	display: inline-block;
	width: auto;
	min-width: 140px;
	border: 0;
	cursor: pointer;
}

.member-actions .btn-profile-grey {
	background: #888;
	color: #fff;
	font-weight: 700;
	padding: 11px 16px;
	font-size: 12px;
}

@media (max-width: 800px) {
	.member-grid-2,
	.member-grid-3 {
		grid-template-columns: 1fr;
	}
}

/* ── Modern agency panel ── */
.mp-modern {
	max-width: 980px;
	margin: 0 auto 48px;
	padding: 0 4px 24px;
}
.mp-hero {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	margin-bottom: 16px;
	background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 55%, #3a1518 100%);
	color: #fff;
}
.mp-hero-left {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}
.mp-hero-avatar {
	width: 64px;
	height: 64px;
	border-radius: 4px;
	overflow: hidden;
	background: #b5121b;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 800;
}
.mp-hero-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mp-hero-kicker {
	margin: 0 0 2px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.7;
}
.mp-hero-kicker a { color: #fff; font-weight: 700; text-decoration: none; }
.mp-hero-kicker a:hover { text-decoration: underline; }
.mp-hero-title {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}
.mp-hero-meta {
	margin: 4px 0 0;
	font-size: 12px;
	opacity: 0.85;
}
.mp-hero-meta .st-active { color: #7ddea0; }
.mp-hero-meta .st-pending { color: #f0c86a; }
.mp-hero-meta .st-rejected,
.mp-hero-meta .st-passive { color: #f0a0a0; }
.mp-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 16px;
	border: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	cursor: pointer;
	text-decoration: none !important;
	line-height: 1.2;
	font-family: inherit;
}
.mp-btn-sm { padding: 7px 12px; font-size: 11px; }
.mp-btn-primary { background: #b5121b; color: #fff !important; }
.mp-btn-primary:hover { background: #8e0e15; }
.mp-btn-dark { background: #222; color: #fff !important; }
.mp-btn-ghost {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.35);
}
.mp-btn-ghost:hover { border-color: #fff; }
.mp-btn-muted { background: #555; color: #fff !important; }

.mp-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 16px;
}
.mp-stat {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 14px 12px;
	text-align: center;
}
.mp-stat-n {
	display: block;
	font-size: 24px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1;
}
.mp-stat-l {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 700;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.mp-stat.is-ok .mp-stat-n { color: #2d8e4e; }
.mp-stat.is-warn .mp-stat-n { color: #c9940e; }
.mp-stat.is-muted .mp-stat-n { color: #888; }

.mp-tabs {
	display: flex;
	gap: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #e5e5e5;
}
.mp-tab {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	padding: 12px 18px;
	font-size: 13px;
	font-weight: 800;
	color: #666;
	cursor: pointer;
	font-family: inherit;
}
.mp-tab:hover { color: #b5121b; }
.mp-tab.is-active {
	color: #b5121b;
	border-bottom-color: #b5121b;
}

.mp-pane {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-top: 0;
	padding: 20px;
}
.mp-pane[hidden] { display: none !important; }
.mp-pane-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}
.mp-pane-title {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 800;
	color: #1a1a1a;
}
.mp-pane-desc {
	margin: 0;
	font-size: 13px;
	color: #666;
	line-height: 1.4;
}

.mp-empty {
	text-align: center;
	padding: 40px 16px;
	background: #fafafa;
	border: 1px dashed #ccc;
}
.mp-empty p { margin: 0 0 14px; color: #555; }

.mp-models {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 14px;
}
.mp-model {
	display: flex;
	gap: 12px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 12px;
	transition: border-color .15s, box-shadow .15s;
}
.mp-model:hover {
	border-color: #b5121b;
	box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.mp-model.is-passive { opacity: 0.82; }
.mp-model-img {
	position: relative;
	width: 88px;
	height: 118px;
	flex-shrink: 0;
	background: #eee;
	overflow: hidden;
}
.mp-model-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mp-model-img > span:not(.mp-pill) {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 11px;
	color: #999;
	text-align: center;
	padding: 6px;
}
.mp-pill {
	position: absolute;
	left: 4px;
	bottom: 4px;
	right: 4px;
	padding: 3px 5px;
	font-size: 10px;
	font-weight: 800;
	text-align: center;
	background: rgba(0,0,0,.75);
	color: #fff;
	line-height: 1.2;
}
.mp-pill.st-active { background: #2d8e4e; }
.mp-pill.st-vacation { background: #1a7a4a; }
.mp-pill.st-pending { background: #c9940e; }
.mp-pill.st-rejected { background: #b5121b; }
.mp-pill.st-draft,
.mp-pill.st-passive { background: #666; }
.mp-model-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.mp-model-name {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 800;
	color: #b5121b;
}
.mp-model-meta {
	margin: 0;
	font-size: 12px;
	color: #666;
}
.mp-model-note {
	margin: 6px 0 0;
	font-size: 11px;
	color: #b5121b;
	line-height: 1.35;
}
.mp-model-note.is-ok { color: #2d8e4e; }
.mp-model-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
	padding-top: 10px;
}

.mp-form-block {
	margin-bottom: 18px;
	padding: 16px;
	background: #fafafa;
	border: 1px solid #ececec;
}
.mp-form-block-title {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 800;
	color: #1a1a1a;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}
.mp-logo-row {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 14px;
}
.mp-logo-box {
	width: 100px;
	height: 100px;
	background: #111;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mp-logo-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mp-logo-empty {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
}
.mp-file-label {
	display: inline-block;
	padding: 10px 14px;
	background: #fff;
	border: 1px dashed #b5121b;
	color: #b5121b;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
}
.mp-file-label input { margin-top: 6px; }
.mp-check {
	display: flex !important;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	font-weight: 700;
	color: #333 !important;
}
.mp-check input { width: auto; margin: 0; }
.mp-form-foot {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}
.mp-sticky-actions {
	position: sticky;
	bottom: 0;
	z-index: 20;
	padding: 12px 16px;
	margin: 16px -20px -20px;
	background: rgba(255,255,255,.96);
	border-top: 1px solid #e5e5e5;
	backdrop-filter: blur(6px);
}
.mp-edit-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	position: sticky;
	top: 0;
	z-index: 15;
}
.mp-edit-nav a {
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 800;
	color: #444;
	text-decoration: none !important;
	background: #fff;
	border: 1px solid #ddd;
}
.mp-edit-nav a:hover {
	color: #b5121b;
	border-color: #b5121b;
}
.mp-submitted {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 16px;
	margin-bottom: 16px;
}
.mp-modern .member-form label { color: #444; }
.mp-modern .member-form input,
.mp-modern .member-form select,
.mp-modern .member-form textarea {
	border-color: #d0d0d0;
	border-radius: 0;
}
.mp-modern .member-form input:focus,
.mp-modern .member-form select:focus,
.mp-modern .member-form textarea:focus {
	outline: 2px solid rgba(181,18,27,.25);
	border-color: #b5121b;
}

@media (max-width: 700px) {
	.mp-stats { grid-template-columns: repeat(2, 1fr); }
	.mp-hero { padding: 14px; }
	.mp-hero-title { font-size: 18px; }
	.mp-pane { padding: 14px; }
	.mp-sticky-actions { margin-left: -14px; margin-right: -14px; }
}
[data-theme="dark"] .mp-pane,
[data-theme="dark"] .mp-stat,
[data-theme="dark"] .mp-model,
[data-theme="dark"] .mp-form-block {
	background: #1c1c1c;
	border-color: #333;
	color: #eee;
}
[data-theme="dark"] .mp-pane-title,
[data-theme="dark"] .mp-form-block-title,
[data-theme="dark"] .mp-stat-n { color: #f2f2f2; }
[data-theme="dark"] .mp-tab { color: #aaa; }
[data-theme="dark"] .mp-edit-nav { background: #151515; border-color: #333; }
[data-theme="dark"] .mp-edit-nav a { background: #222; border-color: #444; color: #ddd; }
[data-theme="dark"] .mp-sticky-actions { background: rgba(28,28,28,.96); border-color: #333; }

.mp-vacation-box {
	border-color: #2d8e4e;
	background: #f7fff9;
}
.mp-vacation-box .mp-form-block-title { color: #1f6b3a; }
.mp-vacation-flag {
	margin-top: 8px;
	display: inline-block;
	padding: 4px 10px;
	background: #e8f8ee;
	border: 1px solid #2d8e4e;
	color: #1f6b3a;
	font-size: 12px;
	font-weight: 700;
}
[data-theme="dark"] .mp-vacation-box {
	background: #1a2e22;
	border-color: #2d8e4e;
}
[data-theme="dark"] .mp-vacation-flag {
	background: #1a2e22;
	color: #7dcea0;
}

/* Fiyat + kripto ödeme */
.mp-price-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 12px;
	margin: 12px 0 18px;
}
.mp-price-card {
	border: 1px solid #ddd;
	background: #fff;
	padding: 14px;
}
.mp-price-card.is-vip {
	border-color: #c9940e;
	background: #fffdf5;
}
.mp-price-days {
	font-size: 12px;
	font-weight: 700;
	color: #888;
	text-transform: uppercase;
}
.mp-price-label {
	font-size: 14px;
	font-weight: 700;
	margin: 4px 0;
	color: #222;
}
.mp-price-amount {
	font-size: 28px;
	font-weight: 800;
	color: #b5121b;
	line-height: 1.1;
}
.mp-price-desc {
	margin: 8px 0 0;
	font-size: 12px;
	color: #666;
}
.mp-crypto-box {
	padding: 14px;
	border: 1px dashed #2d8e4e;
	background: #f7fff9;
	margin: 12px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.mp-crypto-box strong {
	width: 100%;
	font-size: 13px;
	color: #1f6b3a;
}
.mp-crypto-addr {
	flex: 1 1 220px;
	display: block;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #c5e6d0;
	font-size: 12px;
	word-break: break-all;
}
.mp-pay-block {
	border-color: #2d8e4e;
}
.mp-pay-packages {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 10px;
	margin: 12px 0;
}
.mp-pay-pkg {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px;
	border: 2px solid #ddd;
	background: #fff;
	cursor: pointer;
}
.mp-pay-pkg.is-on,
.mp-pay-pkg:has(input:checked) {
	border-color: #b5121b;
	background: #fff8f8;
}
.mp-pay-pkg input { margin: 0 0 4px; }
.mp-pay-pkg-days { font-size: 11px; font-weight: 700; color: #888; text-transform: uppercase; }
.mp-pay-pkg-price { font-size: 22px; font-weight: 800; color: #b5121b; }
.mp-pay-pkg-label { font-size: 12px; color: #444; }
.mp-pay-vip { margin: 10px 0; font-weight: 700; }
.mp-pay-total {
	font-size: 16px;
	margin: 12px 0;
}
.mp-pay-total strong { color: #b5121b; font-size: 22px; }
.mp-pay-total-note { font-size: 12px; color: #666; margin-left: 6px; }
.mp-pay-summary {
	display: grid;
	gap: 6px;
	padding: 12px 14px;
	margin: 0 0 14px;
	background: #fff8e8;
	border: 1px solid #e0c36a;
	font-size: 13px;
}
.mp-pay-summary code {
	word-break: break-all;
	font-size: 12px;
}
[data-theme="dark"] .mp-price-card,
[data-theme="dark"] .mp-pay-pkg {
	background: #1c1c1c;
	border-color: #444;
	color: #eee;
}
[data-theme="dark"] .mp-crypto-box {
	background: #1a2e22;
	border-color: #2d8e4e;
}
[data-theme="dark"] .mp-crypto-addr {
	background: #111;
	border-color: #333;
	color: #ddd;
}
