/* GENEL YAPI */
:root {
    /* Varsayılan değerler - PHP tarafından override edilecek */
    --ht-main: var(--ht-primary, #1a3366);
    --ht-accent: var(--ht-secondary, #f39c12);
    --ht-bg: #f8fafc;
}

.ht-wrapper {
    margin: 10px auto;
    background: var(--ht-card-bg, #fff);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: var(--ht-font, 'Inter', sans-serif);
    border: 1px solid var(--ht-card-border, #e2e8f0);
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Tarih kutusundaki miladi tarih ve gün ismi ayarı */
.ht-date-stack-top strong {
    display: block;
    line-height: 1.2;
    color: var(--ht-date-txt, #1a3366);
    margin-bottom: 2px;
    font-size: var(--f-sz-info, 16px);
}

.ht-hicri-txt {
    color: var(--ht-hicri-txt, #16a34a);
    font-weight: 600;
    margin-top: 5px;
    display: block;
    font-size: calc(var(--f-sz-info, 16px) * 0.8);
}

/* Tablodaki SAAT sütunu için ekstra stil */
.ht-time-row td:first-child {
    line-height: 1.2;
    padding: 12px 5px !important;
}


/* 7. Sütun (Amel) Hücre ve İçerik Düzeni */
.ht-meaning-cell {
    text-align: left !important;
    padding: 10px 15px !important;
    vertical-align: middle !important;
    width: 320px;
}

.ht-m-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /* Metni tam olarak 3 satırda keser */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Metin taşarsa sonuna ... koyar */

    /* Satır yüksekliği ayarları */
    line-height: 1.4em;
    height: 4.5em;
    /* line-height x 3 */

    font-size: var(--f-sz-table, 12px);
    color: var(--ht-day-txt, #4a5568);
    white-space: normal !important;
    /* Kelimelerin alt satıra geçmesini zorunlu kılar */
}

/* Aktif satırda yazı rengini beyaz yap */
.row-current .ht-m-wrap {
    color: var(--ht-act-txt, #ffffff) !important;
}

/* Tablo genelinde dikey hizalama bozulmaması için */
.ht-table td {
    height: 75px;
    font-size: var(--f-sz-table, 13px);
}


/* HEADER */
.ht-header-modern {
    background: var(--ht-h-bg, #1a3366) !important;
    color: var(--ht-h-txt, #fff) !important;
    padding: 20px 10px !important;
    text-align: center !important;
}

.ht-main-title {
    margin: 0 !important;
    font-size: var(--f-sz-title, 20px) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: var(--ht-h-txt, #fff) !important;
}

.ht-sub-title-modern {
    color: var(--ht-h-txt, #fff);
    opacity: 0.8;
    font-size: calc(var(--f-sz-title, 20px) * 0.6);
}

.ht-location-bar {
    background: var(--ht-loc-bg, rgba(0, 0, 0, 0.2)) !important;
    margin: 10px auto 0;
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: var(--f-sz-location, 13px);
    max-width: 90%;
    color: var(--ht-h-txt, #fff);
}

.ht-location-bar span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
}

.ht-btn-mini-modern {
    background: var(--ht-accent) !important;
    color: #fff !important;
    border: none !important;
    padding: 5px 12px !important;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
}

/* BİLGİ KARTLARI (GRID) */
.ht-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: var(--ht-card-bg, #fff);
    border-bottom: 1px solid var(--ht-card-border, #edf2f7);
}

.ht-info-card {
    padding: 15px 5px;
    border-right: 1px solid var(--ht-card-border, #edf2f7);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ht-info-lbl {
    font-size: var(--f-sz-label, 10px);
    font-weight: 800;
    color: var(--ht-label-txt, #718096);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ht-moon-val {
    color: var(--ht-moon-txt, #8e44ad);
}

.ht-live-clock {
    font-size: var(--f-sz-clock, 26px);
    font-weight: 800;
    color: var(--ht-clock-txt, #c0392b);
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 1px;
}

/* GÜNEŞ DURUMU */
.ht-sun-details {
    width: 100%;
    font-size: 11px;
    color: var(--ht-day-txt, #4a5568);
    line-height: 1.4;
}

.ht-sun-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed var(--ht-card-border, #e2e8f0);
    padding: 4px 0;
    gap: 5px;
}

.ht-sun-row b {
    color: var(--ht-primary, #1a3366);
}

.ht-sun-row small {
    color: var(--ht-label-txt, #718096);
    font-size: 9px;
}

/* NAMAZ ŞERİDİ (GELİŞMİŞ) */
.ht-prayers-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: var(--ht-prayer-bg, #fdfdfd);
    padding: 10px 0;
    border-bottom: 3px solid var(--ht-prayer-border, var(--ht-main));
    text-align: center;
}

.ht-p-item {
    border-right: 1px solid var(--ht-card-border, #f1f5f9);
    padding: 0 2px;
}

.ht-p-item:last-child {
    border-right: none;
}

.ht-p-item b {
    display: block;
    font-size: var(--f-sz-label, 10px);
    color: var(--ht-prayer-label, #718096);
    text-transform: uppercase;
}

.ht-p-item span {
    font-size: var(--f-sz-prayer, 12px);
    font-weight: 800;
    color: var(--ht-prayer-time, #2d3748);
}

/* TABLO VE KAYDIRMA ÇUBUKLARI */
.ht-table-wrap {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.ht-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: var(--ht-table-layout, auto);
}

/* Sabit modda min-width uygula */
.ht-table.ht-table-fixed {
    min-width: 1000px;
    table-layout: fixed;
}

.ht-table.ht-table-auto {
    min-width: auto;
    table-layout: auto;
}

.ht-table th {
    background: var(--ht-table-header-bg, #f1f5f9);
    padding: 12px 8px;
    font-size: 11px;
    font-weight: 900;
    border-bottom: 2px solid #ddd;
    color: var(--ht-table-header-txt, #475569);
    white-space: nowrap;
}

.ht-table td {
    padding: 12px 8px;
    border-bottom: 1px solid var(--ht-table-border, #eee);
    vertical-align: middle;
    text-align: center;
}

/* Esnek modda sütun genişlikleri */
.ht-table-auto th:nth-child(1) {
    width: 80px;
}

.ht-table-auto th:nth-child(2) {
    width: 90px;
}

.ht-table-auto th:nth-child(3) {
    width: 100px;
}

.ht-table-auto th:nth-child(4) {
    width: 90px;
}

.ht-table-auto th:nth-child(5) {
    width: 80px;
}

.ht-table-auto th:nth-child(6) {
    width: 110px;
}

.ht-table-auto th:nth-child(7) {
    width: auto;
    min-width: 250px;
}

/* TABLO İÇERİKLERİ (İstediğiniz Dikey Düzen) */
.ht-t-stack span {
    font-family: monospace;
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 1.2;
}

.ht-d-stack .ht-mil {
    font-weight: 800;
    font-size: 12px;
    display: block;
    color: var(--ht-date-txt, #2d3748);
}

.ht-d-stack .ht-hic {
    font-size: 10px;
    color: var(--ht-hicri-txt, #16a34a);
    font-weight: 600;
    display: block;
    margin-top: 2px;
}

.ht-pl-stack b {
    display: block;
    font-size: 13px;
    color: var(--ht-day-txt, #2d3748);
}

.ht-pl-stack small {
    display: block;
    font-size: 11px;
    opacity: 0.7;
    font-style: italic;
}

/* MELEK VE AMEL */
.ht-m-ar {
    font-size: 18px;
    font-family: var(--ht-font-ar, serif);
    color: #15803d;
    display: block;
    line-height: 1;
    margin-top: 3px;
}

/* Saatin Ameli Genişleme Efekti */
.ht-m-expand-trigger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-bottom: 25px;
    /* Ok için yer bırak */
}

.ht-m-toggle {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--ht-expand-bg, rgba(26, 51, 102, 0.1));
    border-radius: 50%;
    color: var(--ht-expand-txt, var(--ht-primary));
    transition: all 0.3s ease;
    font-size: 14px;
}

.ht-m-expand-trigger.is-expanded .ht-m-wrap {
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    max-height: none !important;
    height: auto !important;
}

.ht-m-expand-trigger.is-expanded .ht-m-toggle {
    transform: rotate(180deg);
}

.ht-m-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    font-size: 12px;
    color: #4a5568;
    text-align: left;
    padding: 0 10px;
}

/* RENKLER VE CURRENT */
.row-day {
    background: var(--ht-day-bg, #ffffff);
    color: var(--ht-day-txt, #334155);
}

.row-night {
    background: var(--ht-night-bg, #1e293b);
    color: var(--ht-night-txt, #cbd5e1);
}

.row-night .ht-mil,
.row-night .ht-m-wrap,
.row-night .ht-pl-stack b {
    color: var(--ht-night-txt, #cbd5e1);
}

.row-current {
    background: var(--ht-act-bg, #16a34a) !important;
    color: var(--ht-act-txt, #fff) !important;
}

.row-current * {
    color: var(--ht-act-txt, #fff) !important;
}

.ht-badge {
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.bg-good {
    background: var(--ht-badge-good-bg, #dcfce7);
    color: var(--ht-badge-good-txt, #166534);
}

.bg-bad {
    background: var(--ht-badge-bad-bg, #fee2e2);
    color: var(--ht-badge-bad-txt, #991b1b);
}

.bg-neut {
    background: #fef3c7;
    color: #92400e;
}

/* ÇİFT SCROLL */
.ht-double-scroll-top {
    overflow-x: auto;
    height: 10px;
    background: #f7fafc;
    border-bottom: 1px solid #ddd;
}

.ht-scroll-content {
    height: 10px;
}


/* ########################################## */
/*       TELEFON (MOBİL) ÖZEL DÜZENLEME       */
/* ########################################## */
@media screen and (max-width: 650px) {
    .ht-info-grid {
        grid-template-columns: repeat(3, 1fr);
        /* Tam 3 Sütun */
        gap: 2px;
        padding: 0 5px;
    }

    .ht-info-card {
        border-right: 1px solid var(--ht-card-border, #edf2f7);
        border-bottom: none;
        padding: 8px 2px;
        min-height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        /* İçeriğin sütunu taşırmasını engeller */
    }

    .ht-info-card:last-child {
        border-right: none;
    }

    /* Mobilde 3 sütuna sığdırmak için fontları optimize et */
    .ht-info-lbl {
        font-size: 8px !important;
        white-space: nowrap;
    }

    .ht-live-clock {
        font-size: 14px !important;
    }

    .ht-date-stack-top strong {
        font-size: 9px !important;
        display: block;
        line-height: 1.2;
    }

    .ht-hicri-txt {
        font-size: 8px !important;
    }

    .ht-sun-row {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .ht-sun-row span {
        font-size: 8px !important;
    }

    .ht-sun-row small {
        font-size: 7px !important;
    }

    .ht-moon-val {
        font-size: 9px !important;
    }

    .ht-prayers-strip {
        grid-template-columns: repeat(6, 1fr);
        overflow-x: auto;
        padding: 5px 0;
    }

    .ht-p-item {
        border-right: 1px solid var(--ht-card-border, #f1f5f9);
        border-bottom: none;
        padding: 5px 1px;
    }

    .ht-p-item b {
        font-size: 8px !important;
    }

    .ht-p-item span {
        font-size: 9px !important;
    }

    .ht-main-title {
        font-size: 15px !important;
    }

    /* Tablo Responsive Güçlendirme */
    .ht-table-wrap {
        overflow-x: auto;
        margin-top: 10px;
        border: 1px solid #eee;
    }

    .ht-table {
        min-width: 600px;
        /* Tabloyu çok sıkıştırma, kaydırılsın */
    }

    .ht-table th,
    .ht-table td {
        padding: 10px 4px !important;
        font-size: 11px !important;
    }

    .ht-meaning-cell {
        min-width: 200px;
        white-space: normal !important;
    }
}

/* Saatin Ameli Masaüstü Taşma Engelleme */
.ht-meaning-cell {
    max-width: 350px;
    word-break: break-word;
    line-height: 1.5;
    text-align: left;
    padding: 12px 10px !important;
}

.ht-m-wrap {
    max-height: none !important;
    overflow: visible !important;
    display: block;
    font-size: 12px;
}

/* Tüm cihazlarda genel responsive kuralı */
.ht-wrapper {
    max-width: 1200px !important;
    /* Masaüstünde çok yayılmasını engelle */
    margin: 0 auto;
    overflow-x: hidden;
}

.ht-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


/* ########################################## */
/*         KONUM LOADING OVERLAY              */
/* ########################################## */
.ht-location-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a3366 0%, #2d5aa8 50%, #1a3366 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.ht-location-overlay.active {
    opacity: 1;
    visibility: visible;
}

.ht-location-loader {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
}

/* Radar animasyonu */
.ht-radar-ring {
    position: absolute;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: ht-radar-pulse 2s ease-out infinite;
}

.ht-radar-ring:nth-child(1) {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 0s;
}

.ht-radar-ring:nth-child(2) {
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 0.5s;
}

.ht-radar-ring:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 1s;
}

@keyframes ht-radar-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-color: rgba(243, 156, 18, 0.9);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
        border-color: rgba(255, 255, 255, 0.1);
    }
}

/* Konum ikonu */
.ht-location-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #f39c12;
    animation: ht-pin-bounce 1s ease-in-out infinite;
    text-shadow: 0 4px 15px rgba(243, 156, 18, 0.5);
}

@keyframes ht-pin-bounce {

    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-12px);
    }
}

.ht-location-text {
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.ht-location-text h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ht-location-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px 0;
    line-height: 1.6;
}

/* Bilgi adımları */
.ht-location-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

.ht-location-step {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    transition: all 0.3s ease;
}

.ht-location-step.active {
    color: #fff;
    transform: scale(1.05);
}

.ht-location-step.done {
    color: #4ade80;
}

.ht-step-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}

.ht-location-step.active .ht-step-icon {
    background: #f39c12;
    animation: ht-step-pulse 1s ease infinite;
}

.ht-location-step.done .ht-step-icon {
    background: #16a34a;
}

/* Saatin Ameli Genişleme Efekti */
.ht-m-expand-trigger.is-expanded .ht-m-toggle {
    transform: rotate(180deg);
    background: var(--ht-primary);
    color: #fff;
}

.row-current .ht-m-toggle {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

@keyframes ht-step-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.5);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(243, 156, 18, 0);
    }
}

/* Fun facts slider */
.ht-location-funfact {
    margin-top: 30px;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    max-width: 350px;
    text-align: center;
    border-left: 4px solid #f39c12;
    backdrop-filter: blur(5px);
}

.ht-funfact-title {
    font-size: 12px;
    color: #f39c12;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-weight: 800;
}

.ht-funfact-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
    min-height: 45px;
}

/* ########################################## */
/*         HOŞGELDİN SAYFASI STİLLERİ         */
/* ########################################## */

.ht-welcome-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ht-welcome-body {
    padding: 40px 30px;
    text-align: center;
}

/* Gezegen Animasyonları */
.ht-welcome-planets {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
}

.ht-orbit {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px dashed rgba(26, 51, 102, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ht-planet {
    position: absolute;
    font-size: 24px;
    animation: ht-orbit-animation 8s linear infinite;
}

.ht-planet-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    animation: ht-pulse-glow 2s ease-in-out infinite;
}

.ht-planet-2 {
    animation-delay: -2.67s;
}

.ht-planet-3 {
    animation-delay: -5.33s;
}

@keyframes ht-orbit-animation {
    0% {
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    25% {
        top: 50%;
        left: 100%;
        transform: translate(-100%, -50%);
    }

    50% {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -100%);
    }

    75% {
        top: 50%;
        left: 0%;
        transform: translate(0, -50%);
    }

    100% {
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@keyframes ht-pulse-glow {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        text-shadow: 0 0 10px rgba(243, 156, 18, 0.5);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        text-shadow: 0 0 20px rgba(243, 156, 18, 0.8);
    }
}

/* Hoşgeldin İçerik */
.ht-welcome-content {
    margin-bottom: 30px;
}

.ht-welcome-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a3366;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ht-welcome-icon-inline {
    font-size: 28px;
    animation: ht-sparkle 1.5s ease-in-out infinite;
}

@keyframes ht-sparkle {

    0%,
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2) rotate(15deg);
    }
}

.ht-welcome-text {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

.ht-welcome-text strong {
    color: #1a3366;
}

/* Form Bölümü */
.ht-welcome-form {
    max-width: 400px;
    margin: 0 auto;
}

.ht-search-section {
    margin-bottom: 20px;
}

.ht-form-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.ht-form-label .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.ht-input-group {
    display: flex;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #e2e8f0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ht-input-group:focus-within {
    border-color: #1a3366;
    box-shadow: 0 4px 20px rgba(26, 51, 102, 0.15);
}

.ht-welcome-input {
    flex: 1;
    padding: 14px 18px;
    border: none;
    font-size: 15px;
    outline: none;
    background: transparent;
}

.ht-welcome-input::placeholder {
    color: #94a3b8;
}

.ht-btn-welcome {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 20px;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ht-btn-primary {
    background: linear-gradient(135deg, #1a3366 0%, #2d5aa8 100%);
    color: #fff;
    margin: 4px;
    border-radius: 8px;
}

.ht-btn-primary:hover {
    background: linear-gradient(135deg, #2d5aa8 0%, #1a3366 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 51, 102, 0.3);
}

.ht-btn-primary .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Ayırıcı */
.ht-welcome-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
}

.ht-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.ht-divider-text {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* GPS Butonu */
.ht-gps-section {
    margin-bottom: 30px;
}

.ht-btn-gps {
    width: 100%;
    padding: 18px 25px;
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.25);
}

.ht-btn-gps:hover {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(22, 163, 74, 0.35);
}

.ht-gps-icon {
    font-size: 28px;
    margin-right: 10px;
    animation: ht-pin-bounce 1.5s ease-in-out infinite;
}

.ht-gps-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.ht-gps-text strong {
    font-size: 15px;
    display: block;
}

.ht-gps-text small {
    font-size: 11px;
    opacity: 0.85;
    font-weight: 400;
}

/* Özellik Kartları */
.ht-welcome-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 10px;
}

.ht-feature-card {
    background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.ht-feature-card:hover {
    border-color: #1a3366;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(26, 51, 102, 0.1);
}

.ht-feature-icon {
    font-size: 24px;
}

.ht-feature-text {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hata Mesajı */
.ht-error-msg {
    display: none;
    margin-top: 20px;
    padding: 12px 18px;
    background: #fee2e2;
    color: #991b1b;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.ht-error-msg.show {
    display: block;
}

/* Mobil Responsive */
@media screen and (max-width: 480px) {
    .ht-welcome-body {
        padding: 30px 20px;
    }

    .ht-welcome-title {
        font-size: 22px;
        flex-direction: column;
        gap: 5px;
    }

    .ht-welcome-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ht-feature-card {
        flex-direction: row;
        justify-content: center;
        padding: 12px 15px;
    }

    .ht-input-group {
        flex-direction: column;
        gap: 0;
    }

    .ht-btn-primary {
        margin: 0;
        border-radius: 0 0 10px 10px;
    }

    .ht-welcome-input {
        border-bottom: 1px solid #e2e8f0;
    }
}