.card {
    background: rgba(30, 41, 59, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

input {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255,255,255,0.05);
    color: white;
    padding: 10px;
    border-radius: 10px;
    outline: none;
}

input:focus {
    border: 1px solid #3b82f6;
}

button {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.2s;
}

button:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(59,130,246,0.4);
}

table {
    width: 100%;
}

.green {
    color: #22c55e;
    font-weight: bold;
}

.red {
    color: #ef4444;
    font-weight: bold;
}

img {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(59,130,246,0.5);
}

canvas {
    border-radius: 12px;
    padding: 10px;
}

.leaderboard table {
    width: 100%;
    border-collapse: collapse;
}

.leaderboard th {
    text-align: left;
    color: #94a3b8;
    font-weight: 500;
    padding: 10px;
}

.leaderboard td {
    padding: 14px 10px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.user-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-cell img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.final {
    color: #22c55e;
    font-weight: 600;
    margin-right: 10px;
}

.profit {
    background: rgba(34,197,94,0.15);
    color: #22c55e;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
}

.loss {
    background: rgba(239,68,68,0.15);
    color: #ef4444;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
}

.leaderboard tr:hover {
    background: rgba(255,255,255,0.03);
}

.btn {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    padding: 10px 16px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.actual-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.actual-form input {
    width: 140px;
}

.actual-form button {
    padding: 8px 14px;
    border-radius: 8px;
}

table th {
    text-align: left;
}

table th:last-child {
    text-align: left;
}

.logout-btn {
    background: #ef4444;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.logout-btn:hover {
    background: #dc2626;
}

.back-btn {
    display: inline-block;
    color: #cbd5f5;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    transition: 0.2s;
}

.back-btn:hover {
    color: white;
    transform: translateX(-3px);
}

/* procentams su background */
.badge {
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
}


/* doleriui be background */
.no-bg {
    background: none !important;
    padding: 0 !important;
}

/* TOP 1 highlight */

/* karūna + tekstas */
.top1 .user-cell {
    font-weight: 600;
}

/* glow efektas */
.top1 td {
    text-shadow: 0 0 6px rgba(250,204,21,0.3);
}

body {
    background: #0b0f1a;
    font-family: 'Inter', sans-serif;
    color: white;
}

.container {
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
}

/* HERO */
.hero {
    text-align: center;
    margin-bottom: 50px;
}

.hero h1 {
    font-size: 38px;
    font-weight: 600;
}

.hero h1 span {
    color: #3b82f6;
}

.hero p {
    color: #94a3b8;
    margin: 10px 0 20px;
}

.primary-btn {
    background: #3b82f6;
    border: none;
    padding: 12px 22px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

.primary-btn:hover {
    background: #2563eb;
}

/* CARD */
.card {
    background: #111827;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

/* LEADERBOARD */
.leaderboard-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.leaderboard-header a {
    color: #3b82f6;
    text-decoration: none;
}

/* TABLE */
table {
    width: 100%;
    border-collapse: collapse;
}

th {
    text-align: left;
    color: #64748b;
    font-size: 13px;
    padding-bottom: 10px;
}

td {
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* USER */
.user-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-cell img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

/* TOP 1 */
.top1 {
    background: linear-gradient(90deg, rgba(255,215,0,0.08), transparent);
}

/* PROFIT / LOSS */
.profit { color: #22c55e; }
.loss { color: #ef4444; }

.badge {
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.profit.badge { background: rgba(34,197,94,0.15); }
.loss.badge { background: rgba(239,68,68,0.15); }

.no-bg { background: none !important; }

.strong {
    font-weight: 600;
}

.discord-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #5865F2;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;

    font-weight: 600;
    font-size: 14px;
    cursor: pointer;

    transition: 0.2s;
}

.discord-btn:hover {
    background: #4752c4;
    transform: translateY(-1px);
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.roadmap-card {
    background: #0f172a;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.2s;
}

.roadmap-card:hover {
    transform: translateY(-3px);
}

.roadmap-card.done {
    border-left: 4px solid #22c55e;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.badge.done {
    background: #22c55e;
    color: white;
}

.badge.progress {
    background: #f59e0b;
    color: white;
}

.badge.planned {
    background: #334155;
    color: #94a3b8;
}

.progress {
    background: #1e293b;
    height: 8px;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #22c55e);
}

.roadmap-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    color: #cbd5f5;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.roadmap-btn:hover {
    background: rgba(255,255,255,0.05);
    color: white;
    border-color: rgba(255,255,255,0.3);
}

.alert {
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.alert.error {
    background: #ef4444;
}

.alert.success {
    background: #22c55e;
}