*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#f3f7fb;--surface:#ffffff;--surface-elevated:#ffffff;--surface-muted:#f8fafc;--profile-card-bg:#f8f7ef;--profile-card-border:#ebd8ab;--muted:#64748b;--accent:#6d28d9;--accent-2:#4f46e5;--urgent:#b45309;--glass:rgba(255,255,255,0.6);--text:#0f172a;--text-soft:#334155;--border:rgba(15,23,42,0.09);--border-strong:rgba(15,23,42,0.18);--skeleton-base:#e9eef6;--skeleton-highlight:#f8fbff;--card-shadow:0 12px 32px rgba(2,6,23,0.06);--ease-quick:cubic-bezier(.2,.9,.3,1)}[data-theme="dark"]{--bg:#04081b;--surface:#0c1730;--surface-elevated:#0f1c39;--surface-muted:#101f3e;--profile-card-bg:#10203f;--profile-card-border:rgba(148,163,184,0.32);--muted:#a8b7d3;--accent:#8b5cf6;--accent-2:#7c3aed;--urgent:#ffaa18;--glass:rgba(255,255,255,0.04);--text:#edf3ff;--text-soft:#d3dff6;--border:rgba(148,163,184,0.24);--border-strong:rgba(148,163,184,0.42);--skeleton-base:#1a2a4d;--skeleton-highlight:#2a3e67;--card-shadow:0 16px 44px rgba(2,6,23,0.62)}[data-theme="for-you"]{--bg:#fef7f0;--surface:#ffffff;--profile-card-bg:#fff7ef;--profile-card-border:#ffd5ba;--muted:#8b5a3c;--accent:#ea580c;--accent-2:#dc2626;--urgent:#b45309;--glass:rgba(255,255,255,0.7);--text:#1c1917;--card-shadow:0 12px 32px rgba(234,88,12,0.08)}.site-header{background:transparent;padding:20px 0}.site-logo{font-size:1.6rem;font-weight:800;letter-spacing:-0.02em}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(15,23,42,0.03);border:1px solid var(--border);cursor:pointer;color:var(--text);transition:background .18s ease,transform .12s ease,border-color .18s ease}.icon-btn:hover{transform:translateY(-2px);background:rgba(79,70,229,0.12);border-color:var(--border-strong)}.post-icon{width:20px;height:20px;display:inline-block}.theme-selector{position:relative;display:inline-block}.theme-dropdown{position:absolute;top:100%;right:0;background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);padding:8px;min-width:200px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s ease}.theme-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.theme-option{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:background 0.15s ease;color:var(--text)}.theme-option:hover{background:rgba(79,70,229,0.12)}.theme-option.active{background:var(--accent);color:white}.theme-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(99,102,241,0.12)}.theme-icon svg{width:16px;height:16px}.theme-option.active .theme-icon{background:rgba(255,255,255,0.2)}.text-gray-700,.text-gray-800,.text-slate-700{color:var(--text) !important}.text-gray-600,.text-slate-500{color:var(--muted) !important}body{font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6}.font-urdu{font-family:"Noto Nastaliq Urdu","Noto Naskh Arabic","Arial",serif;direction:rtl}.gradient-bg{background:linear-gradient(90deg,var(--accent-2) 0%,var(--accent) 100%)}.card-hover{transition:transform 0.28s cubic-bezier(.2,.9,.3,1),box-shadow 0.28s ease;border-radius:14px;box-shadow:0 10px 24px rgba(2,6,23,0.08);background:var(--profile-card-bg);border:1px solid var(--profile-card-border);height:100%;touch-action:manipulation}.card,.card-hover{color:var(--text)}.card{border:1px solid var(--border);background:var(--surface-elevated);display:flex;flex-direction:column}.card.card-hover{padding:16px;line-height:1.95}.card.card-hover .font-urdu{text-align:right;text-align-last:right;direction:rtl;line-height:2.12;margin-bottom:14px;font-size:1rem;color:var(--text)}.card.card-hover h2{color:var(--text)}.card.card-hover h2.card-title-urdu{text-align:center;text-align-last:center;line-height:1.5;margin-bottom:8px;padding-inline:12px}.card.card-hover p.card-body-urdu{margin-bottom:16px;padding-inline:3px}.card.card-hover .card-actions{margin-top:auto;gap:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;padding:10px 12px;border-radius:10px;border:none;cursor:pointer;transition:all 0.2s ease;font-size:14px;font-weight:600;color:white;text-decoration:none;position:relative}.action-btn:hover{transform:translateY(-1px)}.action-btn svg{flex-shrink:0}.action-btn span{line-height:1}.action-btn.contact-btn{background:linear-gradient(135deg,#4f46e5,#6d28d9)}.action-btn.call-btn{background:linear-gradient(135deg,#374151,#030712)}.card-meta{margin-top:6px;margin-bottom:16px;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}.card-meta small{font-size:0.95rem;font-weight:600;color:var(--muted)}.skeleton-grid{display:grid;gap:12px;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.skeleton-card{border-radius:12px;border:1px solid var(--border);background:var(--surface-elevated);padding:14px;box-shadow:var(--card-shadow)}.skeleton-line,.skeleton-meta,.skeleton-btn{border-radius:8px;background:linear-gradient( 90deg,var(--skeleton-base) 20%,var(--skeleton-highlight) 50%,var(--skeleton-base) 80% );background-size:220% 100%;animation:skeleton-shimmer 1.35s linear infinite}.skeleton-line{height:14px;margin-bottom:10px}.skeleton-title{height:22px;width:70%;margin-bottom:14px}.skeleton-short{width:62%}.skeleton-meta{width:38%;height:12px;margin:12px auto 16px auto}.skeleton-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.skeleton-btn{width:100%;height:40px;border-radius:10px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}100%{background-position:-100% 50%}}.card-hover:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(2,6,23,0.2);border-color:var(--border-strong)}.filter-button{transition:transform 0.18s ease,box-shadow 0.18s ease}.filter-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(2,6,23,0.06)}#desktopFilters{background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;padding:16px;box-shadow:var(--card-shadow)}.filters-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.filters-row>*{flex-shrink:0}.search-container{flex:1;min-width:200px;position:relative}#desktopFilters input[type="search"]{border-radius:10px;box-shadow:0 6px 18px rgba(13,22,60,0.06);border:1px solid rgba(15,23,42,0.06);padding-left:16px;padding-right:40px;height:48px;width:100%;background:var(--surface);color:var(--text)}.search-wrap svg{right:12px;top:50%;transform:translateY(-50%);color:rgba(99,102,241,0.9)}#desktopFilters select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted,#94a3b8) 50%),linear-gradient(135deg,var(--muted,#94a3b8) 50%,transparent 50%);background-position:calc(100% - 14px) calc(1em + 2px),calc(100% - 9px) calc(1em + 2px);background-size:8px 8px,8px 8px;background-repeat:no-repeat;padding-right:36px}#desktopFilters input[type="number"],#desktopFilters select{border-radius:10px;height:44px;padding:0 12px;background:var(--surface);box-shadow:0 4px 12px rgba(2,6,23,0.03);border:1px solid rgba(15,23,42,0.06);color:var(--text);min-width:120px}.gender-tabs-container{display:flex;background:rgba(0,0,0,0.05);border-radius:12px;padding:4px}.gender-tab{padding:8px 16px;border-radius:8px;font-weight:600;border:none;background:transparent;color:var(--muted);cursor:pointer;transition:all 180ms ease-in-out;font-size:14px}.gender-tab.active{background:linear-gradient(90deg,var(--accent-2),var(--accent));color:#fff;box-shadow:0 8px 26px rgba(79,70,229,0.14)}.gender-tab:hover:not(.active){transform:translateY(-2px);background:rgba(15,23,42,0.03)}.filter-chips-container{margin:16px 0;display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:12px 16px;background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow)}.filter-chips-container:empty{display:none}@media (max-width:767px){.filter-chips-container{margin:12px 16px;padding:10px 12px;gap:6px}}.filter-chips-label{font-size:14px;font-weight:600;color:var(--muted);margin-right:8px;flex-shrink:0}.filter-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;background:linear-gradient(90deg,var(--accent-2) 0%,var(--accent) 100%);color:#fff;font-weight:600;font-size:13px;box-shadow:0 6px 18px rgba(79,70,229,0.12)}.filter-chip .chip-label{white-space:nowrap}.filter-chip .chip-close{appearance:none;-webkit-appearance:none;border:none;background:rgba(255,255,255,0.2);color:#fff;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;line-height:1;padding:0}.filter-chip .chip-close:hover{background:rgba(255,255,255,0.3)}.stats-grid .card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;border-radius:12px;box-shadow:0 10px 30px rgba(2,6,23,0.08)}.stats-grid .card p:first-child{font-size:1.6rem;letter-spacing:0.6px}.stats-grid .card p:last-child{margin-top:6px;color:var(--muted,#64748b)}.drawer{transition:transform 0.26s cubic-bezier(.2,.9,.3,1);will-change:transform;border-top-left-radius:14px;border-top-right-radius:14px;overflow:hidden;backdrop-filter:blur(4px)}.drawer.closed{transform:translateY(100%)}.drawer.open{transform:translateY(0%)}.drawer-overlay{transition:opacity 0.28s ease,backdrop-filter 0.28s ease}@media (prefers-reduced-motion:reduce){.drawer,.drawer-overlay{transition:none !important}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 0.2s ease-in-out}body::-webkit-scrollbar{width:0}.fab{position:fixed;right:16px;bottom:50%;transform:translateY(50%);width:56px;height:56px;border-radius:9999px;background:linear-gradient(135deg,var(--accent-2) 0%,var(--accent) 100%);color:white;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(79,70,229,0.18);border:none;cursor:pointer;z-index:1001;transition:transform 0.25s ease,box-shadow 0.25s ease,opacity 0.25s ease;opacity:0.98}.fab:hover{transform:translateY(50%) scale(1.06);box-shadow:0 18px 40px rgba(67,56,202,0.22)}.drawer-overlay{position:fixed;inset:0;background:rgba(2,6,23,0.42);z-index:999;opacity:0;transition:opacity 0.28s ease,backdrop-filter 0.28s ease;pointer-events:none;backdrop-filter:blur(2px)}.drawer-overlay.show{opacity:1;pointer-events:auto}.muted{color:var(--muted) !important}.urgent-badge{position:absolute;top:12px;right:12px;background:linear-gradient(180deg,#f1cc7a 0%,#ffb020 100%);color:#111;padding:6px 12px;border-radius:10px;font-weight:800;font-size:12px;line-height:1;box-shadow:0 10px 28px rgba(255,176,32,0.12),0 6px 18px rgba(2,6,23,0.06);text-transform:uppercase;letter-spacing:0.6px}.card.urgent{background-color:oklch(99.107% 0.01432 106.786) !important;border:2px solid rgba(248,180,53,0.28) !important;box-shadow:0 18px 42px rgba(255,176,32,0.06),var(--card-shadow);transform-origin:center center}.card.urgent .font-urdu,.card.urgent h2,.card.urgent .card-meta small{color:#1f2937 !important}.min-h-screen{min-height:100vh;background-image:linear-gradient(180deg,rgba(124,58,237,0.02),rgba(99,102,241,0.01))}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-30{z-index:30}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-auto{flex:1 1 auto}.flex-1{flex:1 1 0%}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.p-2{padding:0.5rem}.p-3{padding:0.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.mb-6{margin-bottom:1.5rem}.mt-8{margin-top:2rem}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.h-6{height:1.5rem}.max-w-7xl{max-width:80rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-center{text-align:center}.text-left{text-align:left}.text-white{color:rgb(255 255 255)}.text-gray-600{color:rgb(75 85 99)}.text-indigo-600{color:rgb(79 70 229)}.text-green-600{color:rgb(5 150 105)}.text-pink-600{color:rgb(219 39 119)}.text-urgent{color:var(--urgent) !important}.text-red-600{color:rgb(220 38 38)}.bg-white{background-color:rgb(255 255 255)}.border{border-width:1px}.border-gray-300{border-color:rgb(209 213 219)}.rounded-sm{border-radius:0.125rem}.rounded-md{border-radius:0.375rem}.rounded-lg{border-radius:0.5rem}.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1)}.hidden{display:none !important}.block{display:block !important}.inline-flex{display:inline-flex}@media (min-width:768px){.md\:block{display:block !important}.md\:hidden{display:none !important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:p-8{padding:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}#mobileDrawer{background:var(--surface);color:var(--text);z-index:1000;max-height:70vh;overflow-y:auto}#mobileDrawer .drawer-handle{width:56px;height:6px;background:rgba(15,23,42,0.08);border-radius:999px;margin:8px auto 12px auto}#mobileDrawer .drawer-header{display:flex;align-items:center;justify-content:space-between}#mobileDrawer .drawer-section{padding:10px 0;border-radius:8px}#mobileDrawer .filter-row{display:flex;gap:8px;align-items:center}#mobileDrawer .filter-row input,#mobileDrawer .filter-row select{flex:1 1 auto;padding:10px 12px;border-radius:8px;border:1px solid rgba(2,6,23,0.06);background:var(--surface);color:var(--text);font-size:0.95rem}#mobileDrawer .gender-grid{display:flex;gap:8px}#mobileDrawer .gender-grid a{flex:1 1 0;padding:10px 8px;border-radius:8px;text-align:center;cursor:pointer;background:transparent;color:var(--muted);font-weight:600;border:1px solid transparent;text-decoration:none}#mobileDrawer .gender-grid a.active{background:linear-gradient(90deg,var(--accent-2),var(--accent));color:#fff !important;box-shadow:0 8px 20px rgba(79,70,229,0.08)}#mobileDrawer .theme-action{display:block;width:100%;padding:12px;border-radius:8px;text-align:center;background:linear-gradient(90deg,var(--accent-2),var(--accent));color:#fff;text-decoration:none;font-weight:700}#mobileDrawer .drawer-footer{position:relative;bottom:0;padding:12px 0;background:transparent;display:flex;gap:10px;align-items:center;margin-top:auto;flex-shrink:0}#mobileDrawer .btn-ghost{background:transparent;color:var(--muted);border:1px solid rgba(2,6,23,0.04);padding:10px 12px;border-radius:8px;flex:1 1 0}[data-theme="dark"] body{background:radial-gradient(1200px 500px at 0% 0%,rgba(76,29,149,0.2),transparent 55%),radial-gradient(900px 420px at 100% 100%,rgba(15,118,110,0.14),transparent 50%),var(--bg)}[data-theme="dark"] .site-logo{color:#f8fbff}[data-theme="dark"] .icon-btn{background:rgba(15,23,42,0.28);border-color:var(--border)}[data-theme="dark"] .theme-dropdown{background:linear-gradient(180deg,rgba(15,23,42,0.94),rgba(12,23,48,0.96))}[data-theme="dark"] #desktopFilters,[data-theme="dark"] .filter-chips-container,[data-theme="dark"] .stats-grid .card,[data-theme="dark"] .card,[data-theme="dark"] #mobileDrawer,[data-theme="dark"] #contactLimitIndicator,[data-theme="dark"] #adminPanel{background:linear-gradient(180deg,rgba(15,28,57,0.94),rgba(10,20,42,0.94)) !important;border-color:var(--border) !important}[data-theme="dark"] .stats-grid .card p:last-child,[data-theme="dark"] .card-meta small,[data-theme="dark"] #contactLimitIndicator p{color:var(--muted) !important}[data-theme="dark"] .card .font-urdu,[data-theme="dark"] .card h2{color:var(--text) !important}[data-theme="dark"] .card.urgent{background:linear-gradient(180deg,rgba(74,50,14,0.9),rgba(45,30,9,0.9)) !important;border:1px solid rgba(251,191,36,0.5) !important;box-shadow:0 22px 42px rgba(250,204,21,0.11),var(--card-shadow)}[data-theme="dark"] .card.urgent .font-urdu,[data-theme="dark"] .card.urgent h2,[data-theme="dark"] .card.urgent .card-meta small{color:#fff8eb !important}[data-theme="dark"] #desktopFilters input[type="search"],[data-theme="dark"] #desktopFilters input[type="number"],[data-theme="dark"] #desktopFilters select,[data-theme="dark"] #mobileDrawer .filter-row input,[data-theme="dark"] #mobileDrawer .filter-row select{background:rgba(6,12,28,0.8);border-color:rgba(148,163,184,0.36);color:var(--text)}[data-theme="dark"] .gender-tabs-container{background:rgba(2,6,23,0.55);border:1px solid rgba(148,163,184,0.24)}[data-theme="dark"] .fab{box-shadow:0 14px 28px rgba(79,70,229,0.34),0 6px 18px rgba(2,6,23,0.5)}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;border:0 !important;white-space:nowrap !important}.skip-link:focus,.skip-link:focus-visible{position:fixed !important;left:12px !important;top:12px !important;width:auto !important;height:auto !important;margin:0 !important;padding:8px 12px !important;background:var(--surface);color:var(--text);clip:auto !important;z-index:1200;border-radius:8px;box-shadow:var(--card-shadow)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(79,70,229,0.45);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}}.hero-banner{padding:16px 12px 10px;min-height:180px;display:flex;flex-direction:column;justify-content:center}.hero-banner h1{font-size:clamp(2rem,7vw,2.8rem);line-height:1.1;max-width:15ch;margin:0}.hero-subtitle{margin-top:12px;font-size:1rem;line-height:1.5;color:var(--muted);max-width:40ch}
.card.card-hover p.card-body-urdu{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.hero-mark{width:min(84vw,340px);height:auto;opacity:.12;align-self:flex-start;margin-bottom:10px}
.seo-faq{border:1px solid var(--border);background:var(--surface)}.seo-faq details{border:1px solid var(--border);background:var(--surface-muted);border-radius:10px;padding:10px 12px;margin-bottom:10px}.seo-faq summary{cursor:pointer;font-weight:700}.seo-faq p{margin-top:8px;color:var(--text-soft)}.seo-link-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.seo-link-grid a{display:block;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-muted);text-decoration:none;color:var(--text);font-weight:600}.seo-link-grid a:hover{border-color:var(--border-strong);transform:translateY(-1px)}
.hero-mark{display:none !important}
.hero-banner{max-width:760px;margin:0 auto 10px auto;padding:10px 0 8px 0;display:grid;gap:12px}
.hero-kicker{display:inline-flex;align-items:center;width:max-content;padding:6px 12px;border-radius:999px;background:linear-gradient(90deg,rgba(79,70,229,.16),rgba(109,40,217,.16));border:1px solid var(--border-strong);font-weight:700;font-size:.82rem;letter-spacing:.02em;color:var(--text-soft)}
.hero-banner h1{font-size:clamp(2rem,6vw,3.05rem);line-height:1.05;letter-spacing:-.02em;max-width:20ch;margin:0}
.hero-subtitle{margin:0;font-size:1.06rem;line-height:1.65;max-width:56ch;color:var(--text-soft)}
@media (max-width:767px){.hero-banner{padding-top:6px;gap:10px}.hero-banner h1{font-size:clamp(2rem,9.2vw,2.75rem)}.hero-subtitle{font-size:1rem;line-height:1.6}}
#mobileDrawer{inset:0 !important;max-height:none !important;height:100dvh !important;border-radius:0 !important;overflow:hidden !important}
#mobileDrawer .drawer-handle{display:none}
#mobileDrawer .p-4.h-full.flex.flex-col{padding:calc(env(safe-area-inset-top,0px) + 12px) 12px calc(env(safe-area-inset-bottom,0px) + 12px);gap:8px}
#mobileDrawer .drawer-header{margin-bottom:6px}
#mobileDrawer .space-y-4{gap:8px !important}
#mobileDrawer .space-y-4.flex-1{overflow:visible !important}
#mobileDrawer .drawer-section{padding:4px 0}
#mobileDrawer .filter-row input,#mobileDrawer .filter-row select{padding:9px 10px;font-size:.92rem}
#mobileDrawer .theme-action{padding:10px;font-size:.96rem}
#mobileDrawer .drawer-footer{margin-top:4px;padding:6px 0 0}
@media (max-height:680px){#mobileDrawer .filter-row input,#mobileDrawer .filter-row select{padding:8px 9px;font-size:.88rem}#mobileDrawer .theme-action{padding:9px;font-size:.9rem}}

.card.card-hover p.card-body-urdu {
  display: block;
  overflow: visible;
}

.card.card-hover p.card-body-urdu.is-trimmed:not(.is-expanded) {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-toggle-btn {
  align-self: flex-end;
  margin: -4px 0 14px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--accent-2);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.card-toggle-btn:hover {
  color: var(--accent);
}

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(79, 70, 229, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(243, 247, 251, 0.98), rgba(226, 232, 240, 0.96));
  backdrop-filter: blur(16px);
  transition: opacity 0.42s ease, visibility 0.42s ease;
}

.splash-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splash-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.splash-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  animation: splash-float 1.8s ease-in-out infinite;
}

