.chat-avatar[data-astro-cid-z6scxtlb]{cursor:pointer;z-index:50;background:0 0;border:none;width:80px;height:80px;padding:0;position:fixed;bottom:20px;right:20px}.chat-avatar-mask[data-astro-cid-z6scxtlb]{background:var(--primary);width:100%;height:100%;color:var(--background);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:transform .15s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000059}.chat-avatar[data-astro-cid-z6scxtlb]:hover .chat-avatar-mask[data-astro-cid-z6scxtlb]{transform:scale(1.06)}.chat-avatar-img[data-astro-cid-z6scxtlb]{object-fit:cover;width:100%;height:100%;display:block}.chat-badge[data-astro-cid-z6scxtlb]{border:2px solid var(--background);z-index:1;background:#e5484d;border-radius:50%;width:14px;height:14px;position:absolute;top:-2px;right:-2px}.chat-panel[data-astro-cid-z6scxtlb]{background:var(--surface);border:1px solid var(--border);z-index:40;border-radius:16px;flex-direction:column;width:min(340px,100vw - 3rem);max-height:60vh;display:none;position:fixed;bottom:calc(100px + 1rem);right:20px;overflow:hidden;box-shadow:0 8px 32px #00000073}.chat-panel[data-astro-cid-z6scxtlb].is-open{display:flex}.chat-header[data-astro-cid-z6scxtlb]{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;padding:.9rem 1rem;font-weight:600;display:flex}.chat-close[data-astro-cid-z6scxtlb]{color:var(--textMuted);cursor:pointer;background:0 0;border:none;font-size:.9rem}.chat-close[data-astro-cid-z6scxtlb]:hover{color:var(--primary)}.chat-messages[data-astro-cid-z6scxtlb]{flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}.chat-row[data-astro-cid-z6scxtlb]{align-items:flex-end;gap:.5rem;display:flex}.chat-row-visitor[data-astro-cid-z6scxtlb]{flex-direction:row-reverse}.chat-bubble[data-astro-cid-z6scxtlb]{border-radius:14px;max-width:75%;padding:.55rem .85rem;font-size:.9rem;line-height:1.6}.chat-bubble-me[data-astro-cid-z6scxtlb]{background:var(--background);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}.chat-bubble-visitor[data-astro-cid-z6scxtlb]{background:var(--primary);color:var(--background);border-bottom-right-radius:4px}*,:before,:after{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.site-header{z-index:10;backdrop-filter:blur(12px);background:color-mix(in srgb, var(--background) 82%, transparent);border-bottom:1px solid var(--border);position:sticky;top:0}.site-header-hero{opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;position:fixed;top:0;left:0;right:0}.site-header-hero.is-visible{opacity:1;visibility:visible}.site-header nav{text-align:center;max-width:1080px;margin:0 auto;padding:16px 1.5rem}.site-header a{color:var(--text);letter-spacing:-.01em;font-size:1rem;font-weight:600}.site-header a:hover{color:var(--primary);text-decoration:none}.site-header .logo{border-radius:0;width:auto;max-width:100%;height:auto;max-height:32px;margin:0;display:inline-block}.hero-block{justify-content:center;align-items:center;height:calc(100vh - 140px);display:flex}.hero-logo{border-radius:0;width:auto;max-width:80%;height:auto;max-height:min(30vh,220px);margin:0}main{max-width:1080px;margin:0 auto;padding:40px 1.5rem 6rem}.prose{max-width:720px;margin:0 auto}h1{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700;line-height:1.15}h2{letter-spacing:-.01em;margin:2.5rem 0 1rem;font-size:clamp(1.2rem,2.5vw,1.4rem);font-weight:600}main>section:first-of-type>h2:first-child{margin-top:0}p{margin:0 0 1rem}ul{margin:0;padding:0}img{border-radius:16px;max-width:100%;margin:1.5rem 0;display:block}.galeria{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin:1.5rem 0;display:grid}.galeria img{aspect-ratio:1;object-fit:cover;width:100%;margin:0}section+section{margin-top:80px}.hero-block+section{margin-top:0}.kicker{color:var(--textMuted);margin-bottom:16px;font-size:14px}.legenda{color:var(--textMuted);text-align:center;margin-top:-1rem;font-size:.85rem;font-style:italic}@media (width>=768px){main{padding-top:40px}}.site-footer{border-top:1px solid var(--border)}.footer-grid{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1080px;margin:0 auto;padding:2rem 1.5rem;display:flex}.footer-col{flex-direction:column;display:flex}.footer-heading{color:var(--text);margin:0 0 12px;font-size:.9rem;font-weight:600}.footer-social{flex-wrap:wrap;gap:16px 1.5rem;display:flex}.footer-col a{color:var(--text);font-size:.9rem;line-height:1.4}.footer-col a:hover{color:var(--primary);text-decoration:none}.footer-social a{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem 1rem;transition:border-color .15s,color .15s}.footer-social a:hover{border-color:var(--primary)}.email-split{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:stretch;width:fit-content;display:inline-flex;overflow:hidden}.email-copy{border:none;border-right:1px solid var(--border);color:var(--textMuted);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:.5rem .75rem;display:flex}.email-copy:hover{color:var(--primary)}.email-link{color:var(--text);align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.4;display:inline-flex}.email-link:hover{color:var(--primary);text-decoration:none}.footer-lang select{appearance:none;background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%239A9AA2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 13px center;color:var(--text);border:1px solid var(--border);cursor:pointer;background-size:10px;border-radius:999px;padding:.5rem 2.25rem .5rem 1.25rem;font-family:inherit;font-size:.9rem;line-height:1.4}.footer-lang select:hover{border-color:var(--primary)}@media (width<=860px){.footer-grid{flex-direction:column;gap:2.5rem}}
