/* UserCP — ortak form stilleri */
.ucp-page .ucp-sidebar {
    border-top: 3px solid #ff4800;
}

.ucp-page .ucp-panel {
    border-top: 3px solid #ff4800;
    background: rgba(12, 14, 22, .6);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.ucp-panel-head {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .5px;
    color: #f1f5f9;
    line-height: 72px;
    background:
        linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.55)),
        url('/Public/Web/img/wp2864340.jpg') center/cover no-repeat;
    border-bottom: 1px solid rgba(238, 85, 25, .2);
}

.ucp-alert {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 16px 20px;
    background: linear-gradient(90deg, rgba(238, 85, 25, .14), rgba(238, 85, 25, .06));
    border-bottom: 1px solid rgba(238, 85, 25, .2);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.65;
}

.ucp-alert i {
    color: #fbbf24;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.ucp-alert strong {
    color: #fbbf24;
}

.ucp-form-body {
    padding: 24px 22px 28px;
}

.ucp-form .form-group {
    margin-bottom: 18px;
}

.ucp-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 7px;
    letter-spacing: .3px;
}

.ucp-form .form-control {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #f1f5f9;
    border-radius: 8px;
    min-height: 42px;
    font-size: 13px;
    transition: border-color .18s, box-shadow .18s;
}

.ucp-form .form-control:focus {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(238, 85, 25, .45);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(238, 85, 25, .12);
}

.ucp-form select.form-control {
    cursor: pointer;
}

.ucp-form .form-control::placeholder {
    color: rgba(255, 255, 255, .28);
}

.ucp-captcha-img {
    display: inline-flex;
    padding: 6px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
}

.ucp-captcha-img img {
    display: block;
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}

.ucp-submit-btn {
    float: right;
    margin-top: 4px;
    min-width: 160px;
    padding: 12px 24px !important;
    font-weight: 800;
    letter-spacing: .4px;
}

.ucp-avatar-wrap {
    width: 99px;
    height: 99px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
    padding: 4px;
}

.ucp-avatar-wrap img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 6px solid #252525;
    object-fit: cover;
}

.ucp-muted {
    color: rgba(255, 255, 255, .45) !important;
    font-size: 12px;
}

.ucp-side-note {
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .55);
    padding: 0 4px 8px;
}

