:root{color-scheme:light;--accent:#0071bc;--accent2:#43b0ff;--ring:rgba(0,113,188,.35);--bg:#fff;--fg:#0b0b0d;--muted:rgba(11,11,13,.65);--border:rgba(11,11,13,.12);--card:#fff;--pill:rgba(11,11,13,.06);--shadow:0 1px 3px rgba(0,0,0,.08)}.footerActionBtn{display:inline-block;margin-top:12px;font-size:11px;background:var(--accent);color:#fff;padding:4px 10px;border-radius:99px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .2s}.footerActionBtn:hover{background:var(--fg);transform:translateY(-1px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;background:#f8f9fa;color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a,a:visited{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 20px}}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border);background:hsla(0,0%,100%,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.headerInner{display:flex;flex-direction:column;gap:12px;align-items:center;padding:12px 0}@media (min-width:768px){.headerInner{flex-direction:row;justify-content:space-between;padding:16px 0}}.brand{display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:768px){.brand{align-items:flex-start;text-align:left}}.brandTitle{font-size:24px;font-weight:800;letter-spacing:-.5px;line-height:1}@media (min-width:768px){.brandTitle{font-size:32px}}.brandTagline{font-size:11px;color:var(--muted);margin-top:4px}.highlight-verb{color:var(--accent)}.nav{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;width:100%;padding:4px 0;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}@media (min-width:768px){.nav{width:auto;gap:12px;justify-content:flex-end;overflow-x:visible}}.navItem{font-size:13px;white-space:nowrap;color:var(--muted);font-weight:500;padding:6px 10px;border-radius:8px;transition:all .2s}.navItem:hover{color:var(--fg);background:rgba(0,0,0,.04)}.badge{font-size:11px;color:var(--muted);background:#fff;border:1px solid var(--border);padding:4px 8px;border-radius:999px;display:none}@media (min-width:768px){.badge{display:inline-block}}.grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media(min-width:768px){.grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}}.card{border:1px solid var(--border);background:var(--card);border-radius:12px;box-shadow:var(--shadow);transition:all .3s;overflow:hidden}.cardImage{aspect-ratio:16/9;position:relative;overflow:hidden;background:#eee}.cardTitle{font-size:18px;font-weight:700;margin:0 0 8px;line-height:1.3}@media (min-width:768px){.cardTitle{font-size:20px}}.cardContent{padding:16px}@media (min-width:768px){.cardContent{padding:20px}}.postContainer{max-width:900px;margin:20px auto;padding:32px 16px;background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}@media (min-width:768px){.postContainer{margin:40px auto;padding:60px}}.postHeader{margin-bottom:24px}.postTitle{font-size:32px;font-weight:800;line-height:1.1;margin:12px 0;letter-spacing:-.8px;color:var(--fg)}@media (min-width:768px){.postTitle{font-size:48px}}.postContent{font-size:18px;line-height:1.8;color:#333}.postContent p{margin-bottom:24px}.postContent h2{font-size:24px;margin:40px 0 16px;font-weight:700;letter-spacing:-.4px;color:var(--fg)}.postContent h3{font-size:20px;margin:32px 0 12px;font-weight:600}.postContent ul{margin-bottom:24px;padding-left:20px}.postContent li{margin-bottom:12px}.postContent img{max-width:100%;height:auto;border-radius:12px}.footerMain{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-top:1px solid rgba(0,0,0,.08);margin-top:80px;position:relative}.footerMain:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,71,187,.2),transparent)}.footerInner{padding:60px 20px 40px}.footerGrid{display:grid;grid-template-columns:1fr;grid-gap:48px;gap:48px;max-width:1200px;margin:0 auto}@media (min-width:768px){.footerGrid{grid-template-columns:2fr 1fr 1fr;gap:60px}}.footerBrand{display:flex;flex-direction:column;gap:20px}.footerBrandWrapper{display:flex;align-items:center;gap:16px}.footerLogo{border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s ease}.footerLogo:hover{transform:scale(1.05)}.footerBrandText{display:flex;align-items:baseline;gap:8px}.footerBrandName{font-size:24px;font-weight:800;color:#212529;letter-spacing:-.5px}.footerBrandTagline{font-size:20px;font-weight:600;background:linear-gradient(135deg,#0047bb,#00a8e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footerDescription{font-size:14px;line-height:1.6;color:#6c757d;max-width:320px}.footerCol{display:flex;flex-direction:column;gap:16px}.footerTitle{font-size:16px;font-weight:700;color:#212529;margin:0;letter-spacing:-.3px}.footerLinks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footerLinks li{margin:0}.footerLinks a{color:#6c757d;text-decoration:none;font-size:14px;transition:all .2s ease;display:inline-block;position:relative}.footerLinks a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#0047bb,#00a8e8);transition:width .3s ease}.footerLinks a:hover{color:#0047bb;transform:translateX(4px)}.footerLinks a:hover:after{width:100%}.footerBottom{margin-top:48px}.footerDivider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);margin-bottom:24px}.footerBottomContent{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}@media (min-width:768px){.footerBottomContent{flex-direction:row;justify-content:space-between;text-align:left}}.footerCopyright,.footerMadeWith{font-size:13px;color:#6c757d;margin:0}.footerBottomContent .footerLinks{flex-direction:row;align-items:center;gap:8px}.footerLinkSeparator{color:#6c757d;-webkit-user-select:none;-moz-user-select:none;user-select:none}.footerMadeWith{font-weight:500}@media (max-width:767px){.footerInner{padding:40px 16px 32px}.footerBrand{text-align:center}.footerBrandWrapper{justify-content:center}.footerDescription{margin:0 auto}.footerCol{text-align:center}.footerLinks a:hover{transform:none}}.footerHablaMelillenseButton{display:inline-block;margin-top:12px;background:linear-gradient(135deg,#007bcc,#43b0ff);color:#fff;text-decoration:none;border-radius:99px;font-size:11px;font-weight:600;text-align:center;transition:all .2s ease;box-shadow:0 2px 6px rgba(0,122,204,.2);padding:6px 14px;text-transform:uppercase;letter-spacing:.5px}.footerHablaMelillenseButton:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,122,204,.3);background:linear-gradient(135deg,#0091ea,#81c784)}