:root{--bg: #ffffff;--bg-soft: #fafafa;--bg-muted: #f5f5f5;--border: #e8e8e8;--border-light: #f0f0f0;--text: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--radius: 12px;--shadow-md: 0 4px 12px rgba(0,0,0,.06);--transition: .3s cubic-bezier(.4, 0, .2, 1)}.page-hero{border-bottom:1px solid var(--border);padding:4rem 2rem 3rem;text-align:center}.page-hero .overline{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:1rem}.page-hero h1{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}.page-hero p{font-size:1rem;color:var(--text-secondary);max-width:520px;margin:0 auto;line-height:1.7}.filters{max-width:1200px;margin:2.5rem auto 0;padding:0 2rem;display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:.4rem 1rem;border:1px solid var(--border);border-radius:20px;background:transparent;cursor:pointer;transition:all var(--transition)}.filter-btn:hover,.filter-btn.active{color:var(--text);background:var(--bg-muted);border-color:#ccc}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:3rem 0 5rem}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 4px 6px -1px #00000005}.post-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d;border-color:#d1d5db}.post-card.featured{grid-column:span 2;flex-direction:row;gap:2rem;align-items:flex-start}.post-thumb{width:100%;height:180px;border-radius:8px;margin-bottom:1.2rem;flex-shrink:0;overflow:hidden;background:var(--bg-muted);position:relative}.post-thumb:after{content:"";position:absolute;inset:0;background:inherit;border-radius:inherit}.post-card.featured .post-thumb{width:220px;height:100%;min-height:180px;margin-bottom:0}.thumb-ia{background:linear-gradient(135deg,#1a1a2e,#16213e 40%,#0f3460,#533483)}.thumb-prompts{background:linear-gradient(135deg,#0d1b2a,#1b4332,#2d6a4f)}.thumb-foto{background:linear-gradient(135deg,#2d1b00,#7c3a00,#bf7a00)}.thumb-tools{background:linear-gradient(135deg,#1c1c2e,#2a2a4a,#3d3d6b)}.thumb-city{background:linear-gradient(135deg,#0a0a1a,#1a1a3e,#2d2d6b)}.thumb-eye{background:linear-gradient(135deg,#1a0a0a,#3d1a1a,#6b2d2d)}.post-thumb:before{content:"";position:absolute;inset:0;z-index:1;background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);background-size:20px 20px}.post-body{display:flex;flex-direction:column;flex:1}.post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}.post-date,.post-read{font-size:.75rem;color:var(--text-muted)}.post-title{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin-bottom:.7rem;color:var(--text)}.post-card.featured .post-title{font-size:1.4rem}.post-excerpt{font-size:.85rem;color:var(--text-secondary);line-height:1.65;flex:1;margin-bottom:1.2rem}.post-action{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.08em;transition:gap var(--transition)}.post-card:hover .post-action{gap:.7rem}.post-action i{font-size:.65rem}.newsletter{background:var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3.5rem 2rem;text-align:center}.newsletter-inner{max-width:480px;margin:0 auto}.newsletter h2{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.6rem}.newsletter p{font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.7rem 1rem;border:1px solid var(--border);border-radius:8px;font-family:Inter,sans-serif;font-size:.88rem;background:var(--bg);outline:none;color:var(--text);transition:border-color var(--transition)}.newsletter-form input:focus{border-color:#aaa}.newsletter-form button{padding:.7rem 1.4rem;background:var(--text);color:var(--bg);border:none;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;transition:opacity var(--transition)}.newsletter-form button:hover{opacity:.8}.reveal{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.posts-grid{grid-template-columns:repeat(2,1fr)}.post-card.featured{grid-column:span 2}}@media(max-width:640px){.header-nav{display:none}.header-social{border:none;margin:0;padding:0}.posts-grid{grid-template-columns:1fr}.post-card.featured{grid-column:span 1;flex-direction:column}.post-card.featured .post-thumb{width:100%;height:160px}.newsletter-form{flex-direction:column}.footer-inner{flex-direction:column;gap:1.5rem;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--bg-soft: #fafafa;--bg-muted: #f5f5f5;--border: #e8e8e8;--text: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--radius: 12px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:var(--text);text-decoration:none;letter-spacing:-.02em}.header-logo span{font-weight:400;color:var(--text-muted)}.header-nav{display:flex;gap:2rem;align-items:center}.header-nav a{color:var(--text-secondary);text-decoration:none;font-size:.85rem;font-weight:500;transition:color var(--transition);letter-spacing:.02em;text-transform:uppercase}.header-nav a:hover,.header-nav a.active{color:var(--text)}.header-social{display:flex;gap:1rem;align-items:center;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid var(--border)}.header-social a{color:var(--text-muted);font-size:.9rem;transition:color var(--transition)}.header-social a:hover{color:var(--text)}.article-wrap{max-width:720px;margin:0 auto;padding:4rem 2rem 6rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-muted);margin-bottom:2.5rem}.breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color var(--transition)}.breadcrumb a:hover{color:var(--text)}.breadcrumb i{font-size:.6rem}.post-header{margin-bottom:3rem}.post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1.2rem}.post-tag{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text);background:var(--bg-muted);border:1px solid var(--border);padding:.25rem .6rem;border-radius:20px}.post-date,.post-read{font-size:.78rem;color:var(--text-muted)}.post-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:600;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.2rem;color:var(--text)}.post-lead{font-size:1.15rem;color:var(--text-secondary);line-height:1.75;border-left:3px solid var(--border);padding-left:1.2rem}.prose{font-size:1.02rem;color:var(--text-secondary);line-height:1.85}.prose h2{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--text);letter-spacing:-.02em;margin:2.5rem 0 1rem}.prose h3{font-size:1.05rem;font-weight:600;color:var(--text);margin:2rem 0 .75rem}.prose p{margin-bottom:1.5rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.5rem}.prose li{margin-bottom:.5rem}.prose strong{color:var(--text);font-weight:600}.prose blockquote{border-left:3px solid var(--border);padding-left:1.2rem;margin:2rem 0;color:var(--text-secondary);font-style:italic}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose a{color:var(--text);font-weight:600}.callout{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin:2rem 0;display:flex;gap:1rem}.callout-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.callout-body{font-size:.93rem;color:var(--text-secondary);line-height:1.7}.callout-body strong{color:var(--text)}.post-footer{margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--border)}.post-footer-author{display:flex;align-items:center;gap:1.2rem}.author-avatar{width:52px;height:52px;border-radius:50%;background:var(--bg-muted);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--text-muted);flex-shrink:0}.author-info h4{font-size:.95rem;font-weight:600;margin-bottom:.2rem}.author-info p{font-size:.82rem;color:var(--text-muted)}.share-section{margin-top:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.share-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.share-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;color:var(--text-secondary);text-decoration:none;border:1px solid var(--border);padding:.4rem .9rem;border-radius:6px;transition:all var(--transition)}.share-btn:hover{color:var(--text);border-color:#ccc;background:var(--bg-muted)}.related{max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem;border-top:1px solid var(--border)}.related-title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.related-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease}.related-card:hover{transform:translateY(-3px);border-color:#d1d5db}.related-tag{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.5rem}.related-title-card{font-size:.9rem;font-weight:600;line-height:1.4;color:var(--text);margin-bottom:.4rem}.related-date{font-size:.72rem;color:var(--text-muted)}.footer{border-top:1px solid var(--border);padding:3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-brand{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600}.footer-brand span{font-weight:400;color:var(--text-muted)}.footer-copy{font-size:.75rem;color:var(--text-muted)}.footer-social{display:flex;gap:1rem}.footer-social a{color:var(--text-muted);font-size:1rem;transition:color var(--transition)}.footer-social a:hover{color:var(--text)}.progress-bar{position:fixed;top:64px;left:0;width:0%;height:2px;background:var(--text);z-index:99;transition:width .1s linear}.post-hero{position:relative;height:280px;background:linear-gradient(135deg,#1a0a0a,#3d1a1a,#6b2d2d);overflow:hidden}.post-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1px);background-size:22px 22px}@media(max-width:640px){.header-nav{display:none}.header-social{border:none;margin:0;padding:0}.related-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:1.5rem;text-align:center}}
