/* =============================================
   Works Connect - Member/Auth CSS
   ============================================= */

.wc-page .wc-auth-shell {
	padding: 128px 0 80px;
}

.wc-page .wc-auth-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 420px);
	gap: 32px;
	align-items: start;
}

.wc-page .wc-profile-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 32px;
	align-items: start;
}

.wc-page .wc-profile-single {
	max-width: 840px;
}

.wc-page .wc-mypage-stack {
	display: grid;
	gap: 24px;
}

.wc-page .wc-mypage-hero-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
}

.wc-page .wc-mypage-hero .wc-mypage-actions {
	margin-top: 0;
	flex-shrink: 0;
}

.wc-page .wc-mypage-hero-title {
	font-size: clamp(22px, 2.6vw, 32px);
	margin: 0;
	line-height: 1.4;
	min-width: 0;
}

.wc-page .wc-mypage-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wc-page .wc-mypage-stat-pill {
	display: grid;
	gap: 6px;
	min-width: 140px;
	padding: 14px 16px;
	border-radius: 16px;
	background: var(--wc-surface);
	border: 1px solid var(--wc-line);
}

.wc-page .wc-mypage-stat-pill-label {
	font-size: 12px;
	color: var(--wc-ink-muted);
}

.wc-page .wc-mypage-stat-pill-value {
	font-size: 18px;
	font-weight: 700;
	color: var(--wc-ink);
	line-height: 1.35;
}

.wc-page .wc-mypage-body-grid {
	display: grid;
	grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
	gap: 24px;
	align-items: start;
}

.wc-page .wc-mypage-section-title {
	font-size: clamp(22px, 2.4vw, 28px);
	margin-bottom: 20px;
}

.wc-page .wc-auth-panel,
.wc-page .wc-auth-card,
.wc-page .wc-mypage-card,
.wc-page .wc-complete-card {
	background: var(--wc-white);
	border: 1px solid var(--wc-line);
	border-radius: 24px;
	box-shadow: var(--wc-shadow);
}

.wc-page .wc-auth-panel {
	padding: 40px;
}

.wc-page .wc-auth-card,
.wc-page .wc-mypage-card,
.wc-page .wc-complete-card {
	padding: 32px;
}

.wc-page .wc-profile-form-card {
	min-width: 0;
}

.wc-page .wc-portfolio-card {
	min-width: 0;
}

.wc-page .wc-favorites-card {
	margin-top: 0;
}

.wc-page .wc-favorites-lead {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--wc-ink-muted);
}

.wc-page .wc-favorites-creator {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--wc-ink-muted);
}

.wc-page .wc-portfolio-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 20px;
}

.wc-page .wc-portfolio-card-head .wc-mypage-section-title {
	margin-bottom: 0;
}

.wc-page .wc-mypage-notice {
	margin: 0;
}

.wc-page .wc-portfolio-preview {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--wc-line);
	background: var(--wc-surface);
}

.wc-page .wc-portfolio-preview img {
	display: block;
	width: 100%;
	height: auto;
}

.wc-page .wc-form-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--wc-ink);
}

.wc-page .wc-thumb-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.wc-page .wc-thumb-option {
	display: flex;
	flex-direction: column;
	gap: 8px;
	cursor: pointer;
}

.wc-page .wc-thumb-option.is-hidden,
.wc-page .wc-thumb-option[hidden] {
	display: none;
}

.wc-page .wc-thumb-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.wc-page .wc-thumb-option-media {
	display: block;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	overflow: hidden;
	border: 2px solid var(--wc-line);
	background: var(--wc-surface);
}

.wc-page .wc-thumb-option-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wc-page .wc-thumb-option-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 700;
	color: var(--wc-ink-muted);
}

.wc-page .wc-thumb-option-label {
	font-size: 13px;
	font-weight: 700;
	color: var(--wc-ink-muted);
	text-align: center;
}

.wc-page .wc-thumb-option input:checked + .wc-thumb-option-media {
	border-color: var(--wc-accent);
	box-shadow: 0 0 0 1px rgba(31, 110, 82, 0.2);
}

.wc-page .wc-thumb-option input:checked ~ .wc-thumb-option-label {
	color: var(--wc-accent-dark);
}

.wc-page .wc-profile-image-preview {
	width: 120px;
	height: 120px;
	margin-bottom: 12px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--wc-line);
	background: var(--wc-surface);
}

.wc-page .wc-profile-image-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wc-page .wc-profile-image-remove {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	font-size: 13px;
	color: var(--wc-ink-muted);
	cursor: pointer;
}

