* {
    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);
}
._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;
}
._shell_1dink_1 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #8a282b;
    overflow: hidden;
}

._header_1dink_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_1dink_37 {
    display: flex;
    gap: 18px;
}

._link_1dink_47 {
    color: white;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 3px;
    font-weight: 500;
}

._link_1dink_47:hover {
    background: rgba(255, 255, 255, 0.15);
}

._active_1dink_71 {
    background: rgba(255, 255, 255, 0.22);
}

._userArea_1dink_79 {
    display: flex;
    align-items: center;
    gap: 10px;
}

._user_1dink_79 {
    font-size: 13px;
    opacity: 0.85;
}

._logout_1dink_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_1dink_101:hover {
    background: rgba(255, 255, 255, 0.15);
}

._main_1dink_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;
}
._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;
}
/*$vite$:1*/