
	.page.svelte-3haxyz { min-height: 100vh; }
	.container.svelte-3haxyz { max-width: 760px; margin: 0 auto; padding: 40px 20px 80px; }

	.page-title.svelte-3haxyz {
		font-size: 28px;
		letter-spacing: 4px;
		text-align: center;
		margin-bottom: 48px;
		background: linear-gradient(135deg, var(--gold), var(--parchment), var(--gold));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
	}

	.section.svelte-3haxyz { margin-bottom: 48px; }

	.section-title.svelte-3haxyz {
		font-size: 15px;
		letter-spacing: 3px;
		color: var(--text-sec);
		margin-bottom: 16px;
		padding-bottom: 8px;
		border-bottom: 1px solid var(--border);
	}

	/* 公告卡 */
	.announce-card.svelte-3haxyz {
		position: relative;
		overflow: visible;
		padding: 20px 24px;
	}
	.announce-meta.svelte-3haxyz {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 10px;
	}
	.announce-date.svelte-3haxyz { font-size: 12px; color: var(--text-sec); font-family: 'Cinzel', serif; }
	.announce-tag.svelte-3haxyz {
		font-size: 11px;
		padding: 2px 8px;
		border: 1px solid var(--gold);
		color: var(--gold);
		border-radius: 2px;
		letter-spacing: 1px;
	}
	.announce-text.svelte-3haxyz { font-size: 14px; color: var(--text-sec); line-height: 1.8; margin-bottom: 6px; }
	.announce-text.svelte-3haxyz:last-child { margin-bottom: 0; }
	.dc-contact.svelte-3haxyz { color: var(--gold); -webkit-text-fill-color: var(--gold); }

	/* 功能卡 */
	.feature-card.svelte-3haxyz {
		position: relative;
		overflow: visible;
		padding: 28px 28px 24px;
		margin-bottom: 20px;
	}
	.feature-header.svelte-3haxyz {
		display: flex;
		align-items: center;
		gap: 14px;
		margin-bottom: 18px;
	}
	.feature-icon.svelte-3haxyz {
		width: 36px;
		height: 36px;
		flex-shrink: 0;
		filter: var(--filter-icon-gold);
	}
	.feature-header.svelte-3haxyz h3:where(.svelte-3haxyz) { font-size: 17px; margin: 0; }

	.steps.svelte-3haxyz {
		margin: 0;
		padding-left: 20px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.steps.svelte-3haxyz li:where(.svelte-3haxyz) {
		font-size: 14px;
		color: var(--text-sec);
		line-height: 1.75;
	}
	.steps.svelte-3haxyz li:where(.svelte-3haxyz) strong:where(.svelte-3haxyz) { color: var(--text); }
	/* Bot icon — 保持原色（PNG 點陣圖不套 filter） */
	.icon-bot.svelte-3haxyz { filter: none; }

	.feature-intro.svelte-3haxyz {
		font-size: 14px;
		color: var(--text-sec);
		line-height: 1.75;
		margin-bottom: 14px;
	}
	.feature-intro.svelte-3haxyz code:where(.svelte-3haxyz) {
		font-family: monospace;
		font-size: 13px;
		background: rgba(255,255,255,0.06);
		padding: 1px 5px;
		border-radius: 3px;
		color: var(--gold);
	}

	.feature-desc.svelte-3haxyz {
		font-size: 14px;
		color: var(--text-sec);
		line-height: 1.75;
		margin-bottom: 6px;
	}
	.feature-desc.svelte-3haxyz:last-of-type { margin-bottom: 14px; }

	.feature-list.svelte-3haxyz {
		margin: 0;
		padding-left: 20px;
		display: flex;
		flex-direction: column;
		gap: 6px;
		list-style: disc;
	}
	.feature-list.svelte-3haxyz li:where(.svelte-3haxyz) {
		font-size: 14px;
		color: var(--text-sec);
		line-height: 1.75;
	}
	.feature-list.svelte-3haxyz li:where(.svelte-3haxyz) strong:where(.svelte-3haxyz) { color: var(--text); }
	.feature-list.svelte-3haxyz li:where(.svelte-3haxyz) code:where(.svelte-3haxyz) {
		font-family: monospace;
		font-size: 13px;
		background: rgba(255,255,255,0.06);
		padding: 1px 5px;
		border-radius: 3px;
		color: var(--gold);
	}

	.steps.svelte-3haxyz li:where(.svelte-3haxyz) code:where(.svelte-3haxyz) {
		font-family: monospace;
		font-size: 13px;
		background: rgba(255,255,255,0.06);
		padding: 1px 5px;
		border-radius: 3px;
		color: var(--gold);
	}

	/* 角落花紋 */
	.corner.svelte-3haxyz {
		position: absolute;
		width: 75px;
		height: 75px;
		background-image: url('../../../icons/testborder150.png');
		background-size: 75px 75px;
		background-repeat: no-repeat;
		pointer-events: none;
	}
	.corner-tl.svelte-3haxyz { top:    -10px; left:  -10px; transform: scaleY(-1); }
	.corner-tr.svelte-3haxyz { top:    -10px; right: -10px; transform: scale(-1, -1); }
	.corner-bl.svelte-3haxyz { bottom: -10px; left:  -10px; }
	.corner-br.svelte-3haxyz { bottom: -10px; right: -10px; transform: scaleX(-1); }
