.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.header-left{display:flex;align-items:center;gap:2rem}.logo{font-size:1.5rem;font-weight:700;color:#1f2937}.logo-health{color:#22d3ee}.search-container{position:relative}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1rem;height:1rem}.search-input{padding:.5rem 1rem .5rem 2.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;width:16rem;outline:none;transition:all .2s}.search-input:focus{border-color:#22d3ee;box-shadow:0 0 0 2px #22d3ee33}.header-right{display:flex;align-items:center;gap:1rem}.notification-container{position:relative}.notification-icon{width:1.25rem;height:1.25rem;color:#6b7280;cursor:pointer}.notification-badge{position:absolute;top:-.25rem;right:-.25rem;width:.5rem;height:.5rem;background:#2563eb;border-radius:50%}.user-section{display:flex;align-items:center;gap:.75rem;cursor:pointer;border-color:#1f2937}.user-avatar{width:2rem;height:2rem;background-size:contain;background-repeat:no-repeat;background-color:#22d3ee;border-radius:50%;border-color:#1f2937;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:500}.add-button{width:2rem;height:2rem;background:#22d3ee;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.add-icon{width:1rem;height:1rem;color:#fff}@media (max-width: 768px){.header{padding:1rem;flex-wrap:wrap;height:auto}.header-left{flex:1;gap:1rem}.search-input{width:12rem}}.sidebar{width:16rem;background:#fff;border-right:1px solid #e5e7eb;padding:1.5rem;overflow-y:auto}.sidebar-content{margin-bottom:2rem}.sidebar-title{font-size:.875rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;cursor:pointer;transition:all .2s;color:#6b7280}.nav-item:hover{background:#f9fafb}.nav-item-active{background:#eff6ff;color:#2563eb}.nav-icon{width:1.25rem;height:1.25rem}.nav-text{font-weight:500}@media (max-width: 1024px){.sidebar{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:1rem}.sidebar-nav{flex-direction:row;overflow-x:auto;gap:.25rem}.nav-item{flex-shrink:0;white-space:nowrap}}.health-status-cards{display:flex;flex-direction:column;gap:1rem}.health-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .2s}.health-card:hover{box-shadow:0 4px 6px #0000000d}.health-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.health-icon{font-size:1.5rem}.health-name{font-size:1rem;font-weight:600;color:#1f2937}.health-date{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.health-progress{width:100%;height:.25rem;background:#f3f4f6;border-radius:.125rem;overflow:hidden}.health-progress-bar{height:100%;border-radius:.125rem;transition:width .3s ease}@media (max-width: 768px){.health-status-cards{flex-direction:row;overflow-x:auto;gap:.75rem}.health-card{flex-shrink:0;min-width:12rem}}.anatomy-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;height:fit-content}.anatomy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.anatomy-title{font-size:1.25rem;font-weight:600;color:#1f2937}.anatomy-subtitle{font-size:.875rem;color:#6b7280}.anatomy-content{display:flex;align-items:flex-start;gap:2rem}.human-body-container{flex-shrink:0;display:flex;flex-direction:column;align-items:center}.human-body{position:relative;width:12rem;height:20rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.human-body-image{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.anatomy-image{width:250px;height:400px;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));border-radius:8px}.heart-indicator{position:absolute;top:4rem;left:50%;transform:translate(-50%);z-index:10}.heart-badge{background:#1d4ed8;color:#fff;padding:.5rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.25rem;white-space:nowrap;box-shadow:0 2px 4px #0000001a}.heart-icon{width:.75rem;height:.75rem;fill:currentColor}.healthy-log-btn{margin-top:1rem;background:#22d3ee;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.healthy-log-btn:hover{background:#0891b2}.health-status-container{flex:1}@media (max-width: 768px){.anatomy-content{flex-direction:column;align-items:center;gap:1.5rem}.human-body{width:10rem;height:16rem}.human-body-svg{width:100px;height:240px}}.calendar-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;height:fit-content}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.calendar-title{font-size:1.25rem;font-weight:600;color:#1f2937}.calendar-nav{display:flex;gap:.5rem}.nav-arrow{width:1.25rem;height:1.25rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s}.nav-arrow:hover{background:#f3f4f6;color:#1f2937}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:1.5rem}.calendar-day{background:#f8fafc;border-radius:.5rem;padding:.75rem .5rem;min-height:5rem}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.day-name{font-size:.75rem;color:#6b7280;font-weight:500}.day-number{font-size:1rem;font-weight:600;color:#1f2937}.day-appointments{display:flex;flex-direction:column;gap:.25rem}.appointment-time{background:#4f46e5;color:#fff;padding:.125rem .375rem;border-radius:.25rem;font-size:.6875rem;font-weight:500;text-align:center}.appointment-time:nth-child(2){background:#059669}.appointment-time:nth-child(3){background:#dc2626}.appointment-cards{display:flex;gap:1rem}.appointment-card{flex:1;background:#fff;border:1px solid #e5e7eb;border-left:4px solid;border-radius:.5rem;padding:1rem;display:flex;justify-content:space-between;align-items:center}.appointment-info{flex:1}.appointment-title{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.appointment-time-range{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.appointment-doctor{font-size:.75rem;color:#6b7280}.appointment-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem}@media (max-width: 768px){.calendar-grid{grid-template-columns:repeat(4,1fr)}.appointment-cards{flex-direction:column}.calendar-day{min-height:4rem;padding:.5rem .25rem}.appointment-time{font-size:.625rem}}.simple-appointment-card{background:#f8fafc;border-radius:.5rem;padding:1rem;display:flex;align-items:center;justify-content:space-between;transition:all .2s;cursor:pointer}.simple-appointment-card:hover{background:#f1f5f9;transform:translateY(-1px)}.appointment-card-content{display:flex;align-items:center;gap:.75rem}.appointment-icon-container{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.appointment-emoji{font-size:1.25rem}.appointment-details{display:flex;flex-direction:column;gap:.25rem}.appointment-card-title{font-size:.875rem;font-weight:600;color:#1f2937;margin:0}.appointment-card-time{font-size:.75rem;color:#6b7280;margin:0}.appointment-status-dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}@media (max-width: 480px){.simple-appointment-card{padding:.75rem}.appointment-icon-container{width:2rem;height:2rem}.appointment-emoji{font-size:1rem}.appointment-card-title{font-size:.8125rem}}.upcoming-schedule-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;height:fit-content}.schedule-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.schedule-content{display:flex;flex-direction:column;gap:1.5rem}.day-schedule{display:flex;flex-direction:column;gap:.75rem}.day-title{font-size:1rem;font-weight:600;color:#1f2937}.day-appointments{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.upcoming-schedule-container{padding:1rem}.schedule-content{gap:1rem}}.activity-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;height:fit-content}.activity-header{margin-bottom:1.5rem}.activity-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.activity-subtitle{font-size:.875rem;color:#6b7280;margin:0}.activity-chart{margin-bottom:1.5rem}.chart-bars{display:flex;align-items:end;gap:1rem;height:8rem;padding:0 .5rem}.chart-bar-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.chart-bar{width:100%;max-width:1.5rem;min-height:.5rem;border-radius:.125rem;transition:all .3s ease}.chart-label{font-size:.75rem;color:#6b7280;font-weight:500}.activity-details{display:flex;justify-content:flex-end}.details-btn{background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s}.details-btn:hover{background:#f3f4f6;color:#1f2937}@media (max-width: 768px){.chart-bars{gap:.5rem;height:6rem}.chart-bar{max-width:1rem}.chart-label{font-size:.6875rem}}.dashboard-main{flex:1;padding:1.5rem;background:#f8fafc;overflow-y:auto}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1.5rem;max-width:1400px;margin:0 auto}.anatomy-section{grid-column:1;grid-row:1}.calendar-section{grid-column:2;grid-row:1}.schedule-section{grid-column:2;grid-row:2}.activity-section{grid-column:1;grid-row:2}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto}.anatomy-section,.calendar-section,.schedule-section,.activity-section{grid-column:1;grid-row:auto}}@media (max-width: 768px){.dashboard-main{padding:1rem}.dashboard-grid{gap:1rem}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc}.app{height:100vh;display:flex;flex-direction:column}.app-body{flex:1;display:flex;overflow:hidden}@media (max-width: 1024px){.app-body{flex-direction:column}}@media (max-width: 768px){.app{height:auto;min-height:100vh}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;line-height:1.5}#root{height:100%}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-track{background:#f1f5f9}*::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#94a3b8}
