/* Generated from the audited Ux kernel and FlexTree Uxcel stylesheets. Do not hand-edit. */
/*
 * Стили общих виджетов ядра семейства Ux: панель инструментов, палитра цвета,
 * карточки ссылки и комментария. Классы начинаются с ux-, переменные — с --ux-.
 * Продукт задаёт --ux-font-family и переопределяет --ux-toolbar-* на своём корне.
 */

.ux-toolbar {
    --ux-toolbar-background: #f4f6f9;
    --ux-toolbar-control-background: transparent;
    --ux-toolbar-control-hover: #e5e9f0;
    --ux-toolbar-control-active: #dbe7fb;
    --ux-toolbar-border: #d6dbe4;
    --ux-toolbar-text: #303640;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 4px 6px;
    color: var(--ux-toolbar-text);
    background: var(--ux-toolbar-background);
    border: 1px solid var(--ux-toolbar-border);
    border-radius: 10px;
    box-sizing: border-box;
    font: 13px/1.2 var(--ux-font-family, Inter, "Segoe UI", Arial, sans-serif
    );
    gap: 0;
}

.ux-toolbar__group {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 0;
    padding: 0 6px;
    gap: 2px;
}

.ux-toolbar > .ux-toolbar__group + .ux-toolbar__group::before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 1px;
    background: var(--ux-toolbar-border);
    content: "";
}

.ux-toolbar__control,
.ux-toolbar__input {
    min-width: 32px;
    height: 32px;
    color: inherit;
    background: var(--ux-toolbar-control-background);
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    font: inherit;
}

button.ux-toolbar__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    cursor: pointer;
}

.ux-toolbar__icon {
    --ux-toolbar-icon-stroke: 1.45;
    display: block;
    width: 20px;
    height: 20px;
    overflow: visible;
    fill: none;
    shape-rendering: geometricPrecision;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: var(--ux-toolbar-icon-stroke);
    vector-effect: non-scaling-stroke;
}

.ux-toolbar__icon * {
    vector-effect: non-scaling-stroke;
}

.ux-toolbar__icon:is(
    [data-ux-toolbar-icon="paint-format"],
    [data-ux-toolbar-icon="paint-bucket"],
    [data-ux-toolbar-icon="merge"],
    [data-ux-toolbar-icon="comment"],
    [data-ux-toolbar-icon="functions"]
) {
    --ux-toolbar-icon-stroke: 1.3;
}

.ux-toolbar__icon-select {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    padding: 0 4px 0 6px;
    cursor: pointer;
    gap: 2px;
}

.ux-toolbar__icon-select
    > [data-ux-toolbar-icon="chevron-down"] {
    --ux-toolbar-icon-stroke: 1.5;
    width: 12px;
    height: 12px;
}

