/* =========================================================================
   User Panel 2026 – shared design system
   Scoped entirely under #up26 so it never affects the rest of the site.
   Used by: walletlogs, information, moaref  (home4 keeps its own inline copy)
   ========================================================================= */
#up26 {
    --up-primary: #2e60a2;
    --up-primary-d: #1e4174;
    --up-accent: #16a34a;
    --up-danger: #ef4444;
    --up-warn: #d97706;
    --up-bg: #f4f6fb;
    --up-card: #ffffff;
    --up-border: #e7ecf5;
    --up-text: #1f2a44;
    --up-muted: #7a869f;
    --up-radius: 16px;
    --up-shadow: 0 12px 32px rgba(26, 49, 92, .09);
    --up-shadow-sm: 0 4px 14px rgba(26, 49, 92, .07);

    max-width: 1180px;
    margin: 22px auto 60px;
    padding: 0 14px;
    color: var(--up-text);
    font-family: inherit;
    box-sizing: border-box;
}
#up26 *, #up26 *::before, #up26 *::after { box-sizing: border-box; }
#up26 a { text-decoration: none; }

/* ---------- Page banner ---------- */
#up26 .up-banner {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 22px 26px;
    color: #fff;
    background: linear-gradient(135deg, #23499a 0%, #2e74c9 58%, #3a8ee0 100%);
    box-shadow: var(--up-shadow);
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
#up26 .up-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(520px 320px at 12% 130%, rgba(255,255,255,.16), transparent 60%),
        radial-gradient(420px 280px at 95% -40%, rgba(255,255,255,.14), transparent 60%);
    pointer-events: none;
}
#up26 .up-banner .b-ic {
    width: 56px; height: 56px;
    border-radius: 16px;
    display: grid; place-items: center;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    flex: 0 0 auto;
    position: relative; z-index: 1;
}
#up26 .up-banner .b-ic svg { width: 28px; height: 28px; }
#up26 .up-banner .b-txt { position: relative; z-index: 1; }
#up26 .up-banner h1 { margin: 0; font-size: 22px; font-weight: 800; line-height: 1.3; }
#up26 .up-banner p { margin: 5px 0 0; font-size: 13px; opacity: .88; }
#up26 .up-banner .b-actions { margin-inline-start: auto; position: relative; z-index: 1; display: flex; gap: 9px; flex-wrap: wrap; }
#up26 .up-banner-link {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 15px; border-radius: 11px;
    font-size: 13px; font-weight: 700;
    background: #fff; color: var(--up-primary-d);
    box-shadow: var(--up-shadow-sm);
    transition: transform .15s ease, box-shadow .15s ease;
}
#up26 .up-banner-link:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.18); }
#up26 .up-banner-link svg { width: 16px; height: 16px; }
#up26 .up-banner-link.is-ghost { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.4); box-shadow: none; }

/* ---------- Stat cards ---------- */
#up26 .up-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
#up26 .up-stats.cols-3 { grid-template-columns: repeat(3, 1fr); }
#up26 .up-stat {
    background: var(--up-card);
    border: 1px solid var(--up-border);
    border-radius: var(--up-radius);
    padding: 16px;
    box-shadow: var(--up-shadow-sm);
    display: flex; align-items: center; gap: 13px;
}
#up26 .up-stat .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 auto; }
#up26 .up-stat .ic svg { width: 22px; height: 22px; }
#up26 .up-stat.s-active .ic { background: #e8f1ff; color: #2563eb; }
#up26 .up-stat.s-sold .ic { background: #e7f8ef; color: #16a34a; }
#up26 .up-stat.s-buy .ic { background: #fdeede; color: #d97706; }
#up26 .up-stat.s-uc .ic { background: #f1e8fe; color: #7c3aed; }
#up26 .up-stat.s-cyan .ic { background: #e0f6fb; color: #0891b2; }
#up26 .up-stat .num { font-size: 21px; font-weight: 800; line-height: 1; word-break: break-word; }
#up26 .up-stat .cap { font-size: 12.5px; color: var(--up-muted); margin-top: 5px; }

