:root { --primary: #0ea5e9; --dark: #0f172a; --bg: #f8fafc; --panel: #ffffff; --border: #e2e8f0; --sub: #64748b; --text: #0f172a; --price: #000000; }
body.dark-mode { --bg: #0f172a; --panel: #1e293b; --text: #f8fafc; --border: #334155; --sub: #94a3b8; --dark: #020617; --price: #ffffff; }

* { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; -webkit-tap-highlight-color: transparent; }
body { margin: 0; padding: 0; background: var(--bg); color: var(--text); height: 100vh; overflow: hidden; }

#map { position: absolute; top: 0; bottom: 0; width: 100%; z-index: 1; background: #e2e8f0; }
.mapboxgl-ctrl-logo, .mapboxgl-ctrl-attrib { display: none !important; }
/* GRAFER PRO YAZISI BURADAN SİLİNDİ */

.top-nav { position: absolute; top: 20px; left: 20px; right: 20px; z-index: 50; display: flex; gap: 10px; pointer-events: none; }
.badge { background: var(--panel); padding: 10px 15px; border-radius: 20px; font-weight: 700; font-size: 13px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); display: flex; align-items: center; gap: 8px; pointer-events: auto; border: 1px solid var(--border); color: var(--text); }
.logo-badge { color: var(--primary); }

.weather-pulse { animation: soft-pulse 2s infinite; }
@keyframes soft-pulse { 0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(245, 158, 11, 0); } 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); } }

.bottom-controls { position: absolute; bottom: 30px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; align-items: center; gap: 15px; pointer-events: none; padding: 0 20px; }
.icon-btn { width: 50px; height: 50px; border-radius: 50%; background: var(--panel); display: flex; justify-content: center; align-items: center; font-size: 18px; color: var(--sub); box-shadow: 0 10px 30px rgba(0,0,0,0.1); cursor: pointer; pointer-events: auto; border: 1px solid var(--border); }
.main-btn { background: var(--dark); color: white; border: none; padding: 16px 28px; border-radius: 18px; font-weight: 800; font-size: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); display: flex; align-items: center; gap: 10px; cursor: pointer; pointer-events: auto; text-transform: uppercase; letter-spacing: 0.5px; flex: 1; justify-content: center; }

/* Modallar */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); z-index: 2000; display: none; justify-content: center; align-items: center; }
.modal-overlay.active { display: flex; }
.panel { background: var(--panel); width: 94%; max-width: 400px; border-radius: 24px; padding: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.2); position: relative; max-height: 90vh; overflow-y: auto; color: var(--text); }

.tabs { display: flex; background: var(--bg); padding: 4px; border-radius: 14px; margin-bottom: 20px; border: 1px solid var(--border); }
.tab { flex: 1; text-align: center; padding: 10px; font-size: 12px; font-weight: 800; color: var(--sub); cursor: pointer; border-radius: 10px; }
.tab.active { background: var(--panel); color: var(--text); box-shadow: 0 2px 8px rgba(0,0,0,0.05); }

.input-group { margin-bottom: 12px; position: relative; }
.input-box { border: 1px solid var(--border); border-radius: 12px; padding: 14px; display: flex; align-items: center; gap: 12px; background: var(--bg); }
.input-box input { flex: 1; border: none; background: transparent; outline: none; font-weight: 700; font-size: 14px; color: var(--text); width: 100%; }
.mini-label { position: absolute; top: 4px; left: 14px; font-size: 9px; font-weight: 700; color: var(--sub); }

.p-row-premium { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-top: 1px solid var(--border); }
.counter { display: flex; align-items: center; gap: 18px; }
.btn-count { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border); background: var(--bg); color: var(--primary); display: flex; justify-content: center; align-items: center; cursor: pointer; font-weight: 900; font-size: 16px; transition: 0.2s; }
.btn-count:active { background: var(--border); }
.count-val { font-weight: 900; width: 20px; text-align: center; font-size: 18px; }
.cabin-option { padding: 16px; border-bottom: 1px solid var(--border); font-size: 15px; font-weight: 700; cursor: pointer; color: var(--text); }
.cabin-option:active { background: var(--bg); }
.cabin-option:last-child { border-bottom: none; }

.switch-row { display: flex; justify-content: space-between; align-items: center; margin: 15px 0; }
.switch-label { font-size: 13px; font-weight: 600; color: var(--text); }
.switch { position: relative; display: inline-block; width: 44px; height: 24px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--border); transition: .4s; border-radius: 34px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider { background-color: var(--primary); }
input:checked + .slider:before { transform: translateX(20px); }