.splash-icon svg {
  width: 60px;
  height: 60px;
}

.splash-copy {
  display: grid;
  gap: 3px;
}

.splash-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.splash-wordmark {
  font-size: clamp(1.8rem, 7vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--text);
  animation: splash-reveal 0.9s cubic-bezier(.2, .9, .3, 1);
}

.splash-tagline {
  font-size: 0.95rem;
  color: var(--text-soft);
}

@keyframes splash-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes splash-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
    letter-spacing: 0.05em;
  }

  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: -0.05em;
  }
}

#mobileDrawer {
  inset: auto 0 0 0 !important;
  height: 45dvh !important;
  max-height: 45dvh !important;
  border-radius: 24px 24px 0 0 !important;
  overflow: hidden !important;
}

#mobileDrawer .drawer-handle {
  display: block;
  width: 52px;
  margin: 0 auto 8px;
}

#mobileDrawer .p-4.h-full.flex.flex-col {
  padding: 10px 14px calc(env(safe-area-inset-bottom, 0px) + 10px);
  gap: 8px;
}

#mobileDrawer .drawer-header {
  margin-bottom: 2px;
}

#mobileDrawer .drawer-content {
  display: grid;
  gap: 6px !important;
  min-height: 0;
  overflow: hidden !important;
}

#mobileDrawer .drawer-content > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#mobileDrawer .drawer-section {
  padding: 0;
}