/* ---------- Panel cards ---------- */
#up26 .up-card {
    background: var(--up-card);
    border: 1px solid var(--up-border);
    border-radius: var(--up-radius);
    box-shadow: var(--up-shadow-sm);
    margin-top: 20px;
    overflow: hidden;
}
#up26 .up-card-head {
    display: flex; align-items: center; gap: 11px;
    padding: 15px 18px;
    border-bottom: 1px solid var(--up-border);
    background: linear-gradient(180deg, #fbfcff, #f6f8fc);
}
#up26 .up-card-head .ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #eef3fc; color: var(--up-primary); flex: 0 0 auto; }
#up26 .up-card-head .ic svg { width: 18px; height: 18px; }
#up26 .up-card-head h3 { margin: 0; font-size: 16px; font-weight: 800; color: var(--up-text); }
#up26 .up-card-head .count { margin-inline-start: auto; font-size: 12px; font-weight: 700; color: var(--up-muted); background: #eef1f7; padding: 4px 10px; border-radius: 999px; }

/* ---------- Tables ---------- */
#up26 .up-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
#up26 table.up-table { width: 100%; min-width: 640px; border-collapse: collapse; padding: 0; font-size: 13px; background: transparent; }
#up26 table.up-table th {
    background: #f4f7fc; color: #45526e; font-weight: 700; font-size: 12.5px;
    padding: 12px 10px; text-align: center; border: none;
    border-bottom: 1px solid var(--up-border); white-space: nowrap;
}
#up26 table.up-table td { color: var(--up-text); text-align: center; padding: 11px 10px; border-bottom: 1px solid #f0f3f9; vertical-align: middle; }
#up26 table.up-table tr { background: transparent; }
#up26 table.up-table tbody tr:nth-child(odd) { background: #fcfdff; }
#up26 table.up-table tbody tr:hover { background: #f3f8ff; }
#up26 table.up-table tbody tr:last-child td { border-bottom: none; }

#up26 .up-idbadge { display: inline-block; font-weight: 800; font-size: 13px; color: #0e8c6f; background: #e7f8ef; padding: 4px 12px; border-radius: 999px; }
#up26 .up-price { font-weight: 800; color: var(--up-primary-d); white-space: nowrap; }

/* amount in/out (wallet) */
#up26 .up-amt { font-weight: 800; white-space: nowrap; }
#up26 .up-amt small { font-size: 11px; font-weight: 600; color: var(--up-muted); }
#up26 .up-flow { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; }
#up26 .up-flow svg { width: 13px; height: 13px; }
#up26 .up-flow.in { background: #e7f8ef; color: #15803d; }
#up26 .up-flow.out { background: #fde2e2; color: #b91c1c; }
#up26 .up-flow.unknown { background: #eef1f7; color: #64748b; }

/* status pills */
#up26 .up-status { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; }
#up26 .up-status-yes { background: #e7f8ef; color: #15803d; }
#up26 .up-status-no { background: #e7f8ef; color: #15803d; }
#up26 .up-status-mlgh { background: #fef3c7; color: #92600a; }
#up26 .up-status-reject, #up26 .up-status-del { background: #fde2e2; color: #b91c1c; }
#up26 .up-status-wittaaed { background: #fef3c7; color: #92600a; }

/* ---------- Empty state ---------- */
#up26 .up-empty { padding: 38px 20px; text-align: center; color: var(--up-muted); }
#up26 .up-empty .em-ic { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; margin: 0 auto 12px; background: #f1f4fa; color: #aab6cc; }
#up26 .up-empty .em-ic svg { width: 28px; height: 28px; }
#up26 .up-empty p { margin: 0; font-size: 14px; }

/* ---------- Notices ---------- */
#up26 .up-notice .up-card-head .ic { background: #fff4e2; color: var(--up-warn); }
#up26 .up-notice-list { list-style: none; margin: 0; padding: 16px 18px; display: grid; gap: 10px; }
#up26 .up-notice-list > li { position: relative; padding-inline-start: 26px; font-size: 13.5px; line-height: 1.95; color: #3c4866; }
#up26 .up-notice-list > li::before { content: ""; position: absolute; inset-inline-start: 4px; top: 11px; width: 9px; height: 9px; border-radius: 50%; background: var(--up-primary); opacity: .55; }
#up26 .up-notice-list ul { margin: 6px 0 0; padding-inline-start: 18px; display: grid; gap: 6px; }
#up26 .up-notice-list ul li { font-size: 13px; line-height: 1.85; list-style: none; }
#up26 .up-notice-list a { color: #2563eb; font-weight: 700; }
#up26 .colorprimerypanel, #up26 .redpri { color: #2e60a2 !important; font-weight: 700; }
#up26 .redpri { color: #d23b32 !important; }

