:root { font-family: "Inter", Arial, sans-serif; color: #000; background: #fff; font-synthesis: none; --header-height: 48px; --column-gap: 52px; --page-column-default-width: min(1400px, max(650px, calc(100vw - 172px))); --page-block-gap: 22px; --blue: #588bff; --line: #dadada; }
* { box-sizing: border-box; }
html, body { width: 100%; min-width: 320px; height: 100%; margin: 0; overflow: hidden; }
button, input, a { color: inherit; font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

#global-header { position: relative; z-index: 30; width: 100%; height: var(--header-height); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 18px; padding: 0 24px; border-bottom: 1px solid #e3e3e3; background: rgb(255 255 255 / 96%); backdrop-filter: blur(16px); }
.header-location, .header-left, .header-right, .global-breadcrumb { display: flex; align-items: center; }
.header-location { min-width: 0; }
#global-header-logo { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; text-decoration: none; }
#global-header-logo img { width: 26px; height: 26px; object-fit: contain; }
.header-left { gap: 22px; margin-left: 24px; }
.nav-trigger { padding: 2px 0; border: 0; background: transparent; color: #333; font-size: 12px; font-weight: 500; }
.header-left .nav-trigger:hover, .header-left .nav-trigger:focus-visible { color: #000; text-decoration: underline; text-underline-offset: 4px; outline: 0; }
.global-breadcrumb { min-width: 0; gap: 6px; justify-self: center; font-size: 11px; line-height: 15px; white-space: nowrap; }
.global-breadcrumb a { padding: 2px 3px; border-radius: 4px; color: #969696; text-decoration: none; }
.global-breadcrumb a:hover, .global-breadcrumb a:focus-visible { background: #f3f3f3; color: #111; outline: 0; }
.global-breadcrumb > span { color: #c2c2c2; }
.global-breadcrumb strong { min-width: 0; overflow: hidden; font-weight: 500; text-overflow: ellipsis; }
.header-right { justify-self: end; gap: 2px; }
.header-icon-button { position: relative; width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #676767; }
.header-icon-button:hover, .header-icon-button:focus-visible { color: #111; background: #f3f3f3; outline: 0; }
.header-icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.header-action-separator { width: 1px; height: 16px; margin: 0 5px; background: #d8d8d8; }
.header-unread-dot { position: absolute; top: 4px; right: 4px; width: 6px; height: 6px; border: 1px solid #fff; border-radius: 50%; background: #ff6161; }
#global-account-button { width: 27px; height: 27px; display: grid; place-items: center; margin-left: 4px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: #111; color: #fff; font-size: 9px; font-weight: 600; }
#nav-placeholder { position: absolute; z-index: 20; top: 42px; left: 86px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 6px; background: #fff; font-size: 13px; }
body#workspace-page #global-search { top: 53px; }

.page-heading { position: relative; height: 80px; display: flex; align-items: flex-start; padding-top: 21px; }
#workspace-page-back { width: 27px; height: 29px; display: grid; place-items: center; margin-left: 34px; padding: 0; border: 0; background: transparent; }
#workspace-page-back img { display: block; width: 27px; height: 15px; }
#workspace-page-title { width: min(650px, calc(100vw - 330px)); height: 29px; margin: 3px 0 0 10px; overflow: hidden; outline: 0; font-size: 24px; font-weight: 600; line-height: 29px; text-overflow: ellipsis; white-space: nowrap; }
.page-heading-actions { display: flex; align-items: center; gap: 5px; margin: -3px 68px 0 auto; }
#workspace-page-structure-controls { position: absolute; top: 26px; right: 68px; display: flex; align-items: center; gap: 9px; }
#workspace-page-structure-mode, #workspace-page-structure-save { height: 22px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 6px; color: #fff; font-size: 12px; font-weight: 500; }
#workspace-page-structure-mode { width: 116px; background: transparent; color: #6f6f6f; cursor: default; opacity: 1; }
#workspace-page-structure-save { width: 77px; background: #588bff; }
body.is-structure-mode .page-heading-actions { visibility: hidden; }
.page-action-icon { position: relative; width: 32px; height: 32px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #676767; transition: background-color 140ms ease, color 140ms ease; }
.page-action-icon:hover, .page-action-icon:focus-visible { background: #f3f3f3; color: #111; }
.page-heading-actions [data-tooltip]::after { content: attr(data-tooltip); position: absolute; z-index: 70; top: calc(100% + 8px); left: 50%; padding: 6px 9px; border-radius: 6px; background: #1e1e1e; box-shadow: 0 4px 12px rgb(0 0 0 / 14%); color: #fff; font-size: 11px; font-weight: 500; line-height: 14px; opacity: 0; pointer-events: none; transform: translate(-50%, -3px); transition: opacity 120ms ease 120ms, transform 120ms ease 120ms; white-space: nowrap; }
.page-heading-actions [data-tooltip]:hover::after, .page-heading-actions [data-tooltip]:focus-visible::after { opacity: 1; transform: translate(-50%, 0); }
.page-action-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
#workspace-page-active-users svg { width: 21px; height: 21px; }
#workspace-page-active-users .active-status-dot { fill: #50b86b; stroke: #fff; stroke-width: 1.2; }
.active-users-count { position: absolute; right: -1px; bottom: -1px; min-width: 15px; height: 15px; display: none; place-items: center; padding: 0 3px; border: 1px solid #fff; border-radius: 10px; background: #50b86b; color: #fff; font-size: 9px; font-weight: 600; line-height: 1; }
#workspace-page-active-users[data-count]:not([data-count="1"]) .active-users-count { display: grid; }
#workspace-page-members svg { width: 22px; height: 22px; stroke: #777; }
#workspace-page-collaboration-lock[data-locked="false"] .lock-closed-icon, #workspace-page-collaboration-lock[data-locked="true"] .lock-open-icon { display: none; }
#workspace-page-collaboration-lock[data-locked="true"] { color: #b316ab; background: #f8ecf7; }
#workspace-page-share svg { width: 19px; height: 19px; }
#workspace-page-favorite[aria-pressed="true"] { color: #b58a00; background: #fff8db; }
#workspace-page-favorite[aria-pressed="true"] svg { fill: #f2c94c; stroke: #b58a00; }
.is-page-collaboration-locked #workspace-page-columns { cursor: default; }
.is-page-collaboration-locked .add-block, .is-page-collaboration-locked .slide-add-column, .is-page-collaboration-locked .column-add-slide { opacity: .32; pointer-events: none; }

#workspace-page-column-navigation { position: fixed; z-index: 18; top: 111px; right: 22px; left: 22px; height: 24px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
#workspace-page-column-navigation button { width: 24px; height: 24px; display: grid; place-items: center; padding: 0 0 1px; border: 1px solid #e1e1e1; border-radius: 50%; background: rgb(255 255 255 / 92%); color: #8b8b8b; font-size: 17px; font-weight: 400; line-height: 1; opacity: .78; pointer-events: auto; transition: color 120ms ease, border-color 120ms ease, background-color 120ms ease, opacity 120ms ease; }
#workspace-page-column-navigation button:hover, #workspace-page-column-navigation button:focus-visible { border-color: #c4c4c4; background: #f5f5f5; color: #4f4f4f; opacity: 1; outline: 0; }
#workspace-page-column-navigation button:disabled { border-color: #ededed; background: rgb(255 255 255 / 78%); color: #c9c9c9; opacity: .58; cursor: default; }

#workspace-page-columns { position: fixed; inset: 140px 0 0; display: block; overflow: auto; padding: 0 0 48px 60px; scrollbar-color: #9d9d9d #efefef; scrollbar-width: thin; scroll-behavior: smooth; scroll-padding-inline: 60px; scroll-snap-type: x mandatory; }
body.is-structure-mode #workspace-page-columns { scroll-snap-type: none; }
#workspace-page-columns::-webkit-scrollbar { height: 10px; }
#workspace-page-columns::-webkit-scrollbar-track { background: #efefef; }
#workspace-page-columns::-webkit-scrollbar-thumb { border-radius: 10px; background: #9d9d9d; }
.page-slide { width: 100%; min-width: 0; }
.page-slide.is-primary-slide { width: max-content; min-width: 100%; }
.page-slide.is-primary-slide > .page-slide-columns { width: max-content; min-width: 100%; display: flex; align-items: flex-start; gap: var(--column-gap); }
.workspace-column-lane { width: var(--lane-width, var(--page-column-default-width)); min-width: var(--lane-width, var(--page-column-default-width)); max-width: 1400px; display: flex; flex: 0 0 auto; flex-direction: column; gap: 16px; scroll-snap-align: center; scroll-snap-stop: always; }
.workspace-column-lane > .workspace-column { width: 100%; min-width: 100%; max-width: 100%; margin-bottom: 38px; }
.page-slide.is-secondary-slide { width: 100%; flex: 0 0 auto; border-top: 1px solid #d7d7d7; }
.page-slide.is-secondary-slide:not(.is-slide-collapsed) { padding-bottom: 38px; }
.page-slide.is-secondary-slide .page-slide-columns { width: 100%; min-width: 0; min-height: 160px; display: block; }
.page-slide.is-secondary-slide .workspace-column { width: 100%; min-width: 100%; max-width: 100%; margin-bottom: 0; }
.page-slide.is-secondary-slide .slide-add-column-rail { display: none; }
.page-slide-columns { position: relative; width: max-content; min-width: 100%; min-height: 160px; display: flex; align-items: stretch; gap: var(--column-gap); overflow: visible; padding-right: 0; }
.page-slide-columns::-webkit-scrollbar { height: 8px; }
.page-slide-columns::-webkit-scrollbar-track { background: #efefef; }
.page-slide-columns::-webkit-scrollbar-thumb { border-radius: 10px; background: #9d9d9d; }
.page-slide.is-primary-slide > .page-slide-columns { min-height: min(660px, calc(100vh - 196px)); }
.workspace-column { position: relative; width: min(var(--column-width, var(--page-column-default-width)), 1400px); min-width: min(var(--column-width, var(--page-column-default-width)), 1400px); max-width: 1400px; min-height: 160px; height: auto; flex: 0 0 auto; overflow: visible; padding: 9px 0 28px 11px; border-top: 1px solid #cdcdcdcd; background: #fff; outline: 0; transition: background-color 240ms ease; scrollbar-width: none; }
.workspace-column.has-wide-table { width: min(var(--column-width, var(--page-column-default-width)), 1840px); min-width: min(var(--column-width, var(--page-column-default-width)), 1840px); max-width: 1840px; }
.workspace-column-lane:has(> .workspace-column.has-wide-table) { max-width: 1840px; }
.page-slide.is-primary-slide > .page-slide-columns > .workspace-column-lane > .workspace-column { min-height: min(660px, calc(100vh - 196px)); }
.page-slide-header { position: relative; z-index: 6; width: 100%; min-height: 42px; display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 5px; padding: 0; background: #fff; }
body.is-structure-mode .page-slide-header { grid-template-columns: 24px minmax(0, 1fr) 28px; }
.page-slide-toggle { width: 24px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.page-slide-toggle::before { content: ""; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid #545454; transform: rotate(90deg); transition: transform 150ms ease; }
.page-slide-title { min-width: 0; padding: 3px 4px; border-radius: 4px; font-size: 16px; font-weight: 500; line-height: 21px; overflow-wrap: anywhere; }
.page-slide-title:focus { background: #f5f5f5; outline: 0; }
.page-slide-structure-handle { width: 28px; height: 28px; display: none; place-items: center; padding: 0; border: 0; background: transparent; color: #747474; font-size: 15px; letter-spacing: 1px; cursor: grab; }
body.is-structure-mode .page-slide-structure-handle { display: grid; }
.page-slide.is-secondary-slide .is-slide-title-source { display: none; }
.page-slide.is-slide-collapsed .page-slide-columns { display: none; }
.page-slide.is-slide-collapsed .page-slide-toggle::before { transform: rotate(0); }
.workspace-column::-webkit-scrollbar { display: none; }
.workspace-column.is-new { background: #c0ffbf; }
body.is-structure-mode .workspace-column { overflow-x: hidden; }
.workspace-column.is-structure-dragging, .page-slide.is-structure-dragging, .structure-block-shell.is-structure-dragging, .structure-block-shell.is-move-selected { border-radius: 10px; background: #faf6b1; }
.page-slide.is-slide-drop, .structure-block-shell.is-block-drop { background: #c0ffbf; }
.workspace-column.is-column-drop-before::after, .workspace-column.is-column-drop-after::after { content: ""; position: absolute; z-index: 20; top: 0; bottom: 0; width: 10px; border-radius: 6px; background: rgb(192 255 191 / 62%); pointer-events: none; }
.workspace-column.is-column-drop-before::after { left: -6px; border-left: 3px solid #56b96a; }
.workspace-column.is-column-drop-after::after { right: -6px; border-right: 3px solid #56b96a; }
.column-structure-handle { position: sticky; z-index: 5; top: 0; left: calc(100% - 34px); width: 28px; height: 15px; display: grid; place-items: center; margin: -6px 6px 3px auto; padding: 0; border: 0; background: transparent; color: #747474; font-size: 17px; line-height: 10px; letter-spacing: 2px; cursor: grab; }
.column-resize-handle { position: absolute; z-index: 7; top: 0; right: 0; bottom: 0; width: 12px; padding: 0; border: 0; background: transparent; cursor: ew-resize; touch-action: none; }
.column-resize-handle::before { content: ""; position: absolute; top: 22px; right: 5px; bottom: 22px; width: 1px; border-radius: 1px; background: #989898; opacity: .55; transition: opacity 140ms ease, width 140ms ease; }
.column-resize-handle:hover::before, .workspace-column.is-resizing .column-resize-handle::before { width: 2px; opacity: 1; }
.column-resize-handle::after { content: attr(data-size); position: absolute; top: 10px; right: 14px; display: none; padding: 3px 7px; border: 1px solid #cdcdcd; border-radius: 7px; background: #fff; box-shadow: 0 4px 14px rgb(0 0 0 / 8%); color: #686868; font-size: 10px; font-weight: 500; line-height: 14px; white-space: nowrap; }
.workspace-column.is-resizing .column-resize-handle::after { display: block; }
.structure-block-shell { position: relative; width: 100%; min-height: 1px; padding-left: 12px; cursor: grab; transition: background-color 140ms ease; }
.structure-block-shell::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: #b0b0b0; }
.structure-block-drop-marker { width: 100%; min-height: 30px; border-radius: 6px; background: #c0ffbf; }
body.is-structure-mode .structure-block-shell > .page-block { pointer-events: none; }
.initial-prompt { width: min(597px, calc(100% - 22px)); min-height: 19px; outline: 0; font-size: 16px; font-weight: 400; line-height: 19px; }
.initial-prompt:empty::before { content: attr(data-placeholder); color: #c7c7c7; pointer-events: none; }
.empty-created-line:empty::before { content: attr(data-placeholder); color: #c7c7c7; opacity: 0; pointer-events: none; transition: opacity 160ms ease; }
.empty-created-line:hover::before, .empty-created-line:focus::before { opacity: 1; }
.column-content { width: calc(100% - 11px); min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: var(--page-block-gap); }
.initial-prompt:not(:empty) + .column-content, .initial-prompt:focus + .column-content { display: none; }
.page-block { max-width: 100%; margin: 0; }
.page-block:is(.block-checklist, .block-table, .block-flow, .block-calendar, .block-chart) { margin-block: 10px; border-radius: 0; background: transparent; box-shadow: none; }
.page-block:is(.block-checklist, .block-table, .block-flow, .block-calendar, .block-chart) + .page-block:is(.block-checklist, .block-table, .block-flow, .block-calendar, .block-chart) { margin-top: 0; }
.page-block:focus { background: #f5f5f5f5; outline: 0; }
.block-heading { font-size: 24px; font-weight: 600; line-height: 29px; letter-spacing: -.015em; }
.block-subheading { font-size: 19px; font-weight: 600; line-height: 24px; }
.block-paragraph, .block-bullet { font-size: 16px; font-weight: 400; line-height: 1.45; }
.block-paragraph + .block-paragraph { margin-top: 4px; }
.block-bullet { width: 100%; padding-left: 24px; }
.block-bullet li + li { margin-top: 5px; }
.block-toggle { width: 100%; }
.toggle-heading { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 7px; }
.toggle-control { width: 20px; height: 23px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; }
.toggle-control::before { content: ""; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 7px solid #000; transform-origin: 3px 5px; transition: transform 150ms ease; }
.block-toggle.is-expanded .toggle-control::before { transform: rotate(90deg); }
.toggle-title { min-width: 0; border-radius: 3px; font-size: 16px; font-weight: 500; line-height: 23px; overflow-wrap: anywhere; }
.toggle-content { width: calc(100% - 27px); margin: 8px 0 0 27px; }
.toggle-content-text { min-height: 23px; margin: 0; border-radius: 3px; font-size: 16px; font-weight: 400; line-height: 23px; overflow-wrap: anywhere; }
.toggle-content-text:empty::before { content: attr(data-placeholder); color: #c7c7c7; pointer-events: none; }
.block-divider { width: 100%; height: 1px; flex: 0 0 1px; margin-block: 4px; border: 0; background: var(--line); }
.block-link { display: inline-flex; align-items: center; gap: 8px; color: #4067cb; font-size: 15px; font-weight: 500; line-height: 19px; text-decoration: underline; text-underline-offset: 2px; }
.block-link img { width: 15px; height: 26px; object-fit: contain; }
[contenteditable="true"] { border-radius: 3px; outline: none; }
[contenteditable="true"]:focus { background: #f5f5f5f5; }

.block-checklist { width: 100%; }
.checklist-top-line { display: none; }
.checklist-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 14px; margin-top: 0; }
.checklist-header h3 { min-width: 0; display: block; margin: 0; color: #707070; font-size: 20px; font-weight: 500; line-height: 24px; overflow-wrap: anywhere; white-space: normal; }
.checklist-header h3::before { content: none; }
.checklist-meta { display: flex; align-items: center; gap: 8px; padding: 3px 6px 3px 8px; border-radius: 999px; background: #f5f5f5; }
.checklist-progress { min-width: 42px; font-size: 20px; font-weight: 500; line-height: 24px; text-align: right; white-space: nowrap; }
.checklist-filter { width: 20px; height: 20px; display: grid; align-content: center; justify-content: end; gap: 3px; padding: 0; border: 0; background: transparent; }
.checklist-filter span { width: 18px; height: 1px; display: block; background: #000; }
.checklist-filter span:nth-child(2) { width: 12px; }
.checklist-filter span:nth-child(3) { width: 7px; }
.checklist-items { display: grid; gap: 6px; margin-top: 8px; }
.checklist-item, .checklist-add-item { min-height: 23px; display: grid; grid-template-columns: 26px minmax(0, 1fr); align-items: start; gap: 7px; font-size: 18px; font-weight: 500; line-height: 23px; }
.checklist-item input { position: absolute; opacity: 0; pointer-events: none; }
.checklist-toggle { width: 26px; min-width: 26px; height: 26px; display: grid; place-items: center; margin: 0; padding: 0; border: 0; background: transparent; cursor: pointer; }
.checklist-toggle img, .checklist-add-item img { width: 26px; height: auto; margin-top: 2px; }
.checklist-toggle:focus-visible { outline: 1px solid #989898; outline-offset: 2px; border-radius: 5px; }
.checklist-item span { min-width: 0; overflow-wrap: anywhere; }
.checklist-item.is-complete span { color: #7d7d7d; text-decoration: line-through; }
.checklist-add-item input { width: 100%; height: 23px; padding: 0; border: 0; outline: 0; background: transparent; color: #000; font-size: 18px; font-weight: 500; line-height: 23px; }
.checklist-add-item input::placeholder { color: #b1b1b1; opacity: 1; }
.checklist-add-item input:focus { background: #f5f5f5f5; outline: 0; }
.block-table { width: 100%; min-width: 0; max-width: 100%; padding-right: 34px; padding-left: 34px; color: #000; }
.table-block-title { min-width: 180px; display: block; margin: 0 0 8px; color: #707070; font-size: 20px; font-weight: 600; line-height: 25px; }
.table-block-title::before { content: none; }
.table-shell { position: relative; width: min(100%, var(--table-frame-width, 552px)); min-width: 0; max-width: 100%; border: 1px solid #d8d8d8; border-radius: 4px; background: #fff; }
.table-scroll { width: 100%; min-width: 0; max-width: 100%; max-height: 374px; overflow-x: auto; overflow-y: hidden; border-radius: 4px; scrollbar-color: #a4a4a4 #f3f3f3; scrollbar-width: thin; }
.table-scroll::-webkit-scrollbar { width: 8px; height: 8px; }
.table-scroll::-webkit-scrollbar-track { background: #f3f3f3; }
.table-scroll::-webkit-scrollbar-thumb { border-radius: 10px; background: #a4a4a4; }
.block-table.has-horizontal-table-scroll .table-scroll { width: 100%; max-width: 100%; overflow-x: scroll; scrollbar-gutter: stable; }
.table-scroll.has-internal-scroll { overflow-y: scroll; scrollbar-gutter: stable; }
.livia-data-table { width: max-content; min-width: 552px; table-layout: fixed; border-collapse: separate; border-spacing: 0; font-size: 14px; line-height: 20px; }
.livia-data-table th, .livia-data-table td { position: relative; width: var(--cell-width, var(--table-cell-width, 184px)); min-width: var(--cell-width, var(--table-cell-width, 184px)); max-width: var(--cell-width, var(--table-cell-width, 184px)); border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; background: var(--table-row-color, var(--table-column-color, #fff)); vertical-align: top; }
.livia-data-table th:last-child, .livia-data-table td:last-child { border-right: 0; }
.livia-data-table tbody tr:last-child td { border-bottom: 0; }
.livia-data-table th { position: sticky; z-index: 3; top: 0; height: 34px; padding: 0; background: var(--table-header-color, var(--table-all-header-color, #f7f7f7)); font-weight: 500; text-align: left; }
.table-header-inner { position: relative; min-height: 34px; display: grid; grid-template-columns: minmax(0, 1fr) 28px; align-items: center; gap: 3px; padding: 0 5px; }
.table-header-label { min-width: 0; padding: 2px 0; overflow-wrap: anywhere; }
.table-header-label[contenteditable="true"]:focus { background: transparent; }
.table-column-drag, .table-row-drag { display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: #8b8b8b; cursor: grab; opacity: 0; }
.table-column-drag { position: absolute; top: 5px; left: -20px; width: 16px; height: 28px; font-size: 13px; letter-spacing: -1px; }
.table-type-trigger, .table-color-trigger { display: grid; place-items: center; padding: 0; border: 0; border-radius: 5px; background: transparent; color: #686868; }
.table-type-trigger { position: relative; z-index: 4; width: 28px; height: 28px; font-size: 11px; font-weight: 600; }
.table-type-trigger:hover, .table-type-trigger:focus-visible { background: rgb(0 0 0 / 6%); color: #222; outline: 0; }
.livia-data-table th.has-table-filter .table-type-trigger::after { content: ""; position: absolute; top: 4px; right: 3px; width: 5px; height: 5px; border-radius: 50%; background: #9c17be; box-shadow: 0 0 0 2px var(--table-header-color, var(--table-all-header-color, #f7f7f7)); }
.table-type-icon-image { width: auto; height: auto; max-width: 20px; max-height: 18px; display: block; object-fit: contain; }
.table-menu-type-icon .table-type-icon-image { margin: 0 auto; max-width: 18px; max-height: 17px; }
.table-cell { position: relative; min-height: var(--row-height, 34px); display: block; padding: 6px 5px 5px; }
.table-row-drag { position: absolute; z-index: 9; top: 8px; left: -25px; width: 18px; height: 22px; font-size: 13px; }
.table-cell-value { min-width: 0; max-width: calc(var(--cell-width, var(--table-cell-width, 220px)) - 10px); white-space: normal; overflow-wrap: anywhere; word-break: normal; }
.table-cell-value:empty::before { content: attr(data-placeholder); color: #c1c1c1; }
.table-cell-value:focus { background: transparent; outline: 0; }
.livia-data-table td:has(.table-cell-value.is-selected) { z-index: 1; box-shadow: inset 0 0 0 1px #989898; }
.livia-data-table td:has(.table-cell-value.is-keyboard-selected) .table-cell { background: var(--table-all-header-color, #f7f7f7); }
.livia-data-table td:has(.table-cell-value.is-editing) .table-cell { background: #fff; }
.table-cell-value.is-selected:not(.is-editing) { background: transparent; }
.livia-data-table td:has(.table-cell-value.is-range-selected) .table-cell { background: #eef4ff; }
.livia-data-table td:has(.table-cell-value.is-range-selected.is-keyboard-selected) .table-cell { background: #e4edff; box-shadow: inset 0 0 0 1px #588bff; }
.table-cell-value.is-invalid { color: #b42318; text-decoration: underline wavy #e66b62 1px; text-underline-offset: 3px; }
.table-add-row-viewport { width: 100%; height: 29px; overflow: hidden; background: #fff; }
.table-add-row { width: var(--table-content-width, 100%); min-width: 100%; height: 29px; display: flex; align-items: center; gap: 5px; padding: 0 7px; border: 0; background: transparent; color: #8a8a8a; font-size: 13px; line-height: 1; text-align: left; }
.table-add-row > span { width: 12px; height: 16px; display: inline-flex; align-items: center; justify-content: center; padding-bottom: 1px; color: #777; font-size: 14px; line-height: 1; }
.table-add-row:hover, .table-add-row:focus-visible { background: transparent; color: #111; outline: 0; text-decoration: underline; text-decoration-color: #cfcfcf; text-underline-offset: 3px; }
.table-add-column { position: absolute; top: 5px; right: -33px; width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; padding: 0 0 2px; border: 1px solid #dedede; border-radius: 50%; background: #fff; color: #666; font-size: 15px; line-height: 1; }
.table-add-column:hover, .table-add-column:focus-visible { border-color: #aaa; color: #111; outline: 0; }
.table-header-color-all { position: absolute; z-index: 6; top: 6px; left: -32px; width: 25px; height: 25px; display: grid; place-items: center; padding: 0; border: 1px solid #dedede; border-radius: 50%; background: #fff; color: #666; font-size: 15px; }
.table-header-color-all:hover, .table-header-color-all:focus-visible { border-color: #aaa; background: #f7f7f7; color: #111; outline: 0; }
.table-autofit { position: absolute; z-index: 6; top: 35px; left: -32px; width: 25px; height: 25px; display: grid; place-items: center; padding: 0; border: 1px solid #dedede; border-radius: 50%; background: #fff; color: #666; font-size: 14px; }
.table-autofit:hover, .table-autofit:focus-visible { border-color: #aaa; background: #f7f7f7; color: #111; outline: 0; }
.table-autofit[aria-pressed="true"] { border-color: #989898; background: #cdcdcd; color: #111; }
.table-column-resize { position: absolute; z-index: 8; top: 0; right: -3px; width: 7px; height: 100%; padding: 0; border: 0; background: transparent; cursor: ew-resize; }
.table-column-resize::before { content: ""; position: absolute; top: 5px; bottom: 5px; left: 3px; width: 1px; background: #989898; opacity: 0; }
.livia-data-table th:hover .table-column-resize::before, .table-column-resize:focus-visible::before, .table-column-resize.is-resizing::before { opacity: 1; }
.table-row-resize { position: absolute; z-index: 7; right: 0; bottom: -3px; left: 0; width: 100%; height: 7px; padding: 0; border: 0; background: transparent; cursor: ns-resize; }
.table-row-resize::before { content: ""; position: absolute; right: 5px; bottom: 3px; left: 5px; height: 1px; background: #989898; opacity: 0; }
.livia-data-table tr:hover .table-row-resize::before, .table-row-resize:focus-visible::before, .table-row-resize.is-resizing::before { opacity: 1; }
.livia-data-table td:first-child .table-cell { padding-right: 5px; padding-left: 5px; }
.table-row-actions { position: absolute; z-index: 9; inset: 0; overflow: visible; pointer-events: none; }
.table-row-delete { position: absolute; z-index: 9; left: -26px; width: 20px; height: 24px; display: none; place-items: center; padding: 0; border: 0; border-radius: 5px; background: transparent; color: #777; font-size: 16px; opacity: .48; pointer-events: auto; }
.table-row-delete:focus-visible, .table-row-delete:hover { opacity: 1; }
.table-row-delete:hover { background: #f1f1f1; color: #b42318; }
body.is-structure-mode .table-row-delete { display: grid; }
.table-config-menu { position: fixed; z-index: 150; width: 204px; max-height: min(420px, calc(100vh - 80px)); padding: 6px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid #dadada; border-radius: 9px; background: #fff; box-shadow: 0 10px 26px rgb(0 0 0 / 12%); scrollbar-color: #b8b8b8 transparent; scrollbar-width: thin; }
.table-config-menu.is-filter-editor { width: 264px; padding: 8px; overflow: visible; }
.table-config-section + .table-config-section { margin-top: 8px; padding-top: 8px; border-top: 1px solid #ececec; }
.table-config-label { display: block; padding: 2px 8px 6px; color: #858585; font-size: 12px; font-weight: 500; }
.table-config-menu button { width: 100%; min-height: 28px; display: flex; align-items: center; justify-content: space-between; padding: 0 7px; border: 0; border-radius: 6px; background: transparent; color: #222; font: 500 14px/18px Inter, Arial, sans-serif; text-align: left; }
.table-config-menu button:hover, .table-config-menu button:focus, .table-config-menu button[aria-checked="true"] { background: #f3f3f3; outline: 0; }
.table-config-menu .table-config-danger { color: #b42318; }
.table-config-menu .table-config-danger:hover, .table-config-menu .table-config-danger:focus-visible { background: #fff1f0; }
.table-color-options { display: grid; grid-template-columns: repeat(6, 24px); gap: 7px; padding: 2px 8px 5px; }
.table-color-options button { width: 24px; min-height: 24px; padding: 0; border: 1px solid #d9d9d9; border-radius: 50%; background: var(--swatch); }
.table-type-list { display: grid; gap: 3px; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #ececec; }
.table-type-group { display: grid; gap: 1px; padding: 4px 0 6px; }
.table-type-group-label { padding: 2px 8px 3px; color: #9a9a9a; font-size: 11px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.table-menu-type-icon { min-width: 26px; color: #666; font-size: 12px; text-align: center; }
.table-config-menu .table-show-more-types { margin-top: 2px; color: #5f5f5f; }
.table-filter-heading { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 1px 2px 10px; border-bottom: 1px solid #ececec; }
.table-config-menu .table-filter-back { width: 30px; min-height: 30px; justify-content: center; padding: 0; border: 1px solid #e5e5e5; border-radius: 50%; }
.table-filter-heading div { min-width: 0; display: grid; gap: 1px; }
.table-filter-heading strong { color: #222; font-size: 14px; line-height: 18px; }
.table-filter-heading div span { overflow: hidden; color: #777; font-size: 12px; line-height: 16px; text-overflow: ellipsis; white-space: nowrap; }
.table-filter-count { padding: 3px 7px; border-radius: 9px; background: #f5f5f5; color: #777; font-size: 11px; line-height: 15px; white-space: nowrap; }
.table-filter-fields { display: grid; gap: 10px; padding: 12px 2px; }
.table-filter-fields label { display: grid; gap: 5px; color: #777; font-size: 12px; font-weight: 500; }
.table-filter-fields select, .table-filter-fields input { width: 100%; height: 36px; padding: 0 10px; border: 1px solid #d9d9d9; border-radius: 8px; background: #fff; color: #222; font: 500 14px/18px Inter, Arial, sans-serif; }
.table-filter-fields select:focus, .table-filter-fields input:focus { border-color: #989898; outline: 0; box-shadow: 0 0 0 2px rgb(152 152 152 / 12%); }
.table-filter-between { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 7px; }
.table-filter-between > span { color: #777; font-size: 12px; }
.table-filter-hint { margin: 0; padding: 8px 9px; border-radius: 8px; background: #f7f7f7; color: #777; font-size: 12px; line-height: 17px; }
.table-filter-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 9px; border-top: 1px solid #ececec; }
.table-config-menu .table-filter-actions button { justify-content: center; min-height: 34px; border: 1px solid #dedede; }
.table-config-menu .table-filter-actions button:disabled { color: #aaa; opacity: .65; }
.table-config-menu .table-filter-actions .table-filter-apply { border-color: #b7f2fe; background: #b7f2fe; color: #164b57; }
.table-config-menu .table-filter-actions .table-filter-apply:hover, .table-config-menu .table-filter-actions .table-filter-apply:focus-visible { background: #a8ebf8; }
.table-menu-empty { display: block; padding: 8px; color: #888; font-size: 13px; }
.table-status-chip { min-height: 24px; display: inline-flex; align-items: center; padding: 2px 9px; border-radius: 7px; font-size: 13px; font-weight: 500; }
.status-not-started { background: #e27474; color: #fff; }
.status-in-progress { background: #ffe988; color: #000; }
.status-done { background: #8fffa1; color: #1f8438; }
.table-cell-createdBy, .table-cell-updatedBy { text-decoration: underline; text-underline-offset: 2px; }
.table-cell-username { display: inline-flex; align-items: center; max-width: calc(var(--cell-width, var(--table-cell-width, 220px)) - 10px); padding: 2px 8px; border-radius: 7px; background: #e8e6f9; color: #9c17be; font-weight: 500; }
.table-cell-email, .table-cell-phone { color: #19853b; font-weight: 500; }
.table-cell-email { text-decoration: underline; text-underline-offset: 2px; }
.table-cell-file { color: #c69400; font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.table-cell-file.is-empty { text-decoration: none; }
.table-cell-file.is-empty:empty::before { color: #7f7f7f; font-weight: 400; }
.table-cell-page { color: #b70cba; font-weight: 500; }
.table-cell-page:not(.is-empty) { text-decoration: underline; text-underline-offset: 2px; }
.table-cell-url { color: #4067cb; text-decoration: underline; text-underline-offset: 2px; }
.table-cell-formula { color: #000; font-weight: 500; }
.table-cell:has(.table-cell-checkbox) { display: grid; place-items: center; }
.table-cell-checkbox { width: 26px; min-width: 26px; height: 26px; display: block; background: url("page-assets/checklist-active.svg") center / 26px auto no-repeat; cursor: pointer; }
.table-cell-checkbox[aria-checked="true"] { background-image: url("page-assets/checklist-complete.svg"); }
.table-cell-status { min-height: 25px; display: inline-flex; align-items: center; padding: 2px 9px; border-radius: 7px; font-weight: 500; white-space: nowrap; cursor: pointer; }
.table-cell-createdAt, .table-cell-updatedAt, .table-cell-createdBy, .table-cell-updatedBy { color: #383838; cursor: default; }
.table-cell-file, .table-cell-page, .table-cell-formula { cursor: pointer; }
body.is-structure-mode .structure-block-shell > .block-table { pointer-events: auto; }
body.is-structure-mode .table-column-drag, body.is-structure-mode .table-row-drag { border-radius: 5px; background: #f1f1f1; opacity: 1; }
body.is-structure-mode .table-column-drag:hover, body.is-structure-mode .table-row-drag:hover { background: #e4e4e4; color: #333; }
.livia-data-table th.is-table-dragging, .livia-data-table tr.is-table-dragging td { border-radius: 6px; background: #faf6b1; opacity: .78; }
.livia-data-table th.is-table-drop-before { box-shadow: inset 3px 0 #56b96a; background-image: linear-gradient(90deg, rgb(192 255 191 / 55%) 0 10px, transparent 10px); }
.livia-data-table th.is-table-drop-after { box-shadow: inset -3px 0 #56b96a; background-image: linear-gradient(270deg, rgb(192 255 191 / 55%) 0 10px, transparent 10px); }
.livia-data-table tr.is-table-drop-before td { box-shadow: inset 0 3px #56b96a; background-image: linear-gradient(180deg, rgb(192 255 191 / 55%) 0 8px, transparent 8px); }
.livia-data-table tr.is-table-drop-after td { box-shadow: inset 0 -3px #56b96a; background-image: linear-gradient(0deg, rgb(192 255 191 / 55%) 0 8px, transparent 8px); }

.block-image { position: relative; width: min(var(--image-block-width, 640px), 100%); min-width: min(240px, 100%); max-width: 100%; }
.image-surface { position: relative; width: 100%; height: var(--image-block-height, 220px); min-height: 140px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: radial-gradient(circle at 78% 18%, rgb(255 255 255 / 72%), transparent 32%), linear-gradient(135deg, #dff5ff 0%, #bcecff 52%, #79d8ff 100%); box-shadow: 0 8px 22px rgb(44 163 211 / 12%); cursor: pointer; }
.image-surface.is-uploaded { background: #fff; }
.image-content { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 220ms ease; }
.image-surface.is-uploaded .image-content { opacity: 1; }
.image-upload-progress { position: absolute; inset: 0; display: grid; place-items: center; font-size: 14px; font-weight: 500; }
.image-expand { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; display: none; place-items: center; padding: 0; border: 0; border-radius: 6px; background: rgb(255 255 255 / 70%); }
.image-surface.is-uploaded .image-expand { display: grid; }
.image-expand img { width: 19px; height: 18px; }
.block-image figcaption { margin-top: 1px; color: #b1b1b1; font-size: 14px; line-height: 17px; }
.image-resize-handle { position: absolute; z-index: 8; right: -8px; top: calc(var(--image-block-height, 220px) - 9px); width: 18px; height: 18px; display: none; padding: 0; border: 1px solid #cfcfcf; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgb(0 0 0 / 9%); cursor: nwse-resize; touch-action: none; }
.image-resize-handle::before { content: ""; position: absolute; right: 4px; bottom: 4px; width: 6px; height: 6px; border-right: 1px solid #777; border-bottom: 1px solid #777; }
.image-resize-handle::after { content: attr(data-size); position: absolute; right: 23px; bottom: -1px; display: none; padding: 3px 7px; border: 1px solid #dedede; border-radius: 6px; background: #fff; box-shadow: 0 4px 12px rgb(0 0 0 / 8%); color: #686868; font-size: 10px; font-weight: 500; line-height: 14px; white-space: nowrap; }
body.is-structure-mode .image-resize-handle { display: block; pointer-events: auto; }
.block-image.is-image-resizing .image-resize-handle::after { display: block; }
.block-image.is-image-resizing .image-surface { outline: 1px solid #989898; outline-offset: 2px; }
.block-file { width: 100%; min-height: 22px; display: grid; grid-template-columns: 15px minmax(89px, auto) auto minmax(80px, 201px); align-items: center; gap: 12px; }
.file-upload-trigger { width: 15px; height: 22px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.file-icon { width: 15px; height: 22px; }
.file-name { min-width: 0; overflow: hidden; color: #c69400; font-size: 16px; font-weight: 500; line-height: 19px; text-overflow: ellipsis; text-decoration: underline; white-space: nowrap; }
.file-size { color: #a9a9a9; font-size: 14px; line-height: 17px; white-space: nowrap; }
.file-upload-progress { min-width: 0; font-size: 14px; font-weight: 500; line-height: 17px; text-align: right; white-space: nowrap; }
.add-block { width: 24px; height: 24px; margin-top: 2px; padding: 0; border: 0; background: transparent; font-size: 16px; font-weight: 700; }
#workspace-page-column-2 .add-block.is-demo-hidden { display: none; }

.slide-add-column-rail { position: fixed; z-index: 17; top: 140px; right: 0; bottom: 10px; width: 45px; min-width: 45px; min-height: 0; margin-left: 0; border-radius: 10px 0 0 10px; background: #efefef; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 120ms ease; }
.slide-add-column-rail.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.slide-add-column { width: 20px; height: 26px; display: grid; place-items: center; margin: 14px 9px 0 auto; padding: 0; border: 0; background: transparent; color: #555; font-size: 16px; font-weight: 700; cursor: pointer; }
.slide-add-column:hover, .slide-add-column:focus-visible { color: #000; outline: 0; }
#workspace-page-add-slide-rail { display: none !important; }
.column-add-slide { position: absolute; z-index: 6; bottom: -34px; left: 0; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0 0 2px; border: 1px solid #dedede; border-radius: 50%; background: #fff; color: #686868; font-size: 16px; font-weight: 600; line-height: 1; cursor: pointer; }
.column-add-slide:hover, .column-add-slide:focus-visible { border-color: #aaa; background: #f7f7f7; color: #111; outline: 0; }
#workspace-page-block-menu { position: fixed; z-index: 80; width: 174px; max-height: calc(100vh - 80px); padding: 8px; overflow-y: auto; border: 1px solid #dadada; border-radius: 12px; background: #fff; box-shadow: 0 12px 32px rgb(0 0 0 / 14%); }
#workspace-page-block-menu button { width: 100%; height: 32px; display: flex; align-items: center; padding: 0 10px; border: 0; border-radius: 7px; background: transparent; font-size: 14px; font-weight: 500; text-align: left; }
#workspace-page-block-menu button:hover, #workspace-page-block-menu button:focus-visible { background: #f5f5f5; outline: 0; }
#workspace-page-context-menu { position: fixed; z-index: 126; width: 184px; min-height: 0; padding: 8px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 18px; background: #1e1e1e; box-shadow: 0 10px 26px rgb(0 0 0 / 16%); }
#workspace-page-context-menu.has-control-request { width: min(350px, calc(100vw - 24px)); }
#workspace-page-context-menu button { width: 100%; min-height: 28px; display: flex; align-items: center; padding: 4px 8px; border: 0; border-radius: 6px; background: transparent; color: #fff; font: 500 14px/20px "Inter", Arial, sans-serif; text-align: left; white-space: nowrap; }
#workspace-page-context-menu.has-control-request button { width: 100%; }
#workspace-page-context-menu button:not([hidden]) + button:not([hidden]) { margin-top: 2px; }
#workspace-page-context-menu button:hover, #workspace-page-context-menu button:focus-visible { border-radius: 6px; background: rgb(255 255 255 / 8%); outline: 0; }
#page-image-preview { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; background: rgb(0 0 0 / 20%); }
#page-image-preview > img { width: min(640px, calc(100vw - 48px)); height: min(640px, calc(100vh - 48px)); object-fit: contain; border-radius: 10px; background: #fff; box-shadow: 0 20px 70px rgb(0 0 0 / 22%); }
.preview-close { position: fixed; z-index: 91; top: 24px; right: 24px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #fff; font-size: 24px; }
#action-feedback, #search-feedback { position: fixed; z-index: 100; right: 24px; bottom: 24px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgb(0 0 0 / 10%); font-size: 14px; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
[contenteditable="true"]:focus-visible, .checklist-add-item input:focus-visible { outline: 0; box-shadow: none; }

@media (max-width: 760px) {
  #global-header { grid-template-columns: 1fr auto; padding: 0 14px; }
  .global-breadcrumb { display: none; }
  .header-left { gap: 14px; margin-left: 14px; }
  .page-heading { height: 108px; flex-wrap: wrap; padding-top: 18px; }
  #workspace-page-back { margin-left: 20px; }
  #workspace-page-title { width: calc(100vw - 87px); font-size: 22px; }
  .page-heading-actions { width: 100%; justify-content: flex-end; margin: 8px 20px 0; }
  #workspace-page-structure-controls { top: 64px; right: 20px; }
  #workspace-page-columns { inset-block-start: 168px; padding-left: 20px; scroll-padding-inline: 20px; }
  #workspace-page-column-navigation { top: 139px; right: 10px; left: 10px; }
  .slide-add-column-rail { top: 168px; }
  .workspace-column-lane { width: calc(100vw - 85px); min-width: calc(100vw - 85px); max-width: calc(100vw - 85px); }
  .page-slide-columns, .workspace-column { min-height: calc(100vh - 186px); }
  .page-slide.is-secondary-slide .page-slide-columns, .page-slide.is-secondary-slide .workspace-column { min-height: 160px; }
  .workspace-column { width: calc(100vw - 85px); min-width: calc(100vw - 85px); max-width: calc(100vw - 85px); }
  .block-image { width: 100%; }
}
@media (max-width: 540px) {
  #global-nav-tools, #global-workspace-members-button { display: none; }
  .block-file { grid-template-columns: 15px minmax(80px, 1fr) auto; }
  .file-upload-progress { grid-column: 2 / -1; text-align: left; }
}
@media (max-width: 410px) { #global-nav-explore { display: none; } }
@media (prefers-reduced-motion: reduce) { #workspace-page-columns { scroll-behavior: auto; } .workspace-column, .image-content, .toggle-control::before { transition: none; } }
