.patients-module__CLAtGW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.patients-module__CLAtGW__headerContent{flex-direction:column;gap:4px;display:flex}.patients-module__CLAtGW__title{color:var(--dark-gray);margin:0;font-size:24px;font-weight:700}.patients-module__CLAtGW__subtitle{color:var(--medium-gray);margin:0;font-size:14px}.patients-module__CLAtGW__filtersCard{background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);border-radius:32px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;padding:16px;display:flex}.patients-module__CLAtGW__searchBox{background:var(--background-gray);border:1px solid #0000;border-radius:32px;flex:1;align-items:center;gap:10px;min-width:250px;padding:12px 16px;transition:all .2s;display:flex}.patients-module__CLAtGW__searchBox:focus-within{background-color:var(--bg-white);border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.patients-module__CLAtGW__searchBox .material-symbols-rounded{color:var(--medium-gray);font-size:20px}.patients-module__CLAtGW__searchBox input{color:var(--dark-gray);background:0 0;border:none;outline:none;flex:1;font-size:14px}.patients-module__CLAtGW__searchBox input::placeholder{color:var(--medium-gray)}.patients-module__CLAtGW__clearSearch{background:var(--gray-border);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.patients-module__CLAtGW__clearSearch .material-symbols-rounded{color:var(--medium-gray);font-size:16px}.patients-module__CLAtGW__filterTabs{background:var(--background-gray);border-radius:32px;gap:4px;padding:4px;display:flex}.patients-module__CLAtGW__filterTab{color:var(--medium-gray);cursor:pointer;background:0 0;border:none;border-radius:32px;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.patients-module__CLAtGW__filterTab:hover{color:var(--dark-gray)}.patients-module__CLAtGW__filterTab.patients-module__CLAtGW__active{background:var(--bg-white);box-shadow:var(--shadow-sm);color:var(--dark-gray)}.patients-module__CLAtGW__statusDot{border-radius:50%;width:8px;height:8px}.patients-module__CLAtGW__patientsList{flex-direction:column;gap:12px;display:flex}.patients-module__CLAtGW__patientCard{background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:32px;align-items:center;gap:16px;padding:16px 20px;transition:all .2s;display:flex}.patients-module__CLAtGW__patientCard:hover{border-color:var(--blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.patients-module__CLAtGW__patientMain{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.patients-module__CLAtGW__avatar{background:var(--light-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:relative;overflow:hidden}.patients-module__CLAtGW__avatar img{object-fit:cover;width:100%;height:100%}.patients-module__CLAtGW__avatar span{color:var(--blue);font-size:22px;font-weight:600}.patients-module__CLAtGW__statusIndicator{border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;bottom:2px;right:2px}.patients-module__CLAtGW__patientInfo{flex:1;min-width:0}.patients-module__CLAtGW__patientName{color:var(--dark-gray);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;font-weight:600;overflow:hidden}.patients-module__CLAtGW__patientDetails{color:var(--medium-gray);margin:0;font-size:13px}.patients-module__CLAtGW__patientMeta{gap:20px;display:flex}.patients-module__CLAtGW__metaItem{color:var(--medium-gray);align-items:center;gap:6px;font-size:13px;display:flex}.patients-module__CLAtGW__metaItem .material-symbols-rounded{font-size:18px}.patients-module__CLAtGW__patientActions{align-items:center;gap:8px;display:flex}.patients-module__CLAtGW__patientActions>.material-symbols-rounded{color:var(--medium-gray);opacity:.5;font-size:20px}.patients-module__CLAtGW__actionBtn{background:var(--background-gray);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.patients-module__CLAtGW__actionBtn:hover{background:var(--light-blue)}.patients-module__CLAtGW__actionBtn .material-symbols-rounded{color:var(--medium-gray);font-size:20px}.patients-module__CLAtGW__actionBtn:hover .material-symbols-rounded{color:var(--blue)}.patients-module__CLAtGW__pagination{justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px;display:flex}.patients-module__CLAtGW__pageBtn{background:var(--bg-white);border:1px solid var(--gray-border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.patients-module__CLAtGW__pageBtn:hover:not(:disabled){background:var(--light-blue);border-color:var(--blue)}.patients-module__CLAtGW__pageBtn:disabled{opacity:.5;cursor:not-allowed}.patients-module__CLAtGW__pageBtn .material-symbols-rounded{color:var(--dark-gray);font-size:22px}.patients-module__CLAtGW__pageInfo{color:var(--medium-gray);font-size:14px}.patients-module__CLAtGW__emptyState{color:var(--medium-gray);text-align:center;background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);border-radius:32px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.patients-module__CLAtGW__emptyState>.material-symbols-rounded{background:var(--light-blue);width:52px;height:52px;color:var(--blue);opacity:1;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:26px;display:flex}.patients-module__CLAtGW__emptyState h3{color:var(--dark-gray);margin:0 0 8px;font-size:18px;font-weight:600}.patients-module__CLAtGW__emptyState p{margin:0 0 24px;font-size:14px}.patients-module__CLAtGW__emptyState p:last-child{margin-bottom:0}.patients-module__CLAtGW__loadingState{flex-direction:column;gap:12px;display:flex}.patients-module__CLAtGW__skeletonCard{background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);border-radius:32px;align-items:center;gap:16px;padding:20px;display:flex}.patients-module__CLAtGW__skeletonAvatar{background:linear-gradient(90deg,var(--background-gray)25%,var(--gray-border)50%,var(--background-gray)75%);background-size:200% 100%;border-radius:50%;width:52px;height:52px;animation:1.5s infinite patients-module__CLAtGW__shimmer}.patients-module__CLAtGW__skeletonContent{flex-direction:column;flex:1;gap:8px;display:flex}.patients-module__CLAtGW__skeletonLine{background:linear-gradient(90deg,var(--background-gray)25%,var(--gray-border)50%,var(--background-gray)75%);background-size:200% 100%;border-radius:4px;width:180px;height:16px;animation:1.5s infinite patients-module__CLAtGW__shimmer}.patients-module__CLAtGW__skeletonLineShort{background:linear-gradient(90deg,var(--background-gray)25%,var(--gray-border)50%,var(--background-gray)75%);background-size:200% 100%;border-radius:4px;width:120px;height:14px;animation:1.5s infinite patients-module__CLAtGW__shimmer}@keyframes patients-module__CLAtGW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.patients-module__CLAtGW__patientModal{flex-direction:column;gap:24px;display:flex}.patients-module__CLAtGW__modalHeader{align-items:center;gap:16px;display:flex}.patients-module__CLAtGW__modalAvatar{background:var(--light-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.patients-module__CLAtGW__modalAvatar img{object-fit:cover;width:100%;height:100%}.patients-module__CLAtGW__modalAvatar span{color:var(--blue);font-size:28px;font-weight:600}.patients-module__CLAtGW__modalInfo h2{color:var(--dark-gray);margin:0 0 8px;font-size:22px;font-weight:600}.patients-module__CLAtGW__statusBadge{border-radius:20px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-block}.patients-module__CLAtGW__modalDetails{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.patients-module__CLAtGW__detailItem{background:var(--background-gray);border-radius:12px;align-items:flex-start;gap:12px;padding:14px;display:flex}.patients-module__CLAtGW__detailItem .patients-module__CLAtGW__material-symbols-rounded{color:var(--blue);flex-shrink:0;font-size:22px}.patients-module__CLAtGW__detailItem div{flex-direction:column;gap:2px;display:flex}.patients-module__CLAtGW__detailItem label{color:var(--medium-gray);text-transform:uppercase;font-size:11px}.patients-module__CLAtGW__detailItem span{color:var(--dark-gray);font-size:14px;font-weight:500}.patients-module__CLAtGW__modalStats{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.patients-module__CLAtGW__statBox{background:var(--light-blue);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:16px;display:flex}.patients-module__CLAtGW__modalActions{gap:12px;display:flex}.patients-module__CLAtGW__modalActions button{flex:1}@media (max-width:900px){.patients-module__CLAtGW__patientMeta{display:none}}@media (max-width:768px){.patients-module__CLAtGW__header{flex-direction:row;justify-content:space-between;align-items:center}.patients-module__CLAtGW__responsiveBtn{width:44px!important;min-width:unset!important;border-radius:50%!important;justify-content:center!important;padding:0!important}.patients-module__CLAtGW__btnText{display:none}.patients-module__CLAtGW__title{font-size:24px}.patients-module__CLAtGW__filtersCard{flex-direction:column;align-items:stretch;gap:12px}.patients-module__CLAtGW__searchBox{width:100%;min-width:auto}.patients-module__CLAtGW__filterTabs{width:100%}.patients-module__CLAtGW__patientCard{padding:14px 16px}.patients-module__CLAtGW__avatar{width:48px;height:48px}.patients-module__CLAtGW__avatar span{font-size:18px}.patients-module__CLAtGW__patientName{font-size:15px}.patients-module__CLAtGW__patientActions>.patients-module__CLAtGW__material-symbols-rounded{display:none}.patients-module__CLAtGW__modalDetails{grid-template-columns:1fr}.patients-module__CLAtGW__modalActions{flex-direction:column}}@media (max-width:400px){.patients-module__CLAtGW__filterTabs{flex-wrap:wrap}.patients-module__CLAtGW__filterTab{flex:1;justify-content:center;padding:8px 12px;font-size:13px}.patients-module__CLAtGW__patientMain{gap:12px}.patients-module__CLAtGW__actionBtn{width:32px;height:32px}}
.patients-shared-module__iLYa4W__filterLabel{align-items:center;gap:6px;display:flex}.patients-shared-module__iLYa4W__statusDot{border-radius:50%;width:8px;height:8px}.patients-shared-module__iLYa4W__statusActive{background:var(--success)}.patients-shared-module__iLYa4W__statusInactive{background:var(--light-gray)}.patients-shared-module__iLYa4W__scanResultOverlay{background-color:var(--overlay-medium);z-index:2000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.patients-shared-module__iLYa4W__scanResultCard{background:var(--bg-white);text-align:center;width:90%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:20px;padding:30px}.patients-shared-module__iLYa4W__scanResultIcon{margin-bottom:15px;display:block;font-size:48px!important}.patients-shared-module__iLYa4W__iconSuccess{color:var(--success)}.patients-shared-module__iLYa4W__iconError{color:var(--error)}.patients-shared-module__iLYa4W__scanResultTitle{color:var(--dark-gray);margin:0 0 10px;font-size:1.17em;font-weight:700}.patients-shared-module__iLYa4W__scanResultMessage{color:var(--medium-gray);margin:0 0 20px}.patients-shared-module__iLYa4W__fullWidthBtn{width:100%}.patients-shared-module__iLYa4W__badgeActive{background-color:var(--success-bg);color:var(--success)}.patients-shared-module__iLYa4W__badgeInactive{background-color:var(--background-gray);color:var(--medium-gray)}.patients-shared-module__iLYa4W__errorList{margin:0;padding-left:20px}.patients-shared-module__iLYa4W__errorItem{margin-bottom:4px}.patients-shared-module__iLYa4W__infoBox{background:var(--icon-orange-bg);color:var(--icon-orange-text);border-radius:8px;grid-column:1/-1;margin-bottom:5px;padding:10px;font-size:.9rem}.patients-shared-module__iLYa4W__modalContainerOverride{background:0 0;min-height:auto;padding:0}.patients-shared-module__iLYa4W__modalFormOverride{margin-top:20px}.patients-shared-module__iLYa4W__modalFieldsetOverride{border-top:none;padding-top:0}.patients-shared-module__iLYa4W__historyCard{background:var(--background-gray);border-radius:16px;flex-direction:column;gap:16px;padding:16px;display:flex}.patients-shared-module__iLYa4W__dateBadge{background:var(--bg-white);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;align-items:center;min-width:60px;padding:8px 12px;display:flex}.patients-shared-module__iLYa4W__dateMonth{color:var(--error);font-size:12px;font-weight:700}.patients-shared-module__iLYa4W__dateDay{color:var(--dark-gray);font-size:18px;font-weight:700}.patients-shared-module__iLYa4W__historyType{color:var(--dark-gray);font-size:16px;font-weight:600}.patients-shared-module__iLYa4W__historyMeta{color:var(--medium-gray);font-size:13px}.patients-shared-module__iLYa4W__historyStatus{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.patients-shared-module__iLYa4W__statusCompleted{background:var(--success-bg);color:var(--success-active)}.patients-shared-module__iLYa4W__statusUpcoming{background:var(--icon-orange-bg);color:var(--icon-orange-text)}.patients-shared-module__iLYa4W__bulletPurple{background:var(--purple-active);border-radius:50%;width:8px;height:8px}.patients-shared-module__iLYa4W__headerIconPurple{background:var(--purple-accent-bg);color:var(--purple-accent)}.patients-shared-module__iLYa4W__headerIconIndigo{background:var(--icon-blue-bg);color:var(--blue)}.patients-shared-module__iLYa4W__flexCol{flex-direction:column;gap:16px;display:flex}.patients-shared-module__iLYa4W__flexRow{flex-direction:row;align-items:center;gap:16px;display:flex}.patients-shared-module__iLYa4W__flexBetween{justify-content:space-between;align-items:center;display:flex}
.MiniField-module__zI4MHa__miniField{border:1px solid var(--gray-border);background-color:var(--bg-white);border-radius:16px;height:46px;margin-top:16px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}:is(.MiniField-module__zI4MHa__miniField .select-field:focus,.MiniField-module__zI4MHa__miniField .input-field:focus){border-color:none;box-shadow:none;outline:none}:is(.MiniField-module__zI4MHa__miniField:has(.input-field:focus),.MiniField-module__zI4MHa__miniField:has(.select-field:focus)){border-color:var(--blue);box-shadow:0 0 0 1px var(--blue)}:is(.MiniField-module__zI4MHa__miniField:has(.input-field:focus) .icon,.MiniField-module__zI4MHa__miniField:has(.select-field:focus) .icon){color:var(--blue)}.MiniField-module__zI4MHa__miniField .input-group{flex:0 auto;align-items:center;margin-top:0;display:flex}.MiniField-module__zI4MHa__miniField .input-group:last-child{flex:auto;align-items:center;margin-top:0;display:flex}.MiniField-module__zI4MHa__miniField .input-group .icon{left:16px;right:auto}.MiniField-module__zI4MHa__documentField .input-group:first-child .select-field{border:none;border-right:1px solid var(--gray-border);border-radius:16px 0 0 16px;gap:5px;width:auto;padding:0 35px 0 54px;background-color:#0000!important}.MiniField-module__zI4MHa__phoneField .input-group:first-child .select-field{border:none;border-right:1px solid var(--gray-border);border-radius:16px 0 0 16px;gap:5px;width:140px;padding:0 35px 0 45px;background-color:#0000!important}.MiniField-module__zI4MHa__miniField .input-field{border:none;border-radius:0 16px 16px 0;padding-left:10px;background-color:#0000!important}.MiniField-module__zI4MHa__miniField .input-field+.floating-label{left:10px}.MiniField-module__zI4MHa__miniField:has(.has-error){border-color:var(--error)}.MiniField-module__zI4MHa__miniField:has(.has-error) .icon{color:var(--error)}:is(.MiniField-module__zI4MHa__miniField:has(.has-error):has(.input-field:focus),.MiniField-module__zI4MHa__miniField:has(.has-error):has(.select-field:focus)){border-color:var(--error);box-shadow:0 0 0 1px var(--error)}:is(.MiniField-module__zI4MHa__miniField:has(.has-error):has(.input-field:focus) .icon,.MiniField-module__zI4MHa__miniField:has(.has-error):has(.select-field:focus) .icon),:is(.MiniField-module__zI4MHa__miniField:has(.has-error) .input-field:focus+.floating-label,.MiniField-module__zI4MHa__miniField:has(.has-error) .select-field:focus+.floating-label){color:var(--error)}
.Switch-module__QeUTqq__switch{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.Switch-module__QeUTqq__input{opacity:0;width:0;height:0}.Switch-module__QeUTqq__slider{cursor:pointer;background-color:var(--gray-border);border-radius:34px;transition:all .4s;position:absolute;inset:0}.Switch-module__QeUTqq__slider:before{content:"";background-color:var(--bg-white);width:20px;height:20px;box-shadow:var(--shadow-md);border-radius:50%;transition:all .4s;position:absolute;bottom:2px;left:2px}.Switch-module__QeUTqq__input:checked+.Switch-module__QeUTqq__slider{background-color:var(--blue)}.Switch-module__QeUTqq__input:focus+.Switch-module__QeUTqq__slider{box-shadow:0 0 1px var(--blue)}.Switch-module__QeUTqq__input:checked+.Switch-module__QeUTqq__slider:before{transform:translate(20px)}.Switch-module__QeUTqq__disabled{opacity:.5;cursor:not-allowed}.Switch-module__QeUTqq__disabled .Switch-module__QeUTqq__slider{cursor:not-allowed}
.Toast-module__dpyMdW__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.Toast-module__dpyMdW__toast{box-shadow:var(--shadow-md);pointer-events:auto;border:1px solid #0000;border-radius:12px;align-items:center;gap:16px;min-width:320px;max-width:420px;padding:16px;animation:.3s ease-out forwards Toast-module__dpyMdW__slideIn;display:flex}.Toast-module__dpyMdW__toast.Toast-module__dpyMdW__exiting{animation:.3s ease-in forwards Toast-module__dpyMdW__slideOut}.Toast-module__dpyMdW__icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Toast-module__dpyMdW__icon span{font-size:20px;font-weight:700}.Toast-module__dpyMdW__content{flex-direction:column;flex:1;justify-content:center;display:flex}.Toast-module__dpyMdW__title{margin-bottom:2px;font-size:.95rem;font-weight:600}.Toast-module__dpyMdW__message{color:var(--medium-gray);font-size:.875rem;line-height:1.4}.Toast-module__dpyMdW__closeBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-self:flex-start;align-items:center;margin-top:-4px;margin-right:-4px;padding:4px;transition:all .2s;display:flex}.Toast-module__dpyMdW__closeBtn:hover{background:#0000000f;transform:rotate(90deg)}[data-theme=dark] .Toast-module__dpyMdW__closeBtn:hover{background:#ffffff1f}[data-theme=dark] .Toast-module__dpyMdW__success .Toast-module__dpyMdW__closeBtn{color:#4ade80}.Toast-module__dpyMdW__error .Toast-module__dpyMdW__closeBtn{color:var(--error)}[data-theme=dark] .Toast-module__dpyMdW__error .Toast-module__dpyMdW__closeBtn{color:#f87171}.Toast-module__dpyMdW__warning .Toast-module__dpyMdW__closeBtn{color:var(--warning)}[data-theme=dark] .Toast-module__dpyMdW__warning .Toast-module__dpyMdW__closeBtn{color:#fbbf24}.Toast-module__dpyMdW__info .Toast-module__dpyMdW__closeBtn{color:var(--info)}[data-theme=dark] .Toast-module__dpyMdW__info .Toast-module__dpyMdW__closeBtn{color:#60a5fa}.Toast-module__dpyMdW__success{background-color:var(--success-bg);border-color:var(--success)}.Toast-module__dpyMdW__success .Toast-module__dpyMdW__icon{background-color:var(--success)}.Toast-module__dpyMdW__success .Toast-module__dpyMdW__title{color:var(--success)}.Toast-module__dpyMdW__success .Toast-module__dpyMdW__closeBtn{color:var(--success)}.Toast-module__dpyMdW__error{background-color:var(--error-bg);border-color:var(--error)}.Toast-module__dpyMdW__error .Toast-module__dpyMdW__icon{background-color:var(--error)}.Toast-module__dpyMdW__error .Toast-module__dpyMdW__title,.Toast-module__dpyMdW__error .Toast-module__dpyMdW__closeBtn{color:var(--error)}.Toast-module__dpyMdW__warning{background-color:var(--warning-bg);border-color:var(--warning)}.Toast-module__dpyMdW__warning .Toast-module__dpyMdW__icon{background-color:var(--warning)}.Toast-module__dpyMdW__warning .Toast-module__dpyMdW__title,.Toast-module__dpyMdW__warning .Toast-module__dpyMdW__closeBtn{color:var(--warning)}.Toast-module__dpyMdW__info{background-color:var(--info-bg);border-color:var(--info)}.Toast-module__dpyMdW__info .Toast-module__dpyMdW__icon{background-color:var(--info)}.Toast-module__dpyMdW__info .Toast-module__dpyMdW__title,.Toast-module__dpyMdW__info .Toast-module__dpyMdW__closeBtn{color:var(--info)}@keyframes Toast-module__dpyMdW__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__dpyMdW__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media (max-width:768px){.Toast-module__dpyMdW__toastContainer{bottom:16px;left:16px;right:16px}.Toast-module__dpyMdW__toast{width:100%;min-width:0}}
.appointments-shared-module__RprCQW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.appointments-shared-module__RprCQW__headerContent{flex-direction:column;gap:4px;display:flex}.appointments-shared-module__RprCQW__title{color:var(--dark-gray);margin:0;font-size:24px;font-weight:700}.appointments-shared-module__RprCQW__subtitle{color:var(--medium-gray);margin:0;font-size:14px}.appointments-shared-module__RprCQW__statsRow{gap:16px;margin-bottom:24px;padding:4px 4px 16px;display:flex;overflow-x:auto}.appointments-shared-module__RprCQW__appointmentsList{flex-direction:column;gap:24px;display:flex}.appointments-shared-module__RprCQW__dateGroup{flex-direction:column;gap:12px;display:flex}.appointments-shared-module__RprCQW__dateHeader{color:var(--dark-gray);padding-left:4px;font-size:14px;font-weight:600}.appointments-shared-module__RprCQW__dateAppointments{flex-direction:column;gap:10px;display:flex}.appointments-shared-module__RprCQW__appointmentCard{background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:28px;align-items:center;gap:16px;padding:16px 20px;transition:all .2s;display:flex}.appointments-shared-module__RprCQW__appointmentCard:hover{border-color:var(--blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.appointments-shared-module__RprCQW__appointmentCard>.appointments-shared-module__RprCQW__material-symbols-rounded{color:var(--medium-gray);opacity:.5;font-size:20px}.appointments-shared-module__RprCQW__appointmentTime{min-width:60px;color:var(--blue);font-size:18px;font-weight:700}.appointments-shared-module__RprCQW__appointmentContent{flex-wrap:wrap;flex:1;justify-content:space-between;align-items:center;gap:16px;display:flex}.appointments-shared-module__RprCQW__appointmentMain{flex-direction:column;gap:2px;display:flex}.appointments-shared-module__RprCQW__patientName{color:var(--dark-gray);margin:0;font-size:16px;font-weight:600}.appointments-shared-module__RprCQW__consultationType{color:var(--medium-gray);margin:0;font-size:13px}.appointments-shared-module__RprCQW__appointmentMeta{align-items:center;gap:10px;display:flex}.appointments-shared-module__RprCQW__modeBadge{background:var(--background-gray);color:var(--medium-gray);border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:inline-flex}.appointments-shared-module__RprCQW__modeBadge .appointments-shared-module__RprCQW__material-symbols-rounded{font-size:16px}.appointments-shared-module__RprCQW__statusBadge{border-radius:8px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.appointments-shared-module__RprCQW__modalContent{flex-direction:column;gap:16px;display:flex}.appointments-shared-module__RprCQW__modalPatient{align-items:center;gap:16px;display:flex}.appointments-shared-module__RprCQW__modalAvatar{background:var(--light-blue);width:48px;height:48px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;overflow:hidden}.appointments-shared-module__RprCQW__modalPatient h2{color:var(--dark-gray);margin:0;font-size:20px;font-weight:700}.appointments-shared-module__RprCQW__patientImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.appointments-shared-module__RprCQW__patientLabel{color:var(--medium-gray);margin:0;font-size:13px;font-weight:500}.appointments-shared-module__RprCQW__modalDetails{grid-template-columns:1fr 1fr;gap:12px;display:grid}.appointments-shared-module__RprCQW__modalDetailItem{background:var(--background-gray);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;display:flex}.appointments-shared-module__RprCQW__modalDetailItem .material-symbols-rounded{color:var(--blue);font-size:20px}.appointments-shared-module__RprCQW__modalDetailItem>div{flex-direction:column;gap:1px;display:flex}.appointments-shared-module__RprCQW__modalDetailItem label{color:var(--medium-gray);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600}.appointments-shared-module__RprCQW__modalDetailItem span{color:var(--dark-gray);font-size:13px;font-weight:600}.appointments-shared-module__RprCQW__notesBox{background:var(--background-gray);width:100%;color:var(--dark-gray);border-radius:12px;margin-top:4px;padding:12px;font-size:13px;line-height:1.4}.appointments-shared-module__RprCQW__loadingState{flex-direction:column;gap:12px;display:flex}.appointments-shared-module__RprCQW__skeletonCard{background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);border-radius:32px;align-items:center;gap:16px;padding:20px;display:flex}.appointments-shared-module__RprCQW__skeletonTime,.appointments-shared-module__RprCQW__skeletonLine,.appointments-shared-module__RprCQW__skeletonLineShort{background:linear-gradient(90deg,var(--background-gray)25%,var(--gray-border)50%,var(--background-gray)75%);background-size:200% 100%;border-radius:4px;animation:1.5s infinite appointments-shared-module__RprCQW__shimmer}.appointments-shared-module__RprCQW__skeletonTime{border-radius:6px;width:60px;height:24px}.appointments-shared-module__RprCQW__skeletonContent{flex-direction:column;flex:1;gap:8px;display:flex}.appointments-shared-module__RprCQW__skeletonLine{width:180px;height:18px}.appointments-shared-module__RprCQW__skeletonLineShort{width:100px;height:14px}@keyframes appointments-shared-module__RprCQW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.appointments-shared-module__RprCQW__header{flex-direction:row;justify-content:space-between;align-items:center}.appointments-shared-module__RprCQW__responsiveBtn{width:44px!important;min-width:unset!important;border-radius:50%!important;justify-content:center!important;padding:0!important}.appointments-shared-module__RprCQW__btnText{display:none}.appointments-shared-module__RprCQW__title{font-size:24px}.appointments-shared-module__RprCQW__statsRow{grid-template-columns:repeat(3,1fr);gap:8px;padding-bottom:0;display:grid;overflow-x:visible}.appointments-shared-module__RprCQW__appointmentCard{background:var(--bg-white);border-radius:24px;flex-direction:row;align-items:flex-start;gap:12px;padding:12px 14px}.appointments-shared-module__RprCQW__appointmentTime{color:var(--blue);background:var(--light-blue);text-align:center;border-radius:6px;flex-shrink:0;min-width:42px;margin-top:2px;padding:2px 8px;font-size:12px;font-weight:700}.appointments-shared-module__RprCQW__appointmentContent{flex-direction:row;flex:1;justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.appointments-shared-module__RprCQW__appointmentMain{flex:1;gap:0;min-width:0}.appointments-shared-module__RprCQW__patientName{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.appointments-shared-module__RprCQW__consultationType{color:var(--medium-gray);margin-top:-1px;font-size:12px}.appointments-shared-module__RprCQW__appointmentMeta{flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:flex-end;gap:6px}.appointments-shared-module__RprCQW__appointmentMeta>span{white-space:nowrap;border-radius:8px!important;align-items:center!important;gap:4px!important;width:fit-content!important;padding:3px 10px!important;font-size:10px!important;display:inline-flex!important}.appointments-shared-module__RprCQW__appointmentMeta .material-symbols-rounded{width:auto!important;height:auto!important;margin:0!important;padding:0!important;font-size:14px!important}.appointments-shared-module__RprCQW__appointmentCard>.appointments-shared-module__RprCQW__material-symbols-rounded{display:none!important}.appointments-shared-module__RprCQW__appointmentCard>span.material-symbols-rounded{display:none!important}.appointments-shared-module__RprCQW__modalActions{flex-direction:column}}.appointments-shared-module__RprCQW__cancelModalText{color:var(--medium-gray);margin-bottom:1.5rem}
.family-shared-module__W_x0Tq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.family-shared-module__W_x0Tq__headerContent{flex-direction:column;gap:4px;display:flex}.family-shared-module__W_x0Tq__title{color:var(--dark-gray);margin:0;font-size:24px;font-weight:700}.family-shared-module__W_x0Tq__actions{gap:10px;display:flex}.family-shared-module__W_x0Tq__familyList{flex-direction:column;gap:16px;display:flex}.family-shared-module__W_x0Tq__familyCard{background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:32px;align-items:center;gap:16px;padding:16px 20px;transition:all .2s;display:flex}.family-shared-module__W_x0Tq__familyCard:hover{border-color:var(--blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.family-shared-module__W_x0Tq__avatar{background:var(--light-blue);width:52px;height:52px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex}.family-shared-module__W_x0Tq__avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.family-shared-module__W_x0Tq__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.family-shared-module__W_x0Tq__name{color:var(--dark-gray);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:600;overflow:hidden}.family-shared-module__W_x0Tq__details{color:var(--medium-gray);align-items:center;gap:6px;margin:0;font-size:13px;display:flex}.family-shared-module__W_x0Tq__iconSmall{font-size:16px}.family-shared-module__W_x0Tq__cardActions{gap:8px;margin-left:auto;display:flex}.family-shared-module__W_x0Tq__emptyState{justify-content:center;display:flex}.family-shared-module__W_x0Tq__emptyStateContent{text-align:center;background:var(--bg-white);border:1px solid var(--gray-border);color:var(--text-secondary);border-radius:20px;width:100%;max-width:500px;padding:60px 20px}.family-shared-module__W_x0Tq__emptyIcon{background:var(--light-blue);color:var(--blue);border-radius:50%;margin-bottom:16px;padding:16px;font-size:48px;display:inline-block}.family-shared-module__W_x0Tq__emptyTitle{color:var(--dark-gray);margin:0 0 8px;font-size:18px;font-weight:600}.family-shared-module__W_x0Tq__loadingState{text-align:center;padding:40px}.family-shared-module__W_x0Tq__emptyText{color:var(--medium-gray);margin-top:20px;font-size:14px}.family-shared-module__W_x0Tq__resetContainer{background:0 0!important;min-height:auto!important;padding:0!important}.family-shared-module__W_x0Tq__errorList{margin:0;padding-left:20px}.family-shared-module__W_x0Tq__errorItem{margin-bottom:4px}.family-shared-module__W_x0Tq__marginTop20{margin-top:20px}.family-shared-module__W_x0Tq__noBorderTop{border-top:none!important;padding-top:0!important}@media (max-width:768px){.family-shared-module__W_x0Tq__header{flex-direction:row;justify-content:space-between;align-items:center}.family-shared-module__W_x0Tq__responsiveBtn{width:44px!important;min-width:unset!important;border-radius:50%!important;justify-content:center!important;padding:0!important}.family-shared-module__W_x0Tq__btnText{display:none}.family-shared-module__W_x0Tq__title{font-size:24px}.family-shared-module__W_x0Tq__familyCard{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.family-shared-module__W_x0Tq__avatar{width:44px;height:44px;font-size:20px}.family-shared-module__W_x0Tq__info{width:100%}.family-shared-module__W_x0Tq__cardActions{justify-content:flex-end;width:100%}}.family-shared-module__W_x0Tq__modalFormColumn{flex-direction:column;gap:20px;display:flex}.family-shared-module__W_x0Tq__modalDescription{color:var(--medium-gray);margin-bottom:16px;font-size:14px;line-height:1.5}.family-shared-module__W_x0Tq__modalFooterRight{justify-content:flex-end;gap:10px;display:flex}.family-shared-module__W_x0Tq__loadingContainer{text-align:center;padding:40px}.family-shared-module__W_x0Tq__emptyContainer{width:100%}
.StatCard-module__k3UlQW__statCard{background:var(--bg-white);border:1px solid var(--gray-border);min-width:200px;box-shadow:var(--shadow-sm);text-align:left;color:inherit;border-radius:32px;flex:1;align-items:center;gap:24px;padding:20px;text-decoration:none;transition:all .2s;display:flex;position:relative}.StatCard-module__k3UlQW__clickable{cursor:pointer}.StatCard-module__k3UlQW__clickable:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.StatCard-module__k3UlQW__iconWrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;display:flex}.StatCard-module__k3UlQW__iconWrapper.StatCard-module__k3UlQW__default,.StatCard-module__k3UlQW__iconWrapper.StatCard-module__k3UlQW__blue{background:var(--icon-blue-bg);color:var(--icon-blue-text)}.StatCard-module__k3UlQW__iconWrapper.StatCard-module__k3UlQW__green{background:var(--icon-green-bg);color:var(--icon-green-text)}.StatCard-module__k3UlQW__iconWrapper.StatCard-module__k3UlQW__purple{background:var(--icon-purple-bg);color:var(--icon-purple-text)}.StatCard-module__k3UlQW__iconWrapper.StatCard-module__k3UlQW__orange{background:var(--icon-orange-bg);color:var(--icon-orange-text)}.StatCard-module__k3UlQW__content{flex-direction:column;gap:2px;min-width:0;display:flex}.StatCard-module__k3UlQW__value{color:var(--dark-gray);font-size:28px;font-weight:700;line-height:1.2}.StatCard-module__k3UlQW__label{color:var(--medium-gray);white-space:nowrap;font-size:13px}@media (max-width:768px){.StatCard-module__k3UlQW__statCard{text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;min-width:0;padding:12px 6px}.StatCard-module__k3UlQW__iconWrapper{width:40px;height:40px;margin:0;font-size:20px}.StatCard-module__k3UlQW__content{align-items:center;width:100%}.StatCard-module__k3UlQW__value{font-size:18px;line-height:1.1}.StatCard-module__k3UlQW__label{white-space:normal;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.1;display:-webkit-box;overflow:hidden}}
.JourneyCard-module__JDIvTW__card{background:var(--bg-white);box-shadow:var(--shadow-sm);border:1px solid var(--gray-border);border-radius:20px;flex-direction:column;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;overflow:hidden}.JourneyCard-module__JDIvTW__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.JourneyCard-module__JDIvTW__imageContainer{background:var(--background-gray);height:180px;position:relative;overflow:hidden}.JourneyCard-module__JDIvTW__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.JourneyCard-module__JDIvTW__card:hover .JourneyCard-module__JDIvTW__image{transform:scale(1.05)}.JourneyCard-module__JDIvTW__placeholderImage{width:100%;height:100%;color:var(--light-gray);justify-content:center;align-items:center;display:flex}.JourneyCard-module__JDIvTW__placeholderImage span{font-size:48px}.JourneyCard-module__JDIvTW__badges{gap:8px;display:flex;position:absolute;top:12px;left:12px}.JourneyCard-module__JDIvTW__upcomingBadge{background:var(--pink);color:#fff;text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;box-shadow:0 2px 4px #e0126033}.JourneyCard-module__JDIvTW__categoryBadge{background:var(--glass-bg);backdrop-filter:blur(4px);color:var(--dark-gray);border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.JourneyCard-module__JDIvTW__content{flex:1;gap:16px;padding:16px 16px 0;display:flex}.JourneyCard-module__JDIvTW__dateBadge{background:var(--background-gray);width:50px;height:56px;color:var(--dark-gray);border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;display:flex}.JourneyCard-module__JDIvTW__month{text-transform:uppercase;color:var(--pink);font-size:11px;font-weight:700;line-height:1}.JourneyCard-module__JDIvTW__day{font-size:20px;font-weight:700;line-height:1.2}.JourneyCard-module__JDIvTW__info{flex-direction:column;flex:1;display:flex}.JourneyCard-module__JDIvTW__title{color:var(--dark-gray);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:16px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.JourneyCard-module__JDIvTW__organizer{color:var(--medium-gray);margin:0 0 12px;font-size:12px}.JourneyCard-module__JDIvTW__meta{flex-direction:column;gap:6px;margin-top:auto;display:flex}.JourneyCard-module__JDIvTW__metaItem{color:var(--medium-gray);align-items:center;gap:6px;font-size:12px;display:flex}.JourneyCard-module__JDIvTW__metaItem span{color:var(--pink);font-size:16px}.JourneyCard-module__JDIvTW__footer{margin-top:12px;padding:16px}.JourneyCard-module__JDIvTW__viewDetails{background:var(--background-gray);width:100%;color:var(--dark-gray);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.JourneyCard-module__JDIvTW__card:hover .JourneyCard-module__JDIvTW__viewDetails{background:var(--pink-light);color:var(--pink)}.JourneyCard-module__JDIvTW__viewDetails span{font-size:18px}
.dashboard-shared-module__ru0G6W__welcomeHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.dashboard-shared-module__ru0G6W__welcomeText{flex-direction:column;gap:4px;display:flex}.dashboard-shared-module__ru0G6W__greeting{color:var(--medium-gray);font-size:14px;font-weight:500}.dashboard-shared-module__ru0G6W__welcomeTitle{color:var(--dark-gray);margin:0;font-size:28px;font-weight:700}.dashboard-shared-module__ru0G6W__dateDisplay{background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);color:var(--medium-gray);border-radius:32px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;display:flex}.dashboard-shared-module__ru0G6W__dateDisplay .material-symbols-rounded{color:var(--blue);font-size:20px}.dashboard-shared-module__ru0G6W__statsGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.dashboard-shared-module__ru0G6W__contentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.dashboard-shared-module__ru0G6W__contentCard{background:var(--bg-white);border:1px solid var(--gray-border);box-shadow:var(--shadow-sm);border-radius:32px;padding:20px}.dashboard-shared-module__ru0G6W__cardHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.dashboard-shared-module__ru0G6W__cardHeader h2{color:var(--dark-gray);align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;display:flex}.dashboard-shared-module__ru0G6W__cardHeader h2 .material-symbols-rounded{color:var(--blue);font-size:20px}.dashboard-shared-module__ru0G6W__cardLink{color:var(--blue);align-items:center;gap:4px;font-size:13px;font-weight:500;text-decoration:none;transition:gap .2s;display:flex}.dashboard-shared-module__ru0G6W__cardLink:hover{gap:8px}.dashboard-shared-module__ru0G6W__cardLink .dashboard-shared-module__ru0G6W__material-symbols-rounded{font-size:18px}.dashboard-shared-module__ru0G6W__appointmentList{flex-direction:column;gap:10px;display:flex}.dashboard-shared-module__ru0G6W__appointmentItem{background:var(--background-gray);border-radius:12px;align-items:center;gap:14px;padding:12px 14px;text-decoration:none;transition:all .2s;display:flex}.dashboard-shared-module__ru0G6W__appointmentItem:hover{background:var(--light-blue);transform:translate(4px)}.dashboard-shared-module__ru0G6W__appointmentTime{border-right:2px solid var(--gray-border);flex-direction:column;align-items:center;min-width:70px;padding-right:14px;display:flex}.dashboard-shared-module__ru0G6W__timeValue{color:var(--blue);font-size:15px;font-weight:700}.dashboard-shared-module__ru0G6W__dateValue{color:var(--medium-gray);text-transform:capitalize;font-size:11px}.dashboard-shared-module__ru0G6W__appointmentInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.dashboard-shared-module__ru0G6W__patientName{color:var(--dark-gray);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.dashboard-shared-module__ru0G6W__consultationType{color:var(--medium-gray);font-size:12px}.dashboard-shared-module__ru0G6W__modeBadge{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.dashboard-shared-module__ru0G6W__quickActionsGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.dashboard-shared-module__ru0G6W__quickAction{background:var(--background-gray);color:var(--dark-gray);border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:20px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;position:relative}.dashboard-shared-module__ru0G6W__quickAction:hover{background:var(--light-blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.dashboard-shared-module__ru0G6W__quickActionIcon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard-shared-module__ru0G6W__quickActionIcon .dashboard-shared-module__ru0G6W__material-symbols-rounded{font-size:26px}.dashboard-shared-module__ru0G6W__qaBg1{background:var(--icon-blue-bg)}.dashboard-shared-module__ru0G6W__qaBg1 .material-symbols-rounded{color:var(--icon-blue-text)}.dashboard-shared-module__ru0G6W__qaBg2{background:var(--icon-green-bg)}.dashboard-shared-module__ru0G6W__qaBg2 .material-symbols-rounded{color:var(--icon-green-text)}.dashboard-shared-module__ru0G6W__qaBg3{background:var(--icon-orange-bg)}.dashboard-shared-module__ru0G6W__qaBg3 .material-symbols-rounded{color:var(--icon-orange-text)}.dashboard-shared-module__ru0G6W__qaBg4{background:var(--icon-purple-bg)}.dashboard-shared-module__ru0G6W__qaBg4 .material-symbols-rounded{color:var(--icon-purple-text)}.dashboard-shared-module__ru0G6W__quickActionBadge{background:var(--error);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;display:flex;position:absolute;top:10px;right:10px}.dashboard-shared-module__ru0G6W__activityList{flex-direction:column;gap:12px;display:flex}.dashboard-shared-module__ru0G6W__activityItem{border-bottom:1px solid var(--gray-border);align-items:flex-start;gap:12px;padding:10px 0;display:flex}.dashboard-shared-module__ru0G6W__activityItem:last-child{border-bottom:none}.dashboard-shared-module__ru0G6W__activityIcon{background:var(--background-gray);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dashboard-shared-module__ru0G6W__activityIcon .dashboard-shared-module__ru0G6W__material-symbols-rounded{color:var(--medium-gray);font-size:18px}.dashboard-shared-module__ru0G6W__activityContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.dashboard-shared-module__ru0G6W__activityTitle{color:var(--dark-gray);font-size:13px;font-weight:600}.dashboard-shared-module__ru0G6W__activityDesc{color:var(--medium-gray);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dashboard-shared-module__ru0G6W__activityTime{color:var(--medium-gray);white-space:nowrap;font-size:11px}.dashboard-shared-module__ru0G6W__pendingList{flex-direction:column;gap:12px;display:flex}.dashboard-shared-module__ru0G6W__pendingItem{background:var(--background-gray);border-radius:12px;align-items:center;gap:14px;padding:14px;display:flex}.dashboard-shared-module__ru0G6W__pendingIcon{background:var(--icon-orange-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dashboard-shared-module__ru0G6W__pendingIcon .dashboard-shared-module__ru0G6W__material-symbols-rounded{color:var(--icon-orange-text);font-size:22px}.dashboard-shared-module__ru0G6W__pendingContent{flex-direction:column;flex:1;gap:2px;display:flex}.dashboard-shared-module__ru0G6W__pendingValue{color:var(--dark-gray);font-size:20px;font-weight:700}.dashboard-shared-module__ru0G6W__pendingLabel{color:var(--medium-gray);font-size:12px}.dashboard-shared-module__ru0G6W__pendingAction{background:var(--bg-white);border:1px solid var(--gray-border);color:var(--blue);border-radius:32px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.dashboard-shared-module__ru0G6W__pendingAction:hover{background:var(--light-blue);border-color:var(--blue)}.dashboard-shared-module__ru0G6W__emptyAction{color:var(--blue);font-size:13px;font-weight:500;text-decoration:none}.dashboard-shared-module__ru0G6W__loadingState{flex-direction:column;gap:12px;display:flex}.dashboard-shared-module__ru0G6W__skeletonItem{background:linear-gradient(90deg,var(--background-gray)25%,var(--gray-border)50%,var(--background-gray)75%);background-size:200% 100%;border-radius:12px;height:56px;animation:1.5s infinite dashboard-shared-module__ru0G6W__shimmer}@keyframes dashboard-shared-module__ru0G6W__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.dashboard-shared-module__ru0G6W__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-shared-module__ru0G6W__contentGrid{grid-template-columns:minmax(0,1fr)}}@media (max-width:768px){.dashboard-shared-module__ru0G6W__welcomeHeader{flex-direction:column;gap:12px}.dashboard-shared-module__ru0G6W__dateDisplay{align-self:flex-start;padding:8px 12px;font-size:13px}.dashboard-shared-module__ru0G6W__welcomeTitle{font-size:24px}.dashboard-shared-module__ru0G6W__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-shared-module__ru0G6W__statCard{gap:20px;padding:16px}.dashboard-shared-module__ru0G6W__statIcon{width:44px;height:44px}.dashboard-shared-module__ru0G6W__statIcon .dashboard-shared-module__ru0G6W__material-symbols-rounded{font-size:22px}.dashboard-shared-module__ru0G6W__statValue{font-size:24px}.dashboard-shared-module__ru0G6W__statLabel{font-size:12px}.dashboard-shared-module__ru0G6W__contentGrid{gap:16px}.dashboard-shared-module__ru0G6W__contentCard{padding:16px}.dashboard-shared-module__ru0G6W__appointmentItem{flex-wrap:wrap;gap:10px}.dashboard-shared-module__ru0G6W__appointmentTime{border-right:none;border-bottom:2px solid var(--gray-border);flex-direction:row;justify-content:space-between;width:100%;padding-bottom:8px;padding-right:0}.dashboard-shared-module__ru0G6W__quickActionsGrid{grid-template-columns:repeat(2,1fr);gap:10px}.dashboard-shared-module__ru0G6W__quickAction{padding:16px 12px}.dashboard-shared-module__ru0G6W__quickActionIcon{width:40px;height:40px}}.dashboard-shared-module__ru0G6W__scanResultOverlay{background:var(--overlay-medium);z-index:1000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dashboard-shared-module__ru0G6W__scanResultModal{background:var(--bg-white);text-align:center;width:100%;max-width:320px;box-shadow:var(--shadow-xl);border-radius:20px;flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex}.dashboard-shared-module__ru0G6W__scanResultModal h3{color:var(--dark-gray);margin:0;font-size:18px;font-weight:600}.dashboard-shared-module__ru0G6W__scanResultModal p{color:var(--medium-gray);margin:0;font-size:14px;line-height:1.5}.dashboard-shared-module__ru0G6W__scanResultModal button{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:8px;padding:12px 32px;font-size:14px;font-weight:600;transition:all .2s}.dashboard-shared-module__ru0G6W__scanResultModal button:hover{background:var(--blue-dark);transform:translateY(-2px)}@keyframes dashboard-shared-module__ru0G6W__pulse-red{0%{box-shadow:0 0 0 0 var(--pulse-red-start);transform:scale(1)}70%{box-shadow:0 0 0 10px var(--pulse-red-end);transform:scale(1.05)}to{box-shadow:0 0 0 0 var(--pulse-red-end);transform:scale(1)}}.dashboard-shared-module__ru0G6W__pulse{animation:2s infinite dashboard-shared-module__ru0G6W__pulse-red}
.WebcamCapture-module___35xGW__container{flex-direction:column;gap:12px;width:100%;margin-bottom:20px;display:flex}.WebcamCapture-module___35xGW__label{color:var(--dark-blue);text-align:center;margin-bottom:16px;font-size:18px;font-weight:700;display:block}.WebcamCapture-module___35xGW__cameraContainer{aspect-ratio:1;background-color:var(--dark);border:2px solid var(--dark-green);border-radius:32px;width:100%;max-width:400px;margin:0 auto;position:relative;overflow:hidden}.WebcamCapture-module___35xGW__cameraContainer.WebcamCapture-module___35xGW__error{border-color:var(--error)}.WebcamCapture-module___35xGW__webcam,.WebcamCapture-module___35xGW__previewImage{object-fit:cover;width:100%;height:100%}.WebcamCapture-module___35xGW__loadingOverlay,.WebcamCapture-module___35xGW__placeholder{background-color:var(--background-gray);color:var(--medium-gray);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.WebcamCapture-module___35xGW__loadingOverlay span,.WebcamCapture-module___35xGW__placeholder span{color:var(--light-gray);margin-bottom:8px;font-size:48px}.WebcamCapture-module___35xGW__controls{justify-content:center;margin-top:8px;display:flex}.WebcamCapture-module___35xGW__captureBtn,.WebcamCapture-module___35xGW__retakeBtn{min-width:150px}.WebcamCapture-module___35xGW__errorText{color:var(--error);text-align:center}.WebcamCapture-module___35xGW__placeholderIcon{color:var(--gray-border);font-size:48px}
