
	.profile-page.svelte-maq4gq {
		display: flex;
		flex-direction: column;
	}

	.page-header.svelte-maq4gq {
		margin-bottom: 18px;
	}

	.page-header.svelte-maq4gq h1:where(.svelte-maq4gq) {
		font-size: 1.4rem;
		font-weight: 800;
		color: var(--text);
		letter-spacing: -0.02em;
		margin: 0 0 4px;
	}

	.subtitle.svelte-maq4gq {
		font-size: 0.88rem;
		color: var(--text-muted);
		margin: 0;
	}

	.success-banner.svelte-maq4gq {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: var(--brand-soft);
		color: var(--brand-strong);
		padding: 10px 14px;
		border-radius: var(--radius-sm);
		margin-bottom: 14px;
		font-size: 0.86rem;
		font-weight: 600;
		border: 1px solid #bbf7d0;
		align-self: flex-start;
	}

	.error-banner.svelte-maq4gq {
		display: flex;
		align-items: center;
		gap: 8px;
		background: var(--danger-soft);
		color: #b91c1c;
		padding: 11px 14px;
		border-radius: var(--radius-sm);
		margin-bottom: 14px;
		font-size: 0.88rem;
		font-weight: 500;
		border: 1px solid #fecaca;
	}

	.profile-card.svelte-maq4gq {
		background: var(--surface);
		border: 1px solid var(--border);
		border-radius: var(--radius-lg);
		padding: 18px;
		box-shadow: var(--shadow-sm);
		margin-bottom: 14px;
	}

	.profile-head.svelte-maq4gq {
		display: flex;
		align-items: center;
		gap: 14px;
	}

	.profile-avatar.svelte-maq4gq {
		width: 56px;
		height: 56px;
		border-radius: 999px;
		background: linear-gradient(135deg, #22c55e, #16a34a);
		color: white;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
	}

	.profile-meta.svelte-maq4gq {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	.profile-name.svelte-maq4gq {
		font-size: 1.05rem;
		font-weight: 800;
		color: var(--text);
		letter-spacing: -0.01em;
	}

	.profile-sub.svelte-maq4gq {
		font-size: 0.85rem;
		color: var(--text-muted);
		font-weight: 500;
	}

	.card.svelte-maq4gq {
		background: var(--surface);
		border: 1px solid var(--border);
		border-radius: var(--radius-lg);
		padding: 18px;
		box-shadow: var(--shadow-sm);
	}

	.card-head.svelte-maq4gq {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 18px;
	}

	.card-icon.svelte-maq4gq {
		width: 40px;
		height: 40px;
		border-radius: 12px;
		background: var(--brand-soft);
		color: var(--brand-strong);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.card-head.svelte-maq4gq h2:where(.svelte-maq4gq) {
		font-size: 1rem;
		font-weight: 700;
		color: var(--text);
		margin: 0 0 2px;
		letter-spacing: -0.01em;
	}

	.card-head.svelte-maq4gq p:where(.svelte-maq4gq) {
		font-size: 0.82rem;
		color: var(--text-muted);
		margin: 0;
	}

	.goal-form.svelte-maq4gq {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	.field.svelte-maq4gq {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.field-label.svelte-maq4gq {
		font-size: 0.78rem;
		font-weight: 700;
		color: var(--text-muted);
		text-transform: uppercase;
		letter-spacing: 0.06em;
	}

	.input-wrap.svelte-maq4gq {
		position: relative;
		display: flex;
		align-items: center;
	}

	.input-wrap.svelte-maq4gq input:where(.svelte-maq4gq) {
		width: 100%;
		padding: 13px 60px 13px 14px;
		border: 1.5px solid var(--border);
		border-radius: 10px;
		font-size: 1rem;
		font-weight: 600;
		font-family: inherit;
		background: var(--surface);
		color: var(--text);
		outline: none;
		transition:
			border-color 0.15s,
			box-shadow 0.15s;
		-webkit-appearance: none;
	}

	.input-wrap.svelte-maq4gq input:where(.svelte-maq4gq):focus {
		border-color: var(--brand);
		box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
	}

	.input-suffix.svelte-maq4gq {
		position: absolute;
		right: 14px;
		font-size: 0.82rem;
		font-weight: 600;
		color: var(--text-subtle);
		pointer-events: none;
	}

	.presets.svelte-maq4gq {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.preset-label.svelte-maq4gq {
		font-size: 0.72rem;
		font-weight: 700;
		color: var(--text-muted);
		text-transform: uppercase;
		letter-spacing: 0.06em;
	}

	.preset-list.svelte-maq4gq {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

	.preset.svelte-maq4gq {
		padding: 7px 13px;
		border-radius: 999px;
		border: 1.5px solid var(--border);
		background: var(--surface);
		font-size: 0.85rem;
		font-weight: 600;
		color: var(--text-muted);
		cursor: pointer;
		font-family: inherit;
		transition:
			border-color 0.15s,
			background 0.15s,
			color 0.15s;
	}

	.preset.svelte-maq4gq:hover {
		border-color: var(--border-strong);
		color: var(--text);
	}

	.preset.selected.svelte-maq4gq {
		background: var(--brand-soft);
		border-color: var(--brand);
		color: var(--brand-strong);
	}

	.save-btn.svelte-maq4gq {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		background: var(--brand);
		color: white;
		border: none;
		padding: 13px 20px;
		border-radius: 10px;
		font-size: 0.95rem;
		font-weight: 600;
		cursor: pointer;
		font-family: inherit;
		box-shadow: 0 2px 8px rgba(22, 163, 74, 0.3);
		transition: background 0.15s;
		align-self: flex-start;
	}

	.save-btn.svelte-maq4gq:hover {
		background: var(--brand-strong);
	}

	@media (min-width: 900px) {
		.page-header.svelte-maq4gq h1:where(.svelte-maq4gq) {
			font-size: 1.7rem;
		}

		.subtitle.svelte-maq4gq {
			font-size: 0.95rem;
		}

		.profile-card.svelte-maq4gq,
		.card.svelte-maq4gq {
			padding: 22px 24px;
		}

		.card-head.svelte-maq4gq h2:where(.svelte-maq4gq) {
			font-size: 1.1rem;
		}
	}