.wc-page .wc-portfolio-tile--work {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 10px;
	aspect-ratio: auto;
	overflow: visible;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.wc-page .wc-portfolio-tile-link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 10px;
	min-height: 0;
	color: inherit;
	text-decoration: none;
}

.wc-page .wc-portfolio-tile-media {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	overflow: hidden;
	background: var(--wc-surface);
	border: 1px solid var(--wc-line);
}

.wc-page .wc-portfolio-tile-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wc-page .wc-portfolio-tile-badge {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--wc-line);
	font-size: 11px;
	font-weight: 700;
	color: var(--wc-ink);
}

.wc-page .wc-portfolio-tile-title {
	margin: 0;
	flex: 1 1 auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--wc-ink);
}

.wc-page .wc-portfolio-tile-delete {
	margin: 0;
	flex: 1 1 0;
	min-width: 0;
}

.wc-page .wc-portfolio-tile-delete .wc-btn {
	width: 100%;
	height: auto;
}

.wc-page .wc-portfolio-delete-form {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--wc-line);
}

.wc-page .wc-loading-overlay {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(18, 28, 24, 0.56);
	backdrop-filter: blur(2px);
}

.wc-page .wc-loading-overlay.is-active {
	display: flex;
}

.wc-page.wc-is-loading {
	overflow: hidden;
}

.wc-page .wc-loading-panel {
	display: grid;
	justify-items: center;
	gap: 16px;
	min-width: 220px;
	padding: 28px 32px;
	border-radius: 20px;
	background: var(--wc-white);
	border: 1px solid var(--wc-line);
	box-shadow: var(--wc-shadow);
}

.wc-page .wc-loading-spinner {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 3px solid rgba(31, 110, 82, 0.16);
	border-top-color: var(--wc-accent);
	animation: wc-loading-spin 0.8s linear infinite;
}

.wc-page .wc-loading-text {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--wc-ink);
}

@keyframes wc-loading-spin {
	to {
		transform: rotate(360deg);
	}
}

.wc-page .wc-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.wc-page .wc-portfolio-grid-message {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	font-size: 15px;
	font-weight: 600;
	color: var(--wc-ink);
	text-align: center;
}

.wc-page .wc-portfolio-tile {
	border-radius: 16px;
}

.wc-page .wc-portfolio-tile--placeholder {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid var(--wc-line);
	background:
		linear-gradient(180deg, rgba(31, 110, 82, 0.06), rgba(31, 110, 82, 0.02)),
		var(--wc-surface);
}

.wc-page .wc-portfolio-tile-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}

.wc-page .wc-portfolio-tile-actions > .wc-btn {
	flex: 1 1 0;
	min-width: 0;
	height: auto;
}

.wc-page .wc-portfolio-empty {
	display: grid;
	gap: 16px;
}

.wc-page .wc-portfolio-empty-media {
	aspect-ratio: 4 / 3;
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(31, 110, 82, 0.06), rgba(31, 110, 82, 0.02)),
		var(--wc-surface);
	border: 1px solid var(--wc-line);
}

.wc-page .wc-portfolio-empty-text {
	font-size: 15px;
	font-weight: 600;
	color: var(--wc-ink);
}

.wc-page .wc-auth-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 700;
	color: var(--wc-accent);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wc-page .wc-auth-kicker::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--wc-accent);
}

.wc-page .wc-auth-title {
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.68;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
}

.wc-page .wc-auth-title span {
	display: block;
}

.wc-page .wc-auth-lead {
	color: var(--wc-ink-muted);
	font-size: 15px;
	max-width: 42em;
}

.wc-page .wc-auth-points {
	margin-top: 26px;
	display: grid;
	gap: 14px;
}

.wc-page .wc-auth-point {
	padding: 22px 22px 20px;
	border-radius: 18px;
	background: var(--wc-surface);
	border: 1px solid var(--wc-line);
}

.wc-page .wc-auth-point-title {
	display: block;
	margin-bottom: 10px;
	font-size: clamp(18px, 1.6vw, 22px);
	line-height: 1.6;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(31, 110, 82, 0.16);
}

.wc-page .wc-auth-point span {
	display: block;
	font-size: 14px;
	line-height: 1.95;
	color: var(--wc-ink-muted);
}

.wc-page .wc-auth-account-card {
	display: grid;
	gap: 28px;
}

.wc-page .wc-auth-section {
	display: grid;
	gap: 18px;
}

.wc-page .wc-auth-section-title {
	font-size: 24px;
	margin: 0;
	line-height: 1.4;
}

.wc-page .wc-auth-section-lead {
	margin: 0;
}

