body {
    background-color: #f1f1f1;
}
.full-height {
    min-height:100vh !important;
}
.login-box {
    max-width:400px;
    margin:auto;
    margin-top: 100px;
}
.navbar-vertical .navbar-nav .nav-link.active {
    background-color:rgba(94, 114, 228, 0.1) !important;
}
.table td, .table th {
    vertical-align: middle;
}
.custom-switch .custom-control-label::before {
    border-radius: 1rem !important;
}

.vote-public {
    min-height: 100vh;
    margin: 0;
    color: #eefcff;
    background:
        linear-gradient(120deg, rgba(6, 48, 52, 0.5), transparent 38rem),
        linear-gradient(180deg, #020709 0%, #071113 56%, #081011 100%);
    overflow-x: hidden;
}

.vote-public::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% -10%, rgba(55, 247, 255, 0.12), transparent 34rem),
        radial-gradient(circle at 8% 34%, rgba(0, 121, 145, 0.16), transparent 27rem),
        radial-gradient(circle at 92% 76%, rgba(21, 199, 193, 0.13), transparent 28rem);
}

.vote-public a {
    color: #83faff;
}

.vote-nav,
.vote-scene,
.vote-footer {
    position: relative;
    z-index: 1;
}

.vote-nav {
    padding: 28px clamp(18px, 4vw, 56px) 0;
}

.vote-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.vote-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #f6feff;
    text-decoration: none;
}

.vote-brand:hover,
.vote-account:hover,
.vote-nav__links a:hover,
.vote-footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.vote-brand__mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(130, 255, 255, 0.42);
    border-radius: 14px;
    color: #8fffff;
    background: rgba(102, 255, 255, 0.08);
    font-weight: 950;
    box-shadow: 0 0 28px rgba(0, 232, 255, 0.12);
}

.vote-brand__name {
    color: #f6feff;
    font-size: 0.96rem;
    font-weight: 950;
    letter-spacing: 4px;
}

.vote-nav__links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(141, 255, 255, 0.17);
    border-radius: 22px;
    background: rgba(4, 17, 19, 0.72);
    backdrop-filter: blur(16px);
}

.vote-nav__links a {
    min-width: 92px;
    padding: 11px 16px;
    border-radius: 16px;
    color: #b9d2d7;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease;
}

.vote-nav__links a.is-active {
    color: #ffffff;
    background: rgba(126, 255, 255, 0.12);
}

.vote-account {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid rgba(141, 255, 255, 0.17);
    border-radius: 16px;
    color: #e8fbff;
    background: rgba(4, 17, 19, 0.72);
    text-decoration: none;
}

.vote-account small {
    color: #89faff;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vote-scene {
    display: grid;
    min-height: calc(100vh - 154px);
    width: min(1240px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(36px, 6vw, 82px) 0 34px;
}

.vote-card {
    align-self: center;
    width: 100%;
    border: 1px solid rgba(144, 255, 255, 0.18);
    border-radius: 26px;
    background: rgba(5, 18, 21, 0.82);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.vote-card--intro {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.78fr);
}

.vote-showcase {
    position: relative;
    display: flex;
    min-height: 580px;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(24px, 3.4vw, 42px);
    background:
        linear-gradient(180deg, rgba(2, 7, 9, 0.1), rgba(2, 7, 9, 0.88)),
        rgba(2, 12, 14, 0.86);
    overflow: hidden;
}

.vote-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    border-right: 1px solid rgba(144, 255, 255, 0.15);
    pointer-events: none;
}

.vote-showcase__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.58;
    transform: scale(1.03);
}

.vote-showcase__content,
.vote-steps {
    position: relative;
    z-index: 1;
}

.vote-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(121, 255, 255, 0.28);
    border-radius: 999px;
    color: #9fffff;
    background: rgba(1, 26, 29, 0.72);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.vote-showcase h1,
.vote-dashboard__header h1 {
    max-width: 620px;
    margin: 0;
    color: #f7feff;
    font-size: clamp(2.6rem, 4.3vw, 4.8rem);
    font-weight: 950;
    line-height: 1;
}

.vote-dashboard__header h1 {
    font-size: clamp(2.35rem, 3.5vw, 4rem);
}

.vote-showcase p,
.vote-dashboard__header p {
    max-width: 560px;
    margin: 18px 0 0;
    color: #c0d6dc;
    font-size: 1.04rem;
    line-height: 1.7;
}

.vote-dashboard__header p strong {
    color: #ffffff;
}

