#votings_index .votings_hero {
    background: linear-gradient(120deg, #f7faff 0%, #eef4ff 100%);
    border-radius: 14px;
}

#votings_index .votings_kpi {
    background: #ffffff;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    padding: 12px 14px;
}

#votings_index .votings_kpi_label {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#votings_index .votings_kpi_value {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

#votings_index .table thead th {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom-color: #e9ecef;
}

#votings_index .table tbody td {
    padding-top: 14px;
    padding-bottom: 14px;
}

#votings_index .votings_title_link {
    color: #0d3b8a;
    text-decoration: none;
}

#votings_index .votings_title_link:hover {
    text-decoration: underline;
}

#votings_index .votings_recent_list {
    display: grid;
    gap: 10px;
}

#votings_index .votings_recent_item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e9edf3;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 14px;
}

#votings_index .votings_recent_item:hover {
    background: #f8fbff;
    border-color: #d8e5ff;
}

#votings_index .votings_recent_title {
    font-weight: 600;
}

#votings_index .votings_recent_meta,
#votings_index .votings_recent_time {
    font-size: 13px;
    color: #6c757d;
}

#votings_view .card {
    border-radius: 14px;
}

#votings_view .badge {
    font-weight: 600;
}

#votings_view .progress {
    height: 8px;
    background-color: #eef2f7;
}

#votings_view .progress-bar {
    background: linear-gradient(90deg, #0d6efd 0%, #4f8cff 100%);
}

#votings_create .votings_create_hero {
    background: linear-gradient(120deg, #f7faff 0%, #eef4ff 100%);
    border-radius: 14px;
}

#votings_create .card {
    border-radius: 14px;
}

#votings_create .form-control,
#votings_create .form-select {
    border-color: #dce6f5;
}

#votings_create .form-control:focus,
#votings_create .form-select:focus {
    border-color: #8ab4ff;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

#votings_create .votings_create_options {
    min-height: 220px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#votings_create .votings_create_aside {
    position: sticky;
    top: 18px;
}

#votings_create .votings_create_tips {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
    color: #495057;
}