.wc-page .wc-auth-section-divider {
	height: 1px;
	background: var(--wc-line);
}

.wc-page .wc-form-stack {
	display: grid;
	gap: 18px;
}

.wc-page .wc-form-field {
	display: grid;
	gap: 8px;
}

.wc-page .wc-form-field label,
.wc-page .wc-form-legend {
	font-size: 13px;
	font-weight: 700;
	color: var(--wc-ink);
}

.wc-page .wc-form-field input,
.wc-page .wc-form-field textarea,
.wc-page .wc-form-field select {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--wc-line);
	border-radius: 14px;
	background: #fff;
	color: var(--wc-ink);
	font-size: 15px;
	line-height: 1.6;
}

.wc-page .wc-form-field textarea {
	min-height: 148px;
	resize: vertical;
}

.wc-page .wc-form-help {
	font-size: 12px;
	color: var(--wc-ink-muted);
}

.wc-page .wc-tag-suggest {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	background: var(--wc-surface);
	border: 1px solid var(--wc-line);
}

.wc-page .wc-tag-suggest-label {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	color: var(--wc-ink-muted);
}

.wc-page .wc-tag-suggest-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wc-page .wc-tag-chip {
	appearance: none;
	border: 1px solid rgba(31, 110, 82, 0.18);
	background: #fff;
	color: var(--wc-accent-dark);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 12.5px;
	font-weight: 650;
	line-height: 1.3;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.wc-page .wc-tag-chip:hover {
	background: rgba(31, 110, 82, 0.1);
	border-color: rgba(31, 110, 82, 0.28);
	color: var(--wc-accent);
}

.wc-page .wc-form-error,
.wc-page .wc-form-success {
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 13px;
}

.wc-page .wc-form-error {
	background: #fff2f2;
	border: 1px solid #f1c6c6;
	color: #9d2e2e;
}

.wc-page .wc-form-success {
	background: #eef8f2;
	border: 1px solid #cbe7d4;
	color: #1a6446;
}

.wc-page .wc-choice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.wc-page .wc-choice-grid label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 14px 10px;
	border: 1px solid var(--wc-line);
	border-radius: 14px;
	background: var(--wc-surface);
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.wc-page .wc-choice-grid input {
	width: 16px;
	height: 16px;
}

.wc-page .wc-auth-separator {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--wc-ink-muted);
	font-size: 12px;
}

.wc-page .wc-auth-separator::before,
.wc-page .wc-auth-separator::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--wc-line);
}

.wc-page .wc-google-btn,
.wc-page .wc-outline-btn,
.wc-page .wc-link-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 14px 16px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.wc-page .wc-google-btn,
.wc-page .wc-outline-btn {
	border: 1px solid var(--wc-line);
	background: #fff;
}

.wc-page .wc-google-btn.is-disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.wc-page .wc-auth-submit {
	width: 100%;
}

.wc-page .wc-complete-icon {
	width: 64px;
	height: 64px;
	margin-bottom: 18px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--wc-surface-strong);
	color: var(--wc-accent);
	font-size: 28px;
	font-weight: 700;
}

.wc-page .wc-complete-lead {
	margin: 0;
	max-width: none;
}

.wc-page .wc-complete-steps {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	counter-reset: wc-complete-step;
}

.wc-page .wc-complete-step {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 16px 8px 14px;
	border-radius: 16px;
	background: var(--wc-surface);
	border: 1px solid var(--wc-line);
	text-align: center;
	min-width: 0;
}

.wc-page .wc-complete-step:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 28px;
	left: calc(50% + 22px);
	width: calc(100% - 44px + 10px);
	height: 2px;
	background: var(--wc-line);
	z-index: 0;
}

.wc-page .wc-complete-step-marker {
	position: relative;
	z-index: 1;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: var(--wc-ink-muted);
	background: var(--wc-white);
	border: 2px solid var(--wc-line);
}

.wc-page .wc-complete-step-text {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--wc-ink);
	white-space: nowrap;
}

.wc-page .wc-complete-step.is-done {
	background: rgba(31, 110, 82, 0.06);
	border-color: rgba(31, 110, 82, 0.18);
}

.wc-page .wc-complete-step.is-done .wc-complete-step-marker {
	color: var(--wc-white);
	background: var(--wc-accent);
	border-color: var(--wc-accent);
}

.wc-page .wc-complete-step.is-done:not(:last-child)::after {
	background: rgba(31, 110, 82, 0.28);
}

.wc-page .wc-complete-step.is-current {
	background: var(--wc-white);
	border-color: rgba(31, 110, 82, 0.35);
	box-shadow: 0 0 0 1px rgba(31, 110, 82, 0.08);
}

