body{font-family:"Segoe UI",sans-serif;background:#f8f9fa}.bg-gradient{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.card{border:none;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1)}.small-box{
    border-radius:10px;
    padding:20px;
    color:#fff;
    position: relative; /* BUNU EKLE */
}.small-box .icon{font-size:50px;position:absolute;right:20px;top:20px}.main-sidebar{position:fixed;top:0;left:0;height:100vh;width:250px;z-index:1000}.content-wrapper{margin-left:250px;padding:20px;min-height:100vh}@media(max-width:768px){.main-sidebar{width:100%;position:relative}.content-wrapper{margin-left:0}}
/* FIX: Kart hizalama sorunu */
.row > div {
    display: flex;
}

.row > div .card {
    width: 100%;
}

/* FIX: İstatistik kartları eşit yükseklik */
.stat-card {
    height: 100%;
}

/* FIX: Grafik taşma */
canvas {
    width: 100% !important;
}

/* FIX: absolute icon problemi */
.small-box {
    position: relative;
}
.content-wrapper {
    margin-left: 250px;
    padding: 20px;
    min-height: 100vh;
    width: calc(100% - 250px); /* 🔥 KRİTİK */
}
.container-fluid {
    max-width: 100%;
}
.content-wrapper {
    width: calc(100% - 250px);
}

.container-fluid {
    max-width: 100%;
}