:root {
    --support-ink: #21150d;
    --support-muted: #745f4d;
    --support-orange: #ff8a1f;
    --support-gold: #ffc857;
    --support-cream: #fff9ec;
    --support-line: #eadbc6;
    --support-green: #087f5b;
    --support-red: #c9342f;
}

.support-page {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at 8% 4%, rgba(255, 200, 87, 0.34), transparent 28rem),
        radial-gradient(circle at 92% 16%, rgba(255, 138, 31, 0.18), transparent 25rem),
        linear-gradient(180deg, #fffdf8 0%, #fff8e9 46%, #fffdf9 100%);
    color: var(--support-ink);
    font-family: "Encode Sans Expanded", Arial, sans-serif;
}

.support-page *,
.support-page *::before,
.support-page *::after {
    box-sizing: border-box;
}

.support-shell {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 36px;
}

.support-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid rgba(113, 72, 36, 0.17);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--support-ink);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(74, 40, 14, 0.08);
    backdrop-filter: blur(14px);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.support-back i {
    display: inline-block;
    -webkit-text-stroke: 1px;
    transition: transform 0.2s ease;
}

.support-back:hover,
.support-back:focus {
    color: #ff8a1f;
    border-color: rgba(255, 138, 31, 0.5);
    background: rgba(255, 255, 255, 0.9);
    outline: none;
}

.support-back:hover i,
.support-back:focus i {
    transform: translateX(-4px);
}



.support-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: center;
    gap: 64px;
    padding: 64px 24px 50px;
}

.support-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 7px 12px;
    border: 1px solid #f0d8b8;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #995116;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.support-hero h1 {
    max-width: 750px;
    margin: 0;
    color: var(--support-ink);
    font-family: "Dela Gothic One", sans-serif;
    font-size: clamp(42px, 7vw, 86px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.support-hero h1 span {
    color: var(--support-orange);
}

.support-hero__copy > p {
    max-width: 720px;
    margin: 24px 0 0;
    color: var(--support-muted);
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 600;
    line-height: 1.75;
}

.support-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 24px;
}

.support-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #654e3c;
    font-size: 12px;
    font-weight: 800;
}

.support-trust i {
    color: var(--support-green);
}

.support-cup {
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    width: 250px;
    aspect-ratio: 1;
    border: 1px solid rgba(124, 72, 25, 0.14);
    border-radius: 42% 58% 57% 43% / 46% 38% 62% 54%;
    background:
        radial-gradient(circle at 32% 24%, #fff8d8 0 10%, transparent 11%),
        linear-gradient(145deg, #ffd76f, #ff9c32 68%, #f77819);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        0 34px 60px rgba(226, 112, 25, 0.24);
    transform: rotate(3deg);
}

.support-cup::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px dashed rgba(92, 42, 12, 0.2);
    border-radius: inherit;
}

.support-cup > i {
    position: relative;
    z-index: 1;
    color: #3a1c0c;
    font-size: 86px;
    line-height: 1;
}

.support-cup > span:last-child {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    color: #3a1c0c;
    font-family: "Pacifico", cursive;
    font-size: 25px;
}

.support-cup__steam {
    position: absolute !important;
    z-index: 2 !important;
    width: 10px;
    height: 45px;
    margin: 0 !important;
    border: 3px solid rgba(255, 255, 255, 0.75);
    border-top: 0;
    border-bottom: 0;
    border-radius: 50%;
    animation: support-steam 2.6s ease-in-out infinite;
}

.support-cup__steam--one {
    top: 40px;
    left: 102px;
}

.support-cup__steam--two {
    top: 30px;
    left: 136px;
    animation-delay: -1.2s;
}

@keyframes support-steam {
    0%, 100% { opacity: 0.25; transform: translateY(8px) scaleY(0.85); }
    50% { opacity: 0.85; transform: translateY(-8px) scaleY(1.1); }
}

.payment-guide {
    margin: 0 0 22px;
    padding: 24px;
    border: 1px solid rgba(131, 82, 38, 0.13);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 55px rgba(81, 43, 12, 0.07);
    backdrop-filter: blur(16px);
}

.payment-guide__heading {
    margin-bottom: 18px;
    text-align: center;
}

.payment-guide__heading > p,
.supporters-heading > div > p {
    margin: 0 0 5px;
    color: #b45e18;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.payment-guide__heading h2,
.supporters-heading h2 {
    margin: 0;
    color: var(--support-ink);
    font-size: clamp(22px, 3vw, 31px) !important;
    font-weight: 900;
}

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

.payment-guide__steps article {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 116px;
    padding: 17px;
    overflow: hidden;
    border: 1px solid #f0dfc9;
    border-radius: 17px;
    background: linear-gradient(145deg, #fffdf9, #fff7e7);
}

.payment-guide__steps article > span {
    position: absolute;
    top: 8px;
    right: 11px;
    color: rgba(180, 94, 24, 0.16);
    font-family: "Dela Gothic One", sans-serif;
    font-size: 37px;
}

.payment-guide__steps article > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffd76f, #ff9631);
    color: #42210c;
    font-size: 20px;
}

.payment-guide__steps h3 {
    margin: 0 0 5px;
    color: var(--support-ink);
    font-size: 13px;
    font-weight: 900;
}

.payment-guide__steps p {
    margin: 0;
    color: #7b6654;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.55;
}

.support-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
    gap: 22px;
    align-items: start;
}

.support-form-card,
.payment-card {
    border: 1px solid rgba(131, 82, 38, 0.13);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 26px 70px rgba(81, 43, 12, 0.1);
    backdrop-filter: blur(18px);
}

.support-form-card {
    padding: 28px;
}

.payment-card {
    min-height: 600px;
    padding: 22px;
}

.support-card-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 24px;
}