.wc-page .wc-complete-step.is-current .wc-complete-step-marker {
	color: var(--wc-accent);
	border-color: var(--wc-accent);
	background: rgba(31, 110, 82, 0.08);
}

.wc-page .wc-complete-actions,
.wc-page .wc-mypage-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.wc-page .wc-creator-profile-back {
	margin: 0 0 8px;
	font-size: 14px;
}

.wc-page .wc-creator-profile-back a {
	color: var(--wc-ink-muted);
	text-decoration: none;
	font-weight: 600;
}

.wc-page .wc-creator-profile-back a:hover {
	color: var(--wc-accent-dark);
}

.wc-page .wc-creator-profile-hero-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
}

.wc-page .wc-creator-profile-identity {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.wc-page .wc-creator-profile-avatar {
	width: 72px;
	height: 72px;
	flex: 0 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.wc-page .wc-creator-profile-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wc-page .wc-creator-profile-avatar--letter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700;
	color: var(--wc-ink-muted);
	background: var(--wc-white);
	border: 2px solid var(--wc-line);
}

.wc-page .wc-creator-profile-title {
	margin: 0 0 6px;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.35;
}

.wc-page .wc-creator-profile-area {
	margin: 0;
	font-size: 14px;
	color: var(--wc-ink-muted);
}

.wc-page .wc-creator-profile-actions {
	margin-top: 0;
}

.wc-page .wc-creator-profile-bio {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--wc-line);
	font-size: 15px;
	line-height: 1.8;
	color: var(--wc-ink);
	white-space: normal;
}

.wc-page .wc-creator-profile-works {
	margin-top: 0;
}

.wc-page .wc-creator-profile-contact {
	margin-top: 0;
}

.wc-page .wc-contact-tab-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wc-page .wc-contact-tablist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 22px;
}

.wc-page .wc-contact-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--wc-line);
	border-radius: 12px;
	background: var(--wc-surface);
	font-size: 14px;
	font-weight: 700;
	color: var(--wc-ink-muted);
	text-align: center;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.wc-page #wsc_contact_tab_mail:checked ~ .wc-contact-tablist .wc-contact-tab[for="wsc_contact_tab_mail"],
.wc-page #wsc_contact_tab_sns:checked ~ .wc-contact-tablist .wc-contact-tab[for="wsc_contact_tab_sns"] {
	background: var(--wc-white);
	border-color: rgba(31, 110, 82, 0.35);
	color: var(--wc-accent-dark);
	box-shadow: 0 0 0 1px rgba(31, 110, 82, 0.08);
}

.wc-page .wc-contact-panel {
	display: none;
}

.wc-page #wsc_contact_tab_mail:checked ~ .wc-contact-panel--mail,
.wc-page #wsc_contact_tab_sns:checked ~ .wc-contact-panel--sns {
	display: block;
}

.wc-page .wc-contact-panel .wc-mypage-section-title {
	margin-bottom: 12px;
}

.wc-page .wc-creator-contact-lead {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--wc-ink-muted);
}

.wc-page .wc-creator-contact-empty {
	margin: 0;
	padding: 28px 16px;
	border-radius: 16px;
	background: var(--wc-surface);
	border: 1px dashed var(--wc-line);
	font-size: 14px;
	line-height: 1.7;
	color: var(--wc-ink-muted);
	text-align: center;
}

.wc-page .wc-creator-contact-feedback {
	margin-bottom: 18px;
}

.wc-page .wc-creator-contact-form {
	margin-bottom: 0;
}

.wc-page .wc-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 148px;
}

.wc-page .wc-contact-submit-spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: wc-contact-spin 0.8s linear infinite;
}

.wc-page .wc-contact-submit.is-loading {
	opacity: 0.85;
	pointer-events: none;
}

.wc-page .wc-contact-submit.is-loading .wc-contact-submit-spinner {
	display: inline-block;
}

.wc-page .wc-contact-submit[disabled] {
	cursor: wait;
}

.wc-page .wc-contact-loading {
	position: fixed;
	inset: 0;
	z-index: 400;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(30, 43, 36, 0.42);
	backdrop-filter: blur(2px);
}

.wc-page .wc-contact-loading.is-visible,
.wc-page .wc-contact-loading:not([hidden]).is-visible {
	display: flex;
}

.wc-page .wc-contact-loading-box {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: min(320px, 90vw);
	padding: 18px 20px;
	border-radius: 16px;
	background: var(--wc-white);
	border: 1px solid var(--wc-line);
	box-shadow: var(--wc-shadow);
}