.vote-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vote-steps div,
.vote-stats div {
    border: 1px solid rgba(144, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(2, 19, 22, 0.72);
}

.vote-steps div {
    min-height: 84px;
    padding: 16px;
}

.vote-steps span {
    display: block;
    color: #82faff;
    font-size: 0.75rem;
    font-weight: 950;
    letter-spacing: 2px;
}

.vote-steps strong {
    display: block;
    margin-top: 9px;
    color: #f6feff;
    font-size: 0.96rem;
}

.vote-panel {
    display: flex;
    min-height: 580px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(26px, 3.6vw, 48px);
}

.vote-panel__status,
.vote-user-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #f5feff;
}

.vote-panel__status {
    margin-bottom: 24px;
    font-size: 0.98rem;
}

.vote-pulse {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #53ffd8;
    box-shadow: 0 0 0 10px rgba(83, 255, 216, 0.09), 0 0 24px rgba(83, 255, 216, 0.54);
}

.vote-panel h2 {
    margin: 0;
    color: #f7feff;
    font-size: clamp(2rem, 3vw, 3.1rem);
    font-weight: 950;
    line-height: 1.05;
}

.vote-panel p {
    max-width: 520px;
    margin: 14px 0 0;
    color: #bdd4da;
    font-size: 1rem;
    line-height: 1.65;
}

.vote-alert {
    margin: 22px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(255, 105, 135, 0.32);
    border-radius: 16px;
    color: #ffe2e8;
    background: rgba(255, 55, 95, 0.1);
}

.vote-form {
    margin-top: 28px;
}

