*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

body{
    background:#eef2f7;
    color:#1e293b;
}



.xeber-card{
    background:#fff;
    margin-top:18px;
    padding:20px;
    border-radius:24px;
    border:1px solid #e5e7eb;
    box-shadow:0 3px 12px rgba(0,0,0,0.05);
}

.xeber-top{
    display:flex;
    gap:14px;
    align-items:flex-start;
}

.xeber-badge{
    min-width:52px;
    height:52px;
    border-radius:16px;
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:bold;
    font-size:18px;
}

.xeber-card h2{
    font-size:18px;
    line-height:28px;
    color:#0f172a;
}

.xeber-card span{
    display:block;
    margin-top:6px;
    font-size:13px;
    color:#64748b;
}

.xeber-card p{
    margin-top:16px;
    line-height:28px;
    color:#475569;
    font-size:15px;
}

.xeber-btn{
    display:inline-block;
    margin-top:18px;
    padding:12px 20px;
    border-radius:30px;
    text-decoration:none;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    font-weight:bold;
    font-size:14px;
}

.burc-card{
    background:#fff;
    margin-top:18px;
    padding:20px;
    border-radius:24px;
    border:1px solid #e5e7eb;
    box-shadow:0 3px 12px rgba(0,0,0,0.04);
}

.burc-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:14px;
}

.burc-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
}

.burc-card h2{
    font-size:22px;
    color:#111827;
}

.burc-card p{
    font-size:16px;
    line-height:28px;
    color:#475569;
}

.live-match{
    background:#fff;
    margin-top:18px;
    padding:20px;
    border-radius:24px;
    border:1px solid #e5e7eb;
    box-shadow:0 3px 12px rgba(0,0,0,0.05);
}

.league-name{
    font-size:15px;
    color:#64748b;
    margin-bottom:18px;
    font-weight:bold;
}

.teams{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

.team{
    width:35%;
    text-align:center;
    font-size:17px;
    font-weight:700;
    color:#0f172a;
}

.score{
    width:30%;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    color:#2563eb;
}

.minute{
    margin-top:18px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:#ef4444;
}

.news-card{
    background:#fff;
    padding:18px;
    margin-top:16px;
    border-radius:22px;
    border:1px solid #e5e7eb;
    box-shadow:0 3px 10px rgba(0,0,0,0.04);
}

.news-card h2{
    font-size:20px;
    margin-bottom:10px;
    color:#111827;
}

.news-card p{
    color:#475569;
    line-height:28px;
}

.status-card{
    background:#fff;
    margin-top:15px;
    padding:18px;
    border-radius:20px;
    text-align:center;
    font-size:18px;
    font-weight:600;
    color:#334155;
    border:1px solid #e5e7eb;
}

.currency-box{
    margin-top:15px;
}

.currency-item{
    background:#f8fafc;
    padding:15px;
    margin-top:12px;
    border-radius:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:17px;
    border:1px solid #e2e8f0;
}

.currency-item span{
    font-weight:bold;
    color:#2563eb;
}



.container{
    width:100%;
    max-width:460px;
    margin:auto;
    padding:14px;
}

/* TOP BANNER */

.top-banner img{
    width:100%;
    border-radius:22px;
    object-fit:cover;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

/* AFORİZM */

.quote-box{
    background:#ffffff;
    margin-top:18px;
    border-radius:24px;
    padding:22px 18px;
    text-align:center;
    border:1px solid #e6ebf2;
    box-shadow:0 3px 12px rgba(0,0,0,0.04);
}

.quote-box p{
    font-size:18px;
    line-height:30px;
    color:#334155;
    font-weight:600;
}

.refresh-btn{
    display:inline-block;
    margin-top:18px;
    background:linear-gradient(135deg,#7c3aed,#4f46e5);
    color:#fff;
    text-decoration:none;
    padding:13px 22px;
    border-radius:40px;
    font-size:15px;
    font-weight:bold;
    transition:0.3s;
}

.refresh-btn:hover{
    transform:scale(1.03);
}

/* LOGIN BOX */

.login-box{
    background:#fff;
    margin-top:18px;
    border-radius:24px;
    padding:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border:1px solid #e5e7eb;
    box-shadow:0 3px 10px rgba(0,0,0,0.04);
}

.icon{
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#3b82f6);
    flex-shrink:0;
}

.red{
    background:linear-gradient(135deg,#ef4444,#f97316);
}

.text{
    flex:1;
}

.text h3{
    font-size:18px;
    margin-bottom:5px;
    color:#0f172a;
}

.text p{
    font-size:14px;
    color:#64748b;
}

/* BUTTONS */

.btn{
    padding:12px 18px;
    border-radius:30px;
    text-decoration:none;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    white-space:nowrap;
}

.blue{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
}

.redbtn{
    background:linear-gradient(135deg,#ef4444,#dc2626);
}

/* GRID MENU */

.grid-menu{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:22px;
}

/* CARDS */

.card{
    background:#fff;
    border-radius:26px;
    padding:28px 12px;
    text-align:center;
    text-decoration:none;
    color:#111827;
    border:1px solid #e5e7eb;
    transition:0.25s;
    box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

.card:hover{
    transform:translateY(-4px);
}

.card span{
    font-size:42px;
    display:block;
}

.card h2{
    margin-top:14px;
    font-size:20px;
    line-height:28px;
    font-weight:700;
    color:#1e293b;
}


@media(max-width:400px){

    .card{
        padding:24px 10px;
    }

    .card h2{
        font-size:18px;
    }

    .quote-box p{
        font-size:16px;
    }

}