body {
    font-family: 'Nunito', sans-serif;
    /* --- GÜNCELLENEN KISIM: Arkaplan Görseli --- */
    background-color: #fecfef;
    /* Görsel yüklenmezse görünecek yedek renk */
    background-image: url('../images/bg.jpg');
    background-size: cover;
    /* Görseli ekrana yayar */
    background-position: center;
    /* Görseli ortalar */
    background-attachment: fixed;
    /* Kaydırma yaparken görseli sabitler */
    background-repeat: no-repeat;
    /* ------------------------------------------ */
    color: #5c3a58;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Base pattern class */
.bg-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    background-color: transparent;
    pointer-events: none;
}

/* Pattern Options */
.bg-pattern-dots {
    background-image: radial-gradient(#ffffff 20%, transparent 20%), radial-gradient(#ffffff 20%, transparent 20%);
    background-position: 0 0, 50px 50px;
    background-size: 100px 100px;
}

/* Using SVG data URIs for other patterns */
/* Sparse Staggered Patterns */
.bg-pattern-star {
    /* ViewBox changed to -24 -24 72 72 to add padding around the 24x24 icon */
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-24 -24 72 72'%3E%3Cpath fill='%23ffffff' d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-24 -24 72 72'%3E%3Cpath fill='%23ffffff' d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z'/%3E%3C/svg%3E");
    background-position: 0 0, 50px 50px;
    background-size: 100px 100px;
}

.bg-pattern-cloud {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-24 -24 72 72'%3E%3Cpath fill='%23ffffff' d='M17.5,19c-0.828,0-1.5,0.672-1.5,1.5c0,0.828,0.672,1.5,1.5,1.5S19,21.328,19,20.5C19,19.672,18.328,19,17.5,19z M4.5,19 C3.672,19,3,19.672,3,20.5S3.672,22,4.5,22S6,21.328,6,20.5C6,19.672,5.328,19,4.5,19z M11.5,19C10.672,19,10,19.672,10,20.5 S10.672,22,11.5,22S13,21.328,13,20.5C13,19.672,12.328,19,11.5,19z M17.5,2C13.91,2,11,4.91,11,8.5c0,0.485,0.063,0.954,0.161,1.407 C11.107,9.932,11.055,9.95,11,9.95c-3.314,0-6,2.686-6,6c0,2.152,1.139,4.045,2.83,5.093l1.838-1.061C8.756,19.463,8,18.309,8,17 c0-2.209,1.791-4,4-4c0.552,0,1,0.448,1,1c0,0.552-0.448,1-1,1c-1.105,0-2,0.895-2,2c0,1.105,0.895,2,2,2c0.236,0,0.463-0.046,0.676-0.12 l1.872,1.872C13.435,22.955,12.483,23,11.5,23c-2.485,0-4.5-2.015-4.5-4.5S9.015,14,11.5,14c0.164,0,0.324,0.012,0.48,0.031 C12.383,13.256,13,12.21,13,11c0-1.657-1.343-3-3-3s-3,1.343-3,3c0,0.142,0.016,0.28,0.04,0.416C5.127,11.833,3.5,14.656,3.5,18 c0,3.59,2.91,6.5,6.5,6.5s6.5-2.91,6.5-6.5c0-0.428-0.041-0.849-0.119-1.258C16.825,16.892,17.156,17,17.5,17c2.485,0,4.5-2.015,4.5-4.5 S19.985,8,17.5,8c-1.859,0-3.46,1.131-4.159,2.775C12.917,10.287,12.428,10,11.91,10C11.378,10,10.87,10.31,10.51,10.8 c-0.108-0.742-0.174-1.503-0.174-2.296C10.336,4.406,13.564,1.884,17.5,2z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-24 -24 72 72'%3E%3Cpath fill='%23ffffff' d='M17.5,19c-0.828,0-1.5,0.672-1.5,1.5c0,0.828,0.672,1.5,1.5,1.5S19,21.328,19,20.5C19,19.672,18.328,19,17.5,19z M4.5,19 C3.672,19,3,19.672,3,20.5S3.672,22,4.5,22S6,21.328,6,20.5C6,19.672,5.328,19,4.5,19z M11.5,19C10.672,19,10,19.672,10,20.5 S10.672,22,11.5,22S13,21.328,13,20.5C13,19.672,12.328,19,11.5,19z M17.5,2C13.91,2,11,4.91,11,8.5c0,0.485,0.063,0.954,0.161,1.407 C11.107,9.932,11.055,9.95,11,9.95c-3.314,0-6,2.686-6,6c0,2.152,1.139,4.045,2.83,5.093l1.838-1.061C8.756,19.463,8,18.309,8,17 c0-2.209,1.791-4,4-4c0.552,0,1,0.448,1,1c0,0.552-0.448,1-1,1c-1.105,0-2,0.895-2,2c0,1.105,0.895,2,2,2c0.236,0,0.463-0.046,0.676-0.12 l1.872,1.872C13.435,22.955,12.483,23,11.5,23c-2.485,0-4.5-2.015-4.5-4.5S9.015,14,11.5,14c0.164,0,0.324,0.012,0.48,0.031 C12.383,13.256,13,12.21,13,11c0-1.657-1.343-3-3-3s-3,1.343-3,3c0,0.142,0.016,0.28,0.04,0.416C5.127,11.833,3.5,14.656,3.5,18 c0,3.59,2.91,6.5,6.5,6.5s6.5-2.91,6.5-6.5c0-0.428-0.041-0.849-0.119-1.258C16.825,16.892,17.156,17,17.5,17c2.485,0,4.5-2.015,4.5-4.5 S19.985,8,17.5,8c-1.859,0-3.46,1.131-4.159,2.775C12.917,10.287,12.428,10,11.91,10C11.378,10,10.87,10.31,10.51,10.8 c-0.108-0.742-0.174-1.503-0.174-2.296C10.336,4.406,13.564,1.884,17.5,2z'/%3E%3C/svg%3E");
    background-position: 0 0, 50px 50px;
    background-size: 100px 100px;
}

.bg-pattern-heart {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-24 -24 72 72'%3E%3Cpath fill='%23ffffff' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-24 -24 72 72'%3E%3Cpath fill='%23ffffff' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
    background-position: 0 0, 50px 50px;
    background-size: 100px 100px;
}


.cute-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    border: 2px solid #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px rgba(255, 105, 180, 0.2);
}

