/* Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Playfair Display', serif;
    background: linear-gradient(135deg, #0c0c0c 0%, #1a1a2e 50%, #16213e 100%);
    color: #e8e8e8;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

/* Animasyonlu Yıldızlar */
.stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.stars::before,
.stars::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    animation: twinkle 3s infinite;
}

.stars::before {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.stars::after {
    top: 60%;
    right: 20%;
    animation-delay: 1.5s;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* Container */
.container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo i {
    font-size: 2.5rem;
    color: #d4af37;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from { text-shadow: 0 0 10px #d4af37; }
    to { text-shadow: 0 0 20px #d4af37, 0 0 30px #d4af37; }
}

.logo-text {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    font-weight: 600;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: none !important;
    font-variant: normal !important;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    margin: 0;
    padding: 0;
}

.logo-text b {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-transform: none !important;
    font-variant: normal !important;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    animation: glow 2s ease-in-out infinite alternate;
}

.nav-btn {
    background: rgba(212, 175, 55, 0.2);
    border: 2px solid #d4af37;
    color: #d4af37;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #d4af37;
    color: #0c0c0c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* Ana İçerik */
.main-content {
    text-align: center;
    padding: 40px 0;
}

.welcome-section h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
    margin-bottom: 12px;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.welcome-section p {
    font-size: 1rem;
    margin-bottom: 25px;
    opacity: 0.8;
    text-align: center;
}

/* Logout Section */
.logout-section {
    background: rgba(212, 175, 55, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 15px;
    text-align: center;
}

.welcome-back {
    font-size: 0.9rem;
    color: #d4af37;
    margin-bottom: 5px;
    font-weight: 600;
}

.welcome-back span {
    color: #ffd700;
    font-weight: 700;
}

.logout-question {
    font-size: 0.8rem;
    color: #e8e8e8;
    margin-bottom: 0;
}

.logout-btn {
    background: rgba(255, 107, 107, 0.12);
    border: 1px solid #ff6b6b;
    color: #ff6b6b;
    padding: 3px 8px;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    display: inline;
    margin-left: 3px;
}

.logout-btn:hover {
    background: #ff6b6b;
    color: #0c0c0c;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(255, 107, 107, 0.4);
}

/* Form Stilleri */
.user-form {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
}

.user-form h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #d4af37;
}

.form-group {
    margin-bottom: 25px;
    text-align: left;
}

/* Doğum Tarihi Seçicileri */
/* Date selectors artık gerekli değil - tek date input kullanıyoruz */

/* Cinsiyet Butonları */
.gender-buttons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.gender-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    color: #e8e8e8;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    font-weight: 500;
}

.gender-btn:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: #d4af37;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

.gender-btn.active {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    border-color: #d4af37;
    color: #0c0c0c;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.gender-btn i {
    font-size: 1.3rem;
    margin-bottom: 4px;
}

.gender-btn span {
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

/* Kategori Butonları */
.category-buttons {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.category-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    color: #e8e8e8;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.8rem;
    font-weight: 500;
    min-height: 50px;
}

.category-btn:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: #d4af37;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

.category-btn.active {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    border-color: #d4af37;
    color: #0c0c0c;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.category-btn i {
    font-size: 1.1rem;
    margin-bottom: 3px;
}

.category-btn span {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #d4af37;
}

.form-hint {
    display: block;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #d4af37;
    font-style: italic;
}

textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #e8e8e8;
    font-size: 0.9rem;
    font-family: inherit;
    resize: vertical;
    min-height: 80px;
    transition: all 0.3s ease;
}

textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

textarea::placeholder {
    color: #999;
    font-style: italic;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #e8e8e8;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* Rüya Input Container */
.dream-input-container {
    position: relative;
    margin-bottom: 20px;
}

.dream-input-container textarea {
    min-height: 200px;
    font-size: 1.1rem;
    line-height: 1.6;
    padding: 20px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    color: #e8e8e8;
    font-family: 'Playfair Display', serif;
    transition: all 0.3s ease;
    width: 100%;
}

.dream-input-container textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.char-counter {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 0.9rem;
    color: rgba(212, 175, 55, 0.7);
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 10px;
}

/* Upload Instruction */
.upload-instruction {
    text-align: center;
    color: #d4af37;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-style: italic;
}

/* Tarot Instruction */
.tarot-instruction {
    text-align: center;
    color: #d4af37;
    font-size: 1.1rem;
    margin-bottom: 30px;
    font-style: italic;
}

/* Warning Box */
.warning-box {
    background: rgba(255, 193, 7, 0.1);
    border: 2px solid #ffc107;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.warning-box i {
    color: #ffc107;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.warning-box span {
    color: #ffc107;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Butonlar */
.btn-primary {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    border: none;
    color: #0c0c0c;
    padding: 12px 24px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    box-shadow: 0 3px 10px rgba(212, 175, 55, 0.3);
    position: relative;
    z-index: 1;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4);
}

.back-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #d4af37;
    padding: 6px 12px;
    border-radius: 15px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.back-btn:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: #d4af37;
    color: #ffd700;
    transform: translateY(-1px);
}

/* Seçim Sayfası */
.choice-section {
    text-align: center;
    padding: 40px 0;
}

.welcome-user h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #d4af37;
}

.welcome-user p {
    font-size: 1.3rem;
    margin-bottom: 50px;
    opacity: 0.8;
}

.choice-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.choice-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px 20px;
    border-radius: 15px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.choice-card:hover {
    transform: translateY(-10px);
    border-color: #d4af37;
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

.card-icon {
    font-size: 2.5rem;
    color: #d4af37;
    margin-bottom: 12px;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.choice-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #d4af37;
}

.choice-card p {
    font-size: 0.9rem;
    opacity: 0.8;
    line-height: 1.4;
}

/* Rüya ve Kahve Sayfaları */
.dream-section,
.coffee-section,
.settings-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.section-header h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    color: #d4af37;
    margin: 0;
}

.dream-form,
.coffee-form,
.settings-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.dream-form h3,
.coffee-form h3,
.settings-form h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #d4af37;
    text-align: center;
}

/* Dosya Yükleme */
.file-upload {
    margin-bottom: 30px;
}

.file-upload input[type="file"] {
    display: none;
}

.file-label {
    display: inline-block;
    padding: 20px 40px;
    background: rgba(212, 175, 55, 0.2);
    border: 2px dashed #d4af37;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.file-label:hover {
    background: rgba(212, 175, 55, 0.3);
    border-color: #ffd700;
}

.file-label i {
    font-size: 2rem;
    color: #d4af37;
    display: block;
    margin-bottom: 10px;
}

.file-label span {
    font-size: 1.1rem;
    color: #d4af37;
    display: block;
    margin-bottom: 5px;
}

.file-label small {
    font-size: 0.9rem;
    color: rgba(212, 175, 55, 0.7);
    display: block;
}

/* Resim Önizleme */
.image-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.image-preview img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid rgba(212, 175, 55, 0.3);
}

