:root {
  --bg: #0a0a0f;
  --bg2: #111118;
  --bg3: #1a1a24;
  --border: rgba(255,255,255,0.07);
  --border-hover: rgba(255,255,255,0.15);
  --text: #e8e8f0;
  --muted: #6b6b80;
  --accent: #7c5cfc;
  --accent2: #a78bfa;
  --accent-glow: rgba(124,92,252,0.25);
  --cat-chatgpt:    #10b981;
  --cat-students:   #f59e0b;
  --cat-instagram:  #ec4899;
  --cat-business:   #3b82f6;
  --cat-imageai:    #8b5cf6;
  --cat-writing:    #14b8a6;
  --cat-jobs:       #f97316;
  --cat-youtube:    #ef4444;
  --cat-coding:     #06b6d4;
  --cat-health:     #22c55e;
  --cat-finance:    #eab308;
  --cat-gujarati:   #ef4444;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.6; min-height: 100vh; text-rendering: optimizeLegibility; }
a, button, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--accent2); outline-offset: 3px; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--bg3); border-radius: 3px; }

nav { position: sticky; top: 0; z-index: 100; background: rgba(10,10,15,0.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 60px; }
.nav-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.nav-logo-mark { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 8px; display: block; }
.nav-logo span { color: var(--accent2); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-action { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 8px 14px; border-radius: 999px; border: 1px solid transparent; background: transparent; color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 600; transition: all 0.2s; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.nav-action:hover { color: var(--text); border-color: var(--border); background: rgba(255,255,255,0.03); }
.nav-action-soft { border-color: var(--border); }
.nav-action-primary { background: rgba(124,92,252,0.16); border-color: rgba(124,92,252,0.3); color: #fff; }
.nav-action-primary:hover { background: rgba(124,92,252,0.25); border-color: rgba(124,92,252,0.45); }
.nav-links { display: flex; gap: 24px; list-style: none; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: transparent; border: 0; color: inherit; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.3s; }
.mobile-menu { display: none; }

.breadcrumb { padding: 20px 24px 0; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--accent2); }
.breadcrumb span { color: var(--muted); }
.breadcrumb-current { color: var(--accent2); }

.browse-overlay { position: fixed; inset: 60px 0 0 0; z-index: 150; display: none; }
.browse-overlay.open { display: block; }
.browse-backdrop { position: absolute; inset: 0; background: rgba(10,10,15,0.74); backdrop-filter: blur(2px); }
.browse-panel { position: relative; margin: 0; background: rgba(10,10,15,0.98); border-bottom: 1px solid var(--border); box-shadow: 0 28px 80px rgba(0,0,0,0.45); max-height: calc(100vh - 60px); overflow: auto; }
.browse-shell { max-width: 1200px; margin: 0 auto; padding: 22px 24px 28px; }
.browse-panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.browse-kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 4px; }
.browse-title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 24px; color: #fff; line-height: 1.1; }
.browse-subtitle { margin-top: 6px; max-width: 58ch; color: var(--muted); font-size: 14px; line-height: 1.6; }
.browse-quicklinks { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.browse-quicklinks a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--border); color: var(--text); text-decoration: none; font-size: 13px; font-weight: 600; background: var(--bg2); transition: all 0.2s; }
.browse-quicklinks a:hover { border-color: var(--border-hover); transform: translateY(-1px); }
.browse-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.browse-card { display: flex; flex-direction: column; gap: 6px; min-height: 90px; padding: 16px 16px 15px; border-radius: 12px; border: 1px solid var(--border); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)); text-decoration: none; color: var(--text); transition: transform 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s; }
.browse-card strong { font-family: 'Syne', sans-serif; font-size: 15px; color: #fff; line-height: 1.2; }
.browse-card span { font-size: 12px; color: var(--muted); line-height: 1.45; }
.browse-card:hover { transform: translateY(-2px); border-color: var(--border-hover); box-shadow: 0 12px 28px rgba(0,0,0,0.25); }
.browse-card.chatgpt { border-color: rgba(16,185,129,0.2); }
.browse-card.students { border-color: rgba(245,158,11,0.2); }
.browse-card.instagram { border-color: rgba(236,72,153,0.2); }
.browse-card.business { border-color: rgba(59,130,246,0.2); }
.browse-card.imageai { border-color: rgba(139,92,246,0.2); }
.browse-card.writing { border-color: rgba(20,184,166,0.2); }
.browse-card.jobs { border-color: rgba(249,115,22,0.2); }
.browse-card.youtube { border-color: rgba(239,68,68,0.2); }
.browse-card.coding { border-color: rgba(6,182,212,0.2); }
.browse-card.health { border-color: rgba(34,197,94,0.2); }
.browse-card.finance { border-color: rgba(234,179,8,0.2); }
.browse-card.gujarati { border-color: rgba(239,68,68,0.2); }
.browse-card.quiz { border-color: rgba(251,191,36,0.2); }
.browse-card.gemini-guide { border-color: rgba(168,85,247,0.2); }
.browse-card.context { border-color: rgba(59,130,246,0.2); }
.browse-card.multimodel { border-color: rgba(34,211,238,0.2); }
.browse-card.video { border-color: rgba(244,63,94,0.2); }

.hero { text-align: center; padding: 60px 24px 48px; max-width: 700px; margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(124,92,252,0.12); border: 1px solid rgba(124,92,252,0.3); border-radius: 100px; padding: 6px 16px; font-size: 13px; font-weight: 500; color: var(--accent2); margin-bottom: 24px; }
.hero h1 { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(32px, 6vw, 52px); line-height: 1.1; letter-spacing: -0.5px; color: #fff; margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--accent2); }
.hero p { color: var(--muted); font-size: 17px; margin: 0 auto 32px; max-width: 620px; }
.hero-sub { color: var(--muted); font-size: 16px; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }
.stat-badges { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.stat-badge { background: var(--bg2); border: 1px solid var(--border); border-radius: 100px; padding: 6px 16px; font-size: 13px; color: var(--muted); }

.stats { display: flex; justify-content: center; gap: 40px; padding: 0 24px 48px; flex-wrap: wrap; }
.stat { text-align: center; min-width: 110px; }
.stat-num { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 28px; color: #fff; }
.stat-num span { color: var(--accent2); }
.stat-label { font-size: 13px; color: var(--muted); margin-top: 2px; }

.search-wrap { position: relative; max-width: 520px; margin: 0 auto; }
.search-wrap input { width: 100%; background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 15px; padding: 14px 44px 14px 18px; }
.search-wrap input::placeholder { color: var(--muted); }
.search-icon { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }

.ad-slot { max-width: 728px; margin: 0 auto 40px; padding: 0 24px; }
.ad-slot-inner { background: var(--bg2); border: 1px dashed var(--border); border-radius: 8px; min-height: 90px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 12px; }

.filters-section { padding: 0 24px 32px; }
.filters-label { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; background: var(--bg2); border: 1px solid var(--border); border-radius: 100px; padding: 7px 16px; color: var(--muted); font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.2s; font-family: 'DM Sans', sans-serif; text-decoration: none; }
.filter-btn:hover { border-color: var(--border-hover); color: var(--text); }
.filter-btn.active { background: var(--accent); border-color: var(--accent); color: #fff; }

.intro-section { max-width: 720px; margin: 0 auto; padding: 0 24px 48px; }
.intro-text { color: var(--muted); font-size: 16px; line-height: 1.75; }

.prompts-section { padding: 0 24px 40px; max-width: 1200px; margin: 0 auto; }
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.section-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 22px; color: #fff; }
.result-count { font-size: 13px; color: var(--muted); }
.prompts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.prompt-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 14px; padding: 20px; display: flex; flex-direction: column; gap: 12px; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; }
.prompt-card:hover { border-color: var(--border-hover); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.cat-badge { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.5px; }
.bookmark-btn { background: none; border: none; cursor: pointer; color: var(--muted); font-size: 18px; transition: color 0.2s, transform 0.2s; padding: 2px; }
.bookmark-btn:hover { transform: scale(1.2); }
.bookmark-btn.saved { color: #f59e0b; }
.card-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 16px; color: #fff; line-height: 1.3; }
.prompt-text { font-size: 14px; color: var(--muted); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; transition: all 0.3s; }
.prompt-text.expanded { display: block; -webkit-line-clamp: unset; }
.read-more { font-size: 12px; color: var(--accent2); cursor: pointer; background: none; border: none; font-family: 'DM Sans', sans-serif; padding: 0; text-align: left; transition: opacity 0.2s; }
.read-more:hover { opacity: 0.7; }
.card-actions { display: flex; gap: 8px; margin-top: 4px; }
.copy-btn { flex: 1; background: rgba(124,92,252,0.1); border: 1px solid rgba(124,92,252,0.25); border-radius: 8px; padding: 9px 16px; color: var(--accent2); font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.2s; font-family: 'DM Sans', sans-serif; }
.copy-btn:hover { background: rgba(124,92,252,0.2); border-color: var(--accent); }
.copy-btn.copied { background: rgba(16,185,129,0.1); border-color: rgba(16,185,129,0.3); color: #10b981; }
.vote-buttons { display: flex; gap: 6px; }
.vote-btn { background: none; border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 4px 10px; color: var(--muted); font-size: 12px; cursor: pointer; transition: all 0.2s; font-family: 'DM Sans', sans-serif; display: flex; align-items: center; gap: 4px; }
.vote-btn:hover { border-color: rgba(255,255,255,0.2); }
.vote-btn.upvoted { background: rgba(16,185,129,0.12); border-color: rgba(16,185,129,0.3); color: #10b981; }
.vote-btn.downvoted { background: rgba(239,68,68,0.12); border-color: rgba(239,68,68,0.3); color: #ef4444; }
.sort-controls { display: flex; align-items: center; gap: 8px; }
.sort-select { background: var(--bg2); border: 1px solid var(--border); border-radius: 8px; padding: 6px 12px; color: var(--muted); font-size: 13px; font-family: 'DM Sans', sans-serif; cursor: pointer; }
.sort-select:hover { border-color: var(--border-hover); }
.no-results { display: none; text-align: center; background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 32px; color: var(--muted); }
.no-results h3 { font-family: 'Syne', sans-serif; font-size: 18px; color: #fff; margin-bottom: 6px; }

.saved-section { max-width: 1200px; margin: 0 auto 48px; padding: 0 24px; }
.saved-header { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.saved-title { font-family: 'Syne', sans-serif; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 10px; }
.saved-count { background: rgba(245,158,11,0.14); color: #f59e0b; border-radius: 100px; padding: 2px 9px; font-size: 12px; font-family: 'DM Sans', sans-serif; }
.saved-chevron { color: var(--muted); transition: transform 0.2s; }
.saved-chevron.open { transform: rotate(180deg); }
.saved-body { display: none; padding-top: 16px; }
.saved-body.open { display: block; }
.saved-empty { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 24px; text-align: center; color: var(--muted); }

.disclaimer-banner { max-width: 900px; margin: 0 auto 36px; padding: 14px 18px; background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.25); border-radius: 10px; color: #fbbf24; font-size: 14px; text-align: center; }

.badge-chatgpt    { background: rgba(16,185,129,0.12); color: #10b981; }
.badge-students   { background: rgba(245,158,11,0.12); color: #f59e0b; }
.badge-instagram  { background: rgba(236,72,153,0.12); color: #ec4899; }
.badge-business   { background: rgba(59,130,246,0.12); color: #3b82f6; }
.badge-imageai    { background: rgba(139,92,246,0.12); color: #8b5cf6; }
.badge-writing    { background: rgba(20,184,166,0.12); color: #14b8a6; }
.badge-jobs       { background: rgba(249,115,22,0.12); color: #f97316; }
.badge-youtube    { background: rgba(239,68,68,0.12); color: #ef4444; }
.badge-health     { background: rgba(34,197,94,0.12); color: #22c55e; }
.badge-finance    { background: rgba(234,179,8,0.12); color: #eab308; }
.badge-coding     { background: rgba(6,182,212,0.12); color: #06b6d4; }
.badge-gujarati   { background: rgba(239,68,68,0.12); color: #ef4444; }
.badge-creative   { background: rgba(20,184,166,0.12); color: #14b8a6; }
.badge-blog       { background: rgba(59,130,246,0.12); color: #3b82f6; }
.badge-script     { background: rgba(236,72,153,0.12); color: #ec4899; }

.how-to { max-width: 1200px; margin: 0 auto; padding: 40px 24px; }
.how-to-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 24px; color: #fff; text-align: center; margin-bottom: 32px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 14px; padding: 24px; text-align: center; }
.step-num { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 32px; color: var(--accent); margin-bottom: 12px; }
.step-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 16px; color: #fff; margin-bottom: 8px; }
.step-desc { font-size: 14px; color: var(--muted); }

.browse-section { max-width: 1200px; margin: 0 auto; padding: 32px 24px 48px; }
.browse-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 20px; color: #fff; text-align: center; margin-bottom: 24px; }
.browse-section .browse-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.browse-section .browse-card { display: flex; flex-direction: column; gap: 4px; min-height: 80px; padding: 16px; }
.browse-section .browse-card strong { font-family: 'Syne', sans-serif; font-size: 14px; color: #fff; line-height: 1.2; }
.browse-section .browse-card span { font-size: 11px; color: var(--muted); line-height: 1.4; }
.how-to-use { max-width: 900px; margin: 0 auto; padding: 0 24px 48px; }
.how-to-use h2 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 22px; color: #fff; text-align: center; margin-bottom: 20px; }
.steps { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.step { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 20px 24px; flex: 1; min-width: 200px; max-width: 260px; text-align: center; }

.related { max-width: 1200px; margin: 0 auto; padding: 40px 24px 60px; }
.related-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 24px; color: #fff; text-align: center; margin-bottom: 32px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.related-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 20px; text-decoration: none; transition: all 0.2s; display: block; }
.related-card:hover { border-color: var(--border-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.related-icon { font-size: 24px; margin-bottom: 8px; display: block; }
.related-name { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 4px; }
.related-desc { font-size: 13px; color: var(--muted); }
.related-section { max-width: 1200px; margin: 0 auto; padding: 40px 24px 60px; }
.related-section h2, .related-header { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 24px; color: #fff; text-align: center; margin-bottom: 32px; }
.related-card h3 { font-family: 'Syne', sans-serif; font-size: 16px; color: #fff; margin-bottom: 6px; }
.related-card p { font-size: 13px; color: var(--muted); line-height: 1.5; }

.faq-section { max-width: 800px; margin: 0 auto; padding: 40px 24px 60px; }
.faq-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 24px; color: #fff; text-align: center; margin-bottom: 32px; }
.faq-item { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 20px 24px; margin-bottom: 12px; }
.faq-q { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 10px; cursor: pointer; }
.faq-q::before { content: "Q. "; color: var(--accent2); }
.faq-a { font-size: 14px; color: var(--muted); line-height: 1.7; }
.faq-question { width: 100%; background: none; border: 0; text-align: left; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: #fff; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-answer { display: none; margin-top: 10px; font-size: 14px; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-answer { display: block; }
.faq-icon { color: var(--accent2); margin-left: auto; }

footer { border-top: 1px solid var(--border); padding: 40px 24px; text-align: center; }
.footer-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; color: #fff; margin-bottom: 8px; display: inline-flex; align-items: center; gap: 8px; }
.footer-logo-mark { width: 28px; height: 28px; flex: 0 0 28px; border-radius: 8px; display: block; }
.footer-logo span { color: var(--accent2); }
.footer-tagline { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.footer-links { display: flex; justify-content: center; gap: 20px; list-style: none; margin-bottom: 20px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: var(--text); }
.footer-copy { font-size: 13px; color: var(--muted); }

@media(max-width: 640px) {
  nav { padding: 0 16px; }
  .nav-actions > .nav-action { display: none; }
  .hamburger { display: flex; }
  .browse-overlay { inset: 60px 0 0 0; }
  .browse-shell { padding: 18px 16px 24px; }
  .browse-panel-header { flex-direction: column; align-items: flex-start; }
  .browse-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
  .prompts-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .browse-section .browse-grid { grid-template-columns: repeat(3, 1fr); }
}
@media(min-width: 641px) and (max-width: 900px) {
  .prompts-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .browse-section .browse-grid { grid-template-columns: repeat(4, 1fr); }
}
@media(min-width: 901px) and (max-width: 1100px) {
  .browse-section .browse-grid { grid-template-columns: repeat(5, 1fr); }
}

/* Global Preloader Overlay */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s;
}
#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}