.wc-page .wc-contact-loading-spinner {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	border: 2px solid rgba(31, 110, 82, 0.2);
	border-top-color: var(--wc-accent);
	border-radius: 50%;
	animation: wc-contact-spin 0.8s linear infinite;
}

.wc-page .wc-contact-loading-text {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--wc-ink);
}

@keyframes wc-contact-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.wc-page .wc-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wc-page .wc-form-input-prefix {
	display: flex;
	align-items: center;
	gap: 0;
	border: 1px solid var(--wc-line);
	border-radius: 12px;
	background: var(--wc-white);
	overflow: hidden;
}

.wc-page .wc-form-input-prefix-label {
	padding: 0 0 0 14px;
	font-size: 15px;
	font-weight: 700;
	color: var(--wc-ink-muted);
}

.wc-page .wc-form-input-prefix input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-left: 4px;
}

.wc-page .wc-portfolio-tile--public .wc-portfolio-tile-link:hover .wc-portfolio-tile-title {
	color: var(--wc-accent-dark);
}

.wc-page .wc-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.wc-page .wc-stat-card {
	padding: 18px 16px;
	border-radius: 16px;
	background: var(--wc-surface);
	border: 1px solid var(--wc-line);
}

.wc-page .wc-stat-label {
	display: block;
	font-size: 12px;
	color: var(--wc-ink-muted);
	margin-bottom: 8px;
}

.wc-page .wc-stat-value {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: var(--wc-ink);
	line-height: 1.2;
}

.wc-page .wc-mypage-list {
	display: grid;
	gap: 12px;
}

.wc-page .wc-mypage-item {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid var(--wc-line);
}

.wc-page .wc-mypage-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.wc-page .wc-mypage-item-label {
	font-size: 12px;
	color: var(--wc-ink-muted);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.wc-page .wc-mypage-private-badge {
	display: inline-block;
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 999px;
	color: var(--wc-ink-muted);
	background: var(--wc-surface-strong);
	border: 1px solid var(--wc-line);
}

.wc-page .wc-mypage-item--profile-image .wc-mypage-item-value {
	display: flex;
	justify-content: flex-end;
}

.wc-page .wc-mypage-profile-image {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--wc-line);
	background: var(--wc-surface);
}

.wc-page .wc-mypage-profile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.wc-page .wc-mypage-item-value {
	font-size: 14px;
	font-weight: 600;
	color: var(--wc-ink);
	text-align: right;
}

.wc-page .wc-mypage-item-note {
	margin: 8px 0 0;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--wc-ink-muted);
	text-align: right;
}

.wc-page .wc-mypage-item--bio {
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

.wc-page .wc-mypage-item-value--bio {
	text-align: left;
	font-weight: 500;
	line-height: 1.8;
	white-space: pre-wrap;
	word-break: break-word;
}

@media (max-width: 920px) {
	.wc-page .wc-auth-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		width: 100%;
	}

	.wc-page .wc-auth-account-card {
		order: 1;
		width: 100%;
		max-width: none;
		min-width: 0;
	}

	.wc-page .wc-auth-panel {
		order: 2;
		width: 100%;
		max-width: none;
		min-width: 0;
	}

	.wc-page .wc-auth-card {
		width: 100%;
		max-width: none;
		min-width: 0;
		box-sizing: border-box;
	}

	.wc-page .wc-profile-grid {
		grid-template-columns: 1fr;
	}

	.wc-page .wc-mypage-body-grid {
		grid-template-columns: 1fr;
	}

	.wc-page .wc-mypage-hero-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.wc-page .wc-mypage-hero .wc-mypage-actions {
		width: 100%;
	}

	.wc-page .wc-creator-profile-hero-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.wc-page .wc-creator-profile-actions {
		width: 100%;
	}

	.wc-page .wc-complete-steps {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.wc-page .wc-complete-step {
		grid-template-columns: 36px 1fr;
		grid-template-rows: auto;
		justify-items: start;
		align-items: center;
		column-gap: 14px;
		padding: 14px 16px;
		text-align: left;
	}

	.wc-page .wc-complete-step:not(:last-child)::after {
		display: none;
	}

	.wc-page .wc-stat-grid,
	.wc-page .wc-choice-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.wc-page .wc-auth-shell {
		padding: 104px 0 64px;
	}

	.wc-page .wc-auth-panel,
	.wc-page .wc-auth-card,
	.wc-page .wc-mypage-card,
	.wc-page .wc-complete-card {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.wc-page .wc-auth-title {
		font-size: 25px;
		line-height: 1.58;
	}

	.wc-page .wc-auth-point-title {
		font-size: 20px;
	}
}