/* ---------- Forms ---------- */
#up26 .up-form { padding: 20px 18px; max-width: 640px; margin: 0 auto; }
#up26 .up-form .divform { margin-bottom: 16px; text-align: start; }
#up26 .up-form .divform > label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 8px; color: var(--up-text); }
#up26 .up-form .divform > span { display: block; }
#up26 .up-form input[type="text"], #up26 .up-form input[type="tel"],
#up26 .up-form input[type="number"], #up26 .up-form input:not([type]) {
    width: 100%; padding: 12px 14px; border: 1.5px solid var(--up-border);
    border-radius: 11px; font-size: 14px; font-family: inherit; color: var(--up-text);
    background: #fbfcff; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
#up26 .up-form input:focus { outline: none; border-color: var(--up-primary); box-shadow: 0 0 0 3px rgba(46,96,162,.13); background: #fff; }
#up26 .up-form .statform { color: var(--up-danger); }
#up26 .up-form #datefiled > span { display: flex; gap: 10px; }
#up26 .up-form #datefiled input { text-align: center; }
#up26 .up-form .up-hint { font-size: 12.5px; color: var(--up-muted); background: #f5f8fd; border: 1px solid var(--up-border); border-radius: 11px; padding: 11px 14px; margin-bottom: 16px; }