/* Sonuç Sayfası */
.result-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.result-container {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
    margin-bottom: 15px;
}

.result-content {
    font-size: 0.85rem;
    line-height: 1.4;
    text-align: justify;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 6px;
    border-left: 2px solid #d4af37;
    margin-bottom: 10px;
}

.result-actions {
    text-align: center;
}

/* Markdown temizleme */
.result-content * {
    font-family: 'Playfair Display', serif !important;
}

.result-content strong {
    color: #d4af37 !important;
    font-weight: 600 !important;
}

.result-content em {
    color: #ffd700 !important;
    font-style: italic !important;
}

/* Service Options */
.service-options {
    margin-top: 30px;
}

.service-options h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #d4af37;
    text-align: center;
}

/* Burç Yorumu Stilleri */
.horoscope-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.horoscope-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.horoscope-info {
    text-align: center;
    margin-bottom: 30px;
}

.zodiac-sign {
    background: linear-gradient(135deg, #2c1810, #1a0f0a);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #d4af37;
    margin-bottom: 20px;
}

.sign-icon {
    font-size: 4rem;
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.8);
}

.sign-icon h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: #d4af37;
    margin-bottom: 10px;
}

.sign-icon p {
    color: #e8e8e8;
    font-size: 1rem;
}

.horoscope-result {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    margin-bottom: 20px;
}

