:root {
    --gtp-bg: #fff;
    --gtp-text: #101525;
    --gtp-muted: #667085;
    --gtp-border: #e3e6ec;
    --gtp-accent: #5b2df5;
    --gtp-accent-2: #7a4cff;
    --gtp-soft: #f4f0ff;
    --gtp-success: #159447;
    --gtp-shadow: 0 12px 30px rgba(16, 21, 37, .09);
    --gtp-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --gtp-shell: min(1440px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gtp-text); background: var(--gtp-bg); font-family: var(--gtp-font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed !important; z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; margin: 0; padding: 10px 14px; clip: auto; background: #fff; border: 2px solid var(--gtp-accent); border-radius: 8px; }
.section-shell { width: var(--gtp-shell); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--gtp-border); backdrop-filter: blur(16px); }
.site-header__inner { width: var(--gtp-shell); height: 70px; margin: 0 auto; display: grid; grid-template-columns: 280px 1fr 180px; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--gtp-text); font-size: 24px; font-weight: 800; letter-spacing: -.8px; white-space: nowrap; }
.brand__mark { width: 27px; height: 27px; fill: var(--gtp-accent); flex: 0 0 auto; }
.primary-nav { height: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3vw, 52px); }
.primary-nav a { position: relative; height: 100%; display: inline-flex; align-items: center; color: #202638; font-size: 14px; font-weight: 600; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 4px 4px 0 0; background: var(--gtp-accent); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--gtp-accent); }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.header-sun { width: 24px; height: 24px; color: #4e566a; }
.header-sun svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--gtp-text); border-radius: 2px; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--gtp-accent), #6d35ed); box-shadow: 0 8px 20px rgba(91,45,245,.18); }
.button--primary:hover { box-shadow: 0 12px 24px rgba(91,45,245,.26); }
.button--outline { color: var(--gtp-text); background: #fff; border-color: var(--gtp-border); }
.button--outline:hover { color: var(--gtp-accent); border-color: var(--gtp-accent); }
.button--small { min-height: 38px; padding: 8px 22px; }
.button--wide { width: 100%; min-height: 54px; font-size: 16px; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero { padding: 42px 0 26px; text-align: center; }
.hero h1 { margin: 0 auto 26px; font-size: clamp(42px, 5vw, 66px); line-height: .98; letter-spacing: -3.3px; font-weight: 850; }
.hero h1 span { color: var(--gtp-accent); }
.hero h2 { margin: 10px 0 12px; font-size: 17px; letter-spacing: -.2px; }
.search-box { width: min(720px, 100%); min-height: 54px; margin: 0 auto; display: flex; align-items: center; gap: 12px; padding: 0 17px; color: #6f778b; border: 1px solid #d9dde5; border-radius: 12px; background: #fff; box-shadow: 0 4px 14px rgba(16,21,37,.03); }
.search-box:focus-within { border-color: var(--gtp-accent); box-shadow: 0 0 0 4px rgba(91,45,245,.09); }
.search-box svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.search-box input { width: 100%; height: 52px; color: var(--gtp-text); background: transparent; border: 0; outline: 0; font-size: 15px; }
.search-box input::placeholder { color: #8b92a4; }
.filter-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.filter-row--formats { margin-bottom: 12px; }
.filter-pill, .model-pill { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 7px 18px; color: #202638; background: #fff; border: 1px solid var(--gtp-border); border-radius: 11px; font-size: 14px; cursor: pointer; transition: border-color .18s, color .18s, background .18s; }
.filter-pill { min-width: 158px; }
.filter-pill small { display: block; color: var(--gtp-muted); font-size: 11px; line-height: 1.2; }
.filter-pill.is-active, .model-pill.is-active { color: var(--gtp-accent); background: #faf8ff; border-color: var(--gtp-accent); }
.model-pill { min-height: 38px; padding-inline: 20px; border-radius: 999px; }
.ratio-icon { display: inline-block; width: 15px; height: 20px; border: 1.7px solid currentColor; border-radius: 2px; }
.ratio-icon--916 { width: 12px; height: 22px; }
.ratio-icon--11 { width: 20px; height: 20px; }
.ratio-icon--all { width: 20px; height: 20px; border-style: dashed; }

.prompt-library { padding: 14px 0 80px; }
.section-heading-row { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-heading-row h2 { margin: 0; font-size: 24px; letter-spacing: -.8px; }
.section-heading-row h2 span { color: var(--gtp-accent); }
.sort-tabs { display: flex; align-items: center; gap: 26px; overflow-x: auto; }
.sort-tab { position: relative; min-height: 44px; padding: 0 2px; color: #30374a; background: transparent; border: 0; font-size: 13px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.sort-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--gtp-accent); border-radius: 3px; transform: scaleX(0); }
.sort-tab.is-active { color: var(--gtp-accent); }
.sort-tab.is-active::after { transform: scaleX(1); }
.prompt-grid { columns: 5 220px; column-gap: 14px; min-height: 200px; }
.prompt-card { position: relative; display: inline-block; width: 100%; margin: 0 0 14px; break-inside: avoid; overflow: hidden; background: #fff; border: 1px solid #d9dde4; border-radius: 11px; box-shadow: 0 7px 18px rgba(16,21,37,.08); transition: transform .22s ease, box-shadow .22s ease; }
.prompt-card[hidden] { display: none !important; }
.prompt-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(16,21,37,.13); }
.prompt-card__media { position: relative; display: block; overflow: hidden; background: #eef0f4; }
.prompt-card--45 .prompt-card__media { aspect-ratio: 4 / 5; }
.prompt-card--916 .prompt-card__media { aspect-ratio: 9 / 16; }
.prompt-card--11 .prompt-card__media { aspect-ratio: 1 / 1; }
.prompt-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.prompt-card:hover .prompt-card__media img { transform: scale(1.025); }
.prompt-card__shade { position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(6,8,14,.74)); pointer-events: none; }
.prompt-card__badge { position: absolute; left: 8px; display: inline-flex; align-items: center; max-width: calc(100% - 16px); padding: 5px 8px; color: #121726; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.78); border-radius: 5px; font-size: 10px; font-weight: 650; line-height: 1; backdrop-filter: blur(9px); }
.prompt-card__badge--format { top: 8px; }
.prompt-card__badge--model { top: 38px; }
.prompt-card__title { position: absolute; left: 12px; right: 12px; bottom: 12px; color: #fff; font-size: clamp(15px, 1.25vw, 20px); font-weight: 750; line-height: 1.15; text-shadow: 0 2px 10px rgba(0,0,0,.4); }
.prompt-card__copy { width: calc(100% - 12px); min-height: 42px; margin: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--gtp-text); background: #fff; border: 0; border-radius: 7px; font-size: 13px; font-weight: 700; cursor: pointer; transition: color .18s, background .18s; }
.prompt-card__copy:hover, .prompt-card__copy.is-copied { color: #fff; background: var(--gtp-accent); }
.prompt-card__copy svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.no-results, .empty-state { padding: 50px 20px; color: var(--gtp-muted); text-align: center; }
.gtp-ad-slot { min-height: 90px; margin-top: 36px; display: flex; align-items: center; justify-content: center; }

.center-heading { max-width: 680px; margin: 0 auto 30px; text-align: center; }
.center-heading h2 { margin: 0 0 5px; font-size: clamp(28px, 3.2vw, 42px); letter-spacing: -1.6px; }
.center-heading p { margin: 0; color: var(--gtp-muted); }
.packs-section { padding: 40px 0 80px; }
.pack-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pack-panel { min-height: 280px; display: grid; grid-template-columns: 45% 55%; gap: 8px; overflow: hidden; padding: 26px; border: 1px solid var(--gtp-border); border-radius: 14px; }
.pack-panel__copy { position: relative; z-index: 2; display: flex; align-items: flex-start; flex-direction: column; }
.pack-panel h3 { margin: 12px 0 10px; font-size: 23px; line-height: 1.12; letter-spacing: -.8px; }
.pack-panel p { margin: 0 0 18px; color: var(--gtp-muted); font-size: 13px; }
.pack-panel .button { margin-top: auto; min-height: 40px; padding: 8px 14px; color: var(--gtp-accent); border-color: var(--gtp-accent); }
.pack-panel__visuals { position: relative; min-height: 220px; }
.pack-panel__visuals img { position: absolute; width: 62%; height: 86%; object-fit: cover; border-radius: 8px; box-shadow: var(--gtp-shadow); }
.pack-panel__visuals img:first-child { left: 0; top: 12%; transform: rotate(-2deg); }
.pack-panel__visuals img:last-child { right: -8%; top: 0; transform: rotate(3deg); }

.how-section { padding: 28px 0 86px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.step { position: relative; display: flex; gap: 16px; align-items: flex-start; padding: 8px 28px; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 31px; right: -26px; width: 52px; border-top: 1px dashed #c8baff; }
.step__number { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; color: var(--gtp-accent); background: var(--gtp-soft); border: 1px solid #d9cffd; border-radius: 12px; font-weight: 800; }
.step h3 { margin: 1px 0 5px; font-size: 17px; }
.step p { margin: 0; color: var(--gtp-muted); font-size: 13px; }

.newsletter-band { width: var(--gtp-shell); min-height: 112px; margin: 0 auto 42px; padding: 22px 30px; display: flex; align-items: center; justify-content: space-between; gap: 34px; background: linear-gradient(100deg, #f1edff, #faf8ff, #eee9ff); border-radius: 14px; }
.newsletter-band__copy { display: flex; align-items: center; gap: 18px; }
.newsletter-band__icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--gtp-accent); background: rgba(255,255,255,.74); border: 4px solid rgba(255,255,255,.9); border-radius: 13px; font-size: 22px; }
.newsletter-band h2 { margin: 0 0 3px; font-size: 20px; letter-spacing: -.5px; }
.newsletter-band p { margin: 0; color: var(--gtp-muted); font-size: 13px; }
.newsletter-form { width: min(520px, 48%); display: grid; grid-template-columns: 1fr 120px; gap: 12px; }
.newsletter-form input { min-height: 46px; padding: 0 15px; color: var(--gtp-text); background: #fff; border: 1px solid var(--gtp-border); border-radius: 9px; outline: 0; }
.newsletter-form input:focus { border-color: var(--gtp-accent); box-shadow: 0 0 0 4px rgba(91,45,245,.08); }
.site-footer { padding: 0 0 28px; }
.site-footer__grid { width: var(--gtp-shell); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; padding: 0 12px 32px; }
.site-footer__brand p { max-width: 280px; color: var(--gtp-muted); font-size: 13px; }
.site-footer__grid h3 { margin: 4px 0 13px; font-size: 13px; }
.site-footer__grid > div:not(.site-footer__brand) { display: flex; flex-direction: column; gap: 8px; }
.site-footer__grid > div:not(.site-footer__brand) a { color: var(--gtp-muted); font-size: 13px; }
.site-footer__grid a:hover { color: var(--gtp-accent); }
.site-footer__bottom { width: var(--gtp-shell); margin: 0 auto; padding: 18px 12px 0; display: flex; justify-content: space-between; color: #7b8294; border-top: 1px solid var(--gtp-border); font-size: 12px; }
.mobile-bottom-nav { display: none; }

.archive-hero { max-width: 900px; padding: 72px 0 34px; text-align: center; }
.archive-hero h1 { margin: 0 0 8px; font-size: clamp(40px, 5vw, 62px); letter-spacing: -2.5px; }
.archive-hero > p { margin: 0 auto 28px; color: var(--gtp-muted); }
.archive-hero .filter-row--formats { margin-top: 20px; }

.breadcrumbs { display: flex; align-items: center; gap: 9px; padding: 28px 0 18px; color: var(--gtp-muted); font-size: 12px; overflow-x: auto; white-space: nowrap; }
.breadcrumbs a { color: var(--gtp-accent); }
.prompt-detail { padding-bottom: 80px; }
.prompt-detail__grid { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(470px, 1.1fr); gap: clamp(36px, 5vw, 76px); align-items: start; max-width: 1280px; margin: 0 auto; }
.prompt-detail__visual { position: relative; width: min(100%, 560px); overflow: hidden; background: #f0f1f4; border-radius: 12px; box-shadow: var(--gtp-shadow); }
.prompt-detail__visual--45 { aspect-ratio: 4 / 5; }
.prompt-detail__visual--916 { aspect-ratio: 9 / 16; }
.prompt-detail__visual--11 { aspect-ratio: 1 / 1; }
.prompt-detail__visual img { width: 100%; height: 100%; object-fit: cover; }
.prompt-detail__badges { position: absolute; top: 14px; left: 14px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.prompt-detail__badges span { padding: 6px 10px; color: var(--gtp-text); background: rgba(255,255,255,.92); border-radius: 6px; font-size: 12px; backdrop-filter: blur(10px); }
.prompt-detail__content { padding-top: 6px; }
.prompt-detail__content h1 { margin: 0 0 8px; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -2px; }
.prompt-detail__excerpt { margin: 0 0 18px; color: var(--gtp-muted); font-size: 16px; }
.prompt-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 24px; color: #626a7e; font-size: 13px; }
.ratio-tabs { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; overflow: hidden; margin-bottom: 16px; border: 1px solid var(--gtp-border); border-radius: 10px; }
.ratio-tab { min-height: 68px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: var(--gtp-text); background: #fff; border: 0; border-right: 1px solid var(--gtp-border); cursor: pointer; }
.ratio-tab:last-child { border-right: 0; }
.ratio-tab b { font-size: 16px; }
.ratio-tab small { color: var(--gtp-muted); }
.ratio-tab.is-active { color: var(--gtp-accent); background: #faf8ff; box-shadow: inset 0 0 0 1px var(--gtp-accent); }
.prompt-copy-text { min-height: 170px; max-height: 260px; overflow-y: auto; padding: 20px; color: #252c3e; white-space: pre-wrap; background: #fff; border: 1px solid var(--gtp-border); border-radius: 10px; font-size: 14px; line-height: 1.7; }
.prompt-detail__content .button--wide { margin-top: 14px; }
.secondary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.prompt-guide-grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 42px; margin: 46px auto 0; padding: 30px 0; border-top: 1px solid var(--gtp-border); border-bottom: 1px solid var(--gtp-border); }
.prompt-guide-grid > div:not(:last-child) { padding-right: 38px; border-right: 1px solid var(--gtp-border); }
.prompt-guide-grid h2, .related-section h2 { margin: 0 0 18px; font-size: 20px; letter-spacing: -.5px; }
.prompt-guide-grid ol { margin: 0; padding-left: 24px; }
.prompt-guide-grid li { margin: 0 0 13px; padding-left: 4px; color: #343b4d; font-size: 13px; }
.prompt-guide-grid dt { margin-top: 9px; color: var(--gtp-accent); font-size: 13px; font-weight: 750; }
.prompt-guide-grid dd { margin: 2px 0 0; color: var(--gtp-muted); font-size: 13px; }
.prompt-guide-grid p { color: var(--gtp-muted); font-size: 13px; }
.related-section { padding-top: 32px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-grid a { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 10px; }
.related-grid img { width: 100%; height: 100%; object-fit: cover; }
.related-grid a::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.related-grid span { position: absolute; z-index: 2; left: 13px; right: 13px; bottom: 12px; color: #fff; font-weight: 700; }

.content-page { max-width: 920px; padding: 76px 0 100px; }
.content-page header { margin-bottom: 32px; }
.content-page h1 { margin: 0; font-size: clamp(42px, 6vw, 70px); line-height: 1; letter-spacing: -3px; }
.prose { color: #30374a; font-size: 17px; line-height: 1.8; }
.prose h2 { margin-top: 48px; color: var(--gtp-text); font-size: 30px; letter-spacing: -1px; }
.prose h3 { margin-top: 34px; color: var(--gtp-text); font-size: 22px; }
.prose a { color: var(--gtp-accent); text-decoration: underline; }
.blog-listing { padding: 24px 0; border-bottom: 1px solid var(--gtp-border); }
.blog-listing h2 { margin: 0 0 8px; }
.not-found { min-height: 70vh; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.not-found > span { color: var(--gtp-accent); font-size: 18px; font-weight: 800; }
.not-found h1 { margin: 8px 0; font-size: clamp(42px, 6vw, 70px); letter-spacing: -3px; }
.not-found p { margin: 0 0 24px; color: var(--gtp-muted); }

@media (max-width: 1120px) {
    :root { --gtp-shell: min(100% - 40px, 1080px); }
    .site-header__inner { grid-template-columns: 230px 1fr 120px; }
    .primary-nav { gap: 22px; }
    .primary-nav a { font-size: 12px; }
    .prompt-grid { columns: 4 210px; }
    .pack-rail { grid-template-columns: 1fr; }
    .pack-panel { grid-template-columns: 38% 62%; }
    .prompt-detail__grid { grid-template-columns: minmax(330px, .85fr) minmax(420px, 1.15fr); gap: 34px; }
}

@media (max-width: 860px) {
    :root { --gtp-shell: calc(100% - 30px); }
    .site-header__inner { height: 64px; display: flex; justify-content: space-between; }
    .brand { font-size: 21px; }
    .primary-nav { position: fixed; top: 64px; left: 0; right: 0; display: none; height: auto; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px 22px; background: #fff; border-bottom: 1px solid var(--gtp-border); box-shadow: var(--gtp-shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav a { height: 46px; justify-content: flex-start; font-size: 14px; }
    .primary-nav a::after { display: none; }
    .menu-toggle { display: block; margin-left: auto; }
    .header-actions { display: none; }
    .hero { padding-top: 34px; }
    .hero h1 { letter-spacing: -2.3px; }
    .filter-row { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding: 2px 1px 6px; scrollbar-width: none; }
    .filter-row::-webkit-scrollbar { display: none; }
    .filter-pill, .model-pill { flex: 0 0 auto; }
    .prompt-grid { columns: 3 190px; }
    .steps { grid-template-columns: 1fr; gap: 14px; }
    .step:not(:last-child)::after { display: none; }
    .newsletter-band { align-items: stretch; flex-direction: column; }
    .newsletter-form { width: 100%; }
    .site-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
    .site-footer__grid > div:last-child { grid-column: 2; }
    .prompt-detail__grid { grid-template-columns: 1fr; }
    .prompt-detail__visual { margin: 0 auto; }
    .prompt-guide-grid { grid-template-columns: 1fr; gap: 0; }
    .prompt-guide-grid > div { padding: 22px 0 !important; border-right: 0 !important; border-bottom: 1px solid var(--gtp-border); }
}

@media (max-width: 620px) {
    :root { --gtp-shell: calc(100% - 24px); }
    body { padding-bottom: 70px; }
    .site-header__inner { width: calc(100% - 24px); }
    .brand { font-size: 20px; letter-spacing: -.6px; }
    .brand__mark { width: 25px; height: 25px; }
    .hero { padding: 28px 0 18px; text-align: left; }
    .hero h1 { margin: 0 0 22px; font-size: clamp(38px, 12vw, 54px); line-height: .98; letter-spacing: -2.8px; }
    .hero h2 { margin-top: 20px; text-align: center; }
    .search-box { min-height: 52px; }
    .filter-row--formats { margin-inline: -12px; padding-inline: 12px; }
    .filter-pill { min-width: 132px; min-height: 64px; }
    .filter-row--models { margin-inline: -12px; padding-inline: 12px; }
    .prompt-library { padding-top: 8px; padding-bottom: 58px; }
    .section-heading-row { align-items: flex-end; }
    .section-heading-row h2 { font-size: 21px; white-space: nowrap; }
    .sort-tabs { max-width: 110px; }
    .sort-tab:not(.is-active) { display: none; }
    .sort-tab.is-active { min-width: 90px; text-align: right; }
    .prompt-grid { columns: 2 145px; column-gap: 10px; }
    .prompt-card { margin-bottom: 10px; border-radius: 10px; }
    .prompt-card__badge { left: 6px; padding: 4px 6px; font-size: 9px; }
    .prompt-card__badge--format { top: 6px; }
    .prompt-card__badge--model { top: 32px; }
    .prompt-card__title { left: 9px; right: 9px; bottom: 9px; font-size: 14px; }
    .prompt-card__copy { min-height: 40px; font-size: 12px; }
    .packs-section { padding-bottom: 56px; }
    .center-heading { text-align: left; }
    .pack-panel { min-height: 240px; grid-template-columns: 46% 54%; padding: 18px; }
    .pack-panel h3 { font-size: 19px; }
    .pack-panel p { font-size: 12px; }
    .pack-panel__visuals img { width: 70%; }
    .step { padding-inline: 0; }
    .newsletter-band { width: calc(100% - 24px); padding: 20px; margin-bottom: 30px; }
    .newsletter-band__copy { align-items: flex-start; }
    .newsletter-band__icon { display: none; }
    .newsletter-form { grid-template-columns: 1fr; }
    .site-footer__grid { width: calc(100% - 24px); grid-template-columns: 1fr 1fr; gap: 28px; padding-inline: 0; }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__grid > div:last-child { grid-column: auto; }
    .site-footer__bottom { width: calc(100% - 24px); padding-inline: 0; flex-direction: column; gap: 4px; }
    .mobile-bottom-nav { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(255,255,255,.97); border-top: 1px solid var(--gtp-border); box-shadow: 0 -8px 24px rgba(16,21,37,.08); backdrop-filter: blur(12px); }
    .mobile-bottom-nav a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: #596176; font-size: 10px; }
    .mobile-bottom-nav a span { font-size: 19px; line-height: 1; }
    .mobile-bottom-nav a.is-active { color: var(--gtp-accent); }
    .archive-hero { padding-top: 46px; }
    .archive-hero h1 { letter-spacing: -2px; }
    .prompt-detail__grid { gap: 28px; }
    .breadcrumbs { padding-top: 18px; }
    .prompt-detail__visual { width: 100%; }
    .prompt-detail__content h1 { font-size: 36px; letter-spacing: -1.6px; }
    .prompt-meta { gap: 12px; }
    .ratio-tab { min-height: 60px; }
    .prompt-copy-text { min-height: 150px; }
    .secondary-actions { grid-template-columns: 1fr 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    .content-page { padding-top: 50px; }
    .content-page h1 { letter-spacing: -2.2px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