.support-step {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #24150c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.support-card-heading p,
.support-success p {
    margin: 0 0 3px;
    color: #a05b20;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.support-card-heading h2,
.support-success h2 {
    margin: 0;
    color: var(--support-ink);
    font-size: 22px !important;
    font-weight: 900;
}

.support-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

.support-field {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.support-field > span,
.amount-picker legend {
    color: #4f3828;
    font-size: 12px;
    font-weight: 800;
}

.support-field em {
    color: #a18b79;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.support-field small {
    margin-top: -2px;
    color: #9b8776;
    font-size: 9px;
    font-weight: 650;
}

.support-field input,
.support-field textarea,
.custom-amount {
    width: 100%;
    border: 1px solid var(--support-line);
    border-radius: 13px;
    background: #fffdf9;
    color: var(--support-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.support-field input,
.custom-amount {
    min-height: 50px;
    padding: 0 14px;
}

.support-field textarea {
    min-height: 112px;
    padding: 14px;
    resize: vertical;
}

.support-field input:focus,
.support-field textarea:focus,
.custom-amount:focus-within {
    border-color: #e88a32;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 158, 54, 0.13);
}

.amount-picker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px 12px;
    min-width: 0;
    margin: 2px 0 18px;
    padding: 0;
    border: 0;
}

.amount-picker legend {
    grid-column: 1 / -1;
    margin: 0;
}

.amount-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.amount-option {
    min-height: 50px;
    padding: 0 8px;
    border: 1px solid var(--support-line);
    border-radius: 13px;
    background: #fffdf9;
    color: #6f4b2d;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.amount-option:hover {
    transform: translateY(-2px);
    border-color: #e7ad70;
}

.amount-option.is-selected {
    border-color: #ed8c30;
    background: linear-gradient(135deg, #fff3cc, #ffd171);
    color: #4b260e;
    box-shadow: 0 8px 20px rgba(229, 127, 30, 0.13);
}

.custom-amount {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
}

.custom-amount span {
    color: #b6631d;
    font-size: 17px;
    font-weight: 900;
}

.custom-amount input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--support-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    outline: 0;
}

.support-primary-btn,
.upi-open-btn,
.upi-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    border-radius: 14px;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.support-primary-btn {
    width: 100%;
    padding: 0 18px;
    border: 1px solid #3d210d;
    background: linear-gradient(135deg, #38200f, #17100b);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(40, 22, 10, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.support-primary-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(40, 22, 10, 0.24);
}

.support-primary-btn:disabled,
.upi-open-btn.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.support-form-status {
    display: none;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 14px;
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.55;
}

.support-form-status.is-visible {
    display: flex;
}

.support-form-status.is-error {
    border: 1px solid #f0b8b4;
    background: #fff2f1;
    color: #98302d;
}

.support-form-status.is-warning {
    border: 1px solid #ffe3a8;
    background: #fff9eb;
    color: #8c5d00;
}

.support-form-status.is-success {
    border: 1px solid #acdcca;
    background: #effcf7;
    color: #087153;
}

.payment-empty {
    display: grid;
    justify-items: center;
    align-content: center;
    min-height: 554px;
    padding: 36px;
    border: 1px dashed #e4c7a5;
    border-radius: 21px;
    background:
        linear-gradient(rgba(255, 246, 226, 0.75), rgba(255, 253, 249, 0.86)),
        linear-gradient(#e9d7bf 1px, transparent 1px),
        linear-gradient(90deg, #e9d7bf 1px, transparent 1px);
    background-size: auto, 30px 30px, 30px 30px;
    text-align: center;
}

.payment-empty__icon {
    display: grid;
    place-items: center;
    width: 86px;
    aspect-ratio: 1;
    margin-bottom: 18px;
    border-radius: 25px;
    background: linear-gradient(135deg, #ffca5d, #ff8a1f);
    color: #3b1c09;
    box-shadow: 0 18px 36px rgba(226, 112, 25, 0.2);
}

.payment-empty__icon i {
    font-size: 38px;
}

.payment-empty h2 {
    margin: 0;
    color: var(--support-ink);
    font-size: 23px !important;
    font-weight: 900;
}

.payment-empty > p {
    max-width: 330px;
    margin: 10px 0 22px;
    color: var(--support-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
}

.payment-empty ol {
    display: grid;
    gap: 9px;
    margin: 0;
    padding-left: 24px;
    color: #75563e;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}

.payment-ready {
    padding: 6px;
}

.support-card-heading--payment {
    margin: 6px 0 18px;
}

.payment-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 13px 15px;
    border: 1px solid #f1d7b5;
    border-radius: 14px;
    background: #fff7e6;
}

.payment-summary span {
    color: #70543c;
    font-size: 11px;
    font-weight: 800;
}

.payment-summary strong {
    color: #a44f11;
    font-size: 22px;
    font-weight: 900;
}

.qr-frame {
    position: relative;
    display: grid;
    place-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(60, 34, 15, 0.12);
}

.support-qr {
    display: grid;
    place-items: center;
    width: 246px;
    height: 246px;
}

.support-qr canvas,
.support-qr svg {
    max-width: 100%;
    height: auto;
}

.qr-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    border-color: var(--support-orange);
    border-style: solid;
}

.qr-corner--one {
    top: 7px;
    left: 7px;
    border-width: 3px 0 0 3px;
    border-radius: 10px 0 0;
}

.qr-corner--two {
    top: 7px;
    right: 7px;
    border-width: 3px 3px 0 0;
    border-radius: 0 10px 0 0;
}

.qr-corner--three {
    right: 7px;
    bottom: 7px;
    border-width: 0 3px 3px 0;
    border-radius: 0 0 10px;
}

.qr-corner--four {
    bottom: 7px;
    left: 7px;
    border-width: 0 0 3px 3px;
    border-radius: 0 0 0 10px;
}

.payment-reference,
.payment-timer {
    margin: 11px 0 0;
    color: #7c6756;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.payment-reference strong {
    color: #4c3020;
    user-select: all;
}

.payment-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.payment-timer.is-expired {
    color: var(--support-red);
}

.upi-open-btn {
    display: none;
    width: 100%;
    margin-top: 16px;
    border: 1px solid #dc781b;
    background: linear-gradient(135deg, #ffc959, #ff8a1f);
    color: #321807;
    box-shadow: 0 12px 26px rgba(221, 111, 17, 0.18);
}

.upi-open-btn:hover,
.upi-open-btn:focus {
    color: #321807;
}

.upi-copy-btn {
    width: 100%;
    min-height: 44px;
    margin-top: 8px;
    border: 1px solid var(--support-line);
    background: #fffdf9;
    color: #59402e;
}

.payment-confirm {
    margin-top: 22px;
    padding-top: 21px;
    border-top: 1px solid #eadcc9;
}

.support-card-heading--confirm {
    margin-bottom: 16px;
}

.support-card-heading--confirm .support-step {
    background: #a75817;
}

.payment-check {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 10px;
    margin: 2px 0 14px;
    color: #66503f;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    cursor: pointer;
}

.payment-check input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #b96019;
}

.support-primary-btn--confirm {
    background: linear-gradient(135deg, #087f5b, #075e48);
    border-color: #075e48;
}

.support-success {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
    padding: 22px;
    border: 1px solid #a8dbc8;
    border-radius: 22px;
    background: linear-gradient(135deg, #effcf7, #ffffff);
    box-shadow: 0 20px 48px rgba(8, 127, 91, 0.1);
}

.support-success:not([hidden]) {
    display: grid;
}

.support-success > span {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #087f5b;
    color: #ffffff;
    font-size: 23px;
}

.support-success div > p:last-child {
    margin: 7px 0 0;
    color: #587066;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: 0;
}

.support-success > a {
    padding: 11px 14px;
    border: 1px solid #a8dbc8;
    border-radius: 12px;
    color: #087153;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

.supporters-section {
    margin-top: 22px;
    padding: 28px;
    border: 1px solid rgba(131, 82, 38, 0.13);
    border-radius: 28px;
    background:
        radial-gradient(circle at 94% 8%, rgba(255, 126, 80, 0.12), transparent 18rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 236, 0.9));
    box-shadow: 0 26px 70px rgba(81, 43, 12, 0.09);
}

.supporters-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.supporters-heading > div > span {
    display: block;
    max-width: 670px;
    margin-top: 8px;
    color: #806b59;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.65;
}

.supporters-stats {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.supporters-stats span {
    min-width: 112px;
    padding: 11px 13px;
    border: 1px solid #eddcc6;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    color: #806a58;
    font-size: 9px;
    font-weight: 750;
    text-align: center;
}

.supporters-stats strong {
    display: block;
    margin-bottom: 2px;
    color: var(--support-ink);
    font-size: 16px;
    font-weight: 900;
}

.supporters-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.supporter-card,
.supporters-empty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 120px;
    padding: 17px;
    border: 1px solid #eddec9;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.supporter-card.is-top-supporter {
    border-color: #f2b07c;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 105, 97, 0.14), transparent 11rem),
        linear-gradient(135deg, #fff8ec, #fffdf9);
    box-shadow: inset 0 0 0 1px rgba(255, 175, 109, 0.16), 0 14px 34px rgba(173, 86, 29, 0.1);
}

.supporter-avatar {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3b210f, #130d09);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.is-top-supporter .supporter-avatar {
    background: linear-gradient(135deg, #ff7b61, #d93d56);
    box-shadow: 0 10px 24px rgba(217, 61, 86, 0.2);
}

.supporter-name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.supporter-name-row h3,
.supporters-empty h3 {
    margin: 0;
    color: var(--support-ink);
    font-size: 14px;
    font-weight: 900;
}

.heart-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border: 1px solid #ffc1b6;
    border-radius: 999px;
    background: #fff0ee;
    color: #c7354d;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.supporter-content > p,
.supporters-empty p {
    margin: 7px 0;
    color: #7d6857;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.55;
}

.supporter-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #9b8775;
    font-size: 9px;
    font-weight: 700;
}

.supporter-meta strong {
    color: #a94f12;
    font-size: 11px;
    font-weight: 900;
}

.supporters-empty {
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr) auto;
    border-style: dashed;
    background: rgba(255, 252, 247, 0.7);
}

.supporters-empty > span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #fff0ee;
    color: #d74758;
    font-size: 22px;
}

.supporters-empty a {
    padding: 10px 13px;
    border: 1px solid #edbc92;
    border-radius: 12px;
    background: #fff6e9;
    color: #994c16;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
}

.account-panel,
.admin-panel {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid rgba(131, 82, 38, 0.13);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 22px 58px rgba(81, 43, 12, 0.08);
    backdrop-filter: blur(18px);
}

.account-panel {
    display: grid;
    grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 24px;
}

.account-panel__intro {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.account-panel__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffd76f, #ff9631);
    color: #42210c;
    font-size: 23px;
}

.account-panel__intro p,
.admin-heading p {
    margin: 0 0 4px;
    color: #b45e18;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.account-panel__intro h2,
.admin-heading h2 {
    margin: 0;
    color: var(--support-ink);
    font-size: 19px !important;
    font-weight: 900;
}

.account-panel__intro div > span,
.admin-heading div > span {
    display: block;
    margin-top: 6px;
    color: #806b59;
    font-size: 9px;
    font-weight: 650;
    line-height: 1.55;
}

.auth-guest {
    min-width: 0;
}

.auth-tabs {
    display: flex;
    gap: 7px;
    margin-bottom: 11px;
    padding: 4px;
    border: 1px solid #eadac5;
    border-radius: 12px;
    background: #fff9ef;
}

.auth-tab {
    flex: 1;
    min-height: 36px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #806b59;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
}

.auth-tab.is-active {
    background: #ffffff;
    color: var(--support-ink);
    box-shadow: 0 6px 15px rgba(81, 43, 12, 0.09);
}

.auth-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    align-items: end;
    gap: 9px;
}

.auth-form#signup-form {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}

.auth-form label {
    display: grid;
    gap: 6px;
}

.auth-form label > span {
    color: #5f4735;
    font-size: 9px;
    font-weight: 800;
}

.auth-form input {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 0 11px;
    border: 1px solid #eadac5;
    border-radius: 11px;
    background: #fffdf9;
    color: var(--support-ink);
    font: inherit;
    font-size: 11px;
    font-weight: 650;
    outline: 0;
}

.auth-form input:focus {
    border-color: #e88a32;
    box-shadow: 0 0 0 4px rgba(255, 158, 54, 0.12);
}

.account-action-btn,
.account-signout-btn,
.admin-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 11px;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
}

.account-action-btn {
    border: 1px solid #3d210d;
    background: #24150c;
    color: #ffffff;
}

.auth-user {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e8d7c1;
    border-radius: 16px;
    background: #fffaf1;
}

.auth-user__avatar {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3b210f, #130d09);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.auth-user__identity {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.auth-user__identity strong {
    color: var(--support-ink);
    font-size: 12px;
    font-weight: 900;
}

.auth-user__identity span {
    overflow: hidden;
    color: #806b59;
    font-size: 9px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auth-role {
    padding: 6px 9px;
    border: 1px solid #e7cba9;
    border-radius: 999px;
    background: #fff1d9;
    color: #9b5118;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.auth-role.is-admin {
    border-color: #ffc1b6;
    background: #fff0ee;
    color: #c7354d;
}

.account-signout-btn {
    border: 1px solid #e0cdb8;
    background: #ffffff;
    color: #654b38;
}

.account-status {
    display: none;
    grid-column: 1 / -1;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 11px;
    font-size: 9px;
    font-weight: 750;
}

.account-status.is-visible {
    display: flex;
}

.account-status.is-error {
    border: 1px solid #f0b8b4;
    background: #fff2f1;
    color: #98302d;
}

.account-status.is-success {
    border: 1px solid #acdcca;
    background: #effcf7;
    color: #087153;
}

.admin-panel {
    background:
        radial-gradient(circle at 100% 0%, rgba(215, 71, 88, 0.1), transparent 18rem),
        rgba(255, 255, 255, 0.9);
}

.admin-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.admin-count {
    flex: 0 0 auto;
    padding: 10px 13px;
    border: 1px solid #f0c8bc;
    border-radius: 13px;
    background: #fff2ef;
    color: #a94a42;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
}

.admin-count strong {
    display: block;
    color: #c7354d;
    font-size: 17px;
    font-weight: 900;
}

.admin-list {
    display: grid;
    gap: 11px;
}

.admin-empty {
    padding: 28px;
    border: 1px dashed #dfccb6;
    border-radius: 16px;
    color: #806b59;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.admin-payment {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 17px;
    padding: 17px;
    border: 1px solid #ead9c3;
    border-radius: 17px;
    background: rgba(255, 253, 249, 0.9);
}

.admin-payment__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-payment h3 {
    margin: 0;
    color: var(--support-ink);
    font-size: 13px;
    font-weight: 900;
}

.admin-payment__amount {
    color: #a94f12;
    font-size: 12px;
    font-weight: 900;
}

.admin-payment__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-top: 8px;
    color: #806b59;
    font-size: 9px;
    font-weight: 700;
}

.admin-payment__meta code {
    color: #4f3421;
    font: inherit;
    font-weight: 900;
    user-select: all;
}

.admin-payment__message {
    margin: 9px 0 0;
    color: #765f4c;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.55;
}

.admin-payment__actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.admin-action {
    border: 1px solid transparent;
    cursor: pointer;
}

.admin-action--approve {
    border-color: #087f5b;
    background: #087f5b;
    color: #ffffff;
}

.admin-action--reject {
    border-color: #edb8b4;
    background: #fff3f2;
    color: #aa3935;
}

.admin-action:disabled {
    cursor: wait;
    opacity: 0.55;
}

.support-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 6px 0;
    color: #917b68;
    font-size: 10px;
    font-weight: 700;
}

.support-footer p {
    margin: 0;
}

.support-footer a {
    color: var(--support-ink);
    font-weight: 900;
    text-decoration: none;
}

[hidden] {
    display: none !important;
}

@media (max-width: 900px) {
    .upi-open-btn {
        display: inline-flex;
    }

    .support-hero {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 40px;
        padding: 50px 10px 42px;
        text-align: center;
    }

    .support-hero__copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .support-trust {
        justify-content: center;
    }

    .support-cup {
        width: 210px;
    }

    .support-cup > i {
        font-size: 72px;
    }

    .support-cup__steam--one {
        top: 32px;
        left: 84px;
    }

    .support-cup__steam--two {
        top: 24px;
        left: 116px;
    }

    .support-workspace {
        grid-template-columns: 1fr;
    }

    .payment-card {
        min-height: 0;
    }
}

@media (max-width: 620px) {
    .support-shell {
        width: min(100% - 20px, 1160px);
        padding-top: 18px;
    }

    .support-hero h1 {
        font-size: clamp(38px, 13vw, 64px);
    }

    .payment-guide {
        margin-bottom: 14px;
        padding: 18px;
    }

    .payment-guide__steps {
        grid-template-columns: 1fr;
    }

    .support-form-card,
    .payment-card {
        padding: 16px;
        border-radius: 21px;
    }

    .support-field-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .amount-picker {
        grid-template-columns: 1fr;
    }

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

    .payment-empty {
        min-height: 430px;
        padding: 24px;
    }

    .support-qr {
        width: min(230px, 67vw);
        height: min(230px, 67vw);
    }

    .support-success {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .support-success > span {
        margin: 0 auto;
    }

    .supporters-section {
        padding: 19px;
        border-radius: 21px;
    }

    .supporters-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .supporters-stats {
        width: 100%;
    }

    .supporters-stats span {
        flex: 1;
        min-width: 0;
    }

    .supporters-list {
        grid-template-columns: 1fr;
    }

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

    .supporters-empty a {
        grid-column: 1 / -1;
        text-align: center;
    }

    .support-footer {
        flex-direction: column;
        gap: 7px;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .support-page *,
    .support-page *::before,
    .support-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 860px) {
    .account-panel {
        grid-template-columns: 1fr;
    }

    .auth-form,
    .auth-form#signup-form {
        grid-template-columns: 1fr 1fr;
    }

    .account-action-btn {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .account-panel,
    .admin-panel {
        padding: 16px;
        border-radius: 20px;
    }

    .auth-form,
    .auth-form#signup-form {
        grid-template-columns: 1fr;
    }

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

    .auth-role,
    .account-signout-btn {
        grid-column: 1 / -1;
    }

    .admin-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-count {
        align-self: flex-start;
    }

    .admin-payment {
        grid-template-columns: 1fr;
    }

    .admin-payment__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