.horoscope-reading {
    color: #e8e8e8;
    line-height: 1.6;
}

.zodiac-prediction {
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    border-left: 4px solid #d4af37;
}

.zodiac-prediction.positive {
    background: rgba(34, 197, 94, 0.1);
    border-left-color: #22c55e;
}

.zodiac-prediction.negative {
    background: rgba(239, 68, 68, 0.1);
    border-left-color: #ef4444;
}

.zodiac-prediction h5 {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    margin-bottom: 8px;
}

.zodiac-prediction.positive h5 {
    color: #22c55e;
}

.zodiac-prediction.negative h5 {
    color: #ef4444;
}

.zodiac-advice {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
}

.zodiac-advice h5 {
    color: #d4af37;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    margin-bottom: 8px;
}

/* Burç yorumu liste stilleri */
.zodiac-prediction ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zodiac-prediction li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left: 18px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.zodiac-prediction li:before {
    content: "•";
    color: #d4af37;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.zodiac-prediction li:last-child {
    border-bottom: none;
}

.zodiac-prediction.positive li:before {
    content: "✨";
}

.zodiac-prediction.negative li:before {
    content: "⚠️";
}

/* Tarot Stilleri */
.tarot-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.tarot-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.tarot-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tarot-card {
    width: 150px;
    height: 220px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    perspective: 1000px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.tarot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

.card-back, .card-front {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}

.card-back {
    background: linear-gradient(135deg, #d4af37, #ffd700);
    color: #0c0c0c;
    transform: rotateY(0deg);
}

.card-back-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border: 2px solid #d4af37;
    border-radius: 15px;
}

.mystic-symbol {
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.8);
    animation: pulse 2s infinite;
}

.card-title {
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: #d4af37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

.card-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    pointer-events: none;
}