.ucp-transfer-box {
    margin: 0;
    padding: 20px 22px 24px;
    background: rgba(238, 85, 25, .05);
    border-top: 1px solid rgba(238, 85, 25, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.ucp-transfer-head {
    font-size: 14px;
    font-weight: 800;
    color: #fbbf24;
    letter-spacing: .4px;
    margin-bottom: 8px;
}

.ucp-transfer-head i {
    color: #ee5519;
    margin-right: 8px;
}

.ucp-transfer-note {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.65;
    margin: 0 0 18px;
}

.ucp-transfer-note strong {
    color: #fbbf24;
}

.ucp-transfer-form {
    margin: 0;
}

.ucp-transfer-log-table {
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.ucp-transfer-log-table td,
.ucp-transfer-log-table th {
    font-size: 12px;
    vertical-align: middle !important;
    color: rgba(255, 255, 255, .78);
    border-color: rgba(255, 255, 255, .06) !important;
}

.ucp-log-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.ucp-log-out {
    background: rgba(239, 68, 68, .15);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, .25);
}

.ucp-log-in {
    background: rgba(34, 197, 94, .12);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, .25);
}

.ucp-log-amount {
    font-weight: 700;
    color: #fbbf24 !important;
}

.ucp-char-table td,
.ucp-char-table th {
    vertical-align: middle !important;
}
.ucp-char-name {
    color: #ff9a62;
    font-weight: 600;
    text-decoration: none;
}
.ucp-char-name:hover {
    color: #ff4800;
    text-decoration: underline;
}
.ucp-online-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    padding: 3px 7px;
    letter-spacing: .02em;
}
.ucp-online-badge.on {
    background: rgba(16, 185, 129, .18);
    color: #34d399;
    border: 1px solid rgba(52, 211, 153, .35);
}
.ucp-online-badge.off {
    background: rgba(148, 163, 184, .12);
    color: #94a3b8;
    border: 1px solid rgba(148, 163, 184, .28);
}
.ucp-online-badge i {
    font-size: 9px;
    margin-right: 3px;
}
.ucp-nat {
    font-size: 11px;
    font-weight: 700;
}
.ucp-nat-karus { color: #f87171; }
.ucp-nat-elmo { color: #60a5fa; }
.ucp-reb {
    color: #fbbf24;
    font-size: 10px;
    font-weight: 700;
    margin-left: 3px;
}
.ucp-bot-nick {
    font-size: 10px;
    color: #94a3b8;
    margin-top: 2px;
}
.ucp-sg-cell {
    min-width: 120px;
}
.ucp-sg-form {
    margin: 0;
}
.ucp-sg-slot {
    width: 100%;
    max-width: 150px;
    background: #111;
    color: #e2e8f0;
    border: 1px solid #334155;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 11px;
}
.ucp-sg-status {
    margin-bottom: 4px;
}
.ucp-bot-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    border-radius: 3px;
    padding: 2px 6px;
}
.ucp-bot-badge.on {
    background: rgba(16,185,129,.18);
    color: #34d399;
    border: 1px solid rgba(52,211,153,.35);
}
.ucp-bot-badge.pending {
    background: rgba(251,191,36,.15);
    color: #fbbf24;
    border: 1px solid rgba(251,191,36,.35);
}
.ucp-bot-badge.idle {
    background: rgba(148,163,184,.12);
    color: #94a3b8;
    border: 1px solid rgba(148,163,184,.28);
}
.ucp-bot-badge.err {
    background: rgba(248,113,113,.15);
    color: #f87171;
    border: 1px solid rgba(248,113,113,.35);
}
.ucp-sg-msg {
    font-size: 9px;
    color: #64748b;
    max-width: 140px;
    margin: 0 auto 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ucp-sg-live,
.ucp-sg-panel {
    text-align: left;
    margin: 6px 0 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.88));
    border: 1px solid rgba(56, 189, 248, 0.28);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    font-size: 10px;
    line-height: 1.4;
    color: #cbd5e1;
    max-width: 260px;
}
.ucp-bot-farm-table .ucp-sg-panel {
    max-width: none;
}
.ucp-bot-farm-table .ucp-sg-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 900px) {
    .ucp-bot-farm-table .ucp-sg-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.ucp-sg-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.ucp-sg-panel-meta {
    color: #94a3b8;
    font-size: 9px;
}
.ucp-sg-panel-src {
    font-size: 9px;
    color: #7dd3fc;
    margin-bottom: 6px;
}
.ucp-sg-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin-bottom: 6px;
}
.ucp-sg-stats div {
    background: rgba(15, 23, 42, 0.55);
    border-radius: 5px;
    padding: 4px 6px;
}
.ucp-sg-stats em {
    display: block;
    font-style: normal;
    font-size: 8px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ucp-sg-stats b {
    font-size: 11px;
    color: #e2e8f0;
}
.ucp-sg-stats small {
    color: #64748b;
    font-size: 9px;
}
.ucp-sg-live-row {
    margin-bottom: 2px;
}
.ucp-sg-live-row.last {
    color: #7dd3fc;
}
.ucp-sg-live-sum {
    margin-top: 4px;
    color: #94a3b8;
    font-size: 9px;
    max-height: 2.8em;
    overflow: hidden;
}
.ucp-sg-loot-list {
    max-height: 4.5em;
    overflow-y: auto;
    color: #e2e8f0;
    background: rgba(2, 6, 23, 0.45);
    border-radius: 5px;
    padding: 5px 6px;
    margin-bottom: 4px;
}
.ucp-sg-inv-title {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 9px;
    font-weight: 700;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.ucp-sg-inv {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    max-height: 160px;
    overflow-y: auto;
}
.ucp-sg-inv-slot {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 4px 5px;
    border-radius: 5px;
    background: rgba(2, 6, 23, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.15);
}
.ucp-sg-inv-pos {
    font-size: 8px;
    color: #64748b;
}
.ucp-sg-inv-id {
    font-size: 10px;
    color: #f8fafc;
    font-weight: 600;
    word-break: break-all;
}
.ucp-sg-inv-cnt {
    font-size: 9px;
    color: #34d399;
}
.ucp-sg-drop {
    display: inline-block;
    font-weight: 700;
    font-size: 9px;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 4px;
}
.ucp-sg-drop.ok {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}
.ucp-sg-drop.wait {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
}
.ucp-sg-btns {
    display: flex;
    gap: 4px;
    justify-content: center;
    flex-wrap: wrap;
}
.ucp-sg-btn {
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}
.ucp-sg-btn.go {
    background: linear-gradient(135deg,#ea580c,#ff4800);
    color: #fff;
}
.ucp-sg-btn.stop {
    background: #334155;
    color: #e2e8f0;
}
.ucp-sg-hint {
    font-size: 10px;
    color: #94a3b8;
}
.ucp-sg-note {
    margin: 10px 12px 16px;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.45;
}
.ucp-sg-note strong { color: #ff9a62; }
.ucp-sg-note em { color: #38bdf8; font-style: normal; }
.ucp-log-empty {
    color: rgba(255, 255, 255, .4) !important;
    padding: 18px !important;
}

/* Knight Online tarzı Party Status — modern */
.ps-wrap { background: #0a0a0a; }
.ps-party {
    margin-bottom: 22px;
    padding: 14px;
    background: linear-gradient(180deg, #161616 0%, #0f0f0f 100%);
    border: 1px solid #2a2a2a;
    border-radius: 10px;
}
.ps-party-head { margin-bottom: 14px; }
.ps-party-title {
    color: #60a5fa;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .4px;
}
.ps-party-title span { color: #93c5fd; }
.ps-party-sub {
    margin-top: 4px;
    color: #94a3b8;
    font-size: 13px;
}
.ps-party-sub strong { color: #fbbf24; }
.ps-section-label {
    margin: 12px 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #64748b;
}
.ps-card {
    margin-bottom: 10px;
    padding: 12px 14px;
    background: rgba(255,255,255,.03);
    border: 1px solid #262626;
    border-radius: 8px;
}
.ps-card-leader {
    background: linear-gradient(135deg, rgba(251,191,36,.12), rgba(0,0,0,.2));
    border: 1px solid #c9a227;
    box-shadow: 0 0 0 1px rgba(201,162,39,.15) inset;
}
.ps-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.ps-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.ps-nat { width: 22px; height: 22px; object-fit: contain; }
.ps-job { width: 28px; height: 28px; object-fit: contain; border-radius: 4px; }
.ps-nick {
    color: #f1f5f9;
    font-size: 15px;
    font-weight: 700;
}
.ps-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 3px;
    font-size: 12px;
    color: #94a3b8;
}
.ps-badge-leader {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 4px;
    background: #c9a227;
    color: #111;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
}
.ps-acc { color: #64748b; }
.ps-bar { margin-bottom: 6px; }
.ps-bar-label {
    display: inline-block;
    min-width: 28px;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 2px;
}
.ps-bar-track {
    position: relative;
    height: 20px;
    background: #050505;
    border: 1px solid #1f1f1f;
    border-radius: 4px;
    overflow: hidden;
}
.ps-bar-fill {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    max-width: 100%;
    transition: width .25s ease;
}
.ps-hp .ps-bar-fill {
    background: linear-gradient(90deg, #991b1b, #ef4444);
}
.ps-mp .ps-bar-fill {
    background: linear-gradient(90deg, #1e3a8a, #3b82f6);
}
.ps-bar-text {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-shadow: 0 1px 2px #000;
    pointer-events: none;
}
.ps-members { display: grid; gap: 8px; }

/* eski ko-* siniflari (geriye uyum) */
.ko-party-wrap { background: #0d0d0d; }
.ko-party-group {
    margin-bottom: 18px;
    padding: 10px 12px 12px;
    background: rgba(20,20,20,.92);
    border: 1px solid #2a2a2a;
}
.ko-party-title {
    color: #4ea1ff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: .3px;
}
.ko-party-title span { color: #93c5fd; }
.ko-party-leader-line {
    color: #fbbf24;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 6px 8px;
    background: rgba(201,162,39,.12);
    border-left: 3px solid #c9a227;
}
.ko-party-leader-line strong { color: #ffe08a; }
.ko-party-member {
    margin-bottom: 10px;
    padding: 8px 8px 6px;
    background: rgba(0,0,0,.35);
    border: 1px solid transparent;
}
.ko-party-member.leader {
    border-color: #c9a227;
}
.ko-bar {
    position: relative;
    height: 16px;
    background: #000;
    margin-bottom: 3px;
    overflow: hidden;
    border: 1px solid #1a1a1a;
}
.ko-bar-fill {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    max-width: 100%;
}
.ko-hp .ko-bar-fill { background: #c62828; }
.ko-mp .ko-bar-fill { background: #1565c0; }
.ko-bar-text {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-shadow: 0 1px 2px #000;
    z-index: 1;
    pointer-events: none;
}
.ko-party-name {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    color: #e5e7eb;
    font-size: 13px;
}
.ko-party-name em {
    font-style: normal;
    color: #fbbf24;
    font-size: 11px;
}
.ko-party-acc {
    margin-left: auto;
    font-size: 11px;
    color: #64748b;
}
.ko-class-dot {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background: linear-gradient(135deg, #22c55e, #166534);
    flex-shrink: 0;
}
.ko-class-dot.leader-dot {
    background: linear-gradient(135deg, #fbbf24, #b45309);
}

@media (max-width: 767px) {
    .ucp-panel-head {
        line-height: 1.4;
        padding: 22px 16px;
        font-size: 16px;
    }

    .ucp-form-body {
        padding: 18px 14px 22px;
    }

    .ucp-submit-btn {
        width: 100%;
        float: none;
    }
}

/* UserCP 2026 — modern dashboard */
.ucp-modern-page {
    --ucp-bg: #090b10;
    --ucp-card: rgba(17, 20, 28, .94);
    --ucp-line: rgba(255, 255, 255, .08);
    --ucp-muted: #8992a5;
    --ucp-text: #f4f7fb;
    --ucp-accent: #ff641f;
    color: var(--ucp-text);
}
.ucp-modern-breadcrumb { padding: 72px 0 54px; }
.ucp-modern-breadcrumb .breadcrumb-content h2 { margin: 7px 0 8px; font-size: 38px; letter-spacing: -.6px; }
.ucp-modern-breadcrumb .breadcrumb-content p { margin: 0; color: #9aa3b4; font-size: 14px; }
.ucp-kicker, .ucp-overline { color: #ff8a4c; font-size: 10px; font-weight: 800; letter-spacing: 2.4px; }
.ucp-dashboard-section { padding: 54px 0 90px; }
.ucp-dashboard-section:before { opacity: .4; }

.ucp-dashboard-hero {
    position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px;
    padding: 26px 30px; margin-bottom: 18px; overflow: hidden;
    background: radial-gradient(circle at 12% 0, rgba(255,100,31,.2), transparent 38%), linear-gradient(135deg, #171923, #0d1017 72%);
    border: 1px solid var(--ucp-line); border-radius: 18px; box-shadow: 0 18px 45px rgba(0,0,0,.24);
}
.ucp-dashboard-hero:after { content: ''; position: absolute; width: 220px; height: 220px; right: 10%; top: -155px; border: 40px solid rgba(255,255,255,.025); border-radius: 50%; pointer-events: none; }
.ucp-identity { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; min-width: 0; }
.ucp-modern-avatar { position: relative; width: 74px; height: 74px; flex: 0 0 74px; padding: 3px; border-radius: 20px; background: linear-gradient(145deg, #ff8b4d, #a52d12); box-shadow: 0 10px 28px rgba(255,83,23,.2); }
.ucp-modern-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; border: 4px solid #11141c; border-radius: 18px; }
.ucp-presence { position: absolute; right: -3px; bottom: -3px; width: 18px; height: 18px; border: 4px solid #11141c; border-radius: 50%; background: #64748b; }
.ucp-presence.is-online { background: #22c55e; box-shadow: 0 0 16px rgba(34,197,94,.65); }
.ucp-identity h3 { margin: 3px 0 7px; color: #fff; font-size: 27px; font-weight: 800; letter-spacing: -.4px; overflow-wrap: anywhere; }
.ucp-identity-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: #8d96a8; font-size: 12px; }
.ucp-identity-meta i { margin-right: 5px; font-size: 9px; }
.ucp-identity-meta .is-online-text { color: #5ee68b; }
.ucp-hero-action { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 11px; padding: 13px 16px; color: #e7ebf2; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 11px; font-size: 12px; font-weight: 700; transition: .2s ease; }
.ucp-hero-action:hover { color: #fff; border-color: rgba(255,100,31,.5); background: rgba(255,100,31,.11); transform: translateY(-1px); }
.ucp-hero-action .fa-chevron-right { margin-left: 5px; color: #ff7a3c; font-size: 9px; }

.ucp-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-bottom: 18px; }
.ucp-stat-card { display: flex; align-items: center; gap: 14px; min-height: 102px; padding: 19px; background: var(--ucp-card); border: 1px solid var(--ucp-line); border-radius: 15px; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.ucp-stat-icon { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 43px; border-radius: 12px; background: rgba(255,255,255,.055); color: #f59e0b; font-size: 17px; }
.ucp-stat-card small { display: block; margin-bottom: 6px; color: #7e8799; font-size: 9px; font-weight: 800; letter-spacing: 1.35px; }
.ucp-stat-card strong { display: block; color: #fff; font-size: 20px; line-height: 1; white-space: nowrap; }
.ucp-stat-card strong em { color: #788194; font-size: 11px; font-style: normal; font-weight: 700; }
.ucp-stat-card.accent-orange .ucp-stat-icon { color: #ff7132; background: rgba(255,100,31,.1); }
.ucp-stat-card.accent-blue .ucp-stat-icon { color: #60a5fa; background: rgba(59,130,246,.1); }
.ucp-stat-card.accent-green .ucp-stat-icon { color: #4ade80; background: rgba(34,197,94,.1); }

.ucp-reward-banner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; margin-bottom: 18px; background: linear-gradient(100deg, rgba(245,158,11,.16), rgba(255,100,31,.07)); border: 1px solid rgba(245,158,11,.25); border-radius: 15px; }
.ucp-reward-copy { display: flex; align-items: center; gap: 14px; }
.ucp-reward-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; color: #fbbf24; background: rgba(245,158,11,.12); border-radius: 12px; }
.ucp-reward-copy strong { color: #fff; font-size: 13px; }
.ucp-reward-copy p { display: flex; flex-wrap: wrap; gap: 8px; margin: 5px 0 0; }
.ucp-reward-copy p span { color: #fbbf24; font-size: 11px; font-weight: 700; }
.ucp-reward-button { padding: 11px 16px; border: 0; border-radius: 9px; background: linear-gradient(135deg,#f59e0b,#ea580c); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; white-space: nowrap; }
.ucp-reward-button:disabled { opacity: .45; cursor: not-allowed; }

.ucp-dashboard-row { margin-left: -9px; margin-right: -9px; }
.ucp-dashboard-row > div { padding-left: 9px; padding-right: 9px; }
.ucp-modern-card { margin-bottom: 18px; background: var(--ucp-card); border: 1px solid var(--ucp-line); border-radius: 16px; box-shadow: 0 14px 36px rgba(0,0,0,.18); overflow: hidden; }
.ucp-card-heading { display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 17px 20px; border-bottom: 1px solid var(--ucp-line); }
.ucp-card-heading span { color: #ff7a3c; font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.ucp-card-heading h4 { margin: 3px 0 0; color: #f8fafc; font-size: 16px; font-weight: 800; }
.ucp-card-heading > i { color: #4d5669; font-size: 20px; }
.ucp-card-heading .ucp-count-pill { padding: 6px 9px; color: #9da6b7; background: rgba(255,255,255,.045); border-radius: 999px; letter-spacing: 0; }

.ucp-detail-list { margin: 0; padding: 5px 20px 10px; }
.ucp-detail-list > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.055); }
.ucp-detail-list > div:last-child { border-bottom: 0; }
.ucp-detail-list dt { color: #798295; font-size: 11px; font-weight: 600; }
.ucp-detail-list dd { max-width: 62%; margin: 0; color: #dce2eb; font-size: 11px; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.ucp-status-pill { display: inline-block; padding: 4px 8px; color: #4ade80; background: rgba(34,197,94,.11); border: 1px solid rgba(34,197,94,.2); border-radius: 999px; font-size: 9px; letter-spacing: 1px; }

.ucp-modern-menu { display: block; padding: 8px; }
.ucp-modern-menu a { display: flex; align-items: center; justify-content: space-between; padding: 12px 11px; color: #abb3c1; border-radius: 9px; font-size: 11px; font-weight: 700; transition: .18s ease; }
.ucp-modern-menu a span { display: flex; align-items: center; gap: 10px; }
.ucp-modern-menu a span i { width: 19px; color: #697386; text-align: center; font-size: 13px; }
.ucp-modern-menu a > .fa-chevron-right { color: #465064; font-size: 8px; }
.ucp-modern-menu a:hover { color: #fff; background: rgba(255,100,31,.09); transform: translateX(2px); }
.ucp-modern-menu a:hover span i, .ucp-modern-menu a:hover > i { color: #ff7132; }

.ucp-character-list { padding: 8px; }
.ucp-character-row { display: grid; grid-template-columns: 45px minmax(145px,1fr) 70px 92px 92px 12px; align-items: center; gap: 13px; padding: 14px 12px; color: inherit; border-bottom: 1px solid rgba(255,255,255,.055); border-radius: 10px; transition: .18s ease; }
.ucp-character-row:last-child { border-bottom: 0; }
.ucp-character-row:hover { color: inherit; background: rgba(255,255,255,.035); transform: translateX(2px); }
.ucp-character-mark { display: grid; place-items: center; width: 43px; height: 43px; color: #e5e7eb; background: linear-gradient(145deg,#475569,#1e293b); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; font-size: 16px; font-weight: 900; text-transform: uppercase; }
.ucp-character-mark.karus { color: #fecaca; background: linear-gradient(145deg,rgba(239,68,68,.32),rgba(69,10,10,.75)); }
.ucp-character-mark.elmo { color: #bfdbfe; background: linear-gradient(145deg,rgba(59,130,246,.32),rgba(10,28,69,.75)); }
.ucp-character-main { min-width: 0; }
.ucp-character-title { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.ucp-character-title strong { color: #f1f5f9; font-size: 13px; overflow-wrap: anywhere; }
.ucp-character-main > span { display: block; margin-top: 4px; color: #6f798c; font-size: 10px; }
.ucp-live-pill { display: inline-flex; align-items: center; gap: 4px; padding: 3px 6px; color: #8992a4; background: rgba(148,163,184,.08); border-radius: 999px; font-size: 8px; font-weight: 800; }
.ucp-live-pill i { font-size: 5px; }
.ucp-live-pill.online { color: #4ade80; background: rgba(34,197,94,.1); }
.ucp-character-metric { text-align: right; }
.ucp-character-metric small { display: block; margin-bottom: 4px; color: #626c7e; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.ucp-character-metric strong { color: #cfd5df; font-size: 11px; }
.ucp-row-arrow { color: #475167; font-size: 9px; }
.ucp-empty-state { padding: 58px 20px; text-align: center; }
.ucp-empty-state > i { display: block; margin-bottom: 15px; color: #475167; font-size: 32px; }
.ucp-empty-state strong { display: block; color: #d8dee8; font-size: 14px; }
.ucp-empty-state p { margin: 7px 0 0; color: #70798b; font-size: 11px; }

.ucp-security-content { display: flex; align-items: center; gap: 20px; padding: 21px; }
.ucp-security-ring { display: grid; place-items: center; width: 70px; height: 70px; flex: 0 0 70px; border-radius: 50%; background: conic-gradient(#22c55e var(--score), rgba(255,255,255,.07) 0); position: relative; }
.ucp-security-ring:after { content: ''; position: absolute; inset: 6px; background: #141820; border-radius: 50%; }
.ucp-security-ring span { position: relative; z-index: 1; color: #7ee7a0; font-size: 13px; font-weight: 800; }
.ucp-security-content strong { color: #e7ecf4; font-size: 13px; }
.ucp-security-content p { margin: 5px 0 8px; color: #7f899b; font-size: 10px; line-height: 1.6; }
.ucp-security-content a { color: #ff7a3c; font-size: 10px; font-weight: 800; }
.ucp-security-content a i { margin-left: 4px; }

@media (max-width: 991px) {
    .ucp-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ucp-character-row { grid-template-columns: 45px minmax(130px,1fr) 60px 80px 12px; }
    .ucp-character-metric.monthly { display: none; }
}
@media (max-width: 767px) {
    .ucp-modern-breadcrumb { padding: 54px 0 42px; }
    .ucp-modern-breadcrumb .breadcrumb-content h2 { font-size: 29px; }
    .ucp-modern-breadcrumb .breadcrumb-content p { padding: 0 18px; font-size: 12px; }
    .ucp-dashboard-section { padding: 28px 0 60px; }
    .ucp-dashboard-hero { align-items: flex-start; padding: 21px; }
    .ucp-modern-avatar { width: 60px; height: 60px; flex-basis: 60px; }
    .ucp-identity h3 { font-size: 21px; }
    .ucp-hero-action { width: 42px; height: 42px; padding: 0; justify-content: center; }
    .ucp-hero-action span, .ucp-hero-action .fa-chevron-right { display: none; }
    .ucp-stat-grid { gap: 9px; }
    .ucp-stat-card { min-height: 88px; padding: 14px; gap: 10px; }
    .ucp-stat-icon { width: 36px; height: 36px; flex-basis: 36px; }
    .ucp-stat-card strong { font-size: 16px; }
    .ucp-reward-banner { align-items: stretch; flex-direction: column; }
    .ucp-reward-button { width: 100%; }
    .ucp-character-row { grid-template-columns: 43px minmax(0,1fr) 55px 10px; gap: 10px; }
    .ucp-character-metric:nth-of-type(4), .ucp-character-metric.monthly { display: none; }
}
@media (max-width: 420px) {
    .ucp-stat-grid { grid-template-columns: 1fr; }
    .ucp-identity-meta span:first-child { display: none; }
    .ucp-character-row { padding: 12px 8px; }
}
