/* ======================================================
   ÇİN BURCU UYUMU — CSS
====================================================== */

.cu-wrap {
    max-width: 760px;
    margin: 40px auto 70px;
    padding: 0 18px;
    font-family: monospace;
}

.cu-hero {
    text-align: center;
    background: linear-gradient(135deg, rgb(75, 64, 95), #7a2d3a);
    color: #fff;
    border-radius: 16px;
    padding: 34px 24px;
    margin-bottom: 26px;
    box-shadow: 0 6px 20px rgba(75, 64, 95, 0.3);
}

.cu-baslik {
    font-family: monospace;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 12px;
    letter-spacing: 1px;
}

.cu-aciklama {
    color: #ecd9e4;
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ---- Form ---- */
.cu-form {
    background-color: rgb(233, 217, 236);
    border: 2px solid rgb(75, 64, 95);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 4px 14px rgba(75, 64, 95, 0.18);
}

.cu-secimler {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    justify-content: center;
}

.cu-secim-grup {
    flex: 1;
}

.cu-secim-grup label {
    display: block;
    font-weight: bold;
    color: rgb(75, 64, 95);
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
}

.cu-select {
    width: 100%;
    font-family: monospace;
    font-size: 15px;
    border: 1px solid rgb(75, 64, 95);
    border-radius: 8px;
    padding: 11px 12px;
    background-color: #fff;
    color: #2b2540;
    cursor: pointer;
}

.cu-select:focus {
    outline: none;
    border-color: #c0392b;
    box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.2);
}

.cu-kalp-ayrac {
    font-size: 26px;
    padding-bottom: 8px;
}

.cu-hesapla {
    display: block;
    width: 100%;
    margin-top: 22px;
    background-color: #c0392b;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    font-size: 16px;
    border: none;
    padding: 13px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-shadow: 0 4px 10px rgba(192, 57, 43, 0.3);
}

.cu-hesapla:hover { background-color: #e0503e; }

/* ---- Sonuç ---- */
.cu-sonuc {
    background-color: rgb(233, 217, 236);
    border: 2px solid #c0392b;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 14px rgba(192, 57, 43, 0.2);
}

.cu-sonuc-ust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 16px;
}

.cu-sonuc-emoji {
    font-size: 56px;
    line-height: 1;
}

.cu-sonuc-orta {
    text-align: center;
}

.cu-yuzde {
    font-size: 38px;
    font-weight: bold;
    color: #c0392b;
    line-height: 1;
}

.cu-seviye {
    font-size: 15px;
    font-weight: bold;
    color: rgb(75, 64, 95);
    margin-top: 4px;
}

.cu-bar {
    background-color: #fff;
    border: 1px solid rgb(75, 64, 95);
    border-radius: 20px;
    height: 18px;
    overflow: hidden;
    margin-bottom: 16px;
}

.cu-bar-dolu {
    background: linear-gradient(90deg, #c0392b, #e0503e);
    height: 100%;
    border-radius: 20px;
    transition: width 0.7s ease;
}

.cu-cift-ad {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: rgb(75, 64, 95);
    margin: 0 0 20px;
}

.cu-detay-satir {
    background-color: #fff;
    border: 1px solid rgb(75, 64, 95);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 12px;
}

.cu-detay-etiket {
    display: inline-block;
    font-weight: bold;
    color: #c0392b;
    font-size: 15px;
    margin-bottom: 6px;
}

.cu-detay-satir p {
    margin: 0;
    color: #2b2540;
    font-size: 14px;
    line-height: 1.6;
}

.cu-dipnot {
    text-align: center;
    color: #6a5d80;
    font-size: 13px;
    margin-top: 26px;
}

/* ---- Mobil ---- */
@media screen and (max-width: 576px) {
    .cu-baslik { font-size: 25px; }
    .cu-form, .cu-sonuc { padding: 20px; }
    .cu-secimler { flex-direction: column; align-items: stretch; }
    .cu-kalp-ayrac { text-align: center; padding: 4px 0; }
    .cu-sonuc-emoji { font-size: 44px; }
    .cu-sonuc-ust { gap: 14px; }
}