.pattern-line {
    position: absolute;
    background: linear-gradient(45deg, #d4af37, transparent);
    border-radius: 2px;
}

.pattern-line:nth-child(1) {
    top: 20%;
    left: 10%;
    width: 60%;
    height: 2px;
    transform: rotate(15deg);
}

.pattern-line:nth-child(2) {
    top: 50%;
    right: 15%;
    width: 50%;
    height: 2px;
    transform: rotate(-20deg);
}

.pattern-line:nth-child(3) {
    bottom: 25%;
    left: 20%;
    width: 40%;
    height: 2px;
    transform: rotate(10deg);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.card-front {
    background: linear-gradient(135deg, #2c1810, #1a0f0a);
    border: 2px solid #d4af37;
    color: #e8e8e8;
    transform: rotateY(180deg);
    box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.2);
    display: none;
}

.tarot-card.flipped .card-back {
    transform: rotateY(-180deg);
}

.tarot-card.flipped .card-front {
    transform: rotateY(0deg);
    display: flex;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card-symbol {
    font-size: 2rem;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
    border: 2px solid #d4af37;
}

.card-name {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 600;
    color: #d4af37;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

.card-meaning {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #e8e8e8;
    text-align: center;
}

.tarot-result {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
    margin-top: 30px;
}

.tarot-reading h4 {
    color: #d4af37;
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-align: center;
}

.card-interpretation {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    border-left: 4px solid #d4af37;
}

.card-interpretation h5 {
    color: #ffd700;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    margin-bottom: 8px;
}

.tarot-advice {
    background: rgba(212, 175, 55, 0.1);
    padding: 15px;
    border-radius: 12px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    margin-top: 20px;
}

.tarot-advice h5 {
    color: #d4af37;
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* Loading */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(212, 175, 55, 0.3);
    border-top: 4px solid #d4af37;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading p {
    font-size: 1.2rem;
    color: #d4af37;
    font-family: 'Cinzel', serif;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.modal-content {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border: 2px solid #d4af37;
    border-radius: 15px;
    padding: 18px;
    max-width: 420px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    animation: modalSlideIn 0.4s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    color: #d4af37;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    flex: 1;
}

.modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff6b6b;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.modal-close:hover {
    background: #ff8e8e;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
}

/* Geri Sayım Modal */
.countdown-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(10px);
}

.countdown-content {
    text-align: center;
    color: #e8e8e8;
    max-width: 400px;
    padding: 40px;
}

.countdown-title {
    font-size: 2rem;
    font-weight: 600;
    color: #d4af37;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.countdown-number {
    font-size: 4rem;
    font-weight: 700;
    color: #ffd700;
    margin: 20px 0;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
    animation: pulse 1s ease-in-out infinite alternate;
}

.countdown-message {
    font-size: 1.2rem;
    color: #e8e8e8;
    margin-bottom: 30px;
    line-height: 1.6;
}

.countdown-progress {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 20px 0;
}

.countdown-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #d4af37, #ffd700);
    border-radius: 3px;
    transition: width 1s ease;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

@keyframes pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.countdown-animation {
    animation: fadeInOut 2s ease-in-out infinite;
}

/* Motivasyon Sayfası */
.motivation-section {
    padding: 5px;
    max-width: 800px;
    margin: 0 auto;
}

.motivation-form {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 8px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    backdrop-filter: blur(10px);
}

.motivation-instruction {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
}

.motivation-info {
    margin-bottom: 25px;
}

.user-info-display {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.info-item i {
    color: #d4af37;
    font-size: 1.1rem;
    width: 20px;
}

.info-item span {
    color: #e8e8e8;
    font-weight: 500;
}

.motivation-result {
    margin-top: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    display: none;
}

.motivation-header {
    text-align: center;
    margin-bottom: 8px;
    padding: 6px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(255, 215, 0, 0.1));
    border-radius: 6px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
}

.motivation-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.motivation-icon {
    font-size: 1.2rem;
    margin-bottom: 3px;
    animation: pulse 2s ease-in-out infinite alternate;
}

@keyframes pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

.motivation-header h3 {
    color: #d4af37;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
    position: relative;
    z-index: 1;
}

.motivation-subtitle {
    color: #e8e8e8;
    font-size: 0.7rem;
    font-style: italic;
    opacity: 0.8;
    position: relative;
    z-index: 1;
}

.motivation-share {
    margin-top: 8px;
    padding: 6px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.motivation-share h4 {
    color: #d4af37;
    text-align: center;
    margin-bottom: 6px;
    font-size: 0.8rem;
}

.motivation-share .share-buttons {
    display: flex !important;
    flex-direction: row !important;
    gap: 4px !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100% !important;
}

.motivation-share .share-btn {
    padding: 3px 4px !important;
    border: none;
    border-radius: 3px;
    font-size: 0.6rem !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
    flex: 1 !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    max-width: 25% !important;
    text-align: center !important;
}

.motivation-share .share-btn.whatsapp {
    background: #25D366;
    color: white;
}

.motivation-share .share-btn.whatsapp:hover {
    background: #1ea952;
    transform: translateY(-2px);
}

.motivation-share .share-btn.other {
    background: #d4af37;
    color: #0c0c0c;
}

.motivation-share .share-btn.other:hover {
    background: #ffd700;
    transform: translateY(-2px);
}

.motivation-share .share-btn.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;
}

.motivation-share .share-btn.instagram:hover {
    background: linear-gradient(45deg, #e6683c 0%,#dc2743 25%,#cc2366 50%,#bc1888 75%,#8a3ab9 100%);
    transform: translateY(-2px);
}

.motivation-share .share-btn.tiktok {
    background: #000000;
    color: white;
}

.motivation-share .share-btn.tiktok:hover {
    background: #333333;
    transform: translateY(-2px);
}

/* Cache Temizleme Butonu */
.cache-clear-section {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.cache-clear-btn {
    background: rgba(220, 38, 67, 0.9);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.cache-clear-btn:hover {
    background: rgba(220, 38, 67, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.cache-clear-btn:active {
    transform: scale(0.95);
}

/* Mobil için paylaşım butonları */
@media (max-width: 768px) {
    .motivation-share .share-buttons {
        display: flex !important;
        flex-direction: row !important;
        gap: 2px !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }
    
    .motivation-share .share-btn {
        padding: 2px 3px !important;
        font-size: 0.55rem !important;
        gap: 1px !important;
        flex: 1 !important;
        max-width: 25% !important;
        min-width: 0 !important;
    }
    
    .motivation-share .share-btn i {
        font-size: 0.6rem !important;
    }
}

@media (max-width: 480px) {
    .motivation-share .share-buttons {
        display: flex !important;
        flex-direction: row !important;
        gap: 1px !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }
    
    .motivation-share .share-btn {
        padding: 1px 2px !important;
        font-size: 0.5rem !important;
        gap: 1px !important;
        flex: 1 !important;
        max-width: 25% !important;
        min-width: 0 !important;
    }
    
    .motivation-share .share-btn i {
        font-size: 0.55rem !important;
    }
}

.modal-body p {
    color: #e8e8e8;
    text-align: center;
    margin-bottom: 18px;
    line-height: 1.5;
    font-size: 0.9rem;
}

.contact-info, .share-section {
    margin: 15px 0;
}

.contact-info h3, .share-section h3 {
    color: #d4af37;
    margin-bottom: 12px;
    font-size: 1rem;
    text-align: center;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e8e8e8;
    text-decoration: none;
    padding: 8px;
    border-radius: 6px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.contact-link:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
    transform: translateX(5px);
}

.contact-link i {
    color: #d4af37;
    width: 20px;
}

.share-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.share-btn {
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.share-btn.whatsapp {
    background: #25D366;
    color: white;
}

.share-btn.other {
    background: #6c757d;
    color: white;
}

.share-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-footer {
    text-align: center;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal-footer .btn {
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.modal-footer .btn-primary {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #0c0c0c;
    font-weight: 600;
}

.modal-footer .btn-primary:hover {
    background: linear-gradient(45deg, #ffd700, #d4af37);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.modal-footer .btn-secondary {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: #0c0c0c;
    font-weight: 600;
}

.modal-footer .btn-secondary:hover {
    background: linear-gradient(45deg, #ff8e8e, #ff6b6b);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

/* Bottom Navigation Styles */
.bottom-nav {
    display: none; /* Desktop'ta gizli */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-top: 2px solid #d4af37;
    padding: 8px 0;
    z-index: 1000;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.3);
}

/* Desktop'ta kesinlikle gizli */
@media (min-width: 769px) {
    .bottom-nav {
        display: none !important;
    }
    
    /* Desktop'ta footer normal pozisyon */
    .footer {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        margin-top: 50px !important;
        box-shadow: none !important;
    }
    
    /* Desktop'ta body padding normal */
    body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    min-width: 45px;
    position: relative;
    flex: 1;
}

.nav-item:hover {
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

.nav-item.active {
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid #d4af37;
}

.nav-icon {
    font-size: 1.2rem;
    color: #d4af37;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.nav-item.active .nav-icon {
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.nav-label {
    font-size: 0.7rem;
    color: #e8e8e8;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.nav-item.active .nav-label {
    color: #ffd700;
    font-weight: 600;
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #0f0f23, #1a1a2e);
    border-top: 1px solid #d4af37;
    padding: 8px 0;
    margin-top: 30px;
    text-align: center;
    position: relative;
    z-index: 100;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-content p {
    color: #e8e8e8;
    margin: 2px 0;
    font-size: 0.75rem;
    line-height: 1.2;
}

.brand-link {
    color: #d4af37;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9em;
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgba(212, 175, 55, 0.3);
}

.brand-link:hover {
    color: #ffd700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
    transform: scale(1.02);
}

.developer-link {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

.developer-link:hover {
    color: #f4d03f;
    text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    
    .logo-text {
        font-size: 2rem;
    }
    
    .welcome-section {
        margin-top: 0px;
    }
    
    .user-form {
        margin-bottom: 10px;
        padding: 20px;
    }
    
    .user-form h3 {
        margin-bottom: 15px;
    }
    
    .form-group {
        margin-bottom: 12px;
    }
    
    .gender-buttons {
        gap: 8px;
        display: flex !important;
        flex-direction: row !important;
    }
    
    .gender-btn {
        padding: 12px 8px !important;
        min-height: 60px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .gender-btn i {
        font-size: 1.2rem !important;
        margin-bottom: 3px !important;
    }
    
    .gender-btn span {
        font-size: 0.75rem !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }
    
    .welcome-section h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .welcome-section p {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .logout-section {
        padding: 6px 10px;
        margin-bottom: 12px;
    }
    
    .welcome-back {
        font-size: 0.8rem;
        margin-bottom: 4px;
    }
    
    .logout-question {
        font-size: 0.75rem;
    }
    
    .logout-btn {
        padding: 2px 6px;
        font-size: 0.7rem;
        margin-left: 2px;
    }
    
    .user-form,
    .dream-form,
    .coffee-form,
    .result-container {
        padding: 20px;
    }
    
    .warning-box {
        padding: 12px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .warning-box span {
        font-size: 0.9rem;
    }
    
    .choice-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
    }
    
    .choice-card {
        padding: 20px 15px;
        min-height: 100px;
    }
    
    .card-icon {
        font-size: 2rem;
        margin-bottom: 8px;
    }
    
    .choice-card h3 {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    
    .choice-card p {
        font-size: 0.8rem;
    }
    
    .section-header {
        flex-direction: row;
        text-align: left;
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .section-header h2 {
        font-size: 1.6rem;
    }
    
    .back-btn {
        padding: 5px 10px;
        font-size: 0.8rem;
        gap: 4px;
    }
    
    .result-content {
        font-size: 0.9rem;
        padding: 15px;
        line-height: 1.5;
    }
    
    .dream-input-container textarea {
        min-height: 150px;
        font-size: 1rem;
        padding: 15px;
    }
    
    /* Tarot Mobil */
    .tarot-cards {
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .tarot-card {
        width: 120px;
        height: 180px;
    }
    
    .card-image {
        font-size: 3rem;
        height: 60px;
        margin-bottom: 10px;
    }
    
    /* Modal responsive */
    .modal-content {
        padding: 15px;
        margin: 15px;
        max-height: 90vh;
    }
    
    .modal-header h2 {
        font-size: 1.2rem;
    }
    
    .modal-body p {
        font-size: 0.85rem;
    }
    
    .contact-info h3, .share-section h3 {
        font-size: 0.9rem;
    }
    
    .contact-link {
        font-size: 0.8rem;
        padding: 6px;
    }
    
    .share-btn {
        font-size: 0.8rem;
        padding: 8px 12px;
    }
    
    .share-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .share-btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Header mobilde sabit */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: linear-gradient(135deg, #0f0f23, #1a1a2e);
        border-bottom: 2px solid #d4af37;
        padding: 12px 0;
        margin-bottom: 0;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }
    
    .logo {
        gap: 10px;
    }
    
    .logo i {
        font-size: 1.8rem;
    }
    
    .logo-text {
        font-size: 1.6rem;
    }
    
    /* Ana içerik için üst padding ekle */
    .container {
        padding-top: 80px;
    }
    
    /* Bottom Navigation mobilde göster */
    .bottom-nav {
        display: flex;
    }
    
    /* Footer responsive - navigation barın üstünde sabit */
    .footer {
        position: fixed;
        bottom: 70px;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        padding: 10px 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
        z-index: 999;
    }
    
    .footer-content {
        padding: 0 15px;
    }
    
    .footer-content p {
        font-size: 0.75rem;
        margin: 3px 0;
    }
    
    /* Sayfa içeriği için padding ekle - header + footer + bottom nav için */
    body {
        padding-top: 80px;
        padding-bottom: 140px;
    }
    
    .card-name {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }
    
    .card-meaning {
        font-size: 0.7rem;
        line-height: 1.3;
    }
    
    .service-options h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .logo {
        flex-direction: column;
        gap: 10px;
    }
    
    .welcome-section {
        margin-top: 0px;
    }
    
    .user-form {
        margin-bottom: 10px;
        padding: 20px;
    }
    
    .user-form h3 {
        margin-bottom: 15px;
    }
    
    .form-group {
        margin-bottom: 12px;
    }
    
    .gender-buttons {
        gap: 6px !important;
        display: flex !important;
        flex-direction: row !important;
    }
    
    .gender-btn {
        padding: 10px 6px !important;
        min-height: 55px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .gender-btn i {
        font-size: 1.1rem !important;
        margin-bottom: 2px !important;
    }
    
    .gender-btn span {
        font-size: 0.7rem !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }
    
    .choice-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .choice-card {
        padding: 15px 10px;
        min-height: 85px;
    }
    
    .card-icon {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    
    .choice-card h3 {
        font-size: 0.9rem;
        margin-bottom: 3px;
    }
    
    .choice-card p {
        font-size: 0.7rem;
        line-height: 1.3;
    }
    
    /* Header çok küçük ekranlar için */
    .header {
        padding: 10px 0;
    }
    
    .logo {
        gap: 8px;
    }
    
    .logo i {
        font-size: 1.5rem;
    }
    
    .logo-text {
        font-size: 1.4rem;
    }
    
    .container {
        padding-top: 70px;
    }
    
    body {
        padding-top: 70px;
        padding-bottom: 130px;
    }
    
    .section-header {
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .section-header h2 {
        font-size: 1.4rem;
    }
    
    .back-btn {
        padding: 4px 8px;
        font-size: 0.75rem;
        gap: 3px;
    }
    
    /* Bottom Navigation çok küçük ekranlar için */
    .nav-item {
        padding: 5px 2px;
        min-width: 40px;
    }
    
    .nav-icon {
        font-size: 1rem;
        margin-bottom: 3px;
    }
    
    .nav-label {
        font-size: 0.65rem;
    }
    
    /* Footer çok küçük ekranlar için */
    .footer {
        bottom: 65px;
        padding: 8px 0;
    }
    
    .footer-content p {
        font-size: 0.7rem;
        margin: 2px 0;
    }
    
    body {
        padding-bottom: 130px;
    }
    
    .welcome-section h2 {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }
    
    .welcome-section p {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
    
    .logout-section {
        padding: 5px 8px;
        margin-bottom: 10px;
    }
    
    .welcome-back {
        font-size: 0.75rem;
        margin-bottom: 3px;
    }
    
    .logout-question {
        font-size: 0.7rem;
    }
    
    .logout-btn {
        padding: 1px 4px;
        font-size: 0.65rem;
        margin-left: 1px;
    }
    
    .user-form,
    .dream-form,
    .coffee-form,
    .settings-form {
        padding: 20px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px;
    }
    
    .btn-primary {
        padding: 10px 20px;
        font-size: 0.85rem;
        margin-top: 12px;
    }
}
