/* Mainline client dashboard — Fullstack Kit Admin shell (shadcn tokens + components, ported 1:1 from admin/src) */
:root {
  --radius: 0.875rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0.008 326);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0.008 326);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0.008 326);
  --primary: oklch(0.525 0.223 3.958);
  --primary-foreground: oklch(0.971 0.014 343.198);
  --secondary: oklch(0.96 0.003 325.6);
  --secondary-foreground: oklch(0.212 0.019 322.12);
  --muted: oklch(0.96 0.003 325.6);
  --muted-foreground: oklch(0.542 0.034 322.5);
  --accent: oklch(0.96 0.003 325.6);
  --accent-foreground: oklch(0.212 0.019 322.12);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.985 0 0);
  --border: oklch(0.922 0.005 325.62);
  --input: oklch(0.922 0.005 325.62);
  --ring: oklch(0.711 0.019 323.02);
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0.008 326);
  --sidebar-accent: oklch(0.96 0.003 325.6);
  --sidebar-accent-foreground: oklch(0.212 0.019 322.12);
  --sidebar-border: oklch(0.922 0.005 325.62);
  --r-sm: calc(var(--radius) * 0.6);
  --r-md: calc(var(--radius) * 0.8);
  --r-xl: calc(var(--radius) * 1.4);
}
.dark {
  --background: oklch(0.145 0.008 326);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.212 0.019 322.12);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.212 0.019 322.12);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.525 0.223 3.958);
  --primary-foreground: oklch(0.971 0.014 343.198);
  --secondary: oklch(0.263 0.024 320.12);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.263 0.024 320.12);
  --muted-foreground: oklch(0.711 0.019 323.02);
  --accent: oklch(0.263 0.024 320.12);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.542 0.034 322.5);
  --sidebar: oklch(0.212 0.019 322.12);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.263 0.024 320.12);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(1 0 0 / 10%);
}
*, *::before, *::after { box-sizing: border-box; border-color: var(--border); }
[hidden] { display: none !important; }
html, body { margin: 0; }
body { font-family: var(--font-sans, "Inter", system-ui, sans-serif); background: var(--sidebar); color: var(--foreground); -webkit-font-smoothing: antialiased; font-size: 1rem; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
h1, h2, h3, p, dl, dd { margin: 0; }
/* ---- inset shell (sidebar-08) ---- */
.shell { display: flex; min-height: 100svh; }
.sidebar { width: 16rem; flex-shrink: 0; display: flex; flex-direction: column; background: var(--sidebar); color: var(--sidebar-foreground); height: 100svh; position: sticky; top: 0; transition: width 0.2s linear; }
.inset { flex: 1; min-width: 0; margin: 0.5rem; margin-left: 0; background: var(--background); border-radius: var(--r-xl); box-shadow: 0 1px 3px oklch(0 0 0 / 0.1), 0 1px 2px -1px oklch(0 0 0 / 0.1); display: flex; flex-direction: column; }
.inset-header { height: 4rem; flex-shrink: 0; display: flex; align-items: center; gap: 0.5rem; padding: 0 1rem; }
.hd-sep { width: 1px; height: 1rem; background: var(--border); margin-right: 0.5rem; }
.crumbs { display: flex; align-items: center; gap: 0.625rem; font-size: 0.875rem; flex-wrap: wrap; }
.crumbs a { color: var(--muted-foreground); transition: color 0.15s; }
.crumbs a:hover { color: var(--foreground); }
.crumbs .sep { color: var(--muted-foreground); }
.crumbs .cur { color: var(--foreground); }
.page { display: flex; flex-direction: column; gap: 1rem; padding: 0 1rem 1rem; flex: 1; }
/* ---- sidebar internals ---- */
.sb-head, .sb-foot { display: flex; flex-direction: column; gap: 0.5rem; padding: 0.5rem; }
.sb-foot { margin-top: auto; }
.sb-brand { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem; height: 3rem; border-radius: var(--r-md); }
.sb-brand img { width: 2rem; height: 2rem; border-radius: calc(var(--radius) * 0.7); flex-shrink: 0; }
.sb-brand .bt { display: grid; line-height: 1.3; min-width: 0; }
.sb-brand .bt b { font-size: 0.875rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sb-brand .bt span { font-size: 0.75rem; color: var(--muted-foreground); }
.sb-content { flex: 1; min-height: 0; overflow: auto; display: flex; flex-direction: column; gap: 0.5rem; }
.sb-group { display: flex; flex-direction: column; padding: 0.5rem; }
.sb-group-label { height: 2rem; display: flex; align-items: center; padding: 0 0.5rem; font-size: 0.75rem; font-weight: 500; color: color-mix(in oklch, var(--sidebar-foreground) 70%, transparent); transition: opacity 0.2s; }
.sb-menu { display: flex; flex-direction: column; gap: 0.25rem; list-style: none; margin: 0; padding: 0; }
.sb-btn { display: flex; align-items: center; gap: 0.5rem; height: 2rem; padding: 0.5rem; border-radius: var(--r-md); font-size: 0.875rem; color: var(--sidebar-foreground); overflow: hidden; white-space: nowrap; }
.sb-btn:hover { background: var(--sidebar-accent); color: var(--sidebar-accent-foreground); }
.sb-btn[aria-current="page"] { background: var(--sidebar-accent); color: var(--sidebar-accent-foreground); font-weight: 500; }
.sb-btn svg { width: 1rem; height: 1rem; flex-shrink: 0; }
/* NavUser */
.account { position: relative; }
.avatar-btn { display: flex; width: 100%; align-items: center; gap: 0.5rem; padding: 0.5rem; height: 3rem; border: 0; background: transparent; border-radius: var(--r-md); cursor: pointer; font-family: inherit; color: var(--sidebar-foreground); text-align: left; }
.avatar-btn:hover, .account[data-open] .avatar-btn { background: var(--sidebar-accent); color: var(--sidebar-accent-foreground); }
.nu-av { width: 2rem; height: 2rem; border-radius: calc(var(--radius) * 0.7); background: color-mix(in oklch, var(--primary) 12%, var(--background)); color: var(--primary); display: flex; align-items: center; justify-content: center; line-height: 1; text-align: center; font-size: 0.75rem; font-weight: 600; flex-shrink: 0; letter-spacing: 0.02em; text-indent: 0.02em; }
.nu-text { display: grid; flex: 1; min-width: 0; line-height: 1.3; }
.nu-text b { font-size: 0.875rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nu-text i { font-style: normal; font-size: 0.75rem; color: var(--muted-foreground); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.avatar-btn .chev { width: 1rem; height: 1rem; margin-left: auto; flex-shrink: 0; }
.account-menu { position: absolute; left: calc(100% + 0.5rem); bottom: 0; min-width: 14rem; z-index: 50; background: var(--popover); color: var(--popover-foreground); border: 1px solid var(--border); border-radius: calc(var(--radius) * 0.9); box-shadow: 0 4px 6px -1px oklch(0 0 0 / 0.1), 0 2px 4px -2px oklch(0 0 0 / 0.1); padding: 0.25rem; display: none; }
.account[data-open] .account-menu { display: block; }
.account-id { display: flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.25rem; }
.account-id .nu-av { width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; line-height: 1; }
.account-id b { display: block; font-size: 0.875rem; font-weight: 600; line-height: 1.3; }
.account-id span:not(.nu-av) { display: block; font-size: 0.75rem; color: var(--muted-foreground); line-height: 1.3; }
.menu-sep { height: 1px; background: var(--border); margin: 0.25rem -0.25rem; }
.account-menu a, .account-menu button.mi { display: flex; align-items: center; gap: 0.5rem; width: 100%; padding: 0.375rem 0.5rem; border: 0; background: transparent; border-radius: var(--r-sm); font-family: inherit; font-size: 0.875rem; color: var(--popover-foreground); cursor: pointer; text-align: left; }
.account-menu a:hover, .account-menu button.mi:hover { background: var(--accent); color: var(--accent-foreground); }
.account-menu svg { width: 1rem; height: 1rem; color: var(--muted-foreground); flex-shrink: 0; }
/* collapsed to icons */
.shell[data-collapsed] .sidebar { width: 4rem; }
.shell[data-collapsed] .sb-brand .bt, .shell[data-collapsed] .sb-group-label, .shell[data-collapsed] .nu-text, .shell[data-collapsed] .avatar-btn .chev, .shell[data-collapsed] .sb-btn span { display: none; }
.shell[data-collapsed] .sb-btn { width: 2rem; height: 2rem; justify-content: center; padding: 0.5rem; }
.shell[data-collapsed] .sb-menu li { display: flex; justify-content: center; }
.shell[data-collapsed] .sb-group { align-items: center; }
.shell[data-collapsed] .sb-brand, .shell[data-collapsed] .avatar-btn { justify-content: center; padding: 0.25rem; }
/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; white-space: nowrap; border-radius: var(--r-md); font-family: inherit; font-size: 0.875rem; font-weight: 500; height: 2.5rem; padding: 0.5rem 1rem; border: 1px solid transparent; cursor: pointer; background: var(--primary); color: var(--primary-foreground); transition: background-color 0.15s, color 0.15s, border-color 0.15s; }
.btn:hover { background: color-mix(in oklch, var(--primary) 90%, transparent); }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--background), 0 0 0 4px var(--ring); }
.btn svg { width: 1rem; height: 1rem; flex-shrink: 0; }
.btn[disabled] { opacity: 0.5; pointer-events: none; }
.btn-outline { background: var(--background); border-color: var(--input); color: var(--foreground); }
.btn-outline:hover { background: var(--accent); color: var(--accent-foreground); }
.btn-ghost { background: transparent; color: var(--foreground); }
.btn-ghost:hover { background: var(--accent); color: var(--accent-foreground); }
.btn-destructive { background: var(--destructive); color: var(--destructive-foreground); }
.btn-destructive:hover { background: color-mix(in oklch, var(--destructive) 90%, transparent); }
.btn-sm { height: 2.25rem; padding: 0 0.75rem; }
.btn-icon { width: 2.5rem; padding: 0; }
.btn-icon-sm { width: 2.25rem; height: 2.25rem; padding: 0; }
.sb-trigger { width: 1.75rem; height: 1.75rem; padding: 0; margin-left: -0.25rem; border-radius: var(--r-md); }
.sb-trigger svg { width: 1rem; height: 1rem; }
/* ---- card ---- */
.card { background: var(--card); color: var(--card-foreground); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: 0 1px 2px 0 oklch(0 0 0 / 0.05); }
.card-header { display: flex; flex-direction: column; gap: 0.375rem; padding: 1.5rem; }
.card-title { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.025em; line-height: 1; }
.card-desc { font-size: 0.875rem; color: var(--muted-foreground); }
.card-content { padding: 0 1.5rem 1.5rem; }
.card-footer { display: flex; align-items: center; padding: 0 1.5rem 1.5rem; }
.card-footer.bordered { border-top: 1px solid var(--border); padding-top: 1.5rem; }
/* ---- table ---- */
.table-wrap { border: 1px solid var(--border); border-radius: var(--r-md); overflow-x: auto; }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.table-wrap th { height: 3rem; padding: 0 1rem; text-align: left; vertical-align: middle; font-weight: 500; color: var(--muted-foreground); border-bottom: 1px solid var(--border); }
.table-wrap td { padding: 1rem; vertical-align: middle; border-bottom: 1px solid var(--border); }
.table-wrap tbody tr { transition: background-color 0.15s; }
.table-wrap tbody tr:hover { background: color-mix(in oklch, var(--muted) 50%, transparent); }
.table-wrap tbody tr:last-child td { border-bottom: 0; }
tr.rlink { cursor: pointer; }
/* ---- badge ---- */
.badge { display: inline-flex; align-items: center; gap: 0.25rem; border-radius: 9999px; border: 1px solid var(--border); padding: 0.125rem 0.625rem; font-size: 0.75rem; font-weight: 600; color: var(--foreground); white-space: nowrap; }
.badge svg { width: 0.75rem; height: 0.75rem; }
.badge-secondary { border-color: transparent; background: var(--secondary); color: var(--muted-foreground); }
.badge-new { border-color: transparent; background: oklch(0.685 0.169 237 / 0.1); color: oklch(0.5 0.134 242); }
.badge-progress { border-color: transparent; background: oklch(0.769 0.188 70 / 0.12); color: oklch(0.555 0.163 58); }
.badge-done { border-color: transparent; background: oklch(0.696 0.17 162 / 0.1); color: oklch(0.508 0.118 165); }
.dark .badge-new { color: oklch(0.746 0.16 232); }
.dark .badge-progress { color: oklch(0.828 0.189 84); }
.dark .badge-done { color: oklch(0.765 0.177 163); }
.dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--primary); display: inline-block; }
/* ---- forms ---- */
.label { font-size: 0.875rem; font-weight: 500; line-height: 1; }
.fgroup { display: flex; flex-direction: column; gap: 0.5rem; }
.input, .select, .textarea { display: flex; height: 2.5rem; width: 100%; border-radius: var(--r-md); border: 1px solid var(--input); background: var(--background); padding: 0.5rem 0.75rem; font-size: 0.875rem; font-family: inherit; color: var(--foreground); transition: box-shadow 0.15s; }
.textarea { height: auto; min-height: 5rem; resize: vertical; line-height: 1.5; }
.input::placeholder, .textarea::placeholder { color: var(--muted-foreground); }
.input:focus, .select:focus, .textarea:focus { outline: none; box-shadow: 0 0 0 2px var(--background), 0 0 0 4px var(--ring); }
.input[readonly] { background: var(--muted); color: var(--muted-foreground); cursor: not-allowed; }
.select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; padding-right: 2.25rem; }
.form-hint { font-size: 0.75rem; color: var(--muted-foreground); }
/* ---- tabs ---- */
.tabs-list { display: inline-flex; height: 2.5rem; align-items: center; justify-content: center; border-radius: var(--r-md); background: var(--muted); padding: 0.25rem; color: var(--muted-foreground); }
.tabs-trigger { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; height: 2rem; border-radius: var(--r-sm); padding: 0.25rem 0.75rem; font-family: inherit; font-size: 0.875rem; font-weight: 500; border: 0; background: transparent; color: inherit; cursor: pointer; transition: all 0.15s; }
.tabs-trigger[aria-selected="true"] { background: var(--background); color: var(--foreground); box-shadow: 0 1px 2px 0 oklch(0 0 0 / 0.05); }
[data-tab-panel][hidden] { display: none; }
/* ---- skeleton ---- */
.skeleton { background: var(--muted); border-radius: var(--r-md); animation: sk-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes sk-pulse { 50% { opacity: 0.5; } }
/* ---- tooltip ---- */
.tt { position: relative; }
.tt:hover::after { content: attr(data-tt); position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--primary); color: var(--primary-foreground); font-size: 0.75rem; font-weight: 500; padding: 0.25rem 0.625rem; border-radius: var(--r-sm); white-space: nowrap; z-index: 60; pointer-events: none; }
/* ---- detail: dl / files / thread ---- */
.detail-dl { display: grid; grid-template-columns: 10rem 1fr; gap: 0.75rem 1.25rem; font-size: 0.875rem; }
.detail-dl dt { font-weight: 500; color: var(--muted-foreground); padding-top: 1px; }
.detail-dl dd { line-height: 1.55; }
@media (max-width: 560px) { .detail-dl { grid-template-columns: 1fr; gap: 0.125rem; } .detail-dl dd { margin-bottom: 0.625rem; } }
.file-chip { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.75rem; border: 1px solid var(--border); border-radius: var(--r-md); background: var(--muted); font-size: 0.75rem; font-weight: 500; color: var(--foreground); transition: border-color 0.15s, color 0.15s; }
.file-chip svg { width: 0.875rem; height: 0.875rem; color: var(--muted-foreground); }
.file-chip:hover { border-color: var(--primary); color: var(--primary); }
.thread { display: flex; flex-direction: column; gap: 1rem; }
.msg { max-width: 80%; display: flex; gap: 0.625rem; }
.msg--me { align-self: flex-end; flex-direction: row-reverse; }
.msg .org-av { width: 2rem; height: 2rem; border-radius: calc(var(--radius) * 0.7); background: var(--foreground); color: var(--background); display: grid; place-items: center; font-weight: 600; font-size: 0.625rem; flex-shrink: 0; }
.msg-bubble { background: var(--muted); border-radius: var(--r-md); padding: 0.75rem 1rem; font-size: 0.875rem; line-height: 1.55; }
.msg--me .msg-bubble { background: color-mix(in oklch, var(--primary) 12%, var(--background)); }
.msg-meta { margin-top: 0.375rem; font-size: 0.75rem; color: var(--muted-foreground); }
.msg--me .msg-meta { text-align: right; }
.composer { display: flex; gap: 0.625rem; align-items: flex-end; margin-top: 1rem; }
/* ---- saved rows ---- */
.saved-list { border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; }
.saved-row { display: flex; align-items: center; gap: 1rem; padding: 0.875rem 1rem; border-bottom: 1px solid var(--border); transition: background-color 0.15s; }
.saved-row:last-child { border-bottom: 0; }
.saved-row:hover { background: color-mix(in oklch, var(--muted) 50%, transparent); }
.saved-row .sv-t { flex: 1; min-width: 0; }
.saved-row .sv-t a { font-size: 0.875rem; font-weight: 500; display: block; }
.saved-row .sv-t a:hover { text-decoration: underline; text-underline-offset: 3px; }
.saved-row .sv-d { font-size: 0.75rem; color: var(--muted-foreground); white-space: nowrap; }
/* ---- empty state ---- */
.empty { text-align: center; padding: 3.5rem 1.5rem; }
.empty .e-ic { width: 3rem; height: 3rem; border-radius: 50%; background: var(--muted); color: var(--muted-foreground); display: grid; place-items: center; margin: 0 auto 1rem; }
.empty .e-ic svg { width: 1.375rem; height: 1.375rem; }
.empty h3 { font-size: 1rem; font-weight: 600; }
.empty p { margin-top: 0.375rem; color: var(--muted-foreground); font-size: 0.875rem; max-width: 40ch; margin-inline: auto; }
.empty .btn { margin-top: 1.25rem; }
/* ---- misc ---- */
.row-between { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.stack-4 { display: flex; flex-direction: column; gap: 1rem; }
.stack-6 { display: flex; flex-direction: column; gap: 1.5rem; }
.text-muted { color: var(--muted-foreground); }
.text-sm { font-size: 0.875rem; }
.mode-seg { display: flex; gap: 0.5rem; }
.mode-seg .btn { flex: 1; gap: 0.375rem; }
.mode-seg .btn svg { width: 0.875rem; height: 0.875rem; }
/* demo state bar (prototype chrome) */
.demo-bar { position: fixed; bottom: 1.125rem; right: 1.125rem; z-index: 80; display: flex; align-items: center; gap: 3px; background: var(--foreground); border-radius: 9999px; padding: 5px 6px; box-shadow: 0 10px 15px -3px oklch(0 0 0 / 0.15); }
.demo-bar .db-k { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.08em; color: color-mix(in oklch, var(--background) 55%, transparent); padding: 0 0.5rem; font-weight: 600; }
.demo-bar button { border: 0; background: transparent; color: color-mix(in oklch, var(--background) 75%, transparent); font-family: inherit; font-size: 0.6875rem; font-weight: 500; padding: 0.4375rem 0.75rem; border-radius: 9999px; cursor: pointer; }
.demo-bar button:hover { color: var(--background); }
.demo-bar button[aria-pressed="true"] { background: oklch(1 0 0 / 0.18); color: var(--background); }
/* mobile: offcanvas sidebar */
@media (max-width: 767px) {
  .sidebar { position: fixed; z-index: 70; inset: 0 auto 0 0; width: 18rem; padding: 0.5rem 0; background: var(--sidebar); transform: translateX(-105%); transition: transform 0.2s ease; box-shadow: 0 10px 30px oklch(0 0 0 / 0.2); }
  .shell[data-mobile-open] .sidebar { transform: none; }
  .backdrop { display: none; position: fixed; inset: 0; background: oklch(0 0 0 / 0.4); z-index: 65; }
  .shell[data-mobile-open] .backdrop { display: block; }
  .inset { margin-left: 0.5rem; }
  .shell[data-collapsed] .sidebar { width: 18rem; }
  .shell[data-collapsed] .sb-brand .bt, .shell[data-collapsed] .sb-group-label, .shell[data-collapsed] .nu-text, .shell[data-collapsed] .avatar-btn .chev, .shell[data-collapsed] .sb-btn span { display: initial; }
  .shell[data-collapsed] .sb-btn { width: auto; height: 2rem; justify-content: flex-start; }
  .account-menu { left: 0.5rem; right: 0.5rem; bottom: calc(100% + 0.5rem); }
}

.theme-toggle .ic-moon { display: none; }
.dark .theme-toggle .ic-sun { display: none; }
.dark .theme-toggle .ic-moon { display: block; }
/* saved: card view */
.sv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (max-width: 700px) { .sv-grid { grid-template-columns: 1fr; } }
.sv-card { position: relative; border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; background: var(--card); display: flex; flex-direction: column; transition: box-shadow 0.15s, border-color 0.15s; }
.sv-card:hover { box-shadow: 0 4px 6px -1px oklch(0 0 0 / 0.08); }
.sv-cover { display: block; aspect-ratio: 16 / 8; background: var(--muted); border-bottom: 1px solid var(--border); }
.sv-cover image-slot { width: 100%; height: 100%; }
.sv-body { padding: 1rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.sv-top { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.sv-body h3 { font-size: 0.9375rem; font-weight: 600; line-height: 1.35; letter-spacing: -0.01em; }
.sv-body h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.sv-body p { font-size: 0.8125rem; color: var(--muted-foreground); line-height: 1.55; }
.sv-remove { position: absolute; top: 0.5rem; right: 0.5rem; background: var(--background); border: 1px solid var(--border); color: var(--muted-foreground); box-shadow: 0 1px 2px oklch(0 0 0 / 0.08); }
.sv-remove:hover { color: var(--destructive); border-color: var(--destructive); background: var(--background); }
.tabs-trigger.tt svg { pointer-events: none; }
