﻿body{background:#070707;color:#fff;font-family:Arial,sans-serif}
.navbar{background:#000;border-bottom:1px solid #222}
.hero{
    min-height:350px;
    background:
    linear-gradient(
        rgba(0,0,0,.35),
        rgba(0,0,0,.55)
    ),
    url('../1.jpg') center center;
    background-size:cover;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
.card-dark{background:#141414;border:1px solid #2a2a2a;border-radius:15px}
.card-dark:hover{border-color:#ffb300}
.gold{color:#ffb300}
.btn-gold{background:#ffb300;color:#000;font-weight:bold}
footer{background:#000;border-top:1px solid #222}
.ilan-row{
    background:#141414;
    border:1px solid #2a2a2a;
    border-radius:15px;
    display:flex;
    align-items:center;
    overflow:hidden;
    transition:.3s;
}

.ilan-row:hover{
    border-color:#ffb300;
    box-shadow:0 0 20px rgba(255,179,0,.15);
}

.ilan-resim{
    width:220px;
    min-width:220px;
}

.ilan-resim img{
    width:100%;
    height:170px;
    object-fit:cover;
}

.ilan-icerik{
    flex:1;
    padding:20px;
}

.ilan-baslik{
    font-size:22px;
    font-weight:700;
    color:#fff;
    margin-bottom:10px;
}

.ilan-detay{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    color:#999;
    margin-bottom:10px;
    font-size:14px;
}

.ilan-aciklama{
    color:#cfcfcf;
}

.ilan-fiyat{
    width:220px;
    min-width:220px;
    text-align:center;
    padding:20px;
    border-left:1px solid #2a2a2a;
}

.fiyat{
    font-size:32px;
    font-weight:800;
    color:#ffb300;
    margin-bottom:15px;
}

@media(max-width:768px){

    .ilan-row{
        flex-direction:column;
    }

    .ilan-resim,
    .ilan-fiyat{
        width:100%;
        min-width:100%;
    }

    .ilan-fiyat{
        border-left:none;
        border-top:1px solid #2a2a2a;
    }

}

.kotrade-tabs .nav-link{
    background:#141414;
    color:#aaa;
    border:1px solid #2a2a2a;
    margin:0 5px;
    padding:15px;
    font-weight:700;
}

.kotrade-tabs .nav-link.active{
    background:#ffb300;
    color:#000;
    border-color:#ffb300;
}

.kotrade-tabs .nav-link:hover{
    color:#fff;
}

.kotrade-navbar{
    background:rgba(0,0,0,.85);
    backdrop-filter:blur(15px);
    border-bottom:1px solid #222;
}

.logo-box{
    width:45px;
    height:45px;
    border-radius:12px;
    background:#ffb300;
    color:#000;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.icon-btn{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#141414;
    border:1px solid #2a2a2a;
    border-radius:12px;
    color:#fff;
    text-decoration:none;
}

.icon-btn:hover{
    color:#ffb300;
    border-color:#ffb300;
}

.nav-link{
    font-weight:600;
}

.nav-link:hover{
    color:#ffb300 !important;
}

.gb-panel{
    background:#141414;
    border:1px solid #2a2a2a;
    border-radius:15px;
    padding:20px;
    position:sticky;
    top:90px;
}

.gb-title{
    color:#ffb300;
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.gb-header,
.gb-item{
    display:grid;
    grid-template-columns:1fr 80px 80px;
    align-items:center;
    gap:10px;
}

.gb-header{
    font-size:12px;
    color:#888;
    padding-bottom:10px;
    border-bottom:1px solid #2a2a2a;
    margin-bottom:5px;
}

.gb-item{
    padding:12px 0;
    border-bottom:1px solid #252525;
}

.gb-item:last-child{
    border-bottom:none;
}

.alis{
    color:#50fa7b;
}

.satis{
    color:#ff5555;
}

.market-stat{
    display:flex;
    justify-content:space-between;
    padding:8px 0;
    border-bottom:1px solid #252525;
}

.market-stat:last-child{
    border-bottom:none;
}

.user-menu{
    display:flex;
    align-items:center;
    gap:10px;
}

.menu-btn{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 15px;
    background:#141414;
    border:1px solid #2a2a2a;
    border-radius:12px;
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-weight:600;
}

.menu-btn i{
    color:#ffb300;
    font-size:16px;
}

.menu-btn:hover{
    border-color:#ffb300;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 0 15px rgba(255,179,0,.15);
}

.menu-btn-gold{
    background:#ffb300;
    color:#000;
    border-color:#ffb300;
}

.menu-btn-gold i{
    color:#000;
}

.menu-btn-gold:hover{
    color:#000;
    box-shadow:0 0 20px rgba(255,179,0,.35);
}
@media (max-width:768px){

    .user-menu{
        display:flex;
        flex-direction:column;
        width:100%;
        gap:10px;
        margin-top:15px;
    }

    .menu-btn{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:14px;
        box-sizing:border-box;
    }

    .navbar-collapse{
        padding-top:15px;
    }

}

@media (max-width:768px){

    .navbar .container{
        padding-left:10px;
        padding-right:10px;
    }

    .user-menu{
        width:100%;
    }

    .user-menu .menu-btn{
        width:100%;
        max-width:100%;
    }

}
.kotrade-modal .modal-content{
    background:#141414;
    border:1px solid #2a2a2a;
    border-radius:20px;
    color:#fff;
}

.kotrade-modal .modal-header{
    border-bottom:1px solid #2a2a2a;
}

.kotrade-modal .form-control{
    background:#0d0d0d;
    border:1px solid #2a2a2a;
    color:#fff;
    padding:12px;
}

.kotrade-modal .form-control:focus{
    background:#0d0d0d;
    color:#fff;
    border-color:#ffb300;
    box-shadow:0 0 0 .2rem rgba(255,179,0,.15);
}

.kotrade-modal .form-control::placeholder{
    color:#777;
}

.modal-logo{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#ffb300;
    color:#000;
    font-size:34px;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}

@media(max-width:768px){

    .modal-bottom-sheet{
        margin:0;
        min-height:100%;
        display:flex;
        align-items:flex-end;
    }

    .modal-bottom-sheet .modal-content{
        width:100%;
        border-radius:25px 25px 0 0;
        border-bottom:none;
        animation:sheetUp .25s ease;
        max-height:90vh;
        overflow:auto;
    }

}

@keyframes sheetUp{

    from{
        transform:translateY(100%);
    }

    to{
        transform:translateY(0);
    }

}