* {
    box-sizing: border-box;
}

html,
body,
#root {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body {
    background: #8a282b;
    color: #1a1a1a;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

a {
    color: #0a4c8a;
}

button {
    font: inherit;
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
    font: inherit;
    padding: 6px 8px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    background: white;
}

input[readonly],
textarea[readonly] {
    background: #f5f5f5;
    color: #666;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 6px 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

th {
    background: #f3f3f3;
    font-weight: 600;
}

dialog {
    border: none;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    max-width: 600px;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.4);
}
._shell_es3bi_1 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #8a282b;
    overflow: hidden;
}

._header_es3bi_17 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #8a282b;
    color: white;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

._nav_es3bi_37 {
    display: flex;
    gap: 18px;
}

._link_es3bi_47 {
    color: white;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 3px;
    font-weight: 500;
}

._link_es3bi_47:hover {
    background: rgba(255, 255, 255, 0.15);
}

._active_es3bi_71 {
    background: rgba(255, 255, 255, 0.22);
}

._userArea_es3bi_79 {
    display: flex;
    align-items: center;
    gap: 10px;
}

._user_es3bi_79 {
    font-size: 13px;
    opacity: 0.85;
}

._logout_es3bi_101 {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    cursor: pointer;
}

._logout_es3bi_101:hover {
    background: rgba(255, 255, 255, 0.15);
}

._main_es3bi_129 {
    flex: 1;
    padding: 20px;
    background: #f5f1ec;
    margin: 12px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    min-height: 0;
    overflow-y: auto;
}
._main-constrained_es3bi_149 {
    align-self: center;
    width: calc(100% - 24px);
    margin-left: 0;
    margin-right: 0;
}
._container_1202j_1 {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

._entry_1202j_29 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-left: 4px solid #c0392b;
}

._entry_1202j_29 + ._entry_1202j_29 {
    border-top: 1px solid #eee;
}

._ok_1202j_53 {
    margin-left: auto;
    flex-shrink: 0;
    padding: 4px 10px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
}

._ok_1202j_53:hover {
    background: #f0f0f0;
}
._page_cei2e_1 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8a282b;
}

._card_cei2e_17 {
    background: white;
    padding: 40px 48px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-width: 340px;
}

._card_cei2e_17 h1 {
    margin-top: 0;
    color: #8a282b;
}

._button_cei2e_45 {
    margin-top: 20px;
    display: inline-block;
    min-height: 40px;
}

._error_cei2e_57 {
    color: #a00;
    margin-top: 14px;
}
._hint_lddkd_1 {
    color: #666;
    margin-top: 0;
}

._orgSection_lddkd_6 {
    margin-bottom: 22px;
}

._orgSection_lddkd_6 h2 {
    font-size: 16px;
    margin-bottom: 8px;
}

._jobsLink_lddkd_15 {
    font-size: 12px;
    font-weight: 400;
    color: #8a282b;
}

._computerList_lddkd_21 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

._computerList_lddkd_21 li {
    display: flex;
    gap: 12px;
    align-items: center;
}

._name_lddkd_36 {
    min-width: 220px;
    font-variant-numeric: tabular-nums;
}

._empty_lddkd_41 {
    color: #999;
}

._addRow_lddkd_45 {
    display: flex;
    gap: 8px;
    align-items: center;
}

._addButton_lddkd_51 {
    background: #8a282b;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 14px;
}

._addButton_lddkd_51:disabled {
    background: #c9c9c9;
    cursor: default;
}
._hint_144ex_1 {
    color: #555;
    margin-bottom: 1.5rem;
}

._section_144ex_6 {
    margin-bottom: 1.75rem;
}

._section_144ex_6 h2 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    margin-bottom: 0.6rem;
}

._printerList_144ex_18 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

._printer_144ex_18 {
    width: 100%;
    text-align: left;
    padding: 0.7rem 0.9rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

._printer_144ex_18:hover {
    border-color: #8a282b;
}

._selected_144ex_44 {
    border-color: #8a282b;
    box-shadow: inset 0 0 0 1px #8a282b;
}

._printerName_144ex_49 {
    font-weight: 600;
}

._printerModel_144ex_53 {
    font-size: 0.85rem;
    color: #666;
}

._fieldset_144ex_58 {
    border: none;
    padding: 0;
    margin: 0 0 0.9rem;
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

._fieldset_144ex_58 legend {
    float: left;
    width: 6rem;
    color: #555;
}

._fieldset_144ex_58 label,
._row_144ex_74 label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
}

._row_144ex_74 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

._row_144ex_74 input[type='number'] {
    width: 5rem;
}

._submitRow_144ex_92 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

._submitButton_144ex_99 {
    padding: 0.6rem 1.6rem;
    background: #8a282b;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
}

._submitButton_144ex_99:disabled {
    background: #bbb;
    cursor: default;
}

._pending_144ex_114 {
    color: #555;
}

._success_144ex_118 {
    margin-top: 1.25rem;
    color: #1d6b2f;
    font-weight: 600;
}

._error_144ex_124 {
    margin-top: 1.25rem;
    color: #8a282b;
    font-weight: 600;
}
._filters_138ed_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
    margin-bottom: 14px;
}

._filters_138ed_1 label {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #444;
}

._grid_138ed_18 {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow-x: auto;
}

._headerRow_138ed_24,
._row_138ed_25 {
    display: grid;
    grid-template-columns: 110px minmax(180px, 2fr) minmax(90px, 1fr) minmax(90px, 1fr) 60px 60px 80px 100px minmax(150px, 1fr);
    gap: 8px;
    align-items: center;
    padding: 5px 10px;
    min-width: 950px;
}

._row_138ed_25 {
    border-top: 1px solid #ececec;
}

._row_138ed_25:nth-child(even) {
    background: #fafafa;
}

._headerRow_138ed_24 {
    background: #f3f3f3;
    font-weight: 600;
}

._sortButton_138ed_47 {
    background: none;
    border: none;
    padding: 0;
    font-weight: 600;
    text-align: left;
    color: inherit;
}

._sortButton_138ed_47:hover {
    color: #8a282b;
}

._sortActive_138ed_60 {
    color: #8a282b;
}

._num_138ed_64 {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

._doc_138ed_69 {
    overflow-wrap: anywhere;
}

._doc_138ed_69 a {
    color: #8a282b;
}

._empty_138ed_77 {
    padding: 14px;
    margin: 0;
    color: #666;
}

._pager_138ed_83 {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 12px;
}

._pager_138ed_83 button {
    background: #8a282b;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 14px;
}

._pager_138ed_83 button:disabled {
    background: #c9c9c9;
    cursor: default;
}
/*$vite$:1*/