.paciente-module__3T9cIW__appContainer{background-color:var(--surface);min-height:100vh;display:flex}.paciente-module__3T9cIW__sidebar{border-right:1px solid var(--border);background-color:#fff;flex-direction:column;width:280px;height:100vh;display:flex;position:sticky;top:0}.paciente-module__3T9cIW__sidebarHeader{border-bottom:1px solid var(--border);justify-content:center;align-items:center;height:auto;padding:1.5rem 1rem;display:flex}.paciente-module__3T9cIW__logo{font-family:var(--font-poppins);color:var(--primary);flex-direction:column;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.paciente-module__3T9cIW__logoImage{object-fit:contain;width:100%;max-width:220px;height:auto;max-height:180px}.paciente-module__3T9cIW__nav{flex-direction:column;flex:1;gap:.5rem;padding:2rem 1rem;display:flex}.paciente-module__3T9cIW__navItem{color:var(--text-light);border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.paciente-module__3T9cIW__navItem:hover{background-color:var(--surface);color:var(--text)}.paciente-module__3T9cIW__navItemActive,.paciente-module__3T9cIW__navItemActive:hover{background-color:var(--primary);color:#fff}.paciente-module__3T9cIW__sidebarFooter{border-top:1px solid var(--border);padding:2rem}.paciente-module__3T9cIW__logoutBtn{color:#ef4444;background:0 0;align-items:center;gap:1rem;width:100%;padding:.5rem;font-weight:500;display:flex}.paciente-module__3T9cIW__mainContent{flex-direction:column;flex:1;display:flex}.paciente-module__3T9cIW__topbar{border-bottom:1px solid var(--border);z-index:10;background-color:#fff;justify-content:flex-end;align-items:center;height:80px;padding:0 2rem;display:flex;position:sticky;top:0}.paciente-module__3T9cIW__userProfile{align-items:center;gap:1rem;display:flex}.paciente-module__3T9cIW__avatar{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.paciente-module__3T9cIW__pageContainer{width:100%;max-width:1200px;margin:0 auto;padding:2.5rem}.paciente-module__3T9cIW__pageTitle{color:var(--text);margin-bottom:2rem;font-size:2rem}.paciente-module__3T9cIW__grid{gap:1.5rem;display:grid}.paciente-module__3T9cIW__gridCols2{grid-template-columns:repeat(2,1fr)}.paciente-module__3T9cIW__card{background-color:#fff;border:1px solid #0000000a;border-radius:20px;padding:1.75rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #00000008}.paciente-module__3T9cIW__card:hover{box-shadow:0 15px 35px #0000000f}.paciente-module__3T9cIW__cardTitle{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.paciente-module__3T9cIW__appointmentInfo{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.paciente-module__3T9cIW__psychologistAvatar{background-color:#e2e8f0;background-position:50%;background-size:cover;border-radius:50%;width:64px;height:64px}.paciente-module__3T9cIW__appointmentDetails h3{margin-bottom:.25rem;font-size:1.1rem}.paciente-module__3T9cIW__appointmentDetails p{color:var(--text-light);font-size:.9rem}.paciente-module__3T9cIW__appointmentTime{color:var(--secondary);background-color:#d2b48c1a;border-radius:999px;margin-top:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.paciente-module__3T9cIW__primaryButton{background-color:var(--primary);color:#fff;text-align:center;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #8b9b8e33}.paciente-module__3T9cIW__primaryButton:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #8b9b8e4d}.paciente-module__3T9cIW__shortcutsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.paciente-module__3T9cIW__shortcutBtn{background-color:var(--surface);color:var(--text);border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;font-weight:500;transition:all .3s;display:flex}.paciente-module__3T9cIW__shortcutBtn:hover{color:var(--primary);background-color:#fff;border-color:#6c63ff4d;transform:translateY(-3px);box-shadow:0 8px 20px #0000000a}.paciente-module__3T9cIW__shortcutIcon{color:var(--primary);opacity:.8;justify-content:center;align-items:center;transition:opacity .3s;display:flex}.paciente-module__3T9cIW__shortcutBtn:hover .paciente-module__3T9cIW__shortcutIcon{opacity:1}.paciente-module__3T9cIW__filtersSection{border-radius:var(--radius);box-shadow:var(--shadow);background-color:#fff;margin-bottom:2rem;padding:2rem}.paciente-module__3T9cIW__filtersBar{flex-wrap:wrap;gap:.75rem;display:flex}.paciente-module__3T9cIW__filterBadge{background-color:var(--bg-highlight);color:var(--text);cursor:pointer;border:1px solid #0000;border-radius:999px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s}.paciente-module__3T9cIW__filterBadge:hover{background-color:var(--border)}.paciente-module__3T9cIW__filterBadgeActive{background-color:var(--primary);color:#fff}.paciente-module__3T9cIW__psychologistGrid{flex-direction:column;gap:1.5rem;display:flex}.paciente-module__3T9cIW__psyCard{border-radius:var(--radius);border:1px solid var(--border);background-color:#fff;gap:2rem;padding:2rem;transition:all .3s;display:flex;position:relative}.paciente-module__3T9cIW__psyCard:hover{box-shadow:var(--shadow);border-color:var(--primary)}.paciente-module__3T9cIW__psyLeft{flex-direction:column;align-items:center;gap:1rem;min-width:120px;display:flex}.paciente-module__3T9cIW__psyAvatarLarge{border:4px solid var(--background);width:100px;height:100px;box-shadow:var(--shadow);background-position:50%;background-size:cover;border-radius:50%}.paciente-module__3T9cIW__psyMain{flex:1}.paciente-module__3T9cIW__psyHeaderRow{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.paciente-module__3T9cIW__psyName{color:var(--text);margin:0;font-size:1.4rem;font-weight:700}.paciente-module__3T9cIW__psyBadgeRow{gap:.5rem;margin-bottom:1rem;display:flex}.paciente-module__3T9cIW__psyBadge{text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:600}.paciente-module__3T9cIW__badgeExpertise{background-color:var(--bg-highlight);color:var(--text)}.paciente-module__3T9cIW__badgeOnline{color:#1e7e34;background-color:#e6f4ea;border:1px solid #1e7e34}.paciente-module__3T9cIW__psyBio{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.paciente-module__3T9cIW__psyTags{flex-wrap:wrap;gap:.5rem;display:flex}.paciente-module__3T9cIW__psyTag{background-color:var(--background);color:var(--text-light);border:1px solid var(--border);border-radius:4px;padding:4px 12px;font-size:.8rem}.paciente-module__3T9cIW__psyRight{border-left:1px solid var(--border);flex-direction:column;min-width:280px;padding-left:2rem;display:flex}.paciente-module__3T9cIW__slotsTitle{color:var(--text);margin-bottom:1rem;font-size:.85rem;font-weight:600}.paciente-module__3T9cIW__slotsGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.paciente-module__3T9cIW__slotBtn{background-color:var(--background);border:1px solid var(--border);text-align:center;border-radius:6px;padding:8px;font-size:.8rem;font-weight:500;transition:all .2s}.paciente-module__3T9cIW__slotBtn:hover{border-color:var(--primary);color:var(--primary)}.paciente-module__3T9cIW__psyPriceLarge{color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.paciente-module__3T9cIW__psyPriceLarge span{color:var(--text-light);font-size:.85rem;font-weight:400}.paciente-module__3T9cIW__psyActionBtn{border-radius:var(--radius);text-align:center;width:100%;padding:1rem;font-size:.95rem;font-weight:600;transition:all .2s}.paciente-module__3T9cIW__secondaryButton{color:var(--primary);border:1px solid var(--primary);background-color:#fff;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.paciente-module__3T9cIW__secondaryButton:hover{background-color:var(--surface)}.paciente-module__3T9cIW__input{border:1px solid var(--border);border-radius:12px;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.paciente-module__3T9cIW__input:focus{border-color:var(--primary)}@media (max-width:1024px){.paciente-module__3T9cIW__sidebar{width:80px;padding:1rem 0}.paciente-module__3T9cIW__sidebarHeader{justify-content:center;padding:0}.paciente-module__3T9cIW__logo{font-size:1.2rem}.paciente-module__3T9cIW__logo span{display:none}.paciente-module__3T9cIW__navItem{justify-content:center;padding:1rem}.paciente-module__3T9cIW__navItem span{display:none}.paciente-module__3T9cIW__sidebarFooter{justify-content:center;padding:1rem;display:flex}.paciente-module__3T9cIW__logoutBtn span{display:none}}@media (max-width:768px){.paciente-module__3T9cIW__appContainer{flex-direction:column}.paciente-module__3T9cIW__sidebar{z-index:1000;border-right:none;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;flex-direction:row;width:100%;height:70px;position:fixed;top:auto;bottom:0;box-shadow:0 -4px 20px #00000014}.paciente-module__3T9cIW__sidebarHeader{display:none}.paciente-module__3T9cIW__nav{flex-direction:row;justify-content:space-around;width:100%;height:100%;margin:0;padding:0}.paciente-module__3T9cIW__navItem{color:var(--text-light);border-radius:0;flex-direction:column;flex:1;justify-content:center;gap:4px;padding:.5rem 0;font-size:.65rem}.paciente-module__3T9cIW__navItem svg{width:22px;height:22px}.paciente-module__3T9cIW__navItem span{font-weight:600;display:block}.paciente-module__3T9cIW__navItemActive{color:var(--primary);border-top:3px solid var(--primary);background-color:#0000}.paciente-module__3T9cIW__navItemActive svg{color:var(--primary)}.paciente-module__3T9cIW__sidebarFooter{display:none}.paciente-module__3T9cIW__mainContent{padding-bottom:70px}.paciente-module__3T9cIW__topbar{height:60px;padding:0 1.25rem}.paciente-module__3T9cIW__avatar{width:32px;height:32px;font-size:.8rem}.paciente-module__3T9cIW__pageContainer{padding:1.25rem}.paciente-module__3T9cIW__gridCols2{grid-template-columns:1fr}.paciente-module__3T9cIW__psyCard{flex-direction:column;gap:1rem;padding:1.25rem}.paciente-module__3T9cIW__psyLeft{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%}.paciente-module__3T9cIW__psyAvatarLarge{width:60px;height:60px}.paciente-module__3T9cIW__psyRight{border-left:none;border-top:1px solid var(--border);width:100%;padding-top:1rem;padding-left:0}}@media (max-width:480px){.paciente-module__3T9cIW__pageTitle{font-size:1.5rem}.paciente-module__3T9cIW__filtersSection{padding:1rem}.paciente-module__3T9cIW__psyName{font-size:1.2rem}.paciente-module__3T9cIW__appointmentInfo{flex-direction:column;align-items:flex-start;gap:1rem}}
