:root{--color-bg-primary:#fefdfa;--color-bg-secondary:#f7f5ed;--color-bg-tertiary:#efece0;--color-text-primary:#1f2937;--color-text-secondary:#4b5563;--color-text-muted:#6b7280;--color-sunflower:#eab308;--color-sunflower-dark:#ca8a04;--color-sunflower-light:#fef9c3;--color-sage:#10b981;--color-sage-dark:#059669;--color-sage-light:#d1fae5;--color-coral:#f43f5e;--color-glass-bg:#fefdfabf;--color-glass-border:#ca8a0426;--color-border:#1f293714;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Plus Jakarta Sans", "Inter", sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #1f29370d, 0 4px 6px -2px #1f293708;--shadow-premium:0 20px 40px -15px #ca8a0414;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--transition-smooth:.3s cubic-bezier(.4, 0, .2, 1);--transition-bounce:.5s cubic-bezier(.175, .885, .32, 1.275)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-text-primary);font-weight:700;line-height:1.25}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button,input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-gradient-sun{background:linear-gradient(135deg, var(--color-sunflower-dark) 0%, #b45309 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-sage{background:linear-gradient(135deg, var(--color-sage-dark) 0%, #047857 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.glass-card{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-glass-border);box-shadow:var(--shadow-premium)}.btn-primary{background:linear-gradient(135deg, var(--color-sunflower) 0%, var(--color-sunflower-dark) 100%);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth);align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #ca8a044d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ca8a0473}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--color-sunflower-dark);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth);background:#fef9c399;border:1px solid #ca8a0433;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-weight:600;display:inline-flex}.btn-secondary:hover{background:#fef9c3e6;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.grid-2{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.grid-2{grid-template-columns:1fr 1fr}}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.main-content.svelte-12qhfyh{flex:1;margin-top:80px}.navbar.svelte-12qhfyh{z-index:1000;border-radius:var(--radius-full);width:90%;max-width:1200px;height:70px;transition:var(--transition-smooth);align-items:center;padding:0 2rem;display:flex;position:fixed;top:15px;left:50%;transform:translate(-50%)}.navbar-container.svelte-12qhfyh{justify-content:space-between;align-items:center;width:100%;display:flex}.logo-link.svelte-12qhfyh{color:var(--color-text-primary);font-size:1.5rem;font-weight:800;font-family:var(--font-serif);align-items:center;gap:.5rem;display:flex}.logo-icon.svelte-12qhfyh{filter:drop-shadow(0 2px 4px #eab30833);font-size:1.8rem}.logo-text.svelte-12qhfyh{letter-spacing:-.5px}.desktop-nav.svelte-12qhfyh{align-items:center;gap:1.5rem;display:none}.nav-item.svelte-12qhfyh{color:var(--color-text-secondary);padding:.25rem 0;font-weight:500;position:relative}.nav-item.svelte-12qhfyh:after{content:"";background:var(--color-sunflower-dark);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.nav-item.svelte-12qhfyh:hover:after,.nav-item.active.svelte-12qhfyh:after{width:100%}.nav-item.svelte-12qhfyh:hover,.nav-item.active.svelte-12qhfyh{color:var(--color-text-primary)}.btn-nav.svelte-12qhfyh{padding:.5rem 1.25rem;font-size:.9rem}.mobile-menu-btn.svelte-12qhfyh{cursor:pointer;z-index:1001;flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex}.bar.svelte-12qhfyh{background-color:var(--color-text-primary);width:100%;height:2px;transition:var(--transition-smooth);border-radius:2px}.open-bar-1.svelte-12qhfyh{transform:translateY(8px)rotate(45deg)}.open-bar-2.svelte-12qhfyh{opacity:0}.open-bar-3.svelte-12qhfyh{transform:translateY(-8px)rotate(-45deg)}.mobile-nav.svelte-12qhfyh{background:var(--color-bg-primary);border:1px solid var(--color-glass-border);width:90%;box-shadow:var(--shadow-lg);border-radius:var(--radius-md);z-index:999;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:fixed;top:90px;left:5%}.mobile-nav-item.svelte-12qhfyh{color:var(--color-text-secondary);text-align:center;border-radius:var(--radius-sm);width:100%;padding:.5rem;font-size:1.2rem;font-weight:600}.mobile-nav-item.svelte-12qhfyh:hover,.mobile-nav-item.active.svelte-12qhfyh{background:var(--color-bg-secondary);color:var(--color-text-primary)}.footer.svelte-12qhfyh{background-color:var(--color-bg-secondary);border-top:1px solid var(--color-border);color:var(--color-text-secondary);padding:5rem 0 2rem}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:3rem;display:grid}.footer-brand.svelte-12qhfyh{flex-direction:column;gap:1.2rem;display:flex}.brand-desc.svelte-12qhfyh{max-width:320px;font-size:.95rem;line-height:1.6}.nurse-credential.svelte-12qhfyh{flex-wrap:wrap;gap:.5rem;display:flex}.badge.svelte-12qhfyh{background-color:var(--color-sage-light);color:var(--color-sage-dark);border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.8rem;font-weight:600}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh),.footer-contact.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-family:var(--font-sans);color:var(--color-text-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;position:relative}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh):after{content:"";background-color:var(--color-sunflower);width:30px;height:2px;position:absolute;bottom:-6px;left:0}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh){flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-sunflower-dark);padding-left:4px}.footer-contact.svelte-12qhfyh{flex-direction:column;gap:.8rem;display:flex}.cat-mention.svelte-12qhfyh{background-color:var(--color-bg-primary);border-left:3px solid var(--color-sunflower);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-top:1rem;padding:.75rem;font-size:.88rem;font-style:italic}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);margin-top:4rem;padding-top:2rem;font-size:.9rem}@media (width>=768px){.desktop-nav.svelte-12qhfyh{display:flex}.mobile-menu-btn.svelte-12qhfyh{display:none}.footer-grid.svelte-12qhfyh{grid-template-columns:2fr 1fr 1fr 2fr}}@keyframes svelte-12qhfyh-fadeInQuick{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.animate-fade-in-quick.svelte-12qhfyh{animation:.3s cubic-bezier(.16,1,.3,1) forwards svelte-12qhfyh-fadeInQuick;left:5%;transform:none}
