/* ==========================================================================
   user.css
   Consolidated static CSS for the PUBLIC SITE and CUSTOMER/USER PANEL.
   This file is served as-is (no Blade/build processing) — it must never
   contain {{ }} / {!! !!} / @directive syntax. Sections below are ordered
   by source Blade file and tagged with a header comment for traceability.
   ========================================================================== */

/* --- source: panels/user/components/footer.blade.php --- */
    /* ============================================
       فوتر هنری نهایی - بدون نارنجی اضافی
       متن‌ها راست‌چین
    ============================================ */
    
    .footer-art {
        background: #0A2B4E;
        margin-top: 60px;
        position: relative;
    }
    
    /* نوارهای اصلی */
    .art-bars {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .art-bar {
        padding: 24px 40px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        text-align: right;
    }
    
    /* رنگ‌بندی حرفه‌ای هر نوار - فقط آبی‌های مختلف */
    .bar-brand { background: linear-gradient(135deg, #1A4A6E 0%, #0F3550 100%); }
    .bar-links { background: linear-gradient(135deg, #1E5580 0%, #134065 100%); }
    .bar-pages { background: linear-gradient(135deg, #226092 0%, #174C78 100%); }
    .bar-social { background: linear-gradient(135deg, #266BA4 0%, #1A558A 100%); }
    .bar-contact { background: linear-gradient(135deg, #2A76B6 0%, #1D609C 100%); }
    .bar-trust { background: linear-gradient(135deg, #2E81C8 0%, #206AAE 100%); }
    
    /* افکت حرکت نور روی نوارها */
    .art-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
        transition: left 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        pointer-events: none;
    }
    
    .art-bar:hover::before {
        left: 100%;
    }
    
    .art-bar:hover {
        padding-right: 55px;
        background: #1A4A6E;
    }
    
    .art-bar:hover .bar-header i,
    .art-bar:hover .bar-header span,
    .art-bar:hover .brand-mini span,
    .art-bar:hover .brand-desc-full,
    .art-bar:hover .bar-links-group a,
    .art-bar:hover .social-mini-icon,
    .art-bar:hover .contact-full-item,
    .art-bar:hover .contact-full-item i,
    .art-bar:hover .contact-full-item span,
    .art-bar:hover .contact-full-item strong {
        color: #66ccff;
    }
    
    .art-bar:hover .trust-full-group img {
        background: white;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    /* محتوای داخل نوار */
    .bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* برند با توضیحات کامل */
    .brand-full {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .brand-mini {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .brand-mini i {
        font-size: 28px;
        color: #66ccff;
    }
    
    .brand-mini span {
        font-size: 20px;
        font-weight: 800;
        color: white;
    }
    
    .brand-desc-full {
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
        color: #B0D4F0;
        margin: 0;
        max-width: 90%;
    }
    
    /* هدر هر نوار */
    .bar-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .bar-header i {
        font-size: 18px;
        color: #66ccff;
    }
    
    .bar-header span {
        font-size: 15px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.5px;
    }
    
    /* گروه لینک‌ها */
    .bar-links-group {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bar-links-group a {
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        position: relative;
    }
    
    .bar-links-group a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 0;
        height: 1px;
        background: #66ccff;
        transition: width 0.3s;
    }
    
    .bar-links-group a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .bar-links-group a:hover {
        color: #66ccff;
        transform: translateX(3px);
    }
    
    /* شبکه اجتماعی */
    .social-mini-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .social-mini-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        padding: 5px 10px;
        border-radius: 40px;
        background: rgba(255,255,255,0.03);
    }
    
    .social-mini-icon i {
        font-size: 16px;
    }
    
    .social-mini-icon:hover {
        color: #66ccff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }
    
    /* اطلاعات تماس کامل */
    .contact-full-group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .contact-full-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: #B0D4F0;
    }
    
    .contact-full-item i {
        width: 32px;
        height: 32px;
        background: rgba(102, 204, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #66ccff;
    }
    
    .contact-full-item div {
        display: flex;
        flex-direction: column;
    }
    
    .contact-full-item span {
        font-size: 10px;
        color: #7FA8C9;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .contact-full-item strong {
        font-size: 13px;
        font-weight: 600;
        color: white;
    }
    
    /* نمادهای اعتماد */
    .trust-full-group {
        display: flex;
        gap: 15px;
    }
    
    .trust-full-group img {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 12px;
        padding: 6px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    /* کپی‌رایت مینیمال */
    .art-copyright {
        text-align: center;
        padding: 16px;
        background: #051a2f;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .art-copyright span {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.5px;
    }
    
    .copyright-sign {
        font-size: 10px;
        color: #66ccff;
    }
    
    /* ریسپانسیو موبایل */
    @media (max-width: 992px) {
        .art-bar {
            padding: 20px 24px;
        }
        
        .bar-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .brand-desc-full {
            max-width: 100%;
        }
    }
    
    @media (max-width: 768px) {
        .art-bar {
            padding: 18px 20px;
        }
        
        .bar-links-group {
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-mini-group {
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .contact-full-group {
            flex-direction: column;
            gap: 12px;
        }
        
        .trust-full-group {
            flex-wrap: wrap;
        }
        
        .art-bar:hover {
            padding-right: 20px;
        }
        
        .brand-mini span {
            font-size: 18px;
        }
        
        .brand-desc-full {
            font-size: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .bar-links-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-icon {
            width: fit-content;
        }
    }

/* --- source: panels/user/components/header.blade.php --- */
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .header-logo {
        flex-shrink: 0;
    }
    
    .header-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }
    
    .header-user {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    
    .user-icon {
        background: rgba(102, 204, 255, 0.15);
        color: #66ccff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }
    
    .user-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
        white-space: nowrap;
    }
    
    .user-link:hover {
        color: #F59E0B;
    }
    
    /* موبایل - فاصله از حاشیه */
    @media (max-width: 768px) {
        .header-wrapper {
            padding: 10px 12px;
        }
    }
    
    @media (max-width: 480px) {
        .header-wrapper {
            padding: 8px 10px;
        }
        
        .user-link {
            font-size: 12px;
        }
        
        .user-icon, .user-avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        
        .header-logo img {
            max-height: 42px;
        }
    }

/* --- source: panels/user/layouts/app.blade.php --- */
:root {
    --primary: #66ccff;
    --secondary: #0A2B4E;
    --accent: #F59E0B;
}

@font-face {
    font-family: 'shabnam';
    src: url('/plugin/shabnam-font-v1.1.0/Farsi-Digits/Shabnam-FD.woff') format('woff');
    font-display: swap;
}
* { font-family: 'shabnam', Tahoma, sans-serif; }

body { background: #F8FAFC; color: #1E293B; }

.d-none { display: none !important; }

.text-primary { color: #66ccff !important; }
.bg-primary { background: #0A2B4E !important; }
.btn-primary { background: #0A2B4E !important; border-color: #0A2B4E !important; }
.btn-success { background: #F59E0B !important; border-color: #F59E0B !important; }
.btn-success:hover { background: #D97706 !important; }

.promo-banner {
    background: #F59E0B;
    color: #1E293B;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
}
.promo-banner a { color: #1E293B; text-decoration: none; font-weight: 700; margin-right: 8px; }
.promo-banner a:hover { color: white; }

/* --- source: panels/user/pages/auth/login.blade.php --- */
	        :root {
	            --primary: #66ccff;
	            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
	            --border: #E2E8F0;
	        }

	        #login-page {
	            width: 100%;
	            max-width: 100%;
	            overflow-x: hidden;
	        }

	        .login-container {
	            min-height: calc(100dvh - 260px);
	            display: flex;
	            align-items: flex-start;
	            justify-content: center;
	            padding: clamp(24px, 5vw, 56px) 16px;
	        }

	        .login-card {
	            max-width: 520px;
	            width: 100%;
	            background: white;
	            border-radius: 28px;
	            border: 1px solid var(--border);
	            padding: clamp(28px, 5vw, 42px) clamp(20px, 5vw, 36px);
	            text-align: center;
	            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
	            overflow: visible;
	        }

	        .login-icon {
	            width: 72px;
	            height: 72px;
	            background: linear-gradient(135deg, var(--secondary) 0%, #1A4A6E 100%);
	            border-radius: 50%;
	            display: flex;
	            align-items: center;
	            justify-content: center;
	            margin: 0 auto 24px;
	            flex: 0 0 72px;
	        }

	        .login-icon i {
	            font-size: 34px;
	            color: var(--primary);
	        }
        
        .login-title {
            font-size: 26px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 12px;
        }
        
	        .login-subtitle {
	            color: var(--gray-text);
	            font-size: 14px;
	            margin-bottom: 28px;
	            line-height: 1.9;
	        }
        
        .phone-input {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid var(--border);
            border-radius: 60px;
            font-size: 16px;
	            text-align: center;
	            font-family: inherit;
	            transition: all 0.2s;
	            direction: ltr;
	            min-height: 52px;
	        }
        
        .phone-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .error-text {
            color: #EF4444;
            font-size: 12px;
            margin-top: 8px;
            display: block;
        }
        
        .terms-text {
            font-size: 12px;
            color: var(--gray-text);
            margin: 20px 0;
        }
        
        .terms-text a {
            color: var(--primary);
            text-decoration: none;
        }
        
	        .btn-continue {
	            width: 100%;
	            background: var(--accent);
            color: white;
            border: none;
            border-radius: 60px;
            padding: 14px;
            font-size: 16px;
	            font-weight: 700;
	            cursor: pointer;
	            transition: all 0.2s;
	            min-height: 52px;
	            display: inline-flex;
	            align-items: center;
	            justify-content: center;
	            gap: 8px;
	        }
        
        .btn-continue:hover {
            background: #D97706;
            transform: translateY(-1px);
        }
        
        .btn-continue:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .phone-display {
            background: var(--gray-bg);
            border-radius: 60px;
            padding: 12px 20px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 28px;
        }
        
        .phone-number {
            font-size: 16px;
            font-weight: 600;
            color: var(--secondary);
            direction: ltr;
            display: inline-block;
        }
        
        .edit-phone {
            font-size: 12px;
            color: var(--primary);
            cursor: pointer;
            text-decoration: none;
        }
        
	        .otp-container {
	            display: flex;
	            justify-content: center;
	            flex-wrap: wrap;
	            gap: 12px;
	            margin: 24px 0;
	            direction: ltr;
        }
        
        .otp-input {
            width: 55px;
            height: 55px;
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            border: 1px solid var(--border);
            border-radius: 16px;
            background: var(--gray-bg);
            transition: all 0.2s;
            -moz-appearance: textfield;
            appearance: textfield;
        }
        
        .otp-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .otp-input::-webkit-outer-spin-button,
        .otp-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .timer-btn {
            background: transparent;
            border: 1px solid var(--border);
            border-radius: 60px;
            padding: 8px 20px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 8px;
        }
        
        .timer-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .resend-text {
            font-size: 12px;
            color: var(--gray-text);
        }
        
	        .btn-verify {
	            width: 100%;
	            background: var(--accent);
            color: white;
            border: none;
            border-radius: 60px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
	            cursor: pointer;
	            transition: all 0.2s;
	            margin-top: 16px;
	            min-height: 52px;
	            display: inline-flex;
	            align-items: center;
	            justify-content: center;
	            gap: 8px;
	        }
        
        .btn-verify:hover {
            background: #D97706;
        }
        
	        @media (max-width: 480px) {
	            .login-container {
	                min-height: auto;
	                padding: 22px 0 34px;
	            }
	            .login-card {
	                border-radius: 22px;
	                padding: 26px 18px;
	            }
	            .login-title {
	                font-size: 22px;
	            }
	            .login-icon {
	                width: 64px;
	                height: 64px;
	                flex-basis: 64px;
	                margin-bottom: 18px;
	            }
	            .login-icon i {
	                font-size: 30px;
	            }
	            .otp-input {
	                width: 45px;
	                height: 45px;
                font-size: 20px;
            }
            .otp-container {
                gap: 8px;
            }
        }

/* --- source: panels/user/pages/dashboard.blade.php --- */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
            --warning: #F59E0B;
        }
        
        .dashboard-container {
            padding: 20px 0 40px;
        }
        
        .dashboard-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border);
        }
        
        .dashboard-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary);
            margin: 0;
        }
        
        .logout-btn {
            background: transparent;
            border: 1px solid var(--danger);
            color: var(--danger);
            padding: 8px 20px;
            border-radius: 40px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .logout-btn:hover {
            background: var(--danger);
            color: white;
        }
        
        /* کارت کیف پول - شبیه کارت بانکی */
        .wallet-card {
            background: linear-gradient(135deg, #1E3A5F 0%, #0F2B45 100%);
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 32px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.15);
        }
        
        .wallet-card::before {
            content: "💳";
            position: absolute;
            bottom: -20px;
            right: -20px;
            font-size: 120px;
            opacity: 0.05;
            pointer-events: none;
        }
        
        .card-chip {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 32px;
        }
        
        .chip-icon {
            width: 50px;
            height: 40px;
            background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
            border-radius: 10px;
            position: relative;
        }
        
        .chip-icon::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 8px;
            width: 20px;
            height: 16px;
            background: #B8860B;
            border-radius: 3px;
        }
        
        .card-type {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
            letter-spacing: 2px;
        }
        
        .card-balance {
            margin-bottom: 24px;
        }
        
        .balance-label {
            color: rgba(255,255,255,0.6);
            font-size: 12px;
            margin-bottom: 4px;
        }
        
        .balance-amount {
            font-size: 32px;
            font-weight: 800;
            color: white;
        }
        
        .balance-amount small {
            font-size: 14px;
            font-weight: normal;
        }
        
        .card-number {
            font-family: 'Courier New', monospace;
            font-size: 22px;
            letter-spacing: 2px;
            color: white;
            margin-bottom: 20px;
            text-align: center;
            direction: ltr;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }
        
        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
        }
        
        .card-expiry {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
        }
        
        .wallet-actions {
            display: flex;
            gap: 10px;
        }
        
        .wallet-btn-small {
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.2);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            text-decoration: none;
            display: inline-block;
        }
        
        .wallet-btn-small:hover {
            background: rgba(255,255,255,0.25);
        }
        
        /* منوی اصلی */
        .main-menu {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 16px;
            margin-bottom: 32px;
        }
        
        .menu-card {
            background: white;
            border-radius: 20px;
            padding: 20px 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid var(--border);
            transition: all 0.3s;
        }
        
        .menu-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
            border-color: var(--primary);
        }
        
        .menu-icon {
            width: 55px;
            height: 55px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
        }
        
        .menu-icon i {
            font-size: 26px;
            color: var(--primary);
        }
        
        .menu-card h4 {
            font-size: 15px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .menu-card p {
            font-size: 11px;
            color: var(--gray-text);
        }
        
        /* پیام خوانده نشده */
        .unread-alert {
            background: #FEF3C7;
            border-radius: 16px;
            padding: 14px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
        }
        
        .read-messages-btn {
            background: var(--warning);
            color: #1E293B;
            border: none;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            cursor: pointer;
        }
        
        /* تب‌ها */
        .tabs-container {
            background: white;
            border-radius: 20px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .tabs-header {
            background: var(--gray-bg);
            padding: 12px 16px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            scrollbar-width: thin;
            -webkit-overflow-scrolling: touch;
        }
        
        .tabs-header::-webkit-scrollbar {
            height: 3px;
        }
        
        .tabs-header::-webkit-scrollbar-track {
            background: var(--border);
            border-radius: 10px;
        }
        
        .tabs-header::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
        .tab-btn {
            background: transparent;
            border: none;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            color: var(--gray-text);
            cursor: pointer;
            transition: all 0.2s;
            border-radius: 40px;
            display: inline-block;
        }
        
        .tab-btn.active {
            background: var(--secondary);
            color: white;
        }
        
        .tab-content {
            padding: 24px;
        }
        
        .tab-pane {
            display: none;
        }
        
        .tab-pane.active {
            display: block;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* لیست اقامتگاه‌ها */
        .properties-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }
        
        .property-item {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.3s;
            position: relative;
        }
        
        .property-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
        }
        
        /* استایل کانتینر تصویر برای موقعیت‌دهی نشانگر وضعیت */
        .property-image-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
        }
        
        .property-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .property-item:hover .property-image {
            transform: scale(1.05);
        }
        
        /* نشانگر وضعیت در بالای تصویر */
        .property-status-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 5;
            background: rgba(0,0,0,0.7);
            backdrop-filter: blur(4px);
            border-radius: 40px;
            padding: 4px 12px;
            font-size: 11px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            white-space: nowrap;
        }
        
        /* وضعیت در حال بررسی */
        .status-pending {
            background: #fef3c7;
            color: #92400e;
        }
        
        /* وضعیت رد شده */
        .status-rejected {
            background: #fee2e2;
            color: #991b1b;
        }
        
        /* وضعیت تایید شده */
        .status-approved {
            background: #ecfdf5;
            color: #047857;
        }
        
        .property-info {
            padding: 16px;
        }
        
        .property-title {
            font-size: 15px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .property-stats {
            display: flex;
            gap: 12px;
            font-size: 12px;
            color: var(--gray-text);
            margin-bottom: 12px;
        }
        
        .property-stats i {
            color: var(--primary);
        }
        
        .property-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .btn-sm {
            padding: 6px 14px;
            font-size: 12px;
            border-radius: 40px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            border: none;
        }
        
        .btn-outline {
            background: transparent;
            color: var(--secondary);
            border: 1px solid var(--border);
        }
        
        .btn-primary {
            background: var(--secondary);
            color: white;
        }
        
        .btn-danger {
            background: var(--danger);
            color: white;
        }
        
        /* درخواست‌ها و رزروها */
        .request-item, .reservation-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            padding: 16px;
            background: var(--gray-bg);
            border-radius: 16px;
            margin-bottom: 12px;
        }
        
        .request-residence, .reservation-residence {
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .request-details, .reservation-details {
            display: flex;
            gap: 16px;
            font-size: 12px;
            color: var(--gray-text);
            flex-wrap: wrap;
        }
        
        .request-details i, .reservation-details i {
            color: var(--primary);
        }
        
        .request-status, .reservation-status {
            font-size: 12px;
            margin-top: 6px;
        }
        
        .request-status.pending, .reservation-status.pending {
            color: var(--warning);
        }
        
        .request-status.confirmed, .reservation-status.confirmed {
            color: var(--success);
        }
        
        .request-status.cancelled, .reservation-status.cancelled {
            color: var(--danger);
        }
        
        .request-amount, .reservation-amount {
            font-size: 18px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        /* تراکنش‌ها */
        .transactions-list {
            margin-top: 16px;
        }
        
        .transaction-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .transaction-icon {
            width: 45px;
            height: 45px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .transaction-icon i {
            font-size: 20px;
        }
        
        .transaction-info {
            flex: 1;
        }
        
        .transaction-title {
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 4px;
        }
        
        .transaction-date {
            font-size: 11px;
            color: var(--gray-text);
        }
        
        .transaction-amount {
            font-weight: 700;
            font-size: 15px;
        }
        
        .text-success { color: var(--success); }
        .text-danger { color: var(--danger); }
        
        /* تیکت‌ها */
        .tickets-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .tickets-table th,
        .tickets-table td {
            padding: 12px;
            text-align: right;
            border-bottom: 1px solid var(--border);
        }
        
        .tickets-table th {
            background: var(--gray-bg);
            font-weight: 600;
            color: var(--secondary);
        }
        
        .status-warning { color: var(--warning); }
        .status-success { color: var(--success); }
        
        .empty-state {
            text-align: center;
            padding: 48px 20px;
            color: var(--gray-text);
        }
        
        .empty-state i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        /* راهنمای موبایل */
        .mobile-hint {
            display: none;
            text-align: center;
            font-size: 11px;
            color: var(--gray-text);
            padding: 8px;
            background: var(--gray-bg);
            border-radius: 40px;
            margin-bottom: 16px;
        }
        
        @media (max-width: 768px) {
            .main-menu {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .properties-list {
                grid-template-columns: 1fr;
            }
            
            .tickets-table {
                display: block;
                overflow-x: auto;
            }
            
            .mobile-hint {
                display: block;
            }
            
            .card-footer {
                flex-direction: column;
                align-items: flex-start;
            }
            
            /* تنظیم نشانگر وضعیت برای موبایل */
            .property-status-badge {
                top: 8px;
                right: 8px;
                padding: 3px 10px;
                font-size: 10px;
            }
        }

/* --- source: panels/user/pages/profile.blade.php --- */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
        }
        
        .profile-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        .profile-card {
            background: white;
            border-radius: 28px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        
        .profile-header {
            background: linear-gradient(135deg, var(--secondary) 0%, #1A4A6E 100%);
            padding: 32px;
            text-align: center;
            position: relative;
        }
        
        .avatar-wrapper {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        
        .avatar {
            width: 120px;
            height: 120px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border: 4px solid white;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            transition: all 0.2s;
        }
        
        .avatar:hover {
            transform: scale(1.02);
        }
        
        .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .avatar i {
            font-size: 60px;
            color: var(--primary);
        }
        
        .avatar-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.2s;
        }
        
        .avatar-wrapper:hover .avatar-overlay {
            opacity: 1;
        }
        
        .avatar-overlay i {
            font-size: 30px;
            color: white;
        }
        
        .profile-name {
            font-size: 22px;
            font-weight: 800;
            color: white;
            margin-top: 16px;
            margin-bottom: 4px;
        }
        
        .profile-phone {
            font-size: 14px;
            color: rgba(255,255,255,0.8);
        }
        
        .profile-body {
            padding: 32px;
        }
        
        .form-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 24px;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .form-label i {
            color: var(--primary);
            margin-left: 4px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background: white;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .form-control-custom:disabled {
            background: var(--gray-bg);
            color: var(--gray-text);
        }
        
        .phone-display {
            display: flex;
            align-items: center;
            gap: 12px;
            background: var(--gray-bg);
            border-radius: 12px;
            padding: 12px 16px;
        }
        
        .phone-display span {
            flex: 1;
            font-size: 14px;
            color: var(--secondary);
            direction: ltr;
        }
        
        .phone-badge {
            background: var(--border);
            color: var(--gray-text);
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 11px;
        }
        
        .error-text {
            color: var(--danger);
            font-size: 11px;
            margin-top: 4px;
            display: block;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 24px;
        }
        
        .btn-submit:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .profile-body {
                padding: 24px;
            }
            .form-grid {
                grid-template-columns: 1fr;
            }
            .form-group.full-width {
                grid-column: span 1;
            }
            .avatar {
                width: 100px;
                height: 100px;
            }
            .profile-name {
                font-size: 18px;
            }
        }

/* --- source: panels/user/pages/residences/form.blade.php --- */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
            --warning: #F59E0B;
        }
        
        .form-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        /* دیباگ پنل */
        .debug-panel {
            background: #1a1a2e;
            color: #00ff00;
            border: 2px solid #ff0000;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 20px;
            font-family: 'Courier New', monospace;
            font-size: 12px;
            direction: ltr;
            text-align: left;
            overflow-x: auto;
        }
        
        .debug-panel h4 {
            color: #ff6600;
            margin: 0 0 10px 0;
            font-size: 14px;
        }
        
        .debug-panel .debug-section {
            margin-bottom: 10px;
            padding: 5px;
            border-left: 2px solid #ff6600;
            padding-left: 10px;
        }
        
        .debug-panel .error-text {
            color: #ff4444;
        }
        
        .debug-panel .success-text {
            color: #00ff00;
        }
        
        /* پیشرفت آپلود */
        .upload-progress-container {
            margin-top: 10px;
            display: none;
        }
        
        .upload-progress-container.show {
            display: block;
        }
        
        .upload-progress-bar {
            width: 100%;
            height: 6px;
            background: var(--border);
            border-radius: 3px;
            overflow: hidden;
        }
        
        .upload-progress-fill {
            height: 100%;
            background: var(--success);
            width: 0%;
            transition: width 0.3s ease;
        }
        
        .upload-progress-text {
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 5px;
            text-align: center;
        }
        
        .step-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 2px solid var(--border);
        }
        
        .step-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--secondary);
            margin: 0;
        }
        
        .step-badge {
            background: var(--success);
            color: white;
            padding: 6px 20px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 600;
        }
        
        .form-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            padding: 28px;
            margin-bottom: 24px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        
        .section-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 20px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .form-label i {
            color: var(--primary);
            margin-left: 4px;
        }
        
        .form-label .required {
            color: var(--danger);
            margin-right: 4px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background: white;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .error-text {
            color: var(--danger);
            font-size: 11px;
            margin-top: 4px;
            display: block;
        }
        
        .warning-banner {
            background: #FEF3C7;
            border: 1px solid #FCD34D;
            border-radius: 12px;
            padding: 12px 16px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: #92400E;
        }
        
        .map-container {
            margin-top: 8px;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid var(--border);
        }
        
        #map {
            height: 350px;
            width: 100%;
            background: var(--gray-bg);
        }
        
        .upload-area {
            margin-top: 8px;
        }
        
        .upload-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--gray-bg);
            border: 1px solid var(--border);
            padding: 10px 24px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .upload-btn:hover:not(.disabled) {
            background: var(--border);
            transform: translateY(-1px);
        }
        
        .upload-btn.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .file-input {
            display: none;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
            gap: 12px;
            margin-top: 20px;
        }
        
        .gallery-item {
            position: relative;
            aspect-ratio: 1 / 1;
            border-radius: 16px;
            overflow: hidden;
            border: 2px solid var(--border);
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .gallery-item:hover {
            transform: scale(1.02);
        }
        
        .gallery-item.active {
            border-color: var(--primary);
            box-shadow: 0 0 0 2px rgba(102,204,255,0.3);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .main-badge {
            position: absolute;
            top: 6px;
            right: 6px;
            background: var(--primary);
            color: white;
            font-size: 10px;
            padding: 2px 10px;
            border-radius: 30px;
            font-weight: 600;
        }
        
        .delete-btn {
            position: absolute;
            bottom: 6px;
            left: 6px;
            background: rgba(0,0,0,0.6);
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .delete-btn:hover {
            background: var(--danger);
            transform: scale(1.1);
        }
        
        .empty-item {
            background: var(--gray-bg);
            border: 2px dashed var(--border);
            border-radius: 16px;
            aspect-ratio: 1 / 1;
        }
        
        .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 12px;
            margin-bottom: 24px;
        }
        
        .option-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            background: var(--gray-bg);
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .option-item:hover {
            background: #e2e8f0;
        }
        
        .option-item input {
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: var(--primary);
        }
        
        .option-item label {
            font-size: 13px;
            color: var(--gray-text);
            cursor: pointer;
            margin: 0;
            flex: 1;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-submit:hover:not(:disabled) {
            background: #D97706;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(245,158,11,0.3);
        }
        
        .btn-submit:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .btn-secondary {
            background: #64748B;
        }
        
        .btn-secondary:hover:not(:disabled) {
            background: #475569;
        }
        
        @media (max-width: 768px) {
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .form-group.full-width {
                grid-column: span 1;
            }
            
            .form-card {
                padding: 20px;
            }
            
            .options-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .step-title {
                font-size: 20px;
            }
            
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
            }
        }

/* --- source: panels/user/pages/tickets/index.blade.php --- */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
        }
        
        .tickets-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        /* لینک بازگشت */
        .back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--primary);
            text-decoration: none;
            font-size: 13px;
            margin-bottom: 20px;
            padding: 8px 16px;
            background: white;
            border-radius: 40px;
            border: 1px solid var(--border);
            transition: all 0.2s;
        }
        
        .back-link:hover {
            border-color: var(--primary);
            color: var(--accent);
        }
        
        /* هدر تیکت */
        .ticket-header {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            padding: 20px 24px;
            margin-bottom: 24px;
        }
        
        .ticket-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .ticket-title i {
            color: var(--primary);
        }
        
        .ticket-badge {
            display: inline-block;
            background: var(--gray-bg);
            color: var(--gray-text);
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 12px;
        }
        
        .ticket-badge i {
            margin-left: 4px;
        }
        
        /* لیست پیام‌ها - حالت چت */
        .messages-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 32px;
        }
        
        .message-item {
            display: flex;
            gap: 12px;
            max-width: 80%;
        }
        
        .message-item.me {
            flex-direction: row-reverse;
            align-self: flex-end;
        }
        
        /* آواتار */
        .message-avatar {
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .message-avatar i {
            font-size: 22px;
            color: var(--primary);
        }
        
        .message-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* حباب پیام - اندازه یکسان */
        .message-bubble {
            flex: 0 1 auto;
            max-width: calc(100% - 54px);
            background: white;
            border-radius: 20px;
            padding: 12px 18px;
            border: 1px solid var(--border);
        }
        
        .message-item.me .message-bubble {
            background: var(--secondary);
            border-color: var(--secondary);
        }
        
        /* فرستنده */
        .message-sender {
            font-size: 12px;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 6px;
        }
        
        .message-item.me .message-sender {
            color: rgba(255,255,255,0.7);
        }
        
        /* متن پیام - با شکستن خودکار */
        .message-text {
            font-size: 14px;
            line-height: 1.6;
            color: var(--gray-text);
            word-wrap: break-word;
            white-space: normal;
        }
        
        .message-item.me .message-text {
            color: white;
        }
        
        /* زمان */
        .message-time {
            font-size: 10px;
            color: var(--gray-text);
            direction: ltr;
            display: inline-block;
            margin-top: 6px;
        }
        
        .message-item.me .message-time {
            color: rgba(255,255,255,0.5);
        }
        
        /* فرم پاسخ */
        .reply-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
            margin-top: 24px;
        }
        
        .reply-header {
            background: var(--secondary);
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .reply-header i {
            color: var(--primary);
            font-size: 18px;
        }
        
        .reply-header h3 {
            color: white;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .reply-body {
            padding: 24px;
        }
        
        .reply-textarea {
            width: 100%;
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 14px;
            font-family: inherit;
            font-size: 14px;
            resize: vertical;
            transition: all 0.2s;
        }
        
        .reply-textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .btn-send {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 16px;
        }
        
        .btn-send:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .btn-send:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .error-text {
            color: var(--danger);
            font-size: 12px;
            margin-top: 6px;
            display: block;
        }
        
        /* خالی بودن */
        .empty-messages {
            text-align: center;
            padding: 48px 20px;
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            color: var(--gray-text);
        }
        
        .empty-messages i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        /* پاسخ داده شده */
        .ticket-status {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid var(--border);
        }
        
        .status-badge {
            background: #FEF3C7;
            color: #D97706;
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 12px;
        }
        
        .status-badge.resolved {
            background: #E8F5E9;
            color: #2E7D32;
        }
        
        @media (max-width: 768px) {
            .message-item {
                max-width: 90%;
            }
            
            .message-bubble {
                max-width: calc(100% - 46px);
            }
            
            .message-avatar {
                width: 36px;
                height: 36px;
            }
            
            .message-avatar i {
                font-size: 18px;
            }
            
            .message-bubble {
                padding: 10px 14px;
            }
            
            .reply-body {
                padding: 20px;
            }
        }

/* --- source: site/components/footer.blade.php --- */
    /* ============================================
       فوتر هنری نهایی - بدون نارنجی اضافی
       متن‌ها راست‌چین
    ============================================ */
    
    .footer-art {
        background: #0A2B4E;
        margin-top: 60px;
        position: relative;
    }
    
    /* نوارهای اصلی */
    .art-bars {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .art-bar {
        padding: 24px 40px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        text-align: right;
    }
    
    /* رنگ‌بندی حرفه‌ای هر نوار - فقط آبی‌های مختلف */
    .bar-brand { background: linear-gradient(135deg, #1A4A6E 0%, #0F3550 100%); }
    .bar-links { background: linear-gradient(135deg, #1E5580 0%, #134065 100%); }
    .bar-pages { background: linear-gradient(135deg, #226092 0%, #174C78 100%); }
    .bar-social { background: linear-gradient(135deg, #266BA4 0%, #1A558A 100%); }
    .bar-contact { background: linear-gradient(135deg, #2A76B6 0%, #1D609C 100%); }
    .bar-trust { background: linear-gradient(135deg, #2E81C8 0%, #206AAE 100%); }
    
    /* افکت حرکت نور روی نوارها */
    .art-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
        transition: left 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        pointer-events: none;
    }
    
    .art-bar:hover::before {
        left: 100%;
    }
    
    .art-bar:hover {
        padding-right: 55px;
        background: #1A4A6E;
    }
    
    .art-bar:hover .bar-header i,
    .art-bar:hover .bar-header span,
    .art-bar:hover .brand-mini span,
    .art-bar:hover .brand-desc-full,
    .art-bar:hover .bar-links-group a,
    .art-bar:hover .social-mini-icon,
    .art-bar:hover .contact-full-item,
    .art-bar:hover .contact-full-item i,
    .art-bar:hover .contact-full-item span,
    .art-bar:hover .contact-full-item strong {
        color: #66ccff;
    }
    
    .art-bar:hover .trust-full-group img {
        background: white;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    /* محتوای داخل نوار */
    .bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* برند با توضیحات کامل */
    .brand-full {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .brand-mini {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .brand-mini i {
        font-size: 28px;
        color: #66ccff;
    }
    
    .brand-mini span {
        font-size: 20px;
        font-weight: 800;
        color: white;
    }
    
    .brand-desc-full {
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
        color: #B0D4F0;
        margin: 0;
        max-width: 90%;
    }
    
    /* هدر هر نوار */
    .bar-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .bar-header i {
        font-size: 18px;
        color: #66ccff;
    }
    
    .bar-header span {
        font-size: 15px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.5px;
    }
    
    .bar-toggle-icon {
        display: none;
        font-size: 13px;
        color: #66ccff;
        transition: transform 0.3s ease;
        margin-right: auto;
    }
    
    /* گروه لینک‌ها */
    .bar-links-group {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bar-links-group a {
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        position: relative;
    }
    
    .bar-links-group a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 0;
        height: 1px;
        background: #66ccff;
        transition: width 0.3s;
    }
    
    .bar-links-group a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .bar-links-group a:hover {
        color: #66ccff;
        transform: translateX(3px);
    }
    
    /* شبکه اجتماعی */
    .social-mini-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .social-mini-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        padding: 5px 10px;
        border-radius: 40px;
        background: rgba(255,255,255,0.03);
    }
    
    .social-mini-icon i {
        font-size: 16px;
    }
    
    .social-mini-icon:hover {
        color: #66ccff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }
    
    /* اطلاعات تماس کامل */
    .contact-full-group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .contact-full-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: #B0D4F0;
    }
    
    .contact-full-item i {
        width: 32px;
        height: 32px;
        background: rgba(102, 204, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #66ccff;
    }
    
    .contact-full-item div {
        display: flex;
        flex-direction: column;
    }
    
    .contact-full-item span {
        font-size: 10px;
        color: #7FA8C9;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .contact-full-item strong {
        font-size: 13px;
        font-weight: 600;
        color: white;
    }
    
    /* نمادهای اعتماد */
    .trust-full-group {
        display: flex;
        gap: 15px;
    }
    
    .trust-full-group img {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 12px;
        padding: 6px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    /* کپی‌رایت مینیمال */
    .art-copyright {
        text-align: center;
        padding: 16px;
        background: #051a2f;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .art-copyright span {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.5px;
    }
    
    .copyright-sign {
        font-size: 10px;
        color: #66ccff;
    }
    
    /* ریسپانسیو موبایل */
    @media (max-width: 992px) {
        .art-bar {
            padding: 20px 24px;
        }
        
        .bar-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .brand-desc-full {
            max-width: 100%;
        }
    }
    
 @media (max-width: 768px) {
        .art-bar {
            padding: 18px 20px;
        }

        .bar-header,
        .brand-mini {
            width: 100%;
            justify-content: space-between;
            cursor: pointer;
        }

        .bar-toggle-icon {
            display: inline-flex;
        }

        .art-bar.bar-open .bar-toggle-icon {
            transform: rotate(180deg);
        }

        .bar-body {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            margin-top: 0;
            transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.35s ease;
        }

        .art-bar.bar-open .bar-body {
            max-height: 600px;
            opacity: 1;
            margin-top: 14px;
        }

        .bar-links-group {
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-mini-group {
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .contact-full-group {
            flex-direction: column;
            gap: 12px;
        }
        
        .trust-full-group {
            flex-wrap: wrap;
        }
        
        .art-bar:hover {
            padding-right: 20px;
        }
        
        .brand-mini span {
            font-size: 18px;
        }
        
        .brand-desc-full {
            font-size: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .bar-links-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-icon {
            width: fit-content;
        }
    }
    

/* --- source: site/components/header.blade.php --- */
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .header-logo {
        flex-shrink: 0;
    }
    
    .header-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }
    
    .header-user {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    
    .user-icon {
        background: rgba(102, 204, 255, 0.15);
        color: #66ccff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }
    
    .user-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
        white-space: nowrap;
    }
    
    .user-link:hover {
        color: #F59E0B;
    }
    
    /* موبایل - فاصله از حاشیه */
    @media (max-width: 768px) {
        .header-wrapper {
            padding: 10px 12px;
        }
    }
    
    @media (max-width: 480px) {
        .header-wrapper {
            padding: 8px 10px;
        }
        
        .user-link {
            font-size: 12px;
        }
        
        .user-icon, .user-avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        
        .header-logo img {
            max-height: 42px;
        }
    }

/* --- source: site/components/support-assistant.blade.php --- */
    .support-assistant {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        font-family: 'shabnam', Tahoma, sans-serif;
    }

    .support-assistant__toggle {
        width: 55px;
        height: 55px;
        background: #F59E0B;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        transition: all 0.2s;
    }

    .support-assistant__toggle:hover {
        transform: scale(1.05);
        background: #D97706;
    }

    .support-assistant__toggle i {
        font-size: 26px;
        color: white;
    }

    .support-assistant__panel {
        position: absolute;
        bottom: 70px;
        right: 0;
        width: 320px;
        max-width: calc(100vw - 40px);
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        display: none;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #E2E8F0;
    }

    .support-assistant__panel.show {
        display: flex;
    }

    .support-assistant__header {
        background: #0A2B4E;
        color: white;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .support-assistant__header h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .support-assistant__header h4 i {
        color: #66ccff;
        margin-left: 6px;
    }

    .support-assistant__header .close-btn {
        cursor: pointer;
        font-size: 18px;
        opacity: 0.7;
        padding: 0 5px;
    }

    .support-assistant__messages {
        height: 350px;
        padding: 12px;
        overflow-y: auto;
        background: #F8FAFC;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .support-assistant__message--bot {
        background: white;
        padding: 8px 12px;
        border-radius: 16px;
        border-top-right-radius: 4px;
        max-width: 85%;
        align-self: flex-start;
        font-size: 12px;
        color: #1E293B;
        border: 1px solid #E2E8F0;
        line-height: 1.5;
    }

    .support-assistant__message--user {
        background: #66ccff;
        color: #0A2B4E;
        padding: 8px 12px;
        border-radius: 16px;
        border-top-left-radius: 4px;
        max-width: 85%;
        align-self: flex-end;
        font-size: 12px;
    }

    .support-assistant__quick-actions {
        padding: 10px 12px;
        border-top: 1px solid #E2E8F0;
        background: white;
    }

    .support-assistant__quick-title {
        font-size: 10px;
        color: #64748B;
        margin-bottom: 8px;
    }

    .support-assistant__quick-list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .support-assistant__quick-btn {
        background: #F1F5F9;
        padding: 5px 10px;
        border-radius: 30px;
        font-size: 11px;
        cursor: pointer;
        transition: all 0.2s;
        color: #0A2B4E;
    }

    .support-assistant__quick-btn:hover {
        background: #66ccff;
        color: white;
    }

    .support-assistant__input {
        display: flex;
        padding: 10px 12px;
        border-top: 1px solid #E2E8F0;
        background: white;
        gap: 8px;
    }

    .support-assistant__input input {
        flex: 1;
        border: 1px solid #E2E8F0;
        border-radius: 40px;
        padding: 8px 14px;
        font-size: 12px;
        outline: none;
    }

    .support-assistant__input input:focus {
        border-color: #66ccff;
    }

    .support-assistant__input button {
        background: #F59E0B;
        border: none;
        border-radius: 40px;
        padding: 8px 16px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        font-size: 12px;
    }

    @media (max-width: 480px) {
        .support-assistant__panel {
            width: 300px;
            right: -10px;
            bottom: 65px;
        }

        .support-assistant__messages {
            height: 300px;
        }

        .support-assistant__toggle {
            width: 48px;
            height: 48px;
        }

        .support-assistant__toggle i {
            font-size: 22px;
        }
    }

/* --- source: site/contact/show.blade.php --- */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .page-header {
            margin: 20px 0 30px;
            text-align: center;
        }
        
        .page-header h2 {
            font-size: 28px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .page-header p {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .form-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .form-header {
            background: var(--secondary);
            padding: 16px 24px;
            border-bottom: 3px solid var(--primary);
        }
        
        .form-header h3 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }
        
        .form-header i {
            color: var(--primary);
            margin-left: 8px;
        }
        
        .form-body {
            padding: 24px;
        }
        
        .info-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .info-header {
            background: var(--secondary);
            padding: 16px 24px;
            border-bottom: 3px solid var(--primary);
        }
        
        .info-header h3 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }
        
        .info-body {
            padding: 24px;
        }
        
        .contact-info-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 14px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .contact-info-item:last-child {
            border-bottom: none;
        }
        
        .contact-info-item i {
            width: 40px;
            height: 40px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 18px;
        }
        
        .contact-info-item span {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--secondary);
            font-size: 13px;
        }
        
        .form-group label i {
            color: var(--primary);
            margin-left: 6px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            transition: all 0.2s;
            font-family: inherit;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .form-control-custom:disabled {
            background: var(--gray-bg);
            color: var(--gray-text);
        }
        
        select.form-control-custom {
            cursor: pointer;
        }
        
        textarea.form-control-custom {
            resize: vertical;
            min-height: 140px;
        }
        
        .alert-box {
            background: #FEF3C7;
            border-right: 4px solid #F59E0B;
            padding: 16px;
            border-radius: 12px;
            margin-bottom: 24px;
            text-align: center;
        }
        
        .alert-box p {
            margin-bottom: 12px;
            color: #92400E;
        }
        
        .login-link {
            display: inline-block;
            background: var(--accent);
            color: white;
            padding: 10px 24px;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s;
        }
        
        .login-link:hover {
            background: #D97706;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-submit:hover:not(:disabled) {
            background: #D97706;
            transform: translateY(-1px);
        }
        
        .btn-submit:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .error-text {
            color: #EF4444;
            font-size: 12px;
            margin-top: 6px;
            display: block;
        }
        
        @media (max-width: 768px) {
            .contact-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .page-header h2 {
                font-size: 22px;
            }
            
            .form-body, .info-body {
                padding: 16px;
            }
        }

/* --- source: site/content-pages/show.blade.php --- */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .page-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        .page-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        }
        
        .page-header {
            background: var(--secondary);
            padding: 24px 28px;
            border-bottom: 3px solid var(--primary);
        }
        
        .page-header h1 {
            color: white;
            font-size: 26px;
            font-weight: 800;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .page-header h1 i {
            color: var(--primary);
            font-size: 28px;
        }
        
        .page-body {
            padding: 32px 36px;
        }
        
        .page-content {
            font-size: 16px;
            line-height: 1.8;
            color: var(--gray-text);
            text-align: justify;
        }
        
        .page-content h2 {
            font-size: 22px;
            color: var(--secondary);
            margin: 24px 0 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .page-content h3 {
            font-size: 18px;
            color: var(--secondary);
            margin: 20px 0 12px;
        }
        
        .page-content p {
            margin-bottom: 16px;
        }
        
        .page-content ul, .page-content ol {
            margin: 16px 0;
            padding-right: 24px;
        }
        
        .page-content li {
            margin-bottom: 8px;
        }
        
        .page-content a {
            color: var(--primary);
            text-decoration: none;
        }
        
        .page-content a:hover {
            color: var(--accent);
        }
        
        .page-content strong {
            color: var(--secondary);
        }
        
        .page-content img {
            max-width: 100%;
            border-radius: 16px;
            margin: 20px 0;
        }
        
        @media (max-width: 768px) {
            .page-container {
                padding: 12px;
            }
            
            .page-header {
                padding: 18px 20px;
            }
            
            .page-header h1 {
                font-size: 20px;
            }
            
            .page-header h1 i {
                font-size: 22px;
            }
            
            .page-body {
                padding: 20px 24px;
            }
            
            .page-content {
                font-size: 14px;
            }
        }

/* --- source: site/layouts/app.blade.php ---
   Both <style> blocks here were byte-identical to the ones already moved
   from panels/user/layouts/app.blade.php above (:root vars, @font-face,
   base typography/utility classes, .promo-banner). Not duplicated again;
   see the "panels/user/layouts/app.blade.php" section above. */

/* --- source: site/residences/unavailable.blade.php --- */
        .residence-unavailable {
            min-height: 55vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 48px 16px;
        }

        .residence-unavailable__box {
            width: min(100%, 620px);
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            padding: 32px;
            text-align: center;
            box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
        }

        .residence-unavailable__icon {
            width: 64px;
            height: 64px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #eff6ff;
            color: #0a2b4e;
            margin-bottom: 18px;
            font-size: 28px;
        }

        .residence-unavailable h1 {
            color: #0a2b4e;
            font-size: 24px;
            margin: 0 0 12px;
        }

        .residence-unavailable p {
            color: #475569;
            line-height: 1.8;
            margin: 0;
            direction: ltr;
            overflow-wrap: anywhere;
        }

/* --- source: errors/404.blade.php --- */
    :root {
        --primary: #66ccff;
        --secondary: #0A2B4E;
        --accent: #F59E0B;
        --gray-text: #475569;
        --border: #E2E8F0;
    }
    
    .error-container {
        min-height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
    }
    
    .error-card {
        max-width: 550px;
        width: 100%;
        background: white;
        border-radius: 32px;
        border: 1px solid var(--border);
        padding: 48px 32px;
        text-align: center;
        box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
    }
    
    .error-code {
        font-size: 100px;
        font-weight: 800;
        color: var(--secondary);
        line-height: 1;
        margin-bottom: 16px;
        letter-spacing: -4px;
    }
    
    .error-code span:first-child {
        color: var(--primary);
    }
    
    .error-icon {
        width: 100px;
        height: 100px;
        background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
    }
    
    .error-icon i {
        font-size: 50px;
        color: #D97706;
    }
    
    .error-title {
        font-size: 28px;
        font-weight: 800;
        color: var(--secondary);
        margin-bottom: 12px;
    }
    
    .error-message {
        color: var(--gray-text);
        font-size: 15px;
        margin-bottom: 28px;
        line-height: 1.6;
    }
    
    .error-image {
        margin: 20px 0;
    }
    
    .error-image img {
        max-width: 220px;
        width: 100%;
        opacity: 0.7;
    }
    
    .btn-back {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--accent);
        color: white;
        text-decoration: none;
        padding: 12px 28px;
        border-radius: 60px;
        font-weight: 700;
        font-size: 14px;
        transition: all 0.2s;
        margin-top: 8px;
    }
    
    .btn-back:hover {
        background: #D97706;
        transform: translateY(-2px);
    }
    
    .suggestions {
        margin-top: 32px;
        padding-top: 24px;
        border-top: 1px solid var(--border);
    }
    
    .suggestions-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--secondary);
        margin-bottom: 12px;
    }
    
    .suggestions-links {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .suggestions-links a {
        color: var(--primary);
        text-decoration: none;
        font-size: 13px;
        transition: color 0.2s;
    }
    
    .suggestions-links a:hover {
        color: var(--accent);
    }
    
    @media (max-width: 480px) {
        .error-card {
            padding: 32px 20px;
        }
        
        .error-code {
            font-size: 70px;
        }
        
        .error-title {
            font-size: 22px;
        }
        
        .error-icon {
            width: 80px;
            height: 80px;
        }
        
        .error-icon i {
            font-size: 38px;
        }
        
        .error-image img {
            max-width: 160px;
        }
    }

/* --- source: site/residences/index.blade.php --- */
:root {
    --primary: #66ccff;
    --secondary: #0A2B4E;
    --accent: #F59E0B;
    --gray-50: #F8FAFC;
    --gray-100: #F1F5F9;
    --gray-500: #64748B;
    --gray-700: #334155;
    --border: #E2E8F0;
}

.residences-index-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ===== Container / Grid system ===== */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-md-6, .col-lg-4, .col-xl-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 768px) { .col-md-6 { flex: 0 0 50%; max-width: 50%; } }
@media (min-width: 992px) { .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; } }
@media (min-width: 1200px) { .col-xl-3 { flex: 0 0 25%; max-width: 25%; } }


/* ===== Quick nav ===== */
.nav-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 30px;
}

.nav-quick-item {
    flex: 1 0 auto;
    background: white;
    text-align: center;
    padding: 14px 8px;
    border-radius: 60px;
    text-decoration: none;
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--border);
    transition: all 0.2s;
}

.nav-quick-item i {
    color: var(--primary);
    margin-left: 8px;
}

.nav-quick-item:hover {
    transform: translateY(-2px);
    border-color: var(--primary);
}

/* ===== Unified destination search ===== */
.destination-search {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 8px 8px 14px;
    border: 1px solid var(--border);
    margin-bottom: 20px;
}

.destination-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--gray-50);
    border-radius: 60px;
    padding: 6px 6px 6px 6px;
}

.destination-icon {
    color: var(--gray-500);
    margin-right: 14px;
    flex-shrink: 0;
}

.destination-input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 15px;
    padding: 12px 4px;
    min-width: 0;
    color: var(--gray-700);
}

.destination-clear {
    color: var(--gray-500);
    cursor: pointer;
    opacity: 0.6;
    padding: 0 6px;
}

.destination-clear:hover { opacity: 1; }

.destination-submit {
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 60px;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.destination-hint {
    font-size: 12px;
    color: var(--gray-500);
    margin: 10px 18px 0;
}

.destination-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 8px;
    left: 8px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.14);
    border: 1px solid var(--border);
    z-index: 1000;
    padding: 10px 0;
    max-height: 340px;
    overflow-y: auto;
}

.destination-group-title {
    font-size: 12px;
    font-weight: 700;
    color: #e67e22;
    padding: 6px 18px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.destination-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 18px 12px;
}

.destination-chip {
    background: #fffbeb;
    border: 1px solid #fbd38d;
    color: #b45309;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.15s;
}

.destination-chip:hover {
    background: #fef3c7;
    transform: translateY(-1px);
}

.destination-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 13px;
    color: var(--gray-700);
    transition: background 0.15s;
}

.destination-item:hover { background: #ebf5ff; }

.destination-item .item-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.destination-item .item-badge {
    margin-right: auto;
    font-size: 11px;
    color: var(--gray-500);
}

.destination-item.all { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 12px; }
.destination-item.search-text-item { color: var(--secondary); font-weight: 600; }

/* ===== Fullscreen takeover on mobile ===== */
.type-tabs-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-tabs-row .type-tabs-inline {
    flex: 1;
    min-width: 0;
}

.type-tabs-close {
    display: none;
    background: var(--gray-50);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .type-tabs-close { display: flex; }
}

@media (max-width: 768px) {
    .destination-search.destination-search-active {
        position: fixed !important;
        inset: 0 !important;
        z-index: 2100;
        border-radius: 0;
        border: none;
        margin: 0;
        padding: 10px 10px 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: 100dvh;
        background: white;
        animation: fadeInFull 0.15s ease;
    }

    .destination-search-active .destination-back {
        display: flex;
    }

    .destination-search-active .destination-input-wrap {
        flex-shrink: 0;
    }

    .destination-search-active .destination-hint {
        flex-shrink: 0;
    }

    .destination-search-active .type-tabs-inline {
        flex-shrink: 0;
    }

    .destination-search-active .destination-dropdown {
        position: static !important;
        flex: 1;
        width: auto;
        margin: 10px 0 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        max-height: none !important;
        overflow-y: auto;
        padding-bottom: 30px;
    }

    .destination-input {
        font-size: 16px; /* جلوگیری از زوم خودکار سافاری موقع فوکوس */
    }

    .destination-backdrop {
        display: none !important;
    }
}

@keyframes fadeInFull {
    from { opacity: 0; }
    to { opacity: 1; }
}

body.destination-open {
    overflow: hidden;
}

/* ===== People counter ===== */

.counter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--gray-50);
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.15s;
}

.counter-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.counter-btn:disabled { opacity: 0.35; cursor: not-allowed; }

.counter-value {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-700);
    min-width: 70px;
    text-align: center;
    white-space: nowrap;
}

/* ===== Chip toggles (residence type / amenities) ===== */
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 30px;
    border: 1.5px solid var(--border);
    background: white;
    font-size: 12.5px;
    color: var(--gray-700);
    cursor: pointer;
    transition: all 0.15s;
    user-select: none;
}

.chip-toggle:hover { border-color: var(--primary); }

.chip-toggle:has(input:checked) {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.chip-input { display: none; }

/* ===== Filters row ===== */
.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

/* ===== Page header ===== */
.page-header { margin: 30px 0 20px; }

.page-header h1,
.page-header h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 8px;
}

.page-header p {
    color: var(--gray-500);
    font-size: 14px;
}

/* ===== Properties grid / cards ===== */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 20px;
    margin: 30px 0;
    width: 100%;
}

.property-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid var(--border);
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
}

.card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 16px;
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 8px;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-location {
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.card-location span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-location i { color: var(--primary); }

.price-tag {
    background: var(--gray-50);
    padding: 10px 12px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    gap: 8px;
    min-width: 0;
}

.price-amount {
    font-size: 18px;
    font-weight: 800;
    color: var(--secondary);
    min-width: 0;
    overflow-wrap: anywhere;
}

.price-amount small { font-size: 11px; font-weight: normal; }

.rating-badge {
    background: #10B981;
    color: white;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

.card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 12px;
    color: var(--gray-500);
    margin: 12px 0;
}

.card-features span {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.card-features i { color: var(--primary); }

.btn-reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    background: var(--accent);
    text-align: center;
    padding: 12px;
    border-radius: 18px;
    color: white;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    line-height: 1;
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: auto;
}

.btn-reserve:hover {
    background: #D97706;
    color: white;
    transform: translateY(-1px);
}

.btn-reserve i { color: white; }

/* ===== Pagination ===== */
.pagination-modern {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 40px 0 20px;
}

.pagination-modern nav { width: 100%; }

.pagination-modern .admin-pagination-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pagination-modern .admin-pagination-summary {
    margin: 0;
    color: var(--gray-500);
    font-size: 12px;
}

.pagination-modern .admin-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    direction: ltr;
    list-style: none;
}

.pagination-modern .page-item { display: inline-flex; }

.pagination-modern .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: white;
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.pagination-modern .page-item.active .page-link {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.pagination-modern .page-item.disabled .page-link {
    background: var(--gray-50);
    color: #94A3B8;
}

.page-btn {
    padding: 10px 16px;
    border-radius: 12px;
    background: white;
    border: 1px solid var(--border);
    color: var(--gray-700);
    text-decoration: none;
    transition: all 0.2s;
}

.page-btn.active {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.loading-spinner { text-align: center; padding: 60px; }

/* ===== Hero (season banner) ===== */
.hero-season {
    position: relative;
    width: 100%;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    background-color: #0A2B4E;
    border-radius: 0 0 32px 32px;
}

.hero-overlay-light {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 0 0 32px 32px;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 50px 24px;
}

.hero-title {
    font-size: 32px;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
    text-shadow: 0 4px 1px rgba(0,0,0,0.9);
}

.hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}

/* ===== Hero (city mosaic banner) ===== */
.hero-city-mosaic {
    position: relative;
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
    border-radius: 0 0 32px 32px;
    overflow: hidden;
    background-color: #0A2B4E;
}

.mosaic-grid {
    display: grid;
    gap: 2px;
    width: 100%;
    height: 100%;
}

.mosaic-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease, filter 0.2s ease, opacity 0.3s ease;
    filter: brightness(0.85);
    background-color: #1a1a2e;
    opacity: 0;
}

.mosaic-item.loaded { opacity: 1; }

.mosaic-item:hover {
    transform: scale(1.05);
    filter: brightness(1);
    z-index: 3;
}

.mosaic-placeholder {
    background: linear-gradient(90deg, #2a2a3e 0%, #1a1a2e 50%, #2a2a3e 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.mosaic-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 0 0 32px 32px;
}

.mosaic-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    color: white;
}

.mosaic-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.mosaic-description {
    font-size: 15px;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* ===== Popular cities (slider) ===== */
.popular-cities { margin: 30px 0 40px; }

.cities-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.cities-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cities-nav {
    display: flex;
    gap: 8px;
}

.cities-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: white;
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.cities-nav-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.cities-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.cities-slider-wrap {
    position: relative;
}

.cities-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 2px 2px 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cities-slider::-webkit-scrollbar { display: none; }

.city-card {
    scroll-snap-align: start;
    flex: 0 0 160px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid var(--border);
    transition: all 0.3s;
}

.city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px -12px rgba(0,0,0,0.15);
}

.city-image {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.city-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.city-card:hover .city-image img { transform: scale(1.05); }

.city-info { padding: 12px; text-align: center; }

.city-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 4px;
}

.city-count {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
}

/* ============================================
   ریسپانسیو
   ============================================ */

@media (max-width: 768px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .properties-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
        gap: 16px;
    }

    .filters-row {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 12px;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .filter-select {
        font-size: 12px;
        padding: 8px 14px;
        white-space: nowrap;
    }

    .page-header h1, .page-header h2 { font-size: 20px; }

    .hero-season,
    .hero-city-mosaic {
        border-radius: 0 0 20px 20px;
        min-height: 220px;
    }

    .hero-city-mosaic { height: 220px; }

    .hero-content, .mosaic-content { padding: 35px 20px; }

    .hero-title, .mosaic-title { font-size: 24px; }
    .hero-desc, .mosaic-description { font-size: 13px; }
    .mosaic-description { max-width: 85%; }

    .cities-slider {
        gap: 10px;
    }

    .city-card {
        flex: 0 0 128px;
    }

    .cities-nav {
        display: none; /* توی موبایل سوایپ کافیه */
    }

    .city-image { height: 80px; }
    .city-name { font-size: 13px; }
    .city-count { font-size: 10px; }
}

@media (max-width: 550px) {
    .properties-grid { grid-template-columns: 1fr; }

    .nav-quick { gap: 8px; }
    .nav-quick-item { font-size: 11px; padding: 10px 6px; }

    .cities-header { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .container {
        padding-right: 8px;
        padding-left: 8px;
    }

    .hero-season,
    .hero-city-mosaic {
        min-height: 160px;
        border-radius: 0 0 16px 16px;
    }

    .hero-city-mosaic { height: 200px; }

    .hero-title, .mosaic-title { font-size: 18px; }
    .hero-desc, .mosaic-description { font-size: 12px; max-width: 90%; }

    .nav-quick { flex-wrap: wrap; gap: 6px; }
    .nav-quick-item {
        font-size: 10px;
        padding: 8px 10px;
        flex: 1 0 calc(50% - 6px);
        border-radius: 30px;
    }

    .card-image { height: 180px; }
    .card-title { font-size: 14px; }
    .price-amount { font-size: 16px; }

    .btn-reserve { font-size: 13px; min-height: 48px; }

    .pagination-modern .page-link {
        min-width: 32px;
        height: 32px;
        font-size: 11px;
    }

}

/* ===== تب‌های نوع اقامتگاه ===== */
/* ===== تب‌های نوع اقامتگاه (داخل کادر جستجو) ===== */
.type-tabs-inline {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 6px 10px 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--border);
}

.type-tabs-inline::-webkit-scrollbar { display: none; }

.type-tab {
    flex: 0 0 auto;
    padding: 8px 4px 12px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-500);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
}

.type-tab:hover { color: var(--secondary); }

.type-tab.active {
    color: var(--secondary);
    border-bottom-color: var(--accent);
}

/* ===== کادر مسافران داخل جستجو ===== */
.guests-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 30px;
    background: white;
    border: 1px solid var(--border);
    font-size: 13px;
    color: var(--gray-700);
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
}

.guests-trigger i { color: var(--primary); }

.guests-trigger-badge { display: none; }

.guests-panel {
    background: white;
    border-radius: 16px;
    padding: 14px 18px;
    margin: 10px 8px 0;
    border: 1px solid var(--border);
}

.guests-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.guests-panel-close {
    background: var(--gray-50);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    font-size: 12px;
    cursor: pointer;
}

.guests-panel-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.guests-panel-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-700);
}

.guests-confirm-btn {
    width: 100%;
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .guests-trigger-text { display: none; }
    .guests-trigger { padding: 10px 11px; position: relative; }

    .guests-trigger-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 20px;
        background: var(--accent);
        color: white;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        top: -4px;
        left: -4px;
    }

    .destination-submit span { display: none; }
    .destination-submit {
        padding: 12px 16px;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        justify-content: center;
    }

    .guests-panel {
        margin: 0;
        border: none;
        border-radius: 0;
        border-top: 1px solid var(--border);
        flex-shrink: 0;
    }
}

/* ===== دکمه‌های فیلتر (قیمت / امکانات) ===== */
.filters-row {
    position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-trigger-wrap { position: relative; }

.filter-trigger-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 40px;
    padding: 10px 18px;
    font-size: 13px;
    color: var(--gray-700);
    cursor: pointer;
    white-space: nowrap;
}

.filter-trigger-btn i.fa-money,
.filter-trigger-btn i.fa-magic { color: var(--primary); }

.filter-caret { font-size: 10px; color: var(--gray-500); margin-right: 2px; }

.filter-count-badge {
    background: var(--accent);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
}

.filter-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: white;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.14);
    border: 1px solid var(--border);
    z-index: 900;
    padding: 18px;
    min-width: 280px;
}

.amenities-dropdown { max-width: 340px; max-height: 320px; overflow-y: auto; }

/* ===== اسلایدر بازه قیمت ===== */
.price-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 14px;
}

.price-slider-wrap {
    position: relative;
    height: 34px;
    margin-bottom: 10px;
}

.price-range {
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
}

.price-range::-webkit-slider-runnable-track {
    height: 4px;
    background: var(--gray-100);
    border-radius: 4px;
}

.price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--secondary);
    border: 3px solid white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    margin-top: -7px;
    cursor: pointer;
}

.price-range::-moz-range-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--secondary);
    border: 3px solid white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
}

.price-range::-moz-range-track {
    height: 4px;
    background: var(--gray-100);
    border-radius: 4px;
}

.filter-apply-btn {
    width: 100%;
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    margin-top: 8px;
}

@media (max-width: 550px) {
    .filter-dropdown {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 24px 24px 0 0;
        min-width: unset;
        max-width: unset;
        max-height: 75vh;
        overflow-y: auto;
        z-index: 2200;
    }

    .amenities-dropdown { max-width: unset; max-height: 75vh; }
}

.filters-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2100;
    display: none;
}

.filter-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--secondary);
}

@media (max-width: 550px) {
    .filters-backdrop { display: block; }
}

/* --- source: site/residences/detail.blade.php --- */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .breadcrumb-section {
            margin: 15px 0 20px;
        }
        
        .breadcrumb-list {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            background: white;
            padding: 12px 20px;
            border-radius: 60px;
            border: 1px solid var(--border);
        }
        
        .breadcrumb-list a {
            color: var(--primary);
            text-decoration: none;
            font-size: 13px;
        }
        
        .detail-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .detail-code-box {
            background: var(--gray-bg);
            padding: 6px 16px;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 16px;
            border: 1px solid var(--border);
            font-size: 14px;
        }
        
        .detail-code-box i {
            color: var(--primary);
        }
        
        .detail-location {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }
        
        .location-info {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .location-info i {
            color: var(--primary);
        }
        
        .gallery-container {
            margin-bottom: 24px;
        }
        
        .main-gallery-img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 24px;
        }
        
        .gallery-thumbs {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            overflow-x: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
        }
        
        .thumb-item {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.2s;
        }
        
        .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .thumb-item:hover {
            transform: scale(1.05);
        }
        
        .thumb-active {
            border-color: var(--primary);
        }
        
        .gallery-thumbs::-webkit-scrollbar {
            height: 4px;
        }
        
        .gallery-thumbs::-webkit-scrollbar-track {
            background: var(--border);
            border-radius: 10px;
        }
        
        .gallery-thumbs::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
        .two-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-bottom: 24px;
        }
        
        .info-card {
            background: white;
            border-radius: 24px;
            padding: 24px;
            border: 1px solid var(--border);
        }
        
        .type-badge {
            background: var(--secondary);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
        }
        
        .price-large {
            font-size: 26px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        .info-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .info-row:last-child {
            border-bottom: none;
        }
        
        .info-row i {
            width: 24px;
            color: var(--primary);
        }
        
        .btn-call {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-weight: 700;
            width: 100%;
            cursor: pointer;
            text-align: center;
            margin-top: 16px;
            transition: all 0.2s;
        }
        
        .btn-call:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .host-description {
            background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 24px;
            border-right: 4px solid var(--primary);
        }
        
        .features-section {
            margin-bottom: 24px;
        }
        
        .features-category {
            margin-bottom: 20px;
        }
        
        .features-category h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 10px;
        }
        
        .feature-chip {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            background: var(--gray-bg);
            border-radius: 40px;
            font-size: 13px;
            transition: all 0.2s;
        }
        
        .feature-chip.disabled {
            opacity: 0.6;
            background: #F1F5F9;
        }
        
        .feature-chip.disabled .text-muted {
            color: #94A3B8;
        }
        
        .feature-chip i {
            font-size: 14px;
        }
        
        .rules-container {
            background: #FEF3C7;
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 24px;
        }
        
        .rules-container h3 {
            color: #92400E;
            margin-bottom: 12px;
        }
        
        .rules-container ul {
            padding-right: 20px;
            color: #92400E;
        }

        .similar-section {
            margin: 32px 0;
        }

        .similar-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary);
        }

        .similar-card {
            scroll-snap-align: start;
            flex: 0 0 260px;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.3s;
        }

        .similar-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.15);
        }

        .similar-card img {
            width: 100%;
            height: 160px;
            object-fit: cover;
        }
        
        .similar-card-content {
            padding: 12px;
        }
        
        .similar-card-title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--secondary);
        }
        
        .similar-price {
            font-size: 16px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        .similar-view-btn {
            background: var(--accent);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            text-decoration: none;
            font-size: 12px;
            display: inline-block;
            transition: all 0.2s;
        }
        
        .similar-view-btn:hover {
            background: #D97706;
        }

        .cities-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 20px;
        }

        .cities-nav {
            display: flex;
            gap: 8px;
        }

        .cities-nav-btn {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1px solid var(--border);
            background: white;
            color: var(--secondary);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
            flex-shrink: 0;
        }

        .cities-nav-btn:hover:not(:disabled) {
            background: var(--secondary);
            color: white;
            border-color: var(--secondary);
        }

        .cities-nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .cities-slider-wrap {
            position: relative;
        }

        .cities-slider {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            padding: 2px 2px 10px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .cities-slider::-webkit-scrollbar { display: none; }

        @media (max-width: 768px) {
            .two-columns {
                grid-template-columns: 1fr;
            }
            .main-gallery-img {
                height: 250px;
            }
            .detail-title {
                font-size: 20px;
            }
            .thumb-item {
                width: 60px;
                height: 60px;
            }
        }
        
        /* بخش نظرات */
        .reviews-section {
            margin: 32px 0;
            background: white;
            border-radius: 28px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        
        .reviews-header {
            padding: 24px 28px;
            background: linear-gradient(135deg, #F8FAFE 0%, #FFFFFF 100%);
            border-bottom: 1px solid var(--border);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        
        .reviews-summary {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .summary-rating {
            display: flex;
            align-items: baseline;
            gap: 4px;
            background: var(--secondary);
            padding: 8px 20px;
            border-radius: 60px;
        }
        
        .rating-number {
            font-size: 28px;
            font-weight: 800;
            color: white;
        }
        
        .rating-out {
            font-size: 13px;
            color: rgba(255,255,255,0.8);
        }
        
        .summary-stars i {
            color: #F59E0B;
            font-size: 18px;
            margin: 0 2px;
        }
        
        .summary-count {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .review-form-card {
            margin: 24px 28px;
            background: var(--gray-bg);
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .form-header {
            background: var(--secondary);
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .form-header i {
            color: var(--primary);
            font-size: 20px;
        }
        
        .form-header h4 {
            color: white;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .form-body {
            padding: 24px;
        }
        
        .rating-input-group {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .rating-label {
            font-weight: 600;
            color: var(--secondary);
        }
        
        .stars-input {
            display: flex;
            flex-direction: row-reverse;
            gap: 8px;
        }
        
        .stars-input input {
            display: none;
        }
        
        .stars-input label {
            font-size: 28px;
            color: #CBD5E0;
            cursor: pointer;
            transition: 0.2s;
        }
        
        .stars-input label:hover,
        .stars-input label:hover ~ label,
        .stars-input input:checked ~ label {
            color: #F59E0B;
        }
        
        .comment-input-group {
            position: relative;
        }
        
        .comment-input-group textarea {
            width: 100%;
            border: 1px solid var(--border);
            border-radius: 20px;
            padding: 14px;
            font-family: inherit;
            font-size: 13px;
            resize: vertical;
            transition: 0.2s;
        }
        
        .comment-input-group textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .char-counter {
            text-align: left;
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 4px;
        }
        
        .btn-submit-review {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px 28px;
            font-weight: 600;
            margin-top: 16px;
            cursor: pointer;
            transition: 0.2s;
        }
        
        .btn-submit-review:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .btn-submit-review:disabled {
            opacity: 0.7;
            cursor: wait;
        }
        
        .review-alert {
            margin: 24px 28px;
            padding: 20px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
        }
        
        .review-alert i {
            font-size: 24px;
        }
        
        .already-reviewed {
            background: #E8F5E9;
            color: #2E7D32;
        }
        
        .already-reviewed i {
            color: #4CAF50;
        }

        .comment-success {
            background: #E8F5E9;
            color: #2E7D32;
        }

        .comment-success i {
            color: #4CAF50;
        }

        .comment-error {
            background: #FEE2E2;
            color: #B91C1C;
        }

        .comment-error i {
            color: #EF4444;
        }
        
        .login-required {
            background: #FFF3E0;
            color: #E65100;
        }
        
        .login-required i {
            color: #FF9800;
        }
        
        .login-required a {
            color: #E65100;
            font-weight: 700;
        }
        
        .reviews-list {
            padding: 0 28px 28px;
        }
        
        .list-header {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 16px 0;
            border-bottom: 2px solid var(--border);
            margin-bottom: 16px;
        }
        
        .list-header i {
            color: var(--primary);
            font-size: 18px;
        }
        
        .list-header span {
            font-weight: 700;
            color: var(--secondary);
        }
        
        .review-card {
            display: flex;
            gap: 20px;
            padding: 20px 0;
            border-bottom: 1px solid var(--border);
            animation: fadeInUp 0.4s ease-out backwards;
            transition: all 0.3s;
        }

        .review-card:hover {
            background: linear-gradient(135deg, rgba(102,204,255,0.02) 0%, rgba(102,204,255,0.05) 100%);
            transform: translateX(4px);
        }
        
        .review-sidebar {
            flex-shrink: 0;
            width: 100px;
            text-align: center;
        }
        
        .user-avatar {
            width: 60px;
            height: 60px;
            margin: 0 auto 8px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .header-wrapper .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0;
    display: block;
}
        
        .user-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .user-avatar i {
            font-size: 36px;
            color: var(--primary);
        }
        
        .user-name {
            font-weight: 600;
            color: var(--secondary);
            font-size: 13px;
        }
        
        .review-date {
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 4px;
        }
        
        .review-content {
            flex: 1;
        }
        
        .review-stars i {
            color: #F59E0B;
            font-size: 14px;
            margin: 0 1px;
        }
        
        .review-text {
            margin-top: 8px;
            font-size: 14px;
            line-height: 1.6;
            color: var(--gray-text);
        }
        
        .review-empty {
            text-align: center;
            padding: 48px 28px;
            color: var(--gray-text);
        }
        
        .review-empty i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        @media (max-width: 768px) {
            .reviews-header, .review-form-card, .review-alert {
                margin: 16px;
            }
            .reviews-list {
                padding: 0 16px 16px;
            }
            .review-card {
                flex-direction: column;
                gap: 12px;
            }
            .review-sidebar {
                width: 100%;
                display: flex;
                align-items: center;
                gap: 12px;
                text-align: left;
            }
            .user-avatar {
                width: 45px;
                height: 45px;
                margin: 0;
            }
            .user-avatar i {
                font-size: 28px;
            }
            .stars-input label {
                font-size: 24px;
            }
        }
        
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes starPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.2); }
        }
        
        .animated-star {
            animation: starPulse 0.5s ease-in-out;
        }
        
        .write-review-btn {
            background: linear-gradient(135deg, var(--accent) 0%, #D97706 100%);
            border: none;
            padding: 10px 24px;
            border-radius: 40px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 2px 8px rgba(245,158,11,0.3);
        }
        
        .write-review-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(245,158,11,0.4);
        }
        
        .rating-feedback {
            font-size: 13px;
            padding: 4px 12px;
            background: white;
            border-radius: 40px;
            color: var(--secondary);
            font-weight: 500;
        }
        
        [x-cloak] {
            display: none !important;
        }
        
        .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.95);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }

        .lightbox.active {
            display: flex;
        }
        
        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 40px;
            color: white;
            cursor: pointer;
            z-index: 10000;
            font-weight: bold;
        }
        
        .lightbox-content {
            position: relative;
            width: 90%;
            max-width: 1200px;
            margin: auto;
        }
        
        .lightbox-content img {
            width: 100%;
            height: auto;
            max-height: 85vh;
            object-fit: contain;
            border-radius: 8px;
        }
        
        .lightbox-prev, .lightbox-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.2);
            color: white;
            border: none;
            font-size: 30px;
            padding: 16px 20px;
            cursor: pointer;
            border-radius: 50%;
            transition: 0.2s;
        }
        
        .lightbox-prev:hover, .lightbox-next:hover {
            background: rgba(255,255,255,0.4);
        }
        
        .lightbox-prev {
            left: -50px;
        }
        
        .lightbox-next {
            right: -50px;
        }
        
        .lightbox-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            background: rgba(0,0,0,0.6);
            padding: 6px 12px;
            border-radius: 40px;
            font-size: 14px;
        }
        
        .main-image-wrapper {
            position: relative;
            cursor: pointer;
        }
        
        .image-overlay {
            position: absolute;
            bottom: 16px;
            right: 16px;
            background: rgba(0,0,0,0.6);
            color: white;
            padding: 6px 12px;
            border-radius: 40px;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 6px;
            opacity: 0;
            transition: opacity 0.2s;
        }
        
        .main-image-wrapper:hover .image-overlay {
            opacity: 1;
        }
        
        @media (max-width: 768px) {
            .lightbox-prev {
                left: 10px;
            }
            .lightbox-next {
                right: 10px;
            }
            .lightbox-prev, .lightbox-next {
                font-size: 24px;
                padding: 12px 16px;
            }
        }
        
        .map-container {
            margin-bottom: 24px;
        }
        
        .map-container #map {
            height: 350px;
            border-radius: 24px;
            overflow: hidden;
        }
        
        .map-placeholder {
            height: 250px;
            border-radius: 24px;
            background: var(--gray-bg);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: var(--gray-text);
        }
        
        .map-placeholder i {
            font-size: 48px;
            margin-bottom: 12px;
            color: var(--border);
        }
        
        .detail-header-new {
            margin-bottom: 20px;
        }

        .detail-header-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 12px;
        }

        .action-icons {
            display: flex;
            gap: 12px;
        }

        .action-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border: 1px solid var(--border);
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            color: var(--gray-text);
            font-size: 18px;
        }

        .action-icon:hover {
            transform: translateY(-2px);
        }

        .report-icon:hover {
            background-color: #FEF2F2;
            border-color: #EF4444;
            color: #EF4444;
        }

        .share-icon:hover {
            background-color: #F0F9FF;
            border-color: var(--primary);
            color: var(--primary);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 16px;
        }

        .status-pending {
            background: #FFF7ED;
            border: 1px solid #FED7AA;
            color: #9A3412;
        }

        .status-rejected {
            background: #FEF2F2;
            border: 1px solid #FEE2E2;
            color: #DC2626;
        }

        /* ===== container / grid ===== */
        .container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width: 576px) { .container { max-width: 540px; } }
        @media (min-width: 768px) { .container { max-width: 720px; } }
        @media (min-width: 992px) { .container { max-width: 960px; } }
        @media (min-width: 1200px) { .container { max-width: 1140px; } }
        @media (min-width: 1400px) { .container { max-width: 1320px; } }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .col-12, .col-md-6, .col-lg-4, .col-xl-3 {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

        .col-12 { flex: 0 0 100%; max-width: 100%; }
        @media (min-width: 768px) { .col-md-6 { flex: 0 0 50%; max-width: 50%; } }
        @media (min-width: 992px) { .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; } }
        @media (min-width: 1200px) { .col-xl-3 { flex: 0 0 25%; max-width: 25%; } }

        /* ===== ریسپانسیو موبایل ===== */
        @media (max-width: 768px) {
            .container {
                padding-right: 12px;
                padding-left: 12px;
            }
            
            .detail-title {
                font-size: 20px !important;
            }
            
            .main-gallery-img {
                height: 250px !important;
            }
            
            .two-columns {
                grid-template-columns: 1fr !important;
                gap: 16px !important;
            }
            
            .thumb-item {
                width: 60px !important;
                height: 60px !important;
            }
            
            .price-large {
                font-size: 22px !important;
            }
            
            .breadcrumb-list {
                padding: 10px 16px !important;
                border-radius: 40px !important;
            }
            
            .breadcrumb-list a,
            .breadcrumb-list span {
                font-size: 12px !important;
            }
            
            .info-card {
                padding: 16px !important;
            }
            
            .host-description {
                padding: 16px !important;
            }
            
            .reviews-header {
                flex-direction: column !important;
                align-items: flex-start !important;
                padding: 16px !important;
            }
            
            .summary-rating {
                padding: 6px 16px !important;
            }
            
            .rating-number {
                font-size: 24px !important;
            }
            
            .reviews-list {
                padding: 0 16px 16px !important;
            }
            
            .detail-code-box {
                font-size: 12px !important;
                padding: 4px 12px !important;
            }
            
            .feature-chip {
                font-size: 12px !important;
                padding: 6px 10px !important;
            }
            
            .features-grid {
                grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
            }
            
            .rules-container {
                padding: 16px !important;
            }
            
            .rules-container ul {
                padding-right: 16px !important;
            }
            
            .detail-header-top {
                flex-direction: column !important;
                align-items: flex-start !important;
                gap: 12px !important;
            }
            
            .action-icons {
                width: 100% !important;
                justify-content: flex-start !important;
            }

            .cities-nav {
                display: none;
            }

            .similar-card {
                flex: 0 0 220px !important;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding-right: 8px;
                padding-left: 8px;
            }
            
            .main-gallery-img {
                height: 200px !important;
            }
            
            .detail-title {
                font-size: 18px !important;
            }
            
            .price-large {
                font-size: 20px !important;
            }
            
            .two-columns {
                gap: 12px !important;
            }
            
            .info-card {
                padding: 12px !important;
                border-radius: 16px !important;
            }
            
            .info-row {
                padding: 10px 0 !important;
                font-size: 13px !important;
            }
            
            .breadcrumb-list {
                padding: 8px 12px !important;
                border-radius: 30px !important;
            }
            
            .thumb-item {
                width: 50px !important;
                height: 50px !important;
            }
            
            .similar-card {
                flex: 0 0 190px !important;
            }

            .similar-card img {
                height: 130px !important;
            }
            
            .btn-call {
                padding: 10px !important;
                font-size: 13px !important;
            }
            
            .reviews-header {
                padding: 12px !important;
            }
            
            .write-review-btn {
                padding: 8px 16px !important;
                font-size: 12px !important;
            }
            
            .form-body {
                padding: 16px !important;
            }
            
            .stars-input label {
                font-size: 24px !important;
            }
            
            .review-text {
                font-size: 13px !important;
            }
            
            .features-grid {
                grid-template-columns: 1fr 1fr !important;
            }
        }