.action-row { display: flex; gap: 10px; margin-top: 20px; }
.btn-action { flex: 1; padding: 16px; border-radius: 16px; font-weight: 800; border: none; cursor: pointer; font-size: 13px; }
.btn-dark { background: var(--dark); color: white; }
.btn-blue { background: var(--primary); color: white; }
.btn-full { width: 100%; padding: 18px; border-radius: 16px; font-weight: 800; border: none; cursor: pointer; font-size: 15px; }

/* Uçuş Kartları */
.filter-pills { display: flex; gap: 8px; margin-bottom: 15px; overflow-x: auto; padding-bottom: 5px; }
.pill-filter { padding: 8px 16px; background: var(--bg); border-radius: 20px; font-size: 12px; font-weight: 700; color: var(--sub); border: 1px solid var(--border); cursor: pointer; white-space: nowrap; }
.pill-filter.active { background: var(--primary); color: white; border-color: var(--primary); }

.flight-card { background: var(--panel); border: 1px solid var(--border); border-radius: 20px; padding: 18px; margin-bottom: 14px; display: flex; flex-direction: column; gap: 12px; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
.fc-header { display: flex; justify-content: space-between; align-items: flex-start; }
.fc-airline-name { font-size: 14px; font-weight: 800; color: var(--text); display: flex; align-items: center; gap: 8px; }
.fc-body { display: flex; justify-content: space-between; align-items: center; }
.fc-time { font-size: 18px; font-weight: 900; color: var(--text); }
.fc-route { font-size: 12px; color: var(--sub); margin-top: 2px; font-weight: 600; }
.fc-status { font-size: 12px; font-weight: 800; color: var(--text); text-align: right; }
.fc-duration { font-size: 11px; color: var(--sub); display: block; text-align: right; margin-top: 2px; }
.fc-price { font-size: 22px; font-weight: 900; color: var(--price); text-align: right; margin-top: 8px; }
.fc-price-sub { font-size: 12px; color: var(--sub); font-weight: 600; text-align: right; margin-top: 2px; }

.provider-item { background: var(--bg); padding: 15px; border-radius: 16px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--border); }
.prov-name { font-weight: 800; font-size: 15px; color: var(--text); }
.prov-price { font-size: 18px; font-weight: 900; color: var(--text); margin-right: 12px; }
.btn-go { background: var(--dark); color: white; border: none; padding: 10px 18px; border-radius: 12px; font-weight: 800; cursor: pointer; font-size: 13px; }
.btn-go.primary { background: var(--primary); }
#back-btn { width: 100%; padding: 15px; border: none; background: transparent; color: var(--sub); font-weight: 800; cursor: pointer; margin-top: 10px; display: none; font-size: 14px; }

