@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-200:#bfdbfe;--primary-300:#93c5fd;--primary-400:#60a5fa;--primary-500:#3b82f6;--primary-600:#2563eb;--primary-700:#1d4ed8;--primary-800:#1e40af;--primary-900:#1e3a8a;--medical-50:#f0fdf4;--medical-100:#dcfce7;--medical-200:#bbf7d0;--medical-300:#86efac;--medical-400:#4ade80;--medical-500:#22c55e;--medical-600:#16a34a;--medical-700:#15803d;--medical-800:#166534;--medical-900:#14532d;--success-50:#f0fdf4;--success-500:#22c55e;--success-600:#16a34a}.font-sans{font-family:var(--font-inter),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.medical-gradient{background:linear-gradient(135deg,var(--primary-600),var(--medical-600));-webkit-background-clip:text;background-clip:text}.bg-grid-pattern{background-image:linear-gradient(rgba(0,0,0,.05) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 0);background-size:20px 20px}.btn-primary{@apply inline-flex items-center justify-center px-6 py-3 border border-transparent text-base font-medium rounded-lg text-white bg-gradient-to-r from-primary-600 to-primary-700 hover:from-primary-700 hover:to-primary-800 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500 shadow-lg hover:shadow-xl transition-all duration-200 transform hover:scale-105}.btn-secondary{@apply inline-flex items-center justify-center px-6 py-3 border border-gray-300 text-base font-medium rounded-lg text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500 shadow-sm hover:shadow-md transition-all duration-200}.btn-lg{@apply px-8 py-4 text-lg}.btn-sm{@apply px-4 py-2 text-sm}.feature-card{@apply bg-white p-6 rounded-xl shadow-sm border border-gray-200 hover:shadow-lg hover:border-primary-200 transition-all duration-300 cursor-pointer}.pricing-card{@apply bg-white p-8 rounded-xl shadow-sm border border-gray-200 hover:shadow-lg transition-all duration-300 relative}.pricing-card-popular{@apply border-primary-500 shadow-lg ring-2 ring-primary-500 ring-opacity-20}.pricing-card-popular:before{content:"Most Popular";@apply absolute -top-3 left-1/2 transform -translate-x-1/2 bg-primary-600 text-white px-4 py-1 rounded-full text-sm font-medium}.testimonial-card{@apply bg-white p-6 rounded-xl shadow-sm border border-gray-200 hover:shadow-md transition-all duration-300}.section{@apply py-16 lg:py-24}.container{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8}.form-input{@apply block w-full px-4 py-3 border border-gray-300 rounded-lg shadow-sm placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-primary-500 transition-colors duration-200}.form-input-error{@apply border-red-300 focus:ring-red-500 focus:border-red-500}.form-label{@apply block text-sm font-medium text-gray-700 mb-2}.form-error{@apply mt-1 text-sm text-red-600}.form-helper{@apply mt-1 text-sm text-gray-500}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.focus-visible{@apply focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2}.alert{@apply px-4 py-3 rounded-lg border flex items-start space-x-3}.alert-success{@apply bg-green-50 border-green-200 text-green-700}.alert-error{@apply bg-red-50 border-red-200 text-red-700}.alert-warning{@apply bg-yellow-50 border-yellow-200 text-yellow-700}.alert-info{@apply bg-blue-50 border-blue-200 text-blue-700}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium}.badge-success{@apply bg-green-100 text-green-800}.badge-error{@apply bg-red-100 text-red-800}.badge-warning{@apply bg-yellow-100 text-yellow-800}.badge-info{@apply bg-blue-100 text-blue-800}.badge-gray{@apply bg-gray-100 text-gray-800}.table{@apply min-w-full divide-y divide-gray-200}.table th{@apply px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider bg-gray-50}.table td{@apply px-6 py-4 whitespace-nowrap text-sm text-gray-900}.table tbody tr:hover{@apply bg-gray-50}.code-block{@apply bg-gray-900 rounded-lg p-4 font-mono text-sm overflow-x-auto}.code-block pre{@apply text-gray-100 whitespace-pre}@media print{.no-print{display:none!important}.print-break{page-break-before:always}}@media (prefers-contrast:high){.btn-primary{@apply border-2 border-white}.btn-secondary{@apply border-2 border-gray-900}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.glass{@apply backdrop-blur-md bg-white/80 border border-white/20}.glass-dark{@apply backdrop-blur-md bg-gray-900/80 border border-gray-700/20}.gradient-border{background:linear-gradient(white,white) padding-box,linear-gradient(135deg,var(--primary-600),var(--medical-600)) border-box;border:2px solid transparent}