.cute-btn {
    background: #ffffff;
    color: #ff69b4;
    border: 2px solid #ffc0cb;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 10px rgba(255, 182, 193, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cute-btn:hover {
    transform: scale(1.05) translateY(-3px);
    background: #fff0f5;
    border-color: #ff69b4;
    box-shadow: 0 10px 20px rgba(255, 105, 180, 0.3);
}

.of-btn {
    background: linear-gradient(45deg, #00aff0, #63d7ff);
    color: white;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 175, 240, 0.4);
}

.of-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 175, 240, 0.6);
}

.premium-box {
    background: linear-gradient(135deg, #ffffff 0%, #fff0f6 100%);
    border: 3px dashed #ff69b4;
}

.blur-container {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 2px solid white;
}

.blur-container img {
    filter: blur(3px);
    transform: scale(1.1);
}

.blur-overlay {
    background: rgba(255, 192, 203, 0.4);
    backdrop-filter: blur(2px);
}

.cute-input {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #ffc0cb;
    color: #ff69b4;
    border-radius: 1rem;
}

.cute-input:focus {
    outline: none;
    border-color: #ff69b4;
    background: #fff;
}

.cute-input::placeholder {
    color: #ffb6c1;
}

.white-filter {
    filter: brightness(0) invert(1);
}

/* Tüm ikonlar için ortak boyut sınıfı */
.std-icon {
    height: 24px;
    width: 24px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.std-icon i {
    font-size: 24px;
}

@keyframes avatar-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(255, 105, 180, 0.4);
        border-color: #ffc0cb;
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255, 20, 147, 0.2);
        border-color: #ff69b4;
    }
}

.avatar-glow {
    animation: avatar-pulse 3s infinite ease-in-out;
}

.floating-emoji {
    position: fixed;
    z-index: 0;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
    width: 90px;
    height: 90px;
    object-fit: contain;
    opacity: 0.9;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(15px, -15px) rotate(5deg);
    }

    50% {
        transform: translate(0, -25px) rotate(10deg);
    }

    75% {
        transform: translate(-15px, -15px) rotate(5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}