#up26 .up-submit, #up26 .up-form button#submit, #up26 .up-form button[type="submit"] {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 26px; border: none; border-radius: 12px;
    font-size: 15px; font-weight: 800; color: #fff; cursor: pointer;
    background: linear-gradient(135deg, #2e74c9, #23499a);
    box-shadow: 0 8px 18px rgba(35, 73, 154, .28);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
#up26 .up-submit:hover, #up26 .up-form button#submit:hover, #up26 .up-form button[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(35, 73, 154, .34); }
#up26 .up-form button#submit[disabled], #up26 .up-submit[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
#up26 .up-form-foot { text-align: center; margin-top: 8px; }

/* error box */
#up26 .showerrform { background: #fde8e8; border: 1px solid #f3b6b6; color: #b3251f; border-radius: 12px; padding: 12px 16px; margin: 0 auto 18px; max-width: 640px; }
#up26 .showerrform ul { margin: 0; padding-inline-start: 18px; }
#up26 .showerrform li { font-size: 13px; line-height: 1.9; }

/* reject banner */
#up26 .up-reject { background: #fde8e8; border: 1px solid #f3b6b6; color: #9b2620; border-radius: 12px; padding: 14px 16px; margin: 0 auto 16px; max-width: 640px; font-size: 13.5px; font-weight: 600; }

/* textarea + success box */
#up26 .up-form textarea {
    width: 100%; min-height: 130px; padding: 12px 14px; border: 1.5px solid var(--up-border);
    border-radius: 11px; font-size: 14px; font-family: inherit; color: var(--up-text);
    background: #fbfcff; resize: vertical; line-height: 1.95;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
#up26 .up-form textarea:focus { outline: none; border-color: var(--up-primary); box-shadow: 0 0 0 3px rgba(46,96,162,.13); background: #fff; }
#up26 .showsussform { background: #e7f8ef; border: 1px solid #bfe8d2; color: #15803d; border-radius: 12px; padding: 12px 16px; margin: 0 auto 18px; max-width: 640px; }
#up26 .showsussform ul { margin: 0; padding-inline-start: 18px; }
#up26 .showsussform li { font-size: 13.5px; line-height: 1.9; font-weight: 600; }

/* ---------- Key/Value (verification status) ---------- */
#up26 .up-kv { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 18px; }
#up26 .up-kv .kv { background: #f8fafd; border: 1px solid var(--up-border); border-radius: 12px; padding: 12px 14px; }
#up26 .up-kv .kv .k { font-size: 12px; color: var(--up-muted); margin-bottom: 5px; }
#up26 .up-kv .kv .v { font-size: 14px; font-weight: 700; word-break: break-word; direction: ltr; text-align: start; }
#up26 .up-kv .kv.rtlv .v { direction: rtl; }
#up26 .up-match { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; }
#up26 .up-match svg { width: 18px; height: 18px; }
#up26 .up-match.ok { color: #15803d; }
#up26 .up-match.bad { color: #dc2626; }
#up26 .up-match.unk { color: #b45309; }

#up26 .up-statusline { display: flex; align-items: center; gap: 10px; padding: 16px 18px; border-bottom: 1px solid var(--up-border); }
#up26 .up-statusline .big { font-size: 16px; font-weight: 800; }
#up26 .up-bigbadge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 800; }
#up26 .up-bigbadge svg { width: 16px; height: 16px; }
#up26 .up-bigbadge.ok { background: #e7f8ef; color: #15803d; }
#up26 .up-bigbadge.wait { background: #fef3c7; color: #92600a; }

/* ---------- Video ---------- */
#up26 .up-video { text-align: center; padding-top: 4px; }
#up26 .up-video video, #up26 .up-video .video-js { width: 460px !important; max-width: 100%; height: auto; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: var(--up-shadow); }

/* ---------- Referral (moaref) ---------- */
#up26 .up-reflink {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: space-between;
    background: linear-gradient(135deg, #eef5ff, #f3fbf6);
    border: 1.5px dashed #aac3ea; border-radius: 14px;
    padding: 14px 18px; margin: 18px;
}
#up26 .up-reflink .rl-label { font-size: 13px; font-weight: 700; color: var(--up-primary-d); }
#up26 .up-reflink .rl-url { direction: ltr; font-weight: 700; color: #2563eb; word-break: break-all; font-size: 13.5px; }
#up26 .up-copybtn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 16px; border: none; border-radius: 10px; cursor: pointer;
    font-size: 13px; font-weight: 700; color: #fff;
    background: linear-gradient(135deg, #2e74c9, #23499a);
    box-shadow: var(--up-shadow-sm); transition: transform .15s ease;
}
#up26 .up-copybtn:hover { transform: translateY(-2px); }
#up26 .up-copybtn svg { width: 15px; height: 15px; }
#up26 .up-copybtn.copied { background: linear-gradient(135deg, #22a06b, #15803d); }

#up26 .up-rules { display: flex; align-items: flex-start; gap: 11px; justify-content: center; max-width: 560px; margin: 6px auto 0; padding: 14px 16px; background: #f8fafd; border: 1px solid var(--up-border); border-radius: 12px; }
#up26 .up-rules input[type="checkbox"] { width: 21px; height: 21px; margin: 1px 0 0; accent-color: var(--up-primary); cursor: pointer; flex: 0 0 auto; }
#up26 .up-rules label { font-size: 13.5px; line-height: 1.7; cursor: pointer; }
#up26 .up-rules a { color: #2563eb; font-weight: 700; }
#up26 .up-info-line { text-align: center; color: #0891b2; font-weight: 700; padding: 16px; }

/* ---------- Select (ad picker) ---------- */
#up26 .up-form select.up-select, #up26 select.up-select {
    width: 100%; padding: 12px 40px 12px 14px; border: 1.5px solid var(--up-border);
    border-radius: 11px; font-size: 14px; font-family: inherit; color: var(--up-text);
    background-color: #fbfcff; cursor: pointer;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237a869f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: left 14px center; background-size: 16px;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
#up26 select.up-select:focus { outline: none; border-color: var(--up-primary); box-shadow: 0 0 0 3px rgba(46,96,162,.13); background-color: #fff; }
html[dir="ltr"] #up26 select.up-select { padding: 12px 14px 12px 40px; background-position: right 14px center; }

#up26 .up-idline { background: #f5f8fd; border: 1px solid var(--up-border); border-radius: 11px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13.5px; flex-wrap: wrap; }
#up26 .up-idline b { font-weight: 800; }
#up26 .up-idline a { color: #d9534f; font-weight: 700; }

#up26 .up-noads { text-align: center; padding: 26px 18px; }
#up26 .up-noads p { margin: 0 0 14px; color: var(--up-muted); font-size: 14px; }

/* ---------- Upload box (video) ---------- */
#up26 .up-upload { padding-top: 4px; }
#up26 .up-drop { position: relative; border: 2px dashed #b9cdec; border-radius: 14px; background: #f7faff; padding: 24px 16px; text-align: center; transition: border-color .15s ease, background .15s ease; cursor: pointer; }
#up26 .up-drop:hover, #up26 .up-drop.drag { border-color: var(--up-primary); background: #eef5ff; }
#up26 .up-drop input[type="file"] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
#up26 .up-drop .u-ic { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; margin: 0 auto 10px; background: #e8f1ff; color: #2563eb; }
#up26 .up-drop .u-ic svg { width: 25px; height: 25px; }
#up26 .up-drop .u-main { font-weight: 800; font-size: 14.5px; }
#up26 .up-drop .u-sub { font-size: 12px; color: var(--up-muted); margin-top: 6px; }
#up26 .up-drop .u-file { margin-top: 10px; font-size: 13px; font-weight: 800; color: var(--up-primary-d); word-break: break-all; }

#up26 .up-prog { margin-top: 18px; }
#up26 .up-prog-track { height: 12px; background: #e9eef6; border-radius: 999px; overflow: hidden; }
#up26 .up-prog-bar { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, #2e74c9, #16a34a); transition: width .2s ease; }
#up26 .up-prog-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; font-size: 12.5px; color: var(--up-muted); }
#up26 .up-prog-meta .pct { font-weight: 800; color: var(--up-primary-d); }

#up26 .up-result-box { margin-top: 16px; padding: 12px 16px; border-radius: 12px; font-size: 13.5px; font-weight: 700; text-align: center; }
#up26 .up-result-box.ok { background: #e7f8ef; color: #15803d; border: 1px solid #bfe8d2; }
#up26 .up-result-box.err { background: #fde8e8; color: #b3251f; border: 1px solid #f3b6b6; }
#up26 .up-result-box.info { background: #eaf2fd; color: #1e4174; border: 1px solid #cfe0f7; }

#up26 .up-pay-wrap { padding: 8px 0 4px; }

/* ---------- Two-column form area (reuses #buypage / buynew.css for payment) ---------- */
/* style the left-column input fields to match the modern look */
#buypage .bp-main .divform { margin-bottom: 0; text-align: start; }
#buypage .bp-main .divform > label { display: block; font-size: 13.5px; font-weight: 700; color: #1f2430; margin-bottom: 8px; }
#buypage .bp-main .divform .statform { color: #ef4444; }
#buypage .bp-main .divform > span { display: block; }
#buypage .bp-main .divform input[type="text"],
#buypage .bp-main .divform input[type="tel"],
#buypage .bp-main .divform input:not([type]),
#buypage .bp-main .divform textarea,
#buypage .bp-main select.up-select {
    width: 100%; padding: 12px 14px; border: 1.5px solid #e3e7ef; border-radius: 11px;
    font-size: 14px; font-family: inherit; color: #1f2430; background-color: #fbfcff; box-shadow: none;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
#buypage .bp-main .divform textarea { min-height: 150px; resize: vertical; line-height: 1.95; }
#buypage .bp-main .divform input:focus,
#buypage .bp-main .divform textarea:focus,
#buypage .bp-main select.up-select:focus {
    outline: none; border-color: #2e74c9; box-shadow: 0 0 0 3px rgba(46,116,201,.13); background-color: #fff;
}
#buypage .bp-main select.up-select {
    -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer;
    padding-inline-end: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237a869f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: left 14px center; background-size: 16px;
}
html[dir="ltr"] #buypage .bp-main select.up-select { background-position: right 14px center; }
/* submit <button class="buyacc"> (sendtel/price) → same size as the card-to-card <a class="apagebuybttn"> */
#buypage #divbuyacc button.buyacc,
#buypage .formdiv button.buyacc {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 10px auto;
    text-align: center;
    border-radius: 10px;
    padding: 13px 20px;
    font-size: 14px;
}