.ux-toolbar__icon-select-input {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.ux-toolbar__icon-select:focus-within {
    outline: 2px solid #2c6fe5;
    outline-offset: 1px;
}

.ux-toolbar__icon-select.ux-toolbar__control--disabled {
    opacity: 0.42;
    cursor: default;
}

.ux-toolbar__control.ux-toolbar__icon-select.ux-toolbar__control--disabled:hover {
    background: var(--ux-toolbar-control-background);
}

.ux-toolbar__control:hover:not(:disabled) {
    background: var(--ux-toolbar-control-hover);
}

.ux-toolbar__control:focus-visible,
.ux-toolbar__input:focus-visible {
    outline: 2px solid #2c6fe5;
    outline-offset: 1px;
}

.ux-toolbar__control:disabled,
.ux-toolbar__input:disabled {
    opacity: 0.42;
    cursor: default;
}

.ux-toolbar__control--active {
    color: #174ea6;
    background: var(--ux-toolbar-control-active);
}

.ux-toolbar__control--mixed {
    box-shadow: inset 0 -2px 0 #7c3aed;
}

.ux-toolbar__select {
    width: auto;
    max-width: 112px;
    padding: 0 22px 0 7px;
    cursor: pointer;
}

.ux-toolbar__font-size {
    width: 42px;
    min-width: 42px;
    padding: 0 3px;
    text-align: center;
    border: 1px solid #aeb6c2;
    background: #ffffff;
    -moz-appearance: textfield;
}

.ux-toolbar__font-size::-webkit-inner-spin-button,
.ux-toolbar__font-size::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.ux-toolbar__bold {
    font-weight: 700;
}

.ux-toolbar__italic {
    font-style: italic;
}

.ux-toolbar__strike {
    text-decoration: line-through;
}

.ux-toolbar__underline {
    text-decoration: underline;
}

.ux-color-picker {
    --ux-color-picker-value: #172033;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
}

.ux-toolbar__text-color-glyph {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.ux-color-picker__button {
    position: relative;
    width: 32px;
    min-width: 32px;
    padding: 5px !important;
}

.ux-color-picker--open > .ux-color-picker__button {
    color: #174ea6;
    background: var(--ux-toolbar-control-active);
}

.ux-color-picker__button::after {
    position: absolute;
    right: 6px;
    bottom: 3px;
    left: 6px;
    height: 3px;
    background: var(--ux-color-picker-value);
    border: 1px solid rgba(23, 32, 51, 0.22);
    content: "";
}

.ux-color-picker__button-swatch {
    width: 16px;
    height: 16px;
    background: var(--ux-color-picker-value);
    border: 1px solid rgba(23, 32, 51, 0.28);
    border-radius: 50%;
}

.ux-color-picker__menu {
    position: absolute;
    z-index: 80;
    top: calc(100% + 6px);
    left: 0;
    width: 286px;
    max-width: calc(100vw - 24px);
    padding: 9px 10px 10px;
    color: var(--ux-toolbar-text, #303640);
    background: #ffffff;
    border: 1px solid var(--ux-toolbar-border, #d6dbe4);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 9px 26px rgba(23, 32, 51, 0.2);
}

.ux-color-picker__menu[hidden] {
    display: none !important;
}

.ux-color-picker--align-right > .ux-color-picker__menu {
    right: 0;
    left: auto;
}

.ux-color-picker--open-up > .ux-color-picker__menu {
    top: auto;
    bottom: calc(100% + 6px);
}

.ux-color-picker__reset {
    display: flex;
    align-items: center;
    width: 100%;
    height: 32px;
    margin: 0 0 3px;
    padding: 0 4px;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    gap: 10px;
}

.ux-color-picker__reset:hover:not(:disabled),
.ux-color-picker__reset:focus-visible,
.ux-color-picker__custom-control:hover,
.ux-color-picker__custom-control:focus-within {
    background: var(--ux-toolbar-control-hover, #e5e9f0);
    outline: none;
}

.ux-color-picker__reset-icon {
    position: relative;
    width: 17px;
    height: 17px;
    background: #5f6368;
    border-radius: 50% 50% 50% 8%;
    transform: rotate(45deg) scale(0.74);
}

.ux-color-picker__reset-icon::after {
    position: absolute;
    top: 7px;
    left: -4px;
    width: 25px;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(48, 54, 64, 0.5);
    content: "";
    transform: rotate(-45deg);
}

.ux-color-picker__palette {
    display: grid;
    grid-template-columns: repeat(10, 22px);
    gap: 4px;
    padding: 1px 3px 7px;
}

.ux-color-picker__standard {
    display: grid;
    grid-template-columns: repeat(8, 22px);
    gap: 5px;
    padding: 1px 3px 9px;
}

.ux-color-picker__swatch {
    position: relative;
    width: 22px;
    height: 22px;
    padding: 0;
    background: var(--ux-swatch-color);
    border: 1px solid rgba(23, 32, 51, 0.2);
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}

.ux-color-picker__swatch:hover:not(:disabled),
.ux-color-picker__swatch:focus-visible {
    z-index: 1;
    outline: 2px solid #2c6fe5;
    outline-offset: 1px;
}

.ux-color-picker__swatch--active::after {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    content: "✓";
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-shadow:
        0 1px 1px rgba(0, 0, 0, 0.75),
        1px 0 1px rgba(0, 0, 0, 0.75);
}

.ux-color-picker__section-title {
    padding: 2px 3px 5px;
    color: #303640;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.ux-color-picker__custom {
    padding-top: 7px;
    border-top: 1px solid #cfd4dc;
}

.ux-color-picker__custom-control {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 116px;
    height: 32px;
    padding: 0 6px;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 12px;
    gap: 7px;
}

.ux-color-picker__custom-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-color-picker__custom-control input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.ux-toolbar__more-group {
    margin-left: auto;
}

.ux-toolbar__overflow {
    position: absolute;
    z-index: 50;
    top: calc(100% + 5px);
    right: 0;
    min-width: 230px;
    max-width: min(420px, calc(100vw - 24px));
    padding: 7px;
    background: #ffffff;
    border: 1px solid var(--ux-toolbar-border);
    border-radius: 9px;
    box-shadow: 0 10px 30px rgba(23, 32, 51, 0.16);
}

.ux-toolbar__overflow .ux-toolbar__group {
    display: flex;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #edf0f4;
    flex-wrap: wrap;
}

.ux-toolbar__overflow .ux-toolbar__group:last-child {
    border-bottom: 0;
}

.ux-toolbar__overflow .ux-toolbar__select {
    max-width: 180px;
}

.ux-toolbar--compact .ux-toolbar__group {
    padding-right: 3px;
    padding-left: 3px;
}

.ux-comment-popover {
    position: absolute;
    z-index: 40;
    width: 330px;
    max-width: calc(100% - 16px);
    padding: 16px 18px 18px;
    color: #303640;
    background: #f7f9fc;
    border: 1px solid #d6dbe4;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, 0.2);
    box-sizing: border-box;
    font: 14px/1.4 var(--ux-font-family, Inter, "Segoe UI", Arial, sans-serif
    );
}

.ux-comment-popover[hidden] {
    display: none !important;
}

.ux-comment-popover::before {
    position: absolute;
    top: 13px;
    width: 12px;
    height: 12px;
    background: #f7f9fc;
    border-bottom: 1px solid #d6dbe4;
    border-left: 1px solid #d6dbe4;
    content: "";
    transform: rotate(45deg);
}

.ux-comment-popover[data-side="right"]::before {
    left: -7px;
}

.ux-comment-popover[data-side="left"]::before {
    right: -7px;
    transform: rotate(225deg);
}

.ux-comment-popover[data-mode="edit"] {
    width: 354px;
    padding: 18px 20px 16px;
    background: #ffffff;
}

.ux-comment-popover[data-mode="edit"]::before {
    background: #ffffff;
}

.ux-comment-popover__header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
}

.ux-comment-popover__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #174ea6;
    background: #dbe7fb;
    border: 1px solid #bfd0ee;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ux-comment-popover__meta {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ux-comment-popover__author {
    overflow: hidden;
    color: #252a32;
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ux-comment-popover__date {
    color: #697386;
    font-size: 12px;
}

.ux-comment-popover__body {
    margin-top: 13px;
    color: #4b5565;
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.ux-comment-popover__form {
    margin-top: 14px;
}

.ux-comment-popover__form[hidden] {
    display: none !important;
}

.ux-comment-popover__input {
    display: block;
    width: 100%;
    min-height: 48px;
    max-height: 150px;
    padding: 11px 16px;
    color: #303640;
    background: #ffffff;
    border: 2px solid #1a73e8;
    border-radius: 24px;
    box-sizing: border-box;
    font: inherit;
    font-size: 15px;
    line-height: 1.35;
    outline: none;
    resize: vertical;
}

.ux-comment-popover__input:focus {
    border-color: #0b57d0;
    box-shadow: 0 0 0 1px #0b57d0;
}

.ux-comment-popover__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 11px;
    gap: 8px;
}

.ux-comment-popover__action {
    min-width: 92px;
    height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 20px;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

.ux-comment-popover__action--cancel {
    color: #0b57d0;
    background: transparent;
}

.ux-comment-popover__action--cancel:hover {
    background: #edf4ff;
}

.ux-comment-popover__action--submit {
    color: #ffffff;
    background: #0b57d0;
}

.ux-comment-popover__action--submit:hover:not(:disabled) {
    background: #0842a0;
}

.ux-comment-popover__action--submit:disabled {
    color: #8a8f98;
    background: #eceff3;
    cursor: default;
}

.ux-comment-popover__action:focus-visible {
    outline: 2px solid #0b57d0;
    outline-offset: 2px;
}

.ux-link-popover {
    position: absolute;
    z-index: 41;
    width: 400px;
    max-width: calc(100% - 16px);
    padding: 18px 14px;
    color: #303640;
    background: #ffffff;
    border: 1px solid #d6dbe4;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, 0.2);
    box-sizing: border-box;
    font: 14px/1.4 var(--ux-font-family, Inter, "Segoe UI", Arial, sans-serif
    );
}

.ux-link-popover[hidden] {
    display: none !important;
}

.ux-link-popover__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.ux-link-popover__field {
    position: relative;
    display: block;
    min-width: 0;
}

.ux-link-popover__search-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 15px;
    width: 13px;
    height: 13px;
    border: 2px solid #596273;
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
    transform: translateY(-58%);
}

.ux-link-popover__search-icon::after {
    position: absolute;
    right: -6px;
    bottom: -4px;
    width: 7px;
    height: 2px;
    background: #596273;
    border-radius: 1px;
    content: "";
    transform: rotate(45deg);
    transform-origin: left center;
}

.ux-link-popover__input {
    width: 100%;
    height: 40px;
    padding: 0 12px 0 47px;
    color: #303640;
    background: #ffffff;
    border: 2px solid #1a73e8;
    border-radius: 4px;
    box-sizing: border-box;
    font: inherit;
    font-size: 15px;
    outline: none;
}

.ux-link-popover__input:focus {
    border-color: #0b57d0;
    box-shadow: 0 0 0 1px #0b57d0;
}

.ux-link-popover__input[aria-invalid="true"] {
    border-color: #c83232;
    box-shadow: 0 0 0 1px #c83232;
}

.ux-link-popover__submit {
    min-width: 90px;
    height: 40px;
    padding: 0 12px;
    color: #0b57d0;
    background: transparent;
    border: 0;
    border-radius: 6px;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ux-link-popover__submit:hover:not(:disabled) {
    background: #edf4ff;
}

.ux-link-popover__submit:disabled {
    color: #a1a6ae;
    cursor: default;
}

.ux-link-popover__submit:focus-visible {
    outline: 2px solid #0b57d0;
    outline-offset: 1px;
}

.ux-link-popover__error {
    grid-column: 1 / -1;
    color: #b42318;
    font-size: 12px;
}

.ux-link-popover__error[hidden] {
    display: none !important;
}

.uxcel {
    --uxcel-font-family: Inter, "Segoe UI", Arial, sans-serif;
    --uxcel-font-size: 13px;
    --uxcel-zoom: 1;
    --uxcel-row-height: 28px;
    --uxcel-column-width: 120px;
    --uxcel-cell-padding-x: 4px;
    --uxcel-header-background: #f5f7fa;
    --uxcel-grid-color: #d7dce5;
    --uxcel-text-color: #1f2937;
    --uxcel-selection-color: rgba(44, 111, 229, 0.09);
    --uxcel-active-color: #2c6fe5;
    --uxcel-error-color: #c83232;
    --uxcel-border: var(--uxcel-grid-color);
    --uxcel-border-strong: #b9c1ce;
    --uxcel-header-bg: var(--uxcel-header-background);
    --uxcel-header-fg: #4b5565;
    --uxcel-cell-bg: #ffffff;
    --uxcel-cell-read-only: #f8f9fb;
    --uxcel-selection-bg: var(--uxcel-selection-color);
    --uxcel-selection-border: var(--uxcel-active-color);
    --uxcel-focus-ring: rgba(44, 111, 229, 0.22);
    --uxcel-error: var(--uxcel-error-color);
    --uxcel-formula-bar-height: 38px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 180px;
    min-height: 120px;
    overflow: hidden;
    color: var(--uxcel-text-color);
    background: var(--uxcel-cell-bg);
    border: 1px solid var(--uxcel-border-strong);
    border-radius: 7px;
    box-sizing: border-box;
    font-family: var(--uxcel-font-family);
    font-size: calc(var(--uxcel-font-size) * var(--uxcel-zoom));
    line-height: 1.35;
    outline: none;
}

.uxcel *,
.uxcel *::before,
.uxcel *::after {
    box-sizing: border-box;
}

.uxcel:focus,
.uxcel:focus-within {
    border-color: var(--uxcel-selection-border);
    box-shadow: 0 0 0 3px var(--uxcel-focus-ring);
}

.uxcel [hidden] {
    display: none !important;
}

.uxcel-formula-bar {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(78px, 116px) 36px minmax(0, 1fr);
    align-items: center;
    height: var(--uxcel-formula-bar-height);
    color: var(--uxcel-header-fg);
    background: #ffffff;
    border-bottom: 1px solid var(--uxcel-border-strong);
}

.uxcel-formula-bar__input {
    min-width: 0;
    height: 100%;
    padding: 0 10px;
    color: var(--uxcel-text-color);
    background: transparent;
    border: 0;
    font: inherit;
    outline: none;
}

.uxcel-formula-bar__input:focus {
    background: #f7faff;
    box-shadow: inset 0 -2px 0 var(--uxcel-selection-border);
}

.uxcel-formula-bar__input--error {
    color: var(--uxcel-error);
    background: #fff3f3;
    box-shadow: inset 0 -2px 0 var(--uxcel-error);
}

.uxcel-formula-bar__address {
    border-right: 1px solid var(--uxcel-border);
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    text-transform: uppercase;
}

.uxcel-formula-bar__label {
    color: #7a8494;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    user-select: none;
}

.uxcel-formula-bar__value {
    border-left: 1px solid var(--uxcel-border);
}

.uxcel-formula-bar__value:disabled {
    color: #77808e;
    background: var(--uxcel-cell-read-only);
}

.uxcel-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.uxcel-border-picker {
    --uxcel-border-picker-color: #172033;
    position: relative;
    display: inline-flex;
    height: 32px;
}

.uxcel-border-picker--open .uxcel-border-picker__button {
    color: #174ea6;
    background: var(--ux-toolbar-control-active);
}

.uxcel-border-picker__button {
    width: 32px;
    min-width: 32px;
    padding: 5px !important;
}

.uxcel-border-picker__menu {
    position: absolute;
    z-index: 70;
    top: calc(100% + 6px);
    left: 0;
    display: grid;
    grid-template-columns: 210px 54px;
    width: 282px;
    max-width: calc(100vw - 24px);
    padding: 8px;
    color: var(--ux-toolbar-text);
    background: #ffffff;
    border: 1px solid var(--ux-toolbar-border);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 9px 26px rgba(23, 32, 51, 0.2);
}

.uxcel-border-picker__menu[hidden] {
    display: none !important;
}

.uxcel-border-picker--align-right .uxcel-border-picker__menu {
    right: 0;
    left: auto;
}

.uxcel-border-picker--open-up .uxcel-border-picker__menu {
    top: auto;
    bottom: calc(100% + 6px);
}

.uxcel-border-picker__patterns {
    display: grid;
    grid-template-columns: repeat(5, 36px);
    grid-auto-rows: 36px;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-right: 8px;
}

.uxcel-border-picker__pattern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 6px;
    color: #384250;
    background: transparent;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.uxcel-border-picker__pattern:hover:not(:disabled),
.uxcel-border-picker__pattern:focus-visible {
    background: var(--ux-toolbar-control-hover);
    outline: none;
}

.uxcel-border-picker__pattern:focus-visible {
    box-shadow: inset 0 0 0 2px #2c6fe5;
}

.uxcel-border-picker__pattern--active {
    color: #174ea6;
    background: var(--ux-toolbar-control-active);
}

.uxcel-border-picker__icon {
    display: block;
    width: 22px;
    height: 22px;
    overflow: visible;
    fill: none;
}

.uxcel-border-picker__stroke,
.uxcel-border-picker__guide {
    vector-effect: non-scaling-stroke;
    stroke: currentColor;
    stroke-linecap: square;
}

.uxcel-border-picker__stroke {
    stroke-width: 1.45;
}

.uxcel-border-picker__guide {
    opacity: 0.42;
    stroke-dasharray: 1.6 2.2;
    stroke-width: 0.9;
}

.uxcel-border-picker__settings {
    display: grid;
    grid-auto-rows: 42px;
    align-content: center;
    padding-left: 8px;
    border-left: 1px solid var(--ux-toolbar-border);
    gap: 3px;
}

.uxcel-border-picker__setting {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 38px;
    color: #384250;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
}

.uxcel-border-picker__setting:hover,
.uxcel-border-picker__setting:focus-within {
    background: var(--ux-toolbar-control-hover);
}

.uxcel-border-picker__setting input,
.uxcel-border-picker__setting select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.uxcel-border-picker__pencil {
    font-size: 23px;
    line-height: 1;
    transform: rotate(-12deg);
}

.uxcel-border-picker__color {
    width: 42px;
    height: 38px;
}

.uxcel-border-picker__color > .ux-color-picker__button {
    width: 42px;
    height: 38px;
}

.uxcel-border-picker__color > .ux-color-picker__menu {
    right: 0;
    left: auto;
}

.uxcel-border-picker__line-preview {
    width: 23px;
    height: 6px;
    color: var(--uxcel-border-picker-color);
}

.uxcel-border-picker__setting-arrow {
    margin-left: 3px;
    font-size: 9px;
}

.uxcel-corner {
    position: absolute;
    z-index: 6;
    top: var(--uxcel-formula-bar-height);
    left: 0;
    width: var(--uxcel-row-header-width);
    height: var(--uxcel-column-header-height);
    background: var(--uxcel-header-bg);
    border-right: 1px solid var(--uxcel-border-strong);
    border-bottom: 1px solid var(--uxcel-border-strong);
    cursor: cell;
    outline: none;
}

.uxcel-corner:hover,
.uxcel-corner:focus-visible,
.uxcel-corner--selected {
    background: #e6ebf2;
}

.uxcel-corner:focus-visible {
    box-shadow: inset 0 0 0 2px var(--uxcel-selection-border);
}

.uxcel-freeze-handle {
    position: absolute;
    z-index: 2;
    display: block;
    background: #b7b9bd;
    border-radius: 0;
    touch-action: none;
}

.uxcel-freeze-handle::after {
    position: absolute;
    content: "";
}

.uxcel-freeze-handle--row {
    right: -2px;
    bottom: -2px;
    left: 0;
    height: 5px;
    cursor: row-resize;
}

.uxcel-freeze-handle--row::after {
    inset: -6px 0;
}

.uxcel-freeze-handle--column {
    top: 0;
    right: -2px;
    bottom: -2px;
    width: 5px;
    cursor: col-resize;
}

.uxcel-freeze-handle--column::after {
    inset: 0 -6px;
}

.uxcel-freeze-handle:hover,
.uxcel-freeze-boundary:hover,
.uxcel--freeze-dragging .uxcel-freeze-handle,
.uxcel--freeze-dragging .uxcel-freeze-boundary {
    background: #9fa2a7;
}

.uxcel-freeze-boundary {
    position: absolute;
    z-index: 11;
    display: block;
    background: #b7b9bd;
    touch-action: none;
}

.uxcel-freeze-boundary::after {
    position: absolute;
    content: "";
}

.uxcel-freeze-boundary--row {
    height: 5px;
    cursor: row-resize;
}

.uxcel-freeze-boundary--row::after {
    inset: -5px 0;
}

.uxcel-freeze-boundary--column {
    width: 5px;
    cursor: col-resize;
}

.uxcel-freeze-boundary--column::after {
    inset: 0 -5px;
}

.uxcel-column-headers {
    position: absolute;
    z-index: 5;
    top: var(--uxcel-formula-bar-height);
    right: 0;
    left: var(--uxcel-row-header-width);
    height: var(--uxcel-column-header-height);
    overflow: hidden;
    color: var(--uxcel-header-fg);
    background: var(--uxcel-header-bg);
    border-bottom: 1px solid var(--uxcel-border-strong);
}

.uxcel-column-headers__inner {
    position: relative;
    height: 100%;
    will-change: transform;
}

.uxcel-row-headers {
    position: absolute;
    z-index: 5;
    top: calc(
        var(--uxcel-formula-bar-height)
        + var(--uxcel-column-header-height)
    );
    bottom: 0;
    left: 0;
    width: var(--uxcel-row-header-width);
    overflow: hidden;
    color: var(--uxcel-header-fg);
    background: var(--uxcel-header-bg);
    border-right: 1px solid var(--uxcel-border-strong);
}

.uxcel-row-headers__inner {
    position: relative;
    width: 100%;
    will-change: transform;
}

.uxcel-column-header,
.uxcel-row-header {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
    cursor: default;
    user-select: none;
}

.uxcel-column-header {
    top: 0;
    height: 100%;
    border-right: 1px solid var(--uxcel-border);
}

.uxcel-row-header {
    right: 0;
    left: 0;
    border-bottom: 1px solid var(--uxcel-border);
}

.uxcel-column-header:hover,
.uxcel-row-header:hover {
    color: #243b63;
    background: #eaf0fa;
}

.uxcel-column-header--selected,
.uxcel-row-header--selected,
.uxcel-column-header--selected:hover,
.uxcel-row-header--selected:hover {
    color: #1d4f91;
    background: #dce8fa;
}

.uxcel-header-label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding: 0 7px;
    text-overflow: ellipsis;
}

.uxcel-header-indicator {
    position: absolute;
    right: 8px;
    color: #2f6fd2;
    font-size: 9px;
    letter-spacing: -1px;
}

.uxcel-column-header--sorted,
.uxcel-column-header--filtered {
    color: #244f91;
    background: #edf4ff;
}

.uxcel-header-resize {
    position: absolute;
    z-index: 2;
    touch-action: none;
}

.uxcel-header-resize--column {
    top: 0;
    right: -4px;
    bottom: 0;
    width: 9px;
    cursor: col-resize;
}

.uxcel-header-resize--row {
    right: 0;
    bottom: -4px;
    left: 0;
    height: 9px;
    cursor: row-resize;
}

.uxcel-header-resize:hover {
    background: rgba(44, 111, 229, 0.32);
}

.uxcel-scroller {
    position: absolute;
    z-index: 1;
    top: calc(
        var(--uxcel-formula-bar-height)
        + var(--uxcel-column-header-height)
    );
    right: 0;
    bottom: 0;
    left: var(--uxcel-row-header-width);
    overflow: auto;
    overscroll-behavior: contain;
    background: var(--uxcel-cell-bg);
    scrollbar-color: #b9c1ce transparent;
}

.uxcel-spacer,
.uxcel-cells {
    position: relative;
}

.uxcel-cells {
    position: absolute;
    inset: 0;
}

.uxcel-drawings {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    overflow: visible;
    pointer-events: none;
}

.uxcel-drawing {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: fill;
    user-select: none;
}

.uxcel-chart {
    position: absolute;
    display: block;
    overflow: visible;
    box-sizing: border-box;
    min-width: 1px;
    min-height: 1px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    user-select: none;
    pointer-events: auto;
    touch-action: none;
    cursor: move;
}

.uxcel-chart__canvas {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.uxcel-chart__canvas > svg {
    display: block;
    width: 100%;
    height: 100%;
}

.uxcel-chart--selected,
.uxcel-chart--transforming {
    border-color: #8c8c8c;
    z-index: 2;
}

.uxcel-chart__handle {
    position: absolute;
    z-index: 3;
    display: none;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid #8c8c8c;
    border-radius: 50%;
    background: #fff;
    pointer-events: auto;
}

.uxcel-chart--selected:not(.uxcel-chart--read-only) > .uxcel-chart__handle {
    display: block;
}

.uxcel-chart__handle--nw {
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    cursor: nwse-resize;
}

.uxcel-chart__handle--n {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    cursor: ns-resize;
}

.uxcel-chart__handle--ne {
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    cursor: nesw-resize;
}

.uxcel-chart__handle--e {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    cursor: ew-resize;
}

.uxcel-chart__handle--se {
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    cursor: nwse-resize;
}

.uxcel-chart__handle--s {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    cursor: ns-resize;
}

.uxcel-chart__handle--sw {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
    cursor: nesw-resize;
}

.uxcel-chart__handle--w {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
}

.uxcel-row {
    position: absolute;
    display: flex;
    align-items: stretch;
    left: 0;
}

.uxcel-row--frozen {
    isolation: isolate;
}

.uxcel-row--frozen-boundary {
    box-shadow: 0 2px 0 #8e9bae;
}

.uxcel-row-header--frozen-boundary {
    box-shadow: 0 2px 0 #8e9bae;
}

.uxcel-column-header--frozen-boundary {
    box-shadow: 2px 0 0 #8e9bae;
}

.uxcel-cell {
    position: absolute;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 var(--uxcel-cell-padding-x);
    background: var(--uxcel-cell-bg);
    border-right: 1px solid var(--uxcel-border);
    border-bottom: 1px solid var(--uxcel-border);
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: cell;
    user-select: none;
}

.uxcel-cell--selected {
    background: #f4f8ff;
}

.uxcel-cell--active {
    outline: none;
}

.uxcel-cell--read-only {
    color: #626c7a;
    background: var(--uxcel-cell-read-only);
}

.uxcel-cell--merged {
    z-index: 4;
}

.uxcel-cell--text-overflow {
    z-index: 3;
    overflow: visible;
    text-overflow: clip;
}

.uxcel-cell--text-overflow > .uxcel-cell__content {
    flex: 0 0 auto;
    width: max-content;
    max-width: var(--uxcel-text-overflow-width);
    overflow: hidden;
    text-overflow: clip;
}

.uxcel-cell--has-link {
    color: #1155cc;
    text-decoration: underline;
}

.uxcel-cell--has-comment::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid #f59e0b;
    border-left: 8px solid transparent;
    content: "";
}

.uxcel-cell__content {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: inherit;
    transform-origin: center;
}

.uxcel-cell--number {
    justify-content: flex-end;
    font-variant-numeric: tabular-nums;
}

.uxcel-cell--date {
    justify-content: flex-end;
    font-variant-numeric: tabular-nums;
}

.uxcel-cell--frozen-column-boundary {
    box-shadow: 2px 0 0 #8e9bae;
}

.uxcel-cell--frozen-column {
    background: var(--uxcel-cell-bg);
}

.uxcel-cell--highlighted {
    background-image: linear-gradient(
        rgba(124, 58, 237, 0.12),
        rgba(124, 58, 237, 0.12)
    );
    background-image: linear-gradient(
        color-mix(in srgb, var(--uxcel-highlight-color, #7c3aed) 12%, transparent),
        color-mix(in srgb, var(--uxcel-highlight-color, #7c3aed) 12%, transparent)
    );
}

.uxcel-cell--highlighted::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    pointer-events: none;
    border: 0 solid var(--uxcel-highlight-color, #7c3aed);
}

.uxcel-cell--highlight-top::after {
    border-top-width: 2px;
}

.uxcel-cell--highlight-right::after {
    border-right-width: 2px;
}

.uxcel-cell--highlight-bottom::after {
    border-bottom-width: 2px;
}

.uxcel-cell--highlight-left::after {
    border-left-width: 2px;
}

.uxcel-cell--boolean {
    justify-content: center;
    color: #315d3c;
    font-weight: 600;
}

.uxcel-cell--error {
    color: var(--uxcel-error);
}

.uxcel-selection,
.uxcel-active-cell,
.uxcel-formula-reference,
.uxcel-clipboard-range,
.uxcel-fill-preview {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.uxcel-selection {
    z-index: 9;
    background: var(--uxcel-selection-bg);
    border: 1px solid rgba(44, 111, 229, 0.48);
}

.uxcel-active-cell {
    z-index: 10;
    border: 2px solid var(--uxcel-selection-border);
}

.uxcel-formula-reference {
    z-index: 11;
    background: rgba(151, 71, 255, 0.08);
    border: 2px solid #9747ff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.uxcel-clipboard-range {
    --uxcel-clipboard-color: #2c6fe5;
    z-index: 12;
    background-image:
        linear-gradient(90deg, var(--uxcel-clipboard-color) 50%, transparent 50%),
        linear-gradient(90deg, var(--uxcel-clipboard-color) 50%, transparent 50%),
        linear-gradient(0deg, var(--uxcel-clipboard-color) 50%, transparent 50%),
        linear-gradient(0deg, var(--uxcel-clipboard-color) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    animation: uxcel-clipboard-marching 520ms linear infinite;
}

.uxcel-clipboard-range[data-uxcel-clipboard-action="cut"] {
    --uxcel-clipboard-color: #16803c;
}

@keyframes uxcel-clipboard-marching {
    to {
        background-position: 8px 0, -8px 100%, 0 -8px, 100% 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .uxcel-clipboard-range {
        animation: none;
    }
}

.uxcel-fill-preview {
    z-index: 11;
    background: rgba(44, 111, 229, 0.045);
    border: 2px dashed rgba(44, 111, 229, 0.82);
}

.uxcel-fill-handle {
    position: absolute;
    z-index: 13;
    width: 9px;
    height: 9px;
    padding: 0;
    background: var(--uxcel-selection-border);
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--uxcel-selection-border);
    cursor: crosshair;
    transform: translate(-50%, -50%);
    touch-action: none;
}

.uxcel-resize-guide {
    position: absolute;
    z-index: 12;
    background: var(--uxcel-selection-border);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.65);
    pointer-events: none;
}

.uxcel-freeze-guide {
    position: absolute;
    z-index: 13;
    background: #7b818a;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.uxcel-editor {
    position: absolute;
    z-index: 14;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    border: 2px solid var(--uxcel-selection-border);
}

.uxcel-editor-input {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 0 6px;
    color: inherit;
    background: transparent;
    border: 0;
    font: inherit;
    outline: none;
}

.uxcel-editor-input--error {
    color: var(--uxcel-error);
    background: #fff3f3;
}

.uxcel-editor-input--multiline {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    resize: none;
    white-space: pre-wrap;
}

.uxcel-editor-select {
    cursor: pointer;
}

.uxcel-editor-error {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.uxcel-workbook {
    display: grid;
    grid-template-rows: minmax(0, 1fr) 42px;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: inherit;
}

.uxcel-workbook__grid {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.uxcel-workbook__grid > .uxcel {
    height: 100%;
}

.uxcel-workbook__tabs {
    min-width: 0;
    border-top: 1px solid #d7dce4;
    background: #f8f9fa;
}

.uxcel-sheet-tabs {
    position: relative;
    display: grid;
    grid-template-columns: 42px 42px minmax(0, 1fr) auto;
    align-items: stretch;
    width: 100%;
    height: 41px;
    min-width: 0;
    color: #303640;
    font: 14px/1.2 Inter, "Segoe UI", Arial, sans-serif;
    user-select: none;
}

.uxcel-sheet-tabs__icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0;
    color: #4b525d;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 22px;
}

.uxcel-sheet-tabs__icon-button:hover:not(:disabled) {
    color: #202124;
    background: #e8eaed;
}

.uxcel-sheet-tabs__icon-button:focus-visible,
.uxcel-sheet-tab__select:focus-visible,
.uxcel-sheet-tab__menu-button:focus-visible {
    z-index: 1;
    outline: 2px solid #1a73e8;
    outline-offset: -2px;
}

.uxcel-sheet-tabs__icon-button:disabled {
    color: #a8adb5;
    cursor: default;
}

.uxcel-sheet-tabs__all {
    font-size: 18px;
}

.uxcel-sheet-tabs__strip {
    display: flex;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.uxcel-sheet-tab {
    --uxcel-sheet-color: transparent;
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: stretch;
    min-width: 88px;
    max-width: 240px;
    border-right: 1px solid #e1e4e8;
    box-shadow: inset 0 -3px 0 var(--uxcel-sheet-color);
}

.uxcel-sheet-tab--active {
    color: #0b57d0;
    background: #e8f0fe;
    font-weight: 600;
}

.uxcel-sheet-tab__select {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    max-width: 205px;
    padding: 0 7px 0 14px;
    color: inherit;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.uxcel-sheet-tab__select:hover,
.uxcel-sheet-tab__menu-button:hover {
    background: rgba(60, 64, 67, 0.08);
}

.uxcel-sheet-tab__label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uxcel-sheet-tab__lock {
    flex: 0 0 auto;
    color: #6d747e;
    font-size: 11px;
}

.uxcel-sheet-tab__menu-button {
    width: 31px;
    flex: 0 0 31px;
    color: inherit;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 14px;
}

.uxcel-sheet-tab__rename {
    width: 150px;
    min-width: 88px;
    margin: 4px;
    padding: 0 8px;
    color: #202124;
    background: #ffffff;
    border: 2px solid #1a73e8;
    border-radius: 4px;
    box-sizing: border-box;
    font: inherit;
    outline: none;
}

.uxcel-sheet-tab__rename[aria-invalid="true"] {
    border-color: #c5221f;
}

.uxcel-sheet-tabs__status {
    align-self: center;
    max-width: 320px;
    overflow: hidden;
    padding: 0 10px;
    color: #b3261e;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uxcel-sheet-menu {
    position: fixed;
    z-index: 1000;
    min-width: 220px;
    max-width: min(320px, calc(100vw - 16px));
    max-height: min(520px, calc(100vh - 16px));
    overflow: auto;
    padding: 8px 0;
    color: #202124;
    background: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(60, 64, 67, 0.28);
    box-sizing: border-box;
    font: 14px/1.3 Inter, "Segoe UI", Arial, sans-serif;
}

.uxcel-sheet-menu__title {
    padding: 8px 18px;
    color: #5f6368;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.uxcel-sheet-menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 38px;
    padding: 8px 18px;
    color: inherit;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.uxcel-sheet-menu__item:hover:not(:disabled),
.uxcel-sheet-menu__item:focus-visible:not(:disabled) {
    background: #f1f3f4;
    outline: none;
}

.uxcel-sheet-menu__item:disabled {
    color: #a7aaae;
    cursor: default;
}

.uxcel-sheet-menu__item--danger:not(:disabled) {
    color: #b3261e;
}

.uxcel-sheet-menu__item--colored::before {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background: var(--uxcel-sheet-color);
    border-radius: 50%;
    content: "";
}

.uxcel-sheet-menu__suffix {
    margin-left: auto;
    color: #777d86;
    font-size: 12px;
}

.uxcel-sheet-menu__separator {
    height: 0;
    margin: 6px 14px;
    border: 0;
    border-top: 1px solid #dadce0;
}

.uxcel-sheet-menu__palette {
    display: grid;
    grid-template-columns: repeat(9, 22px);
    gap: 5px;
    padding: 3px 17px 10px;
}

.uxcel-sheet-menu__color {
    position: relative;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 1px solid rgba(32, 33, 36, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.uxcel-sheet-menu__color:hover,
.uxcel-sheet-menu__color:focus-visible,
.uxcel-sheet-menu__color--selected {
    outline: 2px solid #1a73e8;
    outline-offset: 1px;
}

.uxcel-sheet-menu__color--reset {
    background:
        linear-gradient(
            135deg,
            #ffffff 43%,
            #c5221f 44%,
            #c5221f 56%,
            #ffffff 57%
        );
}

.uxcel-sheet-menu__confirm-text {
    max-width: 270px;
    padding: 10px 18px 14px;
    overflow-wrap: anywhere;
}

.uxcel-sheet-menu__confirm-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 0 12px 6px;
}

.uxcel-sheet-menu__confirm-button {
    padding: 7px 12px;
    color: #0b57d0;
    background: transparent;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}

.uxcel-sheet-menu__confirm-button:hover,
.uxcel-sheet-menu__confirm-button:focus-visible {
    background: #edf4ff;
    outline: none;
}

.uxcel-sheet-menu__confirm-button--danger {
    color: #b3261e;
}

.uxcel-context-menu {
    position: absolute;
    z-index: 30;
    min-width: 180px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #cfd6e1;
    border-radius: 7px;
    box-shadow: 0 8px 24px rgba(24, 34, 51, 0.18);
}

.uxcel-context-menu__item {
    display: block;
    width: 100%;
    padding: 7px 10px;
    color: #26364d;
    background: transparent;
    border: 0;
    border-radius: 4px;
    text-align: left;
    cursor: pointer;
}

.uxcel-context-menu__item:hover:not(:disabled) {
    background: #edf4ff;
}

.uxcel-context-menu__item:disabled {
    color: #9aa3b1;
    cursor: default;
}

.uxcel-context-menu__separator {
    margin: 4px 2px;
    border: 0;
    border-top: 1px solid #e0e5ec;
}

.uxcel-message {
    position: absolute;
    z-index: 8;
    inset: var(--uxcel-formula-bar-height) 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #667085;
    background: #fafbfc;
    text-align: center;
}

.uxcel--read-only .uxcel-cell {
    cursor: default;
}

.uxcel--read-only .uxcel-fill-handle {
    display: none;
}

.uxcel--read-only .uxcel-header-resize {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .uxcel * {
        scroll-behavior: auto !important;
    }
}
