/* Türkiye Harita Pini - Public Stilleri */

/* === PREMIUM HARİTA POPUP === */
.thp-map-container .leaflet-popup-content-wrapper {
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
    background: transparent;
    box-shadow: 0 16px 40px rgba(31, 41, 78, 0.28);
}

.thp-map-container .leaflet-popup-content { margin: 0; width: 260px !important; }
.thp-map-container .leaflet-popup-tip { background: #ffffff; box-shadow: 2px 2px 8px rgba(31, 41, 78, 0.12); }
.thp-popup-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: #ffffff; color: #18213f; }
.thp-popup-accent { height: 7px; background: linear-gradient(90deg, #5b73ee 0%, #7a42ad 100%); }
.thp-popup-body { padding: 15px 16px 16px; }
.thp-popup-kicker { margin-bottom: 8px; color: #6a74a4; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.thp-popup-pin { display: inline-block; margin-right: 4px; color: #ef476f; font-size: 14px; line-height: 0; vertical-align: -1px; }
.thp-popup-title { margin-bottom: 4px; color: #18213f; font-size: 17px; font-weight: 800; line-height: 1.2; }
.thp-popup-person { color: #667085; font-size: 12px; font-weight: 600; }
.thp-popup-location { margin-top: 10px; padding: 8px 9px; border-radius: 9px; background: #f4f6ff; color: #53608d; font-size: 11px; font-weight: 600; line-height: 1.35; }
.thp-popup-stats { margin-top: 8px; color: #667085; font-size: 10px; line-height: 1.4; }
.thp-popup-button { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; padding: 10px 12px; border-radius: 10px; background: linear-gradient(135deg, #5b73ee, #7a42ad); box-shadow: 0 7px 14px rgba(91, 115, 238, .25); color: #fff !important; font-size: 12px; font-weight: 800; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.thp-popup-button:hover { transform: translateY(-1px); box-shadow: 0 10px 18px rgba(91, 115, 238, .34); color: #fff !important; }
.thp-popup-button strong { font-size: 17px; line-height: 12px; }

/* === HARİTA VE SAYFA KAPSAYICI === */
.thp-map-wrapper {
    width: 100%;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f6f7fb;
}

.thp-map-container {
    width: 100%;
    height: 68vh;
    min-height: 420px;
    z-index: 1;
    background: #ffffff;
}

/* API anahtarı gerektirmeyen OpenStreetMap altlığını önceki açık/beyaz stile yaklaştırır. */
.thp-map-container .leaflet-tile,
.thp-detail-map .leaflet-tile {
    filter: brightness(1.12) saturate(0.55) contrast(0.88);
}

.thp-map-container .leaflet-container,
.thp-detail-map .leaflet-container {
    background: #ffffff;
}

.thp-form-section-title {
    grid-column: 1 / -1;
    padding: 12px 0 4px;
    margin-top: 8px;
    border-bottom: 1px solid #e7e9f2;
    color: #4c54b8;
    font-size: 14px;
    font-weight: 700;
}

.thp-result-stats {
    margin-top: 8px;
    color: #596174;
    font-size: 12px;
    font-weight: 600;
}

/* === HARİTANIN ALTINDA YATAY KONTROL PANELİ === */
.thp-controls {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 18px;
    width: 100%;
    box-sizing: border-box;
    padding: 18px clamp(18px, 4vw, 56px);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 18px rgba(0,0,0,0.10);
    border-top: 1px solid #e9eaf0;
}

.thp-controls h2 {
    flex: 0 0 auto;
    margin: 0;
}

.thp-controls .thp-search-box {
    flex: 1 1 260px;
    margin: 0;
}

.thp-controls .thp-city-filter {
    flex: 0 1 220px;
    margin: 0;
}

.thp-controls .thp-alpha-filter {
    flex: 1 1 270px;
    margin: 0;
}

.thp-controls .thp-action-buttons {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
}

/* === PIN DETAYLARI === */
.thp-results-section {
    padding: 28px clamp(18px, 4vw, 56px) 44px;
    background: #f6f7fb;
}

.thp-results-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.thp-results-heading h3 {
    margin: 0;
    color: #1a1a2e;
    font-size: 22px;
}

.thp-results-count {
    color: #777;
    font-size: 13px;
}

.thp-controls h2 {
    margin: 0;
    font-size: 20px;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
}

.thp-controls h2::before {
    content: "🇹🇷";
    font-size: 24px;
}

/* === ARAMA === */
.thp-search-box {
    position: relative;
    margin-bottom: 15px;
}

.thp-search-box input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.thp-search-box input:focus {
    border-color: #667eea;
    outline: none;
    box-shadow: 0 0 0 4px rgba(102,126,234,0.1);
}

.thp-search-box .thp-search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

/* === İL FİLTRESİ === */
.thp-city-filter {
    margin-bottom: 15px;
}

.thp-city-filter select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.3s;
}

.thp-city-filter select:focus {
    border-color: #667eea;
    outline: none;
}

/* === ALFABETİK ARAMA === */
.thp-alpha-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

.thp-alpha-filter button {
    width: 28px;
    height: 28px;
    border: none;
    background: #f0f0f0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    transition: all 0.2s;
}

.thp-alpha-filter button:hover,
.thp-alpha-filter button.active {
    background: #667eea;
    color: white;
    transform: scale(1.1);
}

/* === PIN KART GRIDİ === */
.thp-results-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}

.thp-result-item {
    min-height: 112px;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    border: 1px solid #ececf2;
    box-shadow: 0 4px 14px rgba(26,26,46,0.06);
}

.thp-result-item:hover {
    transform: translateY(-3px);
    border-color: #667eea;
    box-shadow: 0 10px 24px rgba(102,126,234,0.16);
}

.thp-result-item .thp-result-title {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 16px;
    margin-bottom: 8px;
}

.thp-result-item .thp-result-meta,
.thp-result-item .thp-result-location,
.thp-result-item .thp-result-link {
    font-size: 12px;
    color: #666;
}

.thp-result-item .thp-result-location {
    margin-top: 6px;
    color: #555;
}

.thp-result-item .thp-result-link {
    display: inline-block;
    margin-top: 12px;
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.thp-results-empty {
    grid-column: 1 / -1;
    padding: 32px 20px;
    text-align: center;
    color: #777;
    background: #fff;
    border: 1px dashed #d9dbe5;
    border-radius: 14px;
}

/* === EYLEM BUTONLARI === */
.thp-action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.thp-btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.thp-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.thp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102,126,234,0.4);
}

.thp-btn-secondary {
    background: #f0f0f0;
    color: #333;
}

.thp-btn-secondary:hover {
    background: #e0e0e0;
}

/* === MODAL === */
.thp-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.thp-modal-overlay.active {
    display: flex;
}

.thp-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(102,126,234,.16);
    border-radius: 24px;
    width: min(980px, calc(100vw - 48px));
    max-width: 980px;
    height: min(900px, calc(100vh - 48px));
    max-height: calc(100vh - 48px);
    overflow: hidden;
    box-shadow: 0 28px 90px rgba(17, 24, 39, .34);
    animation: thpModalIn 0.3s ease;
}

@keyframes thpModalIn {
    from { opacity: 0; transform: scale(0.9) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.thp-modal-header {
    flex: 0 0 auto;
    padding: 22px 30px;
    border-bottom: 1px solid #edf0f7;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 72%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thp-modal-header h3 {
    margin: 0;
    color: #20294a;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.thp-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.thp-modal-close:hover {
    background: #f0f0f0;
    color: #333;
}

.thp-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

#thp-add-pin-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
}

#thp-add-pin-form .thp-form-group {
    margin-bottom: 19px;
}

#thp-add-pin-form .thp-form-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 16px;
    padding: 13px 15px;
    border: 1px solid #e5e9fb;
    border-radius: 12px;
    background: linear-gradient(90deg, #f1f3ff, #ffffff);
    color: #5666c7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

#thp-add-pin-form .thp-form-section-title::before {
    content: '';
    width: 5px;
    height: 18px;
    border-radius: 5px;
    background: linear-gradient(180deg, #5b73ee, #7a42ad);
}

#thp-add-pin-form .thp-form-group-wide,
#thp-add-pin-form .description {
    grid-column: 1 / -1;
}

#thp-add-pin-form .thp-coordinate-group {
    min-width: 0;
}

.thp-modal-body label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.thp-modal-body input,
.thp-modal-body select,
.thp-modal-body textarea {
    width: 100%;
    padding: 10px 14px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.thp-modal-body input:focus,
.thp-modal-body select:focus,
.thp-modal-body textarea:focus {
    border-color: #667eea;
    outline: none;
}

.thp-modal-footer {
    flex: 0 0 auto;
    padding: 17px 30px 22px;
    border-top: 1px solid #edf0f7;
    background: #ffffff;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.thp-modal-footer .thp-btn { flex: 0 0 auto; min-width: 150px; }

/* === PIN DETAY SAYFASI === */
.thp-pin-detail {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin: 34px auto 56px;
    background: #ffffff;
    border: 1px solid rgba(102,126,234,.12);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(31, 41, 78, .14);
}

.thp-pin-detail-header {
    position: relative;
    background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.18), transparent 30%), linear-gradient(135deg, #5b73ee 0%, #7a42ad 100%);
    color: white;
    padding: 58px 64px 52px;
    text-align: center;
}

.thp-pin-detail-header h1 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 42px);
    letter-spacing: -.02em;
}

.thp-pin-detail-header .thp-pin-subtitle {
    opacity: 0.9;
    font-size: 16px;
}

.thp-pin-detail-body {
    padding: 28px 54px 46px;
}

.thp-detail-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf0f7;
}

.thp-detail-context { color: #8a93aa; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }


.thp-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.thp-detail-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #667eea;
}

.thp-detail-item label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 8px;
}

.thp-detail-item .thp-detail-value {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
}

.thp-detail-map {
    background: #ffffff;
    width: 100%;
    height: 390px;
    border-radius: 18px;
    margin-top: 30px;
    border: 1px solid #edf0f7;
    box-shadow: 0 12px 28px rgba(31, 41, 78, .10);
}

.thp-back-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 0;
    padding: 11px 16px;
    border: 1px solid #dfe4f3;
    border-radius: 12px;
    background: #f7f8ff;
    color: #5365c9;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.thp-back-link:hover {
    transform: translateY(-1px);
    background: #eef0ff;
    box-shadow: 0 8px 18px rgba(91, 115, 238, .14);
    text-decoration: none;
}

@media (max-width: 1000px) {
    .thp-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* === GİRİŞ FORMU === */
.thp-auth-container {
    max-width: 400px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.thp-auth-container h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #1a1a2e;
}

.thp-auth-form .thp-form-group {
    margin-bottom: 18px;
}

.thp-auth-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.thp-auth-form input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.thp-auth-form input:focus {
    border-color: #667eea;
    outline: none;
}

.thp-auth-form .thp-btn {
    width: 100%;
    margin-top: 10px;
}

.thp-form-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    display: none;
}

.thp-form-message.success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.thp-form-message.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.thp-auth-box {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* === LEAFLET ÖZELLEŞTİRMELERİ === */
.leaflet-popup-content-wrapper {
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2) !important;
}

.leaflet-popup-content {
    margin: 15px 20px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.thp-popup-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 5px;
}

.thp-popup-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.thp-popup-link {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.2s;
}

.thp-popup-link:hover {
    transform: scale(1.05);
}

/* === MOBİL UYUMLULUK === */
@media (max-width: 768px) {
    .thp-modal-overlay { align-items: flex-end; padding: 0; }
    .thp-modal { width: 100%; max-width: none; height: min(94vh, 900px); max-height: 94vh; border-radius: 24px 24px 0 0; }
    .thp-modal-header { padding: 18px 20px; }
    .thp-modal-header h3 { font-size: 19px; }
    .thp-modal-body { padding: 22px 20px; }
    #thp-add-pin-form { grid-template-columns: 1fr; gap: 0; }
    #thp-add-pin-form .thp-form-group-wide { grid-column: auto; }
    .thp-modal-footer { padding: 14px 20px 18px; }
    .thp-modal-footer .thp-btn { min-width: 0; flex: 1; }

    .thp-map-container .leaflet-popup-content { width: 230px !important; }
    .thp-popup-body { padding: 13px 14px 14px; }
    .thp-pin-detail { width: calc(100% - 24px); margin: 12px auto 28px; border-radius: 18px; }
    .thp-pin-detail-header { padding: 34px 20px 30px; }
    .thp-pin-detail-body { padding: 20px 16px 28px; }
    .thp-detail-actions { margin-bottom: 20px; }
    .thp-detail-grid { grid-template-columns: 1fr; gap: 12px; }
    .thp-detail-map { height: 300px; margin-top: 22px; }

    .thp-map-container {
        height: 58vh;
        min-height: 360px;
    }

    .thp-controls {
        align-items: stretch;
        padding: 16px;
        gap: 12px;
    }

    .thp-controls h2,
    .thp-controls .thp-search-box,
    .thp-controls .thp-city-filter,
    .thp-controls .thp-alpha-filter,
    .thp-controls .thp-action-buttons {
        flex: 1 1 100%;
    }

    .thp-controls .thp-action-buttons {
        display: flex;
    }

    .thp-results-section {
        padding: 22px 16px 32px;
    }

    .thp-results-list {
        grid-template-columns: 1fr;
    }

    .thp-controls h2 {
        font-size: 18px;
    }

    .thp-alpha-filter button {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .thp-modal {
        max-width: 100%;
        margin: 10px;
    }

    #thp-add-pin-form {
        grid-template-columns: 1fr;
    }

    #thp-add-pin-form .thp-form-group-wide,
    #thp-add-pin-form .description {
        grid-column: auto;
    }

    .thp-pin-detail {
        margin: 10px;
        border-radius: 16px;
    }

    .thp-pin-detail-header {
        padding: 25px;
    }

    .thp-pin-detail-header h1 {
        font-size: 22px;
    }

    .thp-pin-detail-body {
        padding: 25px;
    }

    .thp-detail-grid {
        grid-template-columns: 1fr;
    }
}

