@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#fcfcfc;--text-color:#1d1d1f;--text-color-secondary:#86868b;--surface-color:#ffffffb3;--border-color:#00000014;--primary-color:#06c;--primary-color-hover:#0077ed;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px}[data-theme=minimal-dark]{--bg-color:#000;--text-color:#f5f5f7;--text-color-secondary:#86868b;--surface-color:#1c1c1eb3;--border-color:#ffffff26;--primary-color:#2997ff;--primary-color-hover:#147ce5}[data-theme=health-green]{--bg-color:#f4fdf8;--text-color:#1e3328;--text-color-secondary:#6e8a7c;--surface-color:#fffc;--border-color:#0000000f;--primary-color:#1a8e48;--primary-color-hover:#21a957}[data-theme=clinical-blue]{--bg-color:#f2f7fb;--text-color:#142135;--text-color-secondary:#5e7087;--surface-color:#ffffffd9;--border-color:#0e316b1a;--primary-color:#0d5c9c;--primary-color-hover:#1475c4}[data-theme=wellness-warm]{--bg-color:#fcfaf8;--text-color:#3b2c28;--text-color-secondary:#8e7d78;--surface-color:#ffffffbf;--border-color:#5e3c3014;--primary-color:#ce6f48;--primary-color-hover:#e0835e}[data-theme=performance-slate]{--bg-color:#151a20;--text-color:#e6eef5;--text-color-secondary:#879ba8;--surface-color:#1e252ebf;--border-color:#ffffff14;--primary-color:#4b8cd9;--primary-color-hover:#5e9ee8}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-size:16px;line-height:1.5;transition:background-color .4s,color .4s}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.hero-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1}.section-title{letter-spacing:-.015em;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:600}.subtitle{color:var(--text-color-secondary);max-width:700px;margin-bottom:2rem;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:400;line-height:1.4}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-wrapper{flex-direction:column;min-height:100vh;padding-top:80px;display:flex}main{flex:1}.glass{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color)}.glass-card{background:var(--surface-color);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);transition:transform .3s,box-shadow .3s}.btn{border-radius:9999px;justify-content:center;align-items:center;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-color-hover);transform:scale(1.02)}.btn-outline{border:1px solid var(--border-color);color:var(--text-color);background:0 0}.btn-outline:hover{background:var(--border-color)}.anim-fade-in{animation:.8s ease-out forwards fadeIn}.anim-slide-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUp;transform:translateY(20px)}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}
