
	.term-wrap.svelte-10qt9x1 {
		position: fixed;
		left: 0; right: 0; bottom: 0;
		background: #1a1a1a;
		color: #d6d6c4;
		font-family: ui-monospace, 'SF Mono', Menlo, monospace;
		font-size: 11px;
		line-height: 1.55;
		z-index: 80;
		border-top: 1px solid #c96342;
		box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
		transition: max-height 180ms ease;
		max-height: 180px;
	}
	.term-wrap.collapsed.svelte-10qt9x1 { max-height: 28px; }
	.term-bar.svelte-10qt9x1 {
		display: flex; align-items: center; justify-content: space-between;
		padding: 4px 14px; cursor: pointer; user-select: none;
		background: #222222; border-bottom: 1px solid rgba(201,99,66,0.25);
		height: 28px;
	}
	.term-title.svelte-10qt9x1 { color: #e87d5f; font-weight: 600; letter-spacing: 0.02em; }
	.term-stats.svelte-10qt9x1 { display: flex; align-items: center; gap: 10px; font-weight: 500; }
	.stat-running.svelte-10qt9x1 { color: #d49060; }
	.stat-done.svelte-10qt9x1 { color: #7fb88f; }
	.stat-cost.svelte-10qt9x1 { color: #d6d6c4; opacity: 0.7; }
	.stat-sep.svelte-10qt9x1 { color: rgba(255,255,255,0.2); }
	.badge.svelte-10qt9x1 {
		background: #c96342; color: white;
		padding: 1px 8px; font-size: 10px; font-weight: 600;
		margin-left: 6px; border-radius: 999px;
	}
	.term-controls.svelte-10qt9x1 { display: flex; gap: 6px; }
	.ctl.svelte-10qt9x1 {
		background: transparent; color: #d6d6c4;
		border: 1px solid rgba(255,255,255,0.18);
		padding: 2px 12px; border-radius: 999px;
		font-family: inherit; font-size: 10.5px; font-weight: 500; letter-spacing: 0;
		cursor: pointer;
		transition: background .15s, border-color .15s, color .15s;
	}
	.ctl.svelte-10qt9x1:hover { background: rgba(201,99,66,0.15); border-color: #c96342; color: #e87d5f; }
	.term-body.svelte-10qt9x1 {
		padding: 6px 14px; overflow-y: auto; max-height: 140px;
		background: #1a1a1a;
	}
	.term-line.svelte-10qt9x1 { white-space: pre; word-break: break-word; padding: 1px 0; font-family: ui-monospace, 'SF Mono', Menlo, monospace; }
	.term-line.svelte-10qt9x1 .ts:where(.svelte-10qt9x1) { color: rgba(214,214,196,0.4); margin-right: 8px; }
	.term-line.svelte-10qt9x1 .sym:where(.svelte-10qt9x1) { display: inline-block; width: 14px; text-align: center; font-weight: 600; color: #e87d5f; }
	.term-line.svelte-10qt9x1 .msg:where(.svelte-10qt9x1) { color: rgba(214,214,196,0.9); }
	.term-line.err.svelte-10qt9x1 .sym:where(.svelte-10qt9x1) { color: #ff7a70; }
	.term-line.err.svelte-10qt9x1 .msg:where(.svelte-10qt9x1) { color: #ffb3ad; }
	.term-line.ok.svelte-10qt9x1 .sym:where(.svelte-10qt9x1) { color: #7fb88f; }
	.term-line.ok.svelte-10qt9x1 .msg:where(.svelte-10qt9x1) { color: #b7d9c3; }
	.term-line.warn.svelte-10qt9x1 .sym:where(.svelte-10qt9x1) { color: #d49060; }
	.term-line.warn.svelte-10qt9x1 .msg:where(.svelte-10qt9x1) { color: #e8c79a; }
	.term-line.complete.svelte-10qt9x1 {
		background: rgba(201, 99, 66, 0.12);
		padding: 4px 8px; margin: 4px 0;
		border-left: 3px solid #c96342;
	}
	.term-line.complete.svelte-10qt9x1 .sym:where(.svelte-10qt9x1) { color: #e87d5f; }
	.term-line.complete.svelte-10qt9x1 .msg:where(.svelte-10qt9x1) { color: #e87d5f; font-weight: 600; letter-spacing: 0.02em; }
	.prompt.svelte-10qt9x1 { color: #e87d5f; padding: 4px 0; }
	.cursor.svelte-10qt9x1 { animation: svelte-10qt9x1-blink 1s step-end infinite; }
	@keyframes svelte-10qt9x1-blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
	.term-foot.svelte-10qt9x1 {
		padding: 2px 14px; background: #222222; color: rgba(214,214,196,0.3);
		font-size: 9.5px; letter-spacing: 0.04em;
		border-top: 1px solid rgba(201,99,66,0.15);
	}

	.pulse-feed-area.svelte-1f7rxzw {
		position: relative;
		font-family: var(--font-sans, 'Inter', -apple-system, system-ui, sans-serif);
	}
	.pulse-trigger.svelte-1f7rxzw {
		position: relative;
		display: inline-flex;
		align-items: center;
		gap: 7px;
		padding: 7px 13px;
		background: var(--color-surface, #ffffff);
		color: var(--color-ink, #2c2c2c);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: var(--radius-pill, 999px);
		box-shadow: none;
		cursor: pointer;
		font-weight: 500;
		font-size: 12.5px;
		letter-spacing: 0;
		font-family: inherit;
		transition: background .15s, border-color .15s;
	}
	.pulse-trigger.svelte-1f7rxzw:hover { background: var(--color-bg-alt, #f0eee5); }
	.pf-bell.svelte-1f7rxzw { font-size: 13px; }
	.pf-label.svelte-1f7rxzw { font-weight: 500; color: var(--color-ink, #2c2c2c); }
	.pf-count.svelte-1f7rxzw { color: var(--color-muted, #6f6e69); }
	.pf-dot.svelte-1f7rxzw {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: var(--color-accent, #c96342);
		box-shadow: 0 0 0 3px var(--color-accent-soft, #fdebe1);
		flex-shrink: 0;
	}

	.pf-panel.svelte-1f7rxzw {
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		width: 380px;
		min-width: 360px;
		max-height: 600px;
		background: var(--color-surface, #ffffff);
		color: var(--color-ink, #2c2c2c);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: var(--radius, 12px);
		box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.08));
		z-index: 200;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.pf-tabs.svelte-1f7rxzw {
		display: flex;
		gap: 2px;
		padding: 5px;
		background: #f4f3ee;
		border-bottom: 1px solid var(--color-border, #e8e6dd);
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: transparent transparent;
		flex-shrink: 0;
	}
	.pf-tabs.svelte-1f7rxzw:hover {
		scrollbar-color: var(--color-accent, #c96342) transparent;
	}
	.pf-tabs.svelte-1f7rxzw::-webkit-scrollbar {
		height: 4px;
	}
	.pf-tabs.svelte-1f7rxzw::-webkit-scrollbar-track {
		background: transparent;
	}
	.pf-tabs.svelte-1f7rxzw::-webkit-scrollbar-thumb {
		background: transparent;
		border-radius: 2px;
	}
	.pf-tabs.svelte-1f7rxzw:hover::-webkit-scrollbar-thumb {
		background: var(--color-accent, #c96342);
		opacity: 0.5;
	}
	.pf-tab.svelte-1f7rxzw {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 3px;
		padding: 6px 10px;
		background: transparent;
		color: var(--color-muted, #6f6e69);
		border: none;
		border-radius: var(--radius-pill, 999px);
		font-family: inherit;
		font-weight: 500;
		font-size: 11.5px;
		letter-spacing: 0;
		text-transform: none;
		cursor: pointer;
		white-space: nowrap;
		transition: background .15s, color .15s;
	}
	.pf-tab.svelte-1f7rxzw:hover { color: var(--color-ink, #2c2c2c); }
	.pf-tab-active.svelte-1f7rxzw {
		background: var(--color-surface, #ffffff);
		color: var(--color-accent, #c96342);
		font-weight: 600;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	}
	.pf-tab-icon.svelte-1f7rxzw {
		display: inline-flex;
		align-items: center;
		flex-shrink: 0;
		font-size: 12px;
	}
	.pf-tab-count.svelte-1f7rxzw {
		font-size: 10px;
		opacity: 0.75;
		background: var(--color-border, #e8e6dd);
		border-radius: 999px;
		padding: 0 4px;
		min-width: 14px;
		text-align: center;
		line-height: 1.6;
	}
	.pf-tab-active.svelte-1f7rxzw .pf-tab-count:where(.svelte-1f7rxzw) {
		background: color-mix(in srgb, var(--color-accent, #c96342) 15%, transparent);
		color: var(--color-accent, #c96342);
	}
	/* Narrow fallback: wrap to 2 rows below 340px */
	@media (max-width: 340px) {
		.pf-tabs.svelte-1f7rxzw {
			flex-wrap: wrap;
			overflow-x: visible;
		}
	}

	.pf-body.svelte-1f7rxzw {
		overflow-y: auto;
		max-height: 480px;
		flex: 1;
		background: var(--color-surface, #ffffff);
	}
	.pf-empty.svelte-1f7rxzw {
		padding: 32px 12px;
		text-align: center;
		font-size: 12.5px;
		font-weight: 500;
		letter-spacing: 0;
		color: var(--color-muted, #6f6e69);
		text-transform: none;
	}
	.pf-row.svelte-1f7rxzw {
		display: grid;
		grid-template-columns: 22px 1fr auto;
		gap: 10px;
		align-items: flex-start;
		padding: 10px 14px;
		width: 100%;
		background: var(--color-surface, #ffffff);
		border: none;
		border-bottom: 1px solid #f0eee5;
		border-left: 4px solid transparent;
		border-radius: 0;
		text-align: left;
		cursor: pointer;
		font-family: inherit;
		transition: background .12s;
	}
	.pf-row.svelte-1f7rxzw:hover { background: #f4f3ee; }
	.pf-unread.svelte-1f7rxzw {
		background: #fdf6f2;
		border-left-color: var(--color-accent, #c96342);
	}
	.pf-unread.svelte-1f7rxzw:hover { background: #faeee6; }
	.pf-row-icon.svelte-1f7rxzw {
		font-size: 14px;
		line-height: 1.3;
	}
	.pf-row-main.svelte-1f7rxzw {
		display: flex;
		flex-direction: column;
		min-width: 0;
	}
	.pf-row-title.svelte-1f7rxzw {
		font-size: 13px;
		font-weight: 500;
		color: var(--color-ink, #2c2c2c);
		line-height: 1.35;
		text-transform: none;
		letter-spacing: 0;
	}
	.pf-row-sub.svelte-1f7rxzw {
		font-size: 12px;
		color: var(--color-muted, #6f6e69);
		margin-top: 2px;
		line-height: 1.35;
	}
	.pf-row-ts.svelte-1f7rxzw {
		font-size: 11px;
		color: var(--color-muted, #6f6e69);
		font-weight: 500;
		letter-spacing: 0;
		text-transform: none;
		white-space: nowrap;
	}

	.pf-footer.svelte-1f7rxzw {
		display: flex;
		justify-content: space-between;
		gap: 8px;
		padding: 10px 12px;
		border-top: 1px solid var(--color-border, #e8e6dd);
		background: var(--color-surface, #ffffff);
	}
	.pf-foot-btn.svelte-1f7rxzw {
		flex: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 7px 12px;
		background: var(--color-surface, #ffffff);
		color: var(--color-ink, #2c2c2c);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: var(--radius-pill, 999px);
		font-family: inherit;
		font-weight: 500;
		font-size: 12px;
		letter-spacing: 0;
		text-transform: none;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		transition: background .15s, border-color .15s;
	}
	.pf-foot-btn.svelte-1f7rxzw:hover { background: #f4f3ee; }
	.pf-foot-link.svelte-1f7rxzw { color: var(--color-accent, #c96342); }

	.pf-pipe-stats.svelte-1f7rxzw {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 8px;
		padding: 10px 14px;
		background: #faf2ed;
		color: var(--color-accent, #c96342);
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0;
		text-transform: none;
		border-bottom: 1px solid var(--color-border, #e8e6dd);
	}
	.pf-pipe-cli.svelte-1f7rxzw {
		padding: 5px 12px;
		background: var(--color-accent, #c96342);
		color: #ffffff;
		border: 1px solid var(--color-accent, #c96342);
		border-radius: var(--radius-pill, 999px);
		font-family: inherit;
		font-size: 11.5px;
		font-weight: 500;
		letter-spacing: 0;
		text-transform: none;
		cursor: pointer;
		transition: background .15s;
	}
	.pf-pipe-cli.svelte-1f7rxzw:hover { background: #b04f30; border-color: #b04f30; }

	/* ── Nudges (merged from former AINudges floating panel) ── */
	.pf-nudge-row.svelte-1f7rxzw {
		cursor: default;
		grid-template-columns: 22px 1fr auto;
		align-items: center;
	}
	.pf-nudge-row.svelte-1f7rxzw:hover { background: var(--color-surface, #ffffff); }
	.pf-nudge-icon.svelte-1f7rxzw {
		color: var(--color-accent, #c96342);
		font-size: 14px;
	}
	.pf-nudge-actions.svelte-1f7rxzw {
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}
	.pf-nudge-act.svelte-1f7rxzw {
		padding: 4px 12px;
		background: var(--color-accent, #c96342);
		color: #ffffff;
		border: 1px solid var(--color-accent, #c96342);
		border-radius: var(--radius-pill, 999px);
		font-family: inherit;
		font-size: 11.5px;
		font-weight: 500;
		letter-spacing: 0;
		text-transform: none;
		cursor: pointer;
		white-space: nowrap;
		transition: background .15s, border-color .15s;
	}
	.pf-nudge-act.svelte-1f7rxzw:hover { background: #b04f30; border-color: #b04f30; }
	.pf-nudge-dismiss.svelte-1f7rxzw {
		background: none;
		border: none;
		color: var(--color-muted, #6f6e69);
		font-size: 16px;
		line-height: 1;
		cursor: pointer;
		padding: 0 4px;
		font-family: inherit;
	}
	.pf-nudge-dismiss.svelte-1f7rxzw:hover { color: var(--color-ink, #2c2c2c); }

  .ali-wrap.svelte-1t83f37 {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 5px 10px;
    background: var(--color-surface-bright, #fff);
    border: 1px solid var(--color-border, #e8e6dd);
    border-radius: 999px;
    text-decoration: none;
    color: var(--color-on-surface, #2c2c2c);
    font-size: 11.5px;
    cursor: pointer;
    transition: border-color 120ms, background 120ms;
    position: relative;
  }
  .ali-wrap.svelte-1t83f37:hover {
    background: var(--color-bg, #faf9f5);
    border-color: var(--color-accent, #c96342);
  }
  .ali-wrap.ali-active.svelte-1t83f37 {
    border-color: rgba(201, 99, 66, 0.4);
    background: rgba(201, 99, 66, 0.05);
  }
  .ali-wrap.ali-err.svelte-1t83f37 {
    border-color: rgba(196, 87, 26, 0.5);
    background: rgba(196, 87, 26, 0.06);
  }
  .ali-dots.svelte-1t83f37 { display: inline-flex; gap: 3px; }
  .ali-dot.svelte-1t83f37 {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--color-border, #d8d5cc);
    transition: transform 120ms;
  }
  .ali-dot-running.svelte-1t83f37 {
    animation: svelte-1t83f37-aliPulse 1.2s ease-in-out infinite;
  }
  .ali-dot-error.svelte-1t83f37 {
    animation: svelte-1t83f37-aliBlink 0.8s ease-in-out infinite;
  }
  @keyframes svelte-1t83f37-aliPulse {
    0%, 100% { opacity: 0.45; transform: scale(1); }
    50%      { opacity: 1; transform: scale(1.35); }
  }
  @keyframes svelte-1t83f37-aliBlink {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.35; }
  }
  .ali-label.svelte-1t83f37 {
    font-weight: 500;
    color: var(--color-on-surface-dim, #6f6e69);
    white-space: nowrap;
  }
  .ali-active.svelte-1t83f37 .ali-label:where(.svelte-1t83f37) { color: var(--color-accent, #c96342); font-weight: 600; }
  .ali-err.svelte-1t83f37 .ali-label:where(.svelte-1t83f37) { color: var(--color-error, #c4571a); font-weight: 600; }

  /* Tooltip popover */
  .ali-tip.svelte-1t83f37 {
    position: absolute; top: calc(100% + 8px); right: 0;
    min-width: 280px; max-width: 360px;
    padding: 10px 12px;
    background: var(--color-surface-bright, #fff);
    border: 1px solid var(--color-border, #e8e6dd);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.04);
    z-index: 200;
    font-size: 12px;
  }
  .ali-tip-head.svelte-1t83f37 {
    font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
    color: var(--color-on-surface-dim, #6f6e69);
    padding-bottom: 6px;
    border-bottom: 1px solid var(--color-border, #f0eee6);
    margin-bottom: 6px;
  }
  .ali-tip-row.svelte-1t83f37 {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    gap: 8px; align-items: center;
    padding: 4px 0;
    font-size: 11.5px;
  }
  .ali-tip-dot.svelte-1t83f37 { width: 7px; height: 7px; border-radius: 50%; }
  .ali-tip-name.svelte-1t83f37 { color: var(--color-on-surface, #2c2c2c); font-weight: 500; }
  .ali-tip-status.svelte-1t83f37 {
    font-size: 10px; text-transform: uppercase; letter-spacing: 0.05em;
    color: var(--color-on-surface-dim, #6f6e69);
  }
  .ali-tip-foot.svelte-1t83f37 {
    margin-top: 8px; padding-top: 6px;
    border-top: 1px solid var(--color-border, #f0eee6);
    font-size: 10.5px; color: var(--color-on-surface-dim, #6f6e69);
    text-align: center;
  }

  @media (max-width: 900px) {
    .ali-label.svelte-1t83f37 { display: none; }
  }

	.pt-stack.svelte-ao2u2f {
		position: fixed;
		top: 72px;
		right: 16px;
		z-index: 5000;
		display: flex;
		flex-direction: column;
		gap: 10px;
		font-family: var(--font-sans, 'Inter', -apple-system, system-ui, sans-serif);
		pointer-events: none;
	}
	.pt-toast.svelte-ao2u2f {
		display: flex;
		align-items: stretch;
		min-width: 320px;
		max-width: 400px;
		background: var(--color-surface, #ffffff);
		color: var(--color-ink, #2c2c2c);
		border: 1px solid var(--color-border, #e8e6dd);
		border-left: 4px solid var(--color-border, #e8e6dd);
		border-radius: var(--radius, 12px);
		box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.08));
		pointer-events: auto;
		animation: svelte-ao2u2f-pt-in 180ms ease-out;
		overflow: hidden;
	}
	.pt-pipeline.svelte-ao2u2f { border-left-color: var(--color-accent, #c96342); }
	.pt-pipeline.svelte-ao2u2f .pt-title:where(.svelte-ao2u2f) { color: var(--color-accent, #c96342); }
	.pt-dedup.svelte-ao2u2f    { border-left-color: #d97706; }
	.pt-dedup.svelte-ao2u2f .pt-title:where(.svelte-ao2u2f) { color: #a06000; }
	.pt-body.svelte-ao2u2f {
		flex: 1;
		display: grid;
		grid-template-columns: 22px 1fr auto;
		gap: 10px;
		align-items: center;
		padding: 11px 14px;
		background: transparent;
		color: inherit;
		border: none;
		text-align: left;
		cursor: pointer;
		font-family: inherit;
		min-width: 0;
	}
	.pt-body.svelte-ao2u2f:hover { background: #faf9f5; }
	.pt-icon.svelte-ao2u2f { font-size: 14px; }
	.pt-main.svelte-ao2u2f { display: flex; flex-direction: column; min-width: 0; }
	.pt-title.svelte-ao2u2f {
		font-size: 12.5px;
		font-weight: 600;
		letter-spacing: 0;
		text-transform: none;
		color: var(--color-ink, #2c2c2c);
	}
	.pt-sub.svelte-ao2u2f {
		font-size: 12px;
		color: var(--color-muted, #6f6e69);
		margin-top: 3px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.pt-arrow.svelte-ao2u2f {
		font-size: 11.5px;
		font-weight: 500;
		letter-spacing: 0;
		color: var(--color-accent, #c96342);
		text-transform: none;
		white-space: nowrap;
	}
	.pt-x.svelte-ao2u2f {
		padding: 0 12px;
		background: transparent;
		color: var(--color-muted, #6f6e69);
		border: none;
		border-left: 1px solid var(--color-border, #e8e6dd);
		font-size: 18px;
		font-weight: 400;
		cursor: pointer;
		transition: background .12s, color .12s;
	}
	.pt-x.svelte-ao2u2f:hover { background: #f4f3ee; color: var(--color-ink, #2c2c2c); }

	@keyframes svelte-ao2u2f-pt-in {
		from { transform: translateX(20px); opacity: 0; }
		to { transform: translateX(0); opacity: 1; }
	}

	.cp-overlay.svelte-1yq04zr {
		position: fixed; inset: 0;
		background: rgba(44, 44, 44, 0.32);
		z-index: 9999;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-top: 12vh;
		backdrop-filter: blur(2px);
	}
	.cp-card.svelte-1yq04zr {
		width: 600px;
		max-width: calc(100vw - 32px);
		background: var(--color-surface, #fff);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: var(--radius, 12px);
		box-shadow: var(--shadow-lg, 0 8px 24px rgba(0,0,0,0.12));
		overflow: hidden;
		display: flex;
		flex-direction: column;
		max-height: 70vh;
		font-family: 'Inter', -apple-system, system-ui, sans-serif;
	}
	.cp-input-wrap.svelte-1yq04zr {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 14px 16px;
		border-bottom: 1px solid var(--color-border, #e8e6dd);
	}
	.cp-input-icon.svelte-1yq04zr { font-size: 18px; color: var(--color-muted, #6f6e69); }
	.cp-input.svelte-1yq04zr {
		flex: 1;
		border: none;
		outline: none;
		background: transparent;
		font-size: 15px;
		color: var(--color-ink, #2c2c2c);
		font-family: inherit;
	}
	.cp-esc.svelte-1yq04zr {
		font-size: 10px;
		padding: 2px 6px;
		background: var(--color-surface-warm, #f4f3ee);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: 4px;
		color: var(--color-muted, #6f6e69);
		font-family: ui-monospace, SFMono-Regular, monospace;
	}
	.cp-list.svelte-1yq04zr {
		flex: 1;
		overflow-y: auto;
		padding: 6px 0;
	}
	.cp-empty.svelte-1yq04zr {
		padding: 24px;
		text-align: center;
		color: var(--color-muted, #6f6e69);
		font-size: 13px;
	}
	.cp-group-label.svelte-1yq04zr {
		padding: 8px 16px 4px;
		font-size: 10.5px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: var(--color-dim, #97968f);
	}
	.cp-row.svelte-1yq04zr {
		display: flex;
		align-items: center;
		gap: 12px;
		width: 100%;
		padding: 9px 16px;
		background: transparent;
		border: none;
		text-align: left;
		cursor: pointer;
		font-family: inherit;
		color: var(--color-ink, #2c2c2c);
		transition: background 0.1s;
	}
	.cp-row-sel.svelte-1yq04zr {
		background: var(--color-accent-soft, #fdebe1);
	}
	.cp-row-icon.svelte-1yq04zr {
		font-size: 18px;
		color: var(--color-muted, #6f6e69);
		flex-shrink: 0;
	}
	.cp-row-sel.svelte-1yq04zr .cp-row-icon:where(.svelte-1yq04zr) { color: var(--color-accent-ink, #b04f30); }
	.cp-row-text.svelte-1yq04zr {
		flex: 1;
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 1px;
	}
	.cp-row-label.svelte-1yq04zr {
		font-size: 13.5px;
		font-weight: 500;
		color: var(--color-ink, #2c2c2c);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.cp-row-sub.svelte-1yq04zr {
		font-size: 11.5px;
		color: var(--color-muted, #6f6e69);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.cp-row-enter.svelte-1yq04zr {
		opacity: 0;
		font-size: 12px;
		color: var(--color-accent-ink, #b04f30);
		font-family: ui-monospace, SFMono-Regular, monospace;
	}
	.cp-row-sel.svelte-1yq04zr .cp-row-enter:where(.svelte-1yq04zr) { opacity: 1; }
	.cp-foot.svelte-1yq04zr {
		display: flex;
		gap: 14px;
		padding: 8px 16px;
		border-top: 1px solid var(--color-border, #e8e6dd);
		background: var(--color-surface-warm, #f4f3ee);
		font-size: 11px;
		color: var(--color-muted, #6f6e69);
	}
	.cp-foot.svelte-1yq04zr kbd:where(.svelte-1yq04zr) {
		display: inline-block;
		padding: 1px 5px;
		margin-right: 4px;
		background: var(--color-surface, #fff);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: 3px;
		font-family: ui-monospace, SFMono-Regular, monospace;
		font-size: 10px;
	}

	.kh-overlay.svelte-1j4q7u9 {
		position: fixed; inset: 0;
		background: rgba(44, 44, 44, 0.32);
		z-index: 9998;
		display: flex;
		justify-content: center;
		align-items: center;
		backdrop-filter: blur(2px);
		font-family: 'Inter', -apple-system, system-ui, sans-serif;
	}
	.kh-card.svelte-1j4q7u9 {
		width: 460px;
		max-width: calc(100vw - 32px);
		background: var(--color-surface, #fff);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: var(--radius, 12px);
		box-shadow: var(--shadow-lg, 0 8px 24px rgba(0,0,0,0.12));
		overflow: hidden;
	}
	.kh-header.svelte-1j4q7u9 {
		display: flex; align-items: center; justify-content: space-between;
		padding: 14px 18px;
		border-bottom: 1px solid var(--color-border, #e8e6dd);
	}
	.kh-title.svelte-1j4q7u9 {
		margin: 0;
		font-size: 15px;
		font-weight: 600;
		color: var(--color-ink, #2c2c2c);
		font-family: inherit;
		letter-spacing: -0.01em;
	}
	.kh-close.svelte-1j4q7u9 {
		background: transparent;
		border: none;
		font-size: 22px;
		line-height: 1;
		color: var(--color-muted, #6f6e69);
		cursor: pointer;
		padding: 0 4px;
	}
	.kh-close.svelte-1j4q7u9:hover { color: var(--color-ink, #2c2c2c); }
	.kh-list.svelte-1j4q7u9 {
		list-style: none;
		margin: 0;
		padding: 8px 0;
	}
	.kh-row.svelte-1j4q7u9 {
		display: flex;
		align-items: center;
		gap: 16px;
		padding: 8px 18px;
		font-size: 13px;
	}
	.kh-row.svelte-1j4q7u9:hover { background: var(--color-surface-warm, #f4f3ee); }
	.kh-keys.svelte-1j4q7u9 {
		display: inline-flex;
		gap: 4px;
		min-width: 80px;
		flex-shrink: 0;
	}
	.kh-kbd.svelte-1j4q7u9 {
		display: inline-block;
		padding: 2px 7px;
		background: var(--color-surface-warm, #f4f3ee);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: 4px;
		font-family: ui-monospace, SFMono-Regular, monospace;
		font-size: 11px;
		color: var(--color-ink, #2c2c2c);
		min-width: 18px;
		text-align: center;
	}
	.kh-desc.svelte-1j4q7u9 {
		color: var(--color-ink-soft, #4a4a48);
	}
	.kh-foot.svelte-1j4q7u9 {
		padding: 10px 18px;
		font-size: 11px;
		color: var(--color-muted, #6f6e69);
		border-top: 1px solid var(--color-border, #e8e6dd);
		background: var(--color-surface-warm, #f4f3ee);
	}

	.wn-backdrop.svelte-1m75boc {
		position: fixed;
		inset: 0;
		background: rgba(20, 18, 14, 0.55);
		display: grid;
		place-items: center;
		z-index: 9998;
		font-family: 'Inter', -apple-system, system-ui, sans-serif;
		animation: svelte-1m75boc-wn-fade 0.2s ease;
	}
	@keyframes svelte-1m75boc-wn-fade { from { opacity: 0; } to { opacity: 1; } }
	.wn-card.svelte-1m75boc {
		position: relative;
		width: 600px;
		max-width: calc(100vw - 32px);
		background: #ffffff;
		border-radius: 12px;
		box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
		padding: 28px 32px 24px;
		color: var(--color-ink, #2c2c2c);
		animation: svelte-1m75boc-wn-rise 0.22s ease;
	}
	@keyframes svelte-1m75boc-wn-rise {
		from { opacity: 0; transform: translateY(8px) scale(0.98); }
		to   { opacity: 1; transform: translateY(0) scale(1); }
	}
	.wn-close.svelte-1m75boc {
		position: absolute;
		top: 10px;
		right: 12px;
		width: 32px;
		height: 32px;
		border: none;
		background: transparent;
		color: var(--color-muted, #6f6e69);
		font-size: 22px;
		line-height: 1;
		border-radius: 8px;
		cursor: pointer;
	}
	.wn-close.svelte-1m75boc:hover { background: var(--color-surface-warm, #f4f3ee); color: var(--color-ink, #2c2c2c); }
	.wn-eyebrow.svelte-1m75boc {
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: var(--color-accent, #c96342);
		font-weight: 600;
		margin-bottom: 6px;
	}
	.wn-title.svelte-1m75boc {
		font-family: 'Tiempos Headline', 'Charter', Georgia, serif;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: -0.015em;
		margin: 0 0 18px;
		color: var(--color-ink, #2c2c2c);
	}
	.wn-list.svelte-1m75boc {
		list-style: none;
		padding: 0;
		margin: 0 0 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.wn-list.svelte-1m75boc li:where(.svelte-1m75boc) {
		font-size: 14.5px;
		line-height: 1.55;
		color: var(--color-ink-soft, #4a4a48);
		padding: 10px 12px;
		background: var(--color-surface-warm, #f4f3ee);
		border-radius: 8px;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.wn-item-icon.svelte-1m75boc {
		flex-shrink: 0;
		display: inline-flex;
		color: var(--color-accent, #c96342);
	}
	.wn-actions.svelte-1m75boc {
		display: flex;
		justify-content: flex-end;
	}
	.wn-got-it.svelte-1m75boc {
		background: var(--color-accent, #c96342);
		color: #fff;
		border: none;
		padding: 10px 22px;
		border-radius: 999px;
		font-family: inherit;
		font-size: 13.5px;
		font-weight: 600;
		cursor: pointer;
		transition: filter 0.15s;
	}
	.wn-got-it.svelte-1m75boc:hover { filter: brightness(1.06); }

	.confetti-root.svelte-1l3pvrr {
		position: fixed;
		inset: 0;
		pointer-events: none;
		z-index: 10000;
		overflow: hidden;
	}
	.burst.svelte-1l3pvrr { position: absolute; inset: 0; }
	.p.svelte-1l3pvrr {
		position: absolute;
		top: -20px;
		left: var(--left);
		width: var(--size);
		height: var(--size);
		background: var(--c);
		opacity: 0;
		transform: translate3d(0, 0, 0) rotate(0deg);
		animation: svelte-1l3pvrr-fall var(--dur) cubic-bezier(0.25, 0.7, 0.5, 1) var(--delay) forwards;
		will-change: transform, opacity;
	}
	.p.circle.svelte-1l3pvrr { border-radius: 50%; }
	.p.rect.svelte-1l3pvrr   { border-radius: 1px; }
	@keyframes svelte-1l3pvrr-fall {
		0%   { opacity: 0; transform: translate3d(0, -20px, 0) rotate(0deg); }
		8%   { opacity: 1; }
		80%  { opacity: 1; }
		100% {
			opacity: 0;
			transform: translate3d(var(--drift), 100vh, 0) rotate(var(--rot));
		}
	}

	.undo-bar.svelte-f094zu {
		position: fixed;
		left: 50%;
		bottom: 48px;
		transform: translateX(-50%);
		z-index: 9999;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 9px 14px 9px 16px;
		background: var(--color-accent-soft, #fdebe1);
		color: var(--color-accent-ink, #b04f30);
		border: 1px solid var(--color-accent, #c96342);
		border-radius: 999px;
		font-family: 'Inter', -apple-system, system-ui, sans-serif;
		font-size: 13px;
		font-weight: 500;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
		max-width: 92vw;
	}
	.undo-msg.svelte-f094zu {
		max-width: 380px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.undo-sep.svelte-f094zu { opacity: 0.45; }
	.undo-btn.svelte-f094zu {
		background: transparent;
		border: none;
		color: var(--color-accent-ink, #b04f30);
		font-weight: 700;
		font-size: 13px;
		text-decoration: underline;
		cursor: pointer;
		padding: 2px 4px;
		font-family: inherit;
	}
	.undo-btn.svelte-f094zu:hover { color: var(--color-accent, #c96342); }
	.undo-count.svelte-f094zu {
		font-size: 11px;
		opacity: 0.7;
		font-variant-numeric: tabular-nums;
	}
	.undo-x.svelte-f094zu {
		background: transparent;
		border: none;
		color: inherit;
		font-size: 16px;
		line-height: 1;
		padding: 0 2px 0 4px;
		cursor: pointer;
		opacity: 0.55;
	}
	.undo-x.svelte-f094zu:hover { opacity: 1; }

	@media (max-width: 768px) {
		.hide-mobile.svelte-12qhfyh { display: none !important; }
	}

	/* Mobile-only utility */
	.show-mobile.svelte-12qhfyh { display: none; }
	@media (max-width: 900px) {
		.show-mobile.svelte-12qhfyh { display: inline-flex; }
		.nav-items-desktop.svelte-12qhfyh { display: none !important; }
	}

	/* Hamburger button */
	.hamburger.svelte-12qhfyh {
		background: transparent;
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: 8px;
		width: 36px;
		height: 36px;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		color: var(--color-ink, #2c2c2c);
		margin-right: 8px;
		padding: 0;
	}
	.hamburger.svelte-12qhfyh:hover { background: var(--color-surface-warm, #f4f3ee); }

	/* Mobile drawer */
	.mobile-nav-overlay.svelte-12qhfyh {
		position: fixed; inset: 0;
		background: rgba(56,56,50,0.45);
		z-index: 980;
		border: 0; padding: 0; cursor: pointer;
		animation: svelte-12qhfyh-mn-fade 0.18s ease;
	}
	.mobile-nav-drawer.svelte-12qhfyh {
		position: fixed;
		top: 0; left: 0; bottom: 0;
		width: 280px;
		max-width: 85vw;
		background: var(--color-bg-alt, #f0eee5);
		border-right: 1px solid var(--color-border, #e8e6dd);
		z-index: 981;
		display: flex;
		flex-direction: column;
		font-family: 'Inter', -apple-system, system-ui, sans-serif;
		animation: svelte-12qhfyh-mn-slide 0.22s ease;
		box-shadow: 4px 0 24px rgba(0,0,0,0.08);
	}
	@keyframes svelte-12qhfyh-mn-fade { from { opacity: 0; } to { opacity: 1; } }
	@keyframes svelte-12qhfyh-mn-slide { from { transform: translateX(-100%); } to { transform: translateX(0); } }

	.mobile-nav-head.svelte-12qhfyh {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 16px;
		border-bottom: 1px solid var(--color-border, #e8e6dd);
	}
	.mobile-nav-close.svelte-12qhfyh {
		background: transparent;
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: 8px;
		width: 32px; height: 32px;
		display: inline-flex; align-items: center; justify-content: center;
		cursor: pointer;
		color: var(--color-ink-soft, #4a4a48);
	}
	.mobile-nav-close.svelte-12qhfyh:hover { background: var(--color-surface-warm, #f4f3ee); }

	.mobile-nav-list.svelte-12qhfyh {
		flex: 1;
		padding: 12px 8px;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		gap: 2px;
	}
	.mobile-nav-link.svelte-12qhfyh {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 11px 14px;
		border-radius: 10px;
		text-decoration: none;
		color: var(--color-ink-soft, #4a4a48);
		font-size: 14px;
		font-weight: 500;
		font-family: inherit;
	}
	.mobile-nav-link.svelte-12qhfyh:hover {
		background: rgba(0,0,0,0.04);
		color: var(--color-ink, #2c2c2c);
	}
	.mobile-nav-link.active.svelte-12qhfyh {
		background: var(--color-accent-soft, #fdebe1);
		color: var(--color-accent-ink, #b04f30);
		font-weight: 600;
	}

	.mobile-nav-foot.svelte-12qhfyh {
		border-top: 1px solid var(--color-border, #e8e6dd);
		padding: 12px 16px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.mobile-nav-user.svelte-12qhfyh {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.mobile-nav-user.svelte-12qhfyh .user-name:where(.svelte-12qhfyh) {
		font-size: 13px;
		color: var(--color-ink-soft, #4a4a48);
		font-weight: 500;
	}

	/* Hide PipelineTerminal on small viewports — too dense for mobile */
	@media (max-width: 900px) {
		.term-wrap,
		.pipeline-terminal,
		#pipeline-terminal,
		[data-pipeline-terminal] {
			display: none !important;
		}
	}

	/* Tighten nav padding on mobile so brand + hamburger fit */
	@media (max-width: 600px) {
		.claude-nav.svelte-12qhfyh { padding: 0 12px; }
		.brand.svelte-12qhfyh { margin-right: 12px; }
		.brand-text.svelte-12qhfyh { font-size: 16px; }
	}

	/* Skip-to-content (a11y) — visible only when focused */
	.skip-to-content.svelte-12qhfyh {
		position: absolute;
		top: -40px;
		left: 12px;
		z-index: 9999;
		background: var(--color-accent, #c96342);
		color: #fff;
		padding: 8px 14px;
		border-radius: 999px;
		font-size: 13px;
		font-weight: 600;
		text-decoration: none;
		transition: top 120ms ease-out;
	}
	.skip-to-content.svelte-12qhfyh:focus,
	.skip-to-content.svelte-12qhfyh:focus-visible {
		top: 12px;
		outline: 2px solid var(--color-accent, #c96342);
		outline-offset: 2px;
	}
	.route-fade.svelte-12qhfyh { will-change: opacity; }

	/* ── Claude warm top nav ── */
	.claude-nav.svelte-12qhfyh {
		height: 60px;
		display: flex;
		align-items: center;
		padding: 0 24px;
		gap: 4px;
		flex-shrink: 0;
		background: var(--color-bg-alt, #f0eee5);
		border-bottom: 1px solid var(--color-border, #e8e6dd);
		color: var(--color-ink, #2c2c2c);
		font-family: 'Inter', -apple-system, system-ui, sans-serif;
	}

	.brand.svelte-12qhfyh {
		display: flex;
		align-items: center;
		gap: 11px;
		margin-right: 28px;
		text-decoration: none;
		color: inherit;
	}
	.brand-logo.svelte-12qhfyh {
		width: 32px;
		height: 32px;
		border-radius: 9px;
		background: var(--color-accent, #c96342);
		color: #fff;
		display: grid;
		place-items: center;
		font-weight: 700;
		font-size: 15px;
		font-family: 'Tiempos Headline', 'Charter', Georgia, serif;
	}
	.brand-logo-img.svelte-12qhfyh { background: transparent !important; padding: 0; overflow: hidden; }
	.brand-logo-img.svelte-12qhfyh img:where(.svelte-12qhfyh) { width: 100%; height: 100%; object-fit: cover; display: block; }
	.brand-text.svelte-12qhfyh {
		font-weight: 600;
		font-size: 17px;
		letter-spacing: -0.01em;
		font-family: 'Tiempos Headline', 'Charter', Georgia, serif;
		color: var(--color-ink, #2c2c2c);
	}

	.nav-items.svelte-12qhfyh {
		display: flex;
		gap: 2px;
		align-items: center;
	}
	.nav-item.svelte-12qhfyh {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 8px 14px;
		color: var(--color-ink-soft, #4a4a48);
		text-decoration: none;
		font-size: 13.5px;
		font-weight: 500;
		border-radius: var(--radius-sm, 8px);
		transition: background 0.15s, color 0.15s;
		font-family: inherit;
	}
	.nav-item.svelte-12qhfyh:hover {
		background: rgba(0, 0, 0, 0.04);
		color: var(--color-ink, #2c2c2c);
	}
	.nav-item.active.svelte-12qhfyh {
		background: var(--color-accent-soft, #fdebe1);
		color: var(--color-accent-ink, #b04f30);
		font-weight: 600;
	}
	.nav-item-icon-mobile.svelte-12qhfyh { display: none; font-size: 16px; }

	/* ---- Dropdown nav (Communicate ▾) ---- */
	.nav-dropdown.svelte-12qhfyh { position: relative; }
	.nav-item-with-children.svelte-12qhfyh { display: inline-flex; align-items: center; gap: 4px; }
	.nav-caret.svelte-12qhfyh { font-size: 9px; opacity: 0.7; }
	.nav-badge.svelte-12qhfyh {
		font-size: 9px; font-weight: 700; letter-spacing: 0.06em;
		padding: 1px 6px; border-radius: 999px; margin-left: 4px;
		background: var(--color-accent, #c96342); color: #fff;
		animation: svelte-12qhfyh-navBadgePulse 2s infinite;
	}
	@keyframes svelte-12qhfyh-navBadgePulse {
		0%, 100% { opacity: 1; }
		50% { opacity: 0.65; }
	}
	.nav-dropdown-menu.svelte-12qhfyh {
		position: absolute; top: calc(100% + 6px); left: 0;
		min-width: 280px; padding: 8px;
		background: var(--color-surface-bright, #fff);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: 10px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
		opacity: 0; visibility: hidden; transform: translateY(-4px);
		transition: opacity 140ms, transform 140ms, visibility 140ms;
		z-index: 200;
	}
	.nav-dropdown.svelte-12qhfyh:hover .nav-dropdown-menu:where(.svelte-12qhfyh),
	.nav-dropdown.svelte-12qhfyh:focus-within .nav-dropdown-menu:where(.svelte-12qhfyh) {
		opacity: 1; visibility: visible; transform: translateY(0);
	}
	.nav-dropdown-item.svelte-12qhfyh {
		display: block; padding: 10px 12px; border-radius: 7px;
		color: var(--color-on-surface, #2c2c2c); text-decoration: none;
		transition: background 120ms;
	}
	.nav-dropdown-item.svelte-12qhfyh:hover { background: var(--color-bg, #faf9f5); }
	.nav-dropdown-item.active.svelte-12qhfyh { background: rgba(201, 99, 66, 0.08); }
	.nav-dd-row.svelte-12qhfyh { display: flex; align-items: center; gap: 8px; }
	.nav-dd-icon.svelte-12qhfyh {
		font-size: 17px; color: var(--color-on-surface-dim, #6f6e69);
		flex-shrink: 0;
	}
	.nav-dropdown-item.active.svelte-12qhfyh .nav-dd-icon:where(.svelte-12qhfyh) { color: var(--color-accent, #c96342); }
	.nav-dd-label.svelte-12qhfyh { font-size: 13.5px; font-weight: 600; }
	.nav-dd-soon.svelte-12qhfyh {
		font-size: 9px; font-weight: 700; letter-spacing: 0.06em;
		padding: 1px 6px; border-radius: 4px;
		background: rgba(201, 99, 66, 0.10); color: var(--color-accent, #c96342);
	}
	.nav-dd-desc.svelte-12qhfyh { font-size: 11.5px; color: var(--color-on-surface-dim, #6f6e69); margin-top: 2px; }
	@media (max-width: 768px) {
		.nav-item-icon-mobile.svelte-12qhfyh { display: inline-flex; }
		.nav-item.svelte-12qhfyh { padding: 8px 10px; }
	}

	.nav-spacer.svelte-12qhfyh { flex: 1; }
	.nav-right.svelte-12qhfyh { display: flex; align-items: center; gap: 8px; }

	.merge-pill.svelte-12qhfyh {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		padding: 5px 11px;
		background: var(--color-red-soft, #f5dada);
		color: var(--color-red, #a83232);
		border: 1px solid var(--color-red-soft, #f5dada);
		border-radius: var(--radius-pill, 999px);
		font-size: 12px;
		font-weight: 500;
		text-decoration: none;
		font-family: inherit;
	}
	.merge-pill.svelte-12qhfyh:hover { filter: brightness(0.97); }

	/* (unused) .cmdk {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 7px 12px;
		background: var(--color-surface, #ffffff);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: var(--radius-pill, 999px);
		font-size: 12.5px;
		color: var(--color-muted, #6f6e69);
		cursor: pointer;
		min-width: 220px;
		font-family: inherit;
	}*/
	/* (unused) .cmdk:hover { background: var(--color-surface-warm, #f4f3ee); }*/
	/* (unused) .cmdk .kbd {
		margin-left: auto;
		padding: 1px 6px;
		background: var(--color-surface-warm, #f4f3ee);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: 4px;
		font-size: 10px;
		font-family: ui-monospace, SFMono-Regular, monospace;
		color: var(--color-muted, #6f6e69);
	}*/

	.user-menu-area.svelte-12qhfyh {
		position: relative;
		display: inline-block;
	}
	.user-pill.svelte-12qhfyh {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 4px 10px 4px 4px;
		border-radius: var(--radius-pill, 999px);
		background: transparent;
		border: 1px solid transparent;
		cursor: pointer;
		font-family: inherit;
		transition: background 0.15s, border-color 0.15s;
	}
	.user-pill.svelte-12qhfyh:hover {
		background: var(--color-surface-warm, #f4f3ee);
		border-color: var(--color-border, #e8e6dd);
	}
	.user-pill.svelte-12qhfyh:focus-visible {
		outline: 2px solid var(--color-accent, #c96342);
		outline-offset: 2px;
	}
	.user-pill.svelte-12qhfyh .caret:where(.svelte-12qhfyh) {
		font-size: 16px;
		color: var(--color-muted, #6f6e69);
	}

	.user-menu.svelte-12qhfyh {
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		min-width: 240px;
		background: var(--color-surface, #ffffff);
		border: 1px solid var(--color-border, #e8e6dd);
		border-radius: 12px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
		padding: 6px;
		z-index: 200;
		display: flex;
		flex-direction: column;
		gap: 1px;
	}
	.user-menu-item.svelte-12qhfyh {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 9px 12px;
		background: transparent;
		border: none;
		border-radius: 8px;
		font-size: 13px;
		color: var(--color-ink, #2c2c2c);
		text-align: left;
		cursor: pointer;
		font-family: inherit;
		transition: background 0.12s;
	}
	.user-menu-item.svelte-12qhfyh:hover {
		background: var(--color-accent-soft, #fdebe1);
		color: var(--color-accent-ink, #b04f30);
	}
	.user-menu-item.svelte-12qhfyh .mi-icon:where(.svelte-12qhfyh) {
		font-size: 18px;
		color: var(--color-muted, #6f6e69);
	}
	.user-menu-item.svelte-12qhfyh:hover .mi-icon:where(.svelte-12qhfyh) {
		color: var(--color-accent-ink, #b04f30);
	}
	.user-menu-divider.svelte-12qhfyh {
		height: 1px;
		background: var(--color-border, #e8e6dd);
		margin: 4px 2px;
	}
	.user-menu-danger.svelte-12qhfyh {
		color: var(--color-red, #a83232);
	}
	.user-menu-danger.svelte-12qhfyh .mi-icon:where(.svelte-12qhfyh) {
		color: var(--color-red, #a83232);
	}
	.user-menu-danger.svelte-12qhfyh:hover {
		background: var(--color-red-soft, #f5dada);
		color: var(--color-red, #a83232);
	}
	.user-menu-danger.svelte-12qhfyh:hover .mi-icon:where(.svelte-12qhfyh) {
		color: var(--color-red, #a83232);
	}
	.avatar.svelte-12qhfyh {
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background: var(--color-accent, #c96342);
		color: #fff;
		display: grid;
		place-items: center;
		font-size: 11px;
		font-weight: 700;
		font-family: inherit;
	}
	.user-name.svelte-12qhfyh {
		font-size: 12.5px;
		color: var(--color-ink-soft, #4a4a48);
		font-weight: 500;
		max-width: 160px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.logout-btn.svelte-12qhfyh {
		padding: 7px 13px;
		border-radius: var(--radius-pill, 999px);
		background: transparent;
		color: var(--color-muted, #6f6e69);
		border: 1px solid var(--color-border, #e8e6dd);
		font-size: 12.5px;
		font-weight: 500;
		cursor: pointer;
		font-family: inherit;
		transition: background 0.15s, color 0.15s, border-color 0.15s;
	}
	.logout-btn.svelte-12qhfyh:hover {
		background: var(--color-surface-warm, #f4f3ee);
		color: var(--color-ink, #2c2c2c);
		border-color: var(--color-border-strong, #d8d5cb);
	}
	.logout-btn.svelte-12qhfyh:focus-visible {
		outline: 2px solid var(--color-accent, #c96342);
		outline-offset: 2px;
	}

	/* ── Footer ── */
	.claude-foot.svelte-12qhfyh {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 24px;
		height: 32px;
		flex-shrink: 0;
		background: var(--color-bg-alt, #f0eee5);
		border-top: 1px solid var(--color-border, #e8e6dd);
		color: var(--color-muted, #6f6e69);
		font-family: 'Inter', -apple-system, system-ui, sans-serif;
		font-size: 11.5px;
	}
	.foot-status.svelte-12qhfyh { display: flex; align-items: center; gap: 8px; }
	.foot-dot.svelte-12qhfyh {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: var(--color-accent, #c96342);
		box-shadow: 0 0 0 3px var(--color-accent-bg, #faf2ed);
	}
	.foot-version.svelte-12qhfyh {
		color: var(--color-dim, #97968f);
		letter-spacing: 0.02em;
	}

	/* Notification Bell */
	/* (unused) .notif-badge {
		position: absolute;
		top: 0;
		right: -2px;
		background: #ff4444;
		color: white;
		font-size: 9px;
		font-weight: 900;
		min-width: 16px;
		height: 16px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		padding: 0 3px;
	}*/

	/* Notification Panel */
	/* (unused) .notif-panel {
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		width: 340px;
		max-height: 420px;
		background: white;
		border: 1px solid var(--color-border, #d8d5cc);
		border-radius: 8px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.06);
		z-index: 100;
		display: flex;
		flex-direction: column;
	}*/
	/* (unused) .notif-panel-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 14px;
		border-bottom: 1px solid #eee;
		color: var(--color-on-surface, #2c2c2c);
	}*/
	/* (unused) .notif-mark-all {
		background: none;
		border: none;
		color: var(--color-accent, #c96342);
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		cursor: pointer;
		font-family: 'Space Grotesk', sans-serif;
	}*/
	/* (unused) .notif-mark-all:hover {
		text-decoration: underline;
	}*/
	/* (unused) .notif-panel-body {
		overflow-y: auto;
		flex: 1;
	}*/
	/* (unused) .notif-empty {
		padding: 2rem;
		text-align: center;
		color: #aaa;
		font-size: 12px;
	}*/
	/* (unused) .notif-item {
		display: flex;
		align-items: flex-start;
		gap: 8px;
		padding: 10px 14px;
		border-bottom: 1px solid #f5f5f0;
		cursor: pointer;
		width: 100%;
		background: none;
		border-left: none;
		border-right: none;
		border-top: none;
		text-align: left;
		font-family: 'Space Grotesk', sans-serif;
		transition: background 0.1s;
	}*/
	/* (unused) .notif-item:hover {
		background: #fafaf5;
	}*/
	/* (unused) .notif-unread {
		background: #f8fff0;
	}*/
	/* (unused) .notif-dot-wrap {
		width: 8px;
		flex-shrink: 0;
		padding-top: 5px;
	}*/
	/* (unused) .notif-dot {
		width: 8px;
		height: 8px;
		background: var(--color-accent, #c96342);
		border: 1px solid rgba(201,99,66,0.5);
		border-radius: 50%;
	}*/
	/* (unused) .notif-content {
		flex: 1;
		min-width: 0;
	}*/
	/* (unused) .notif-title {
		font-size: 12px;
		font-weight: 700;
		color: var(--color-on-surface, #2c2c2c);
		line-height: 1.3;
	}*/
	/* (unused) .notif-msg {
		font-size: 11px;
		color: #888;
		margin-top: 2px;
		line-height: 1.3;
	}*/
	/* (unused) .notif-time {
		font-size: 10px;
		color: #bbb;
		margin-top: 3px;
	}*/
