*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Plus Jakarta Sans,Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@charset "UTF-8";:root{--synexar-primary: #0D9488;--synexar-primary-dark: #0F766E;--synexar-primary-light: #B2F5EA;--synexar-sidebar-bg: #0F766E;--synexar-sidebar-width: 184px;--synexar-header-height: 48px;--synexar-gradient-primary: linear-gradient(135deg, #14B8A6 0%, #0EA5E9 100%);--synexar-shadow-primary: 0 4px 14px rgba(13, 148, 136, .4);--color-background-subtle: #F1F5F9;--color-background: var(--color-surface);--color-surface: #FFFFFF;--color-border: #E2E8F0;--color-text-primary: #0F172A;--color-text-secondary: #475569;--color-text-tertiary: #64748B;--color-surface-hover: #F1F5F9;--stitch-surface: #FFFFFF;--stitch-surface-bright: #FFFFFF;--stitch-surface-container-lowest: #FFFFFF;--stitch-surface-container-low: #F8FAFC;--stitch-surface-container: #F1F5F9;--stitch-surface-container-high: #E2E8F0;--stitch-surface-container-highest: #CBD5E1;--stitch-on-surface: #0F172A;--stitch-on-surface-variant: #475569;--stitch-outline: #94A3B8;--stitch-outline-variant: #CBD5E1;--stitch-primary: #0D9488;--stitch-primary-container: #0F766E;--stitch-primary-fixed: #14B8A6;--stitch-primary-fixed-dim: #0D9488;--stitch-on-primary: #FFFFFF;--stitch-secondary: #64748B;--stitch-secondary-container: #E2E8F0;--stitch-on-secondary-container: #475569;--stitch-tertiary: #7C3AED;--stitch-tertiary-container: #DDD6FE;--stitch-error: #E11D48;--stitch-error-container: #FEE2E2;--stitch-on-error: #FFFFFF;--stitch-on-background: #0F172A;--stitch-font-headline: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--stitch-font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--stitch-font-label: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--color-background: #111316;--color-background-subtle: #0c0e11;--color-surface: #1e2023;--color-surface-low: #1a1c1f;--color-surface-high: #282a2d;--color-surface-highest: #333538;--color-surface-bright: #37393d;--color-border: #3e494b;--color-border-subtle: rgba(62, 73, 75, .15);--color-text-primary: #e2e2e6;--color-text-secondary: #bdc8cb;--color-text-tertiary: #2ddbde;--color-primary-accent: #2ddbde;--color-primary-container: #007b7d;--color-primary-fixed: #5af8fb;--synexar-sidebar-bg: #0c0e11;--sidebar-bg: #0c0e11;--sidebar-text: #e2e2e6;--sidebar-text-muted: #bdc8cb;--sidebar-divider: rgba(62, 73, 75, .3);--sidebar-item-hover: rgba(45, 219, 222, .08);--sidebar-item-active: rgba(45, 219, 222, .12);--sidebar-item-active-border: #2ddbde;--sidebar-badge-bg: rgba(45, 219, 222, .15);--color-surface-hover: rgba(255, 255, 255, .06);--stitch-surface: #111316;--stitch-surface-bright: #37393d;--stitch-surface-container-lowest: #0c0e11;--stitch-surface-container-low: #1a1c1f;--stitch-surface-container: #1e2023;--stitch-surface-container-high: #282a2d;--stitch-surface-container-highest: #333538;--stitch-on-surface: #e2e2e6;--stitch-on-surface-variant: #bdc8cb;--stitch-outline: #889395;--stitch-outline-variant: #3e494b;--stitch-primary: #2ddbde;--stitch-primary-container: #007b7d;--stitch-primary-fixed: #5af8fb;--stitch-primary-fixed-dim: #2ddbde;--stitch-on-primary: #003738;--stitch-secondary: #b4cad6;--stitch-secondary-container: #374c56;--stitch-on-secondary-container: #a6bcc7;--stitch-tertiary: #cdbdff;--stitch-tertiary-container: #7849fb;--stitch-error: #ffb4ab;--stitch-error-container: #93000a;--stitch-on-error: #690005;--stitch-on-background: #e2e2e6}.synexar-logo{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;letter-spacing:.05em;color:#fff;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.synexar-logo .logo-icon{width:32px;height:32px}.synexar-tagline{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:.75rem;color:#ffffffb3;letter-spacing:.02em}.synexar-sidebar{width:184px;height:100vh;position:fixed;left:0;top:0;background:#0f766e;display:flex;flex-direction:column;z-index:100;transition:width .2s cubic-bezier(.4,0,.2,1)}.synexar-sidebar.collapsed{width:52px}.synexar-sidebar.collapsed .nav-label{display:none}.sidebar-header{padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:9999px}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#fff;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);text-decoration:none}.nav-item:hover{background:#ffffff1a}.nav-item.active{background:#ffffff26;border-left:3px solid #14B8A6;margin-left:-3px}.nav-item .nav-icon{width:20px;height:20px;flex-shrink:0;opacity:.85}.nav-item .nav-label{font-size:.75rem;font-weight:500}.nav-item.active .nav-icon{opacity:1}.nav-section{margin-bottom:1.5rem}.nav-section .nav-section-title{font-size:.6875rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;padding:0 1rem;margin-bottom:.5rem}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.synexar-header{height:48px;background:#fff;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:50}[data-theme=dark] .synexar-header{background:#1e293b;border-color:#334155}.header-left{display:flex;align-items:center;gap:1rem}.header-center{flex:1;display:flex;justify-content:center}.header-right{display:flex;align-items:center;gap:.75rem}.patient-banner{display:flex;align-items:center;gap:1.5rem;padding:.5rem 1rem;background:#e6fffa;border-radius:.75rem}[data-theme=dark] .patient-banner{background:#14b8a626}.patient-banner .patient-info{display:flex;gap:1.5rem;font-size:.75rem}.patient-banner .patient-info .info-item{display:flex;align-items:center;gap:.5rem}.patient-banner .patient-info .info-item .info-label{color:#64748b;font-weight:500}.patient-banner .patient-info .info-item .info-value{color:#0f172a;font-weight:600}.user-menu{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.75rem;cursor:pointer;transition:background .15s cubic-bezier(.4,0,.2,1)}.user-menu:hover{background:#f1f5f9}.user-menu .user-avatar{width:36px;height:36px;border-radius:9999px;background:#b2f5ea;display:flex;align-items:center;justify-content:center;font-weight:600;color:#115e59;font-size:.75rem}.user-menu .user-name{font-size:.75rem;font-weight:500}.synexar-btn-primary{background:linear-gradient(135deg,#14b8a6,#0ea5e9);color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 14px #0d948866;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.synexar-btn-primary:hover{background:linear-gradient(135deg,#0d9488,#0284c7);box-shadow:0 6px 20px #0d948880;transform:translateY(-1px)}.synexar-btn-primary:active{background:linear-gradient(135deg,#0f766e,#0369a1);transform:translateY(0)}.synexar-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.synexar-btn-lg{padding:1rem 2rem;font-size:.8125rem;border-radius:1rem}.synexar-btn-block{display:block;width:100%}.synexar-card{background:#fff;border:1px solid #E2E8F0;border-radius:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem}.synexar-card.elevated{background:#fff;border:1px solid #E2E8F0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.card-header .card-title{font-size:.875rem;font-weight:600;color:#0f172a}.card-header .card-subtitle{font-size:.75rem;color:#475569;margin-top:.25rem}.synexar-form-group{margin-bottom:1.25rem}.synexar-form-group label{display:block;font-size:.75rem;font-weight:500;color:#0f172a;margin-bottom:.5rem}.synexar-form-group label .required{color:#f43f5e;margin-left:.25rem}.synexar-input,.synexar-select{width:100%;padding:.375rem .625rem;min-height:32px;font-size:.75rem;color:#0f172a;background:#fff;border:1px solid #E2E8F0;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.synexar-input:focus,.synexar-select:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d948826}.synexar-input::placeholder,.synexar-select::placeholder{color:#64748b}.synexar-input:disabled,.synexar-select:disabled{background:#f1f5f9;cursor:not-allowed}.synexar-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.step-indicator{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.step-indicator .step{display:flex;align-items:center;gap:.75rem}.step-indicator .step .step-circle{width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8125rem;background:#e2e8f0;color:#64748b;transition:all .2s cubic-bezier(.4,0,.2,1)}.step-indicator .step .step-label{font-size:.75rem;font-weight:500;color:#64748b}.step-indicator .step.active .step-circle{background:linear-gradient(135deg,#14b8a6,#0ea5e9);color:#fff;box-shadow:0 4px 14px #0d948866}.step-indicator .step.active .step-label{color:#0f172a;font-weight:600}.step-indicator .step.completed .step-circle{background:#10b981;color:#fff}.step-indicator .step-connector{width:80px;height:2px;background:#e2e8f0;margin:0 .5rem}.step-indicator .step-connector.active{background:#0d9488}.synexar-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:500;border-radius:9999px;background:#f1f5f9;color:#334155}.synexar-badge.badge-success,.synexar-badge.badge-completed{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:500;border-radius:9999px;background:#d1fae5;color:#047857}.synexar-badge.badge-warning,.synexar-badge.badge-draft{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:500;border-radius:9999px;background:#fef3c7;color:#b45309}.synexar-badge.badge-error,.synexar-badge.badge-urgent{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:500;border-radius:9999px;background:#ffe4e6;color:#be123c}.synexar-badge.badge-info,.synexar-badge.badge-submitted{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.6875rem;font-weight:500;border-radius:9999px;background:#e0f2fe;color:#0369a1}.synexar-table{width:100%;border-collapse:collapse;font-size:.75rem}.synexar-table thead{background:#f1f5f9}.synexar-table thead th{padding:.375rem .625rem;text-align:left;font-weight:600;color:#475569;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #E2E8F0;white-space:nowrap}.synexar-table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.synexar-table thead th.sortable:hover{background:#f1f5f9}.synexar-table tbody tr{transition:background .15s cubic-bezier(.4,0,.2,1)}.synexar-table tbody tr:hover{background:#f1f5f9}.synexar-table tbody tr.selected{background:#e6fffa}.synexar-table tbody td{padding:.375rem .625rem;border-bottom:1px solid #E2E8F0;color:#0f172a}.synexar-table tbody td.text-muted{color:#64748b}.synexar-search{position:relative}.synexar-search .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.synexar-search .search-input{width:100%;padding:.75rem 3rem;font-size:.8125rem;background:#fff;border:1px solid #E2E8F0;border-radius:1rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.synexar-search .search-input:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d948826}.synexar-search .search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);padding:.5rem;background:transparent;border:none;border-radius:.5rem;cursor:pointer;color:#64748b}.synexar-search .search-clear:hover{background:#f1f5f9;color:#0f172a}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#b2f5ea;color:#115e59;border-radius:9999px;font-size:.75rem;font-weight:500}.filter-chip .chip-remove{width:16px;height:16px;display:flex;align-items:center;justify-content:center;background:#0000001a;border-radius:9999px;cursor:pointer}.filter-chip .chip-remove:hover{background:#0003}[data-theme=dark]{background:var(--color-background, #111316);color:var(--color-text-primary, #e2e2e6)}[data-theme=dark] .synexar-sidebar{background:var(--synexar-sidebar-bg, #0c0e11);border-right:1px solid var(--color-border-subtle, rgba(62, 73, 75, .3))}[data-theme=dark] .synexar-card{background:var(--color-surface, #1e2023);border-color:var(--color-border, #3e494b)}[data-theme=dark] .synexar-input,[data-theme=dark] .synexar-select{background:var(--color-surface-low, #1a1c1f);border-color:var(--color-border, #3e494b);color:var(--color-text-primary, #e2e2e6)}[data-theme=dark] .synexar-input:focus,[data-theme=dark] .synexar-select:focus{border-color:var(--color-primary-accent, #2ddbde);box-shadow:0 0 0 3px #2ddbde26}[data-theme=dark] .synexar-table thead{background:var(--color-surface-low, #1a1c1f)}[data-theme=dark] .synexar-table tbody tr:hover{background:var(--color-surface-high, #282a2d)}[data-theme=dark] .synexar-table td,[data-theme=dark] .synexar-table th{border-color:var(--color-border-subtle, rgba(62, 73, 75, .15))}[data-theme=dark] .step-indicator .step .step-circle{background:var(--color-surface-high, #282a2d)}[data-theme=dark] .filter-chip{background:#2ddbde1f;color:#2ddbde}
