:root{--bg: #ffffff;--text: #0d0d0d;--muted: #5f6368;--subtle: #8a8f98;--border: #d9dce1;--border-strong: #c6cbd2;--surface: #fbfbfc;--green: #1f9d55;--green-dark: #13733d;--green-soft: #edf8f1;--blue: #0a5790;--container: 1120px;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at 86% 14%,rgba(48,92,255,.06),transparent 24rem),var(--bg);font-size:16px;line-height:1.5;text-rendering:geometricPrecision}a{color:inherit}.container{width:100%;max-width:calc(var(--container) + 48px);margin-inline:auto;padding-inline:24px}.site-header{border-bottom:1px solid var(--border);background:#ffffffdb;backdrop-filter:blur(16px)}.brand{display:flex;width:100%;max-width:calc(var(--container) + 48px);height:72px;margin-inline:auto;padding-inline:24px;align-items:center;gap:12px;font-size:18px;font-weight:650;letter-spacing:0;text-decoration:none}.brand img{display:block;border-radius:7px}.hero{padding:76px 0 58px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:72px;align-items:center}.hero-copy{max-width:760px}h1,h2,h3,p{margin:0}h1{max-width:860px;font-size:clamp(64px,9vw,128px);font-weight:760;letter-spacing:0;line-height:.95}.hero p{max-width:700px;margin-top:28px;color:var(--muted);font-size:clamp(22px,3vw,34px);font-weight:430;line-height:1.28}.mobile-break{display:none}.hero-actions{display:flex;flex-wrap:wrap;gap:18px 28px;align-items:center;margin-top:36px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:8px;padding:13px 22px;font-size:17px;font-weight:650;line-height:1;text-decoration:none;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--green);color:#fff;box-shadow:0 12px 28px #1f9d552e}.button-primary:hover{background:var(--green-dark)}.button-secondary{border-color:#1f9d5573;background:#fff;color:var(--green-dark)}.button-secondary:hover{border-color:var(--green);background:var(--green-soft)}.text-link{color:#25272b;font-size:17px;font-weight:520;text-decoration-color:#0d0d0d6b;text-decoration-thickness:1px;text-underline-offset:5px}.text-link:hover{text-decoration-color:currentColor}.hero-mark{display:flex;justify-content:flex-end}.hero-mark img{width:min(100%,280px);height:auto;opacity:.96;filter:drop-shadow(0 28px 56px rgba(44,80,210,.14))}.slides-section{padding:0 0 72px}.slides-frame{overflow:hidden;width:100%;aspect-ratio:16 / 9;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface);box-shadow:0 18px 48px #12182812}.slides-frame iframe{display:block;width:100%;height:100%}.meetups-section{padding:0 0 58px}.meetups-section h2,.gallery-section h2{margin-bottom:18px;font-size:clamp(34px,5vw,48px);font-weight:720;letter-spacing:0;line-height:1.06}.meetups-table{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--border-strong);border-radius:8px;background:#fff}.meetups-column+.meetups-column{border-left:1px solid var(--border-strong)}.meetups-column h3{border-bottom:1px solid var(--border);padding:17px 22px;font-size:18px;font-weight:700;line-height:1.2}.meetups-column p,.event-row{min-height:92px;padding:24px 22px;color:var(--muted);font-size:21px;line-height:1.3}.event-row{display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--text);font-weight:520}.event-row a{flex:none;color:#14161a;font-weight:640;text-decoration-color:#0d0d0d73;text-underline-offset:5px}.gallery-section{padding:0 0 70px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-heading h2{margin-bottom:0}.section-heading p{color:var(--muted);font-size:17px}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.photo-link{display:block;overflow:hidden;aspect-ratio:4 / 3;border:1px solid var(--border);border-radius:8px;background:var(--surface);text-decoration:none}.photo-link img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.photo-link:hover img{transform:scale(1.025)}.community-section{padding:0 0 70px}.community-band{display:flex;min-height:112px;align-items:center;justify-content:space-between;gap:28px;border:1px solid var(--border-strong);border-radius:8px;background:#ffffffd1;padding:28px 32px}.community-band h2{font-size:clamp(28px,4vw,40px);font-weight:720;letter-spacing:0;line-height:1.08}.site-footer{border-top:1px solid var(--border);padding:32px 0 42px;background:var(--surface)}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:28px 56px}.footer-inner a{display:inline-flex;align-items:center}.footer-inner img{display:block;width:auto;max-width:min(360px,calc(100vw - 64px));object-fit:contain;mix-blend-mode:multiply}.data-logo{height:72px}.informatica-logo{height:54px}@media(max-width:860px){.container,.brand{max-width:100%;padding-inline:16px}.brand{height:64px}.hero{padding:54px 0 40px}.hero-grid{display:block}h1{max-width:7.5ch;font-size:clamp(48px,15vw,68px);line-height:.98}.hero p{max-width:min(330px,calc(100vw - 48px));margin-top:24px;font-size:20px}.mobile-break{display:block}.hero-mark{display:none}.hero-copy,.hero-actions,.slides-frame,.meetups-table,.photo-grid,.community-band{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}.slides-section{padding-bottom:56px}.meetups-table{grid-template-columns:1fr}.meetups-column+.meetups-column{border-top:1px solid var(--border-strong);border-left:0}.event-row{align-items:flex-start;flex-direction:column;gap:16px}.section-heading{align-items:flex-start;flex-direction:column;gap:4px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.community-band{align-items:flex-start;flex-direction:column;padding:26px 22px}}@media(max-width:520px){body{background:var(--bg)}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%;padding-inline:16px}.text-link{align-self:flex-start}.slides-frame{border-radius:6px}.meetups-column p,.event-row{font-size:18px}.photo-grid{grid-template-columns:1fr}.data-logo{height:54px}.informatica-logo{height:38px}}