#mobileDrawer .filter-row {
  gap: 6px;
}

#mobileDrawer .filter-row input,
#mobileDrawer .filter-row select {
  height: 40px;
  padding: 8px 10px;
  font-size: 0.9rem;
}

#mobileDrawer .gender-grid a {
  padding: 8px 6px;
  font-size: 0.9rem;
}

#mobileDrawer .drawer-cta,
#mobileDrawer .theme-action {
  padding: 9px 10px;
  font-size: 0.95rem;
  line-height: 1.2;
}

#mobileDrawer .drawer-footer {
  margin-top: 2px;
  padding-top: 2px;
  gap: 8px;
}

#mobileDrawer .btn-ghost {
  padding: 9px 10px;
}

@media (max-width: 767px) {
  .splash-brand {
    width: min(100%, 360px);
    padding: 16px 18px;
  }

  .splash-icon,
  .splash-icon svg {
    width: 54px;
    height: 54px;
  }
}

@media (max-height: 760px) {
  #mobileDrawer .p-4.h-full.flex.flex-col {
    padding: 8px 12px calc(env(safe-area-inset-bottom, 0px) + 8px);
  }

  #mobileDrawer .filter-row input,
  #mobileDrawer .filter-row select,
  #mobileDrawer .gender-grid a,
  #mobileDrawer .drawer-cta,
  #mobileDrawer .theme-action,
  #mobileDrawer .btn-ghost {
    height: 38px;
    padding: 7px 9px;
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .splash-icon,
  .splash-wordmark {
    animation: none !important;
  }
}

[data-theme="dark"] .splash-screen {
  background:
    radial-gradient(circle at top left, rgba(79, 70, 229, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(4, 8, 27, 0.98), rgba(15, 28, 57, 0.96));
}

[data-theme="dark"] .splash-brand {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(148, 163, 184, 0.24);
}
