:root{--primary-color: #1976d2;--primary-light: #e3f2fd;--primary-dark: #1565c0;--accent-color: #ff4081;--accent-light: #fce4ec;--background-white: #ffffff;--background-gray: #f5f5f5;--background-light-gray: #fafafa;--background-dark: #263238;--border-color: #e0e0e0;--border-dark: #bdbdbd;--border-light: #f0f0f0;--text-primary: #333333;--text-secondary: #666666;--text-muted: #888888;--text-light: #ffffff;--text-disabled: #9e9e9e;--success-color: #4caf50;--success-light: #e8f5e9;--warning-color: #ff9800;--warning-light: #fff3e0;--error-color: #f44336;--error-light: #ffebee;--info-color: #2196f3;--info-light: #e3f2fd;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px rgba(0, 0, 0, .15);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .3);--shadow-xl: 0 8px 24px rgba(0, 0, 0, .2);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-round: 50%;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-xxl: 48px;--font-family: "Roboto", "Helvetica Neue", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-xxl: 1.5rem;--font-size-xxxl: 2rem;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--container-max-width: 1440px;--sidebar-width: 260px;--header-height: 64px;--footer-height: 80px;--card-padding: 24px;--button-height: 40px;--input-height: 48px;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070}@media (max-width: 1024px){:root{--container-max-width: 960px;--sidebar-width: 240px;--header-height: 60px;--card-padding: 20px;--font-size-xxxl: 1.75rem}}@media (max-width: 768px){:root{--container-max-width: 720px;--sidebar-width: 220px;--header-height: 56px;--card-padding: 16px;--button-height: 36px;--input-height: 44px;--font-size-base: .9375rem;--font-size-xxxl: 1.5rem;--space-lg: 20px;--space-xl: 28px;--space-xxl: 40px}}@media (max-width: 640px){:root{--container-max-width: 100%;--sidebar-width: 200px;--header-height: 52px;--card-padding: 12px;--button-height: 32px;--input-height: 40px;--font-size-xs: .6875rem;--font-size-sm: .8125rem;--font-size-base: .875rem;--font-size-lg: 1rem;--font-size-xl: 1.125rem;--font-size-xxl: 1.25rem;--font-size-xxxl: 1.375rem;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-xxl: 32px}}@media (max-width: 480px){:root{--sidebar-width: 100%;--header-height: 48px;--footer-height: 60px;--card-padding: 10px;--button-height: 30px;--input-height: 36px;--font-size-xs: .625rem;--font-size-sm: .75rem;--font-size-base: .8125rem;--font-size-lg: .9375rem;--font-size-xl: 1rem;--font-size-xxl: 1.125rem;--font-size-xxxl: 1.25rem;--space-sm: 6px;--space-md: 10px;--space-lg: 14px;--space-xl: 20px;--space-xxl: 28px}}@media (max-height: 600px) and (orientation: landscape){:root{--header-height: 44px;--footer-height: 50px;--card-padding: 8px;--space-lg: 12px;--space-xl: 16px;--space-xxl: 24px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{height:100%;font-size:16px}body{height:100%;margin:0;font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--text-primary);background-color:var(--background-light-gray);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--space-md)}.grid{display:grid;gap:var(--space-md)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.hide-mobile{display:block}.hide-desktop{display:none}@media (max-width: 768px){.hide-mobile{display:none}.hide-desktop{display:block}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-gray)}::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media print{body{background:#fff}.no-print{display:none!important}*{box-shadow:none!important}}app-historia-clinica-modal{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:999999!important;pointer-events:none}app-historia-clinica-modal .modal-overlay{pointer-events:auto;z-index:999999!important}app-historia-clinica-modal .historia-clinica-container{z-index:1000000!important}
