:root{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--touch-target-min:44px;--mobile-navbar-height:calc(56px + var(--safe-top));--mobile-space-xs:4px;--mobile-space-sm:8px;--mobile-space-md:16px;--mobile-space-lg:24px;--mobile-space-xl:32px;--mobile-space-2xl:48px;--mobile-text-xs:12px;--mobile-text-sm:14px;--mobile-text-base:16px;--mobile-text-lg:18px;--mobile-text-xl:20px;--mobile-text-2xl:24px;--mobile-text-3xl:28px;--mobile-text-4xl:32px;--mobile-radius-sm:8px;--mobile-radius-md:12px;--mobile-radius-lg:16px;--mobile-radius-xl:20px;--mobile-radius-full:9999px}@media (max-width:767px){html{text-size-adjust:100%}body{padding-top:var(--mobile-navbar-height);padding-left:var(--safe-left);padding-right:var(--safe-right);overflow-x:hidden}.mobile-full-height{min-height:100dvh}a,button,input,select,textarea{min-height:var(--touch-target-min)}@media (hover:none){a:hover,button:hover{opacity:1}}a:active,button:active{opacity:.8;transform:scale(.98)}html{scroll-behavior:smooth}.mobile-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-scroll-hidden::-webkit-scrollbar{display:none}.mobile-scroll-hidden{-ms-overflow-style:none;scrollbar-width:none}}.page-wrapper{min-height:100vh}.page-transition-enter{opacity:0;transform:translateY(10px)}.page-transition-enter-active{opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s ease}.page-transition-exit{opacity:1}.page-transition-exit-active{opacity:0;transition:opacity .3s ease}.loading-screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--color-dark);z-index:9999}.loading-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.1);border-top:3px solid var(--aurora-cyan);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}a{transition:color var(--transition-fast),opacity var(--transition-fast)}:focus-visible{outline:2px solid var(--aurora-cyan);outline-offset:4px;border-radius:var(--radius-sm)}img{opacity:1;transition:opacity .3s ease}img[data-loading=true]{opacity:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-xl)}.container-sm{max-width:800px}.container-lg{max-width:1400px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-gradient-medical{background:linear-gradient(135deg,var(--color-medical-accent) 0,var(--color-medical-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-aesthetics{background:linear-gradient(135deg,var(--color-aesthetics-secondary) 0,var(--color-aesthetics-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto,.mx-auto{margin-right:auto}.mx-auto{margin-left:auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.md-grid-cols-1{grid-template-columns:1fr}.md-grid-cols-2{grid-template-columns:repeat(2,1fr)}}.hidden{display:none}.visible{visibility:visible}.invisible{visibility:hidden}@media (max-width:768px){.md-hidden{display:none}}@media (max-width:480px){.sm-hidden{display:none}}