.lahf-page-hero{position:relative;overflow:hidden;background-image:var(--gradient-hero);color:var(--primary-foreground)}.lahf-page-hero__blob-tr{position:absolute;top:-6rem;right:-6rem;width:24rem;height:24rem;border-radius:9999px;background:oklch(from var(--secondary) l c h / 0.3);filter:blur(4rem);pointer-events:none}.lahf-page-hero__blob-bl{position:absolute;bottom:-8rem;left:-5rem;width:20rem;height:20rem;border-radius:9999px;background:rgba(255,255,255,.1);filter:blur(4rem);pointer-events:none}.lahf-page-hero__inner{position:relative;max-width:48rem;margin:0 auto;padding:4rem 1.25rem;text-align:center}@media (min-width:1024px){.lahf-page-hero__inner{padding:7rem 2rem}}.lahf-page-hero__eyebrow{display:inline-block;border-radius:999px;background:rgba(255,255,255,.15);padding:.375rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;backdrop-filter:blur(6px)}.lahf-page-hero__title{margin-top:1.25rem;font-size:clamp(2rem,4vw,3rem)!important;font-weight:700;line-height:1.1!important;font-family:var(--lahf-font-head);letter-spacing:-0.02em}.lahf-page-hero__desc{margin:1.25rem auto 0;max-width:32rem;font-size:1.125rem;color:rgba(255,255,255,.85)}.lahf-cal__wrap{max-width:80rem;margin:0 auto;padding:4rem 1.25rem}.lahf-cal__page-header{margin-bottom:2rem}.lahf-cal__page-title{font-family:var(--lahf-font-head);font-size:clamp(1.75rem,3vw,2.5rem)!important;font-weight:700;color:var(--foreground);letter-spacing:-0.02em}.lahf-cal__empty{text-align:center;color:var(--muted-foreground);padding:3rem 0}.lahf-cal__grid-wrap{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem}@media (min-width:1024px){.lahf-cal__grid-wrap{grid-template-columns:1.4fr 1fr}}.lahf-cal__panel{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:1.5rem;box-shadow:var(--shadow-soft)}.lahf-cal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.lahf-cal__eyebrow{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--primary)}.lahf-cal__month-label{font-family:var(--lahf-font-head);font-size:1.5rem!important;font-weight:700;color:var(--foreground);margin-top:.25rem}.lahf-cal__nav{display:flex;gap:.5rem;align-items:center}.lahf-cal__nav-btn{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;min-width:2.5rem;border-radius:999px;border:1px solid var(--border);background:transparent;cursor:pointer;font-size:1.125rem;color:var(--foreground);transition:background .15s ease;padding:0 .75rem}.lahf-cal__nav-btn:hover{background:var(--accent)}.lahf-cal__nav-btn--today{font-size:.875rem;font-weight:500}.lahf-cal__days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;text-align:center;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:.5rem}.lahf-cal__days-header div{padding:.5rem 0}.lahf-cal__days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.lahf-cal__day{position:relative;padding-top:90%;border-radius:.625rem;border:1px solid oklch(0.92 0.02 235 / 0.4);cursor:pointer;transition:background .15s ease;background:var(--background);overflow:hidden}.lahf-cal__day--out{background:oklch(0.97 0.01 235 / 0.3);opacity:.5}.lahf-cal__day--has-events{font-weight:600}.lahf-cal__day--selected{outline:2px solid var(--primary);outline-offset:-2px}.lahf-cal__day:hover{background:var(--accent)}.lahf-cal__day-inner{position:absolute;inset:0;display:flex;flex-direction:column;padding:.25rem .375rem}.lahf-cal__day-num{font-size:.8125rem}.lahf-cal__day-num--today{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--primary);color:var(--primary-foreground);font-size:.75rem}.lahf-cal__dots{display:flex;flex-wrap:wrap;gap:.125rem;margin-top:auto;padding-bottom:.25rem}.lahf-cal__dot{width:.375rem;height:.375rem;border-radius:50%}.lahf-cal__tag--evento{background:var(--primary)}.lahf-cal__tag--campanha{background:var(--secondary)}.lahf-cal__tag--comunidade{background:var(--accent-foreground)}.lahf-cal__tag--formacao{background:var(--muted-foreground)}.lahf-cal__legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;font-size:.75rem;color:var(--muted-foreground)}.lahf-cal__legend-item{display:inline-flex;align-items:center;gap:.375rem}.lahf-cal__legend .lahf-cal__dot{width:.625rem;height:.625rem}.lahf-cal__list-title{font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:1.25rem;font-family:var(--lahf-font-head)}.lahf-cal__list-empty{font-size:.875rem;color:var(--muted-foreground)}.lahf-cal__list{display:flex;flex-direction:column;gap:1rem}.lahf-cal__event-card{border:1px solid oklch(0.92 0.02 235 / 0.6);border-radius:1rem;padding:1rem;transition:border-color .2s ease}.lahf-cal__event-card:hover{border-color:oklch(0.66 0.16 240 / 0.4)}.lahf-cal__event-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.lahf-cal__event-tag{border-radius:999px;padding:.125rem .625rem;font-size:.6875rem;font-weight:600}.lahf-cal__event-tag--evento{background:var(--primary);color:var(--primary-foreground)}.lahf-cal__event-tag--campanha{background:var(--secondary);color:var(--secondary-foreground)}.lahf-cal__event-tag--comunidade{background:var(--accent);color:var(--accent-foreground)}.lahf-cal__event-tag--formacao{background:var(--muted);color:var(--foreground)}.lahf-cal__event-date{font-size:.75rem;color:var(--muted-foreground)}.lahf-cal__event-title{margin-top:.5rem;font-weight:600;color:var(--foreground);font-size:.9375rem}.lahf-cal__event-local{margin-top:.25rem;font-size:.8125rem;color:var(--muted-foreground)}.lahf-cal__event-desc{margin-top:.5rem;font-size:.8125rem;color:var(--muted-foreground)}.lahf-cal__back-btn{margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--primary);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}