.site{min-height:100vh;background:#050505;color:#f2f2f0}.font-serif{font-family:var(--font-fraunces),Georgia,serif}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;background:rgba(5,5,5,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.site-header-brand{display:flex;flex-direction:column;text-decoration:none;color:#fff;line-height:1.1}.site-header-wordmark{font-weight:700;font-size:1.15rem;letter-spacing:1px}.site-search{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.5rem 1rem;max-width:280px;width:100%}.site-search input{background:none;border:none;outline:none;color:#fff;font-size:.85rem;width:100%}.site-search input::placeholder{color:#777}.site-hero{padding:4.5rem 1.5rem 2.5rem;max-width:780px;margin:0 auto;text-align:center}.site-hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:600;line-height:1.1;margin:0 0 .9rem}.site-hero p{color:#9a9a95;font-size:1.05rem;line-height:1.6;margin:0}.tag-chip-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:900px;margin:1.75rem auto 0;padding:0 1.5rem}.tag-chip{padding:.4rem .9rem;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#ccc;font-size:.8rem;text-decoration:none;transition:all .2s ease}.tag-chip.active,.tag-chip:hover{background:rgba(255,103,0,.18);border-color:rgba(255,103,0,.5);color:#ffd0ac}.post-grid{max-width:1180px;margin:0 auto;padding:3rem 1.5rem 5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.post-grid-tight{padding-top:1.5rem}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:2.5rem;max-width:1180px;margin:0 auto;padding:0 1.5rem 5rem}.home-main{min-width:0}.home-main .featured-post,.home-main .featured-strip,.home-main .post-grid{max-width:none;margin:0;padding-left:0;padding-right:0}.home-main .post-grid{padding-bottom:0}.trending-panel{position:sticky;top:5.5rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:1rem;overflow:hidden}.trending-panel-header{margin:0;padding:1.1rem 1.25rem .9rem;font-size:1.05rem;font-weight:700}.trending-item{display:flex;gap:.8rem;align-items:flex-start;padding:.85rem 1.25rem;text-decoration:none;color:inherit;border-top:1px solid rgba(255,255,255,.06);transition:background .2s ease}.trending-item:hover{background:rgba(255,255,255,.04)}.trending-item:hover .trending-item-title{color:#ffab6b}.trending-rank{font-family:var(--font-fraunces),Georgia,serif;font-size:1.25rem;font-weight:700;color:rgba(255,103,0,.55);line-height:1.4;min-width:1.3rem}.trending-item-body{min-width:0}.trending-item-title{font-size:.88rem;font-weight:600;line-height:1.35;margin:0 0 .3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.trending-item-meta{font-size:.75rem;color:#888}@media (max-width:900px){.home-layout{grid-template-columns:1fr;padding:0 1.5rem 5rem}.trending-panel{position:static}}.post-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:1rem;overflow:hidden;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.07);transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-4px);border-color:rgba(255,103,0,.35);box-shadow:0 12px 24px -14px rgba(255,103,0,.25),0 6px 16px rgba(0,0,0,.3)}.post-card:focus-visible{outline:2px solid #ff6700;outline-offset:2px}.post-card-image-wrap{overflow:hidden}.post-card-image{object-fit:cover;background:#111;display:block}.post-card-image,.post-card-image-placeholder{width:100%;aspect-ratio:16/10;transition:transform .5s cubic-bezier(.22,1,.36,1)}.post-card-image-placeholder{background:linear-gradient(135deg,#151515,#0a0a0a)}.post-card:hover .post-card-image,.post-card:hover .post-card-image-placeholder{transform:scale(1.08)}.post-card-body{padding:1.3rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;flex:1 1}.post-card-tags{display:flex;gap:.4rem;flex-wrap:wrap}.post-card-tag{font-size:.68rem;letter-spacing:.5px;text-transform:uppercase;color:#ff9a4d;background:rgba(255,103,0,.12);border:1px solid rgba(255,103,0,.25);padding:.2rem .55rem;border-radius:999px;transition:background .2s ease,border-color .2s ease}.post-card:hover .post-card-tag{background:rgba(255,103,0,.2);border-color:rgba(255,103,0,.5)}.post-card-title{font-size:1.25rem;font-weight:600;line-height:1.3;margin:0;transition:color .25s ease}.post-card:hover .post-card-title{color:#ffab6b}.post-card-excerpt{color:#999;font-size:.88rem;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card-meta{margin-top:auto;padding-top:.6rem;display:flex;align-items:center;flex-wrap:wrap;row-gap:.3rem;gap:.6rem;font-size:.76rem;color:#777}.post-card-author{color:#aaa;font-weight:600}.post-card-meta .dot:before{content:"·";margin-right:.6rem}.post-card-arrow{margin-left:auto;color:#ff6700;font-size:.95rem;opacity:0;transform:translateX(-6px);transition:opacity .25s ease,transform .25s ease}.post-card:hover .post-card-arrow{opacity:1;transform:translateX(0)}.featured-strip{max-width:1180px;margin:0 auto;padding:0 1.5rem}.section-label{margin-bottom:1.25rem}.featured-post{max-width:1180px;margin:0 auto;padding:1rem 1.5rem 2.5rem}.featured-post-card{display:grid;grid-template-columns:1.1fr 1fr;align-items:stretch;text-decoration:none;color:inherit;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.featured-post-card:hover{border-color:rgba(255,103,0,.35);box-shadow:0 16px 32px -18px rgba(255,103,0,.3),0 8px 20px rgba(0,0,0,.35)}.featured-post-card:focus-visible{outline:2px solid #ff6700;outline-offset:2px}.featured-post-image-wrap{overflow:hidden;aspect-ratio:4/3;align-self:start}.featured-post-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.22,1,.36,1)}.featured-post-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#151515,#0a0a0a)}.featured-post-card:hover .featured-post-image{transform:scale(1.05)}.featured-post-body{padding:2.25rem;display:flex;flex-direction:column;gap:.9rem;justify-content:center}.featured-post-title{font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:600;line-height:1.2;margin:0}.featured-post-excerpt{color:#aaa;font-size:1rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-post-meta{display:flex;align-items:center;gap:.6rem;color:#888;font-size:.85rem}.featured-post-meta .dot:before{content:"·";margin-right:.6rem}.featured-post-cta{display:inline-flex;align-items:center;gap:.4rem;color:#ff9a4d;font-weight:600;font-size:.92rem;margin-top:.3rem;transition:gap .2s ease}.featured-post-card:hover .featured-post-cta{gap:.6rem}@media (max-width:760px){.featured-post-card{grid-template-columns:1fr}.featured-post-image-wrap{aspect-ratio:16/10;align-self:auto}.featured-post-body{padding:1.5rem}}.section-label{font-size:.75rem;letter-spacing:1.5px;text-transform:uppercase;color:#888;margin:0 0 1rem}.post-detail{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 6rem}.post-detail-back{display:inline-block;color:#999;text-decoration:none;font-size:.85rem;margin-bottom:2rem}.post-detail-back:hover{color:#fff}.post-detail-tags{display:flex;gap:.5rem;margin-bottom:1rem}.post-detail-title{font-size:clamp(2rem,5vw,2.8rem);font-weight:600;line-height:1.15;margin:0 0 1.2rem}.post-detail-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;color:#999;font-size:.88rem;margin-bottom:2rem}.post-detail-meta .dot:before{content:"·";margin-right:.5rem}.post-detail-cover{width:100%;border-radius:1rem;margin-bottom:2.5rem;display:block}.post-detail-content{font-size:1.08rem;line-height:1.85;color:#e4e4e0}.post-detail-content h2{font-family:var(--font-fraunces),Georgia,serif;font-size:1.6rem;margin:2.2rem 0 1rem}.post-detail-content h3{font-family:var(--font-fraunces),Georgia,serif;font-size:1.3rem;margin:1.8rem 0 .8rem}.post-detail-content p{margin:0 0 1.4rem}.post-detail-content img{max-width:100%;border-radius:.7rem;margin:1.5rem 0}.post-detail-content a{color:#ffab6b}.post-detail-content blockquote{border-left:3px solid #ff6700;margin:1.8rem 0;padding:.2rem 0 .2rem 1.3rem;color:#bbb;font-style:italic}.post-detail-content ol,.post-detail-content ul{margin:0 0 1.4rem;padding-left:1.4rem}.post-detail-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin:2rem 0}.post-detail-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.6rem}.like-row{justify-content:space-between;gap:1rem;margin:2.5rem 0;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.like-row,.share-row{display:flex;align-items:center;flex-wrap:wrap}.share-row{gap:.5rem}.share-label{color:#777;font-size:.85rem;margin-right:.2rem}.share-btn{display:inline-flex;align-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.45rem .9rem;color:#ccc;font-size:.82rem;font-family:inherit;text-decoration:none;cursor:pointer;transition:all .2s ease}.share-btn:hover{border-color:rgba(255,103,0,.4);color:#ffab6b}.author-card{gap:.9rem;margin:2.5rem 0 0}.author-avatar,.author-card{display:flex;align-items:center}.author-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;justify-content:center;background:rgba(255,103,0,.15);border:1px solid rgba(255,103,0,.35);color:#ffab6b;font-weight:700;font-size:.9rem}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-name{margin:0;font-weight:600;font-size:.95rem}.author-role{margin:.15rem 0 0;color:#777;font-size:.78rem}.comment-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.like-button{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.55rem 1.1rem;color:#ddd;font-size:.9rem;cursor:pointer;transition:all .2s ease}.like-button.liked,.like-button:hover{border-color:rgba(239,68,68,.4)}.like-button.liked{background:rgba(239,68,68,.12);color:#fca5a5}.like-heart{font-size:1.05rem;transition:transform .25s cubic-bezier(.34,1.56,.64,1);display:inline-block}.like-button.liked .like-heart{transform:scale(1.2)}.view-count{color:#777;font-size:.85rem}.related-section{margin-top:4rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.comments-section{margin-top:3.5rem}.comments-title{font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.comment-item{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.comment-author{font-weight:600;font-size:.9rem;margin-bottom:.3rem}.comment-date{color:#777;font-size:.75rem;font-weight:400;margin-left:.5rem}.comment-body{color:#ccc;font-size:.9rem;line-height:1.6;margin:0}.comment-form{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem}.comment-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.comment-input,.comment-textarea{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:.6rem;padding:.7rem .9rem;color:#fff;font-size:.9rem;font-family:inherit}.comment-input:focus,.comment-textarea:focus{outline:none;border-color:#ff6700}.comment-textarea{min-height:100px;resize:vertical}.comment-submit{align-self:flex-start;background:#ff6700;color:#fff;border:none;border-radius:.6rem;padding:.65rem 1.4rem;font-weight:600;font-size:.88rem;cursor:pointer}.comment-submit:disabled{opacity:.6;cursor:not-allowed}.comment-success{color:#6ee7b7;font-size:.88rem}.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:2.5rem 1.5rem;text-align:center;color:#777;font-size:.82rem}.site-footer a{color:#999}.newsletter-form{max-width:360px;margin:0 auto}.newsletter-label{color:#ccc;font-size:.88rem;margin:0 0 .75rem}.newsletter-row{display:flex;gap:.5rem}.newsletter-input{flex:1 1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.6rem 1rem;color:#fff;font-size:.85rem}.newsletter-input:focus{outline:none;border-color:#ff6700}.newsletter-submit{background:#ff6700;color:#fff;border:none;border-radius:999px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.newsletter-submit:disabled{opacity:.6;cursor:not-allowed}.newsletter-success{color:#6ee7b7;font-size:.9rem}.newsletter-error{color:#fca5a5;font-size:.8rem;margin:.6rem 0 0}.public-empty{text-align:center;color:#777;padding:5rem 1.5rem}@media (max-width:640px){.comment-form-row{grid-template-columns:1fr}.site-search{max-width:140px}}