/* === LOADING === */
.thp-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #667eea;
    border-radius: 50%;
    animation: thpSpin 1s linear infinite;
}

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

/* === SCROLLBAR === */
.thp-controls::-webkit-scrollbar,
.thp-results-list::-webkit-scrollbar {
    width: 6px;
}

.thp-controls::-webkit-scrollbar-track,
.thp-results-list::-webkit-scrollbar-track {
    background: transparent;
}

.thp-controls::-webkit-scrollbar-thumb,
.thp-results-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* === BAĞIMSIZ PIN PAROLASI === */
.thp-password-overlay { background: rgba(15, 23, 52, .62); backdrop-filter: blur(7px); }
.thp-password-card { position: relative; width: min(430px, calc(100vw - 32px)); padding: 34px; border: 1px solid rgba(255,255,255,.7); border-radius: 26px; background: linear-gradient(145deg, #ffffff 0%, #f5f7ff 100%); box-shadow: 0 28px 80px rgba(19, 29, 74, .35); color: #18213f; text-align: left; box-sizing: border-box; animation: thp-password-in .24s ease-out; }
.thp-password-close { position: absolute; top: 15px; right: 18px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #eef1fb; color: #56618a; font-size: 24px; line-height: 30px; cursor: pointer; }
.thp-password-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 18px; border-radius: 18px; background: linear-gradient(135deg, #5b73ee, #7a42ad); box-shadow: 0 12px 24px rgba(91,115,238,.3); font-size: 27px; }
.thp-password-kicker { color: #6571be; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.thp-password-card h3 { margin: 7px 0 8px; color: #18213f; font-size: 25px; line-height: 1.15; }
.thp-password-card p { margin: 0 0 22px; color: #667085; font-size: 14px; line-height: 1.55; }
.thp-password-card label { display: block; margin-bottom: 8px; color: #394269; font-size: 12px; font-weight: 800; }
.thp-password-input-wrap { display: flex; gap: 8px; padding: 5px; border: 2px solid #e0e5f5; border-radius: 13px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.thp-password-input-wrap:focus-within { border-color: #667eea; box-shadow: 0 0 0 4px rgba(102,126,234,.12); }
.thp-password-input-wrap input { min-width: 0; flex: 1; padding: 10px 11px; border: 0; outline: 0; background: transparent; color: #18213f; font-size: 16px; }
.thp-password-input-wrap button { padding: 0 11px; border: 0; border-radius: 9px; background: #eef1fb; color: #56618a; font-size: 12px; font-weight: 700; cursor: pointer; }
.thp-password-submit { width: 100%; justify-content: center; margin-top: 17px; }
.thp-password-submit span { margin-left: 8px; font-size: 18px; }
.thp-password-card small { display: block; margin-top: 18px; color: #8a91a9; font-size: 11px; line-height: 1.45; }
.thp-password-error { min-height: 18px; margin-top: 9px; color: #d1435b; font-size: 12px; font-weight: 700; }
@keyframes thp-password-in { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 520px) { .thp-password-card { padding: 28px 22px; } .thp-password-card h3 { font-size: 22px; } }
