*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Outfit",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1e293b;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.accent{color:#dc2626}.chip{display:inline-block;padding:.25rem .75rem;border-radius:100px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;color:#64748b}.chip--cantante{background:#fee2e2;color:#dc2626}.chip--actor{background:#dbeafe;color:#1d4ed8}.chip--youtuber{background:#ede9fe;color:#6d28d9}.chip--futbolista{background:#dcfce7;color:#15803d}.chip--deportista{background:#e0f2fe;color:#0369a1}.chip--realeza{background:#fef3c7;color:#b45309}.chip--empresario{background:#cffafe;color:#0e7490}.chip--presentador{background:#fef9c3;color:#a16207}.chip--politico{background:#f1f5f9;color:#475569}.chip--streamer{background:#fce7f3;color:#be185d}.chip--influencer{background:#fef3c7;color:#b45309}.site-header{background:#0f172a;position:sticky;top:0;z-index:100;box-shadow:0 1px 0 rgba(255,255,255,0.06)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:1.5rem}.logo{display:flex;align-items:center;font-weight:800;font-size:1.15rem;white-space:nowrap;flex-shrink:0}.logo__donde{color:#fff}.logo__dot{color:#dc2626}.logo__org{color:rgba(255,255,255,0.5);font-weight:500}.logo--sm{font-size:1rem}.main-nav__list{display:flex;gap:1.75rem}.main-nav__list a{color:rgba(255,255,255,0.72);font-size:.88rem;font-weight:500;transition:color .15s}.main-nav__list a:hover,.main-nav__list a.active{color:#fff}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:100%;height:2px;background:rgba(255,255,255,0.8);border-radius:2px;transition:transform .2s, opacity .2s}.hero{background:radial-gradient(ellipse 80% 60% at 85% 0%, rgba(220,38,38,0.14) 0%, transparent 60%),radial-gradient(ellipse 60% 50% at 0% 100%, rgba(59,130,246,0.08) 0%, transparent 55%),linear-gradient(135deg, #0f172a 0%, #1a2744 100%);padding:4rem 0 3.5rem;overflow:hidden;position:relative}.hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(220,38,38,0.5) 50%, transparent 100%)}.hero__inner{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.hero__text{max-width:640px}.hero__text h1{font-size:clamp(2rem, 5vw, 3.2rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:.75rem}.hero__text p{font-size:1.05rem;color:rgba(255,255,255,0.65);max-width:520px}.hero__cats{display:flex;flex-wrap:wrap;gap:.5rem}.hero-cat{padding:.5rem 1.1rem;border-radius:100px;font-size:.85rem;font-weight:600;background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.85);border:1px solid rgba(255,255,255,0.15);transition:background .15s, color .15s}.hero-cat:hover{background:#dc2626;color:#fff;border-color:#dc2626}.hero-cat--all{background:#dc2626;color:#fff;border-color:#dc2626}.hero-cat--all:hover{background:#b91c1c}.home-section{padding:3rem 0}.section-head{position:relative;display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.75rem;border-bottom:1px solid #e2e8f0;padding-bottom:.85rem}.section-head::after{content:'';position:absolute;left:0;bottom:-1px;width:56px;height:3px;background:#dc2626;border-radius:2px}.section-head__title{font-size:1.5rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.section-head__link{font-size:.85rem;font-weight:600;color:#dc2626;transition:color .15s, transform .15s}.section-head__link:hover{color:#b91c1c}.cards-grid{display:grid;gap:1.25rem}.cards-grid--3{grid-template-columns:repeat(3, 1fr)}.cards-grid--4{grid-template-columns:repeat(4, 1fr)}.card{position:relative;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 4px rgba(0,0,0,0.06);transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease}.card::after{content:'';position:absolute;left:0;right:0;bottom:0;height:3px;background:#dc2626;transform:scaleX(0);transform-origin:left center;transition:transform .3s ease;z-index:2}.card:hover{will-change:transform;transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,0.09);border-color:rgba(220,38,38,0.25)}.card:hover::after{transform:scaleX(1)}.card__link{display:block}.card__img{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg, #1e293b 0%, #334155 100%)}.card__img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg, transparent 60%, rgba(15,23,42,0.35) 100%);pointer-events:none}.card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card__img--placeholder{background:linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%)}.card__img--placeholder::after{content:'';display:block;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,0.08);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.card:hover .card__img img{transform:scale(1.04)}.card__body{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.4rem}.card__title{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__excerpt{font-size:.82rem;color:#64748b;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cat-crossnav{background:#0f172a;border-top:1px solid rgba(255,255,255,0.07);padding:1rem 0;margin-bottom:2rem}.cat-crossnav .container{display:flex;flex-wrap:wrap;gap:.5rem}.cat-crossnav .hero-cat{font-size:.78rem;padding:.35rem .85rem;opacity:.75}.cat-crossnav .hero-cat:hover{opacity:1}.cat-header{background:#0f172a;padding:2.5rem 0 2rem;margin-bottom:0;position:relative;overflow:hidden}.cat-header--cantantes{background:linear-gradient(135deg, #1a0533 0%, #6d28d9 100%)}.cat-header--actores{background:linear-gradient(135deg, #0f2444 0%, #1d4ed8 100%)}.cat-header--futbolistas{background:linear-gradient(135deg, #0a1f0f 0%, #15803d 100%)}.cat-header--youtubers{background:linear-gradient(135deg, #0f1a33 0%, #be185d 100%)}.cat-header--deportistas{background:linear-gradient(135deg, #0c1e2e 0%, #0369a1 100%)}.cat-header--realeza{background:linear-gradient(135deg, #1f1502 0%, #b45309 100%)}.cat-header--empresarios{background:linear-gradient(135deg, #02292e 0%, #0e7490 100%)}.cat-header--presentadores{background:linear-gradient(135deg, #1f1502 0%, #a16207 100%)}.cat-header--politicos{background:linear-gradient(135deg, #0f172a 0%, #475569 100%)}.cat-header::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,0.05);pointer-events:none}.cat-header::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%)}.cat-header__title{font-size:clamp(1.6rem, 4vw, 2.4rem);font-weight:800;color:#fff;margin-top:.75rem;letter-spacing:-.01em;position:relative}.cat-header__desc{color:rgba(255,255,255,0.7);font-size:1rem;margin-top:.5rem;max-width:560px;position:relative}.cat-header__count{font-size:.82rem;color:rgba(255,255,255,0.5);margin-top:.65rem;position:relative}.cat-intro{padding:1.75rem 0 1.5rem}.cat-intro__text{max-width:760px;font-size:.98rem;color:#1e293b;line-height:1.7}.cat-intro__text p{margin-bottom:1rem}.cat-intro__text p:last-child{margin-bottom:0}.cat-intro__text strong{color:#0f172a;font-weight:700}.cat-intro__text a{color:#dc2626;text-decoration:underline;text-underline-offset:3px}.cat-intro__text a:hover{color:#b91c1c}.home-about{padding:3rem 0 4rem;background:linear-gradient(180deg, transparent 0%, rgba(15,23,42,0.025) 100%);border-top:1px solid #e2e8f0}.home-about__text{max-width:760px;margin:0 auto;color:#1e293b;font-size:1rem;line-height:1.75}.home-about__text h2{margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:700;color:#0f172a;line-height:1.3}.home-about__text h2:first-child{margin-top:0}.home-about__text h3{margin:1.75rem 0 .65rem;font-size:1.15rem;font-weight:700;color:#0f172a}.home-about__text p{margin-bottom:1.1rem}.home-about__text ul,.home-about__text ol{margin:0 0 1.25rem 1.25rem;padding:0}.home-about__text ul li,.home-about__text ol li{margin-bottom:.5rem;line-height:1.65}.home-about__text strong{color:#0f172a;font-weight:700}.home-about__text a{color:#dc2626;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.home-about__text a:hover{color:#b91c1c;text-decoration-thickness:2px}@media (max-width: 720px){.home-about{padding:2rem 0 2.5rem}.home-about__text{font-size:.95rem;line-height:1.7}.home-about__text h2{font-size:1.3rem;margin:2rem 0 .85rem}.home-about__text h3{font-size:1.05rem}}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 0}.pagination__btn{padding:.55rem 1.25rem;border:2px solid #e2e8f0;border-radius:8px;font-weight:600;font-size:.9rem;color:#0f172a;transition:border-color .15s, background .15s}.pagination__btn:hover{border-color:#dc2626;color:#dc2626}.pagination__info{font-size:.85rem;color:#64748b}.breadcrumb{margin-bottom:1rem}.breadcrumb__list{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.breadcrumb__item{display:flex;align-items:center;font-size:.8rem;color:rgba(255,255,255,0.55)}.breadcrumb__item::after{content:'/';margin-left:.35rem;opacity:.4}.breadcrumb__item--current{color:rgba(255,255,255,0.85)}.breadcrumb__item--current::after{display:none}.breadcrumb__item a{color:rgba(255,255,255,0.6)}.breadcrumb__item a:hover{color:#fff}.cat-header .breadcrumb__item{color:rgba(255,255,255,0.55)}.post-header{background:radial-gradient(ellipse 70% 80% at 100% 0%, rgba(220,38,38,0.12) 0%, transparent 55%),#0f172a;padding:2rem 0 1.75rem;position:relative}.post-header::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(220,38,38,0.4) 50%, transparent 100%)}.post-header__split{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;margin-top:.5rem}.post-header__text{min-width:0}.post-header__title{font-size:clamp(1.6rem, 4vw, 2.6rem);font-weight:800;color:#fff;line-height:1.2;margin:.7rem 0 .9rem}.post-header__meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.post-header__date,.post-header__author{font-size:.82rem;color:rgba(255,255,255,0.5)}.post-header__author a:hover{color:#fff}.post-header__media{aspect-ratio:4/3;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.08);background:linear-gradient(135deg, #1e293b 0%, #0f2440 100%)}.post-header__media img{width:100%;height:100%;object-fit:cover}.post-header__media--placeholder{aspect-ratio:4/3}.post-layout{max-width:760px;margin:0 auto}.post-content{padding:2.5rem 0 3rem}.post-content h2{position:relative;font-size:1.5rem;font-weight:800;color:#0f172a;margin:2.5rem 0 1rem;padding-left:1rem;line-height:1.25;letter-spacing:-.01em}.post-content h2::before{content:'';position:absolute;left:0;top:.25em;bottom:.25em;width:4px;background:#dc2626;border-radius:2px}.post-content h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:1.75rem 0 .6rem}.post-content p{margin-bottom:1.1rem;font-size:1.02rem}.post-content ul,.post-content ol{padding-left:0;margin:0 0 1.2rem;list-style:none}.post-content ul li,.post-content ol li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.post-content ul li::before{content:'';position:absolute;left:.25rem;top:.65em;width:6px;height:6px;background:#dc2626;border-radius:50%}.post-content ol{counter-reset:post-ol}.post-content ol li{counter-increment:post-ol}.post-content ol li::before{content:counter(post-ol) ".";position:absolute;left:0;top:0;font-weight:700;color:#dc2626;min-width:1.25rem}.post-content strong{font-weight:700;color:#0f172a}.post-content a{color:#dc2626;text-decoration:underline;text-underline-offset:3px}.post-content a:hover{color:#b91c1c}.post-content blockquote{position:relative;border-left:4px solid #dc2626;padding:1.1rem 1.5rem 1.1rem 2.75rem;margin:1.75rem 0;background:linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);border-radius:0 12px 12px 0;color:#0f172a;font-size:1.02rem;line-height:1.6;box-shadow:0 1px 4px rgba(0,0,0,0.06)}.post-content blockquote::before{content:'\201C';position:absolute;left:.5rem;top:-.2rem;font-size:3.2rem;line-height:1;color:#dc2626;opacity:.35;font-family:Georgia, serif;font-weight:700}.post-content blockquote p:last-child{margin-bottom:0}.post-content img{border-radius:12px;margin:1.75rem auto;box-shadow:0 1px 4px rgba(0,0,0,0.06)}.post-content table,.page-content table{width:100%;border-collapse:separate;border-spacing:0;margin:1.75rem 0;font-size:.94rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,0.06)}.post-content table th,.post-content table td,.page-content table th,.page-content table td{padding:.85rem 1.1rem;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:top}.post-content table thead th,.page-content table thead th{background:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);color:#fff;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:none}.post-content table tr:first-child th,.page-content table tr:first-child th{background:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);color:#fff;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.post-content table tbody tr,.page-content table tbody tr{transition:background .15s ease}.post-content table tbody tr:nth-child(even) td,.page-content table tbody tr:nth-child(even) td{background:#f8fafc}.post-content table tbody tr:hover td,.page-content table tbody tr:hover td{background:rgba(220,38,38,0.04)}.post-content table tbody tr:last-child td,.page-content table tbody tr:last-child td{border-bottom:none}.post-content table tr:last-child th,.post-content table tr:last-child td,.page-content table tr:last-child th,.page-content table tr:last-child td{border-bottom:none}.post-content table td:first-child,.page-content table td:first-child{font-weight:600;color:#0f172a}.post-content table a,.page-content table a{color:#dc2626}@media (max-width: 600px){.post-content table,.page-content table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}}.post-cat-cta{margin:2rem 0;padding:1.25rem 1.5rem;background:#f8fafc;border-left:3px solid #dc2626;border-radius:0 8px 8px 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.post-cat-cta p{margin:0;font-size:.95rem;color:#1e293b}.post-cat-cta__link{display:inline-block;padding:.45rem 1rem;background:#dc2626;color:#fff;border-radius:8px;font-size:.85rem;font-weight:600;white-space:nowrap;transition:background .15s}.post-cat-cta__link:hover{background:#b91c1c}.ad{text-align:center}.ad .adsbygoogle{margin:0 auto}.ad--post-top,.ad--post-mid,.ad--post-bottom{margin:2rem auto}.ad--home-top,.ad--cat-top{padding:1.25rem 0;background:#f8fafc}.ad--post-bottom{max-width:1200px;padding:1.5rem;background:#f8fafc}.related{background:#f8fafc;padding:3rem 0;border-top:1px solid #e2e8f0}.related__title{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.site-footer{background:#0f172a;color:rgba(255,255,255,0.6);font-size:.88rem;margin-top:auto}.site-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-top:3rem;padding-bottom:2rem}.site-footer__brand p{margin-top:.75rem;max-width:260px}.site-footer__contact{margin-top:.5rem}.site-footer__contact a{color:rgba(255,255,255,0.45);font-size:.8rem;transition:color .15s}.site-footer__contact a:hover{color:rgba(255,255,255,0.8)}.site-footer__nav strong,.site-footer__legal strong{color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;display:block;margin-bottom:.75rem}.site-footer__nav ul,.site-footer__legal ul{display:flex;flex-direction:column;gap:.4rem}.site-footer__nav a,.site-footer__legal a{color:rgba(255,255,255,0.55)}.site-footer__nav a:hover,.site-footer__legal a:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,0.07);padding:1rem 0}.site-footer__bottom p{font-size:.78rem;color:rgba(255,255,255,0.35)}.page-header{background:radial-gradient(ellipse 60% 80% at 100% 0%, rgba(220,38,38,0.1) 0%, transparent 55%),#0f172a;padding:2.5rem 0 2rem;position:relative}.page-header::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(220,38,38,0.4) 50%, transparent 100%)}.page-header__title{font-size:clamp(1.6rem, 4vw, 2.2rem);font-weight:800;color:#fff;margin-top:.75rem;letter-spacing:-.01em}.page-content{max-width:760px;margin:0 auto;padding:2.5rem 0 4rem}.page-content h2{font-size:1.3rem;font-weight:700;color:#0f172a;margin:2rem 0 .75rem}.page-content h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin:1.5rem 0 .5rem}.page-content p{margin-bottom:1rem}.page-content ul,.page-content ol{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.page-content ul li,.page-content ol li{margin-bottom:.3rem}.page-content ol{list-style:decimal}.page-content a{color:#dc2626;text-decoration:underline;text-underline-offset:3px}.page-content strong{font-weight:700;color:#0f172a}.page-404{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem;min-height:60vh}.page-404__code{font-size:7rem;font-weight:800;color:#dc2626;line-height:1}.page-404__title{font-size:1.8rem;font-weight:700;color:#0f172a;margin:1rem 0 .5rem}.page-404__text{color:#64748b;margin-bottom:2rem}.page-404__btn{display:inline-block;padding:.75rem 2rem;background:#dc2626;color:#fff;border-radius:8px;font-weight:700;transition:background .15s}.page-404__btn:hover{background:#b91c1c}.page-404__cats{margin-top:2rem}.page-404__cats p{color:#64748b;font-size:.9rem;margin-bottom:.75rem}.page-404__cats ul{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;list-style:none}.page-404__cats a{display:inline-block;padding:.35rem .9rem;border:1px solid #e2e8f0;border-radius:100px;font-size:.82rem;color:#64748b;transition:border-color .15s, color .15s}.page-404__cats a:hover{border-color:#dc2626;color:#dc2626}@media (max-width: 1024px){.cards-grid--4{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.main-nav{display:none;position:absolute;top:60px;left:0;right:0;background:#1e293b;padding:1rem 1.25rem 1.5rem;box-shadow:0 4px 16px rgba(0,0,0,0.09)}.main-nav.is-open{display:block}.main-nav__list{flex-direction:column;gap:0}.main-nav__list a{display:block;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,0.07);font-size:1rem}.nav-toggle{display:flex}.site-header{position:relative}.cards-grid--3{grid-template-columns:repeat(2, 1fr)}.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1 / -1}.post-header__split{grid-template-columns:1fr;gap:1.5rem}.post-header__media,.post-header__media--placeholder{aspect-ratio:16/9}}@media (max-width: 540px){.cards-grid--3,.cards-grid--4{grid-template-columns:1fr 1fr}.post-cat-cta{flex-direction:column;align-items:flex-start}.post-cat-cta__link{white-space:normal;width:100%;text-align:center}.hero{padding:2.5rem 0 2rem}.home-section{padding:2rem 0}.site-footer__inner{grid-template-columns:1fr}}@media (max-width: 360px){.cards-grid--3,.cards-grid--4{grid-template-columns:1fr}}
