:root{--bg-start: #0c1529;--bg-end: #000000;--panel: rgba(20, 28, 45, .7);--panel-border: rgba(16, 185, 129, .25);--text: #f3f4f6;--muted: #9ca3af;--green: #10b981;--cyan: #06b6d4}*{box-sizing:border-box}html,body{margin:0;padding:0;max-width:100%;overflow-x:clip}body{font-family:Inter,Segoe UI,sans-serif;color:var(--text);background:linear-gradient(180deg,var(--bg-start) 0%,var(--bg-end) 100%);min-height:100vh}a{color:var(--cyan)}img,picture,video,canvas,svg{max-width:100%}img,video,canvas{height:auto}main{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 3rem}.site-header{border-bottom:1px solid rgba(148,163,184,.2);backdrop-filter:blur(6px);background:#070b16cc}.site-nav{width:min(1100px,calc(100% - 2rem));margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{color:var(--text);text-decoration:none;font-weight:800;font-size:1.1rem;letter-spacing:.02em}.site-links{display:flex;gap:.75rem;min-width:0}.site-links a{color:var(--muted);text-decoration:none;padding:.45rem .7rem;border-radius:999px;transition:.2s ease}.site-links a:hover,.site-links a.active{color:var(--text);background:#10b98133}.hero{text-align:center;padding:4rem 0 2.5rem}.hero h1{margin:0 0 1rem;font-size:clamp(2rem,5vw,3.2rem);line-height:1.1;background:linear-gradient(to right,#4ade80,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{margin:0 auto;max-width:780px;color:#d1d5db;font-size:clamp(1rem,2vw,1.2rem)}.hero-actions{margin-top:1.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.btn{border:1px solid transparent;border-radius:999px;padding:.7rem 1.1rem;text-decoration:none;font-weight:700}.btn-primary{color:#051014;background:linear-gradient(to right,#22c55e,#06b6d4)}.btn-secondary{color:#86efac;border-color:#22c55e99;background:#10b98114}.section-title{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2rem)}.posts-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.post-card{border:1px solid rgba(55,65,81,.5);border-radius:1rem;overflow:hidden;background:linear-gradient(to bottom right,#1f1f1f80,#11111180);display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.post-card:hover{transform:translateY(-5px);border-color:#10b981;box-shadow:0 10px 24px #0000004d}.post-link{color:inherit;text-decoration:none;display:flex;flex-direction:column;height:100%;min-width:0}.post-image-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.post-image-inner{position:absolute;inset:0;transition:transform .3s ease}.post-card:hover .post-image-inner{transform:scale(1.05)}.post-image-inner :is(picture,img){width:100%;height:100%}.post-image-inner img{object-fit:cover;object-position:center;display:block}.post-content{padding:1.2rem;display:flex;flex-direction:column;flex-grow:1;min-width:0}.post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.6rem}.post-category{padding:.13rem .55rem;border-radius:999px;font-size:.73rem;font-weight:700}.category-hacking{background:#ef444433;color:#f87171}.category-hardware{background:#3b82f633;color:#60a5fa}.category-seguridad{background:#05966933;color:#34d399}.category-default{background:#6b728033;color:#9ca3af}.post-readtime{font-size:.73rem;color:#9ca3af}.post-card-title{margin:0 0 .45rem;font-size:1.12rem;color:#fff;transition:color .25s ease;overflow-wrap:anywhere}.post-card:hover .post-card-title{color:#10b981}.post-card-desc{margin:0;color:#9ca3af;line-height:1.52;font-size:.88rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.95rem;border-top:1px solid rgba(55,65,81,.5);gap:.6rem}.post-author-date{display:flex;flex-wrap:wrap;gap:.9rem;font-size:.74rem;color:#9ca3af}.post-readmore{font-size:.75rem;font-weight:700;color:#10b981;white-space:nowrap}.post-readmore:after{content:" >"}.post-card:hover .post-readmore{color:#06b6d4}.post-layout .post-hero{margin-bottom:1.25rem}.post-layout .post-hero img{width:100%;height:auto;border-radius:16px;border:1px solid rgba(16,185,129,.45)}.post-layout .post-shell{border:1px solid rgba(71,85,105,.7);border-radius:16px;background:var(--panel);padding:clamp(1rem,2vw,2rem)}.post-layout .post-title{margin:0;font-size:clamp(1.8rem,4vw,2.8rem)}.post-layout .post-date{margin:.45rem 0 0;color:var(--muted)}.post-layout .prose{margin-top:1.3rem;color:#e5e7eb;overflow-wrap:anywhere}.post-layout .prose :is(h2,h3,h4){color:#f8fafc;margin:1.7rem 0 .8rem}.post-layout .prose p{line-height:1.75}.post-layout .prose pre{overflow-x:auto;border:1px solid var(--panel-border);border-radius:12px;padding:1rem;background:#080c16f2}.site-footer{margin-top:3rem;padding:1.6rem 1rem 2.4rem;border-top:1px solid rgba(148,163,184,.2);text-align:center;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:900px){.site-nav{min-height:auto;padding:.85rem 0;flex-wrap:wrap}.site-links{width:100%;justify-content:flex-start;flex-wrap:wrap}.hero{padding:3rem 0 2rem}.post-content{padding:1rem}.post-meta,.post-footer{flex-wrap:wrap}}@media(max-width:640px){main{width:calc(100% - 1.2rem);padding:1.2rem 0 2rem}.site-nav{width:calc(100% - 1.2rem);gap:.65rem;align-items:flex-start}.site-brand{font-size:1rem}.site-links{gap:.45rem}.site-links a{padding:.38rem .62rem;font-size:.92rem}.hero h1{line-height:1.15}.hero p{font-size:.98rem}.hero-actions{width:100%;align-items:stretch}.btn{width:100%;text-align:center}.section-title{font-size:1.35rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.post-author-date{gap:.5rem}.post-readmore{white-space:normal}}
