:root {
	--ibcv-ink: #1b1530;
	--ibcv-muted: #6f6980;
	--ibcv-pink: #e30613;
	--ibcv-pink-dark: #ba0711;
	--ibcv-purple: #22222b;
	--ibcv-soft: #fff3f3;
	--ibcv-line: #eadede;
	--ibcv-white: #fff;
}

.wp-block-post-title {
	display: none;
}

.ibcv-shell {
	color: var(--ibcv-ink);
	font-family: Inter, "Noto Sans SC", system-ui, -apple-system, sans-serif;
	margin: 0 auto;
	max-width: 1180px;
	padding: 32px 20px 64px;
}

.ibcv-hero {
	background: radial-gradient(circle at top right, #ffd5d8, transparent 36%), linear-gradient(135deg, #fffafa, #f4f4f6);
	border: 1px solid #f0e4ef;
	border-radius: 28px;
	margin-bottom: 28px;
	overflow: hidden;
	padding: clamp(34px, 6vw, 72px);
	position: relative;
}

.ibcv-brand-logo {
	background: #fff;
	border: 1px solid rgba(215, 193, 207, .65);
	border-radius: 22px;
	box-shadow: 0 18px 45px rgba(77, 35, 55, .12);
	height: 210px;
	object-fit: cover;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 210px;
}

.ibcv-hero h2 {
	font-size: clamp(34px, 5vw, 60px);
	letter-spacing: -0.04em;
	line-height: 1.06;
	margin: 8px 0 16px;
	max-width: calc(100% - 250px);
}

.ibcv-hero p { color: var(--ibcv-muted); font-size: 18px; margin: 0; max-width: min(640px, calc(100% - 250px)); }
.ibcv-kicker { color: var(--ibcv-pink-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.ibcv-card { background: var(--ibcv-white); border: 1px solid var(--ibcv-line); border-radius: 20px; box-shadow: 0 12px 36px rgba(41, 23, 54, .06); margin-bottom: 24px; padding: clamp(20px, 4vw, 34px); }
.ibcv-section { margin: 38px 0; }
.ibcv-form label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 18px; }
.ibcv-form input, .ibcv-form textarea, .ibcv-form select { background: #fff; border: 1px solid #d9cedd; border-radius: 12px; box-sizing: border-box; color: var(--ibcv-ink); display: block; font: inherit; margin-top: 7px; padding: 12px 14px; width: 100%; }
.ibcv-form input:focus, .ibcv-form textarea:focus, .ibcv-form select:focus { border-color: var(--ibcv-purple); box-shadow: 0 0 0 3px rgba(113, 88, 232, .14); outline: none; }
.ibcv-form small { color: var(--ibcv-muted); display: block; font-weight: 400; margin-top: 5px; }
.ibcv-grid { display: grid; gap: 0 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ibcv-form-section { background: #fff8f8; border: 1px solid #f1dfe1; border-radius: 18px; margin: 8px 0 24px; padding: 20px 20px 4px; }
.ibcv-form-section legend { color: var(--ibcv-ink); font-size: 18px; font-weight: 900; padding: 0 8px; }
.ibcv-form-section > p { color: var(--ibcv-muted); font-size: 14px; margin: 0 0 18px; }
.ibcv-form-section > small { margin: -4px 0 18px; }
.ibcv-check { align-items: center; display: flex !important; gap: 10px; }
.ibcv-check input { display: inline-block; margin: 0; width: auto; }
.ibcv-button { background: linear-gradient(135deg, var(--ibcv-pink), var(--ibcv-pink-dark)); border: 0; border-radius: 999px; color: #fff !important; cursor: pointer; display: inline-block; font-weight: 800; padding: 13px 24px; text-decoration: none !important; }
.ibcv-button:hover { filter: brightness(.96); transform: translateY(-1px); }
.ibcv-button-small { font-size: 13px; padding: 9px 16px; }
.ibcv-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.ibcv-tabs a { background: #fff; border: 1px solid var(--ibcv-line); border-radius: 999px; color: var(--ibcv-ink); font-weight: 700; padding: 9px 15px; text-decoration: none; }
.ibcv-account-grid, .ibcv-directory { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ibcv-account-head { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
.ibcv-account-edit { border-top: 1px solid var(--ibcv-line); margin: 18px 0; padding-top: 14px; }
.ibcv-account-edit summary { color: var(--ibcv-purple); cursor: pointer; font-weight: 800; margin-bottom: 14px; }
.ibcv-status { background: #eeeaf7; border-radius: 999px; color: #514a62; font-size: 12px; font-weight: 800; padding: 5px 9px; }
.ibcv-status-verified { background: #def7e8; color: #167247; }
.ibcv-status-submitted, .ibcv-status-under_review { background: #fff0c9; color: #855c00; }
.ibcv-status-rejected, .ibcv-status-suspended, .ibcv-status-revoked { background: #ffe0e0; color: #9c2525; }
.ibcv-link-danger { background: none; border: 0; color: #b4233c; cursor: pointer; margin-top: 15px; padding: 0; }
.ibcv-notice { border-radius: 14px; margin: 18px 0; padding: 14px 17px; }
.ibcv-notice-success { background: #def7e8; color: #145d3d; }
.ibcv-notice-error { background: #ffe2e6; color: #8a1d32; }
.ibcv-notice-warning { background: #fff0c9; color: #765100; }
.ibcv-notice-info { background: #eeeaff; color: #44328f; }
.ibcv-creator-card { text-align: center; }
.ibcv-avatar { border-radius: 50%; height: 88px; margin: 0 auto 16px; object-fit: cover; width: 88px; }
.ibcv-avatar-placeholder { align-items: center; background: linear-gradient(135deg, #ffd5d8, #ececef); display: flex; font-size: 32px; font-weight: 800; justify-content: center; }
.ibcv-muted { color: var(--ibcv-muted); }
.ibcv-tags { color: var(--ibcv-pink-dark); font-weight: 700; }
.ibcv-social-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.ibcv-social-list a { background: var(--ibcv-soft); border-radius: 999px; color: var(--ibcv-ink); font-size: 13px; padding: 7px 11px; text-decoration: none; }
.ibcv-public-badge { background: #def7e8; border-radius: 999px; color: #146b43; display: inline-block; font-size: 12px; font-weight: 800; margin: 3px; padding: 6px 10px; }
.ibcv-public-badge-data { background: #eeeaff; color: #4936a2; }

@media (max-width: 900px) {
	.ibcv-account-grid, .ibcv-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.ibcv-grid, .ibcv-account-grid, .ibcv-directory { grid-template-columns: 1fr; }
	.ibcv-shell { padding-left: 14px; padding-right: 14px; }
	.ibcv-hero { border-radius: 20px; }
	.ibcv-brand-logo { height: 112px; margin-bottom: 24px; position: static; transform: none; width: 112px; }
	.ibcv-hero h2, .ibcv-hero p { max-width: none; }
}