/* --- source: site/residences/detail.blade.php (map marker, from @push('head')) --- */
.residence-map-marker { background: none; border: none; }

    /* ============================================
       فوتر هنری نهایی - بدون نارنجی اضافی
       متن‌ها راست‌چین
    ============================================ */
    
    .footer-art {
        background: #0A2B4E;
        margin-top: 60px;
        position: relative;
    }
    
    /* نوارهای اصلی */
    .art-bars {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .art-bar {
        padding: 24px 40px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        text-align: right;
    }
    
    /* رنگ‌بندی حرفه‌ای هر نوار - فقط آبی‌های مختلف */
    .bar-brand { background: linear-gradient(135deg, #1A4A6E 0%, #0F3550 100%); }
    .bar-links { background: linear-gradient(135deg, #1E5580 0%, #134065 100%); }
    .bar-pages { background: linear-gradient(135deg, #226092 0%, #174C78 100%); }
    .bar-social { background: linear-gradient(135deg, #266BA4 0%, #1A558A 100%); }
    .bar-contact { background: linear-gradient(135deg, #2A76B6 0%, #1D609C 100%); }
    .bar-trust { background: linear-gradient(135deg, #2E81C8 0%, #206AAE 100%); }
    
    /* افکت حرکت نور روی نوارها */
    .art-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
        transition: left 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        pointer-events: none;
    }
    
    .art-bar:hover::before {
        left: 100%;
    }
    
    .art-bar:hover {
        padding-right: 55px;
        background: #1A4A6E;
    }
    
    .art-bar:hover .bar-header i,
    .art-bar:hover .bar-header span,
    .art-bar:hover .brand-mini span,
    .art-bar:hover .brand-desc-full,
    .art-bar:hover .bar-links-group a,
    .art-bar:hover .social-mini-icon,
    .art-bar:hover .contact-full-item,
    .art-bar:hover .contact-full-item i,
    .art-bar:hover .contact-full-item span,
    .art-bar:hover .contact-full-item strong {
        color: #66ccff;
    }
    
    .art-bar:hover .trust-full-group img {
        background: white;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    /* محتوای داخل نوار */
    .bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* برند با توضیحات کامل */
    .brand-full {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .brand-mini {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .brand-mini i {
        font-size: 28px;
        color: #66ccff;
    }
    
    .brand-mini span {
        font-size: 20px;
        font-weight: 800;
        color: white;
    }
    
    .brand-desc-full {
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
        color: #B0D4F0;
        margin: 0;
        max-width: 90%;
    }
    
    /* هدر هر نوار */
    .bar-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .bar-header i {
        font-size: 18px;
        color: #66ccff;
    }
    
    .bar-header span {
        font-size: 15px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.5px;
    }
    
    /* گروه لینک‌ها */
    .bar-links-group {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bar-links-group a {
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        position: relative;
    }
    
    .bar-links-group a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 0;
        height: 1px;
        background: #66ccff;
        transition: width 0.3s;
    }
    
    .bar-links-group a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .bar-links-group a:hover {
        color: #66ccff;
        transform: translateX(3px);
    }
    
    /* شبکه اجتماعی */
    .social-mini-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .social-mini-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        padding: 5px 10px;
        border-radius: 40px;
        background: rgba(255,255,255,0.03);
    }
    
    .social-mini-icon i {
        font-size: 16px;
    }
    
    .social-mini-icon:hover {
        color: #66ccff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }
    
    /* اطلاعات تماس کامل */
    .contact-full-group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .contact-full-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: #B0D4F0;
    }
    
    .contact-full-item i {
        width: 32px;
        height: 32px;
        background: rgba(102, 204, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #66ccff;
    }
    
    .contact-full-item div {
        display: flex;
        flex-direction: column;
    }
    
    .contact-full-item span {
        font-size: 10px;
        color: #7FA8C9;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .contact-full-item strong {
        font-size: 13px;
        font-weight: 600;
        color: white;
    }
    
    /* نمادهای اعتماد */
    .trust-full-group {
        display: flex;
        gap: 15px;
    }
    
    .trust-full-group img {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 12px;
        padding: 6px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    /* کپی‌رایت مینیمال */
    .art-copyright {
        text-align: center;
        padding: 16px;
        background: #051a2f;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .art-copyright span {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.5px;
    }
    
    .copyright-sign {
        font-size: 10px;
        color: #66ccff;
    }
    
    /* ریسپانسیو موبایل */
    @media (max-width: 992px) {
        .art-bar {
            padding: 20px 24px;
        }
        
        .bar-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .brand-desc-full {
            max-width: 100%;
        }
    }
    
    @media (max-width: 768px) {
        .art-bar {
            padding: 18px 20px;
        }
        
        .bar-links-group {
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-mini-group {
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .contact-full-group {
            flex-direction: column;
            gap: 12px;
        }
        
        .trust-full-group {
            flex-wrap: wrap;
        }
        
        .art-bar:hover {
            padding-right: 20px;
        }
        
        .brand-mini span {
            font-size: 18px;
        }
        
        .brand-desc-full {
            font-size: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .bar-links-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-icon {
            width: fit-content;
        }
    }
    


    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .header-logo {
        flex-shrink: 0;
    }
    
    .header-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }
    
    .header-user {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    
    .user-icon {
        background: rgba(102, 204, 255, 0.15);
        color: #66ccff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }
    
    .user-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
        white-space: nowrap;
    }
    
    .user-link:hover {
        color: #F59E0B;
    }
    
    /* موبایل - فاصله از حاشیه */
    @media (max-width: 768px) {
        .header-wrapper {
            padding: 10px 12px;
        }
    }
    
    @media (max-width: 480px) {
        .header-wrapper {
            padding: 8px 10px;
        }
        
        .user-link {
            font-size: 12px;
        }
        
        .user-icon, .user-avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        
        .header-logo img {
            max-height: 42px;
        }
    }

    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
        }
    
    
        @font-face {
            font-family: 'shabnam';
            src: url('{{asset("plugin/shabnam-font-v1.1.0/Farsi-Digits/Shabnam-FD.woff")}}') format('woff');
            font-display: swap;
        }
        * { font-family: 'shabnam', Tahoma, sans-serif; }
        
        body { background: #F8FAFC; color: #1E293B; }

        .d-none { display: none !important; }
        
        .text-primary { color: #66ccff !important; }
        .bg-primary { background: #0A2B4E !important; }
        .btn-primary { background: #0A2B4E !important; border-color: #0A2B4E !important; }
        .btn-success { background: #F59E0B !important; border-color: #F59E0B !important; }
        .btn-success:hover { background: #D97706 !important; }
        
        .promo-banner {
            background: #F59E0B;
            color: #1E293B;
            text-align: center;
            padding: 8px;
            font-size: 13px;
            font-weight: 500;
        }
        .promo-banner a { color: #1E293B; text-decoration: none; font-weight: 700; margin-right: 8px; }
        .promo-banner a:hover { color: white; }
    
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
        }
        
        .tickets-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        /* لینک بازگشت */
        .back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--primary);
            text-decoration: none;
            font-size: 13px;
            margin-bottom: 20px;
            padding: 8px 16px;
            background: white;
            border-radius: 40px;
            border: 1px solid var(--border);
            transition: all 0.2s;
        }
        
        .back-link:hover {
            border-color: var(--primary);
            color: var(--accent);
        }
        
        /* هدر تیکت */
        .ticket-header {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            padding: 20px 24px;
            margin-bottom: 24px;
        }
        
        .ticket-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .ticket-title i {
            color: var(--primary);
        }
        
        .ticket-badge {
            display: inline-block;
            background: var(--gray-bg);
            color: var(--gray-text);
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 12px;
        }
        
        .ticket-badge i {
            margin-left: 4px;
        }
        
        /* لیست پیام‌ها - حالت چت */
        .messages-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 32px;
        }
        
        .message-item {
            display: flex;
            gap: 12px;
            max-width: 80%;
        }
        
        .message-item.me {
            flex-direction: row-reverse;
            align-self: flex-end;
        }
        
        /* آواتار */
        .message-avatar {
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .message-avatar i {
            font-size: 22px;
            color: var(--primary);
        }
        
        .message-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* حباب پیام - اندازه یکسان */
        .message-bubble {
            flex: 0 1 auto;
            max-width: calc(100% - 54px);
            background: white;
            border-radius: 20px;
            padding: 12px 18px;
            border: 1px solid var(--border);
        }
        
        .message-item.me .message-bubble {
            background: var(--secondary);
            border-color: var(--secondary);
        }
        
        /* فرستنده */
        .message-sender {
            font-size: 12px;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 6px;
        }
        
        .message-item.me .message-sender {
            color: rgba(255,255,255,0.7);
        }
        
        /* متن پیام - با شکستن خودکار */
        .message-text {
            font-size: 14px;
            line-height: 1.6;
            color: var(--gray-text);
            word-wrap: break-word;
            white-space: normal;
        }
        
        .message-item.me .message-text {
            color: white;
        }
        
        /* زمان */
        .message-time {
            font-size: 10px;
            color: var(--gray-text);
            direction: ltr;
            display: inline-block;
            margin-top: 6px;
        }
        
        .message-item.me .message-time {
            color: rgba(255,255,255,0.5);
        }
        
        /* فرم پاسخ */
        .reply-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
            margin-top: 24px;
        }
        
        .reply-header {
            background: var(--secondary);
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .reply-header i {
            color: var(--primary);
            font-size: 18px;
        }
        
        .reply-header h3 {
            color: white;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .reply-body {
            padding: 24px;
        }
        
        .reply-textarea {
            width: 100%;
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 14px;
            font-family: inherit;
            font-size: 14px;
            resize: vertical;
            transition: all 0.2s;
        }
        
        .reply-textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .btn-send {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 16px;
        }
        
        .btn-send:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .btn-send:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .error-text {
            color: var(--danger);
            font-size: 12px;
            margin-top: 6px;
            display: block;
        }
        
        /* خالی بودن */
        .empty-messages {
            text-align: center;
            padding: 48px 20px;
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            color: var(--gray-text);
        }
        
        .empty-messages i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        /* پاسخ داده شده */
        .ticket-status {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid var(--border);
        }
        
        .status-badge {
            background: #FEF3C7;
            color: #D97706;
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 12px;
        }
        
        .status-badge.resolved {
            background: #E8F5E9;
            color: #2E7D32;
        }
        
        @media (max-width: 768px) {
            .message-item {
                max-width: 90%;
            }
            
            .message-bubble {
                max-width: calc(100% - 46px);
            }
            
            .message-avatar {
                width: 36px;
                height: 36px;
            }
            
            .message-avatar i {
                font-size: 18px;
            }
            
            .message-bubble {
                padding: 10px 14px;
            }
            
            .reply-body {
                padding: 20px;
            }
        }
    
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
            --warning: #F59E0B;
        }
        
        .form-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        /* دیباگ پنل */
        .debug-panel {
            background: #1a1a2e;
            color: #00ff00;
            border: 2px solid #ff0000;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 20px;
            font-family: 'Courier New', monospace;
            font-size: 12px;
            direction: ltr;
            text-align: left;
            overflow-x: auto;
        }
        
        .debug-panel h4 {
            color: #ff6600;
            margin: 0 0 10px 0;
            font-size: 14px;
        }
        
        .debug-panel .debug-section {
            margin-bottom: 10px;
            padding: 5px;
            border-left: 2px solid #ff6600;
            padding-left: 10px;
        }
        
        .debug-panel .error-text {
            color: #ff4444;
        }
        
        .debug-panel .success-text {
            color: #00ff00;
        }
        
        /* پیشرفت آپلود */
        .upload-progress-container {
            margin-top: 10px;
            display: none;
        }
        
        .upload-progress-container.show {
            display: block;
        }
        
        .upload-progress-bar {
            width: 100%;
            height: 6px;
            background: var(--border);
            border-radius: 3px;
            overflow: hidden;
        }
        
        .upload-progress-fill {
            height: 100%;
            background: var(--success);
            width: 0%;
            transition: width 0.3s ease;
        }
        
        .upload-progress-text {
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 5px;
            text-align: center;
        }
        
        .step-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 2px solid var(--border);
        }
        
        .step-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--secondary);
            margin: 0;
        }
        
        .step-badge {
            background: var(--success);
            color: white;
            padding: 6px 20px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 600;
        }
        
        .form-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            padding: 28px;
            margin-bottom: 24px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        
        .section-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 20px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .form-label i {
            color: var(--primary);
            margin-left: 4px;
        }
        
        .form-label .required {
            color: var(--danger);
            margin-right: 4px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background: white;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .error-text {
            color: var(--danger);
            font-size: 11px;
            margin-top: 4px;
            display: block;
        }
        
        .warning-banner {
            background: #FEF3C7;
            border: 1px solid #FCD34D;
            border-radius: 12px;
            padding: 12px 16px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: #92400E;
        }
        
        .map-container {
            margin-top: 8px;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid var(--border);
        }
        
        #map {
            height: 350px;
            width: 100%;
            background: var(--gray-bg);
        }
        
        .upload-area {
            margin-top: 8px;
        }
        
        .upload-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--gray-bg);
            border: 1px solid var(--border);
            padding: 10px 24px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .upload-btn:hover:not(.disabled) {
            background: var(--border);
            transform: translateY(-1px);
        }
        
        .upload-btn.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .file-input {
            display: none;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
            gap: 12px;
            margin-top: 20px;
        }
        
        .gallery-item {
            position: relative;
            aspect-ratio: 1 / 1;
            border-radius: 16px;
            overflow: hidden;
            border: 2px solid var(--border);
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .gallery-item:hover {
            transform: scale(1.02);
        }
        
        .gallery-item.active {
            border-color: var(--primary);
            box-shadow: 0 0 0 2px rgba(102,204,255,0.3);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .main-badge {
            position: absolute;
            top: 6px;
            right: 6px;
            background: var(--primary);
            color: white;
            font-size: 10px;
            padding: 2px 10px;
            border-radius: 30px;
            font-weight: 600;
        }
        
        .delete-btn {
            position: absolute;
            bottom: 6px;
            left: 6px;
            background: rgba(0,0,0,0.6);
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .delete-btn:hover {
            background: var(--danger);
            transform: scale(1.1);
        }
        
        .empty-item {
            background: var(--gray-bg);
            border: 2px dashed var(--border);
            border-radius: 16px;
            aspect-ratio: 1 / 1;
        }
        
        .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 12px;
            margin-bottom: 24px;
        }
        
        .option-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            background: var(--gray-bg);
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .option-item:hover {
            background: #e2e8f0;
        }
        
        .option-item input {
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: var(--primary);
        }
        
        .option-item label {
            font-size: 13px;
            color: var(--gray-text);
            cursor: pointer;
            margin: 0;
            flex: 1;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-submit:hover:not(:disabled) {
            background: #D97706;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(245,158,11,0.3);
        }
        
        .btn-submit:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .btn-secondary {
            background: #64748B;
        }
        
        .btn-secondary:hover:not(:disabled) {
            background: #475569;
        }
        
        @media (max-width: 768px) {
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .form-group.full-width {
                grid-column: span 1;
            }
            
            .form-card {
                padding: 20px;
            }
            
            .options-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .step-title {
                font-size: 20px;
            }
            
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
            }
        }
    
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
        }
        
        .profile-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        .profile-card {
            background: white;
            border-radius: 28px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        
        .profile-header {
            background: linear-gradient(135deg, var(--secondary) 0%, #1A4A6E 100%);
            padding: 32px;
            text-align: center;
            position: relative;
        }
        
        .avatar-wrapper {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        
        .avatar {
            width: 120px;
            height: 120px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border: 4px solid white;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            transition: all 0.2s;
        }
        
        .avatar:hover {
            transform: scale(1.02);
        }
        
        .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .avatar i {
            font-size: 60px;
            color: var(--primary);
        }
        
        .avatar-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.2s;
        }
        
        .avatar-wrapper:hover .avatar-overlay {
            opacity: 1;
        }
        
        .avatar-overlay i {
            font-size: 30px;
            color: white;
        }
        
        .profile-name {
            font-size: 22px;
            font-weight: 800;
            color: white;
            margin-top: 16px;
            margin-bottom: 4px;
        }
        
        .profile-phone {
            font-size: 14px;
            color: rgba(255,255,255,0.8);
        }
        
        .profile-body {
            padding: 32px;
        }
        
        .form-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 24px;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .form-label i {
            color: var(--primary);
            margin-left: 4px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background: white;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .form-control-custom:disabled {
            background: var(--gray-bg);
            color: var(--gray-text);
        }
        
        .phone-display {
            display: flex;
            align-items: center;
            gap: 12px;
            background: var(--gray-bg);
            border-radius: 12px;
            padding: 12px 16px;
        }
        
        .phone-display span {
            flex: 1;
            font-size: 14px;
            color: var(--secondary);
            direction: ltr;
        }
        
        .phone-badge {
            background: var(--border);
            color: var(--gray-text);
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 11px;
        }
        
        .error-text {
            color: var(--danger);
            font-size: 11px;
            margin-top: 4px;
            display: block;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 24px;
        }
        
        .btn-submit:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .profile-body {
                padding: 24px;
            }
            .form-grid {
                grid-template-columns: 1fr;
            }
            .form-group.full-width {
                grid-column: span 1;
            }
            .avatar {
                width: 100px;
                height: 100px;
            }
            .profile-name {
                font-size: 18px;
            }
        }
    
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
            --warning: #F59E0B;
        }
        
        .dashboard-container {
            padding: 20px 0 40px;
        }
        
        .dashboard-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border);
        }
        
        .dashboard-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary);
            margin: 0;
        }
        
        .logout-btn {
            background: transparent;
            border: 1px solid var(--danger);
            color: var(--danger);
            padding: 8px 20px;
            border-radius: 40px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .logout-btn:hover {
            background: var(--danger);
            color: white;
        }
        
        /* کارت کیف پول - شبیه کارت بانکی */
        .wallet-card {
            background: linear-gradient(135deg, #1E3A5F 0%, #0F2B45 100%);
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 32px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.15);
        }
        
        .wallet-card::before {
            content: "💳";
            position: absolute;
            bottom: -20px;
            right: -20px;
            font-size: 120px;
            opacity: 0.05;
            pointer-events: none;
        }
        
        .card-chip {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 32px;
        }
        
        .chip-icon {
            width: 50px;
            height: 40px;
            background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
            border-radius: 10px;
            position: relative;
        }
        
        .chip-icon::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 8px;
            width: 20px;
            height: 16px;
            background: #B8860B;
            border-radius: 3px;
        }
        
        .card-type {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
            letter-spacing: 2px;
        }
        
        .card-balance {
            margin-bottom: 24px;
        }
        
        .balance-label {
            color: rgba(255,255,255,0.6);
            font-size: 12px;
            margin-bottom: 4px;
        }
        
        .balance-amount {
            font-size: 32px;
            font-weight: 800;
            color: white;
        }
        
        .balance-amount small {
            font-size: 14px;
            font-weight: normal;
        }
        
        .card-number {
            font-family: 'Courier New', monospace;
            font-size: 22px;
            letter-spacing: 2px;
            color: white;
            margin-bottom: 20px;
            text-align: center;
            direction: ltr;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }
        
        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
        }
        
        .card-expiry {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
        }
        
        .wallet-actions {
            display: flex;
            gap: 10px;
        }
        
        .wallet-btn-small {
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.2);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            text-decoration: none;
            display: inline-block;
        }
        
        .wallet-btn-small:hover {
            background: rgba(255,255,255,0.25);
        }
        
        /* منوی اصلی */
        .main-menu {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 16px;
            margin-bottom: 32px;
        }
        
        .menu-card {
            background: white;
            border-radius: 20px;
            padding: 20px 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid var(--border);
            transition: all 0.3s;
        }
        
        .menu-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
            border-color: var(--primary);
        }
        
        .menu-icon {
            width: 55px;
            height: 55px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
        }
        
        .menu-icon i {
            font-size: 26px;
            color: var(--primary);
        }
        
        .menu-card h4 {
            font-size: 15px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .menu-card p {
            font-size: 11px;
            color: var(--gray-text);
        }
        
        /* پیام خوانده نشده */
        .unread-alert {
            background: #FEF3C7;
            border-radius: 16px;
            padding: 14px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
        }
        
        .read-messages-btn {
            background: var(--warning);
            color: #1E293B;
            border: none;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            cursor: pointer;
        }
        
        /* تب‌ها */
        .tabs-container {
            background: white;
            border-radius: 20px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .tabs-header {
            background: var(--gray-bg);
            padding: 12px 16px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            scrollbar-width: thin;
            -webkit-overflow-scrolling: touch;
        }
        
        .tabs-header::-webkit-scrollbar {
            height: 3px;
        }
        
        .tabs-header::-webkit-scrollbar-track {
            background: var(--border);
            border-radius: 10px;
        }
        
        .tabs-header::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
        .tab-btn {
            background: transparent;
            border: none;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            color: var(--gray-text);
            cursor: pointer;
            transition: all 0.2s;
            border-radius: 40px;
            display: inline-block;
        }
        
        .tab-btn.active {
            background: var(--secondary);
            color: white;
        }
        
        .tab-content {
            padding: 24px;
        }
        
        .tab-pane {
            display: none;
        }
        
        .tab-pane.active {
            display: block;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* لیست اقامتگاه‌ها */
        .properties-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }
        
        .property-item {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.3s;
            position: relative;
        }
        
        .property-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
        }
        
        /* استایل کانتینر تصویر برای موقعیت‌دهی نشانگر وضعیت */
        .property-image-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
        }
        
        .property-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .property-item:hover .property-image {
            transform: scale(1.05);
        }
        
        /* نشانگر وضعیت در بالای تصویر */
        .property-status-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 5;
            background: rgba(0,0,0,0.7);
            backdrop-filter: blur(4px);
            border-radius: 40px;
            padding: 4px 12px;
            font-size: 11px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            white-space: nowrap;
        }
        
        /* وضعیت در حال بررسی */
        .status-pending {
            background: #fef3c7;
            color: #92400e;
        }
        
        /* وضعیت رد شده */
        .status-rejected {
            background: #fee2e2;
            color: #991b1b;
        }
        
        /* وضعیت تایید شده */
        .status-approved {
            background: #ecfdf5;
            color: #047857;
        }
        
        .property-info {
            padding: 16px;
        }
        
        .property-title {
            font-size: 15px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .property-stats {
            display: flex;
            gap: 12px;
            font-size: 12px;
            color: var(--gray-text);
            margin-bottom: 12px;
        }
        
        .property-stats i {
            color: var(--primary);
        }
        
        .property-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .btn-sm {
            padding: 6px 14px;
            font-size: 12px;
            border-radius: 40px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            border: none;
        }
        
        .btn-outline {
            background: transparent;
            color: var(--secondary);
            border: 1px solid var(--border);
        }
        
        .btn-primary {
            background: var(--secondary);
            color: white;
        }
        
        .btn-danger {
            background: var(--danger);
            color: white;
        }
        
        /* درخواست‌ها و رزروها */
        .request-item, .reservation-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            padding: 16px;
            background: var(--gray-bg);
            border-radius: 16px;
            margin-bottom: 12px;
        }
        
        .request-residence, .reservation-residence {
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .request-details, .reservation-details {
            display: flex;
            gap: 16px;
            font-size: 12px;
            color: var(--gray-text);
            flex-wrap: wrap;
        }
        
        .request-details i, .reservation-details i {
            color: var(--primary);
        }
        
        .request-status, .reservation-status {
            font-size: 12px;
            margin-top: 6px;
        }
        
        .request-status.pending, .reservation-status.pending {
            color: var(--warning);
        }
        
        .request-status.confirmed, .reservation-status.confirmed {
            color: var(--success);
        }
        
        .request-status.cancelled, .reservation-status.cancelled {
            color: var(--danger);
        }
        
        .request-amount, .reservation-amount {
            font-size: 18px;
            font-weight: 800;
            color: var(--secondary);
--
    
	        :root {
	            --primary: #66ccff;
	            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
	            --border: #E2E8F0;
	        }

	        #login-page {
	            width: 100%;
	            max-width: 100%;
	            overflow-x: hidden;
	        }

	        .login-container {
	            min-height: calc(100dvh - 260px);
	            display: flex;
	            align-items: flex-start;
	            justify-content: center;
	            padding: clamp(24px, 5vw, 56px) 16px;
	        }

	        .login-card {
	            max-width: 520px;
	            width: 100%;
	            background: white;
	            border-radius: 28px;
	            border: 1px solid var(--border);
	            padding: clamp(28px, 5vw, 42px) clamp(20px, 5vw, 36px);
	            text-align: center;
	            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
	            overflow: visible;
	        }

	        .login-icon {
	            width: 72px;
	            height: 72px;
	            background: linear-gradient(135deg, var(--secondary) 0%, #1A4A6E 100%);
	            border-radius: 50%;
	            display: flex;
	            align-items: center;
	            justify-content: center;
	            margin: 0 auto 24px;
	            flex: 0 0 72px;
	        }

	        .login-icon i {
	            font-size: 34px;
	            color: var(--primary);
	        }
        
        .login-title {
            font-size: 26px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 12px;
        }
        
	        .login-subtitle {
	            color: var(--gray-text);
	            font-size: 14px;
	            margin-bottom: 28px;
	            line-height: 1.9;
	        }
        
        .phone-input {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid var(--border);
            border-radius: 60px;
            font-size: 16px;
	            text-align: center;
	            font-family: inherit;
	            transition: all 0.2s;
	            direction: ltr;
	            min-height: 52px;
	        }
        
        .phone-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .error-text {
            color: #EF4444;
            font-size: 12px;
            margin-top: 8px;
            display: block;
        }
        
        .terms-text {
            font-size: 12px;
            color: var(--gray-text);
            margin: 20px 0;
        }
        
        .terms-text a {
            color: var(--primary);
            text-decoration: none;
        }
        
	        .btn-continue {
	            width: 100%;
	            background: var(--accent);
            color: white;
            border: none;
            border-radius: 60px;
            padding: 14px;
            font-size: 16px;
	            font-weight: 700;
	            cursor: pointer;
	            transition: all 0.2s;
	            min-height: 52px;
	            display: inline-flex;
	            align-items: center;
	            justify-content: center;
	            gap: 8px;
	        }
        
        .btn-continue:hover {
            background: #D97706;
            transform: translateY(-1px);
        }
        
        .btn-continue:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .phone-display {
            background: var(--gray-bg);
            border-radius: 60px;
            padding: 12px 20px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 28px;
        }
        
        .phone-number {
            font-size: 16px;
            font-weight: 600;
            color: var(--secondary);
            direction: ltr;
            display: inline-block;
        }
        
        .edit-phone {
            font-size: 12px;
            color: var(--primary);
            cursor: pointer;
            text-decoration: none;
        }
        
	        .otp-container {
	            display: flex;
	            justify-content: center;
	            flex-wrap: wrap;
	            gap: 12px;
	            margin: 24px 0;
	            direction: ltr;
        }
        
        .otp-input {
            width: 55px;
            height: 55px;
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            border: 1px solid var(--border);
            border-radius: 16px;
            background: var(--gray-bg);
            transition: all 0.2s;
            -moz-appearance: textfield;
            appearance: textfield;
        }
        
        .otp-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .otp-input::-webkit-outer-spin-button,
        .otp-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .timer-btn {
            background: transparent;
            border: 1px solid var(--border);
            border-radius: 60px;
            padding: 8px 20px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 8px;
        }
        
        .timer-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .resend-text {
            font-size: 12px;
            color: var(--gray-text);
        }
        
	        .btn-verify {
	            width: 100%;
	            background: var(--accent);
            color: white;
            border: none;
            border-radius: 60px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
	            cursor: pointer;
	            transition: all 0.2s;
	            margin-top: 16px;
	            min-height: 52px;
	            display: inline-flex;
	            align-items: center;
	            justify-content: center;
	            gap: 8px;
	        }
        
        .btn-verify:hover {
            background: #D97706;
        }
        
	        @media (max-width: 480px) {
	            .login-container {
	                min-height: auto;
	                padding: 22px 0 34px;
	            }
	            .login-card {
	                border-radius: 22px;
	                padding: 26px 18px;
	            }
	            .login-title {
	                font-size: 22px;
	            }
	            .login-icon {
	                width: 64px;
	                height: 64px;
	                flex-basis: 64px;
	                margin-bottom: 18px;
	            }
	            .login-icon i {
	                font-size: 30px;
	            }
	            .otp-input {
	                width: 45px;
	                height: 45px;
                font-size: 20px;
            }
            .otp-container {
                gap: 8px;
            }
        }
    

    .support-assistant {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        font-family: 'shabnam', Tahoma, sans-serif;
    }

    .support-assistant__toggle {
        width: 55px;
        height: 55px;
        background: #F59E0B;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        transition: all 0.2s;
    }

    .support-assistant__toggle:hover {
        transform: scale(1.05);
        background: #D97706;
    }

    .support-assistant__toggle i {
        font-size: 26px;
        color: white;
    }

    .support-assistant__panel {
        position: absolute;
        bottom: 70px;
        right: 0;
        width: 320px;
        max-width: calc(100vw - 40px);
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        display: none;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #E2E8F0;
    }

    .support-assistant__panel.show {
        display: flex;
    }

    .support-assistant__header {
        background: #0A2B4E;
        color: white;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .support-assistant__header h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .support-assistant__header h4 i {
        color: #66ccff;
        margin-left: 6px;
    }

    .support-assistant__header .close-btn {
        cursor: pointer;
        font-size: 18px;
        opacity: 0.7;
        padding: 0 5px;
    }

    .support-assistant__messages {
        height: 350px;
        padding: 12px;
        overflow-y: auto;
        background: #F8FAFC;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .support-assistant__message--bot {
        background: white;
        padding: 8px 12px;
        border-radius: 16px;
        border-top-right-radius: 4px;
        max-width: 85%;
        align-self: flex-start;
        font-size: 12px;
        color: #1E293B;
        border: 1px solid #E2E8F0;
        line-height: 1.5;
    }

    .support-assistant__message--user {
        background: #66ccff;
        color: #0A2B4E;
        padding: 8px 12px;
        border-radius: 16px;
        border-top-left-radius: 4px;
        max-width: 85%;
        align-self: flex-end;
        font-size: 12px;
    }

    .support-assistant__quick-actions {
        padding: 10px 12px;
        border-top: 1px solid #E2E8F0;
        background: white;
    }

    .support-assistant__quick-title {
        font-size: 10px;
        color: #64748B;
        margin-bottom: 8px;
    }

    .support-assistant__quick-list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .support-assistant__quick-btn {
        background: #F1F5F9;
        padding: 5px 10px;
        border-radius: 30px;
        font-size: 11px;
        cursor: pointer;
        transition: all 0.2s;
        color: #0A2B4E;
    }

    .support-assistant__quick-btn:hover {
        background: #66ccff;
        color: white;
    }

    .support-assistant__input {
        display: flex;
        padding: 10px 12px;
        border-top: 1px solid #E2E8F0;
        background: white;
        gap: 8px;
    }

    .support-assistant__input input {
        flex: 1;
        border: 1px solid #E2E8F0;
        border-radius: 40px;
        padding: 8px 14px;
        font-size: 12px;
        outline: none;
    }

    .support-assistant__input input:focus {
        border-color: #66ccff;
    }

    .support-assistant__input button {
        background: #F59E0B;
        border: none;
        border-radius: 40px;
        padding: 8px 16px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        font-size: 12px;
    }

    @media (max-width: 480px) {
        .support-assistant__panel {
            width: 300px;
            right: -10px;
            bottom: 65px;
        }

        .support-assistant__messages {
            height: 300px;
        }

        .support-assistant__toggle {
            width: 48px;
            height: 48px;
        }

        .support-assistant__toggle i {
            font-size: 22px;
        }
    }


    /* ============================================
       فوتر هنری نهایی - بدون نارنجی اضافی
       متن‌ها راست‌چین
    ============================================ */
    
    .footer-art {
        background: #0A2B4E;
        margin-top: 60px;
        position: relative;
    }
    
    /* نوارهای اصلی */
    .art-bars {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .art-bar {
        padding: 24px 40px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        text-align: right;
    }
    
    /* رنگ‌بندی حرفه‌ای هر نوار - فقط آبی‌های مختلف */
    .bar-brand { background: linear-gradient(135deg, #1A4A6E 0%, #0F3550 100%); }
    .bar-links { background: linear-gradient(135deg, #1E5580 0%, #134065 100%); }
    .bar-pages { background: linear-gradient(135deg, #226092 0%, #174C78 100%); }
    .bar-social { background: linear-gradient(135deg, #266BA4 0%, #1A558A 100%); }
    .bar-contact { background: linear-gradient(135deg, #2A76B6 0%, #1D609C 100%); }
    .bar-trust { background: linear-gradient(135deg, #2E81C8 0%, #206AAE 100%); }
    
    /* افکت حرکت نور روی نوارها */
    .art-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
        transition: left 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        pointer-events: none;
    }
    
    .art-bar:hover::before {
        left: 100%;
    }
    
    .art-bar:hover {
        padding-right: 55px;
        background: #1A4A6E;
    }
    
    .art-bar:hover .bar-header i,
    .art-bar:hover .bar-header span,
    .art-bar:hover .brand-mini span,
    .art-bar:hover .brand-desc-full,
    .art-bar:hover .bar-links-group a,
    .art-bar:hover .social-mini-icon,
    .art-bar:hover .contact-full-item,
    .art-bar:hover .contact-full-item i,
    .art-bar:hover .contact-full-item span,
    .art-bar:hover .contact-full-item strong {
        color: #66ccff;
    }
    
    .art-bar:hover .trust-full-group img {
        background: white;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    /* محتوای داخل نوار */
    .bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* برند با توضیحات کامل */
    .brand-full {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .brand-mini {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .brand-mini i {
        font-size: 28px;
        color: #66ccff;
    }
    
    .brand-mini span {
        font-size: 20px;
        font-weight: 800;
        color: white;
    }
    
    .brand-desc-full {
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
        color: #B0D4F0;
        margin: 0;
        max-width: 90%;
    }
    
    /* هدر هر نوار */
    .bar-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .bar-header i {
        font-size: 18px;
        color: #66ccff;
    }
    
    .bar-header span {
        font-size: 15px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.5px;
    }
    
    .bar-toggle-icon {
        display: none;
        font-size: 13px;
        color: #66ccff;
        transition: transform 0.3s ease;
        margin-right: auto;
    }
    
    /* گروه لینک‌ها */
    .bar-links-group {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bar-links-group a {
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        position: relative;
    }
    
    .bar-links-group a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 0;
        height: 1px;
        background: #66ccff;
        transition: width 0.3s;
    }
    
    .bar-links-group a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .bar-links-group a:hover {
        color: #66ccff;
        transform: translateX(3px);
    }
    
    /* شبکه اجتماعی */
    .social-mini-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .social-mini-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        padding: 5px 10px;
        border-radius: 40px;
        background: rgba(255,255,255,0.03);
    }
    
    .social-mini-icon i {
        font-size: 16px;
    }
    
    .social-mini-icon:hover {
        color: #66ccff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }
    
    /* اطلاعات تماس کامل */
    .contact-full-group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .contact-full-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: #B0D4F0;
    }
    
    .contact-full-item i {
        width: 32px;
        height: 32px;
        background: rgba(102, 204, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #66ccff;
    }
    
    .contact-full-item div {
        display: flex;
        flex-direction: column;
    }
    
    .contact-full-item span {
        font-size: 10px;
        color: #7FA8C9;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .contact-full-item strong {
        font-size: 13px;
        font-weight: 600;
        color: white;
    }
    
    /* نمادهای اعتماد */
    .trust-full-group {
        display: flex;
        gap: 15px;
    }
    
    .trust-full-group img {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 12px;
        padding: 6px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    /* کپی‌رایت مینیمال */
    .art-copyright {
        text-align: center;
        padding: 16px;
        background: #051a2f;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .art-copyright span {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.5px;
    }
    
    .copyright-sign {
        font-size: 10px;
        color: #66ccff;
    }
    
    /* ریسپانسیو موبایل */
    @media (max-width: 992px) {
        .art-bar {
            padding: 20px 24px;
        }
        
        .bar-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .brand-desc-full {
            max-width: 100%;
        }
    }
    
 @media (max-width: 768px) {
        .art-bar {
            padding: 18px 20px;
        }

        .bar-header,
        .brand-mini {
            width: 100%;
            justify-content: space-between;
            cursor: pointer;
        }

        .bar-toggle-icon {
            display: inline-flex;
        }

        .art-bar.bar-open .bar-toggle-icon {
            transform: rotate(180deg);
        }

        .bar-body {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            margin-top: 0;
            transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.35s ease;
        }

        .art-bar.bar-open .bar-body {
            max-height: 600px;
            opacity: 1;
            margin-top: 14px;
        }

        .bar-links-group {
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-mini-group {
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .contact-full-group {
            flex-direction: column;
            gap: 12px;
        }
        
        .trust-full-group {
            flex-wrap: wrap;
        }
        
        .art-bar:hover {
            padding-right: 20px;
        }
        
        .brand-mini span {
            font-size: 18px;
        }
        
        .brand-desc-full {
            font-size: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .bar-links-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-icon {
            width: fit-content;
        }
    }
    


    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .header-logo {
        flex-shrink: 0;
    }
    
    .header-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }
    
    .header-user {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    
    .user-icon {
        background: rgba(102, 204, 255, 0.15);
        color: #66ccff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }
    
    .user-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
        white-space: nowrap;
    }
    
    .user-link:hover {
        color: #F59E0B;
    }
    
    /* موبایل - فاصله از حاشیه */
    @media (max-width: 768px) {
        .header-wrapper {
            padding: 10px 12px;
        }
    }
    
    @media (max-width: 480px) {
        .header-wrapper {
            padding: 8px 10px;
        }
        
        .user-link {
            font-size: 12px;
        }
        
        .user-icon, .user-avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        
        .header-logo img {
            max-height: 42px;
        }
    }

    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .breadcrumb-section {
            margin: 15px 0 20px;
        }
        
        .breadcrumb-list {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            background: white;
            padding: 12px 20px;
            border-radius: 60px;
            border: 1px solid var(--border);
        }
        
        .breadcrumb-list a {
            color: var(--primary);
            text-decoration: none;
            font-size: 13px;
        }
        
        .detail-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .detail-code-box {
            background: var(--gray-bg);
            padding: 6px 16px;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 16px;
            border: 1px solid var(--border);
            font-size: 14px;
        }
        
        .detail-code-box i {
            color: var(--primary);
        }
        
        .detail-location {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }
        
        .location-info {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .location-info i {
            color: var(--primary);
        }
        
        .gallery-container {
            margin-bottom: 24px;
        }
        
        .main-gallery-img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 24px;
        }
        
        .gallery-thumbs {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            overflow-x: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
        }
        
        .thumb-item {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.2s;
        }
        
        .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .thumb-item:hover {
            transform: scale(1.05);
        }
        
        .thumb-active {
            border-color: var(--primary);
        }
        
        .gallery-thumbs::-webkit-scrollbar {
            height: 4px;
        }
        
        .gallery-thumbs::-webkit-scrollbar-track {
            background: var(--border);
            border-radius: 10px;
        }
        
        .gallery-thumbs::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
        .two-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-bottom: 24px;
        }
        
        .info-card {
            background: white;
            border-radius: 24px;
            padding: 24px;
            border: 1px solid var(--border);
        }
        
        .type-badge {
            background: var(--secondary);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
        }
        
        .price-large {
            font-size: 26px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        .info-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .info-row:last-child {
            border-bottom: none;
        }
        
        .info-row i {
            width: 24px;
            color: var(--primary);
        }
        
        .btn-call {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-weight: 700;
            width: 100%;
            cursor: pointer;
            text-align: center;
            margin-top: 16px;
            transition: all 0.2s;
        }
        
        .btn-call:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .host-description {
            background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 24px;
            border-right: 4px solid var(--primary);
        }
        
        .features-section {
            margin-bottom: 24px;
        }
        
        .features-category {
            margin-bottom: 20px;
        }
        
        .features-category h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 10px;
        }
        
        .feature-chip {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            background: var(--gray-bg);
            border-radius: 40px;
            font-size: 13px;
            transition: all 0.2s;
        }
        
        .feature-chip.disabled {
            opacity: 0.6;
            background: #F1F5F9;
        }
        
        .feature-chip.disabled .text-muted {
            color: #94A3B8;
        }
        
        .feature-chip i {
            font-size: 14px;
        }
        
        .rules-container {
            background: #FEF3C7;
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 24px;
        }
        
        .rules-container h3 {
            color: #92400E;
            margin-bottom: 12px;
        }
        
        .rules-container ul {
            padding-right: 20px;
            color: #92400E;
        }

        .similar-section {
            margin: 32px 0;
        }

        .similar-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary);
        }

        .similar-card {
            scroll-snap-align: start;
            flex: 0 0 260px;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.3s;
        }

        .similar-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.15);
        }

        .similar-card img {
            width: 100%;
            height: 160px;
            object-fit: cover;
        }
        
        .similar-card-content {
            padding: 12px;
        }
        
        .similar-card-title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--secondary);
        }
        
        .similar-price {
            font-size: 16px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        .similar-view-btn {
            background: var(--accent);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            text-decoration: none;
            font-size: 12px;
            display: inline-block;
            transition: all 0.2s;
        }
        
        .similar-view-btn:hover {
            background: #D97706;
        }

        .cities-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 20px;
        }

        .cities-nav {
            display: flex;
            gap: 8px;
        }

        .cities-nav-btn {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1px solid var(--border);
            background: white;
            color: var(--secondary);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
            flex-shrink: 0;
        }

        .cities-nav-btn:hover:not(:disabled) {
            background: var(--secondary);
            color: white;
            border-color: var(--secondary);
        }

        .cities-nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .cities-slider-wrap {
            position: relative;
        }

        .cities-slider {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            padding: 2px 2px 10px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .cities-slider::-webkit-scrollbar { display: none; }

        @media (max-width: 768px) {
            .two-columns {
                grid-template-columns: 1fr;
            }
            .main-gallery-img {
                height: 250px;
            }
            .detail-title {
                font-size: 20px;
            }
            .thumb-item {
                width: 60px;
                height: 60px;
            }
        }
        
        /* بخش نظرات */
        .reviews-section {
            margin: 32px 0;
            background: white;
            border-radius: 28px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        
        .reviews-header {
            padding: 24px 28px;
            background: linear-gradient(135deg, #F8FAFE 0%, #FFFFFF 100%);
            border-bottom: 1px solid var(--border);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        
        .reviews-summary {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .summary-rating {
            display: flex;
            align-items: baseline;
            gap: 4px;
            background: var(--secondary);
            padding: 8px 20px;
            border-radius: 60px;
        }
        
        .rating-number {
            font-size: 28px;
            font-weight: 800;
            color: white;
        }
        
        .rating-out {
            font-size: 13px;
            color: rgba(255,255,255,0.8);
        }
        
        .summary-stars i {
            color: #F59E0B;
            font-size: 18px;
            margin: 0 2px;
        }
        
        .summary-count {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .review-form-card {
            margin: 24px 28px;
            background: var(--gray-bg);
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .form-header {
            background: var(--secondary);
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .form-header i {
            color: var(--primary);
            font-size: 20px;
        }
        
        .form-header h4 {
            color: white;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .form-body {
            padding: 24px;
        }
        
        .rating-input-group {
            display: flex;
            align-items: center;
            gap: 16px;
--
    
        .residence-map-marker { background: none; border: none; }
    
    
:root {
    --primary: #66ccff;
    --secondary: #0A2B4E;
    --accent: #F59E0B;
    --gray-50: #F8FAFC;
    --gray-100: #F1F5F9;
    --gray-500: #64748B;
    --gray-700: #334155;
    --border: #E2E8F0;
}

.residences-index-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ===== Container / Grid system ===== */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-md-6, .col-lg-4, .col-xl-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 768px) { .col-md-6 { flex: 0 0 50%; max-width: 50%; } }
@media (min-width: 992px) { .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; } }
@media (min-width: 1200px) { .col-xl-3 { flex: 0 0 25%; max-width: 25%; } }


/* ===== Quick nav ===== */
.nav-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 30px;
}

.nav-quick-item {
    flex: 1 0 auto;
    background: white;
    text-align: center;
    padding: 14px 8px;
    border-radius: 60px;
    text-decoration: none;
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--border);
    transition: all 0.2s;
}

.nav-quick-item i {
    color: var(--primary);
    margin-left: 8px;
}

.nav-quick-item:hover {
    transform: translateY(-2px);
    border-color: var(--primary);
}

/* ===== Unified destination search ===== */
.destination-search {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 8px 8px 14px;
    border: 1px solid var(--border);
    margin-bottom: 20px;
}

.destination-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--gray-50);
    border-radius: 60px;
    padding: 6px 6px 6px 6px;
}

.destination-icon {
    color: var(--gray-500);
    margin-right: 14px;
    flex-shrink: 0;
}

.destination-input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 15px;
    padding: 12px 4px;
    min-width: 0;
    color: var(--gray-700);
}

.destination-clear {
    color: var(--gray-500);
    cursor: pointer;
    opacity: 0.6;
    padding: 0 6px;
}

.destination-clear:hover { opacity: 1; }

.destination-submit {
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 60px;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.destination-hint {
    font-size: 12px;
    color: var(--gray-500);
    margin: 10px 18px 0;
}

.destination-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 8px;
    left: 8px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.14);
    border: 1px solid var(--border);
    z-index: 1000;
    padding: 10px 0;
    max-height: 340px;
    overflow-y: auto;
}

.destination-group-title {
    font-size: 12px;
    font-weight: 700;
    color: #e67e22;
    padding: 6px 18px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.destination-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 18px 12px;
}

.destination-chip {
    background: #fffbeb;
    border: 1px solid #fbd38d;
    color: #b45309;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.15s;
}

.destination-chip:hover {
    background: #fef3c7;
    transform: translateY(-1px);
}

.destination-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 13px;
    color: var(--gray-700);
    transition: background 0.15s;
}

.destination-item:hover { background: #ebf5ff; }

.destination-item .item-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.destination-item .item-badge {
    margin-right: auto;
    font-size: 11px;
    color: var(--gray-500);
}

.destination-item.all { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 12px; }
.destination-item.search-text-item { color: var(--secondary); font-weight: 600; }

/* ===== Fullscreen takeover on mobile ===== */
.type-tabs-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-tabs-row .type-tabs-inline {
    flex: 1;
    min-width: 0;
}

.type-tabs-close {
    display: none;
    background: var(--gray-50);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .type-tabs-close { display: flex; }
}

@media (max-width: 768px) {
    .destination-search.destination-search-active {
        position: fixed !important;
        inset: 0 !important;
        z-index: 2100;
        border-radius: 0;
        border: none;
        margin: 0;
        padding: 10px 10px 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: 100dvh;
        background: white;
        animation: fadeInFull 0.15s ease;
    }

    .destination-search-active .destination-back {
        display: flex;
    }

    .destination-search-active .destination-input-wrap {
        flex-shrink: 0;
    }

    .destination-search-active .destination-hint {
        flex-shrink: 0;
    }

    .destination-search-active .type-tabs-inline {
        flex-shrink: 0;
    }

    .destination-search-active .destination-dropdown {
        position: static !important;
        flex: 1;
        width: auto;
        margin: 10px 0 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        max-height: none !important;
        overflow-y: auto;
        padding-bottom: 30px;
    }

    .destination-input {
        font-size: 16px; /* جلوگیری از زوم خودکار سافاری موقع فوکوس */
    }

    .destination-backdrop {
        display: none !important;
    }
}

@keyframes fadeInFull {
    from { opacity: 0; }
    to { opacity: 1; }
}

body.destination-open {
    overflow: hidden;
}

/* ===== People counter ===== */

.counter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--gray-50);
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.15s;
}

.counter-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.counter-btn:disabled { opacity: 0.35; cursor: not-allowed; }

.counter-value {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-700);
    min-width: 70px;
    text-align: center;
    white-space: nowrap;
}

/* ===== Chip toggles (residence type / amenities) ===== */
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 30px;
    border: 1.5px solid var(--border);
    background: white;
    font-size: 12.5px;
    color: var(--gray-700);
    cursor: pointer;
    transition: all 0.15s;
    user-select: none;
}

.chip-toggle:hover { border-color: var(--primary); }

.chip-toggle:has(input:checked) {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.chip-input { display: none; }

/* ===== Filters row ===== */
.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

/* ===== Page header ===== */
.page-header { margin: 30px 0 20px; }

.page-header h1,
.page-header h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 8px;
}

.page-header p {
    color: var(--gray-500);
    font-size: 14px;
}

/* ===== Properties grid / cards ===== */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 20px;
    margin: 30px 0;
    width: 100%;
}

.property-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid var(--border);
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
}

.card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 16px;
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 8px;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-location {
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.card-location span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-location i { color: var(--primary); }

.price-tag {
    background: var(--gray-50);
--
    
        .residence-unavailable {
            min-height: 55vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 48px 16px;
        }

        .residence-unavailable__box {
            width: min(100%, 620px);
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            padding: 32px;
            text-align: center;
            box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
        }

        .residence-unavailable__icon {
            width: 64px;
            height: 64px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #eff6ff;
            color: #0a2b4e;
            margin-bottom: 18px;
            font-size: 28px;
        }

        .residence-unavailable h1 {
            color: #0a2b4e;
            font-size: 24px;
            margin: 0 0 12px;
        }

        .residence-unavailable p {
            color: #475569;
            line-height: 1.8;
            margin: 0;
            direction: ltr;
            overflow-wrap: anywhere;
        }
    
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
        }
    
    
        @font-face {
            font-family: 'shabnam';
            src: url('{{asset("plugin/shabnam-font-v1.1.0/Farsi-Digits/Shabnam-FD.woff")}}') format('woff');
            font-display: swap;
        }
        * { font-family: 'shabnam', Tahoma, sans-serif; }

        body { background: #F8FAFC; color: #1E293B; }

        .d-none { display: none !important; }

        .text-primary { color: #66ccff !important; }
        .bg-primary { background: #0A2B4E !important; }
        .btn-primary { background: #0A2B4E !important; border-color: #0A2B4E !important; }
        .btn-success { background: #F59E0B !important; border-color: #F59E0B !important; }
        .btn-success:hover { background: #D97706 !important; }

        .promo-banner {
            background: #F59E0B;
            color: #1E293B;
            text-align: center;
            padding: 8px;
            font-size: 13px;
            font-weight: 500;
        }
        .promo-banner a { color: #1E293B; text-decoration: none; font-weight: 700; margin-right: 8px; }
        .promo-banner a:hover { color: white; }
    
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .page-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        .page-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        }
        
        .page-header {
            background: var(--secondary);
            padding: 24px 28px;
            border-bottom: 3px solid var(--primary);
        }
        
        .page-header h1 {
            color: white;
            font-size: 26px;
            font-weight: 800;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .page-header h1 i {
            color: var(--primary);
            font-size: 28px;
        }
        
        .page-body {
            padding: 32px 36px;
        }
        
        .page-content {
            font-size: 16px;
            line-height: 1.8;
            color: var(--gray-text);
            text-align: justify;
        }
        
        .page-content h2 {
            font-size: 22px;
            color: var(--secondary);
            margin: 24px 0 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .page-content h3 {
            font-size: 18px;
            color: var(--secondary);
            margin: 20px 0 12px;
        }
        
        .page-content p {
            margin-bottom: 16px;
        }
        
        .page-content ul, .page-content ol {
            margin: 16px 0;
            padding-right: 24px;
        }
        
        .page-content li {
            margin-bottom: 8px;
        }
        
        .page-content a {
            color: var(--primary);
            text-decoration: none;
        }
        
        .page-content a:hover {
            color: var(--accent);
        }
        
        .page-content strong {
            color: var(--secondary);
        }
        
        .page-content img {
            max-width: 100%;
            border-radius: 16px;
            margin: 20px 0;
        }
        
        @media (max-width: 768px) {
            .page-container {
                padding: 12px;
            }
            
            .page-header {
                padding: 18px 20px;
            }
            
            .page-header h1 {
                font-size: 20px;
            }
            
            .page-header h1 i {
                font-size: 22px;
            }
            
            .page-body {
                padding: 20px 24px;
            }
            
            .page-content {
                font-size: 14px;
            }
        }
    
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .page-header {
            margin: 20px 0 30px;
            text-align: center;
        }
        
        .page-header h2 {
            font-size: 28px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .page-header p {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .form-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .form-header {
            background: var(--secondary);
            padding: 16px 24px;
            border-bottom: 3px solid var(--primary);
        }
        
        .form-header h3 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }
        
        .form-header i {
            color: var(--primary);
            margin-left: 8px;
        }
        
        .form-body {
            padding: 24px;
        }
        
        .info-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .info-header {
            background: var(--secondary);
            padding: 16px 24px;
            border-bottom: 3px solid var(--primary);
        }
        
        .info-header h3 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }
        
        .info-body {
            padding: 24px;
        }
        
        .contact-info-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 14px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .contact-info-item:last-child {
            border-bottom: none;
        }
        
        .contact-info-item i {
            width: 40px;
            height: 40px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 18px;
        }
        
        .contact-info-item span {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--secondary);
            font-size: 13px;
        }
        
        .form-group label i {
            color: var(--primary);
            margin-left: 6px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            transition: all 0.2s;
            font-family: inherit;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .form-control-custom:disabled {
            background: var(--gray-bg);
            color: var(--gray-text);
        }
        
        select.form-control-custom {
            cursor: pointer;
        }
        
        textarea.form-control-custom {
            resize: vertical;
            min-height: 140px;
        }
        
        .alert-box {
            background: #FEF3C7;
            border-right: 4px solid #F59E0B;
            padding: 16px;
            border-radius: 12px;
            margin-bottom: 24px;
            text-align: center;
        }
        
        .alert-box p {
            margin-bottom: 12px;
            color: #92400E;
        }
        
        .login-link {
            display: inline-block;
            background: var(--accent);
            color: white;
            padding: 10px 24px;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s;
        }
        
        .login-link:hover {
            background: #D97706;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-submit:hover:not(:disabled) {
            background: #D97706;
            transform: translateY(-1px);
        }
        
        .btn-submit:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .error-text {
            color: #EF4444;
            font-size: 12px;
            margin-top: 6px;
            display: block;
        }
        
        @media (max-width: 768px) {
            .contact-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .page-header h2 {
                font-size: 22px;
            }
            
            .form-body, .info-body {
                padding: 16px;
            }
        }
    
===== USER CSS =====
/* SOURCE: resources/views/panels/user/components/footer.blade.php */

    /* ============================================
       فوتر هنری نهایی - بدون نارنجی اضافی
       متن‌ها راست‌چین
    ============================================ */
    
    .footer-art {
        background: #0A2B4E;
        margin-top: 60px;
        position: relative;
    }
    
    /* نوارهای اصلی */
    .art-bars {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .art-bar {
        padding: 24px 40px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        text-align: right;
    }
    
    /* رنگ‌بندی حرفه‌ای هر نوار - فقط آبی‌های مختلف */
    .bar-brand { background: linear-gradient(135deg, #1A4A6E 0%, #0F3550 100%); }
    .bar-links { background: linear-gradient(135deg, #1E5580 0%, #134065 100%); }
    .bar-pages { background: linear-gradient(135deg, #226092 0%, #174C78 100%); }
    .bar-social { background: linear-gradient(135deg, #266BA4 0%, #1A558A 100%); }
    .bar-contact { background: linear-gradient(135deg, #2A76B6 0%, #1D609C 100%); }
    .bar-trust { background: linear-gradient(135deg, #2E81C8 0%, #206AAE 100%); }
    
    /* افکت حرکت نور روی نوارها */
    .art-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
        transition: left 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        pointer-events: none;
    }
    
    .art-bar:hover::before {
        left: 100%;
    }
    
    .art-bar:hover {
        padding-right: 55px;
        background: #1A4A6E;
    }
    
    .art-bar:hover .bar-header i,
    .art-bar:hover .bar-header span,
    .art-bar:hover .brand-mini span,
    .art-bar:hover .brand-desc-full,
    .art-bar:hover .bar-links-group a,
    .art-bar:hover .social-mini-icon,
    .art-bar:hover .contact-full-item,
    .art-bar:hover .contact-full-item i,
    .art-bar:hover .contact-full-item span,
    .art-bar:hover .contact-full-item strong {
        color: #66ccff;
    }
    
    .art-bar:hover .trust-full-group img {
        background: white;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    /* محتوای داخل نوار */
    .bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* برند با توضیحات کامل */
    .brand-full {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .brand-mini {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .brand-mini i {
        font-size: 28px;
        color: #66ccff;
    }
    
    .brand-mini span {
        font-size: 20px;
        font-weight: 800;
        color: white;
    }
    
    .brand-desc-full {
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
        color: #B0D4F0;
        margin: 0;
        max-width: 90%;
    }
    
    /* هدر هر نوار */
    .bar-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .bar-header i {
        font-size: 18px;
        color: #66ccff;
    }
    
    .bar-header span {
        font-size: 15px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.5px;
    }
    
    /* گروه لینک‌ها */
    .bar-links-group {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bar-links-group a {
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        position: relative;
    }
    
    .bar-links-group a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 0;
        height: 1px;
        background: #66ccff;
        transition: width 0.3s;
    }
    
    .bar-links-group a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .bar-links-group a:hover {
        color: #66ccff;
        transform: translateX(3px);
    }
    
    /* شبکه اجتماعی */
    .social-mini-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .social-mini-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        padding: 5px 10px;
        border-radius: 40px;
        background: rgba(255,255,255,0.03);
    }
    
    .social-mini-icon i {
        font-size: 16px;
    }
    
    .social-mini-icon:hover {
        color: #66ccff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }
    
    /* اطلاعات تماس کامل */
    .contact-full-group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .contact-full-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: #B0D4F0;
    }
    
    .contact-full-item i {
        width: 32px;
        height: 32px;
        background: rgba(102, 204, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #66ccff;
    }
    
    .contact-full-item div {
        display: flex;
        flex-direction: column;
    }
    
    .contact-full-item span {
        font-size: 10px;
        color: #7FA8C9;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .contact-full-item strong {
        font-size: 13px;
        font-weight: 600;
        color: white;
    }
    
    /* نمادهای اعتماد */
    .trust-full-group {
        display: flex;
        gap: 15px;
    }
    
    .trust-full-group img {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 12px;
        padding: 6px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    /* کپی‌رایت مینیمال */
    .art-copyright {
        text-align: center;
        padding: 16px;
        background: #051a2f;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .art-copyright span {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.5px;
    }
    
    .copyright-sign {
        font-size: 10px;
        color: #66ccff;
    }
    
    /* ریسپانسیو موبایل */
    @media (max-width: 992px) {
        .art-bar {
            padding: 20px 24px;
        }
        
        .bar-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .brand-desc-full {
            max-width: 100%;
        }
    }
    
    @media (max-width: 768px) {
        .art-bar {
            padding: 18px 20px;
        }
        
        .bar-links-group {
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-mini-group {
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .contact-full-group {
            flex-direction: column;
            gap: 12px;
        }
        
        .trust-full-group {
            flex-wrap: wrap;
        }
        
        .art-bar:hover {
            padding-right: 20px;
        }
        
        .brand-mini span {
            font-size: 18px;
        }
        
        .brand-desc-full {
            font-size: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .bar-links-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-icon {
            width: fit-content;
        }
    }
    

/* SOURCE: resources/views/panels/user/components/header.blade.php */

    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .header-logo {
        flex-shrink: 0;
    }
    
    .header-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }
    
    .header-user {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    
    .user-icon {
        background: rgba(102, 204, 255, 0.15);
        color: #66ccff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }
    
    .user-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
        white-space: nowrap;
    }
    
    .user-link:hover {
        color: #F59E0B;
    }
    
    /* موبایل - فاصله از حاشیه */
    @media (max-width: 768px) {
        .header-wrapper {
            padding: 10px 12px;
        }
    }
    
    @media (max-width: 480px) {
        .header-wrapper {
            padding: 8px 10px;
        }
        
        .user-link {
            font-size: 12px;
        }
        
        .user-icon, .user-avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        
        .header-logo img {
            max-height: 42px;
        }
    }

/* SOURCE: resources/views/panels/user/layouts/app.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
        }
    
    
        @font-face {
            font-family: 'shabnam';
            src: url('{{asset("plugin/shabnam-font-v1.1.0/Farsi-Digits/Shabnam-FD.woff")}}') format('woff');
            font-display: swap;
        }
        * { font-family: 'shabnam', Tahoma, sans-serif; }
        
        body { background: #F8FAFC; color: #1E293B; }

        .d-none { display: none !important; }
        
        .text-primary { color: #66ccff !important; }
        .bg-primary { background: #0A2B4E !important; }
        .btn-primary { background: #0A2B4E !important; border-color: #0A2B4E !important; }
        .btn-success { background: #F59E0B !important; border-color: #F59E0B !important; }
        .btn-success:hover { background: #D97706 !important; }
        
        .promo-banner {
            background: #F59E0B;
            color: #1E293B;
            text-align: center;
            padding: 8px;
            font-size: 13px;
            font-weight: 500;
        }
        .promo-banner a { color: #1E293B; text-decoration: none; font-weight: 700; margin-right: 8px; }
        .promo-banner a:hover { color: white; }
    
/* SOURCE: resources/views/panels/user/pages/tickets/index.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
        }
        
        .tickets-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        /* لینک بازگشت */
        .back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--primary);
            text-decoration: none;
            font-size: 13px;
            margin-bottom: 20px;
            padding: 8px 16px;
            background: white;
            border-radius: 40px;
            border: 1px solid var(--border);
            transition: all 0.2s;
        }
        
        .back-link:hover {
            border-color: var(--primary);
            color: var(--accent);
        }
        
        /* هدر تیکت */
        .ticket-header {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            padding: 20px 24px;
            margin-bottom: 24px;
        }
        
        .ticket-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .ticket-title i {
            color: var(--primary);
        }
        
        .ticket-badge {
            display: inline-block;
            background: var(--gray-bg);
            color: var(--gray-text);
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 12px;
        }
        
        .ticket-badge i {
            margin-left: 4px;
        }
        
        /* لیست پیام‌ها - حالت چت */
        .messages-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 32px;
        }
        
        .message-item {
            display: flex;
            gap: 12px;
            max-width: 80%;
        }
        
        .message-item.me {
            flex-direction: row-reverse;
            align-self: flex-end;
        }
        
        /* آواتار */
        .message-avatar {
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .message-avatar i {
            font-size: 22px;
            color: var(--primary);
        }
        
        .message-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* حباب پیام - اندازه یکسان */
        .message-bubble {
            flex: 0 1 auto;
            max-width: calc(100% - 54px);
            background: white;
            border-radius: 20px;
            padding: 12px 18px;
            border: 1px solid var(--border);
        }
        
        .message-item.me .message-bubble {
            background: var(--secondary);
            border-color: var(--secondary);
        }
        
        /* فرستنده */
        .message-sender {
            font-size: 12px;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 6px;
        }
        
        .message-item.me .message-sender {
            color: rgba(255,255,255,0.7);
        }
        
        /* متن پیام - با شکستن خودکار */
        .message-text {
            font-size: 14px;
            line-height: 1.6;
            color: var(--gray-text);
            word-wrap: break-word;
            white-space: normal;
        }
        
        .message-item.me .message-text {
            color: white;
        }
        
        /* زمان */
        .message-time {
            font-size: 10px;
            color: var(--gray-text);
            direction: ltr;
            display: inline-block;
            margin-top: 6px;
        }
        
        .message-item.me .message-time {
            color: rgba(255,255,255,0.5);
        }
        
        /* فرم پاسخ */
        .reply-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
            margin-top: 24px;
        }
        
        .reply-header {
            background: var(--secondary);
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .reply-header i {
            color: var(--primary);
            font-size: 18px;
        }
        
        .reply-header h3 {
            color: white;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .reply-body {
            padding: 24px;
        }
        
        .reply-textarea {
            width: 100%;
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 14px;
            font-family: inherit;
            font-size: 14px;
            resize: vertical;
            transition: all 0.2s;
        }
        
        .reply-textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .btn-send {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 16px;
        }
        
        .btn-send:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .btn-send:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .error-text {
            color: var(--danger);
            font-size: 12px;
            margin-top: 6px;
            display: block;
        }
        
        /* خالی بودن */
        .empty-messages {
            text-align: center;
            padding: 48px 20px;
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            color: var(--gray-text);
        }
        
        .empty-messages i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        /* پاسخ داده شده */
        .ticket-status {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid var(--border);
        }
        
        .status-badge {
            background: #FEF3C7;
            color: #D97706;
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 12px;
        }
        
        .status-badge.resolved {
            background: #E8F5E9;
            color: #2E7D32;
        }
        
        @media (max-width: 768px) {
            .message-item {
                max-width: 90%;
            }
            
            .message-bubble {
                max-width: calc(100% - 46px);
            }
            
            .message-avatar {
                width: 36px;
                height: 36px;
            }
            
            .message-avatar i {
                font-size: 18px;
            }
            
            .message-bubble {
                padding: 10px 14px;
            }
            
            .reply-body {
                padding: 20px;
            }
        }
    
/* SOURCE: resources/views/panels/user/pages/residences/form.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
            --warning: #F59E0B;
        }
        
        .form-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        /* دیباگ پنل */
        .debug-panel {
            background: #1a1a2e;
            color: #00ff00;
            border: 2px solid #ff0000;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 20px;
            font-family: 'Courier New', monospace;
            font-size: 12px;
            direction: ltr;
            text-align: left;
            overflow-x: auto;
        }
        
        .debug-panel h4 {
            color: #ff6600;
            margin: 0 0 10px 0;
            font-size: 14px;
        }
        
        .debug-panel .debug-section {
            margin-bottom: 10px;
            padding: 5px;
            border-left: 2px solid #ff6600;
            padding-left: 10px;
        }
        
        .debug-panel .error-text {
            color: #ff4444;
        }
        
        .debug-panel .success-text {
            color: #00ff00;
        }
        
        /* پیشرفت آپلود */
        .upload-progress-container {
            margin-top: 10px;
            display: none;
        }
        
        .upload-progress-container.show {
            display: block;
        }
        
        .upload-progress-bar {
            width: 100%;
            height: 6px;
            background: var(--border);
            border-radius: 3px;
            overflow: hidden;
        }
        
        .upload-progress-fill {
            height: 100%;
            background: var(--success);
            width: 0%;
            transition: width 0.3s ease;
        }
        
        .upload-progress-text {
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 5px;
            text-align: center;
        }
        
        .step-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 2px solid var(--border);
        }
        
        .step-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--secondary);
            margin: 0;
        }
        
        .step-badge {
            background: var(--success);
            color: white;
            padding: 6px 20px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 600;
        }
        
        .form-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            padding: 28px;
            margin-bottom: 24px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        
        .section-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 20px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .form-label i {
            color: var(--primary);
            margin-left: 4px;
        }
        
        .form-label .required {
            color: var(--danger);
            margin-right: 4px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background: white;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .error-text {
            color: var(--danger);
            font-size: 11px;
            margin-top: 4px;
            display: block;
        }
        
        .warning-banner {
            background: #FEF3C7;
            border: 1px solid #FCD34D;
            border-radius: 12px;
            padding: 12px 16px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: #92400E;
        }
        
        .map-container {
            margin-top: 8px;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid var(--border);
        }
        
        #map {
            height: 350px;
            width: 100%;
            background: var(--gray-bg);
        }
        
        .upload-area {
            margin-top: 8px;
        }
        
        .upload-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--gray-bg);
            border: 1px solid var(--border);
            padding: 10px 24px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .upload-btn:hover:not(.disabled) {
            background: var(--border);
            transform: translateY(-1px);
        }
        
        .upload-btn.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .file-input {
            display: none;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
            gap: 12px;
            margin-top: 20px;
        }
        
        .gallery-item {
            position: relative;
            aspect-ratio: 1 / 1;
            border-radius: 16px;
            overflow: hidden;
            border: 2px solid var(--border);
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .gallery-item:hover {
            transform: scale(1.02);
        }
        
        .gallery-item.active {
            border-color: var(--primary);
            box-shadow: 0 0 0 2px rgba(102,204,255,0.3);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .main-badge {
            position: absolute;
            top: 6px;
            right: 6px;
            background: var(--primary);
            color: white;
            font-size: 10px;
            padding: 2px 10px;
            border-radius: 30px;
            font-weight: 600;
        }
        
        .delete-btn {
            position: absolute;
            bottom: 6px;
            left: 6px;
            background: rgba(0,0,0,0.6);
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .delete-btn:hover {
            background: var(--danger);
            transform: scale(1.1);
        }
        
        .empty-item {
            background: var(--gray-bg);
            border: 2px dashed var(--border);
            border-radius: 16px;
            aspect-ratio: 1 / 1;
        }
        
        .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 12px;
            margin-bottom: 24px;
        }
        
        .option-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            background: var(--gray-bg);
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .option-item:hover {
            background: #e2e8f0;
        }
        
        .option-item input {
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: var(--primary);
        }
        
        .option-item label {
            font-size: 13px;
            color: var(--gray-text);
            cursor: pointer;
            margin: 0;
            flex: 1;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-submit:hover:not(:disabled) {
            background: #D97706;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(245,158,11,0.3);
        }
        
        .btn-submit:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .btn-secondary {
            background: #64748B;
        }
        
        .btn-secondary:hover:not(:disabled) {
            background: #475569;
        }
        
        @media (max-width: 768px) {
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .form-group.full-width {
                grid-column: span 1;
            }
            
            .form-card {
                padding: 20px;
            }
            
            .options-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .step-title {
                font-size: 20px;
            }
            
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
            }
        }
    
/* SOURCE: resources/views/panels/user/pages/home.blade.php */
/* SOURCE: resources/views/panels/user/pages/profile.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
        }
        
        .profile-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        .profile-card {
            background: white;
            border-radius: 28px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        
        .profile-header {
            background: linear-gradient(135deg, var(--secondary) 0%, #1A4A6E 100%);
            padding: 32px;
            text-align: center;
            position: relative;
        }
        
        .avatar-wrapper {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        
        .avatar {
            width: 120px;
            height: 120px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border: 4px solid white;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            transition: all 0.2s;
        }
        
        .avatar:hover {
            transform: scale(1.02);
        }
        
        .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .avatar i {
            font-size: 60px;
            color: var(--primary);
        }
        
        .avatar-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.2s;
        }
        
        .avatar-wrapper:hover .avatar-overlay {
            opacity: 1;
        }
        
        .avatar-overlay i {
            font-size: 30px;
            color: white;
        }
        
        .profile-name {
            font-size: 22px;
            font-weight: 800;
            color: white;
            margin-top: 16px;
            margin-bottom: 4px;
        }
        
        .profile-phone {
            font-size: 14px;
            color: rgba(255,255,255,0.8);
        }
        
        .profile-body {
            padding: 32px;
        }
        
        .form-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 24px;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .form-label i {
            color: var(--primary);
            margin-left: 4px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background: white;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .form-control-custom:disabled {
            background: var(--gray-bg);
            color: var(--gray-text);
        }
        
        .phone-display {
            display: flex;
            align-items: center;
            gap: 12px;
            background: var(--gray-bg);
            border-radius: 12px;
            padding: 12px 16px;
        }
        
        .phone-display span {
            flex: 1;
            font-size: 14px;
            color: var(--secondary);
            direction: ltr;
        }
        
        .phone-badge {
            background: var(--border);
            color: var(--gray-text);
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 11px;
        }
        
        .error-text {
            color: var(--danger);
            font-size: 11px;
            margin-top: 4px;
            display: block;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 24px;
        }
        
        .btn-submit:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .profile-body {
                padding: 24px;
            }
            .form-grid {
                grid-template-columns: 1fr;
            }
            .form-group.full-width {
                grid-column: span 1;
            }
            .avatar {
                width: 100px;
                height: 100px;
            }
            .profile-name {
                font-size: 18px;
            }
        }
    
/* SOURCE: resources/views/panels/user/pages/residence/index.blade.php */
/* SOURCE: resources/views/panels/user/pages/dashboard.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
            --warning: #F59E0B;
        }
        
        .dashboard-container {
            padding: 20px 0 40px;
        }
        
        .dashboard-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border);
        }
        
        .dashboard-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary);
            margin: 0;
        }
        
        .logout-btn {
            background: transparent;
            border: 1px solid var(--danger);
            color: var(--danger);
            padding: 8px 20px;
            border-radius: 40px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .logout-btn:hover {
            background: var(--danger);
            color: white;
        }
        
        /* کارت کیف پول - شبیه کارت بانکی */
        .wallet-card {
            background: linear-gradient(135deg, #1E3A5F 0%, #0F2B45 100%);
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 32px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.15);
        }
        
        .wallet-card::before {
            content: "💳";
            position: absolute;
            bottom: -20px;
            right: -20px;
            font-size: 120px;
            opacity: 0.05;
            pointer-events: none;
        }
        
        .card-chip {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 32px;
        }
        
        .chip-icon {
            width: 50px;
            height: 40px;
            background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
            border-radius: 10px;
            position: relative;
        }
        
        .chip-icon::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 8px;
            width: 20px;
            height: 16px;
            background: #B8860B;
            border-radius: 3px;
        }
        
        .card-type {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
            letter-spacing: 2px;
        }
        
        .card-balance {
            margin-bottom: 24px;
        }
        
        .balance-label {
            color: rgba(255,255,255,0.6);
            font-size: 12px;
            margin-bottom: 4px;
        }
        
        .balance-amount {
            font-size: 32px;
            font-weight: 800;
            color: white;
        }
        
        .balance-amount small {
            font-size: 14px;
            font-weight: normal;
        }
        
        .card-number {
            font-family: 'Courier New', monospace;
            font-size: 22px;
            letter-spacing: 2px;
            color: white;
            margin-bottom: 20px;
            text-align: center;
            direction: ltr;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }
        
        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
        }
        
        .card-expiry {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
        }
        
        .wallet-actions {
            display: flex;
            gap: 10px;
        }
        
        .wallet-btn-small {
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.2);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            text-decoration: none;
            display: inline-block;
        }
        
        .wallet-btn-small:hover {
            background: rgba(255,255,255,0.25);
        }
        
        /* منوی اصلی */
        .main-menu {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 16px;
            margin-bottom: 32px;
        }
        
        .menu-card {
            background: white;
            border-radius: 20px;
            padding: 20px 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid var(--border);
            transition: all 0.3s;
        }
        
        .menu-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
            border-color: var(--primary);
        }
        
        .menu-icon {
            width: 55px;
            height: 55px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
        }
        
        .menu-icon i {
            font-size: 26px;
            color: var(--primary);
        }
        
        .menu-card h4 {
            font-size: 15px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .menu-card p {
            font-size: 11px;
            color: var(--gray-text);
        }
        
        /* پیام خوانده نشده */
        .unread-alert {
            background: #FEF3C7;
            border-radius: 16px;
            padding: 14px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
        }
        
        .read-messages-btn {
            background: var(--warning);
            color: #1E293B;
            border: none;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            cursor: pointer;
        }
        
        /* تب‌ها */
        .tabs-container {
            background: white;
            border-radius: 20px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .tabs-header {
            background: var(--gray-bg);
            padding: 12px 16px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            scrollbar-width: thin;
            -webkit-overflow-scrolling: touch;
        }
        
        .tabs-header::-webkit-scrollbar {
            height: 3px;
        }
        
        .tabs-header::-webkit-scrollbar-track {
            background: var(--border);
            border-radius: 10px;
        }
        
        .tabs-header::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
        .tab-btn {
            background: transparent;
            border: none;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            color: var(--gray-text);
            cursor: pointer;
            transition: all 0.2s;
            border-radius: 40px;
            display: inline-block;
        }
        
        .tab-btn.active {
            background: var(--secondary);
            color: white;
        }
        
        .tab-content {
            padding: 24px;
        }
        
        .tab-pane {
            display: none;
        }
        
        .tab-pane.active {
            display: block;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* لیست اقامتگاه‌ها */
        .properties-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }
        
        .property-item {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.3s;
            position: relative;
        }
        
        .property-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
        }
        
        /* استایل کانتینر تصویر برای موقعیت‌دهی نشانگر وضعیت */
        .property-image-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
        }
        
        .property-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .property-item:hover .property-image {
            transform: scale(1.05);
        }
        
        /* نشانگر وضعیت در بالای تصویر */
        .property-status-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 5;
            background: rgba(0,0,0,0.7);
            backdrop-filter: blur(4px);
            border-radius: 40px;
            padding: 4px 12px;
            font-size: 11px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            white-space: nowrap;
        }
        
        /* وضعیت در حال بررسی */
        .status-pending {
            background: #fef3c7;
            color: #92400e;
        }
        
        /* وضعیت رد شده */
        .status-rejected {
            background: #fee2e2;
            color: #991b1b;
        }
        
        /* وضعیت تایید شده */
        .status-approved {
            background: #ecfdf5;
            color: #047857;
        }
        
        .property-info {
            padding: 16px;
        }
        
        .property-title {
            font-size: 15px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .property-stats {
            display: flex;
            gap: 12px;
            font-size: 12px;
            color: var(--gray-text);
            margin-bottom: 12px;
        }
        
        .property-stats i {
            color: var(--primary);
        }
        
        .property-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .btn-sm {
            padding: 6px 14px;
            font-size: 12px;
            border-radius: 40px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            border: none;
        }
        
        .btn-outline {
            background: transparent;
            color: var(--secondary);
            border: 1px solid var(--border);
        }
        
        .btn-primary {
            background: var(--secondary);
            color: white;
        }
        
        .btn-danger {
            background: var(--danger);
            color: white;
        }
        
        /* درخواست‌ها و رزروها */
        .request-item, .reservation-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            padding: 16px;
            background: var(--gray-bg);
            border-radius: 16px;
            margin-bottom: 12px;
        }
        
        .request-residence, .reservation-residence {
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .request-details, .reservation-details {
            display: flex;
            gap: 16px;
            font-size: 12px;
            color: var(--gray-text);
            flex-wrap: wrap;
        }
        
        .request-details i, .reservation-details i {
            color: var(--primary);
        }
        
        .request-status, .reservation-status {
            font-size: 12px;
            margin-top: 6px;
        }
        
        .request-status.pending, .reservation-status.pending {
            color: var(--warning);
        }
        
        .request-status.confirmed, .reservation-status.confirmed {
            color: var(--success);
        }
        
        .request-status.cancelled, .reservation-status.cancelled {
            color: var(--danger);
        }
        
        .request-amount, .reservation-amount {
            font-size: 18px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        /* تراکنش‌ها */
        .transactions-list {
            margin-top: 16px;
        }
        
        .transaction-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .transaction-icon {
            width: 45px;
            height: 45px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .transaction-icon i {
            font-size: 20px;
        }
        
        .transaction-info {
            flex: 1;
        }
        
        .transaction-title {
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 4px;
        }
        
        .transaction-date {
            font-size: 11px;
            color: var(--gray-text);
        }
        
        .transaction-amount {
            font-weight: 700;
            font-size: 15px;
        }
        
        .text-success { color: var(--success); }
        .text-danger { color: var(--danger); }
        
        /* تیکت‌ها */
        .tickets-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .tickets-table th,
        .tickets-table td {
            padding: 12px;
            text-align: right;
            border-bottom: 1px solid var(--border);
        }
        
        .tickets-table th {
            background: var(--gray-bg);
            font-weight: 600;
            color: var(--secondary);
        }
        
        .status-warning { color: var(--warning); }
        .status-success { color: var(--success); }
        
        .empty-state {
            text-align: center;
            padding: 48px 20px;
            color: var(--gray-text);
        }
        
        .empty-state i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        /* راهنمای موبایل */
        .mobile-hint {
            display: none;
            text-align: center;
            font-size: 11px;
            color: var(--gray-text);
            padding: 8px;
            background: var(--gray-bg);
            border-radius: 40px;
            margin-bottom: 16px;
        }
        
        @media (max-width: 768px) {
            .main-menu {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .properties-list {
                grid-template-columns: 1fr;
            }
            
            .tickets-table {
                display: block;
                overflow-x: auto;
            }
            
            .mobile-hint {
                display: block;
            }
            
            .card-footer {
                flex-direction: column;
                align-items: flex-start;
            }
            
            /* تنظیم نشانگر وضعیت برای موبایل */
            .property-status-badge {
                top: 8px;
                right: 8px;
                padding: 3px 10px;
                font-size: 10px;
            }
        }
    
/* SOURCE: resources/views/panels/user/pages/auth/login.blade.php */
    
	        :root {
	            --primary: #66ccff;
	            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
	            --border: #E2E8F0;
	        }

	        #login-page {
	            width: 100%;
	            max-width: 100%;
	            overflow-x: hidden;
	        }

	        .login-container {
	            min-height: calc(100dvh - 260px);
	            display: flex;
	            align-items: flex-start;
	            justify-content: center;
	            padding: clamp(24px, 5vw, 56px) 16px;
	        }

	        .login-card {
	            max-width: 520px;
	            width: 100%;
	            background: white;
	            border-radius: 28px;
	            border: 1px solid var(--border);
	            padding: clamp(28px, 5vw, 42px) clamp(20px, 5vw, 36px);
	            text-align: center;
	            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
	            overflow: visible;
	        }

	        .login-icon {
	            width: 72px;
	            height: 72px;
	            background: linear-gradient(135deg, var(--secondary) 0%, #1A4A6E 100%);
	            border-radius: 50%;
	            display: flex;
	            align-items: center;
	            justify-content: center;
	            margin: 0 auto 24px;
	            flex: 0 0 72px;
	        }

	        .login-icon i {
	            font-size: 34px;
	            color: var(--primary);
	        }
        
        .login-title {
            font-size: 26px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 12px;
        }
        
	        .login-subtitle {
	            color: var(--gray-text);
	            font-size: 14px;
	            margin-bottom: 28px;
	            line-height: 1.9;
	        }
        
        .phone-input {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid var(--border);
            border-radius: 60px;
            font-size: 16px;
	            text-align: center;
	            font-family: inherit;
	            transition: all 0.2s;
	            direction: ltr;
	            min-height: 52px;
	        }
        
        .phone-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .error-text {
            color: #EF4444;
            font-size: 12px;
            margin-top: 8px;
            display: block;
        }
        
        .terms-text {
            font-size: 12px;
            color: var(--gray-text);
            margin: 20px 0;
        }
        
        .terms-text a {
            color: var(--primary);
            text-decoration: none;
        }
        
	        .btn-continue {
	            width: 100%;
	            background: var(--accent);
            color: white;
            border: none;
            border-radius: 60px;
            padding: 14px;
            font-size: 16px;
	            font-weight: 700;
	            cursor: pointer;
	            transition: all 0.2s;
	            min-height: 52px;
	            display: inline-flex;
	            align-items: center;
	            justify-content: center;
	            gap: 8px;
	        }
        
        .btn-continue:hover {
            background: #D97706;
            transform: translateY(-1px);
        }
        
        .btn-continue:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .phone-display {
            background: var(--gray-bg);
            border-radius: 60px;
            padding: 12px 20px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 28px;
        }
        
        .phone-number {
            font-size: 16px;
            font-weight: 600;
            color: var(--secondary);
            direction: ltr;
            display: inline-block;
        }
        
        .edit-phone {
            font-size: 12px;
            color: var(--primary);
            cursor: pointer;
            text-decoration: none;
        }
        
	        .otp-container {
	            display: flex;
	            justify-content: center;
	            flex-wrap: wrap;
	            gap: 12px;
	            margin: 24px 0;
	            direction: ltr;
        }
        
        .otp-input {
            width: 55px;
            height: 55px;
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            border: 1px solid var(--border);
            border-radius: 16px;
            background: var(--gray-bg);
            transition: all 0.2s;
            -moz-appearance: textfield;
            appearance: textfield;
        }
        
        .otp-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .otp-input::-webkit-outer-spin-button,
        .otp-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .timer-btn {
            background: transparent;
            border: 1px solid var(--border);
            border-radius: 60px;
            padding: 8px 20px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 8px;
        }
        
        .timer-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .resend-text {
            font-size: 12px;
            color: var(--gray-text);
        }
        
	        .btn-verify {
	            width: 100%;
	            background: var(--accent);
            color: white;
            border: none;
            border-radius: 60px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
	            cursor: pointer;
	            transition: all 0.2s;
	            margin-top: 16px;
	            min-height: 52px;
	            display: inline-flex;
	            align-items: center;
	            justify-content: center;
	            gap: 8px;
	        }
        
        .btn-verify:hover {
            background: #D97706;
        }
        
	        @media (max-width: 480px) {
	            .login-container {
	                min-height: auto;
	                padding: 22px 0 34px;
	            }
	            .login-card {
	                border-radius: 22px;
	                padding: 26px 18px;
	            }
	            .login-title {
	                font-size: 22px;
	            }
	            .login-icon {
	                width: 64px;
	                height: 64px;
	                flex-basis: 64px;
	                margin-bottom: 18px;
	            }
	            .login-icon i {
	                font-size: 30px;
	            }
	            .otp-input {
	                width: 45px;
	                height: 45px;
                font-size: 20px;
            }
            .otp-container {
                gap: 8px;
            }
        }
    
/* SOURCE: resources/views/panels/user/pages/tickets.blade.php */
/* SOURCE: resources/views/site/components/support-assistant.blade.php */

    .support-assistant {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        font-family: 'shabnam', Tahoma, sans-serif;
    }

    .support-assistant__toggle {
        width: 55px;
        height: 55px;
        background: #F59E0B;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        transition: all 0.2s;
    }

    .support-assistant__toggle:hover {
        transform: scale(1.05);
        background: #D97706;
    }

    .support-assistant__toggle i {
        font-size: 26px;
        color: white;
    }

    .support-assistant__panel {
        position: absolute;
        bottom: 70px;
        right: 0;
        width: 320px;
        max-width: calc(100vw - 40px);
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        display: none;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #E2E8F0;
    }

    .support-assistant__panel.show {
        display: flex;
    }

    .support-assistant__header {
        background: #0A2B4E;
        color: white;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .support-assistant__header h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .support-assistant__header h4 i {
        color: #66ccff;
        margin-left: 6px;
    }

    .support-assistant__header .close-btn {
        cursor: pointer;
        font-size: 18px;
        opacity: 0.7;
        padding: 0 5px;
    }

    .support-assistant__messages {
        height: 350px;
        padding: 12px;
        overflow-y: auto;
        background: #F8FAFC;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .support-assistant__message--bot {
        background: white;
        padding: 8px 12px;
        border-radius: 16px;
        border-top-right-radius: 4px;
        max-width: 85%;
        align-self: flex-start;
        font-size: 12px;
        color: #1E293B;
        border: 1px solid #E2E8F0;
        line-height: 1.5;
    }

    .support-assistant__message--user {
        background: #66ccff;
        color: #0A2B4E;
        padding: 8px 12px;
        border-radius: 16px;
        border-top-left-radius: 4px;
        max-width: 85%;
        align-self: flex-end;
        font-size: 12px;
    }

    .support-assistant__quick-actions {
        padding: 10px 12px;
        border-top: 1px solid #E2E8F0;
        background: white;
    }

    .support-assistant__quick-title {
        font-size: 10px;
        color: #64748B;
        margin-bottom: 8px;
    }

    .support-assistant__quick-list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .support-assistant__quick-btn {
        background: #F1F5F9;
        padding: 5px 10px;
        border-radius: 30px;
        font-size: 11px;
        cursor: pointer;
        transition: all 0.2s;
        color: #0A2B4E;
    }

    .support-assistant__quick-btn:hover {
        background: #66ccff;
        color: white;
    }

    .support-assistant__input {
        display: flex;
        padding: 10px 12px;
        border-top: 1px solid #E2E8F0;
        background: white;
        gap: 8px;
    }

    .support-assistant__input input {
        flex: 1;
        border: 1px solid #E2E8F0;
        border-radius: 40px;
        padding: 8px 14px;
        font-size: 12px;
        outline: none;
    }

    .support-assistant__input input:focus {
        border-color: #66ccff;
    }

    .support-assistant__input button {
        background: #F59E0B;
        border: none;
        border-radius: 40px;
        padding: 8px 16px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        font-size: 12px;
    }

    @media (max-width: 480px) {
        .support-assistant__panel {
            width: 300px;
            right: -10px;
            bottom: 65px;
        }

        .support-assistant__messages {
            height: 300px;
        }

        .support-assistant__toggle {
            width: 48px;
            height: 48px;
        }

        .support-assistant__toggle i {
            font-size: 22px;
        }
    }

/* SOURCE: resources/views/site/components/footer.blade.php */

    /* ============================================
       فوتر هنری نهایی - بدون نارنجی اضافی
       متن‌ها راست‌چین
    ============================================ */
    
    .footer-art {
        background: #0A2B4E;
        margin-top: 60px;
        position: relative;
    }
    
    /* نوارهای اصلی */
    .art-bars {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .art-bar {
        padding: 24px 40px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        text-align: right;
    }
    
    /* رنگ‌بندی حرفه‌ای هر نوار - فقط آبی‌های مختلف */
    .bar-brand { background: linear-gradient(135deg, #1A4A6E 0%, #0F3550 100%); }
    .bar-links { background: linear-gradient(135deg, #1E5580 0%, #134065 100%); }
    .bar-pages { background: linear-gradient(135deg, #226092 0%, #174C78 100%); }
    .bar-social { background: linear-gradient(135deg, #266BA4 0%, #1A558A 100%); }
    .bar-contact { background: linear-gradient(135deg, #2A76B6 0%, #1D609C 100%); }
    .bar-trust { background: linear-gradient(135deg, #2E81C8 0%, #206AAE 100%); }
    
    /* افکت حرکت نور روی نوارها */
    .art-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
        transition: left 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        pointer-events: none;
    }
    
    .art-bar:hover::before {
        left: 100%;
    }
    
    .art-bar:hover {
        padding-right: 55px;
        background: #1A4A6E;
    }
    
    .art-bar:hover .bar-header i,
    .art-bar:hover .bar-header span,
    .art-bar:hover .brand-mini span,
    .art-bar:hover .brand-desc-full,
    .art-bar:hover .bar-links-group a,
    .art-bar:hover .social-mini-icon,
    .art-bar:hover .contact-full-item,
    .art-bar:hover .contact-full-item i,
    .art-bar:hover .contact-full-item span,
    .art-bar:hover .contact-full-item strong {
        color: #66ccff;
    }
    
    .art-bar:hover .trust-full-group img {
        background: white;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    /* محتوای داخل نوار */
    .bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* برند با توضیحات کامل */
    .brand-full {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .brand-mini {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .brand-mini i {
        font-size: 28px;
        color: #66ccff;
    }
    
    .brand-mini span {
        font-size: 20px;
        font-weight: 800;
        color: white;
    }
    
    .brand-desc-full {
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
        color: #B0D4F0;
        margin: 0;
        max-width: 90%;
    }
    
    /* هدر هر نوار */
    .bar-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .bar-header i {
        font-size: 18px;
        color: #66ccff;
    }
    
    .bar-header span {
        font-size: 15px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.5px;
    }
    
    .bar-toggle-icon {
        display: none;
        font-size: 13px;
        color: #66ccff;
        transition: transform 0.3s ease;
        margin-right: auto;
    }
    
    /* گروه لینک‌ها */
    .bar-links-group {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bar-links-group a {
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        position: relative;
    }
    
    .bar-links-group a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 0;
        height: 1px;
        background: #66ccff;
        transition: width 0.3s;
    }
    
    .bar-links-group a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .bar-links-group a:hover {
        color: #66ccff;
        transform: translateX(3px);
    }
    
    /* شبکه اجتماعی */
    .social-mini-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .social-mini-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        padding: 5px 10px;
        border-radius: 40px;
        background: rgba(255,255,255,0.03);
    }
    
    .social-mini-icon i {
        font-size: 16px;
    }
    
    .social-mini-icon:hover {
        color: #66ccff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }
    
    /* اطلاعات تماس کامل */
    .contact-full-group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .contact-full-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: #B0D4F0;
    }
    
    .contact-full-item i {
        width: 32px;
        height: 32px;
        background: rgba(102, 204, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #66ccff;
    }
    
    .contact-full-item div {
        display: flex;
        flex-direction: column;
    }
    
    .contact-full-item span {
        font-size: 10px;
        color: #7FA8C9;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .contact-full-item strong {
        font-size: 13px;
        font-weight: 600;
        color: white;
    }
    
    /* نمادهای اعتماد */
    .trust-full-group {
        display: flex;
        gap: 15px;
    }
    
    .trust-full-group img {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 12px;
        padding: 6px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    /* کپی‌رایت مینیمال */
    .art-copyright {
        text-align: center;
        padding: 16px;
        background: #051a2f;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .art-copyright span {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.5px;
    }
    
    .copyright-sign {
        font-size: 10px;
        color: #66ccff;
    }
    
    /* ریسپانسیو موبایل */
    @media (max-width: 992px) {
        .art-bar {
            padding: 20px 24px;
        }
        
        .bar-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .brand-desc-full {
            max-width: 100%;
        }
    }
    
 @media (max-width: 768px) {
        .art-bar {
            padding: 18px 20px;
        }

        .bar-header,
        .brand-mini {
            width: 100%;
            justify-content: space-between;
            cursor: pointer;
        }

        .bar-toggle-icon {
            display: inline-flex;
        }

        .art-bar.bar-open .bar-toggle-icon {
            transform: rotate(180deg);
        }

        .bar-body {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            margin-top: 0;
            transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.35s ease;
        }

        .art-bar.bar-open .bar-body {
            max-height: 600px;
            opacity: 1;
            margin-top: 14px;
        }

        .bar-links-group {
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-mini-group {
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .contact-full-group {
            flex-direction: column;
            gap: 12px;
        }
        
        .trust-full-group {
            flex-wrap: wrap;
        }
        
        .art-bar:hover {
            padding-right: 20px;
        }
        
        .brand-mini span {
            font-size: 18px;
        }
        
        .brand-desc-full {
            font-size: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .bar-links-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-icon {
            width: fit-content;
        }
    }
    

/* SOURCE: resources/views/site/components/header.blade.php */

    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .header-logo {
        flex-shrink: 0;
    }
    
    .header-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }
    
    .header-user {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    
    .user-icon {
        background: rgba(102, 204, 255, 0.15);
        color: #66ccff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }
    
    .user-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
        white-space: nowrap;
    }
    
    .user-link:hover {
        color: #F59E0B;
    }
    
    /* موبایل - فاصله از حاشیه */
    @media (max-width: 768px) {
        .header-wrapper {
            padding: 10px 12px;
        }
    }
    
    @media (max-width: 480px) {
        .header-wrapper {
            padding: 8px 10px;
        }
        
        .user-link {
            font-size: 12px;
        }
        
        .user-icon, .user-avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        
        .header-logo img {
            max-height: 42px;
        }
    }

/* SOURCE: resources/views/site/residences/detail.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .breadcrumb-section {
            margin: 15px 0 20px;
        }
        
        .breadcrumb-list {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            background: white;
            padding: 12px 20px;
            border-radius: 60px;
            border: 1px solid var(--border);
        }
        
        .breadcrumb-list a {
            color: var(--primary);
            text-decoration: none;
            font-size: 13px;
        }
        
        .detail-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .detail-code-box {
            background: var(--gray-bg);
            padding: 6px 16px;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 16px;
            border: 1px solid var(--border);
            font-size: 14px;
        }
        
        .detail-code-box i {
            color: var(--primary);
        }
        
        .detail-location {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }
        
        .location-info {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .location-info i {
            color: var(--primary);
        }
        
        .gallery-container {
            margin-bottom: 24px;
        }
        
        .main-gallery-img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 24px;
        }
        
        .gallery-thumbs {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            overflow-x: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
        }
        
        .thumb-item {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.2s;
        }
        
        .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .thumb-item:hover {
            transform: scale(1.05);
        }
        
        .thumb-active {
            border-color: var(--primary);
        }
        
        .gallery-thumbs::-webkit-scrollbar {
            height: 4px;
        }
        
        .gallery-thumbs::-webkit-scrollbar-track {
            background: var(--border);
            border-radius: 10px;
        }
        
        .gallery-thumbs::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
        .two-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-bottom: 24px;
        }
        
        .info-card {
            background: white;
            border-radius: 24px;
            padding: 24px;
            border: 1px solid var(--border);
        }
        
        .type-badge {
            background: var(--secondary);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
        }
        
        .price-large {
            font-size: 26px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        .info-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .info-row:last-child {
            border-bottom: none;
        }
        
        .info-row i {
            width: 24px;
            color: var(--primary);
        }
        
        .btn-call {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-weight: 700;
            width: 100%;
            cursor: pointer;
            text-align: center;
            margin-top: 16px;
            transition: all 0.2s;
        }
        
        .btn-call:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .host-description {
            background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 24px;
            border-right: 4px solid var(--primary);
        }
        
        .features-section {
            margin-bottom: 24px;
        }
        
        .features-category {
            margin-bottom: 20px;
        }
        
        .features-category h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 10px;
        }
        
        .feature-chip {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            background: var(--gray-bg);
            border-radius: 40px;
            font-size: 13px;
            transition: all 0.2s;
        }
        
        .feature-chip.disabled {
            opacity: 0.6;
            background: #F1F5F9;
        }
        
        .feature-chip.disabled .text-muted {
            color: #94A3B8;
        }
        
        .feature-chip i {
            font-size: 14px;
        }
        
        .rules-container {
            background: #FEF3C7;
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 24px;
        }
        
        .rules-container h3 {
            color: #92400E;
            margin-bottom: 12px;
        }
        
        .rules-container ul {
            padding-right: 20px;
            color: #92400E;
        }

        .similar-section {
            margin: 32px 0;
        }

        .similar-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary);
        }

        .similar-card {
            scroll-snap-align: start;
            flex: 0 0 260px;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.3s;
        }

        .similar-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.15);
        }

        .similar-card img {
            width: 100%;
            height: 160px;
            object-fit: cover;
        }
        
        .similar-card-content {
            padding: 12px;
        }
        
        .similar-card-title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--secondary);
        }
        
        .similar-price {
            font-size: 16px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        .similar-view-btn {
            background: var(--accent);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            text-decoration: none;
            font-size: 12px;
            display: inline-block;
            transition: all 0.2s;
        }
        
        .similar-view-btn:hover {
            background: #D97706;
        }

        .cities-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 20px;
        }

        .cities-nav {
            display: flex;
            gap: 8px;
        }

        .cities-nav-btn {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1px solid var(--border);
            background: white;
            color: var(--secondary);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
            flex-shrink: 0;
        }

        .cities-nav-btn:hover:not(:disabled) {
            background: var(--secondary);
            color: white;
            border-color: var(--secondary);
        }

        .cities-nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .cities-slider-wrap {
            position: relative;
        }

        .cities-slider {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            padding: 2px 2px 10px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .cities-slider::-webkit-scrollbar { display: none; }

        @media (max-width: 768px) {
            .two-columns {
                grid-template-columns: 1fr;
            }
            .main-gallery-img {
                height: 250px;
            }
            .detail-title {
                font-size: 20px;
            }
            .thumb-item {
                width: 60px;
                height: 60px;
            }
        }
        
        /* بخش نظرات */
        .reviews-section {
            margin: 32px 0;
            background: white;
            border-radius: 28px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        
        .reviews-header {
            padding: 24px 28px;
            background: linear-gradient(135deg, #F8FAFE 0%, #FFFFFF 100%);
            border-bottom: 1px solid var(--border);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        
        .reviews-summary {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .summary-rating {
            display: flex;
            align-items: baseline;
            gap: 4px;
            background: var(--secondary);
            padding: 8px 20px;
            border-radius: 60px;
        }
        
        .rating-number {
            font-size: 28px;
            font-weight: 800;
            color: white;
        }
        
        .rating-out {
            font-size: 13px;
            color: rgba(255,255,255,0.8);
        }
        
        .summary-stars i {
            color: #F59E0B;
            font-size: 18px;
            margin: 0 2px;
        }
        
        .summary-count {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .review-form-card {
            margin: 24px 28px;
            background: var(--gray-bg);
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .form-header {
            background: var(--secondary);
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .form-header i {
            color: var(--primary);
            font-size: 20px;
        }
        
        .form-header h4 {
            color: white;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .form-body {
            padding: 24px;
        }
        
        .rating-input-group {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .rating-label {
            font-weight: 600;
            color: var(--secondary);
        }
        
        .stars-input {
            display: flex;
            flex-direction: row-reverse;
            gap: 8px;
        }
        
        .stars-input input {
            display: none;
        }
        
        .stars-input label {
            font-size: 28px;
            color: #CBD5E0;
            cursor: pointer;
            transition: 0.2s;
        }
        
        .stars-input label:hover,
        .stars-input label:hover ~ label,
        .stars-input input:checked ~ label {
            color: #F59E0B;
        }
        
        .comment-input-group {
            position: relative;
        }
        
        .comment-input-group textarea {
            width: 100%;
            border: 1px solid var(--border);
            border-radius: 20px;
            padding: 14px;
            font-family: inherit;
            font-size: 13px;
            resize: vertical;
            transition: 0.2s;
        }
        
        .comment-input-group textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .char-counter {
            text-align: left;
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 4px;
        }
        
        .btn-submit-review {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px 28px;
            font-weight: 600;
            margin-top: 16px;
            cursor: pointer;
            transition: 0.2s;
        }
        
        .btn-submit-review:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .btn-submit-review:disabled {
            opacity: 0.7;
            cursor: wait;
        }
        
        .review-alert {
            margin: 24px 28px;
            padding: 20px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
        }
        
        .review-alert i {
            font-size: 24px;
        }
        
        .already-reviewed {
            background: #E8F5E9;
            color: #2E7D32;
        }
        
        .already-reviewed i {
            color: #4CAF50;
        }

        .comment-success {
            background: #E8F5E9;
            color: #2E7D32;
        }

        .comment-success i {
            color: #4CAF50;
        }

        .comment-error {
            background: #FEE2E2;
            color: #B91C1C;
        }

        .comment-error i {
            color: #EF4444;
        }
        
        .login-required {
            background: #FFF3E0;
            color: #E65100;
        }
        
        .login-required i {
            color: #FF9800;
        }
        
        .login-required a {
            color: #E65100;
            font-weight: 700;
        }
        
        .reviews-list {
            padding: 0 28px 28px;
        }
        
        .list-header {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 16px 0;
            border-bottom: 2px solid var(--border);
            margin-bottom: 16px;
        }
        
        .list-header i {
            color: var(--primary);
            font-size: 18px;
        }
        
        .list-header span {
            font-weight: 700;
            color: var(--secondary);
        }
        
        .review-card {
            display: flex;
            gap: 20px;
            padding: 20px 0;
            border-bottom: 1px solid var(--border);
            animation: fadeInUp 0.4s ease-out backwards;
            transition: all 0.3s;
        }

        .review-card:hover {
            background: linear-gradient(135deg, rgba(102,204,255,0.02) 0%, rgba(102,204,255,0.05) 100%);
            transform: translateX(4px);
        }
        
        .review-sidebar {
            flex-shrink: 0;
            width: 100px;
            text-align: center;
        }
        
        .user-avatar {
            width: 60px;
            height: 60px;
            margin: 0 auto 8px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .header-wrapper .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0;
    display: block;
}
        
        .user-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .user-avatar i {
            font-size: 36px;
            color: var(--primary);
        }
        
        .user-name {
            font-weight: 600;
            color: var(--secondary);
            font-size: 13px;
        }
        
        .review-date {
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 4px;
        }
        
        .review-content {
            flex: 1;
        }
        
        .review-stars i {
            color: #F59E0B;
            font-size: 14px;
            margin: 0 1px;
        }
        
        .review-text {
            margin-top: 8px;
            font-size: 14px;
            line-height: 1.6;
            color: var(--gray-text);
        }
        
        .review-empty {
            text-align: center;
            padding: 48px 28px;
            color: var(--gray-text);
        }
        
        .review-empty i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        @media (max-width: 768px) {
            .reviews-header, .review-form-card, .review-alert {
                margin: 16px;
            }
            .reviews-list {
                padding: 0 16px 16px;
            }
            .review-card {
                flex-direction: column;
                gap: 12px;
            }
            .review-sidebar {
                width: 100%;
                display: flex;
                align-items: center;
                gap: 12px;
                text-align: left;
            }
            .user-avatar {
                width: 45px;
                height: 45px;
                margin: 0;
            }
            .user-avatar i {
                font-size: 28px;
            }
            .stars-input label {
                font-size: 24px;
            }
        }
        
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes starPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.2); }
        }
        
        .animated-star {
            animation: starPulse 0.5s ease-in-out;
        }
        
        .write-review-btn {
            background: linear-gradient(135deg, var(--accent) 0%, #D97706 100%);
            border: none;
            padding: 10px 24px;
            border-radius: 40px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 2px 8px rgba(245,158,11,0.3);
        }
        
        .write-review-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(245,158,11,0.4);
        }
        
        .rating-feedback {
            font-size: 13px;
            padding: 4px 12px;
            background: white;
            border-radius: 40px;
            color: var(--secondary);
            font-weight: 500;
        }
        
        [x-cloak] {
            display: none !important;
        }
        
        .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.95);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }

        .lightbox.active {
            display: flex;
        }
        
        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 40px;
            color: white;
            cursor: pointer;
            z-index: 10000;
            font-weight: bold;
        }
        
        .lightbox-content {
            position: relative;
            width: 90%;
            max-width: 1200px;
            margin: auto;
        }
        
        .lightbox-content img {
            width: 100%;
            height: auto;
            max-height: 85vh;
            object-fit: contain;
            border-radius: 8px;
        }
        
        .lightbox-prev, .lightbox-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.2);
            color: white;
            border: none;
            font-size: 30px;
            padding: 16px 20px;
            cursor: pointer;
            border-radius: 50%;
            transition: 0.2s;
        }
        
        .lightbox-prev:hover, .lightbox-next:hover {
            background: rgba(255,255,255,0.4);
        }
        
        .lightbox-prev {
            left: -50px;
        }
        
        .lightbox-next {
            right: -50px;
        }
        
        .lightbox-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            background: rgba(0,0,0,0.6);
            padding: 6px 12px;
            border-radius: 40px;
            font-size: 14px;
        }
        
        .main-image-wrapper {
            position: relative;
            cursor: pointer;
        }
        
        .image-overlay {
            position: absolute;
            bottom: 16px;
            right: 16px;
            background: rgba(0,0,0,0.6);
            color: white;
            padding: 6px 12px;
            border-radius: 40px;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 6px;
            opacity: 0;
            transition: opacity 0.2s;
        }
        
        .main-image-wrapper:hover .image-overlay {
            opacity: 1;
        }
        
        @media (max-width: 768px) {
            .lightbox-prev {
                left: 10px;
            }
            .lightbox-next {
                right: 10px;
            }
            .lightbox-prev, .lightbox-next {
                font-size: 24px;
                padding: 12px 16px;
            }
        }
        
        .map-container {
            margin-bottom: 24px;
        }
        
        .map-container #map {
            height: 350px;
            border-radius: 24px;
            overflow: hidden;
        }
        
        .map-placeholder {
            height: 250px;
            border-radius: 24px;
            background: var(--gray-bg);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: var(--gray-text);
        }
        
        .map-placeholder i {
            font-size: 48px;
            margin-bottom: 12px;
            color: var(--border);
        }
        
        .detail-header-new {
            margin-bottom: 20px;
        }

        .detail-header-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 12px;
        }

        .action-icons {
            display: flex;
            gap: 12px;
        }

        .action-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border: 1px solid var(--border);
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            color: var(--gray-text);
            font-size: 18px;
        }

        .action-icon:hover {
            transform: translateY(-2px);
        }

        .report-icon:hover {
            background-color: #FEF2F2;
            border-color: #EF4444;
            color: #EF4444;
        }

        .share-icon:hover {
            background-color: #F0F9FF;
            border-color: var(--primary);
            color: var(--primary);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 16px;
        }

        .status-pending {
            background: #FFF7ED;
            border: 1px solid #FED7AA;
            color: #9A3412;
        }

        .status-rejected {
            background: #FEF2F2;
            border: 1px solid #FEE2E2;
            color: #DC2626;
        }

        /* ===== container / grid ===== */
        .container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width: 576px) { .container { max-width: 540px; } }
        @media (min-width: 768px) { .container { max-width: 720px; } }
        @media (min-width: 992px) { .container { max-width: 960px; } }
        @media (min-width: 1200px) { .container { max-width: 1140px; } }
        @media (min-width: 1400px) { .container { max-width: 1320px; } }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .col-12, .col-md-6, .col-lg-4, .col-xl-3 {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

        .col-12 { flex: 0 0 100%; max-width: 100%; }
        @media (min-width: 768px) { .col-md-6 { flex: 0 0 50%; max-width: 50%; } }
        @media (min-width: 992px) { .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; } }
        @media (min-width: 1200px) { .col-xl-3 { flex: 0 0 25%; max-width: 25%; } }

        /* ===== ریسپانسیو موبایل ===== */
        @media (max-width: 768px) {
            .container {
                padding-right: 12px;
                padding-left: 12px;
            }
            
            .detail-title {
                font-size: 20px !important;
            }
            
            .main-gallery-img {
                height: 250px !important;
            }
            
            .two-columns {
                grid-template-columns: 1fr !important;
                gap: 16px !important;
            }
            
            .thumb-item {
                width: 60px !important;
                height: 60px !important;
            }
            
            .price-large {
                font-size: 22px !important;
            }
            
            .breadcrumb-list {
                padding: 10px 16px !important;
                border-radius: 40px !important;
            }
            
            .breadcrumb-list a,
            .breadcrumb-list span {
                font-size: 12px !important;
            }
            
            .info-card {
                padding: 16px !important;
            }
            
            .host-description {
                padding: 16px !important;
            }
            
            .reviews-header {
                flex-direction: column !important;
                align-items: flex-start !important;
                padding: 16px !important;
            }
            
            .summary-rating {
                padding: 6px 16px !important;
            }
            
            .rating-number {
                font-size: 24px !important;
            }
            
            .reviews-list {
                padding: 0 16px 16px !important;
            }
            
            .detail-code-box {
                font-size: 12px !important;
                padding: 4px 12px !important;
            }
            
            .feature-chip {
                font-size: 12px !important;
                padding: 6px 10px !important;
            }
            
            .features-grid {
                grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
            }
            
            .rules-container {
                padding: 16px !important;
            }
            
            .rules-container ul {
                padding-right: 16px !important;
            }
            
            .detail-header-top {
                flex-direction: column !important;
                align-items: flex-start !important;
                gap: 12px !important;
            }
            
            .action-icons {
                width: 100% !important;
                justify-content: flex-start !important;
            }

            .cities-nav {
                display: none;
            }

            .similar-card {
                flex: 0 0 220px !important;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding-right: 8px;
                padding-left: 8px;
            }
            
            .main-gallery-img {
                height: 200px !important;
            }
            
            .detail-title {
                font-size: 18px !important;
            }
            
            .price-large {
                font-size: 20px !important;
            }
            
            .two-columns {
                gap: 12px !important;
            }
            
            .info-card {
                padding: 12px !important;
                border-radius: 16px !important;
            }
            
            .info-row {
                padding: 10px 0 !important;
                font-size: 13px !important;
            }
            
            .breadcrumb-list {
                padding: 8px 12px !important;
                border-radius: 30px !important;
            }
            
            .thumb-item {
                width: 50px !important;
                height: 50px !important;
            }
            
            .similar-card {
                flex: 0 0 190px !important;
            }

            .similar-card img {
                height: 130px !important;
            }
            
            .btn-call {
                padding: 10px !important;
                font-size: 13px !important;
            }
            
            .reviews-header {
                padding: 12px !important;
            }
            
            .write-review-btn {
                padding: 8px 16px !important;
                font-size: 12px !important;
            }
            
            .form-body {
                padding: 16px !important;
            }
            
            .stars-input label {
                font-size: 24px !important;
            }
            
            .review-text {
                font-size: 13px !important;
            }
            
            .features-grid {
                grid-template-columns: 1fr 1fr !important;
            }
        }
    
    
        .residence-map-marker { background: none; border: none; }
    
/* SOURCE: resources/views/site/residences/index.blade.php */
    
:root {
    --primary: #66ccff;
    --secondary: #0A2B4E;
    --accent: #F59E0B;
    --gray-50: #F8FAFC;
    --gray-100: #F1F5F9;
    --gray-500: #64748B;
    --gray-700: #334155;
    --border: #E2E8F0;
}

.residences-index-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ===== Container / Grid system ===== */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-md-6, .col-lg-4, .col-xl-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 768px) { .col-md-6 { flex: 0 0 50%; max-width: 50%; } }
@media (min-width: 992px) { .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; } }
@media (min-width: 1200px) { .col-xl-3 { flex: 0 0 25%; max-width: 25%; } }


/* ===== Quick nav ===== */
.nav-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 30px;
}

.nav-quick-item {
    flex: 1 0 auto;
    background: white;
    text-align: center;
    padding: 14px 8px;
    border-radius: 60px;
    text-decoration: none;
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--border);
    transition: all 0.2s;
}

.nav-quick-item i {
    color: var(--primary);
    margin-left: 8px;
}

.nav-quick-item:hover {
    transform: translateY(-2px);
    border-color: var(--primary);
}

/* ===== Unified destination search ===== */
.destination-search {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 8px 8px 14px;
    border: 1px solid var(--border);
    margin-bottom: 20px;
}

.destination-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--gray-50);
    border-radius: 60px;
    padding: 6px 6px 6px 6px;
}

.destination-icon {
    color: var(--gray-500);
    margin-right: 14px;
    flex-shrink: 0;
}

.destination-input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 15px;
    padding: 12px 4px;
    min-width: 0;
    color: var(--gray-700);
}

.destination-clear {
    color: var(--gray-500);
    cursor: pointer;
    opacity: 0.6;
    padding: 0 6px;
}

.destination-clear:hover { opacity: 1; }

.destination-submit {
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 60px;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.destination-hint {
    font-size: 12px;
    color: var(--gray-500);
    margin: 10px 18px 0;
}

.destination-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 8px;
    left: 8px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.14);
    border: 1px solid var(--border);
    z-index: 1000;
    padding: 10px 0;
    max-height: 340px;
    overflow-y: auto;
}

.destination-group-title {
    font-size: 12px;
    font-weight: 700;
    color: #e67e22;
    padding: 6px 18px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.destination-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 18px 12px;
}

.destination-chip {
    background: #fffbeb;
    border: 1px solid #fbd38d;
    color: #b45309;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.15s;
}

.destination-chip:hover {
    background: #fef3c7;
    transform: translateY(-1px);
}

.destination-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 13px;
    color: var(--gray-700);
    transition: background 0.15s;
}

.destination-item:hover { background: #ebf5ff; }

.destination-item .item-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.destination-item .item-badge {
    margin-right: auto;
    font-size: 11px;
    color: var(--gray-500);
}

.destination-item.all { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 12px; }
.destination-item.search-text-item { color: var(--secondary); font-weight: 600; }

/* ===== Fullscreen takeover on mobile ===== */
.type-tabs-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-tabs-row .type-tabs-inline {
    flex: 1;
    min-width: 0;
}

.type-tabs-close {
    display: none;
    background: var(--gray-50);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .type-tabs-close { display: flex; }
}

@media (max-width: 768px) {
    .destination-search.destination-search-active {
        position: fixed !important;
        inset: 0 !important;
        z-index: 2100;
        border-radius: 0;
        border: none;
        margin: 0;
        padding: 10px 10px 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: 100dvh;
        background: white;
        animation: fadeInFull 0.15s ease;
    }

    .destination-search-active .destination-back {
        display: flex;
    }

    .destination-search-active .destination-input-wrap {
        flex-shrink: 0;
    }

    .destination-search-active .destination-hint {
        flex-shrink: 0;
    }

    .destination-search-active .type-tabs-inline {
        flex-shrink: 0;
    }

    .destination-search-active .destination-dropdown {
        position: static !important;
        flex: 1;
        width: auto;
        margin: 10px 0 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        max-height: none !important;
        overflow-y: auto;
        padding-bottom: 30px;
    }

    .destination-input {
        font-size: 16px; /* جلوگیری از زوم خودکار سافاری موقع فوکوس */
    }

    .destination-backdrop {
        display: none !important;
    }
}

@keyframes fadeInFull {
    from { opacity: 0; }
    to { opacity: 1; }
}

body.destination-open {
    overflow: hidden;
}

/* ===== People counter ===== */

.counter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--gray-50);
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.15s;
}

.counter-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.counter-btn:disabled { opacity: 0.35; cursor: not-allowed; }

.counter-value {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-700);
    min-width: 70px;
    text-align: center;
    white-space: nowrap;
}

/* ===== Chip toggles (residence type / amenities) ===== */
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 30px;
    border: 1.5px solid var(--border);
    background: white;
    font-size: 12.5px;
    color: var(--gray-700);
    cursor: pointer;
    transition: all 0.15s;
    user-select: none;
}

.chip-toggle:hover { border-color: var(--primary); }

.chip-toggle:has(input:checked) {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.chip-input { display: none; }

/* ===== Filters row ===== */
.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

/* ===== Page header ===== */
.page-header { margin: 30px 0 20px; }

.page-header h1,
.page-header h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 8px;
}

.page-header p {
    color: var(--gray-500);
    font-size: 14px;
}

/* ===== Properties grid / cards ===== */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 20px;
    margin: 30px 0;
    width: 100%;
}

.property-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid var(--border);
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
}

.card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 16px;
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 8px;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-location {
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.card-location span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-location i { color: var(--primary); }

.price-tag {
    background: var(--gray-50);
    padding: 10px 12px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    gap: 8px;
    min-width: 0;
}

.price-amount {
    font-size: 18px;
    font-weight: 800;
    color: var(--secondary);
    min-width: 0;
    overflow-wrap: anywhere;
}

.price-amount small { font-size: 11px; font-weight: normal; }

.rating-badge {
    background: #10B981;
    color: white;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

.card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 12px;
    color: var(--gray-500);
    margin: 12px 0;
}

.card-features span {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.card-features i { color: var(--primary); }

.btn-reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    background: var(--accent);
    text-align: center;
    padding: 12px;
    border-radius: 18px;
    color: white;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    line-height: 1;
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: auto;
}

.btn-reserve:hover {
    background: #D97706;
    color: white;
    transform: translateY(-1px);
}

.btn-reserve i { color: white; }

/* ===== Pagination ===== */
.pagination-modern {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 40px 0 20px;
}

.pagination-modern nav { width: 100%; }

.pagination-modern .admin-pagination-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pagination-modern .admin-pagination-summary {
    margin: 0;
    color: var(--gray-500);
    font-size: 12px;
}

.pagination-modern .admin-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    direction: ltr;
    list-style: none;
}

.pagination-modern .page-item { display: inline-flex; }

.pagination-modern .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: white;
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.pagination-modern .page-item.active .page-link {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.pagination-modern .page-item.disabled .page-link {
    background: var(--gray-50);
    color: #94A3B8;
}

.page-btn {
    padding: 10px 16px;
    border-radius: 12px;
    background: white;
    border: 1px solid var(--border);
    color: var(--gray-700);
    text-decoration: none;
    transition: all 0.2s;
}

.page-btn.active {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.loading-spinner { text-align: center; padding: 60px; }

/* ===== Hero (season banner) ===== */
.hero-season {
    position: relative;
    width: 100%;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    background-color: #0A2B4E;
    border-radius: 0 0 32px 32px;
}

.hero-overlay-light {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 0 0 32px 32px;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 50px 24px;
}

.hero-title {
    font-size: 32px;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
    text-shadow: 0 4px 1px rgba(0,0,0,0.9);
}

.hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}

/* ===== Hero (city mosaic banner) ===== */
.hero-city-mosaic {
    position: relative;
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
    border-radius: 0 0 32px 32px;
    overflow: hidden;
    background-color: #0A2B4E;
}

.mosaic-grid {
    display: grid;
    gap: 2px;
    width: 100%;
    height: 100%;
}

.mosaic-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease, filter 0.2s ease, opacity 0.3s ease;
    filter: brightness(0.85);
    background-color: #1a1a2e;
    opacity: 0;
}

.mosaic-item.loaded { opacity: 1; }

.mosaic-item:hover {
    transform: scale(1.05);
    filter: brightness(1);
    z-index: 3;
}

.mosaic-placeholder {
    background: linear-gradient(90deg, #2a2a3e 0%, #1a1a2e 50%, #2a2a3e 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.mosaic-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 0 0 32px 32px;
}

.mosaic-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    color: white;
}

.mosaic-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.mosaic-description {
    font-size: 15px;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* ===== Popular cities (slider) ===== */
.popular-cities { margin: 30px 0 40px; }

.cities-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.cities-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cities-nav {
    display: flex;
    gap: 8px;
}

.cities-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: white;
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.cities-nav-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.cities-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.cities-slider-wrap {
    position: relative;
}

.cities-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 2px 2px 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cities-slider::-webkit-scrollbar { display: none; }

.city-card {
    scroll-snap-align: start;
    flex: 0 0 160px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid var(--border);
    transition: all 0.3s;
}

.city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px -12px rgba(0,0,0,0.15);
}

.city-image {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.city-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.city-card:hover .city-image img { transform: scale(1.05); }

.city-info { padding: 12px; text-align: center; }

.city-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 4px;
}

.city-count {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
}

/* ============================================
   ریسپانسیو
   ============================================ */

@media (max-width: 768px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .properties-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
        gap: 16px;
    }

    .filters-row {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 12px;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .filter-select {
        font-size: 12px;
        padding: 8px 14px;
        white-space: nowrap;
    }

    .page-header h1, .page-header h2 { font-size: 20px; }

    .hero-season,
    .hero-city-mosaic {
        border-radius: 0 0 20px 20px;
        min-height: 220px;
    }

    .hero-city-mosaic { height: 220px; }

    .hero-content, .mosaic-content { padding: 35px 20px; }

    .hero-title, .mosaic-title { font-size: 24px; }
    .hero-desc, .mosaic-description { font-size: 13px; }
    .mosaic-description { max-width: 85%; }

    .cities-slider {
        gap: 10px;
    }

    .city-card {
        flex: 0 0 128px;
    }

    .cities-nav {
        display: none; /* توی موبایل سوایپ کافیه */
    }

    .city-image { height: 80px; }
    .city-name { font-size: 13px; }
    .city-count { font-size: 10px; }
}

@media (max-width: 550px) {
    .properties-grid { grid-template-columns: 1fr; }

    .nav-quick { gap: 8px; }
    .nav-quick-item { font-size: 11px; padding: 10px 6px; }

    .cities-header { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .container {
        padding-right: 8px;
        padding-left: 8px;
    }

    .hero-season,
    .hero-city-mosaic {
        min-height: 160px;
        border-radius: 0 0 16px 16px;
    }

    .hero-city-mosaic { height: 200px; }

    .hero-title, .mosaic-title { font-size: 18px; }
    .hero-desc, .mosaic-description { font-size: 12px; max-width: 90%; }

    .nav-quick { flex-wrap: wrap; gap: 6px; }
    .nav-quick-item {
        font-size: 10px;
        padding: 8px 10px;
        flex: 1 0 calc(50% - 6px);
        border-radius: 30px;
    }

    .card-image { height: 180px; }
    .card-title { font-size: 14px; }
    .price-amount { font-size: 16px; }

    .btn-reserve { font-size: 13px; min-height: 48px; }

    .pagination-modern .page-link {
        min-width: 32px;
        height: 32px;
        font-size: 11px;
    }

}

/* ===== تب‌های نوع اقامتگاه ===== */
/* ===== تب‌های نوع اقامتگاه (داخل کادر جستجو) ===== */
.type-tabs-inline {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 6px 10px 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--border);
}

.type-tabs-inline::-webkit-scrollbar { display: none; }

.type-tab {
    flex: 0 0 auto;
    padding: 8px 4px 12px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-500);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
}

.type-tab:hover { color: var(--secondary); }

.type-tab.active {
    color: var(--secondary);
    border-bottom-color: var(--accent);
}

/* ===== کادر مسافران داخل جستجو ===== */
.guests-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 30px;
    background: white;
    border: 1px solid var(--border);
    font-size: 13px;
    color: var(--gray-700);
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
}

.guests-trigger i { color: var(--primary); }

.guests-trigger-badge { display: none; }

.guests-panel {
    background: white;
    border-radius: 16px;
    padding: 14px 18px;
    margin: 10px 8px 0;
    border: 1px solid var(--border);
}

.guests-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.guests-panel-close {
    background: var(--gray-50);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    font-size: 12px;
    cursor: pointer;
}

.guests-panel-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.guests-panel-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-700);
}

.guests-confirm-btn {
    width: 100%;
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .guests-trigger-text { display: none; }
    .guests-trigger { padding: 10px 11px; position: relative; }

    .guests-trigger-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 20px;
        background: var(--accent);
        color: white;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        top: -4px;
        left: -4px;
    }

    .destination-submit span { display: none; }
    .destination-submit {
        padding: 12px 16px;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        justify-content: center;
    }

    .guests-panel {
        margin: 0;
        border: none;
        border-radius: 0;
        border-top: 1px solid var(--border);
        flex-shrink: 0;
    }
}

/* ===== دکمه‌های فیلتر (قیمت / امکانات) ===== */
.filters-row {
    position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-trigger-wrap { position: relative; }

.filter-trigger-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 40px;
    padding: 10px 18px;
    font-size: 13px;
    color: var(--gray-700);
    cursor: pointer;
    white-space: nowrap;
}

.filter-trigger-btn i.fa-money,
.filter-trigger-btn i.fa-magic { color: var(--primary); }

.filter-caret { font-size: 10px; color: var(--gray-500); margin-right: 2px; }

.filter-count-badge {
    background: var(--accent);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
}

.filter-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: white;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.14);
    border: 1px solid var(--border);
    z-index: 900;
    padding: 18px;
    min-width: 280px;
}

.amenities-dropdown { max-width: 340px; max-height: 320px; overflow-y: auto; }

/* ===== اسلایدر بازه قیمت ===== */
.price-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 14px;
}

.price-slider-wrap {
    position: relative;
    height: 34px;
    margin-bottom: 10px;
}

.price-range {
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
}

.price-range::-webkit-slider-runnable-track {
    height: 4px;
    background: var(--gray-100);
    border-radius: 4px;
}

.price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--secondary);
    border: 3px solid white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    margin-top: -7px;
    cursor: pointer;
}

.price-range::-moz-range-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--secondary);
    border: 3px solid white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
}

.price-range::-moz-range-track {
    height: 4px;
    background: var(--gray-100);
    border-radius: 4px;
}

.filter-apply-btn {
    width: 100%;
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    margin-top: 8px;
}

@media (max-width: 550px) {
    .filter-dropdown {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 24px 24px 0 0;
        min-width: unset;
        max-width: unset;
        max-height: 75vh;
        overflow-y: auto;
        z-index: 2200;
    }

    .amenities-dropdown { max-width: unset; max-height: 75vh; }
}

.filters-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2100;
    display: none;
}

.filter-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--secondary);
}

@media (max-width: 550px) {
    .filters-backdrop { display: block; }
}

/* SOURCE: resources/views/site/residences/unavailable.blade.php */
    
        .residence-unavailable {
            min-height: 55vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 48px 16px;
        }

        .residence-unavailable__box {
            width: min(100%, 620px);
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            padding: 32px;
            text-align: center;
            box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
        }

        .residence-unavailable__icon {
            width: 64px;
            height: 64px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #eff6ff;
            color: #0a2b4e;
            margin-bottom: 18px;
            font-size: 28px;
        }

        .residence-unavailable h1 {
            color: #0a2b4e;
            font-size: 24px;
            margin: 0 0 12px;
        }

        .residence-unavailable p {
            color: #475569;
            line-height: 1.8;
            margin: 0;
            direction: ltr;
            overflow-wrap: anywhere;
        }
    
/* SOURCE: resources/views/site/layouts/app.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
        }
    
    
        @font-face {
            font-family: 'shabnam';
            src: url('{{asset("plugin/shabnam-font-v1.1.0/Farsi-Digits/Shabnam-FD.woff")}}') format('woff');
            font-display: swap;
        }
        * { font-family: 'shabnam', Tahoma, sans-serif; }

        body { background: #F8FAFC; color: #1E293B; }

        .d-none { display: none !important; }

        .text-primary { color: #66ccff !important; }
        .bg-primary { background: #0A2B4E !important; }
        .btn-primary { background: #0A2B4E !important; border-color: #0A2B4E !important; }
        .btn-success { background: #F59E0B !important; border-color: #F59E0B !important; }
        .btn-success:hover { background: #D97706 !important; }

        .promo-banner {
            background: #F59E0B;
            color: #1E293B;
            text-align: center;
            padding: 8px;
            font-size: 13px;
            font-weight: 500;
        }
        .promo-banner a { color: #1E293B; text-decoration: none; font-weight: 700; margin-right: 8px; }
        .promo-banner a:hover { color: white; }
    
/* SOURCE: resources/views/site/content-pages/show.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .page-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        .page-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        }
        
        .page-header {
            background: var(--secondary);
            padding: 24px 28px;
            border-bottom: 3px solid var(--primary);
        }
        
        .page-header h1 {
            color: white;
            font-size: 26px;
            font-weight: 800;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .page-header h1 i {
            color: var(--primary);
            font-size: 28px;
        }
        
        .page-body {
            padding: 32px 36px;
        }
        
        .page-content {
            font-size: 16px;
            line-height: 1.8;
            color: var(--gray-text);
            text-align: justify;
        }
        
        .page-content h2 {
            font-size: 22px;
            color: var(--secondary);
            margin: 24px 0 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .page-content h3 {
            font-size: 18px;
            color: var(--secondary);
            margin: 20px 0 12px;
        }
        
        .page-content p {
            margin-bottom: 16px;
        }
        
        .page-content ul, .page-content ol {
            margin: 16px 0;
            padding-right: 24px;
        }
        
        .page-content li {
            margin-bottom: 8px;
        }
        
        .page-content a {
            color: var(--primary);
            text-decoration: none;
        }
        
        .page-content a:hover {
            color: var(--accent);
        }
        
        .page-content strong {
            color: var(--secondary);
        }
        
        .page-content img {
            max-width: 100%;
            border-radius: 16px;
            margin: 20px 0;
        }
        
        @media (max-width: 768px) {
            .page-container {
                padding: 12px;
            }
            
            .page-header {
                padding: 18px 20px;
            }
            
            .page-header h1 {
                font-size: 20px;
            }
            
            .page-header h1 i {
                font-size: 22px;
            }
            
            .page-body {
                padding: 20px 24px;
            }
            
            .page-content {
                font-size: 14px;
            }
        }
    
/* SOURCE: resources/views/site/contact/show.blade.php */
    
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .page-header {
            margin: 20px 0 30px;
            text-align: center;
        }
        
        .page-header h2 {
            font-size: 28px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .page-header p {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .form-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .form-header {
            background: var(--secondary);
            padding: 16px 24px;
            border-bottom: 3px solid var(--primary);
        }
        
        .form-header h3 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }
        
        .form-header i {
            color: var(--primary);
            margin-left: 8px;
        }
        
        .form-body {
            padding: 24px;
        }
        
        .info-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .info-header {
            background: var(--secondary);
            padding: 16px 24px;
            border-bottom: 3px solid var(--primary);
        }
        
        .info-header h3 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }
        
        .info-body {
            padding: 24px;
        }
        
        .contact-info-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 14px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .contact-info-item:last-child {
            border-bottom: none;
        }
        
        .contact-info-item i {
            width: 40px;
            height: 40px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 18px;
        }
        
        .contact-info-item span {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--secondary);
            font-size: 13px;
        }
        
        .form-group label i {
            color: var(--primary);
            margin-left: 6px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            transition: all 0.2s;
            font-family: inherit;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .form-control-custom:disabled {
            background: var(--gray-bg);
            color: var(--gray-text);
        }
        
        select.form-control-custom {
            cursor: pointer;
        }
        
        textarea.form-control-custom {
            resize: vertical;
            min-height: 140px;
        }
        
        .alert-box {
            background: #FEF3C7;
            border-right: 4px solid #F59E0B;
            padding: 16px;
            border-radius: 12px;
            margin-bottom: 24px;
            text-align: center;
        }
        
        .alert-box p {
            margin-bottom: 12px;
            color: #92400E;
        }
        
        .login-link {
            display: inline-block;
            background: var(--accent);
            color: white;
            padding: 10px 24px;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s;
        }
        
        .login-link:hover {
            background: #D97706;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-submit:hover:not(:disabled) {
            background: #D97706;
            transform: translateY(-1px);
        }
        
        .btn-submit:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .error-text {
            color: #EF4444;
            font-size: 12px;
            margin-top: 6px;
            display: block;
        }
        
        @media (max-width: 768px) {
            .contact-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .page-header h2 {
                font-size: 22px;
            }
            
            .form-body, .info-body {
                padding: 16px;
            }
        }
    
/* SOURCE: resources/views/panels/user/components/footer.blade.php */
    /* ============================================
       فوتر هنری نهایی - بدون نارنجی اضافی
       متن‌ها راست‌چین
    ============================================ */
    
    .footer-art {
        background: #0A2B4E;
        margin-top: 60px;
        position: relative;
    }
    
    /* نوارهای اصلی */
    .art-bars {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .art-bar {
        padding: 24px 40px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        text-align: right;
    }
    
    /* رنگ‌بندی حرفه‌ای هر نوار - فقط آبی‌های مختلف */
    .bar-brand { background: linear-gradient(135deg, #1A4A6E 0%, #0F3550 100%); }
    .bar-links { background: linear-gradient(135deg, #1E5580 0%, #134065 100%); }
    .bar-pages { background: linear-gradient(135deg, #226092 0%, #174C78 100%); }
    .bar-social { background: linear-gradient(135deg, #266BA4 0%, #1A558A 100%); }
    .bar-contact { background: linear-gradient(135deg, #2A76B6 0%, #1D609C 100%); }
    .bar-trust { background: linear-gradient(135deg, #2E81C8 0%, #206AAE 100%); }
    
    /* افکت حرکت نور روی نوارها */
    .art-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
        transition: left 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        pointer-events: none;
    }
    
    .art-bar:hover::before {
        left: 100%;
    }
    
    .art-bar:hover {
        padding-right: 55px;
        background: #1A4A6E;
    }
    
    .art-bar:hover .bar-header i,
    .art-bar:hover .bar-header span,
    .art-bar:hover .brand-mini span,
    .art-bar:hover .brand-desc-full,
    .art-bar:hover .bar-links-group a,
    .art-bar:hover .social-mini-icon,
    .art-bar:hover .contact-full-item,
    .art-bar:hover .contact-full-item i,
    .art-bar:hover .contact-full-item span,
    .art-bar:hover .contact-full-item strong {
        color: #66ccff;
    }
    
    .art-bar:hover .trust-full-group img {
        background: white;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    /* محتوای داخل نوار */
    .bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* برند با توضیحات کامل */
    .brand-full {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .brand-mini {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .brand-mini i {
        font-size: 28px;
        color: #66ccff;
    }
    
    .brand-mini span {
        font-size: 20px;
        font-weight: 800;
        color: white;
    }
    
    .brand-desc-full {
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
        color: #B0D4F0;
        margin: 0;
        max-width: 90%;
    }
    
    /* هدر هر نوار */
    .bar-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .bar-header i {
        font-size: 18px;
        color: #66ccff;
    }
    
    .bar-header span {
        font-size: 15px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.5px;
    }
    
    /* گروه لینک‌ها */
    .bar-links-group {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bar-links-group a {
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        position: relative;
    }
    
    .bar-links-group a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 0;
        height: 1px;
        background: #66ccff;
        transition: width 0.3s;
    }
    
    .bar-links-group a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .bar-links-group a:hover {
        color: #66ccff;
        transform: translateX(3px);
    }
    
    /* شبکه اجتماعی */
    .social-mini-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .social-mini-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        padding: 5px 10px;
        border-radius: 40px;
        background: rgba(255,255,255,0.03);
    }
    
    .social-mini-icon i {
        font-size: 16px;
    }
    
    .social-mini-icon:hover {
        color: #66ccff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }
    
    /* اطلاعات تماس کامل */
    .contact-full-group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .contact-full-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: #B0D4F0;
    }
    
    .contact-full-item i {
        width: 32px;
        height: 32px;
        background: rgba(102, 204, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #66ccff;
    }
    
    .contact-full-item div {
        display: flex;
        flex-direction: column;
    }
    
    .contact-full-item span {
        font-size: 10px;
        color: #7FA8C9;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .contact-full-item strong {
        font-size: 13px;
        font-weight: 600;
        color: white;
    }
    
    /* نمادهای اعتماد */
    .trust-full-group {
        display: flex;
        gap: 15px;
    }
    
    .trust-full-group img {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 12px;
        padding: 6px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    /* کپی‌رایت مینیمال */
    .art-copyright {
        text-align: center;
        padding: 16px;
        background: #051a2f;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .art-copyright span {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.5px;
    }
    
    .copyright-sign {
        font-size: 10px;
        color: #66ccff;
    }
    
    /* ریسپانسیو موبایل */
    @media (max-width: 992px) {
        .art-bar {
            padding: 20px 24px;
        }
        
        .bar-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .brand-desc-full {
            max-width: 100%;
        }
    }
    
    @media (max-width: 768px) {
        .art-bar {
            padding: 18px 20px;
        }
        
        .bar-links-group {
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-mini-group {
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .contact-full-group {
            flex-direction: column;
            gap: 12px;
        }
        
        .trust-full-group {
            flex-wrap: wrap;
        }
        
        .art-bar:hover {
            padding-right: 20px;
        }
        
        .brand-mini span {
            font-size: 18px;
        }
        
        .brand-desc-full {
            font-size: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .bar-links-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-icon {
            width: fit-content;
        }
    }
    
/* SOURCE: resources/views/panels/user/components/header.blade.php */
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .header-logo {
        flex-shrink: 0;
    }
    
    .header-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }
    
    .header-user {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    
    .user-icon {
        background: rgba(102, 204, 255, 0.15);
        color: #66ccff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }
    
    .user-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
        white-space: nowrap;
    }
    
    .user-link:hover {
        color: #F59E0B;
    }
    
    /* موبایل - فاصله از حاشیه */
    @media (max-width: 768px) {
        .header-wrapper {
            padding: 10px 12px;
        }
    }
    
    @media (max-width: 480px) {
        .header-wrapper {
            padding: 8px 10px;
        }
        
        .user-link {
            font-size: 12px;
        }
        
        .user-icon, .user-avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        
        .header-logo img {
            max-height: 42px;
        }
    }
/* SOURCE: resources/views/panels/user/layouts/app.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
        }
    </style>
    <style>
        @font-face {
            font-family: 'shabnam';
            src: url('{{asset("plugin/shabnam-font-v1.1.0/Farsi-Digits/Shabnam-FD.woff")}}') format('woff');
            font-display: swap;
        }
        * { font-family: 'shabnam', Tahoma, sans-serif; }
        
        body { background: #F8FAFC; color: #1E293B; }

        .d-none { display: none !important; }
        
        .text-primary { color: #66ccff !important; }
        .bg-primary { background: #0A2B4E !important; }
        .btn-primary { background: #0A2B4E !important; border-color: #0A2B4E !important; }
        .btn-success { background: #F59E0B !important; border-color: #F59E0B !important; }
        .btn-success:hover { background: #D97706 !important; }
        
        .promo-banner {
            background: #F59E0B;
            color: #1E293B;
            text-align: center;
            padding: 8px;
            font-size: 13px;
            font-weight: 500;
        }
        .promo-banner a { color: #1E293B; text-decoration: none; font-weight: 700; margin-right: 8px; }
        .promo-banner a:hover { color: white; }
/* SOURCE: resources/views/panels/user/pages/tickets/index.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
        }
        
        .tickets-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        /* لینک بازگشت */
        .back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--primary);
            text-decoration: none;
            font-size: 13px;
            margin-bottom: 20px;
            padding: 8px 16px;
            background: white;
            border-radius: 40px;
            border: 1px solid var(--border);
            transition: all 0.2s;
        }
        
        .back-link:hover {
            border-color: var(--primary);
            color: var(--accent);
        }
        
        /* هدر تیکت */
        .ticket-header {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            padding: 20px 24px;
            margin-bottom: 24px;
        }
        
        .ticket-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .ticket-title i {
            color: var(--primary);
        }
        
        .ticket-badge {
            display: inline-block;
            background: var(--gray-bg);
            color: var(--gray-text);
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 12px;
        }
        
        .ticket-badge i {
            margin-left: 4px;
        }
        
        /* لیست پیام‌ها - حالت چت */
        .messages-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 32px;
        }
        
        .message-item {
            display: flex;
            gap: 12px;
            max-width: 80%;
        }
        
        .message-item.me {
            flex-direction: row-reverse;
            align-self: flex-end;
        }
        
        /* آواتار */
        .message-avatar {
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .message-avatar i {
            font-size: 22px;
            color: var(--primary);
        }
        
        .message-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* حباب پیام - اندازه یکسان */
        .message-bubble {
            flex: 0 1 auto;
            max-width: calc(100% - 54px);
            background: white;
            border-radius: 20px;
            padding: 12px 18px;
            border: 1px solid var(--border);
        }
        
        .message-item.me .message-bubble {
            background: var(--secondary);
            border-color: var(--secondary);
        }
        
        /* فرستنده */
        .message-sender {
            font-size: 12px;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 6px;
        }
        
        .message-item.me .message-sender {
            color: rgba(255,255,255,0.7);
        }
        
        /* متن پیام - با شکستن خودکار */
        .message-text {
            font-size: 14px;
            line-height: 1.6;
            color: var(--gray-text);
            word-wrap: break-word;
            white-space: normal;
        }
        
        .message-item.me .message-text {
            color: white;
        }
        
        /* زمان */
        .message-time {
            font-size: 10px;
            color: var(--gray-text);
            direction: ltr;
            display: inline-block;
            margin-top: 6px;
        }
        
        .message-item.me .message-time {
            color: rgba(255,255,255,0.5);
        }
        
        /* فرم پاسخ */
        .reply-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
            margin-top: 24px;
        }
        
        .reply-header {
            background: var(--secondary);
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .reply-header i {
            color: var(--primary);
            font-size: 18px;
        }
        
        .reply-header h3 {
            color: white;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .reply-body {
            padding: 24px;
        }
        
        .reply-textarea {
            width: 100%;
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 14px;
            font-family: inherit;
            font-size: 14px;
            resize: vertical;
            transition: all 0.2s;
        }
        
        .reply-textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .btn-send {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 16px;
        }
        
        .btn-send:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .btn-send:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .error-text {
            color: var(--danger);
            font-size: 12px;
            margin-top: 6px;
            display: block;
        }
        
        /* خالی بودن */
        .empty-messages {
            text-align: center;
            padding: 48px 20px;
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            color: var(--gray-text);
        }
        
        .empty-messages i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        /* پاسخ داده شده */
        .ticket-status {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid var(--border);
        }
        
        .status-badge {
            background: #FEF3C7;
            color: #D97706;
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 12px;
        }
        
        .status-badge.resolved {
            background: #E8F5E9;
            color: #2E7D32;
        }
        
        @media (max-width: 768px) {
            .message-item {
                max-width: 90%;
            }
            
            .message-bubble {
                max-width: calc(100% - 46px);
            }
            
            .message-avatar {
                width: 36px;
                height: 36px;
            }
            
            .message-avatar i {
                font-size: 18px;
            }
            
            .message-bubble {
                padding: 10px 14px;
            }
            
            .reply-body {
                padding: 20px;
            }
        }
/* SOURCE: resources/views/panels/user/pages/residences/form.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
            --warning: #F59E0B;
        }
        
        .form-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        /* دیباگ پنل */
        .debug-panel {
            background: #1a1a2e;
            color: #00ff00;
            border: 2px solid #ff0000;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 20px;
            font-family: 'Courier New', monospace;
            font-size: 12px;
            direction: ltr;
            text-align: left;
            overflow-x: auto;
        }
        
        .debug-panel h4 {
            color: #ff6600;
            margin: 0 0 10px 0;
            font-size: 14px;
        }
        
        .debug-panel .debug-section {
            margin-bottom: 10px;
            padding: 5px;
            border-left: 2px solid #ff6600;
            padding-left: 10px;
        }
        
        .debug-panel .error-text {
            color: #ff4444;
        }
        
        .debug-panel .success-text {
            color: #00ff00;
        }
        
        /* پیشرفت آپلود */
        .upload-progress-container {
            margin-top: 10px;
            display: none;
        }
        
        .upload-progress-container.show {
            display: block;
        }
        
        .upload-progress-bar {
            width: 100%;
            height: 6px;
            background: var(--border);
            border-radius: 3px;
            overflow: hidden;
        }
        
        .upload-progress-fill {
            height: 100%;
            background: var(--success);
            width: 0%;
            transition: width 0.3s ease;
        }
        
        .upload-progress-text {
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 5px;
            text-align: center;
        }
        
        .step-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 2px solid var(--border);
        }
        
        .step-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--secondary);
            margin: 0;
        }
        
        .step-badge {
            background: var(--success);
            color: white;
            padding: 6px 20px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 600;
        }
        
        .form-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            padding: 28px;
            margin-bottom: 24px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        
        .section-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 20px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .form-label i {
            color: var(--primary);
            margin-left: 4px;
        }
        
        .form-label .required {
            color: var(--danger);
            margin-right: 4px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background: white;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .error-text {
            color: var(--danger);
            font-size: 11px;
            margin-top: 4px;
            display: block;
        }
        
        .warning-banner {
            background: #FEF3C7;
            border: 1px solid #FCD34D;
            border-radius: 12px;
            padding: 12px 16px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: #92400E;
        }
        
        .map-container {
            margin-top: 8px;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid var(--border);
        }
        
        #map {
            height: 350px;
            width: 100%;
            background: var(--gray-bg);
        }
        
        .upload-area {
            margin-top: 8px;
        }
        
        .upload-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--gray-bg);
            border: 1px solid var(--border);
            padding: 10px 24px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .upload-btn:hover:not(.disabled) {
            background: var(--border);
            transform: translateY(-1px);
        }
        
        .upload-btn.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .file-input {
            display: none;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
            gap: 12px;
            margin-top: 20px;
        }
        
        .gallery-item {
            position: relative;
            aspect-ratio: 1 / 1;
            border-radius: 16px;
            overflow: hidden;
            border: 2px solid var(--border);
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .gallery-item:hover {
            transform: scale(1.02);
        }
        
        .gallery-item.active {
            border-color: var(--primary);
            box-shadow: 0 0 0 2px rgba(102,204,255,0.3);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .main-badge {
            position: absolute;
            top: 6px;
            right: 6px;
            background: var(--primary);
            color: white;
            font-size: 10px;
            padding: 2px 10px;
            border-radius: 30px;
            font-weight: 600;
        }
        
        .delete-btn {
            position: absolute;
            bottom: 6px;
            left: 6px;
            background: rgba(0,0,0,0.6);
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .delete-btn:hover {
            background: var(--danger);
            transform: scale(1.1);
        }
        
        .empty-item {
            background: var(--gray-bg);
            border: 2px dashed var(--border);
            border-radius: 16px;
            aspect-ratio: 1 / 1;
        }
        
        .options-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 12px;
            margin-bottom: 24px;
        }
        
        .option-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            background: var(--gray-bg);
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .option-item:hover {
            background: #e2e8f0;
        }
        
        .option-item input {
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: var(--primary);
        }
        
        .option-item label {
            font-size: 13px;
            color: var(--gray-text);
            cursor: pointer;
            margin: 0;
            flex: 1;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-submit:hover:not(:disabled) {
            background: #D97706;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(245,158,11,0.3);
        }
        
        .btn-submit:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
        
        .btn-secondary {
            background: #64748B;
        }
        
        .btn-secondary:hover:not(:disabled) {
            background: #475569;
        }
        
        @media (max-width: 768px) {
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .form-group.full-width {
                grid-column: span 1;
            }
            
            .form-card {
                padding: 20px;
            }
            
            .options-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .step-title {
                font-size: 20px;
            }
            
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
            }
        }
/* SOURCE: resources/views/panels/user/pages/profile.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
        }
        
        .profile-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        .profile-card {
            background: white;
            border-radius: 28px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        
        .profile-header {
            background: linear-gradient(135deg, var(--secondary) 0%, #1A4A6E 100%);
            padding: 32px;
            text-align: center;
            position: relative;
        }
        
        .avatar-wrapper {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        
        .avatar {
            width: 120px;
            height: 120px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border: 4px solid white;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            transition: all 0.2s;
        }
        
        .avatar:hover {
            transform: scale(1.02);
        }
        
        .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .avatar i {
            font-size: 60px;
            color: var(--primary);
        }
        
        .avatar-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.2s;
        }
        
        .avatar-wrapper:hover .avatar-overlay {
            opacity: 1;
        }
        
        .avatar-overlay i {
            font-size: 30px;
            color: white;
        }
        
        .profile-name {
            font-size: 22px;
            font-weight: 800;
            color: white;
            margin-top: 16px;
            margin-bottom: 4px;
        }
        
        .profile-phone {
            font-size: 14px;
            color: rgba(255,255,255,0.8);
        }
        
        .profile-body {
            padding: 32px;
        }
        
        .form-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 24px;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 0;
        }
        
        .form-group.full-width {
            grid-column: span 2;
        }
        
        .form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .form-label i {
            color: var(--primary);
            margin-left: 4px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background: white;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .form-control-custom:disabled {
            background: var(--gray-bg);
            color: var(--gray-text);
        }
        
        .phone-display {
            display: flex;
            align-items: center;
            gap: 12px;
            background: var(--gray-bg);
            border-radius: 12px;
            padding: 12px 16px;
        }
        
        .phone-display span {
            flex: 1;
            font-size: 14px;
            color: var(--secondary);
            direction: ltr;
        }
        
        .phone-badge {
            background: var(--border);
            color: var(--gray-text);
            padding: 4px 12px;
            border-radius: 40px;
            font-size: 11px;
        }
        
        .error-text {
            color: var(--danger);
            font-size: 11px;
            margin-top: 4px;
            display: block;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 24px;
        }
        
        .btn-submit:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .profile-body {
                padding: 24px;
            }
            .form-grid {
                grid-template-columns: 1fr;
            }
            .form-group.full-width {
                grid-column: span 1;
            }
            .avatar {
                width: 100px;
                height: 100px;
            }
            .profile-name {
                font-size: 18px;
            }
        }
/* SOURCE: resources/views/panels/user/pages/dashboard.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
            --success: #10B981;
            --danger: #EF4444;
            --warning: #F59E0B;
        }
        
        .dashboard-container {
            padding: 20px 0 40px;
        }
        
        .dashboard-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border);
        }
        
        .dashboard-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary);
            margin: 0;
        }
        
        .logout-btn {
            background: transparent;
            border: 1px solid var(--danger);
            color: var(--danger);
            padding: 8px 20px;
            border-radius: 40px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .logout-btn:hover {
            background: var(--danger);
            color: white;
        }
        
        /* کارت کیف پول - شبیه کارت بانکی */
        .wallet-card {
            background: linear-gradient(135deg, #1E3A5F 0%, #0F2B45 100%);
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 32px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.15);
        }
        
        .wallet-card::before {
            content: "💳";
            position: absolute;
            bottom: -20px;
            right: -20px;
            font-size: 120px;
            opacity: 0.05;
            pointer-events: none;
        }
        
        .card-chip {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 32px;
        }
        
        .chip-icon {
            width: 50px;
            height: 40px;
            background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
            border-radius: 10px;
            position: relative;
        }
        
        .chip-icon::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 8px;
            width: 20px;
            height: 16px;
            background: #B8860B;
            border-radius: 3px;
        }
        
        .card-type {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
            letter-spacing: 2px;
        }
        
        .card-balance {
            margin-bottom: 24px;
        }
        
        .balance-label {
            color: rgba(255,255,255,0.6);
            font-size: 12px;
            margin-bottom: 4px;
        }
        
        .balance-amount {
            font-size: 32px;
            font-weight: 800;
            color: white;
        }
        
        .balance-amount small {
            font-size: 14px;
            font-weight: normal;
        }
        
        .card-number {
            font-family: 'Courier New', monospace;
            font-size: 22px;
            letter-spacing: 2px;
            color: white;
            margin-bottom: 20px;
            text-align: center;
            direction: ltr;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }
        
        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
        }
        
        .card-expiry {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
        }
        
        .wallet-actions {
            display: flex;
            gap: 10px;
        }
        
        .wallet-btn-small {
            background: rgba(255,255,255,0.15);
            border: 1px solid rgba(255,255,255,0.2);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            text-decoration: none;
            display: inline-block;
        }
        
        .wallet-btn-small:hover {
            background: rgba(255,255,255,0.25);
        }
        
        /* منوی اصلی */
        .main-menu {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 16px;
            margin-bottom: 32px;
        }
        
        .menu-card {
            background: white;
            border-radius: 20px;
            padding: 20px 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid var(--border);
            transition: all 0.3s;
        }
        
        .menu-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
            border-color: var(--primary);
        }
        
        .menu-icon {
            width: 55px;
            height: 55px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
        }
        
        .menu-icon i {
            font-size: 26px;
            color: var(--primary);
        }
        
        .menu-card h4 {
            font-size: 15px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .menu-card p {
            font-size: 11px;
            color: var(--gray-text);
        }
        
        /* پیام خوانده نشده */
        .unread-alert {
            background: #FEF3C7;
            border-radius: 16px;
            padding: 14px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
        }
        
        .read-messages-btn {
            background: var(--warning);
            color: #1E293B;
            border: none;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            cursor: pointer;
        }
        
        /* تب‌ها */
        .tabs-container {
            background: white;
            border-radius: 20px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .tabs-header {
            background: var(--gray-bg);
            padding: 12px 16px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            scrollbar-width: thin;
            -webkit-overflow-scrolling: touch;
        }
        
        .tabs-header::-webkit-scrollbar {
            height: 3px;
        }
        
        .tabs-header::-webkit-scrollbar-track {
            background: var(--border);
            border-radius: 10px;
        }
        
        .tabs-header::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
        .tab-btn {
            background: transparent;
            border: none;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            color: var(--gray-text);
            cursor: pointer;
            transition: all 0.2s;
            border-radius: 40px;
            display: inline-block;
        }
        
        .tab-btn.active {
            background: var(--secondary);
            color: white;
        }
        
        .tab-content {
            padding: 24px;
        }
        
        .tab-pane {
            display: none;
        }
        
        .tab-pane.active {
            display: block;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* لیست اقامتگاه‌ها */
        .properties-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }
        
        .property-item {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.3s;
            position: relative;
        }
        
        .property-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.1);
        }
        
        /* استایل کانتینر تصویر برای موقعیت‌دهی نشانگر وضعیت */
        .property-image-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
        }
        
        .property-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .property-item:hover .property-image {
            transform: scale(1.05);
        }
        
        /* نشانگر وضعیت در بالای تصویر */
        .property-status-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 5;
            background: rgba(0,0,0,0.7);
            backdrop-filter: blur(4px);
            border-radius: 40px;
            padding: 4px 12px;
            font-size: 11px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            white-space: nowrap;
        }
        
        /* وضعیت در حال بررسی */
        .status-pending {
            background: #fef3c7;
            color: #92400e;
        }
        
        /* وضعیت رد شده */
        .status-rejected {
            background: #fee2e2;
            color: #991b1b;
        }
        
        /* وضعیت تایید شده */
        .status-approved {
            background: #ecfdf5;
            color: #047857;
        }
        
        .property-info {
            padding: 16px;
        }
        
        .property-title {
            font-size: 15px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .property-stats {
            display: flex;
            gap: 12px;
            font-size: 12px;
            color: var(--gray-text);
            margin-bottom: 12px;
        }
        
        .property-stats i {
            color: var(--primary);
        }
        
        .property-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .btn-sm {
            padding: 6px 14px;
            font-size: 12px;
            border-radius: 40px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            border: none;
        }
        
        .btn-outline {
            background: transparent;
            color: var(--secondary);
            border: 1px solid var(--border);
        }
        
        .btn-primary {
            background: var(--secondary);
            color: white;
        }
        
        .btn-danger {
            background: var(--danger);
            color: white;
        }
        
        /* درخواست‌ها و رزروها */
        .request-item, .reservation-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            padding: 16px;
            background: var(--gray-bg);
            border-radius: 16px;
            margin-bottom: 12px;
        }
        
        .request-residence, .reservation-residence {
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
        }
        
        .request-details, .reservation-details {
            display: flex;
            gap: 16px;
            font-size: 12px;
            color: var(--gray-text);
            flex-wrap: wrap;
        }
        
        .request-details i, .reservation-details i {
            color: var(--primary);
        }
        
        .request-status, .reservation-status {
            font-size: 12px;
            margin-top: 6px;
        }
        
        .request-status.pending, .reservation-status.pending {
            color: var(--warning);
        }
        
        .request-status.confirmed, .reservation-status.confirmed {
            color: var(--success);
        }
        
        .request-status.cancelled, .reservation-status.cancelled {
            color: var(--danger);
        }
        
        .request-amount, .reservation-amount {
            font-size: 18px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        /* تراکنش‌ها */
        .transactions-list {
            margin-top: 16px;
        }
        
        .transaction-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .transaction-icon {
            width: 45px;
            height: 45px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .transaction-icon i {
            font-size: 20px;
        }
        
        .transaction-info {
            flex: 1;
        }
        
        .transaction-title {
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 4px;
        }
        
        .transaction-date {
            font-size: 11px;
            color: var(--gray-text);
        }
        
        .transaction-amount {
            font-weight: 700;
            font-size: 15px;
        }
        
        .text-success { color: var(--success); }
        .text-danger { color: var(--danger); }
        
        /* تیکت‌ها */
        .tickets-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .tickets-table th,
        .tickets-table td {
            padding: 12px;
            text-align: right;
            border-bottom: 1px solid var(--border);
        }
        
        .tickets-table th {
            background: var(--gray-bg);
            font-weight: 600;
            color: var(--secondary);
        }
        
        .status-warning { color: var(--warning); }
        .status-success { color: var(--success); }
        
        .empty-state {
            text-align: center;
            padding: 48px 20px;
            color: var(--gray-text);
        }
        
        .empty-state i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        /* راهنمای موبایل */
        .mobile-hint {
            display: none;
            text-align: center;
            font-size: 11px;
            color: var(--gray-text);
            padding: 8px;
            background: var(--gray-bg);
            border-radius: 40px;
            margin-bottom: 16px;
        }
        
        @media (max-width: 768px) {
            .main-menu {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .properties-list {
                grid-template-columns: 1fr;
            }
            
            .tickets-table {
                display: block;
                overflow-x: auto;
            }
            
            .mobile-hint {
                display: block;
            }
            
            .card-footer {
                flex-direction: column;
                align-items: flex-start;
            }
            
            /* تنظیم نشانگر وضعیت برای موبایل */
            .property-status-badge {
                top: 8px;
                right: 8px;
                padding: 3px 10px;
                font-size: 10px;
            }
        }
/* SOURCE: resources/views/panels/user/pages/auth/login.blade.php */
	        :root {
	            --primary: #66ccff;
	            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
	            --border: #E2E8F0;
	        }

	        #login-page {
	            width: 100%;
	            max-width: 100%;
	            overflow-x: hidden;
	        }

	        .login-container {
	            min-height: calc(100dvh - 260px);
	            display: flex;
	            align-items: flex-start;
	            justify-content: center;
	            padding: clamp(24px, 5vw, 56px) 16px;
	        }

	        .login-card {
	            max-width: 520px;
	            width: 100%;
	            background: white;
	            border-radius: 28px;
	            border: 1px solid var(--border);
	            padding: clamp(28px, 5vw, 42px) clamp(20px, 5vw, 36px);
	            text-align: center;
	            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
	            overflow: visible;
	        }

	        .login-icon {
	            width: 72px;
	            height: 72px;
	            background: linear-gradient(135deg, var(--secondary) 0%, #1A4A6E 100%);
	            border-radius: 50%;
	            display: flex;
	            align-items: center;
	            justify-content: center;
	            margin: 0 auto 24px;
	            flex: 0 0 72px;
	        }

	        .login-icon i {
	            font-size: 34px;
	            color: var(--primary);
	        }
        
        .login-title {
            font-size: 26px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 12px;
        }
        
	        .login-subtitle {
	            color: var(--gray-text);
	            font-size: 14px;
	            margin-bottom: 28px;
	            line-height: 1.9;
	        }
        
        .phone-input {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid var(--border);
            border-radius: 60px;
            font-size: 16px;
	            text-align: center;
	            font-family: inherit;
	            transition: all 0.2s;
	            direction: ltr;
	            min-height: 52px;
	        }
        
        .phone-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .error-text {
            color: #EF4444;
            font-size: 12px;
            margin-top: 8px;
            display: block;
        }
        
        .terms-text {
            font-size: 12px;
            color: var(--gray-text);
            margin: 20px 0;
        }
        
        .terms-text a {
            color: var(--primary);
            text-decoration: none;
        }
        
	        .btn-continue {
	            width: 100%;
	            background: var(--accent);
            color: white;
            border: none;
            border-radius: 60px;
            padding: 14px;
            font-size: 16px;
	            font-weight: 700;
	            cursor: pointer;
	            transition: all 0.2s;
	            min-height: 52px;
	            display: inline-flex;
	            align-items: center;
	            justify-content: center;
	            gap: 8px;
	        }
        
        .btn-continue:hover {
            background: #D97706;
            transform: translateY(-1px);
        }
        
        .btn-continue:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .phone-display {
            background: var(--gray-bg);
            border-radius: 60px;
            padding: 12px 20px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 28px;
        }
        
        .phone-number {
            font-size: 16px;
            font-weight: 600;
            color: var(--secondary);
            direction: ltr;
            display: inline-block;
        }
        
        .edit-phone {
            font-size: 12px;
            color: var(--primary);
            cursor: pointer;
            text-decoration: none;
        }
        
	        .otp-container {
	            display: flex;
	            justify-content: center;
	            flex-wrap: wrap;
	            gap: 12px;
	            margin: 24px 0;
	            direction: ltr;
        }
        
        .otp-input {
            width: 55px;
            height: 55px;
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            border: 1px solid var(--border);
            border-radius: 16px;
            background: var(--gray-bg);
            transition: all 0.2s;
            -moz-appearance: textfield;
            appearance: textfield;
        }
        
        .otp-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .otp-input::-webkit-outer-spin-button,
        .otp-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .timer-btn {
            background: transparent;
            border: 1px solid var(--border);
            border-radius: 60px;
            padding: 8px 20px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
            margin-top: 8px;
        }
        
        .timer-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .resend-text {
            font-size: 12px;
            color: var(--gray-text);
        }
        
	        .btn-verify {
	            width: 100%;
	            background: var(--accent);
            color: white;
            border: none;
            border-radius: 60px;
            padding: 14px;
            font-size: 16px;
            font-weight: 700;
	            cursor: pointer;
	            transition: all 0.2s;
	            margin-top: 16px;
	            min-height: 52px;
	            display: inline-flex;
	            align-items: center;
	            justify-content: center;
	            gap: 8px;
	        }
        
        .btn-verify:hover {
            background: #D97706;
        }
        
	        @media (max-width: 480px) {
	            .login-container {
	                min-height: auto;
	                padding: 22px 0 34px;
	            }
	            .login-card {
	                border-radius: 22px;
	                padding: 26px 18px;
	            }
	            .login-title {
	                font-size: 22px;
	            }
	            .login-icon {
	                width: 64px;
	                height: 64px;
	                flex-basis: 64px;
	                margin-bottom: 18px;
	            }
	            .login-icon i {
	                font-size: 30px;
	            }
	            .otp-input {
	                width: 45px;
	                height: 45px;
                font-size: 20px;
            }
            .otp-container {
                gap: 8px;
            }
        }
/* SOURCE: resources/views/site/components/support-assistant.blade.php */
    .support-assistant {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        font-family: 'shabnam', Tahoma, sans-serif;
    }

    .support-assistant__toggle {
        width: 55px;
        height: 55px;
        background: #F59E0B;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        transition: all 0.2s;
    }

    .support-assistant__toggle:hover {
        transform: scale(1.05);
        background: #D97706;
    }

    .support-assistant__toggle i {
        font-size: 26px;
        color: white;
    }

    .support-assistant__panel {
        position: absolute;
        bottom: 70px;
        right: 0;
        width: 320px;
        max-width: calc(100vw - 40px);
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        display: none;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #E2E8F0;
    }

    .support-assistant__panel.show {
        display: flex;
    }

    .support-assistant__header {
        background: #0A2B4E;
        color: white;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .support-assistant__header h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .support-assistant__header h4 i {
        color: #66ccff;
        margin-left: 6px;
    }

    .support-assistant__header .close-btn {
        cursor: pointer;
        font-size: 18px;
        opacity: 0.7;
        padding: 0 5px;
    }

    .support-assistant__messages {
        height: 350px;
        padding: 12px;
        overflow-y: auto;
        background: #F8FAFC;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .support-assistant__message--bot {
        background: white;
        padding: 8px 12px;
        border-radius: 16px;
        border-top-right-radius: 4px;
        max-width: 85%;
        align-self: flex-start;
        font-size: 12px;
        color: #1E293B;
        border: 1px solid #E2E8F0;
        line-height: 1.5;
    }

    .support-assistant__message--user {
        background: #66ccff;
        color: #0A2B4E;
        padding: 8px 12px;
        border-radius: 16px;
        border-top-left-radius: 4px;
        max-width: 85%;
        align-self: flex-end;
        font-size: 12px;
    }

    .support-assistant__quick-actions {
        padding: 10px 12px;
        border-top: 1px solid #E2E8F0;
        background: white;
    }

    .support-assistant__quick-title {
        font-size: 10px;
        color: #64748B;
        margin-bottom: 8px;
    }

    .support-assistant__quick-list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .support-assistant__quick-btn {
        background: #F1F5F9;
        padding: 5px 10px;
        border-radius: 30px;
        font-size: 11px;
        cursor: pointer;
        transition: all 0.2s;
        color: #0A2B4E;
    }

    .support-assistant__quick-btn:hover {
        background: #66ccff;
        color: white;
    }

    .support-assistant__input {
        display: flex;
        padding: 10px 12px;
        border-top: 1px solid #E2E8F0;
        background: white;
        gap: 8px;
    }

    .support-assistant__input input {
        flex: 1;
        border: 1px solid #E2E8F0;
        border-radius: 40px;
        padding: 8px 14px;
        font-size: 12px;
        outline: none;
    }

    .support-assistant__input input:focus {
        border-color: #66ccff;
    }

    .support-assistant__input button {
        background: #F59E0B;
        border: none;
        border-radius: 40px;
        padding: 8px 16px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        font-size: 12px;
    }

    @media (max-width: 480px) {
        .support-assistant__panel {
            width: 300px;
            right: -10px;
            bottom: 65px;
        }

        .support-assistant__messages {
            height: 300px;
        }

        .support-assistant__toggle {
            width: 48px;
            height: 48px;
        }

        .support-assistant__toggle i {
            font-size: 22px;
        }
    }
/* SOURCE: resources/views/site/components/footer.blade.php */
    /* ============================================
       فوتر هنری نهایی - بدون نارنجی اضافی
       متن‌ها راست‌چین
    ============================================ */
    
    .footer-art {
        background: #0A2B4E;
        margin-top: 60px;
        position: relative;
    }
    
    /* نوارهای اصلی */
    .art-bars {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .art-bar {
        padding: 24px 40px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        text-align: right;
    }
    
    /* رنگ‌بندی حرفه‌ای هر نوار - فقط آبی‌های مختلف */
    .bar-brand { background: linear-gradient(135deg, #1A4A6E 0%, #0F3550 100%); }
    .bar-links { background: linear-gradient(135deg, #1E5580 0%, #134065 100%); }
    .bar-pages { background: linear-gradient(135deg, #226092 0%, #174C78 100%); }
    .bar-social { background: linear-gradient(135deg, #266BA4 0%, #1A558A 100%); }
    .bar-contact { background: linear-gradient(135deg, #2A76B6 0%, #1D609C 100%); }
    .bar-trust { background: linear-gradient(135deg, #2E81C8 0%, #206AAE 100%); }
    
    /* افکت حرکت نور روی نوارها */
    .art-bar::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
        transition: left 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        pointer-events: none;
    }
    
    .art-bar:hover::before {
        left: 100%;
    }
    
    .art-bar:hover {
        padding-right: 55px;
        background: #1A4A6E;
    }
    
    .art-bar:hover .bar-header i,
    .art-bar:hover .bar-header span,
    .art-bar:hover .brand-mini span,
    .art-bar:hover .brand-desc-full,
    .art-bar:hover .bar-links-group a,
    .art-bar:hover .social-mini-icon,
    .art-bar:hover .contact-full-item,
    .art-bar:hover .contact-full-item i,
    .art-bar:hover .contact-full-item span,
    .art-bar:hover .contact-full-item strong {
        color: #66ccff;
    }
    
    .art-bar:hover .trust-full-group img {
        background: white;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    /* محتوای داخل نوار */
    .bar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* برند با توضیحات کامل */
    .brand-full {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .brand-mini {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .brand-mini i {
        font-size: 28px;
        color: #66ccff;
    }
    
    .brand-mini span {
        font-size: 20px;
        font-weight: 800;
        color: white;
    }
    
    .brand-desc-full {
        font-size: 13px;
        text-align: right;
        line-height: 1.6;
        color: #B0D4F0;
        margin: 0;
        max-width: 90%;
    }
    
    /* هدر هر نوار */
    .bar-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .bar-header i {
        font-size: 18px;
        color: #66ccff;
    }
    
    .bar-header span {
        font-size: 15px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.5px;
    }
    
    .bar-toggle-icon {
        display: none;
        font-size: 13px;
        color: #66ccff;
        transition: transform 0.3s ease;
        margin-right: auto;
    }
    
    /* گروه لینک‌ها */
    .bar-links-group {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    
    .bar-links-group a {
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        position: relative;
    }
    
    .bar-links-group a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 0;
        height: 1px;
        background: #66ccff;
        transition: width 0.3s;
    }
    
    .bar-links-group a:hover::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .bar-links-group a:hover {
        color: #66ccff;
        transform: translateX(3px);
    }
    
    /* شبکه اجتماعی */
    .social-mini-group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .social-mini-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #B0D4F0;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.2s;
        padding: 5px 10px;
        border-radius: 40px;
        background: rgba(255,255,255,0.03);
    }
    
    .social-mini-icon i {
        font-size: 16px;
    }
    
    .social-mini-icon:hover {
        color: #66ccff;
        background: rgba(255,255,255,0.08);
        transform: translateY(-2px);
    }
    
    /* اطلاعات تماس کامل */
    .contact-full-group {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .contact-full-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 13px;
        color: #B0D4F0;
    }
    
    .contact-full-item i {
        width: 32px;
        height: 32px;
        background: rgba(102, 204, 255, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #66ccff;
    }
    
    .contact-full-item div {
        display: flex;
        flex-direction: column;
    }
    
    .contact-full-item span {
        font-size: 10px;
        color: #7FA8C9;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .contact-full-item strong {
        font-size: 13px;
        font-weight: 600;
        color: white;
    }
    
    /* نمادهای اعتماد */
    .trust-full-group {
        display: flex;
        gap: 15px;
    }
    
    .trust-full-group img {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 12px;
        padding: 6px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    /* کپی‌رایت مینیمال */
    .art-copyright {
        text-align: center;
        padding: 16px;
        background: #051a2f;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .art-copyright span {
        font-size: 11px;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.5px;
    }
    
    .copyright-sign {
        font-size: 10px;
        color: #66ccff;
    }
    
    /* ریسپانسیو موبایل */
    @media (max-width: 992px) {
        .art-bar {
            padding: 20px 24px;
        }
        
        .bar-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .brand-desc-full {
            max-width: 100%;
        }
    }
    
 @media (max-width: 768px) {
        .art-bar {
            padding: 18px 20px;
        }

        .bar-header,
        .brand-mini {
            width: 100%;
            justify-content: space-between;
            cursor: pointer;
        }

        .bar-toggle-icon {
            display: inline-flex;
        }

        .art-bar.bar-open .bar-toggle-icon {
            transform: rotate(180deg);
        }

        .bar-body {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            margin-top: 0;
            transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.35s ease;
        }

        .art-bar.bar-open .bar-body {
            max-height: 600px;
            opacity: 1;
            margin-top: 14px;
        }

        .bar-links-group {
            gap: 15px;
            flex-wrap: wrap;
        }
        
        .social-mini-group {
            gap: 12px;
            flex-wrap: wrap;
        }
        
        .contact-full-group {
            flex-direction: column;
            gap: 12px;
        }
        
        .trust-full-group {
            flex-wrap: wrap;
        }
        
        .art-bar:hover {
            padding-right: 20px;
        }
        
        .brand-mini span {
            font-size: 18px;
        }
        
        .brand-desc-full {
            font-size: 12px;
        }
    }
    
    @media (max-width: 480px) {
        .bar-links-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-group {
            flex-direction: column;
            gap: 8px;
        }
        
        .social-mini-icon {
            width: fit-content;
        }
    }
    
/* SOURCE: resources/views/site/components/header.blade.php */
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .header-logo {
        flex-shrink: 0;
    }
    
    .header-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }
    
    .header-user {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }
    
    .user-icon {
        background: rgba(102, 204, 255, 0.15);
        color: #66ccff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    
    .user-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
    }
    
    .user-link {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
        white-space: nowrap;
    }
    
    .user-link:hover {
        color: #F59E0B;
    }
    
    /* موبایل - فاصله از حاشیه */
    @media (max-width: 768px) {
        .header-wrapper {
            padding: 10px 12px;
        }
    }
    
    @media (max-width: 480px) {
        .header-wrapper {
            padding: 8px 10px;
        }
        
        .user-link {
            font-size: 12px;
        }
        
        .user-icon, .user-avatar {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
        
        .header-logo img {
            max-height: 42px;
        }
    }
/* SOURCE: resources/views/site/residences/detail.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .breadcrumb-section {
            margin: 15px 0 20px;
        }
        
        .breadcrumb-list {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            background: white;
            padding: 12px 20px;
            border-radius: 60px;
            border: 1px solid var(--border);
        }
        
        .breadcrumb-list a {
            color: var(--primary);
            text-decoration: none;
            font-size: 13px;
        }
        
        .detail-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .detail-code-box {
            background: var(--gray-bg);
            padding: 6px 16px;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 16px;
            border: 1px solid var(--border);
            font-size: 14px;
        }
        
        .detail-code-box i {
            color: var(--primary);
        }
        
        .detail-location {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }
        
        .location-info {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .location-info i {
            color: var(--primary);
        }
        
        .gallery-container {
            margin-bottom: 24px;
        }
        
        .main-gallery-img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            border-radius: 24px;
        }
        
        .gallery-thumbs {
            display: flex;
            gap: 10px;
            margin-top: 12px;
            overflow-x: auto;
            padding-bottom: 8px;
            scrollbar-width: thin;
        }
        
        .thumb-item {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.2s;
        }
        
        .thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .thumb-item:hover {
            transform: scale(1.05);
        }
        
        .thumb-active {
            border-color: var(--primary);
        }
        
        .gallery-thumbs::-webkit-scrollbar {
            height: 4px;
        }
        
        .gallery-thumbs::-webkit-scrollbar-track {
            background: var(--border);
            border-radius: 10px;
        }
        
        .gallery-thumbs::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 10px;
        }
        
        .two-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-bottom: 24px;
        }
        
        .info-card {
            background: white;
            border-radius: 24px;
            padding: 24px;
            border: 1px solid var(--border);
        }
        
        .type-badge {
            background: var(--secondary);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
        }
        
        .price-large {
            font-size: 26px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        .info-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .info-row:last-child {
            border-bottom: none;
        }
        
        .info-row i {
            width: 24px;
            color: var(--primary);
        }
        
        .btn-call {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-weight: 700;
            width: 100%;
            cursor: pointer;
            text-align: center;
            margin-top: 16px;
            transition: all 0.2s;
        }
        
        .btn-call:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .host-description {
            background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 24px;
            border-right: 4px solid var(--primary);
        }
        
        .features-section {
            margin-bottom: 24px;
        }
        
        .features-category {
            margin-bottom: 20px;
        }
        
        .features-category h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 10px;
        }
        
        .feature-chip {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            background: var(--gray-bg);
            border-radius: 40px;
            font-size: 13px;
            transition: all 0.2s;
        }
        
        .feature-chip.disabled {
            opacity: 0.6;
            background: #F1F5F9;
        }
        
        .feature-chip.disabled .text-muted {
            color: #94A3B8;
        }
        
        .feature-chip i {
            font-size: 14px;
        }
        
        .rules-container {
            background: #FEF3C7;
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 24px;
        }
        
        .rules-container h3 {
            color: #92400E;
            margin-bottom: 12px;
        }
        
        .rules-container ul {
            padding-right: 20px;
            color: #92400E;
        }

        .similar-section {
            margin: 32px 0;
        }

        .similar-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary);
        }

        .similar-card {
            scroll-snap-align: start;
            flex: 0 0 260px;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.3s;
        }

        .similar-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px -12px rgba(0,0,0,0.15);
        }

        .similar-card img {
            width: 100%;
            height: 160px;
            object-fit: cover;
        }
        
        .similar-card-content {
            padding: 12px;
        }
        
        .similar-card-title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--secondary);
        }
        
        .similar-price {
            font-size: 16px;
            font-weight: 800;
            color: var(--secondary);
        }
        
        .similar-view-btn {
            background: var(--accent);
            color: white;
            padding: 6px 16px;
            border-radius: 40px;
            text-decoration: none;
            font-size: 12px;
            display: inline-block;
            transition: all 0.2s;
        }
        
        .similar-view-btn:hover {
            background: #D97706;
        }

        .cities-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 20px;
        }

        .cities-nav {
            display: flex;
            gap: 8px;
        }

        .cities-nav-btn {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1px solid var(--border);
            background: white;
            color: var(--secondary);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
            flex-shrink: 0;
        }

        .cities-nav-btn:hover:not(:disabled) {
            background: var(--secondary);
            color: white;
            border-color: var(--secondary);
        }

        .cities-nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .cities-slider-wrap {
            position: relative;
        }

        .cities-slider {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            padding: 2px 2px 10px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .cities-slider::-webkit-scrollbar { display: none; }

        @media (max-width: 768px) {
            .two-columns {
                grid-template-columns: 1fr;
            }
            .main-gallery-img {
                height: 250px;
            }
            .detail-title {
                font-size: 20px;
            }
            .thumb-item {
                width: 60px;
                height: 60px;
            }
        }
        
        /* بخش نظرات */
        .reviews-section {
            margin: 32px 0;
            background: white;
            border-radius: 28px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
        }
        
        .reviews-header {
            padding: 24px 28px;
            background: linear-gradient(135deg, #F8FAFE 0%, #FFFFFF 100%);
            border-bottom: 1px solid var(--border);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        
        .reviews-summary {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .summary-rating {
            display: flex;
            align-items: baseline;
            gap: 4px;
            background: var(--secondary);
            padding: 8px 20px;
            border-radius: 60px;
        }
        
        .rating-number {
            font-size: 28px;
            font-weight: 800;
            color: white;
        }
        
        .rating-out {
            font-size: 13px;
            color: rgba(255,255,255,0.8);
        }
        
        .summary-stars i {
            color: #F59E0B;
            font-size: 18px;
            margin: 0 2px;
        }
        
        .summary-count {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .review-form-card {
            margin: 24px 28px;
            background: var(--gray-bg);
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .form-header {
            background: var(--secondary);
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .form-header i {
            color: var(--primary);
            font-size: 20px;
        }
        
        .form-header h4 {
            color: white;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }
        
        .form-body {
            padding: 24px;
        }
        
        .rating-input-group {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .rating-label {
            font-weight: 600;
            color: var(--secondary);
        }
        
        .stars-input {
            display: flex;
            flex-direction: row-reverse;
            gap: 8px;
        }
        
        .stars-input input {
            display: none;
        }
        
        .stars-input label {
            font-size: 28px;
            color: #CBD5E0;
            cursor: pointer;
            transition: 0.2s;
        }
        
        .stars-input label:hover,
        .stars-input label:hover ~ label,
        .stars-input input:checked ~ label {
            color: #F59E0B;
        }
        
        .comment-input-group {
            position: relative;
        }
        
        .comment-input-group textarea {
            width: 100%;
            border: 1px solid var(--border);
            border-radius: 20px;
            padding: 14px;
            font-family: inherit;
            font-size: 13px;
            resize: vertical;
            transition: 0.2s;
        }
        
        .comment-input-group textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102,204,255,0.1);
        }
        
        .char-counter {
            text-align: left;
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 4px;
        }
        
        .btn-submit-review {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px 28px;
            font-weight: 600;
            margin-top: 16px;
            cursor: pointer;
            transition: 0.2s;
        }
        
        .btn-submit-review:hover {
            background: #D97706;
            transform: translateY(-2px);
        }
        
        .btn-submit-review:disabled {
            opacity: 0.7;
            cursor: wait;
        }
        
        .review-alert {
            margin: 24px 28px;
            padding: 20px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
        }
        
        .review-alert i {
            font-size: 24px;
        }
        
        .already-reviewed {
            background: #E8F5E9;
            color: #2E7D32;
        }
        
        .already-reviewed i {
            color: #4CAF50;
        }

        .comment-success {
            background: #E8F5E9;
            color: #2E7D32;
        }

        .comment-success i {
            color: #4CAF50;
        }

        .comment-error {
            background: #FEE2E2;
            color: #B91C1C;
        }

        .comment-error i {
            color: #EF4444;
        }
        
        .login-required {
            background: #FFF3E0;
            color: #E65100;
        }
        
        .login-required i {
            color: #FF9800;
        }
        
        .login-required a {
            color: #E65100;
            font-weight: 700;
        }
        
        .reviews-list {
            padding: 0 28px 28px;
        }
        
        .list-header {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 16px 0;
            border-bottom: 2px solid var(--border);
            margin-bottom: 16px;
        }
        
        .list-header i {
            color: var(--primary);
            font-size: 18px;
        }
        
        .list-header span {
            font-weight: 700;
            color: var(--secondary);
        }
        
        .review-card {
            display: flex;
            gap: 20px;
            padding: 20px 0;
            border-bottom: 1px solid var(--border);
            animation: fadeInUp 0.4s ease-out backwards;
            transition: all 0.3s;
        }

        .review-card:hover {
            background: linear-gradient(135deg, rgba(102,204,255,0.02) 0%, rgba(102,204,255,0.05) 100%);
            transform: translateX(4px);
        }
        
        .review-sidebar {
            flex-shrink: 0;
            width: 100px;
            text-align: center;
        }
        
        .user-avatar {
            width: 60px;
            height: 60px;
            margin: 0 auto 8px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .header-wrapper .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0;
    display: block;
}
        
        .user-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .user-avatar i {
            font-size: 36px;
            color: var(--primary);
        }
        
        .user-name {
            font-weight: 600;
            color: var(--secondary);
            font-size: 13px;
        }
        
        .review-date {
            font-size: 11px;
            color: var(--gray-text);
            margin-top: 4px;
        }
        
        .review-content {
            flex: 1;
        }
        
        .review-stars i {
            color: #F59E0B;
            font-size: 14px;
            margin: 0 1px;
        }
        
        .review-text {
            margin-top: 8px;
            font-size: 14px;
            line-height: 1.6;
            color: var(--gray-text);
        }
        
        .review-empty {
            text-align: center;
            padding: 48px 28px;
            color: var(--gray-text);
        }
        
        .review-empty i {
            font-size: 48px;
            color: var(--border);
            margin-bottom: 12px;
            display: block;
        }
        
        @media (max-width: 768px) {
            .reviews-header, .review-form-card, .review-alert {
                margin: 16px;
            }
            .reviews-list {
                padding: 0 16px 16px;
            }
            .review-card {
                flex-direction: column;
                gap: 12px;
            }
            .review-sidebar {
                width: 100%;
                display: flex;
                align-items: center;
                gap: 12px;
                text-align: left;
            }
            .user-avatar {
                width: 45px;
                height: 45px;
                margin: 0;
            }
            .user-avatar i {
                font-size: 28px;
            }
            .stars-input label {
                font-size: 24px;
            }
        }
        
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes starPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.2); }
        }
        
        .animated-star {
            animation: starPulse 0.5s ease-in-out;
        }
        
        .write-review-btn {
            background: linear-gradient(135deg, var(--accent) 0%, #D97706 100%);
            border: none;
            padding: 10px 24px;
            border-radius: 40px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 2px 8px rgba(245,158,11,0.3);
        }
        
        .write-review-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(245,158,11,0.4);
        }
        
        .rating-feedback {
            font-size: 13px;
            padding: 4px 12px;
            background: white;
            border-radius: 40px;
            color: var(--secondary);
            font-weight: 500;
        }
        
        [x-cloak] {
            display: none !important;
        }
        
        .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.95);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }

        .lightbox.active {
            display: flex;
        }
        
        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 40px;
            color: white;
            cursor: pointer;
            z-index: 10000;
            font-weight: bold;
        }
        
        .lightbox-content {
            position: relative;
            width: 90%;
            max-width: 1200px;
            margin: auto;
        }
        
        .lightbox-content img {
            width: 100%;
            height: auto;
            max-height: 85vh;
            object-fit: contain;
            border-radius: 8px;
        }
        
        .lightbox-prev, .lightbox-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.2);
            color: white;
            border: none;
            font-size: 30px;
            padding: 16px 20px;
            cursor: pointer;
            border-radius: 50%;
            transition: 0.2s;
        }
        
        .lightbox-prev:hover, .lightbox-next:hover {
            background: rgba(255,255,255,0.4);
        }
        
        .lightbox-prev {
            left: -50px;
        }
        
        .lightbox-next {
            right: -50px;
        }
        
        .lightbox-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            background: rgba(0,0,0,0.6);
            padding: 6px 12px;
            border-radius: 40px;
            font-size: 14px;
        }
        
        .main-image-wrapper {
            position: relative;
            cursor: pointer;
        }
        
        .image-overlay {
            position: absolute;
            bottom: 16px;
            right: 16px;
            background: rgba(0,0,0,0.6);
            color: white;
            padding: 6px 12px;
            border-radius: 40px;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 6px;
            opacity: 0;
            transition: opacity 0.2s;
        }
        
        .main-image-wrapper:hover .image-overlay {
            opacity: 1;
        }
        
        @media (max-width: 768px) {
            .lightbox-prev {
                left: 10px;
            }
            .lightbox-next {
                right: 10px;
            }
            .lightbox-prev, .lightbox-next {
                font-size: 24px;
                padding: 12px 16px;
            }
        }
        
        .map-container {
            margin-bottom: 24px;
        }
        
        .map-container #map {
            height: 350px;
            border-radius: 24px;
            overflow: hidden;
        }
        
        .map-placeholder {
            height: 250px;
            border-radius: 24px;
            background: var(--gray-bg);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: var(--gray-text);
        }
        
        .map-placeholder i {
            font-size: 48px;
            margin-bottom: 12px;
            color: var(--border);
        }
        
        .detail-header-new {
            margin-bottom: 20px;
        }

        .detail-header-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 12px;
        }

        .action-icons {
            display: flex;
            gap: 12px;
        }

        .action-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border: 1px solid var(--border);
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            color: var(--gray-text);
            font-size: 18px;
        }

        .action-icon:hover {
            transform: translateY(-2px);
        }

        .report-icon:hover {
            background-color: #FEF2F2;
            border-color: #EF4444;
            color: #EF4444;
        }

        .share-icon:hover {
            background-color: #F0F9FF;
            border-color: var(--primary);
            color: var(--primary);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 16px;
        }

        .status-pending {
            background: #FFF7ED;
            border: 1px solid #FED7AA;
            color: #9A3412;
        }

        .status-rejected {
            background: #FEF2F2;
            border: 1px solid #FEE2E2;
            color: #DC2626;
        }

        /* ===== container / grid ===== */
        .container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width: 576px) { .container { max-width: 540px; } }
        @media (min-width: 768px) { .container { max-width: 720px; } }
        @media (min-width: 992px) { .container { max-width: 960px; } }
        @media (min-width: 1200px) { .container { max-width: 1140px; } }
        @media (min-width: 1400px) { .container { max-width: 1320px; } }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .col-12, .col-md-6, .col-lg-4, .col-xl-3 {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

        .col-12 { flex: 0 0 100%; max-width: 100%; }
        @media (min-width: 768px) { .col-md-6 { flex: 0 0 50%; max-width: 50%; } }
        @media (min-width: 992px) { .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; } }
        @media (min-width: 1200px) { .col-xl-3 { flex: 0 0 25%; max-width: 25%; } }

        /* ===== ریسپانسیو موبایل ===== */
        @media (max-width: 768px) {
            .container {
                padding-right: 12px;
                padding-left: 12px;
            }
            
            .detail-title {
                font-size: 20px !important;
            }
            
            .main-gallery-img {
                height: 250px !important;
            }
            
            .two-columns {
                grid-template-columns: 1fr !important;
                gap: 16px !important;
            }
            
            .thumb-item {
                width: 60px !important;
                height: 60px !important;
            }
            
            .price-large {
                font-size: 22px !important;
            }
            
            .breadcrumb-list {
                padding: 10px 16px !important;
                border-radius: 40px !important;
            }
            
            .breadcrumb-list a,
            .breadcrumb-list span {
                font-size: 12px !important;
            }
            
            .info-card {
                padding: 16px !important;
            }
            
            .host-description {
                padding: 16px !important;
            }
            
            .reviews-header {
                flex-direction: column !important;
                align-items: flex-start !important;
                padding: 16px !important;
            }
            
            .summary-rating {
                padding: 6px 16px !important;
            }
            
            .rating-number {
                font-size: 24px !important;
            }
            
            .reviews-list {
                padding: 0 16px 16px !important;
            }
            
            .detail-code-box {
                font-size: 12px !important;
                padding: 4px 12px !important;
            }
            
            .feature-chip {
                font-size: 12px !important;
                padding: 6px 10px !important;
            }
            
            .features-grid {
                grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
            }
            
            .rules-container {
                padding: 16px !important;
            }
            
            .rules-container ul {
                padding-right: 16px !important;
            }
            
            .detail-header-top {
                flex-direction: column !important;
                align-items: flex-start !important;
                gap: 12px !important;
            }
            
            .action-icons {
                width: 100% !important;
                justify-content: flex-start !important;
            }

            .cities-nav {
                display: none;
            }

            .similar-card {
                flex: 0 0 220px !important;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding-right: 8px;
                padding-left: 8px;
            }
            
            .main-gallery-img {
                height: 200px !important;
            }
            
            .detail-title {
                font-size: 18px !important;
            }
            
            .price-large {
                font-size: 20px !important;
            }
            
            .two-columns {
                gap: 12px !important;
            }
            
            .info-card {
                padding: 12px !important;
                border-radius: 16px !important;
            }
            
            .info-row {
                padding: 10px 0 !important;
                font-size: 13px !important;
            }
            
            .breadcrumb-list {
                padding: 8px 12px !important;
                border-radius: 30px !important;
            }
            
            .thumb-item {
                width: 50px !important;
                height: 50px !important;
            }
            
            .similar-card {
                flex: 0 0 190px !important;
            }

            .similar-card img {
                height: 130px !important;
            }
            
            .btn-call {
                padding: 10px !important;
                font-size: 13px !important;
            }
            
            .reviews-header {
                padding: 12px !important;
            }
            
            .write-review-btn {
                padding: 8px 16px !important;
                font-size: 12px !important;
            }
            
            .form-body {
                padding: 16px !important;
            }
            
            .stars-input label {
                font-size: 24px !important;
            }
            
            .review-text {
                font-size: 13px !important;
            }
            
            .features-grid {
                grid-template-columns: 1fr 1fr !important;
            }
        }
    </style>
    <style>
        .residence-map-marker { background: none; border: none; }
/* SOURCE: resources/views/site/residences/index.blade.php */
:root {
    --primary: #66ccff;
    --secondary: #0A2B4E;
    --accent: #F59E0B;
    --gray-50: #F8FAFC;
    --gray-100: #F1F5F9;
    --gray-500: #64748B;
    --gray-700: #334155;
    --border: #E2E8F0;
}

.residences-index-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ===== Container / Grid system ===== */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-md-6, .col-lg-4, .col-xl-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 768px) { .col-md-6 { flex: 0 0 50%; max-width: 50%; } }
@media (min-width: 992px) { .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; } }
@media (min-width: 1200px) { .col-xl-3 { flex: 0 0 25%; max-width: 25%; } }


/* ===== Quick nav ===== */
.nav-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 30px;
}

.nav-quick-item {
    flex: 1 0 auto;
    background: white;
    text-align: center;
    padding: 14px 8px;
    border-radius: 60px;
    text-decoration: none;
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--border);
    transition: all 0.2s;
}

.nav-quick-item i {
    color: var(--primary);
    margin-left: 8px;
}

.nav-quick-item:hover {
    transform: translateY(-2px);
    border-color: var(--primary);
}

/* ===== Unified destination search ===== */
.destination-search {
    position: relative;
    background: white;
    border-radius: 24px;
    padding: 8px 8px 14px;
    border: 1px solid var(--border);
    margin-bottom: 20px;
}

.destination-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--gray-50);
    border-radius: 60px;
    padding: 6px 6px 6px 6px;
}

.destination-icon {
    color: var(--gray-500);
    margin-right: 14px;
    flex-shrink: 0;
}

.destination-input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 15px;
    padding: 12px 4px;
    min-width: 0;
    color: var(--gray-700);
}

.destination-clear {
    color: var(--gray-500);
    cursor: pointer;
    opacity: 0.6;
    padding: 0 6px;
}

.destination-clear:hover { opacity: 1; }

.destination-submit {
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 60px;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.destination-hint {
    font-size: 12px;
    color: var(--gray-500);
    margin: 10px 18px 0;
}

.destination-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 8px;
    left: 8px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.14);
    border: 1px solid var(--border);
    z-index: 1000;
    padding: 10px 0;
    max-height: 340px;
    overflow-y: auto;
}

.destination-group-title {
    font-size: 12px;
    font-weight: 700;
    color: #e67e22;
    padding: 6px 18px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.destination-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 18px 12px;
}

.destination-chip {
    background: #fffbeb;
    border: 1px solid #fbd38d;
    color: #b45309;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.15s;
}

.destination-chip:hover {
    background: #fef3c7;
    transform: translateY(-1px);
}

.destination-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 13px;
    color: var(--gray-700);
    transition: background 0.15s;
}

.destination-item:hover { background: #ebf5ff; }

.destination-item .item-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.destination-item .item-badge {
    margin-right: auto;
    font-size: 11px;
    color: var(--gray-500);
}

.destination-item.all { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 12px; }
.destination-item.search-text-item { color: var(--secondary); font-weight: 600; }

/* ===== Fullscreen takeover on mobile ===== */
.type-tabs-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-tabs-row .type-tabs-inline {
    flex: 1;
    min-width: 0;
}

.type-tabs-close {
    display: none;
    background: var(--gray-50);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    font-size: 13px;
    cursor: pointer;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .type-tabs-close { display: flex; }
}

@media (max-width: 768px) {
    .destination-search.destination-search-active {
        position: fixed !important;
        inset: 0 !important;
        z-index: 2100;
        border-radius: 0;
        border: none;
        margin: 0;
        padding: 10px 10px 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: 100dvh;
        background: white;
        animation: fadeInFull 0.15s ease;
    }

    .destination-search-active .destination-back {
        display: flex;
    }

    .destination-search-active .destination-input-wrap {
        flex-shrink: 0;
    }

    .destination-search-active .destination-hint {
        flex-shrink: 0;
    }

    .destination-search-active .type-tabs-inline {
        flex-shrink: 0;
    }

    .destination-search-active .destination-dropdown {
        position: static !important;
        flex: 1;
        width: auto;
        margin: 10px 0 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        max-height: none !important;
        overflow-y: auto;
        padding-bottom: 30px;
    }

    .destination-input {
        font-size: 16px; /* جلوگیری از زوم خودکار سافاری موقع فوکوس */
    }

    .destination-backdrop {
        display: none !important;
    }
}

@keyframes fadeInFull {
    from { opacity: 0; }
    to { opacity: 1; }
}

body.destination-open {
    overflow: hidden;
}

/* ===== People counter ===== */

.counter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--gray-50);
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.15s;
}

.counter-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.counter-btn:disabled { opacity: 0.35; cursor: not-allowed; }

.counter-value {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-700);
    min-width: 70px;
    text-align: center;
    white-space: nowrap;
}

/* ===== Chip toggles (residence type / amenities) ===== */
.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 30px;
    border: 1.5px solid var(--border);
    background: white;
    font-size: 12.5px;
    color: var(--gray-700);
    cursor: pointer;
    transition: all 0.15s;
    user-select: none;
}

.chip-toggle:hover { border-color: var(--primary); }

.chip-toggle:has(input:checked) {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.chip-input { display: none; }

/* ===== Filters row ===== */
.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

/* ===== Page header ===== */
.page-header { margin: 30px 0 20px; }

.page-header h1,
.page-header h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 8px;
}

.page-header p {
    color: var(--gray-500);
    font-size: 14px;
}

/* ===== Properties grid / cards ===== */
.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 20px;
    margin: 30px 0;
    width: 100%;
}

.property-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid var(--border);
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -12px rgba(0,0,0,0.1);
}

.card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 16px;
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 8px;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-location {
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.card-location span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-location i { color: var(--primary); }

.price-tag {
    background: var(--gray-50);
    padding: 10px 12px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    gap: 8px;
    min-width: 0;
}

.price-amount {
    font-size: 18px;
    font-weight: 800;
    color: var(--secondary);
    min-width: 0;
    overflow-wrap: anywhere;
}

.price-amount small { font-size: 11px; font-weight: normal; }

.rating-badge {
    background: #10B981;
    color: white;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

.card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 12px;
    color: var(--gray-500);
    margin: 12px 0;
}

.card-features span {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.card-features i { color: var(--primary); }

.btn-reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    background: var(--accent);
    text-align: center;
    padding: 12px;
    border-radius: 18px;
    color: white;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    line-height: 1;
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: auto;
}

.btn-reserve:hover {
    background: #D97706;
    color: white;
    transform: translateY(-1px);
}

.btn-reserve i { color: white; }

/* ===== Pagination ===== */
.pagination-modern {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 40px 0 20px;
}

.pagination-modern nav { width: 100%; }

.pagination-modern .admin-pagination-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pagination-modern .admin-pagination-summary {
    margin: 0;
    color: var(--gray-500);
    font-size: 12px;
}

.pagination-modern .admin-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    direction: ltr;
    list-style: none;
}

.pagination-modern .page-item { display: inline-flex; }

.pagination-modern .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: white;
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.pagination-modern .page-item.active .page-link {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.pagination-modern .page-item.disabled .page-link {
    background: var(--gray-50);
    color: #94A3B8;
}

.page-btn {
    padding: 10px 16px;
    border-radius: 12px;
    background: white;
    border: 1px solid var(--border);
    color: var(--gray-700);
    text-decoration: none;
    transition: all 0.2s;
}

.page-btn.active {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.loading-spinner { text-align: center; padding: 60px; }

/* ===== Hero (season banner) ===== */
.hero-season {
    position: relative;
    width: 100%;
    min-height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    background-color: #0A2B4E;
    border-radius: 0 0 32px 32px;
}

.hero-overlay-light {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 0 0 32px 32px;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 50px 24px;
}

.hero-title {
    font-size: 32px;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
    text-shadow: 0 4px 1px rgba(0,0,0,0.9);
}

.hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}

/* ===== Hero (city mosaic banner) ===== */
.hero-city-mosaic {
    position: relative;
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
    border-radius: 0 0 32px 32px;
    overflow: hidden;
    background-color: #0A2B4E;
}

.mosaic-grid {
    display: grid;
    gap: 2px;
    width: 100%;
    height: 100%;
}

.mosaic-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease, filter 0.2s ease, opacity 0.3s ease;
    filter: brightness(0.85);
    background-color: #1a1a2e;
    opacity: 0;
}

.mosaic-item.loaded { opacity: 1; }

.mosaic-item:hover {
    transform: scale(1.05);
    filter: brightness(1);
    z-index: 3;
}

.mosaic-placeholder {
    background: linear-gradient(90deg, #2a2a3e 0%, #1a1a2e 50%, #2a2a3e 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.mosaic-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 0 0 32px 32px;
}

.mosaic-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    color: white;
}

.mosaic-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.mosaic-description {
    font-size: 15px;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* ===== Popular cities (slider) ===== */
.popular-cities { margin: 30px 0 40px; }

.cities-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.cities-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cities-nav {
    display: flex;
    gap: 8px;
}

.cities-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: white;
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.cities-nav-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: white;
    border-color: var(--secondary);
}

.cities-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.cities-slider-wrap {
    position: relative;
}

.cities-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 2px 2px 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cities-slider::-webkit-scrollbar { display: none; }

.city-card {
    scroll-snap-align: start;
    flex: 0 0 160px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid var(--border);
    transition: all 0.3s;
}

.city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px -12px rgba(0,0,0,0.15);
}

.city-image {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.city-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.city-card:hover .city-image img { transform: scale(1.05); }

.city-info { padding: 12px; text-align: center; }

.city-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 4px;
}

.city-count {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
}

/* ============================================
   ریسپانسیو
   ============================================ */

@media (max-width: 768px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .properties-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
        gap: 16px;
    }

    .filters-row {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 12px;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .filter-select {
        font-size: 12px;
        padding: 8px 14px;
        white-space: nowrap;
    }

    .page-header h1, .page-header h2 { font-size: 20px; }

    .hero-season,
    .hero-city-mosaic {
        border-radius: 0 0 20px 20px;
        min-height: 220px;
    }

    .hero-city-mosaic { height: 220px; }

    .hero-content, .mosaic-content { padding: 35px 20px; }

    .hero-title, .mosaic-title { font-size: 24px; }
    .hero-desc, .mosaic-description { font-size: 13px; }
    .mosaic-description { max-width: 85%; }

    .cities-slider {
        gap: 10px;
    }

    .city-card {
        flex: 0 0 128px;
    }

    .cities-nav {
        display: none; /* توی موبایل سوایپ کافیه */
    }

    .city-image { height: 80px; }
    .city-name { font-size: 13px; }
    .city-count { font-size: 10px; }
}

@media (max-width: 550px) {
    .properties-grid { grid-template-columns: 1fr; }

    .nav-quick { gap: 8px; }
    .nav-quick-item { font-size: 11px; padding: 10px 6px; }

    .cities-header { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .container {
        padding-right: 8px;
        padding-left: 8px;
    }

    .hero-season,
    .hero-city-mosaic {
        min-height: 160px;
        border-radius: 0 0 16px 16px;
    }

    .hero-city-mosaic { height: 200px; }

    .hero-title, .mosaic-title { font-size: 18px; }
    .hero-desc, .mosaic-description { font-size: 12px; max-width: 90%; }

    .nav-quick { flex-wrap: wrap; gap: 6px; }
    .nav-quick-item {
        font-size: 10px;
        padding: 8px 10px;
        flex: 1 0 calc(50% - 6px);
        border-radius: 30px;
    }

    .card-image { height: 180px; }
    .card-title { font-size: 14px; }
    .price-amount { font-size: 16px; }

    .btn-reserve { font-size: 13px; min-height: 48px; }

    .pagination-modern .page-link {
        min-width: 32px;
        height: 32px;
        font-size: 11px;
    }

}

/* ===== تب‌های نوع اقامتگاه ===== */
/* ===== تب‌های نوع اقامتگاه (داخل کادر جستجو) ===== */
.type-tabs-inline {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 6px 10px 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--border);
}

.type-tabs-inline::-webkit-scrollbar { display: none; }

.type-tab {
    flex: 0 0 auto;
    padding: 8px 4px 12px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-500);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
}

.type-tab:hover { color: var(--secondary); }

.type-tab.active {
    color: var(--secondary);
    border-bottom-color: var(--accent);
}

/* ===== کادر مسافران داخل جستجو ===== */
.guests-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 30px;
    background: white;
    border: 1px solid var(--border);
    font-size: 13px;
    color: var(--gray-700);
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
}

.guests-trigger i { color: var(--primary); }

.guests-trigger-badge { display: none; }

.guests-panel {
    background: white;
    border-radius: 16px;
    padding: 14px 18px;
    margin: 10px 8px 0;
    border: 1px solid var(--border);
}

.guests-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.guests-panel-close {
    background: var(--gray-50);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-700);
    font-size: 12px;
    cursor: pointer;
}

.guests-panel-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.guests-panel-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-700);
}

.guests-confirm-btn {
    width: 100%;
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .guests-trigger-text { display: none; }
    .guests-trigger { padding: 10px 11px; position: relative; }

    .guests-trigger-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 20px;
        background: var(--accent);
        color: white;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        top: -4px;
        left: -4px;
    }

    .destination-submit span { display: none; }
    .destination-submit {
        padding: 12px 16px;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        justify-content: center;
    }

    .guests-panel {
        margin: 0;
        border: none;
        border-radius: 0;
        border-top: 1px solid var(--border);
        flex-shrink: 0;
    }
}

/* ===== دکمه‌های فیلتر (قیمت / امکانات) ===== */
.filters-row {
    position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-trigger-wrap { position: relative; }

.filter-trigger-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 40px;
    padding: 10px 18px;
    font-size: 13px;
    color: var(--gray-700);
    cursor: pointer;
    white-space: nowrap;
}

.filter-trigger-btn i.fa-money,
.filter-trigger-btn i.fa-magic { color: var(--primary); }

.filter-caret { font-size: 10px; color: var(--gray-500); margin-right: 2px; }

.filter-count-badge {
    background: var(--accent);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
}

.filter-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: white;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.14);
    border: 1px solid var(--border);
    z-index: 900;
    padding: 18px;
    min-width: 280px;
}

.amenities-dropdown { max-width: 340px; max-height: 320px; overflow-y: auto; }

/* ===== اسلایدر بازه قیمت ===== */
.price-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 14px;
}

.price-slider-wrap {
    position: relative;
    height: 34px;
    margin-bottom: 10px;
}

.price-range {
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
}

.price-range::-webkit-slider-runnable-track {
    height: 4px;
    background: var(--gray-100);
    border-radius: 4px;
}

.price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--secondary);
    border: 3px solid white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    margin-top: -7px;
    cursor: pointer;
}

.price-range::-moz-range-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--secondary);
    border: 3px solid white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
}

.price-range::-moz-range-track {
    height: 4px;
    background: var(--gray-100);
    border-radius: 4px;
}

.filter-apply-btn {
    width: 100%;
    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    margin-top: 8px;
}

@media (max-width: 550px) {
    .filter-dropdown {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 24px 24px 0 0;
        min-width: unset;
        max-width: unset;
        max-height: 75vh;
        overflow-y: auto;
        z-index: 2200;
    }

    .amenities-dropdown { max-width: unset; max-height: 75vh; }
}

.filters-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2100;
    display: none;
}

.filter-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--secondary);
}

@media (max-width: 550px) {
    .filters-backdrop { display: block; }
}
/* SOURCE: resources/views/site/residences/unavailable.blade.php */
        .residence-unavailable {
            min-height: 55vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 48px 16px;
        }

        .residence-unavailable__box {
            width: min(100%, 620px);
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            padding: 32px;
            text-align: center;
            box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
        }

        .residence-unavailable__icon {
            width: 64px;
            height: 64px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #eff6ff;
            color: #0a2b4e;
            margin-bottom: 18px;
            font-size: 28px;
        }

        .residence-unavailable h1 {
            color: #0a2b4e;
            font-size: 24px;
            margin: 0 0 12px;
        }

        .residence-unavailable p {
            color: #475569;
            line-height: 1.8;
            margin: 0;
            direction: ltr;
            overflow-wrap: anywhere;
        }
/* SOURCE: resources/views/site/layouts/app.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
        }
    </style>
    <style>
        @font-face {
            font-family: 'shabnam';
            src: url('{{asset("plugin/shabnam-font-v1.1.0/Farsi-Digits/Shabnam-FD.woff")}}') format('woff');
            font-display: swap;
        }
        * { font-family: 'shabnam', Tahoma, sans-serif; }

        body { background: #F8FAFC; color: #1E293B; }

        .d-none { display: none !important; }

        .text-primary { color: #66ccff !important; }
        .bg-primary { background: #0A2B4E !important; }
        .btn-primary { background: #0A2B4E !important; border-color: #0A2B4E !important; }
        .btn-success { background: #F59E0B !important; border-color: #F59E0B !important; }
        .btn-success:hover { background: #D97706 !important; }

        .promo-banner {
            background: #F59E0B;
            color: #1E293B;
            text-align: center;
            padding: 8px;
            font-size: 13px;
            font-weight: 500;
        }
        .promo-banner a { color: #1E293B; text-decoration: none; font-weight: 700; margin-right: 8px; }
        .promo-banner a:hover { color: white; }
/* SOURCE: resources/views/site/content-pages/show.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .page-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0 40px;
        }
        
        .page-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        }
        
        .page-header {
            background: var(--secondary);
            padding: 24px 28px;
            border-bottom: 3px solid var(--primary);
        }
        
        .page-header h1 {
            color: white;
            font-size: 26px;
            font-weight: 800;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .page-header h1 i {
            color: var(--primary);
            font-size: 28px;
        }
        
        .page-body {
            padding: 32px 36px;
        }
        
        .page-content {
            font-size: 16px;
            line-height: 1.8;
            color: var(--gray-text);
            text-align: justify;
        }
        
        .page-content h2 {
            font-size: 22px;
            color: var(--secondary);
            margin: 24px 0 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary);
            display: inline-block;
        }
        
        .page-content h3 {
            font-size: 18px;
            color: var(--secondary);
            margin: 20px 0 12px;
        }
        
        .page-content p {
            margin-bottom: 16px;
        }
        
        .page-content ul, .page-content ol {
            margin: 16px 0;
            padding-right: 24px;
        }
        
        .page-content li {
            margin-bottom: 8px;
        }
        
        .page-content a {
            color: var(--primary);
            text-decoration: none;
        }
        
        .page-content a:hover {
            color: var(--accent);
        }
        
        .page-content strong {
            color: var(--secondary);
        }
        
        .page-content img {
            max-width: 100%;
            border-radius: 16px;
            margin: 20px 0;
        }
        
        @media (max-width: 768px) {
            .page-container {
                padding: 12px;
            }
            
            .page-header {
                padding: 18px 20px;
            }
            
            .page-header h1 {
                font-size: 20px;
            }
            
            .page-header h1 i {
                font-size: 22px;
            }
            
            .page-body {
                padding: 20px 24px;
            }
            
            .page-content {
                font-size: 14px;
            }
        }
/* SOURCE: resources/views/site/contact/show.blade.php */
        :root {
            --primary: #66ccff;
            --secondary: #0A2B4E;
            --accent: #F59E0B;
            --gray-bg: #F8FAFC;
            --gray-text: #475569;
            --border: #E2E8F0;
        }
        
        .page-header {
            margin: 20px 0 30px;
            text-align: center;
        }
        
        .page-header h2 {
            font-size: 28px;
            font-weight: 800;
            color: var(--secondary);
            margin-bottom: 8px;
        }
        
        .page-header p {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .form-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .form-header {
            background: var(--secondary);
            padding: 16px 24px;
            border-bottom: 3px solid var(--primary);
        }
        
        .form-header h3 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }
        
        .form-header i {
            color: var(--primary);
            margin-left: 8px;
        }
        
        .form-body {
            padding: 24px;
        }
        
        .info-card {
            background: white;
            border-radius: 24px;
            border: 1px solid var(--border);
            overflow: hidden;
        }
        
        .info-header {
            background: var(--secondary);
            padding: 16px 24px;
            border-bottom: 3px solid var(--primary);
        }
        
        .info-header h3 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }
        
        .info-body {
            padding: 24px;
        }
        
        .contact-info-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 14px 0;
            border-bottom: 1px solid var(--border);
        }
        
        .contact-info-item:last-child {
            border-bottom: none;
        }
        
        .contact-info-item i {
            width: 40px;
            height: 40px;
            background: var(--gray-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 18px;
        }
        
        .contact-info-item span {
            color: var(--gray-text);
            font-size: 14px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--secondary);
            font-size: 13px;
        }
        
        .form-group label i {
            color: var(--primary);
            margin-left: 6px;
        }
        
        .form-control-custom {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 12px;
            font-size: 14px;
            transition: all 0.2s;
            font-family: inherit;
        }
        
        .form-control-custom:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 204, 255, 0.1);
        }
        
        .form-control-custom:disabled {
            background: var(--gray-bg);
            color: var(--gray-text);
        }
        
        select.form-control-custom {
            cursor: pointer;
        }
        
        textarea.form-control-custom {
            resize: vertical;
            min-height: 140px;
        }
        
        .alert-box {
            background: #FEF3C7;
            border-right: 4px solid #F59E0B;
            padding: 16px;
            border-radius: 12px;
            margin-bottom: 24px;
            text-align: center;
        }
        
        .alert-box p {
            margin-bottom: 12px;
            color: #92400E;
        }
        
        .login-link {
            display: inline-block;
            background: var(--accent);
            color: white;
            padding: 10px 24px;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s;
        }
        
        .login-link:hover {
            background: #D97706;
        }
        
        .btn-submit {
            width: 100%;
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 40px;
            padding: 12px;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .btn-submit:hover:not(:disabled) {
            background: #D97706;
            transform: translateY(-1px);
        }
        
        .btn-submit:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .error-text {
            color: #EF4444;
            font-size: 12px;
            margin-top: 6px;
            display: block;
        }
        
        @media (max-width: 768px) {
            .contact-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .page-header h2 {
                font-size: 22px;
            }
            
            .form-body, .info-body {
                padding: 16px;
            }
        }


/* 404 PAGE */

    :root {
        --primary: #66ccff;
        --secondary: #0A2B4E;
        --accent: #F59E0B;
        --gray-text: #475569;
        --border: #E2E8F0;
    }
    
    .error-container {
        min-height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
    }
    
    .error-card {
        max-width: 550px;
        width: 100%;
        background: white;
        border-radius: 32px;
        border: 1px solid var(--border);
        padding: 48px 32px;
        text-align: center;
        box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08);
    }
    
    .error-code {
        font-size: 100px;
        font-weight: 800;
        color: var(--secondary);
        line-height: 1;
        margin-bottom: 16px;
        letter-spacing: -4px;
    }
    
    .error-code span:first-child {
        color: var(--primary);
    }
    
    .error-icon {
        width: 100px;
        height: 100px;
        background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
    }
    
    .error-icon i {
        font-size: 50px;
        color: #D97706;
    }
    
    .error-title {
        font-size: 28px;
        font-weight: 800;
        color: var(--secondary);
        margin-bottom: 12px;
    }
    
    .error-message {
        color: var(--gray-text);
        font-size: 15px;
        margin-bottom: 28px;
        line-height: 1.6;
    }
    
    .error-image {
        margin: 20px 0;
    }
    
    .error-image img {
        max-width: 220px;
        width: 100%;
        opacity: 0.7;
    }
    
    .btn-back {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--accent);
        color: white;
        text-decoration: none;
        padding: 12px 28px;
        border-radius: 60px;
        font-weight: 700;
        font-size: 14px;
        transition: all 0.2s;
        margin-top: 8px;
    }
    
    .btn-back:hover {
        background: #D97706;
        transform: translateY(-2px);
    }
    
    .suggestions {
        margin-top: 32px;
        padding-top: 24px;
        border-top: 1px solid var(--border);
    }
    
    .suggestions-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--secondary);
        margin-bottom: 12px;
    }
    
    .suggestions-links {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .suggestions-links a {
        color: var(--primary);
        text-decoration: none;
        font-size: 13px;
        transition: color 0.2s;
    }
    
    .suggestions-links a:hover {
        color: var(--accent);
    }
    
    @media (max-width: 480px) {
        .error-card {
            padding: 32px 20px;
        }
        
        .error-code {
            font-size: 70px;
        }
        
        .error-title {
            font-size: 22px;
        }
        
        .error-icon {
            width: 80px;
            height: 80px;
        }
        
        .error-icon i {
            font-size: 38px;
        }
        
        .error-image img {
            max-width: 160px;
        }
    }

