@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Merriweather:wght@300;400;700&display=swap";:root{--bg-color: #FAF9F6;--text-color: #333333;--text-subtle: #555555;--primary-color: #0F766E;--primary-hover: #115E59;--accent-color: #CA8A04;--font-heading: "Merriweather", serif;--font-body: "Inter", system-ui, sans-serif;--spacing-unit: 1rem;--container-max-width: 1200px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.3;margin-bottom:1rem;color:var(--text-color)}h1{font-size:2.5rem;font-weight:300}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1.5rem;max-width:65ch}button{cursor:pointer;border:none;background:none;font-family:var(--font-body);font-weight:500;transition:all .2s ease}a{text-decoration:none;color:inherit;transition:color .2s ease}a:hover{color:var(--primary-color)}ul{list-style:none}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 2rem}.grid-hero{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.grid-cols-3{display:grid;grid-template-columns:1fr;gap:3rem}.grid-cols-fill{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.grid-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}.nav-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.grid-event-detail{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-hero{grid-template-columns:1fr 1fr;gap:4rem}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-steps{grid-template-columns:repeat(4,1fr)}.nav-container{flex-direction:row;justify-content:space-between}.nav-links{gap:2rem}.grid-footer{grid-template-columns:repeat(4,1fr)}.grid-steps-custom{grid-template-columns:repeat(3,1fr)!important}.grid-event-detail{grid-template-columns:1fr 340px}}.grid-footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.site-header{position:sticky;top:0;z-index:100;padding:2rem 0;border-bottom:1px solid #eee;background-color:var(--bg-color);transition:padding .3s ease,box-shadow .3s ease,background-color .3s ease}.site-header.scrolled{padding:1rem 0;box-shadow:var(--shadow-sm);background-color:#faf9f6f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.portal-layout{display:flex;min-height:100vh;background-color:#f9fafb;position:relative;flex-direction:column}.portal-sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;background-color:#fff;border-right:1px solid #e5e7eb;z-index:50;transform:translate(-100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.portal-sidebar.open{transform:translate(0);box-shadow:0 0 15px #0000001a}.portal-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:40}.portal-main{flex:1;padding:1.5rem;width:100%;max-width:1600px}.portal-overlay{position:fixed;inset:0;background-color:#00000080;z-index:45;opacity:0;pointer-events:none;transition:opacity .3s ease}.portal-overlay.visible{opacity:1;pointer-events:auto}@media(min-width:1024px){.portal-layout{flex-direction:row}.portal-sidebar{position:sticky;transform:none;border-right:1px solid #e5e7eb;box-shadow:none}.portal-mobile-header{display:none}.portal-main{padding:3rem}.portal-overlay{display:none}}