#buypage .bp-noads { text-align: center; padding: 24px 16px; color: #7a869f; }
#buypage .bp-loginnote { text-align: center; color: #0891b2; font-weight: 700; padding: 18px; font-size: 14px; }
#buypage .showerrform { background: #fde8e8; border: 1px solid #f3b6b6; color: #b3251f; border-radius: 12px; padding: 11px 14px; margin-bottom: 14px; }
#buypage .showsussform { background: #e7f8ef; border: 1px solid #bfe8d2; color: #15803d; border-radius: 12px; padding: 11px 14px; margin-bottom: 14px; }
#buypage .showerrform ul, #buypage .showsussform ul { margin: 0; padding-inline-start: 18px; }
#buypage .showerrform li, #buypage .showsussform li { font-size: 13px; line-height: 1.9; }

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
    #up26 .up-stats, #up26 .up-stats.cols-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    #up26 .up-banner { padding: 18px 20px; }
    #up26 .up-banner h1 { font-size: 19px; }
    #up26 .up-banner .b-actions { margin-inline-start: 0; width: 100%; }
    #up26 .up-kv { grid-template-columns: 1fr; }
}
@media (max-width: 470px) {
    #up26 .up-stats, #up26 .up-stats.cols-3 { grid-template-columns: 1fr; }
}
