body{font-family:Inter,system-ui,sans-serif;background-color:#f9fafb;color:#1f2937;margin:0;padding:0}.container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;text-align:center}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.card-description{font-size:.875rem;color:#4b5563;margin-bottom:1rem}.btn-primary{background-color:#2563eb;color:#fff;font-weight:500;padding:.5rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;display:inline-block;text-decoration:none}.btn-primary:hover{background-color:#1d4ed8}.btn-disabled{background-color:#e5e7eb;color:#6b7280;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;border:none;width:100%;cursor:not-allowed}.tab-button{padding:.75rem 1.5rem;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease;border-bottom:2px solid transparent}.tab-active{color:#2563eb;font-weight:600;border-bottom-color:#2563eb}.tab-inactive{color:#6b7280}.tab-inactive:hover{color:#374151;background-color:#f9fafb}.tab-content{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;display:flex;align-items:center}.stat-icon{padding:.75rem;border-radius:.5rem;margin-right:1rem}.stat-icon.blue{background-color:#dbeafe;color:#2563eb}.stat-icon.green{background-color:#dcfce7;color:#16a34a}.stat-icon.purple{background-color:#f3e8ff;color:#9333ea}.stat-icon.orange{background-color:#fed7aa;color:#ea580c}.stat-content h3{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 .25rem}.stat-content p{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.status-draft{background-color:#f3f4f6;color:#374151}.status-active{background-color:#dcfce7;color:#166534}.status-paused{background-color:#fef3c7;color:#92400e}.status-completed{background-color:#dbeafe;color:#1e40af}.status-positive{background-color:#dcfce7;color:#166534}.status-negative{background-color:#fee2e2;color:#991b1b}.status-neutral{background-color:#f3f4f6;color:#374151}.status-client-services{background-color:#dbeafe;color:#1e40af}.status-quality-assurance{background-color:#dcfce7;color:#166534}.status-preventive-care{background-color:#ccfbf1;color:#0f766e}.status-emergency-services{background-color:#fee2e2;color:#991b1b}.status-dental-services{background-color:#f3e8ff;color:#7c3aed}.status-sent{background-color:#dbeafe;color:#1e40af}.status-in-progress{background-color:#fef3c7;color:#92400e}.status-completed{background-color:#dcfce7;color:#166534}.progress-bar{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background-color:#2563eb;border-radius:9999px;transition:width .3s ease}.rating-stars{display:flex;align-items:center;gap:.25rem}.star{width:1rem;height:1rem}.star.filled{color:#fbbf24;fill:currentColor}.star.empty{color:#d1d5db}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1}.header{background:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e7eb}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem}.header-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.header-brand{display:flex;align-items:center}.header-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.header-logo{width:2.5rem;height:2.5rem;background-color:#2563eb;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.header-logo-text{color:#fff;font-weight:700;font-size:1.125rem}.header-text{display:flex;flex-direction:column}.header-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.header-subtitle{font-size:.875rem;color:#6b7280;margin:0}.header-nav{display:flex;gap:2rem}.header-nav-link{color:#6b7280;text-decoration:none;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:color .2s ease}.header-nav-link:hover{color:#2563eb}.footer{background-color:#1f2937;color:#fff;margin-top:auto}.footer-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.footer-content{text-align:center}.footer-disclaimer{margin-bottom:1rem}.footer-disclaimer-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff}.footer-disclaimer-text{font-size:.875rem;color:#d1d5db;max-width:64rem;margin:0 auto;line-height:1.6}.footer-branding{border-top:1px solid #374151;padding-top:1rem}.footer-branding-text{font-size:.875rem;color:#9ca3af;margin:0}.footer-branding-highlight{font-weight:600;color:#60a5fa}.footer-branding-tagline{font-size:.75rem;color:#6b7280;margin:.25rem 0 0}@media (max-width: 768px){.container{padding:1rem .5rem}.title{font-size:2rem}.subtitle{font-size:1rem}.grid{grid-template-columns:1fr;gap:1rem}.card{padding:1rem}.header-content{height:auto;padding:.5rem 0}.header-text,.header-nav{display:none}.footer-container{padding:1rem .5rem}.footer-disclaimer-text{font-size:.75rem}}@media (max-width: 480px){.container{padding:.5rem}.title{font-size:1.75rem}.card-icon{font-size:2rem}.btn-primary{padding:.5rem 1rem;font-size:.875rem}}.coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem 0}.coming-soon-content{text-align:center;max-width:600px;padding:2rem}.coming-soon-icon{margin-bottom:1.5rem}.coming-soon-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.coming-soon-description{font-size:1.125rem;color:#4b5563;line-height:1.6;margin-bottom:2rem}.feature-preview{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:2rem;text-align:left}.feature-preview h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:center}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{color:#4b5563;position:relative;padding:.5rem 0 .5rem 1.5rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.contact-info{background:#f9fafb;border-radius:.5rem;padding:1rem;border-left:4px solid #2563eb}.contact-info p{margin:0;font-size:.875rem;color:#4b5563;line-height:1.5}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:.5rem .75rem;border-radius:.375rem;transition:all .2s ease}.back-link:hover{color:#2563eb;background-color:#f9fafb}.header{margin-bottom:2rem}.header .title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.header .subtitle{font-size:1.125rem;color:#4b5563;margin-bottom:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
