:root{--bg-primary: #016B61;--bg-secondary: #328E6E;--bg-tertiary: #44BB91;--bg-dark: #201E43;--text-primary: #E1EEBC;--text-secondary: #016B61}.text-shadow-sm{text-shadow:0 2px 4px rgba(0,0,0,.2)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .7s cubic-bezier(.2,.8,.2,1) forwards}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.dropdown-mobile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html{scroll-behavior:smooth}body.splash-active{overflow:hidden}#splash-screen{position:fixed;inset:0;background-color:var(--bg-white, #FFFFFF);z-index:9999;display:flex;align-items:center;justify-content:center;clip-path:circle(150% at 50% 50%);transition:clip-path 1s cubic-bezier(.68,-.55,.27,1.55);pointer-events:auto}#splash-screen.splash-hidden{clip-path:circle(0% at 50% 50%);pointer-events:none}.splash-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.splash-leaf{width:100px;height:100px;overflow:visible}.leaf-path{fill:none;stroke:var(--bg-tertiary, #44BB91);stroke-width:4;stroke-linecap:round;animation:draw 2s ease-out forwards}.splash-text{font-size:1.75rem;font-weight:600;color:var(--bg-primary, #016B61);margin-top:16px;opacity:0;transform:scale(.8);animation:zoomIn .6s ease-out forwards 1.2s}@keyframes draw{to{stroke-dashoffset:0}}@keyframes zoomIn{to{opacity:1;transform:scale(1)}}