.vote-form label {
    display: block;
    margin-bottom: 10px;
    color: #99fbff;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.vote-form__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.vote-form input {
    min-width: 0;
    height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(143, 255, 255, 0.2);
    border-radius: 16px;
    color: #f6feff;
    background: rgba(255, 255, 255, 0.07);
    outline: none;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.vote-form input::placeholder {
    color: #94aeb4;
}

.vote-form input:focus {
    border-color: rgba(125, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 4px rgba(89, 255, 255, 0.08);
}

.vote-form button,
.vote-user-card a,
.vote-site__state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    color: #021114;
    background: #70f4ff;
    font-weight: 950;
    text-transform: uppercase;
    text-decoration: none;
}

.vote-form button {
    min-height: 56px;
    padding: 0 20px;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(38, 219, 255, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.vote-form button:hover {
    color: #021114;
    transform: translateY(-1px);
    box-shadow: 0 20px 44px rgba(38, 219, 255, 0.24);
}

.vote-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.vote-stats div {
    min-height: 104px;
    padding: 18px;
}

.vote-stats strong {
    display: block;
    color: #96ffff;
    font-size: 2rem;
    line-height: 1;
}

.vote-stats span {
    display: block;
    margin-top: 8px;
    color: #abc3c9;
}

.vote-card--dashboard {
    padding: clamp(24px, 3.2vw, 40px);
}

.vote-dashboard__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.vote-user-card {
    flex: 0 0 auto;
    min-width: 260px;
    padding: 14px;
    border: 1px solid rgba(143, 255, 255, 0.15);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
}

.vote-user-card small {
    display: block;
    color: #99b5bb;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.vote-user-card strong {
    display: block;
    color: #ffffff;
    line-height: 1.1;
}

.vote-user-card a {
    min-height: 40px;
    margin-left: auto;
    padding: 0 12px;
    border-radius: 13px;
    font-size: 0.75rem;
}

.vote-sites {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vote-loading {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(143, 255, 255, 0.18);
    border-top-color: #8fffff;
    border-radius: 999px;
    animation: vote-spin 850ms linear infinite;
}

.vote-sites > .vote-loading,
.vote-sites > .vote-loading + strong {
    align-self: center;
}

.vote-site {
    display: grid;
    grid-template-columns: 176px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 112px;
    padding: 18px;
    border: 1px solid rgba(143, 255, 255, 0.13);
    border-radius: 20px;
    color: #f2feff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
        rgba(2, 19, 22, 0.66);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.vote-site:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.vote-site.is-ready:hover {
    border-color: rgba(126, 255, 255, 0.45);
    background:
        linear-gradient(135deg, rgba(118, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(8, 41, 45, 0.86);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(126, 255, 255, 0.08) inset;
}

.vote-site.is-cooling {
    cursor: not-allowed;
    opacity: 0.62;
    pointer-events: none;
}

.vote-site__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 76px;
    padding: 0;
    border-radius: 16px;
    background: rgba(117, 255, 255, 0.025);
    overflow: hidden;
}

.vote-site__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.vote-site.is-cooling .vote-site__logo {
    background: rgba(255, 255, 255, 0.025);
    filter: grayscale(1);
}

.vote-site strong {
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vote-site__copy {
    min-width: 0;
}

.vote-site small {
    display: block;
    margin-top: 5px;
    color: #9edce3;
    font-size: 0.86rem;
    font-weight: 800;
}

.vote-site.is-cooling small {
    color: #b1c2c7;
}

.vote-site__state {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.5px;
}

.vote-site.is-cooling .vote-site__state {
    color: #c4d7db;
    background: rgba(255, 255, 255, 0.08);
}

.vote-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1240px, calc(100% - 36px));
    margin: 0 auto;
    padding: 0 0 30px;
    color: #84a1a7;
}

.vote-footer p {
    margin: 0;
}

.vote-footer a {
    color: #82faff;
}

.vote-footer__admin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff5575 !important;
    font-weight: 900;
    text-decoration: none;
}

@keyframes vote-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1060px) {
    .vote-card--intro {
        grid-template-columns: 1fr;
    }

    .vote-showcase,
    .vote-panel {
        min-height: auto;
    }

    .vote-showcase {
        min-height: 420px;
    }

    .vote-showcase::after {
        border-right: 0;
        border-bottom: 1px solid rgba(144, 255, 255, 0.15);
    }

    .vote-sites {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .vote-nav {
        padding: 18px 14px 0;
    }

    .vote-nav__inner,
    .vote-dashboard__header,
    .vote-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .vote-nav__links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        border-radius: 20px;
    }

    .vote-nav__links a {
        min-width: 0;
    }

    .vote-scene,
    .vote-footer {
        width: min(100% - 28px, 1240px);
    }

    .vote-scene {
        padding: 28px 0;
    }

    .vote-card,
    .vote-showcase {
        border-radius: 22px;
    }

    .vote-showcase {
        min-height: 390px;
    }

    .vote-showcase h1,
    .vote-dashboard__header h1 {
        font-size: clamp(2.35rem, 12vw, 3.35rem);
    }

    .vote-steps,
    .vote-form__row,
    .vote-stats,
    .vote-sites {
        grid-template-columns: 1fr;
    }

    .vote-site {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .vote-site__logo {
        grid-column: 1 / -1;
        justify-content: flex-start;
        width: 100%;
        height: 66px;
    }

    .vote-form button {
        width: 100%;
    }

    .vote-user-card {
        min-width: 0;
    }
}

/* Elysium integration overrides */
.vote-public {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 50% -10%, rgba(55, 247, 255, 0.15), transparent 32rem),
        radial-gradient(circle at 10% 30%, rgba(0, 121, 145, 0.14), transparent 25rem),
        linear-gradient(180deg, #01070a 0%, #06151b 48%, #02070a 100%);
    scrollbar-color: rgba(112, 244, 255, 0.85) rgba(4, 17, 19, 0.9);
}

.vote-public::-webkit-scrollbar {
    width: 12px;
}

.vote-public::-webkit-scrollbar-track {
    background: rgba(4, 17, 19, 0.9);
}

.vote-public::-webkit-scrollbar-thumb {
    border: 3px solid rgba(4, 17, 19, 0.9);
    border-radius: 999px;
    background: linear-gradient(180deg, #70f4ff, #2ebac5);
}

.vote-nav {
    padding-top: 24px;
}

.vote-brand__mark {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 0 26px rgba(51, 234, 255, 0.32);
    object-fit: contain;
}

.vote-brand__name {
    letter-spacing: 3px;
}

.vote-nav__links {
    border-radius: 999px;
}

.vote-card {
    border-radius: 8px;
}

.vote-card--intro {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
}

.vote-showcase {
    min-height: 540px;
}

.vote-showcase h1,
.vote-dashboard__header h1 {
    letter-spacing: 0;
}

.vote-showcase__image {
    opacity: 0.72;
}

.vote-eyebrow,
.vote-form label {
    letter-spacing: 2px;
}

.vote-form input,
.vote-form button,
.vote-user-card,
.vote-site,
.vote-site__logo,
.vote-alert,
.vote-stats div,
.vote-steps div {
    border-radius: 8px;
}

.vote-site__state,
.vote-nav__links,
.vote-nav__links a,
.vote-account,
.vote-user-card a {
    border-radius: 999px;
}

.vote-footer__admin {
    color: #7efcff !important;
}

@media (max-width: 760px) {
    .vote-brand__mark {
        width: 46px;
        height: 46px;
    }

    .vote-card,
    .vote-showcase {
        border-radius: 8px;
    }
}