:root {
    color-scheme: light only;
    --ink: #152238;
    --muted: #68778d;
    --line: #dce3eb;
    --panel: #ffffff;
    --page: #f4f7fa;
    --primary: #1769aa;
    --primary-dark: #0d4f86;
    --success: #18794e;
    --warning: #9a5a00;
    --danger: #b42318;
    --radius: 12px;
    --shadow: 0 5px 20px rgba(30, 53, 79, .07);
}

/* One visual language for hang types across master, journal and reports. */
.hang-work-type--anodizing { --hang-work-type-foreground: #114f75; --hang-work-type-background: #e7f4fc; --hang-work-type-border: #3f87b5; }
.hang-work-type--without-order { --hang-work-type-foreground: #465264; --hang-work-type-background: #f3f5f8; --hang-work-type-border: #6f7d90; }
.hang-work-type--etching { --hang-work-type-foreground: #704500; --hang-work-type-background: #fff7df; --hang-work-type-border: #9b681c; }
.hang-work-type--reanodizing { --hang-work-type-foreground: #4e348f; --hang-work-type-background: #f4efff; --hang-work-type-border: #694bb5; }
.hang-work-type--painting { --hang-work-type-foreground: #7e2f60; --hang-work-type-background: #fff0f8; --hang-work-type-border: #a44880; }
.hang-work-type--pre-anodizing { --hang-work-type-foreground: #185a6c; --hang-work-type-background: #eaf8fb; --hang-work-type-border: #26748a; }
.hang-work-type--complex { --hang-work-type-foreground: #812b24; --hang-work-type-background: #fff0ed; --hang-work-type-border: #b23b31; }
.hang-work-type--complex-painting { --hang-work-type-foreground: #67204e; --hang-work-type-background: #fde5f3; --hang-work-type-border: #8d2f6a; }
.hang-work-type--sheets { --hang-work-type-foreground: #24523b; --hang-work-type-background: #edf8f1; --hang-work-type-border: #4c8c69; }
.hang-work-type--cassettes { --hang-work-type-foreground: #3f466f; --hang-work-type-background: #f0f2ff; --hang-work-type-border: #6874b8; }
.hang-work-type--unknown { --hang-work-type-foreground: #465264; --hang-work-type-background: #f3f5f8; --hang-work-type-border: #6f7d90; }
.hang-work-type { color: var(--hang-work-type-foreground); background-color: var(--hang-work-type-background); border: 1px solid var(--hang-work-type-border); border-radius: 7px; }

.fatal-page-error { max-width: 760px; margin: 60px auto; padding: 28px; background: #fff; border: 2px solid #c86157; border-radius: 14px; box-shadow: var(--shadow); }
.fatal-page-error h1 { margin-top: 0; }
.fatal-page-error p { color: var(--muted); }

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--page); }
body { font-size: 16px; }
body.operator-mode { overflow: hidden; }

.reserve-mode-banner {
    position: fixed;
    z-index: 2500;
    top: 8px;
    left: 50%;
    width: min(920px, calc(100vw - 24px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    border: 2px solid #9a6500;
    border-radius: 12px;
    background: #fff4cf;
    color: #422b00;
    box-shadow: 0 8px 28px rgb(21 45 65 / 24%);
}

.reserve-mode-banner[hidden] { display: none; }
.reserve-mode-banner > div { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.reserve-mode-banner strong { flex: 0 0 auto; font-size: 1rem; }
.reserve-mode-banner span { font-weight: 650; }
.reserve-mode-banner details { flex: 0 0 auto; font-size: .78rem; }
.reserve-mode-banner summary { cursor: pointer; font-weight: 750; }
.reserve-mode-banner details span { display: block; margin-top: 6px; max-width: 360px; font-weight: 500; }
.reserve-mode-banner.synchronizing { border-color: #176aa2; background: #e8f4ff; color: #073f65; }
.reserve-mode-banner.synchronized { border-color: #168452; background: #e7f8ef; color: #075735; }
.reserve-mode-banner.error { border-color: #b42318; background: #ffe9e7; color: #76140d; }

@media (max-width: 760px) {
    .reserve-mode-banner { align-items: flex-start; padding: 10px 12px; }
    .reserve-mode-banner > div { display: grid; gap: 2px; }
}

a { color: var(--primary); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 6px; font-size: clamp(1.6rem, 2.5vw, 2.2rem); letter-spacing: -.025em; }
h2 { font-size: 1.25rem; }
h3 { font-size: 1rem; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid rgba(23, 105, 170, .3);
    outline-offset: 2px;
}
input, select, textarea {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #bdc9d7;
    border-radius: 9px;
}
textarea { min-height: 88px; resize: vertical; }
label { color: #44536a; font-weight: 700; }
.muted { color: var(--muted); }
.eyebrow { margin-bottom: 6px; color: var(--primary); font-weight: 800; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.status-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; }
.status-dot.online { background: #22a06b; box-shadow: 0 0 0 4px #d9f3e7; }

#blazor-error-ui {
    color-scheme: light only;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
    width: 100%;
    padding: .8rem 1.25rem;
    color: #7a2e00;
    background: #fff4df;
    border-top: 2px solid #c67300;
    box-shadow: 0 -2px 12px rgba(31, 41, 55, .14);
}

#blazor-error-ui .dismiss {
    position: absolute;
    top: .6rem;
    right: 1rem;
    cursor: pointer;
}

.page-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; }
.page-header p { margin: 0; color: var(--muted); }
.header-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.connection-watchdog-button {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 11px;
    color: #155b3d;
    background: #e6f5ec;
    border: 2px solid #55a77c;
    border-radius: 9px;
    font-size: .76rem;
    font-weight: 900;
    line-height: 1.05;
    white-space: nowrap;
    cursor: pointer;
}

.connection-watchdog-button::before {
    width: 9px;
    height: 9px;
    content: "";
    flex: 0 0 auto;
    background: #218a57;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(33 138 87 / 15%);
}

.connection-watchdog-button.connection-watchdog-stale {
    color: #fff;
    background: #b42318;
    border-color: #7f1d16;
    box-shadow: 0 0 0 3px rgb(180 35 24 / 20%);
    animation: connection-watchdog-pulse 1.35s ease-in-out infinite;
}

.connection-watchdog-button.connection-watchdog-stale::before { background: #fff; box-shadow: none; }
.connection-watchdog-button.connection-watchdog-checking { color: #5b4205; background: #fff3cd; border-color: #d6a735; }
.connection-watchdog-button.connection-watchdog-checking::before { background: #b57a00; }

@keyframes connection-watchdog-pulse {
    50% { box-shadow: 0 0 0 6px rgb(180 35 24 / 12%); }
}
.panel { padding: clamp(16px, 2vw, 24px); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.panel-header h2 { margin-bottom: 4px; }
.panel-header p { margin: 0; color: var(--muted); }

.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    cursor: pointer;
    font-weight: 750;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease, transform .1s ease;
}
.button:active { transform: translateY(1px); }
.button:disabled { cursor: not-allowed; opacity: .5; }
.button-primary { color: #fff; background: var(--primary); }
.button-primary:hover { color: #fff; background: var(--primary-dark); }
.button-success { color: #fff; background: var(--success); }
.button-danger { color: #fff; background: var(--danger); }
.button-secondary { color: #24425e; background: #edf3f8; border-color: #cbd8e4; }
.button-ghost { color: #44536a; background: #fff; border-color: #cbd5e1; }
.button-small { min-height: 38px; padding: 7px 11px; font-size: .875rem; }
.button-large { min-height: 52px; padding: 13px 20px; }

.primary-button,
.secondary-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 750;
    text-decoration: none;
}
.primary-button { color: #fff; background: var(--primary); }
.primary-button:hover { color: #fff; background: var(--primary-dark); }
.secondary-button { color: #24425e; background: #edf3f8; border-color: #cbd8e4; }
.primary-button:disabled,
.secondary-button:disabled { cursor: not-allowed; opacity: .5; }
.message { margin-bottom: 15px; padding: 12px 14px; border: 1px solid; border-radius: 9px; }
.message.error { color: #8f1d16; background: #fff0ee; border-color: #f2b8b2; }
.message.success { color: #12623f; background: #eaf8f1; border-color: #a8ddc2; }
.message.warning { color: #754800; background: #fff7df; border-color: #e6b94f; }

.alert { padding: 12px 14px; border: 1px solid; border-radius: 9px; line-height: 1.45; }
.alert-error { color: #8f1d16; background: #fff0ee; border-color: #f2b8b2; }
.alert-success { color: #12623f; background: #eaf8f1; border-color: #a8ddc2; }
.alert-warning { color: #754300; background: #fff7e5; border-color: #e8c981; }
.alert-info { color: #174a73; background: #ebf5fc; border-color: #aed2ec; }

.badge { display: inline-flex; align-items: center; min-height: 26px; padding: 3px 9px; border-radius: 999px; font-size: .76rem; font-weight: 850; white-space: nowrap; }
.badge-success { color: #12623f; background: #dff4e9; }
.badge-warning { color: #784600; background: #ffefc7; }
.badge-primary { color: #164e7d; background: #dfeefa; }
.badge-neutral { color: #4d5c70; background: #e9edf2; }
.badge-danger { color: #8f1d16; background: #fee4e2; }

.metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.metric-card { min-height: 116px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.metric-card span { display: block; color: var(--muted); font-size: .86rem; font-weight: 650; }
.metric-card strong { display: block; margin-top: 7px; font-size: clamp(1.45rem, 3vw, 2rem); }
.metric-card small { color: var(--muted); }
.field { display: grid; gap: 7px; }
.field small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.stack { display: grid; gap: 14px; }

.data-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 11px 13px; text-align: left; border-bottom: 1px solid #e7ebf0; vertical-align: top; }
.data-table th { color: #536278; background: #f7f9fb; font-size: .78rem; letter-spacing: .035em; text-transform: uppercase; }
.data-table tr:last-child td { border-bottom: 0; }
.numeric { text-align: right !important; font-variant-numeric: tabular-nums; }
.empty-state { min-height: 180px; display: grid; place-items: center; padding: 26px; color: var(--muted); text-align: center; border: 1px dashed #cbd5df; border-radius: 10px; }
.loading-state { min-height: 220px; display: grid; place-items: center; color: var(--muted); }

.login-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(145deg, #f8fafc, #eaf1f7); }
.login-card { width: min(100%, 430px); padding: clamp(26px, 5vw, 42px); background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 50px rgba(25, 53, 82, .12); }
.login-card h1 { margin-bottom: 8px; }
.login-form { display: grid; gap: 10px; margin-top: 24px; }
.login-form .button { margin-top: 8px; }
.operator-touch-login-link { display: block; margin-top: 16px; color: #416985; font-size: .88rem; font-weight: 700; text-align: center; }
.check-row { min-height: 42px; display: flex; align-items: center; gap: 10px; font-weight: 550; }
.check-row input { width: 20px; min-height: 20px; margin: 0; }

.dashboard-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dashboard-link { min-height: 155px; display: flex; flex-direction: column; padding: 20px; color: inherit; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; box-shadow: var(--shadow); }
.dashboard-link:hover { color: inherit; border-color: #8db7d8; }
.dashboard-link strong { margin: auto 0 5px; font-size: 1.08rem; }
.dashboard-link span:last-child { color: var(--muted); }
.dashboard-icon { width: 44px; height: 44px; display: grid; place-items: center; color: #125b94; background: #e6f1fa; border-radius: 10px; font-size: 1.4rem; }

.beam-grid { display: grid; grid-template-columns: repeat(7, minmax(82px, 1fr)); gap: 10px; }
/* Beam colours are read from a couple of metres away, in daylight and through
   glare on the shop-floor panel, so every state keeps a saturated fill. */
.beam-tile { position: relative; min-width: 0; min-height: 86px; padding: 10px; display: grid; align-content: center; gap: 3px; color: #0f3b26; background: #b6eccd; border: 2px solid #17864e; border-radius: 10px; cursor: pointer; text-align: left; overflow: hidden; transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease; }
.beam-tile strong { font-size: 1.05rem; overflow-wrap: anywhere; }
.beam-tile small { min-width: 0; color: #1c6642; font-weight: 700; overflow-wrap: anywhere; }
.beam-tile.forming { color: #4e3200; background: #ffe3a0; border-color: #bf7f00; }
.beam-tile.forming small { color: #7a5200; }
.beam-tile.active-at-operator { color: #08304f; background: #b3d5f6; border-color: #0f5c98; }
.beam-tile.active-at-operator small { color: #144d7d; }
.beam-tile.loaded-inactive, .beam-tile.maintenance { color: #2b3441; background: #dbe0e6; border-color: #78828f; }
.beam-tile.loaded-inactive small, .beam-tile.maintenance small { color: #4b5666; }
.beam-tile.selected { padding-top: 25px; color: #5c3700; background: #fff0bd; border-color: #c97800; outline: 4px solid #f2a100; outline-offset: 2px; box-shadow: inset 0 0 0 2px #fff8e2, 0 7px 18px rgb(177 104 0 / 28%); }
.beam-tile.selected small { color: #714b14; }
.beam-tile.selected::after { content: "Выбрана"; position: absolute; top: 5px; right: 6px; padding: 2px 7px; color: #fff; background: #a85f00; border-radius: 999px; font-size: .58rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.master-grid { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(480px, 1.4fr); gap: 18px; align-items: start; }
.composition-list { display: grid; gap: 9px; }
.composition-row { display: grid; grid-template-columns: minmax(0, 1fr) 110px 44px; gap: 10px; align-items: center; padding: 10px; background: #f7f9fb; border: 1px solid #e0e6ed; border-radius: 9px; }
.composition-row p { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.composition-row small { color: var(--muted); }
.summary-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.summary-strip > div { padding: 12px; background: #f5f8fb; border-radius: 9px; }
.summary-strip span { display: block; color: var(--muted); font-size: .75rem; }
.summary-strip strong { font-size: 1.08rem; }
.action-row { display: flex; flex-wrap: wrap; gap: 10px; }
.cancel-transferred-hang-panel {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    padding: 14px;
    border: 2px solid #b42318;
    border-radius: 12px;
    background: #fff4f2;
}
.cancel-transferred-hang-panel p { margin: 4px 0 0; }
.cancel-transferred-hang-panel label { display: grid; gap: 6px; }

.file-drop { min-height: 190px; display: grid; place-items: center; gap: 8px; padding: 28px; text-align: center; background: #f9fbfd; border: 2px dashed #b6c6d5; border-radius: 12px; }
.file-drop input { max-width: 560px; background: #fff; }

@media (max-width: 1200px) {
    .beam-grid { grid-template-columns: repeat(5, minmax(82px, 1fr)); }
    .master-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .beam-grid { grid-template-columns: repeat(4, minmax(74px, 1fr)); }
}

@media (max-width: 620px) {
    .page-header { display: grid; }
    .header-actions { justify-content: stretch; }
    .header-actions .button { flex: 1 1 auto; }
    .form-grid, .dashboard-grid { grid-template-columns: 1fr; }
    .beam-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .summary-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .composition-row { grid-template-columns: minmax(0, 1fr) 90px 44px; }
}

.touch-keyboard-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    align-items: stretch;
}

.touch-keyboard-field > input,
.touch-keyboard-field > textarea {
    min-width: 0;
}

.touch-keyboard-field.multiline {
    grid-template-columns: 1fr;
}

.touch-keyboard-field.multiline > .touch-keyboard-button {
    justify-self: end;
    min-height: 40px;
}

.touch-keyboard-field.compact {
    position: relative;
    display: block;
}

.touch-keyboard-field.compact > input {
    width: 100%;
    padding-right: 56px !important;
}

.touch-keyboard-button {
    min-width: 62px;
    min-height: 44px;
    padding: 7px 10px;
    color: #0b4f82;
    background: #e5f1fa;
    border: 2px solid #4387b8;
    border-radius: 9px;
    cursor: pointer;
    font-size: .88rem;
    font-weight: 900;
    white-space: nowrap;
}

.touch-keyboard-field.compact > .touch-keyboard-button {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    min-width: 49px;
    min-height: 0;
    padding: 3px 5px;
    border-width: 1px;
    border-radius: 7px;
    font-size: .78rem;
}

.touch-keyboard-button:hover,
.touch-keyboard-button:focus-visible {
    color: #fff;
    background: #1769aa;
}

body.touch-keyboard-open {
    overflow: hidden;
}

.touch-keyboard-overlay {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    place-items: center;
    padding: 16px;
    background: rgb(12 29 48 / 70%);
}

.touch-keyboard-overlay[hidden] {
    display: none;
}

.touch-keyboard-dialog {
    width: min(1060px, 100%);
    max-height: calc(100vh - 28px);
    padding: 16px;
    overflow-y: auto;
    background: #fff;
    border: 3px solid #1769aa;
    border-radius: 18px;
    box-shadow: 0 22px 70px rgb(4 20 38 / 42%);
}

.touch-keyboard-dialog header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.touch-keyboard-dialog header small {
    color: #607187;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.touch-keyboard-dialog h2 {
    margin: 2px 0 0;
    color: #102b4a;
    font-size: 1.4rem;
}

.touch-keyboard-dialog header > button {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #6c2b24;
    background: #fff0ee;
    border: 2px solid #bd5a50;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.65rem;
}

.touch-keyboard-display {
    min-height: 62px;
    max-height: 116px;
    display: block;
    margin-bottom: 10px;
    padding: 11px 14px;
    overflow: auto;
    color: #102b4a;
    background: #eef5fa;
    border: 2px solid #8baac1;
    border-radius: 11px;
    font-size: 1.35rem;
    font-weight: 800;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.touch-keyboard-keys {
    display: grid;
    gap: 7px;
}

.touch-keyboard-row {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.touch-keyboard-row button,
.touch-keyboard-number-grid button {
    min-width: 58px;
    min-height: 54px;
    display: grid;
    place-items: center;
    padding: 6px 8px;
    color: #123b5e;
    background: #f7f9fb;
    border: 2px solid #aabaca;
    border-radius: 9px;
    cursor: pointer;
    font-size: 1.18rem;
    font-weight: 900;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
}

.touch-keyboard-dialog button,
.touch-keyboard-actions .button {
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
}

.touch-keyboard-row button:active,
.touch-keyboard-number-grid button:active {
    color: #fff;
    background: #1769aa;
    transform: translateY(1px);
}

.touch-keyboard-command-row button {
    min-width: 92px;
    font-size: .82rem;
}

.touch-keyboard-symbol-row button {
    min-width: 41px;
    min-height: 45px;
    padding-inline: 5px;
    font-size: 1rem;
}

.touch-keyboard-command-row .wide {
    min-width: 170px;
}

.touch-keyboard-command-row .active {
    color: #fff;
    background: #1769aa;
    border-color: #0d568c;
}

.touch-keyboard-number-grid {
    width: min(430px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    justify-self: center;
}

.touch-keyboard-number-grid button {
    min-height: 66px;
    font-size: 1.55rem;
}

.touch-keyboard-number-grid .key-clear,
.touch-keyboard-number-grid .key-backspace {
    color: #733b19;
    background: #fff6e8;
    border-color: #cf9464;
    font-size: .9rem;
}

.touch-keyboard-actions {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 9px;
    margin-top: 12px;
}

.touch-keyboard-actions .button {
    min-height: 54px;
    font-size: 1rem;
}

@media (max-width: 850px) {
    .touch-keyboard-dialog {
        padding: 10px;
    }

    .touch-keyboard-row {
        gap: 3px;
    }

    .touch-keyboard-row button {
        min-width: 0;
        min-height: 46px;
        flex: 1 1 0;
        padding: 4px 2px;
        font-size: .95rem;
    }

    .touch-keyboard-command-row {
        flex-wrap: wrap;
    }

    .touch-keyboard-command-row button,
    .touch-keyboard-command-row .wide {
        min-width: 110px;
        flex: 1 1 110px;
    }
}
