@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{margin:0;padding:0}.login-page-container{background-color:#34495e;min-height:100vh;display:flex;justify-content:center;align-items:center;font-family:Arial,sans-serif}.login-form{background-color:#fff;padding:40px;border-radius:40px;width:100%;max-width:340px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;align-items:center;text-align:center}.logo{width:120px}h1{font-size:24px;color:#333;margin-bottom:10px}p{color:#666;font-size:14px;margin-bottom:30px}input[type=email],input[type=password],input[type=text]{width:100%;padding:15px;margin-bottom:15px;border:none;background-color:#f0f0f0;border-radius:15px;box-sizing:border-box}.passDiv{width:100%;position:relative}.show-password-btn{position:absolute;right:15px;top:15px;background:none;border:none;cursor:pointer;color:#999}.addons{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;font-size:12px}.remember-me{display:flex;align-items:center;gap:5px;color:#444}.forgot-password{color:#4da6ff;text-decoration:none;font-weight:700}.submit-btn{width:60%;padding:12px;background-color:#4da6ff;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:background .3s}.submit-btn:hover{background-color:#3991e6}.sidebar-main{width:260px;height:100vh;background-color:#435b83;color:#fff;display:flex;flex-direction:column;position:fixed;left:0;top:0;padding:0;box-sizing:border-box}.sidebar-top{padding:25px}.logo-box{display:flex;align-items:center;gap:15px}.logo-box .logo{width:45px;height:auto}.logo-box span{font-size:1.3rem;font-weight:500}.sidebar-divider{border:0;border-top:1px solid rgba(255,255,255,.3);margin:0;width:100%}.sidebar-menu{flex-grow:1;display:flex;flex-direction:column;padding-top:10px}.menu-item{background:transparent;border:none;color:#e0e6ed;padding:18px 25px;text-align:left;display:flex;align-items:center;gap:15px;cursor:pointer;font-size:15px;width:100%;transition:all .2s ease;box-sizing:border-box}.menu-item span{font-weight:400;transition:font-weight .2s ease}.menu-item:hover,.menu-item.active{background-color:#ffffff1a;color:#fff}.menu-item.active{border-left:5px solid white;padding-left:20px}.menu-item i{font-size:18px;transition:transform .2s ease}.menu-item:hover i{transform:scale(1.1)}.sidebar-bottom-section{margin-top:auto;padding-bottom:0}.logout{color:#ff5c5c!important;padding:20px 25px}.logout i{color:#ff5c5c}.navbar-main{position:fixed;top:0;right:0;width:calc(100% - 260px);height:70px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 30px;border-bottom:1px solid #e2e8f0;z-index:100;box-sizing:border-box}.navbar-left h1{font-size:1.2rem;margin:0;color:#1a202c;font-weight:600}.connection-status{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#768191;margin-top:2px}.connection-status i{font-size:10px}.navbar-right{display:flex;align-items:center;gap:20px}.notification-btn{background:transparent;border:none;font-size:1.2rem;color:#4a5568;cursor:pointer;display:flex}.navbar-divider-vertical{width:1px;height:35px;background-color:#e2e8f0}.user-profile{display:flex;align-items:center;gap:15px}.user-info{display:flex;flex-direction:column;text-align:right}.user-name{font-size:.9rem;font-weight:700;color:#2d3748}.user-role{font-size:.75rem;color:#768191}.user-avatar{width:40px;height:40px;background-color:#4299e1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.dashboard-layout{display:flex;background-color:#f4f7f9;min-height:100vh}.dashboard-main-area{flex-grow:1;margin-left:260px;display:flex;flex-direction:column}.dashboard-content{padding:40px 50px;margin-top:40px}.content-header{margin-bottom:35px}.content-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:8px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:40px}.stat-card{background:#fff;padding:25px 30px;border-radius:24px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 20px #00000008}.stat-icon{width:65px;height:65px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem}.stat-icon.blue{background-color:#3dabff1e;color:#4299e1}.stat-icon.red{background-color:#ff000026;color:#f56565}.stat-icon.green{background-color:#00ff4426;color:#48bb78}.stat-details{display:flex;flex-direction:column}.stat-number{display:block;font-size:2.2rem;font-weight:700;color:#2d3748;line-height:1;margin-bottom:5px}.stat-label{color:#a0aec0;font-size:.95rem}.activity-card{background:#fff;border-radius:24px;padding:15px 35px;box-shadow:0 4px 20px #00000008}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.activity-header h3{font-size:1.2rem;font-weight:700;color:#1a202c;display:flex;align-items:center;gap:12px}.btn-view-all{background:none;border:none;color:#3182ce;font-weight:700;font-size:.9rem;cursor:pointer;transition:color .2s}.btn-view-all:hover{color:#2b6cb0;text-decoration:underline}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;align-items:center;padding:20px 0;border-bottom:1px solid #f7fafc;gap:20px;transition:background-color .2s}.activity-item:last-child{border-bottom:none}.status-dot{width:12px;height:12px;border-radius:50%}.red-dot{background-color:#f56565;box-shadow:0 0 8px #f5656566}.green-dot{background-color:#48bb78;box-shadow:0 0 8px #48bb7866}.yellow-dot{background-color:#dae158;box-shadow:0 0 8px #a6bb4866}.blue-dot{background-color:#51c9d4;box-shadow:0 0 8px #48b5bb66}.patient-info{flex-grow:1;display:flex;flex-direction:column}.patient-name{font-weight:700;color:#2d3748;font-size:1rem}.patient-status{font-size:.9rem;color:#a0aec0;margin-top:2px}.time-ago{color:#8b9096;font-size:.85rem;margin-right:15px}.arrow{color:#8b9096;font-size:.9rem}.pacientes-container{animation:fadeIn .4s ease-out}.content-header{margin-bottom:30px}.content-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:5px}.content-header p{color:#718096;font-size:1rem}.filter-bar{background:#fff;padding:20px 25px;border-radius:18px;display:flex;align-items:center;gap:15px;margin-bottom:30px;box-shadow:0 4px 15px #00000005}.search-input input,.filter-select{height:48px;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:12px;background-color:#f8fafc;font-size:.95rem;outline:none;transition:all .2s}.search-input{position:relative;flex:2.5;display:flex;align-items:center}.search-input i{position:absolute;left:15px;color:#1a202c;font-size:1.1rem;pointer-events:none}.search-input input{width:100%;padding:0 15px 0 48px;color:#4a5568}.search-input input::placeholder{color:#a0aec0}input[type=text]{margin-bottom:0}.filter-select{flex:1;padding:0 35px 0 15px;font-weight:700;color:#2d3748;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232d3748' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:14px;transition:all .3s ease}.filter-select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232d3748' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E");border-color:#3182ce}.table-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000008}.patients-table{width:100%;border-collapse:collapse}.patients-table th{text-align:left;padding:20px 25px;color:#a0aec0;font-size:.8rem;font-weight:800;letter-spacing:1px;border-bottom:1px solid #f7fafc}.patients-table td{padding:20px 25px;border-bottom:1px solid #f7fafc;vertical-align:middle}.user-cell{display:flex;align-items:center;gap:15px}.avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;background:#ebf8ff;color:#3182ce}.user-name{font-weight:700;color:#2d3748;font-size:.95rem}.user-id{font-size:.75rem;color:#cbd5e0}.badge{padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:800;display:inline-block}.badge.green{background:#00ff6275}.badge.yellow{background:#ffea0077}.badge.red{background:#ff000070}.treatment-cell{color:#718096;font-weight:500;font-size:.9rem}.progress-container{display:flex;align-items:center;gap:12px}.progress-bar-bg{width:110px;height:8px;background:#edf2f7;border-radius:10px;overflow:hidden}.progress-fill{height:100%;border-radius:10px}.progress-fill.green{background:#48bb65}.progress-fill.yellow{background:#ecc94b}.progress-fill.red{background:#f56565}.progress-text{font-size:.85rem;font-weight:700}.progress-text.green{color:#48bb78}.progress-text.yellow{color:#ecc94b}.progress-text.red{color:#f56565}.btn-perfil{padding:10px 18px;border:1.5px solid #e2e8f0;background:#fff;border-radius:10px;color:#4a5568;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-perfil:hover{background:#f8fafc;border-color:#cbd5e0}.detalle-container{padding:20px;background:#f4f6f9;font-family:Inter,sans-serif;color:#1f2937;animation:fadeIn .4s ease-out;box-sizing:border-box;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.patient-header{display:flex;align-items:center;margin-bottom:24px}.back-btn{width:44px;height:44px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 1px 2px #0000000d;color:#4b5563;transition:all .2s}.back-btn:hover{background:#f9fafb;color:#1f2937}.patient-title-area{margin-left:20px}.patient-title-row{display:flex;align-items:center;gap:16px;margin-bottom:6px}.patient-name{margin:0;font-size:1.6rem;font-weight:600;letter-spacing:-.5px}.badge{background:#6ee7b7;color:#064e3b;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600}.patient-subtitle{margin:0;font-size:1rem;color:#6b7280}.grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;min-width:0}.span-2{grid-column:span 2}.card-title{margin:0 0 20px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px}.icon-blue{color:#3b82f6}.icon-green{color:#22c55e}.icon-red{color:#ef4444}.icon-yellow{color:#eab308}.watch-content{display:flex;align-items:center;gap:16px;margin-top:10px;margin-bottom:24px}.watch-icon-box{background:#f3f4f6;border-radius:14px;width:60px;height:60px;display:flex;justify-content:center;align-items:center}.watch-icon-box i{font-size:1.9rem;color:#00000083;display:flex}.watch-info{display:flex;flex-direction:column;gap:4px}.watch-info strong{font-size:1rem;color:#111827}.status-text.green{color:#16a34a;font-weight:600;font-size:.8rem}.watch-info small{color:#9ca3af;font-size:.75rem}.watch-actions{display:flex;gap:12px;margin-top:20px}.btn-sync{flex:1;background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:10px;font-size:.9rem;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 12px #3b82f64d}.btn-disconnect{width:44px;background:#fff;border:1px solid #fecaca;color:#ef4444;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer}.watch-note{font-size:.75rem;color:#9ca3af;text-align:center;margin:16px 0 0}.atom-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px 0}.atom-icon{margin-bottom:12px}.atom-text{margin:0;font-weight:600;color:#4b5563;font-size:1.1rem}.progress-stats{display:flex;justify-content:space-between;margin-bottom:8px}.stat-left,.stat-right{display:flex;flex-direction:column}.stat-right{align-items:flex-end}.stat-value{font-size:1.3rem;font-weight:700}.stat-value.green{color:#16a34a}.stat-value.black{color:#111827}.stat-label{font-size:.8rem;color:#9ca3af;font-weight:500}.progress-bar-container{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#22c55e;border-radius:4px}.card-desc{margin:0 0 12px;font-size:.8rem;color:#6b7280;line-height:1.4}.alert-green{background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;padding:10px;margin-bottom:16px}.alert-header{display:flex;align-items:center;gap:8px;color:#16a34a;font-size:.85rem;margin-bottom:4px}.alert-time{font-size:.75rem;color:#16a34acc;display:block;padding-left:24px}.select-input{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;color:#4b5563;font-size:.85rem;margin-bottom:12px;outline:none;font-family:inherit}.btn-outline{width:100%;padding:8px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-weight:500;font-size:.85rem;color:#374151;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:background .2s}.btn-outline:hover{background:#f9fafb}.emot-card{display:flex;flex-direction:column}.emoji-row{display:flex;justify-content:space-around;align-items:center;margin:15px 0 35px}.emoji-item{width:65px;height:65px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:2.5rem;background:#f9fafb;box-shadow:0 2px 4px #0000000d}.emoji-item.active{background:#fff}.emoji-item.green-emoji{border:4px solid #22c55e}.emoji-item.yellow-emoji{border:2px solid #eab308}.emoji-item.orange-emoji{border:2px solid #f97316}.emoji-item.red-emoji{border:2px solid #ef4444}.mood-scale-container{position:relative;width:85%;margin:0 auto}.mood-scale{display:flex;height:14px;border-radius:7px;overflow:hidden}.scale-segment{flex:1}.c-green{background:#22c55e}.c-yellow{background:#eab308}.c-orange{background:#f97316}.c-red{background:#ef4444}.mood-pointer{position:absolute;top:-16px;color:#1f2937;font-size:14px;transform:translate(-50%)}.mood-labels{display:flex;justify-content:space-between;margin-top:12px}.mood-labels span{flex:1;text-align:center;font-size:.75rem;font-weight:700;color:#4b5563}.two-lines{line-height:1.2;display:block}.mood-note{text-align:center;font-size:.85rem;color:#9ca3af;margin-top:30px}.chat-card{padding-right:12px}.message-list{display:flex;flex-direction:column;overflow-y:auto}.msg-item{display:flex;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid #f3f4f6}.msg-item.border-0{border-bottom:none}.msg-icon{width:44px;height:44px;background:#fee2e2;color:#ef4444;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.msg-content{flex:1;display:flex;gap:16px;align-items:center;overflow:hidden;min-width:0}.msg-left{flex-shrink:0;width:140px;display:flex;flex-direction:column}.msg-left strong{font-size:.95rem;color:#111827}.msg-subject{font-size:.85rem;font-weight:600;color:#4b5563;margin-top:2px}.msg-preview{font-size:.8rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
