/* Post Types — extracted from index.html */

@media (max-width: 1200px) { #post-types-grid { grid-template-columns: 1fr !important; } }
@media (max-width: 700px) { .pt2-card { flex-direction: column !important; } .pt2-left { width: 100% !important; max-width: 100% !important; border-right: none !important; border-bottom: 1px solid #27272a; } }

/* Card layout */
.pt2-card { background:#18181b;border:1px solid #27272a;border-radius:12px;overflow:hidden;display:flex;transition:border-color .2s; }
.pt2-card:hover { border-color:#3f3f46; }
.pt2-left { min-width:200px;max-width:320px;flex-shrink:0;border-right:1px solid #27272a;display:flex;padding:0;background:#141416;overflow:hidden; }
.pt2-left > * { width:100%;min-height:100%; }
.pt2-left > img, .pt2-left > video { object-fit:cover;display:block; }
.pt2-right { padding:24px;flex:1;min-width:0; }
.pt2-title { display:flex;align-items:center;gap:10px;margin-bottom:4px; }
.pt2-title h3 { font-size:17px;font-weight:600;color:#fff;margin:0; }
.pt2-title span { font-size:20px; }
.pt2-desc { color:#a1a1aa;font-size:13px;line-height:1.5;margin-bottom:14px; }
.pt2-label { font-size:11px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:5px;margin-top:12px; }
.pt2-list { list-style:none;padding:0;margin:0; }
.pt2-list li { font-size:12px;color:#a1a1aa;padding:1px 0; }
.pt2-list li::before { content:"→ ";color:#d97706; }
.pt2-list.skip li::before { content:"✕ ";color:#ef4444; }
.pt2-flow { margin-top:14px;padding-top:12px;border-top:1px solid #27272a;display:flex;align-items:center;gap:5px;flex-wrap:wrap; }
.pt2-step { font-size:11px;color:#a1a1aa;background:#27272a;padding:3px 9px;border-radius:4px; }
.pt2-arrow { color:#3f3f46;font-size:10px; }

/* Mockups — Claude UI (matches claude-chat-template.html) */
.claude-mock { background:#2b2a27;width:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;padding:10px 16px 12px;gap:14px;justify-content:center;flex:1; }
.claude-topbar { display:flex;justify-content:space-between;align-items:center; }
.claude-topbar-left { display:flex;align-items:center;gap:6px; }
.claude-topbar-doc { width:13px;height:13px;border:1.5px solid #9b9788;border-radius:2px;position:relative; }
.claude-topbar-doc::after { content:'';position:absolute;top:-3px;left:2px;width:13px;height:13px;border:1.5px solid #9b9788;border-radius:2px;background:#2b2a27; }
.claude-topbar-title { font-size:12px;color:#c4bfb2;font-weight:500;letter-spacing:-0.01em; }
.claude-topbar-chevron { color:#9b9788;font-size:10px;margin-left:2px; }
.claude-topbar-share { font-size:11px;color:#c4bfb2;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.08);border-radius:6px;padding:4px 12px; }
.claude-user-msg { display:flex;justify-content:flex-end; }
.claude-user-bubble { background:#3d3c37;color:#e8e4da;font-size:13px;padding:8px 16px;border-radius:18px;max-width:80%;line-height:1.4; }
.claude-response { padding-left:2px; }
.claude-text { color:#d5d0c4;font-size:16px;font-weight:400;line-height:1.5;margin-bottom:8px; }
.claude-action-icons { display:flex;gap:8px;margin-bottom:8px; }
.claude-action-icons svg { width:14px;height:14px;fill:none;stroke:#7a7668;stroke-width:1.5; }
.claude-logo-mark { width:18px;height:18px; }
.claude-logo-mark img { width:18px;height:18px; }

/* Mockups — LinkedIn post */
.li-mock { background:#1b1f23;border-radius:8px;width:100%;max-width:220px;font-family:-apple-system,sans-serif;overflow:hidden;border:1px solid #30363d; }
.li-mock-header { display:flex;align-items:center;gap:6px;padding:8px 10px 4px; }
.li-mock-avatar { width:22px;height:22px;border-radius:50%;background:#d97706;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff;flex-shrink:0; }
.li-mock-meta { font-size:8px;color:#8b949e;line-height:1.2; }
.li-mock-name { font-size:9px;color:#e6edf3;font-weight:600; }
.li-mock-text { padding:0 10px 6px;font-size:9px;color:#c9d1d9;line-height:1.4; }
.li-mock-img { width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center; }
.li-mock-actions { display:flex;justify-content:space-around;padding:5px 6px;border-top:1px solid #30363d;font-size:8px;color:#8b949e; }

/* Mockups — Poll */
.poll-mock { width:100%;max-width:210px;display:flex;flex-direction:column;justify-content:center;flex:1;padding:16px; }
.poll-q { font-size:11px;color:#e6edf3;font-weight:600;margin-bottom:8px; }
.poll-opt { background:#27272a;border:1px solid #3f3f46;border-radius:5px;padding:5px 10px;margin-bottom:4px;font-size:10px;color:#a1a1aa; }

/* Mockups — Carousel */
.carousel-mock { display:flex;gap:4px;align-items:center; }
.carousel-slide { background:#27272a;border:1px solid #3f3f46;border-radius:5px;width:56px;height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:8px;color:#71717a;flex-shrink:0; }
.carousel-slide.active { border-color:#d97706;color:#d97706; }
.carousel-dots { display:flex;gap:3px;margin-top:6px;justify-content:center; }
.carousel-dot { width:4px;height:4px;border-radius:50%;background:#3f3f46; }
.carousel-dot.active { background:#d97706; }

/* Mockups — Video */
.video-mock { background:#000;border-radius:8px;width:100%;max-width:220px;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden; }
.video-play { width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center; }
.video-play::after { content:"";border-style:solid;border-width:6px 0 6px 11px;border-color:transparent transparent transparent #fff;margin-left:2px; }
.video-bar { position:absolute;bottom:0;left:0;right:0;height:2px;background:#27272a; }
.video-bar-fill { width:35%;height:100%;background:#d97706; }
.video-time { position:absolute;bottom:4px;right:6px;font-size:8px;color:#fff;background:rgba(0,0,0,.7);padding:1px 3px;border-radius:2px; }

/* Mockups — Quote card */
.quote-mock { background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:8px;width:100%;max-width:220px;padding:18px 14px;text-align:center; }
.quote-mock blockquote { font-size:12px;color:#fff;font-weight:700;line-height:1.4;margin:0 0 8px;font-style:italic; }
.quote-mock cite { font-size:9px;color:#d97706;font-style:normal; }

/* Mockups — Newsletter */
.nl-mock { background:#1b1f23;border-radius:8px;width:100%;max-width:220px;overflow:hidden;border:1px solid #30363d; }
.nl-mock-banner { background:linear-gradient(135deg,#d97706,#b45309);padding:10px 12px; }
.nl-mock-banner h4 { font-size:10px;color:#fff;margin:0 0 1px;font-weight:700; }
.nl-mock-banner p { font-size:8px;color:rgba(255,255,255,.7);margin:0; }
.nl-mock-body { padding:10px 12px; }
.nl-mock-body p { font-size:9px;color:#8b949e;line-height:1.4;margin:0 0 6px; }
.nl-mock-btn { background:#d97706;color:#fff;border:none;padding:4px 12px;border-radius:3px;font-size:9px;font-weight:600; }

/* Misc */
.news-badge { background:#ef4444;color:#fff;font-size:7px;font-weight:700;padding:1px 5px;border-radius:3px;display:inline-block;margin-bottom:3px; }

/* Mockups — Infographic */
.infog-mock { background:#0c0c10;width:100%;padding:14px;font-family:-apple-system,sans-serif;display:flex;flex-direction:column;position:relative;overflow:hidden;justify-content:center;flex:1; }
.infog-mock::before { content:'';position:absolute;top:-30px;left:50%;transform:translateX(-50%);width:200px;height:100px;background:radial-gradient(ellipse,rgba(239,68,68,0.12),transparent 70%);pointer-events:none; }
.infog-topbar { display:flex;align-items:center;gap:6px;margin-bottom:12px;position:relative; }
.infog-topbar-icon { width:16px;height:16px;background:rgba(239,68,68,0.2);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:8px; }
.infog-topbar-label { font-size:9px;color:#71717a;text-transform:uppercase;letter-spacing:1px;font-weight:600; }
.infog-stat { text-align:center;margin-bottom:4px;position:relative; }
.infog-stat-num { font-size:36px;font-weight:800;color:#ef4444;line-height:1;letter-spacing:-1px; }
.infog-stat-desc { font-size:10px;color:#a1a1aa;margin-top:4px;font-weight:500; }
.infog-stat-sub { font-size:8px;color:#52525b;margin-top:2px; }
.infog-compare { display:flex;gap:6px;margin-top:12px;position:relative; }
.infog-card { flex:1;border-radius:8px;padding:10px;position:relative; }
.infog-card-red { background:rgba(239,68,68,0.06);border:1px solid rgba(239,68,68,0.15); }
.infog-card-green { background:rgba(34,197,94,0.06);border:1px solid rgba(34,197,94,0.15); }
.infog-card-title { font-size:9px;color:#fff;font-weight:600;margin-bottom:6px;display:flex;align-items:center;gap:4px; }
.infog-card-stat { font-size:14px;font-weight:800;line-height:1.1; }
.infog-card-stat-red { color:#ef4444; }
.infog-card-stat-green { color:#22c55e; }
.infog-card-label { font-size:8px;color:#71717a;font-weight:400; }
.infog-card-note { font-size:7px;color:#3f3f46;margin-top:6px;font-style:italic; }
.infog-vs { position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#27272a;border:1px solid #3f3f46;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:7px;color:#71717a;font-weight:700;z-index:1; }
.infog-bottom { display:flex;justify-content:space-between;margin-top:10px;font-size:7px;color:#3f3f46; }

/* Mockups — Comment to Get */
.ctg-mock { width:100%;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,sans-serif;flex:1; }
.ctg-hero { background:linear-gradient(145deg,#1a1a3e 0%,#0d1b3e 40%,#162544 100%);padding:20px 16px 14px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center; }
.ctg-hero-title { color:#fff;font-size:18px;font-weight:800;line-height:1.2;margin-bottom:8px;letter-spacing:-0.3px; }
.ctg-hero-sub { color:rgba(255,255,255,0.7);font-size:10px;line-height:1.4;background:rgba(255,255,255,0.1);display:inline-block;padding:4px 10px;border-radius:4px; }
.ctg-cta { background:#fff;display:flex;align-items:center;gap:8px;padding:8px 14px;font-size:11px;color:#333;font-weight:500; }
.ctg-cta strong { color:#000; }
.ctg-cta-icon { background:#0a66c2;color:#fff;font-size:9px;font-weight:800;width:18px;height:18px;border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0; }
.ctg-preview { background:#1a1a3e;padding:10px 16px 0;position:relative;overflow:hidden;flex:1;min-height:60px; }
.ctg-scroll { display:flex;flex-direction:column;gap:6px;animation:ctgScroll 4s linear infinite; }
.ctg-scroll-line { height:5px;border-radius:2px;background:rgba(255,255,255,0.12); }
.ctg-scroll-line.w80 { width:80%; } .ctg-scroll-line.w60 { width:60%; }
.ctg-scroll-line.w90 { width:90%; } .ctg-scroll-line.w45 { width:45%; }
.ctg-scroll-line.w75 { width:75%; } .ctg-scroll-line.w50 { width:50%; }
.ctg-scroll-line.w85 { width:85%; } .ctg-scroll-line.w40 { width:40%; }
.ctg-fade { position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,#1a1a3e); }
@keyframes ctgScroll { 0%{transform:translateY(0)} 100%{transform:translateY(-44px)} }

/* Mockups — X/Twitter quote card */
.x-mock { background:#000;width:100%;padding:16px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;gap:10px;justify-content:center;flex:1; }
.x-mock-header { display:flex;align-items:center;gap:8px; }
.x-mock-avatar { width:28px;height:28px;border-radius:50%;background:#d97706;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;flex-shrink:0; }
.x-mock-user { display:flex;flex-direction:column; }
.x-mock-name { font-size:11px;color:#e7e9ea;font-weight:700;display:flex;align-items:center;gap:3px; }
.x-mock-verified { flex-shrink:0; }
.x-mock-handle { font-size:10px;color:#71767b; }
.x-mock-text { font-size:13px;color:#e7e9ea;line-height:1.45; }
.x-mock-time { font-size:9px;color:#71767b;padding-top:4px;border-top:1px solid #2f3336; }
.x-mock-stats { display:flex;gap:16px;font-size:9px;color:#71767b;padding-top:6px;border-top:1px solid #2f3336; }

/* Mockups — Branded thumbnail */
.thumb-mock { width:100%;aspect-ratio:16/10;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:flex-end; }
.thumb-mock-person { position:absolute;right:10px;bottom:0;width:55%;height:90%;background:linear-gradient(to top,rgba(217,119,6,0.15),transparent 60%);border-radius:0 0 8px 0;display:flex;align-items:flex-end;justify-content:center; }
.thumb-mock-silhouette { width:60px;height:80px;background:linear-gradient(to top,#d97706 0%,#92400e 100%);border-radius:30px 30px 0 0;opacity:0.6; }
.thumb-mock-text { position:absolute;top:14px;left:14px;max-width:55%; }
.thumb-mock-title { font-size:13px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:4px; }
.thumb-mock-sub { font-size:8px;color:rgba(255,255,255,0.6); }

/* Mockups — Tutorial video */
.tut-mock { background:#000;width:100%;position:relative;overflow:hidden;flex:1;min-height:160px; }
.tut-mock-bg { position:absolute;inset:0;background:linear-gradient(135deg,#0f172a,#1e1b4b);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px; }
.tut-mock-code { font-family:monospace;font-size:7px;color:#a78bfa;line-height:1.5;text-align:left;background:rgba(0,0,0,0.4);padding:6px 10px;border-radius:4px;width:80%; }
.tut-mock-face { position:absolute;bottom:6px;right:6px;width:32px;height:32px;border-radius:50%;background:#d97706;border:2px solid #000;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#fff; }
.tut-mock-duration { position:absolute;bottom:4px;left:6px;font-size:8px;color:#fff;background:rgba(0,0,0,.7);padding:1px 4px;border-radius:2px; }
.tut-mock-bar { position:absolute;bottom:0;left:0;right:0;height:2px;background:#27272a; }
.tut-mock-bar-fill { width:25%;height:100%;background:#a78bfa; }

/* Mockups — Short-form hot take */
.hottake-mock { width:100%;max-width:220px;display:flex;flex-direction:column;justify-content:center;flex:1;padding:16px; }
.hottake-line { font-size:12px;color:#e7e9ea;font-weight:700;line-height:1.4;margin-bottom:8px; }
.hottake-cursor { display:inline-block;width:2px;height:14px;background:#d97706;margin-left:2px;vertical-align:text-bottom;animation:htBlink 1s step-end infinite; }
@keyframes htBlink { 0%,100%{opacity:1} 50%{opacity:0} }
