/* [project]/src/app/globals.css [app-client] (css) */
*, :before, :after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: JetBrains Mono, SF Mono, Fira Code, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

input:where([type="button"]) {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

input:where([type="reset"]) {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

.resize {
  resize: both;
}

.break-all {
  word-break: break-all;
}

.border {
  border-width: 1px;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.line-through {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

:root {
  --bg-primary: #fff;
  --bg-secondary: #f9fafb;
  --bg-tertiary: #f3f4f6;
  --text-primary: #111827;
  --text-secondary: #6b7280;
  --text-tertiary: #9ca3af;
  --border: #e5e7eb;
  --accent: #2563eb;
  --success: #059669;
  --danger: #dc2626;
  --warning: #d97706;
  --highlight: #fef3c7;
  --xs: 4px;
  --sm: 8px;
  --md: 12px;
  --lg: 16px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 48px;
}

button, [role="button"] {
  cursor: pointer;
}

button {
  transition: background-color .15s, color .15s, border-color .15s, opacity .15s;
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.touch-target {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
}

.interactive-card {
  cursor: pointer;
  transition: box-shadow .15s, border-color .15s;
}

.interactive-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.back-link {
  color: #6b7280;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 13px;
  text-decoration: none;
  transition: color .15s;
}

.back-link:hover {
  color: #111827;
}

.commit-btn {
  color: #fff;
  background: #059669;
  transition: background .15s, opacity .15s;
}

.commit-btn:hover {
  background: #047857;
}

.commit-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.session-card {
  transition: box-shadow .15s, border-color .15s;
}

.session-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.comment-card {
  transition: background .15s;
}

.comment-card:hover {
  background: #f9fafb;
}

.reply-btn, .resolve-btn, .reopen-btn {
  transition: background .15s, color .15s;
}

.reply-btn:hover, .resolve-btn:hover, .reopen-btn:hover {
  background: #f3f4f6;
}

[data-base-ui-toast-close]:hover, .toast-viewport button:hover {
  color: #6b7280;
}

.dialog-cancel {
  color: #374151;
  font-size: 14px;
  transition: background .15s, border-color .15s;
}

.dialog-cancel:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.dialog-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.file-rail-item {
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  margin-bottom: 2px;
  padding: 0 8px;
  font-size: 13px;
  transition: background .1s;
  display: flex;
}

.file-rail-item:hover {
  background: #f3f4f6;
}

.doc-content {
  max-width: 720px;
  color: var(--text-primary);
  font-size: 18px;
  line-height: 1.7;
}

.doc-content h1 {
  text-wrap: balance;
  margin: 1.5rem 0 1rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.doc-content h2 {
  text-wrap: balance;
  margin: 1.25rem 0 .75rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.doc-content h3 {
  margin: 1rem 0 .5rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.doc-content code {
  background: var(--bg-secondary);
  border-radius: 3px;
  padding: .1em .3em;
  font-family: JetBrains Mono, SF Mono, monospace;
  font-size: 14px;
}

.doc-content pre {
  background: var(--bg-secondary);
  border-radius: 6px;
  padding: 1rem;
  overflow-x: auto;
}

.doc-content pre code {
  background: none;
  padding: 0;
}

.doc-content p {
  margin: .75rem 0;
}

.doc-content ul, .doc-content ol {
  margin: .75rem 0;
  padding-left: 1.5rem;
}

.doc-content li {
  margin: .25rem 0;
}

.doc-content a {
  color: var(--accent);
  text-underline-offset: 2px;
  -webkit-text-decoration: underline rgba(37, 99, 235, .3);
  text-decoration: underline rgba(37, 99, 235, .3);
  transition: -webkit-text-decoration-color .15s, text-decoration-color .15s;
}

.doc-content a:hover {
  -webkit-text-decoration-color: var(--accent);
  text-decoration-color: var(--accent);
}

.doc-content blockquote {
  border-left: 3px solid var(--border);
  color: var(--text-secondary);
  margin: 1rem 0;
  padding-left: 1rem;
}

.doc-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
  font-size: 15px;
}

.doc-content th {
  background: var(--bg-secondary);
  text-align: left;
  border: 1px solid var(--border);
  color: var(--text-primary);
  padding: 8px 12px;
  font-weight: 600;
}

.doc-content td {
  border: 1px solid var(--border);
  color: var(--text-primary);
  padding: 8px 12px;
}

.doc-content tr:nth-child(2n) td {
  background: var(--bg-secondary);
}

.doc-content .image-container {
  margin: 1.5rem 0;
  position: relative;
}

.doc-content .image-container.image-wide {
  max-width: calc(100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
}

.doc-content .image-container img {
  border: 1px solid var(--border);
  cursor: zoom-in;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: box-shadow .15s;
  display: block;
}

.doc-content .image-container:hover img {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
}

.doc-content .image-container img[src*=".svg"], .doc-content svg {
  background: #fff;
  padding: 1rem;
}

.doc-content .image-caption {
  text-align: center;
  color: var(--text-secondary);
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
}

.doc-content .image-expand-btn {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .6);
  border: none;
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  font-size: 12px;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.doc-content .image-container:hover .image-expand-btn {
  opacity: 1;
}

.suggestion-inline {
  border-radius: 2px;
  padding: 0 1px;
}

.suggestion-deleted {
  color: var(--danger);
  opacity: .7;
  text-decoration: line-through;
}

.suggestion-added {
  color: var(--success);
  background: #dcfce7;
  border-radius: 2px;
  padding: 0 2px;
}

.suggestion-conflicted {
  border-left: 3px solid var(--warning);
  opacity: .6;
  padding-left: 8px;
}

.suggestion-actions {
  vertical-align: middle;
  gap: 2px;
  margin-left: 4px;
  display: inline-flex;
}

.suggestion-approve-btn, .suggestion-reject-btn {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  transition: background .15s;
  display: inline-flex;
}

.suggestion-approve-btn {
  color: #059669;
  background: #dcfce7;
}

.suggestion-approve-btn:hover {
  color: #fff;
  background: #059669;
}

.suggestion-reject-btn {
  color: #dc2626;
  background: #fee2e2;
}

.suggestion-reject-btn:hover {
  color: #fff;
  background: #dc2626;
}

.suggestion-conflicted-badge {
  color: #d97706;
  vertical-align: middle;
  background: #fef3c7;
  border-radius: 3px;
  margin-left: 4px;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: 600;
}

.comment-anchor {
  border-left: 2px solid var(--accent);
  cursor: pointer;
  padding-left: 8px;
  transition: background .15s, border-color .15s;
}

.comment-anchor:hover {
  background: #eff6ff;
  border-left-width: 3px;
}

.comment-anchor-highlight {
  background: #dbeafe;
  border-radius: 0;
  border-left-color: var(--accent) !important;
}

.discussion-quote {
  border-left: 2px solid var(--border);
  transition: border-color .15s;
}

.discussion-quote:hover {
  border-left-color: var(--accent);
}

mark.text-anchor-highlight {
  cursor: pointer;
  background: none;
  border-bottom: 1.5px solid #fbbf24;
  border-radius: 0;
  padding: 0;
  transition: background .15s, border-color .15s, box-shadow .15s;
}

mark.text-anchor-highlight:hover {
  background: #fef3c7;
  border-bottom-color: #f59e0b;
}

mark.text-anchor-highlight.active {
  background: #dbeafe;
  border-bottom-color: #3b82f6;
  border-radius: 0;
}

.highlights-hidden .comment-anchor {
  border-left-color: rgba(0, 0, 0, 0);
  background: none !important;
}

.highlights-hidden mark.text-anchor-highlight {
  cursor: text;
  box-shadow: none !important;
  background: none !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
}

.suggestion-highlight {
  outline-offset: 2px;
  border-radius: 3px;
  outline: 2px solid #2563eb;
}

.toast-viewport {
  z-index: 9999;
  pointer-events: none;
  flex-direction: column-reverse;
  width: 360px;
  max-width: calc(100vw - 32px);
  display: flex;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.toast-viewport > * {
  pointer-events: auto;
}

[data-starting-style] {
  opacity: 0;
  transition: opacity .2s ease-out, transform .2s ease-out;
  transform: translateY(8px);
}

[data-ending-style] {
  opacity: 0;
  transition: opacity .15s ease-in, transform .15s ease-in;
  transform: translateY(8px);
}

@media (max-width: 767px) {
  .toast-viewport {
    width: auto;
    left: 16px;
    right: 16px;
  }
}

.workspace-layout {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.workspace-nav {
  border-right: 1px solid var(--border);
  background: var(--bg-secondary);
  flex-direction: column;
  flex-shrink: 0;
  width: 220px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.workspace-nav--collapsed {
  display: none;
}

.workspace-main {
  flex: 1;
  justify-content: center;
  padding: 32px 24px;
  display: flex;
  overflow: auto;
}

.workspace-discussions {
  border-left: 1px solid var(--border);
  background: var(--bg-primary);
  flex-direction: column;
  flex-shrink: 0;
  width: 340px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .workspace-nav, .last-synced-label {
    display: none;
  }

  .workspace-nav--mobile-open {
    z-index: 40;
    width: 280px;
    display: block;
    position: fixed;
    top: 48px;
    bottom: 0;
    left: 0;
    box-shadow: 4px 0 12px rgba(0, 0, 0, .1);
  }

  .workspace-discussions {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .gutter-badges {
    display: none !important;
  }
}

.discussion-count-pill {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gutter-badges > [role="navigation"] {
    display: none;
  }

  .discussion-count-pill {
    background: var(--bg-secondary);
    border: 1px solid var(--border);
    color: var(--text-secondary);
    cursor: pointer;
    z-index: 10;
    border-radius: 12px;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    transition: background .15s;
    display: inline-flex;
    position: absolute;
    top: 8px;
    right: 8px;
  }

  .discussion-count-pill:hover {
    background: var(--bg-tertiary);
    color: var(--accent);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .margin-comment-icon, .selection-toolbar-wrapper {
    display: none !important;
  }

  .workspace-discussions {
    display: none;
  }

  .workspace-discussions--mobile-open {
    z-index: 40;
    border-top: 1px solid var(--border);
    border-left: none;
    border-radius: 12px 12px 0 0;
    width: 100%;
    display: block;
    position: fixed;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .1);
  }

  .workspace-main {
    padding: 16px 12px;
  }

  .workspace-nav--mobile-open {
    width: 85vw;
    max-width: 320px;
  }
}

.margin-comment-icon:hover {
  color: var(--accent) !important;
}

header button, header a {
  justify-content: center;
  align-items: center;
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
}

.nav-item {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  font-size: 14px;
  transition: background .15s;
  display: flex;
  overflow: hidden;
}

.nav-item:hover {
  background: var(--bg-tertiary);
}

.nav-item--active {
  background: var(--bg-tertiary);
  font-weight: 500;
}

.nav-item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.nav-dir-node {
  cursor: pointer;
  width: 100%;
  min-height: 44px;
  color: var(--text-secondary);
  text-align: left;
  background: none;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
  transition: background .15s;
  display: flex;
}

.nav-dir-node:hover {
  background: var(--bg-tertiary);
}

.nav-dir-node:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.nav-collapse-btn {
  cursor: pointer;
  color: var(--text-tertiary);
  background: none;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
  align-items: center;
  padding: 4px;
  display: flex;
}

.nav-collapse-btn:hover {
  color: var(--text-secondary);
}

.nav-collapse-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.nav-dir-badge {
  color: var(--accent);
  flex-shrink: 0;
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
}

.nav-tree-panel {
  height: var(--collapsible-panel-height);
  transition: height .2s ease-out;
  overflow: hidden;
}

.doc-breadcrumb {
  color: var(--text-secondary);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 24px 0;
  font-size: 12px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .doc-breadcrumb .doc-breadcrumb-segment:not(:last-child), .doc-breadcrumb .doc-breadcrumb-sep {
    display: none;
  }
}

.dialog-backdrop {
  z-index: 50;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dialog-backdrop[data-starting-style] {
  opacity: 0;
  transition: opacity .15s ease-out;
}

.dialog-backdrop[data-ending-style] {
  opacity: 0;
  transition: opacity .15s ease-in;
}

.dialog-viewport {
  z-index: 51;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dialog-popup {
  pointer-events: auto;
}

.dialog-popup[data-starting-style] {
  opacity: 0;
  transition: opacity .2s ease-out, transform .2s ease-out;
  transform: scale(.95);
}

.dialog-popup[data-ending-style] {
  opacity: 0;
  transition: opacity .15s ease-in, transform .15s ease-in;
  transform: scale(.95);
}

.file-rail-toggle {
  color: #9ca3af;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 12px auto 0;
  transition: background .15s, color .15s;
  display: flex;
}

.file-rail-toggle:hover {
  color: #6b7280;
  background: #f3f4f6;
}

.file-rail-chevron {
  transition: transform .15s;
  transform: rotate(90deg);
}

.file-rail-toggle[aria-expanded="true"] .file-rail-chevron {
  transform: rotate(270deg);
}

.doc-select-trigger {
  color: #374151;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 4px 8px;
  font-size: 13px;
  display: flex;
}

.doc-select-trigger:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.doc-select-popup {
  z-index: 60;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  min-width: 200px;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.doc-select-item {
  color: #374151;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 8px 12px;
  font-size: 13px;
  transition: background .1s;
  display: flex;
}

.doc-select-item:hover {
  background: #f3f4f6;
}

.doc-select-item[data-selected] {
  color: #2563eb;
  background: #eff6ff;
  font-weight: 500;
}

.sidebar-tab-list {
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  gap: 2px;
  height: 44px;
  padding: 0 4px;
  display: flex;
}

.sidebar-tab {
  color: #6b7280;
  background: none;
  border: none;
  border-radius: 4px;
  flex: 1;
  height: 36px;
  font-size: 13px;
  font-weight: 400;
  transition: background .15s, color .15s;
}

.sidebar-tab[data-active] {
  color: #2563eb;
  background: #eff6ff;
  font-weight: 600;
}

.focus\:not-sr-only:focus {
  clip: auto;
  white-space: normal;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: static;
  overflow: visible;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:rounded:focus {
  border-radius: .25rem;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:py-2:focus {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.focus\:text-sm:focus {
  font-size: .875rem;
  line-height: 1.25rem;
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

/*# sourceMappingURL=src_app_globals_91e4631d.css.map*/