.settings-panel { position: absolute; bottom: 90px; right: 20px; background: var(--panel); padding: 20px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); z-index: 1001; display: none; width: 280px; border: 1px solid var(--border); }
.lang-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.lang-btn { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--border); overflow: hidden; cursor: pointer; opacity: 0.6; }
.lang-btn.active { border-color: var(--primary); opacity: 1; transform: scale(1.1); }
.autocomplete-list { position: absolute; top: 100%; left: 0; right: 0; background: var(--panel); border-radius: 12px; border: 1px solid var(--border); box-shadow: 0 10px 40px rgba(0,0,0,0.15); margin-top: 5px; max-height: 200px; overflow-y: auto; z-index: 2000; display: none; }
.ac-item { padding: 12px 15px; border-bottom: 1px solid var(--border); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.ac-code { background: #e0f2fe; color: var(--primary); padding: 4px 8px; border-radius: 6px; font-size: 11px; font-weight: 800; }
.c-loader { width: 40px; height: 40px; border: 4px solid var(--border); border-top-color: var(--primary); border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto; }
@keyframes spin { 100% { transform: rotate(360deg); } }

/* Harita ve Popup */
.mapboxgl-popup-content { border-radius: 16px !important; padding: 15px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important; background: var(--panel) !important; border: 1px solid var(--border); }
.mapboxgl-popup-tip { border-top-color: var(--panel) !important; border-bottom-color: var(--panel) !important; }
.user-marker { width: 28px; height: 28px; background: #10b981; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: white; font-size: 12px; cursor: pointer; border: 3px solid white; box-shadow: 0 4px 10px rgba(0,0,0,0.3); position: relative; }
.user-marker::after { content: ''; position: absolute; width: 100%; height: 100%; background: #10b981; border-radius: 50%; z-index: -1; animation: radar-pulse 2.5s infinite; opacity: 0.6; }
.airport-marker { width: 34px; height: 34px; background: var(--primary); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: white; font-size: 15px; cursor: pointer; border: 3px solid white; box-shadow: 0 4px 10px rgba(0,0,0,0.3); position: relative; }
body.dark-mode .airport-marker { border-color: var(--dark); }
.airport-marker::after { content: ''; position: absolute; width: 100%; height: 100%; background: var(--primary); border-radius: 50%; z-index: -1; animation: radar-pulse 2s infinite; opacity: 0.6; }
@keyframes radar-pulse { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(3); opacity: 0; } }

/* FIRSAT BİLETLERİ */
.deal-marker { background: var(--panel); border: 2px solid var(--primary); border-radius: 12px; padding: 6px 10px; font-weight: 800; font-size: 13px; color: var(--dark); display: flex; align-items: center; gap: 6px; box-shadow: 0 4px 15px rgba(0,0,0,0.15); cursor: pointer; transition: 0.2s; white-space: nowrap; }
body.dark-mode .deal-marker { border-color: var(--sub); }
.deal-marker i { color: var(--primary); }
.deal-marker .price { color: #10b981; margin-left: 4px; }
.deal-marker:active { transform: scale(0.95); }

#toast-container { position: fixed; top: 80px; left: 50%; transform: translateX(-50%); z-index: 9999; display: flex; flex-direction: column; gap: 10px; pointer-events: none; width: 90%; max-width: 350px; }
.toast-msg { background: var(--dark); color: white; padding: 14px 20px; border-radius: 16px; font-size: 14px; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,0.3); animation: slideDown 0.3s, fadeOut 0.3s 2.7s forwards; text-align: center; }

/* Döviz Çevirici */
.info-card { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 15px; display: flex; flex-direction: column; gap: 15px; position: relative; }
.info-row { display: flex; align-items: center; gap: 15px; width: 100%; }
.info-row i { font-size: 24px; }
.info-text { display: flex; flex-direction: column; width: 100%; }
.info-title { font-size: 11px; font-weight: 800; color: var(--sub); text-transform: uppercase; margin-bottom: 4px; letter-spacing: 0.5px; }
.info-val { font-size: 15px; font-weight: 900; color: var(--text); }
.currency-converter-box { display: flex; align-items: center; justify-content: space-between; background: var(--panel); border: 1px solid var(--border); border-radius: 16px; padding: 10px; width: 100%; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.curr-select { display: flex; align-items: center; gap: 8px; cursor: pointer; padding: 8px; border-radius: 12px; transition: 0.2s; }
.curr-select:active { background: var(--bg); }
.curr-flag { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.curr-code { font-weight: 800; font-size: 14px; color: var(--text); }
#curr-input-val { width: 65px; text-align: center; border: 1px solid var(--border); border-radius: 8px; font-weight: 900; font-size: 16px; outline: none; background: var(--bg); color: var(--text); padding: 5px; }
#curr-input-val:focus { border-color: var(--primary); }
.curr-swap { width: 36px; height: 36px; background: var(--primary); color: white; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0 4px 10px rgba(14,165,233,0.3); transition: transform 0.4s ease; }
.curr-swap.rotate { transform: rotate(180deg); }
.curr-result { text-align: center; font-size: 18px; font-weight: 900; color: var(--text); margin-top: 5px; width: 100%; }
.curr-row { display: flex; gap: 8px; margin-top: 10px; }
.curr-btn { flex: 1; padding: 6px 0; border-radius: 8px; border: 1px solid var(--border); background: var(--panel); font-size: 11px; font-weight: 800; color: var(--sub); cursor: pointer; transition: 0.2s; text-align: center; }
.curr-btn.active { background: var(--primary); color: white; border-color: var(--primary); }

/* V7.1 VIP ASİSTAN TASARIMI VE NEON GÖLGELER */
.transport-panel { position: fixed; bottom: -100%; left: 0; right: 0; background: var(--panel); border-radius: 28px 28px 0 0; padding: 25px; box-shadow: 0 -20px 60px rgba(0,0,0,0.15); z-index: 3000; transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); color: var(--text); border-top: 1px solid var(--border); }
.transport-panel.active { bottom: 0; }
.tp-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.tp-header h3 { margin: 0; font-size: 18px; font-weight: 900; }
.tp-header i { font-size: 20px; color: var(--sub); cursor: pointer; background: var(--bg); padding: 8px; border-radius: 50%; transition: 0.2s; }

.tp-smart-summary { 
    position: relative;
    background: linear-gradient(135deg, rgba(14,165,233,0.15), rgba(14,165,233,0.05)); 
    border: 1px solid rgba(14,165,233,0.3); 
    color: var(--primary); 
    padding: 16px; 
    border-radius: 16px; 
    font-size: 13.5px; 
    font-weight: 600; 
    line-height: 1.5; 
    margin-bottom: 20px; 
    animation: neon-pulse 3s infinite alternate; 
}
@keyframes neon-pulse { 
    0% { box-shadow: 0 0 5px rgba(14,165,233,0.1); } 
    100% { box-shadow: 0 0 20px rgba(14,165,233,0.4); } 
}

.typing-dots span { display: inline-block; animation: bounce 1.4s infinite ease-in-out both; }
.typing-dots span:nth-child(1) { animation-delay: -0.32s; }
.typing-dots span:nth-child(2) { animation-delay: -0.16s; }
@keyframes bounce { 0%, 80%, 100% { transform: scale(0); } 40% { transform: scale(1); } }

.app-row { display: flex; gap: 12px; }
.app-btn { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: var(--panel); border: none; border-radius: 16px; padding: 16px 5px; cursor: pointer; font-size: 14px; font-weight: 900; color: var(--text); transition: 0.2s; text-align: center; }

.app-btn.uber { box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
body.dark-mode .app-btn.uber { box-shadow: 0 8px 20px rgba(255,255,255,0.15); }
.app-btn.uber:active { transform: scale(0.93); box-shadow: 0 0 30px rgba(0,0,0,0.3); }
.app-btn.bolt { box-shadow: 0 8px 20px rgba(33, 181, 115, 0.35); }
.app-btn.bolt:active { transform: scale(0.93); box-shadow: 0 0 35px rgba(33, 181, 115, 0.6); }
.app-btn.freenow { box-shadow: 0 8px 20px rgba(229, 36, 33, 0.35); }
.app-btn.freenow:active { transform: scale(0.93); box-shadow: 0 0 35px rgba(229, 36, 33, 0.6); }

.tp-opt-row { display: flex; align-items: center; justify-content: space-between; padding: 16px; background: var(--panel); border: none; border-radius: 16px; box-shadow: 0 8px 20px rgba(0,0,0,0.06); cursor: pointer; transition: 0.2s; text-decoration: none; }
.tp-opt-row:active { transform: scale(0.97); box-shadow: 0 4px 10px rgba(0,0,0,0.03); }
.tp-opt-left { display: flex; align-items: center; gap: 15px; }
.tp-opt-icon { font-size: 22px; color: var(--sub); width: 24px; text-align: center; }
.tp-opt-details { display: flex; flex-direction: column; }
.tp-opt-title { font-weight: 900; font-size: 15px; color: var(--text); }
.tp-opt-time { font-size: 12px; color: var(--sub); font-weight: 600; margin-top: 3px; }
.tp-opt-price { font-size: 18px; font-weight: 900; color: var(--price); display: flex; align-items: center; gap: 8px; }

.tp-chat-mini { display: flex; gap: 12px; margin-top: 10px; }
.tp-chat-mini input { flex: 1; padding: 15px 20px; border-radius: 30px; border: 1px solid var(--border); background: var(--bg); color: var(--text); outline: none; font-size: 14px; font-weight: 600; transition: 0.3s; box-shadow: inset 0 2px 5px rgba(0,0,0,0.02); }
.tp-chat-mini input:focus { border-color: var(--primary); background: var(--panel); box-shadow: 0 4px 15px rgba(14,165,233,0.1); }
.tp-chat-mini button { background: var(--primary); color: white; border: none; border-radius: 50%; width: 50px; height: 50px; display:flex; justify-content:center; align-items:center; cursor: pointer; font-size: 16px; box-shadow: 0 8px 20px rgba(14,165,233,0.3); transition: 0.2s; }
.tp-chat-mini button:active { transform: scale(0.9); }

.service-switcher { position: absolute; bottom: 100px; left: 50%; transform: translateX(-50%); background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); display: flex; padding: 6px; border-radius: 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); z-index: 50; border: 1px solid rgba(226, 232, 240, 0.8); }
body.dark-mode .service-switcher { background: rgba(30, 41, 59, 0.9); border-color: rgba(51, 65, 85, 0.8); }
.svc-tab { padding: 12px 24px; border-radius: 18px; font-size: 13px; font-weight: 800; color: var(--sub); cursor: pointer; display: flex; align-items: center; gap: 8px; transition: 0.3s; }
.svc-tab.active { background: var(--primary); color: white; box-shadow: 0 4px 15px rgba(14,165,233,0.4); transform: scale(1.05); }

.hotel-card { background: var(--panel); border: 1px solid var(--border); border-radius: 16px; padding: 15px; margin-bottom: 12px; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.02); border-left: 4px solid var(--primary); }
.hotel-name { font-size: 14px; font-weight: 800; color: var(--text); }
.hotel-dist { font-size: 12px; color: var(--sub); font-weight: 600; display: flex; align-items: center; gap: 5px; }
.hotel-book-btn { background: var(--bg); color: var(--primary); font-weight: 800; border: 1px solid var(--border); border-radius: 10px; padding: 8px; font-size: 12px; cursor: pointer; margin-top: 5px; }
.hotel-book-btn:active { background: var(--border); }

.car-card { background: var(--panel); border: 1px solid var(--border); border-radius: 16px; padding: 16px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 4px 12px rgba(0,0,0,0.02); transition: transform 0.2s ease; }
.car-card:active { transform: scale(0.98); }
.car-info { display: flex; flex-direction: column; gap: 4px; }
.car-title { font-size: 15px; font-weight: 900; color: var(--text); display: flex; align-items: center; gap: 8px; }
.car-desc { font-size: 12px; font-weight: 600; color: var(--sub); }
.car-action { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.car-price { font-size: 18px; font-weight: 900; color: var(--price); }
.car-book-btn { background: var(--dark); color: white; font-weight: 800; border: none; border-radius: 10px; padding: 8px 14px; font-size: 12px; cursor: pointer; transition: 0.2s; }
.car-book-btn.vip { background: linear-gradient(135deg, #fbbf24, #d97706); color: #fff; box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3); border: none; }
.car-book-btn.vip:active { box-shadow: 0 0 5px rgba(245, 158, 11, 0.5); }

.ai-badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 6px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 8px; width: fit-content; }
.ai-safe { background: rgba(16, 185, 129, 0.1); color: #10b981; border: 1px solid rgba(16, 185, 129, 0.3); }
.ai-risk { background: rgba(239, 68, 68, 0.1); color: #ef4444; border: 1px solid rgba(239, 68, 68, 0.3); animation: pulse-red 2s infinite; }
@keyframes pulse-red { 0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); } 70% { box-shadow: 0 0 8px 6px rgba(239, 68, 68, 0); } 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); } }

.premium-actions-row { display: flex; gap: 10px; margin-bottom: 20px; }
.btn-premium { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 12px 5px; color: var(--text); font-weight: 800; font-size: 11px; cursor: pointer; transition: all 0.2s ease; text-align: center; gap: 6px; }
.btn-premium i { font-size: 16px; color: var(--primary); }
.btn-premium.share-btn i { color: #25D366; } 
.btn-premium:hover { background: var(--panel); border-color: var(--primary); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(14, 165, 233, 0.1); }
.btn-premium:active { transform: scale(0.95); }

.plane-fuselage { display: inline-flex; flex-direction: column; gap: 8px; background: #fff; padding: 30px 20px; border-radius: 80px 80px 20px 20px; border: 3px solid var(--border); box-shadow: inset 0 0 20px rgba(0,0,0,0.03); }
body.dark-mode .plane-fuselage { background: var(--panel); }
.seat-row { display: flex; align-items: center; justify-content: center; gap: 8px; }
.seat-row-num { width: 25px; font-size: 11px; font-weight: 800; color: var(--sub); text-align: center; }
.seat { width: 36px; height: 36px; border-radius: 8px 8px 4px 4px; border: 2px solid var(--border); background: var(--bg); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; color: var(--sub); transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
.seat.aisle { margin-right: 20px; }
.seat:hover:not(.occupied) { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(14, 165, 233, 0.15); }
.seat.occupied { background: #fee2e2; border-color: #ef4444; color: #ef4444; cursor: not-allowed; opacity: 0.6; }
.seat.occupied:hover { transform: none; box-shadow: none; }
.seat.selected { background: var(--primary); border-color: var(--primary); color: white; transform: scale(1.1); box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4); }

.baggage-option { display: flex; justify-content: space-between; align-items: center; padding: 16px; border: 1px solid var(--border); border-radius: 16px; margin-bottom: 10px; cursor: pointer; transition: 0.2s; background: var(--bg); }
.baggage-option:active { transform: scale(0.98); border-color: var(--primary); }

.menu-scroll-area { padding: 20px 15px; overflow-y: auto; height: calc(100% - 150px); }
.menu-section-title { font-size: 10px; font-weight: 800; color: var(--sub); letter-spacing: 1px; margin: 25px 0 10px 10px; text-transform: uppercase; }
.menu-section-title:first-child { margin-top: 0; }
.menu-item { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 16px; font-size: 14px; font-weight: 700; color: var(--text); cursor: pointer; transition: all 0.2s ease; background: var(--bg); margin-bottom: 8px; border: 1px solid var(--border); }
.menu-item i { width: 22px; text-align: center; font-size: 16px; }
.menu-item:hover { border-color: var(--primary); transform: translateX(5px); }
.menu-item:active { transform: scale(0.98); }
.side-menu { position: fixed; top: 0; left: -100%; width: 85%; max-width: 320px; height: 100%; background: var(--panel); z-index: 9999; box-shadow: 10px 0 40px rgba(0,0,0,0.4); transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; }
.side-menu.active { left: 0; }

.car-card-pro { background: var(--bg); border-radius: 20px; padding: 16px; margin-bottom: 15px; border: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; transition: transform 0.2s, border-color 0.2s; }
.car-card-pro:hover { border-color: var(--primary); transform: translateY(-2px); }
.car-card-header { display: flex; justify-content: space-between; align-items: flex-start; }
.car-name-box h3 { margin: 0; font-size: 16px; font-weight: 900; color: var(--text); }
.car-type-badge { font-size: 10px; color: var(--sub); font-weight: 700; text-transform: uppercase; margin-top:2px; }
.car-icon-box { height: 110px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--bg) 0%, var(--panel) 100%); border-radius: 16px; margin: 10px 0; font-size: 55px; color: var(--primary); border: 1px dashed var(--border); box-shadow: inset 0 4px 10px rgba(0,0,0,0.05); }
.car-icon-box.vip { color: #f59e0b; } 
.car-specs-row { display: flex; gap: 6px; flex-wrap: wrap; }
.car-spec-tag { background: var(--panel); border: 1px solid var(--border); padding: 5px 8px; border-radius: 8px; font-size: 10px; font-weight: 700; color: var(--sub); display: flex; align-items: center; gap: 4px; }
.car-card-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed var(--border); padding-top: 12px; }
.car-price-pro { font-size: 20px; font-weight: 900; color: var(--text); }
.car-price-pro span { font-size: 11px; font-weight: 700; color: var(--sub); text-transform: uppercase; }

.provider-logo { height: 20px; object-fit: contain; }
.rating-badge { background: #0369a1; color: white; padding: 4px 8px; border-radius: 6px; font-weight: 900; font-size: 12px; }
.free-cancel { background: #dcfce7; color: #166534; padding: 6px 10px; border-radius: 8px; font-size: 11px; font-weight: 800; display: inline-block; margin-top: 10px; }
.car-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 15px 0; }
.car-feature-item { font-size: 12px; color: var(--sub); display: flex; align-items: center; gap: 8px; font-weight: 600; }

/* ========================================== */
/* YENİ: PREMIUM SUPERAPP TAKVİMİ TASARIMLARI */
/* ========================================== */

.cal-day {
    padding: 15px 0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.cal-day:hover {
    border-color: var(--border);
    background: var(--panel);
}
.cal-day.disabled {
    color: var(--sub);
    opacity: 0.3;
    cursor: not-allowed;
}
/* Seçilen Gün */
.cal-day.selected {
    background: var(--dark);
    color: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transform: scale(1.05);
}
/* Fiyat Noktaları (Ucuz/Pahalı göstergesi) */
.cal-price-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.dot-cheap { background: #10b981; } /* Yeşil - Ucuz */
.dot-avg { background: #f59e0b; } /* Sarı - Normal */
.dot-exp { background: #ef4444; } /* Kırmızı - Pahalı */
