
	.terminal-block.svelte-12j6twt {
		border-radius: 0.5rem;
		overflow: hidden;
		background: #0d1210;
		box-shadow:
			0 4px 6px -1px rgba(0, 0, 0, 0.3),
			0 2px 4px -2px rgba(0, 0, 0, 0.2),
			inset 0 1px 0 rgba(255, 255, 255, 0.03);
	}

	.terminal-header.svelte-12j6twt {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		padding: 0.625rem 1rem;
		background: linear-gradient(to bottom, #1a201d, #151a17);
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}

	.terminal-dots.svelte-12j6twt {
		display: flex;
		gap: 0.375rem;
	}

	.dot.svelte-12j6twt {
		width: 0.625rem;
		height: 0.625rem;
		border-radius: 50%;
	}

	.dot-red.svelte-12j6twt {
		background: #ff5f57;
		box-shadow: 0 0 4px rgba(255, 95, 87, 0.4);
	}

	.dot-yellow.svelte-12j6twt {
		background: #febc2e;
		box-shadow: 0 0 4px rgba(254, 188, 46, 0.4);
	}

	.dot-green.svelte-12j6twt {
		background: #28c840;
		box-shadow: 0 0 4px rgba(40, 200, 64, 0.4);
	}

	.terminal-filename.svelte-12j6twt {
		font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
		font-size: 0.6875rem;
		color: rgba(223, 223, 193, 0.5);
		letter-spacing: 0.01em;
	}

	.terminal-content.svelte-12j6twt {
		margin: 0;
		padding: 1rem 1.25rem;
		overflow-x: auto;
		font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;
		font-size: 0.75rem;
		line-height: 1.6;
		color: #dfdfc1;
		background: transparent;
		white-space: pre;
	}

	.terminal-content.svelte-12j6twt code:where(.svelte-12j6twt) {
		background: transparent;
		padding: 0;
		font-size: inherit;
		color: inherit;
		white-space: pre;
	}

	/* Semantic highlighting classes */
	.terminal-content.svelte-12j6twt .terminal-prompt {
		color: #42a07c;
		font-weight: 600;
	}

	.terminal-content.svelte-12j6twt .terminal-cmd {
		color: #8cc6e5;
	}

	.terminal-content.svelte-12j6twt .terminal-dim {
		color: rgba(223, 223, 193, 0.55);
	}

	.terminal-content.svelte-12j6twt .terminal-success {
		color: #42a07c;
		font-weight: 500;
	}

	.terminal-content.svelte-12j6twt .terminal-warning {
		color: #cf9317;
		font-weight: 500;
	}

	.terminal-content.svelte-12j6twt .terminal-error {
		color: #e05555;
		font-weight: 500;
	}

	.terminal-content.svelte-12j6twt .terminal-highlight {
		color: #dfdfc1;
		background: rgba(223, 223, 193, 0.1);
		padding: 0.125rem 0.25rem;
		border-radius: 0.25rem;
	}

	/* Scanlines disabled for now */
