@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400&display=swap";.toast-container{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:10px;z-index:1000}.toast{display:flex;align-items:flex-start;gap:10px;min-width:280px;max-width:420px;padding:12px 14px;border-radius:10px;box-shadow:0 8px 24px #0000001f;background:#fff;border-left:4px solid #e5e7eb;color:#111827;animation:toast-in .16s ease-out}.toast .toast-icon{font-size:18px;line-height:1;margin-top:2px}.toast .toast-title{font-weight:600;margin-bottom:2px}.toast .toast-message{font-size:14px;color:#374151}.toast .toast-content{flex:1}.toast .toast-close{background:transparent;border:none;color:#6b7280;font-size:16px;cursor:pointer}.toast .toast-close:hover{color:#111827}.toast.success{border-left-color:#10b981}.toast.success .toast-icon{color:#059669}.toast.error{border-left-color:#ef4444}.toast.error .toast-icon{color:#dc2626}.toast.warning{border-left-color:#f59e0b}.toast.warning .toast-icon{color:#d97706}.toast.info{border-left-color:#3b82f6}.toast.info .toast-icon{color:#2563eb}@keyframes toast-in{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:1.5rem 2rem;box-shadow:0 -4px 20px #0000004d;z-index:9999;animation:slideUp .4s ease-out;border-top:2px solid #91bd6c}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-consent-text{flex:1;min-width:300px}.cookie-consent-text h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#91bd6c}.cookie-consent-text p{margin:0;font-size:.95rem;line-height:1.6;color:#e0e0e0}.cookie-consent-text a{color:#91bd6c;text-decoration:underline;transition:color .2s}.cookie-consent-text a:hover{color:#a8d47e}.cookie-consent-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.cookie-btn-accept{background:#91bd6c;color:#fff;box-shadow:0 2px 8px #91bd6c4d}.cookie-btn-accept:hover{background:#7da959;transform:translateY(-2px);box-shadow:0 4px 12px #91bd6c66}.cookie-btn-decline{background:transparent;color:#e0e0e0;border:2px solid #555}.cookie-btn-decline:hover{background:#ffffff0d;border-color:#777}.cookie-btn-settings{background:transparent;color:#91bd6c;border:2px solid #91bd6c}.cookie-btn-settings:hover{background:#91bd6c1a;border-color:#a8d47e}@media (max-width: 768px){.cookie-consent-banner{padding:1.25rem 1rem}.cookie-consent-content{flex-direction:column;gap:1.25rem}.cookie-consent-text{min-width:100%}.cookie-consent-text h3{font-size:1.1rem}.cookie-consent-text p{font-size:.9rem}.cookie-consent-buttons{width:100%;flex-direction:column}.cookie-btn{width:100%;text-align:center}}.cookie-settings-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .3s ease-out}.cookie-settings-content{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cookie-settings-header h2{margin:0;font-size:1.5rem;color:#1a1a1a}.cookie-settings-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.cookie-settings-close:hover{background:#f0f0f0;color:#000}.cookie-settings-body{margin-bottom:1.5rem}.cookie-category{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem}.cookie-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cookie-category-title{font-weight:600;color:#1a1a1a;font-size:1rem}.cookie-category-required{font-size:.8rem;color:#91bd6c;font-weight:600}.cookie-category-description{font-size:.9rem;color:#666;line-height:1.5;margin:0}.cookie-toggle{position:relative;display:inline-block;width:50px;height:26px}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:26px}.cookie-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:#91bd6c}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(24px)}.cookie-toggle input:disabled+.cookie-toggle-slider{cursor:not-allowed;opacity:.6}.cookie-settings-footer{display:flex;gap:1rem;justify-content:flex-end}@media (max-width: 480px){.cookie-settings-content{padding:1.5rem}.cookie-settings-footer{flex-direction:column}.cookie-settings-footer .cookie-btn{width:100%}}.landing-header{background:transparent;padding:2rem;position:absolute;top:0;left:0;right:0;z-index:100}.landing-header-content{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.25rem;border-radius:50px;border:1px solid rgba(229,231,235,.5);box-shadow:0 4px 12px #00000014}.landing-logo{height:36px;width:auto;cursor:pointer}.landing-nav{display:flex;gap:1.5rem;align-items:center}.landing-nav .nav-link{color:#4b5563;text-decoration:none;font-size:14px;font-weight:400;cursor:pointer;transition:color .2s ease}.landing-nav .nav-link:hover{color:#111827}.landing-btn{padding:.625rem 1.25rem;border-radius:8px;font-size:14px;font-weight:400;cursor:pointer;transition:all .3s ease;border:1px solid #d1d5db;background:#eac6b2;color:#18374a}.landing-btn:hover{background:#ddb599}.hero{padding:8rem 3rem 6rem;position:relative;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#faf1ec80,#f0e6d880);z-index:1}.hero-container{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:2}.hero h1{font-family:var(--font-heading);font-size:50px;font-weight:400;color:var(--secondary-color);margin-bottom:1.5rem;line-height:1.15}.highlight{color:var(--highlight-color)}.hero .subtitle{font-size:18px;color:var(--text-dark);margin-bottom:3rem;opacity:.9}.hero-buttons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.trust-line{display:flex;justify-content:center;gap:3rem;font-size:14px;color:var(--text-dark);flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem}.check{color:var(--success)}.container{max-width:1200px;margin:0 auto}.section-title{font-family:var(--font-heading);text-align:center;font-size:50px;font-weight:400;color:var(--secondary-color);margin-bottom:1rem;line-height:1.15}.section-subtitle{text-align:center;font-size:18px;color:var(--text-dark);opacity:.8;margin-bottom:4rem}.how-it-works{padding:5rem 3rem;background:var(--background)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step{position:relative;border-radius:20px;overflow:hidden;min-height:400px;display:flex;align-items:flex-end;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px #00000014}.step:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;z-index:0}.step:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.1) 100%);z-index:0}.step-1:before{background-image:url(/images/step-1.jpg)}.step-2:before{background-image:url(/images/step-2.jpg)}.step-3:before{background-image:url(/images/step-3.jpg)}.step-content{position:relative;z-index:1;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;width:100%;border-radius:0 0 20px 20px}.step-1 .step-content{border-bottom:3px solid #e8d5c4}.step-2 .step-content{border-bottom:3px solid #f5a623}.step-3 .step-content{border-bottom:3px solid #c49a6c}.step-number{font-family:var(--font-heading);font-size:14px;font-weight:400;color:var(--secondary-color);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.step h3{font-family:var(--font-heading);font-size:20px;color:var(--secondary-color);margin-bottom:.75rem;font-weight:400}.step p{color:var(--text-dark);opacity:.8;line-height:1.6;font-size:14px}.testimonials{padding:5rem 3rem;background:var(--background)}.testimonials-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:3rem}.testimonials-text,.testimonials-text .section-title,.testimonials-text .section-subtitle{text-align:left}.testimonials-image img{width:100%;border-radius:20px;box-shadow:0 10px 40px #0000001a}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 15px #00000014}.quote{font-size:48px;color:var(--primary-color);opacity:.5;line-height:1;margin-bottom:1rem;font-family:var(--font-heading)}.testimonial-text{font-size:14px;font-style:italic;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.6}.author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--primary-color)}.author-info h4{font-family:var(--font-heading);font-size:16px;color:var(--secondary-color);font-weight:400;margin-bottom:.25rem}.author-info p{color:var(--text-dark);opacity:.7;font-size:13px}.benefits{padding:5rem 3rem;background:linear-gradient(180deg,#fff,#faf1ec4d)}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 5rem;max-width:900px;margin:0 auto}.benefit{text-align:left;padding:0;border-left:2px solid var(--primary-color);padding-left:1.5rem}.benefit h3{font-family:var(--font-heading);font-size:22px;color:var(--secondary-color);margin-bottom:.5rem;font-weight:400}.benefit p{color:var(--text-dark);opacity:.7;line-height:1.6;font-size:14px}.caregivers{padding:5rem 3rem;background:var(--secondary-color);color:#fff}.caregivers .section-title,.caregivers .section-subtitle{color:#fff}.caregiver-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.caregiver-benefit{background:#ffffff1a;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.2)}.caregiver-benefit h3{font-family:var(--font-heading);font-size:20px;margin-bottom:.75rem;color:var(--primary-color);font-weight:400}.caregiver-benefit p{opacity:.9;line-height:1.6}.pricing{padding:5rem 3rem;background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.pricing-card{background:#fff;border:2px solid var(--primary-color);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.pricing-card.featured{border-color:var(--secondary-color);background:linear-gradient(135deg,#faf1ec4d,#f0e6d84d);position:relative}.pricing-badge{position:absolute;top:-25px;left:50%;transform:translate(-50%);background:var(--secondary-color);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-card h3{font-family:var(--font-heading);font-size:24px;color:var(--secondary-color);margin-bottom:1rem;font-weight:400}.pricing-price{font-family:var(--font-heading);font-size:48px;color:var(--secondary-color);font-weight:400;margin-bottom:.5rem}.pricing-price span{font-size:18px;color:var(--text-dark);opacity:.7}.pricing-description{color:var(--text-dark);opacity:.8;margin-bottom:2rem;font-size:14px}.pricing-features{list-style:none;margin-bottom:2rem;text-align:left;flex-grow:1}.pricing-features li{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px;display:flex;align-items:center;gap:.75rem}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓";color:var(--success);font-weight:600;flex-shrink:0}.pricing-cta{width:100%;padding:1rem;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;border:2px solid var(--primary-color);background:var(--primary-color);color:var(--secondary-color);margin-top:auto}.pricing-cta:hover{background:#ddb599;transform:translateY(-2px)}.pricing-card.featured .pricing-cta{background:var(--secondary-color);color:#fff;border-color:var(--secondary-color)}.pricing-card.featured .pricing-cta:hover{background:#0f2633}.final-cta{padding:5rem 3rem;background:linear-gradient(135deg,var(--background) 0%,#f0e6d8 100%);text-align:center}.final-cta h2{font-family:var(--font-heading);font-size:50px;color:var(--secondary-color);margin-bottom:1rem;font-weight:400;line-height:1.15}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 1024px){.steps,.testimonials-grid,.benefits-grid,.pricing-grid,.testimonials-header,.caregiver-benefits{grid-template-columns:1fr}}@media (max-width: 768px){.landing-header{padding:1rem}.hero{padding:6rem 1.5rem 4rem}.hero h1,.section-title,.final-cta h2{font-size:36px}.landing-nav{display:none}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#faf1ec,#f0e6d8);padding:2rem}.auth-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #0000001a;max-width:450px;width:100%}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-logo{height:40px;cursor:pointer}.auth-title{font-family:var(--font-heading);text-align:center;font-size:32px;font-weight:400;color:var(--text-dark);margin-bottom:.5rem}.auth-subtitle{text-align:center;color:var(--text-gray);margin-bottom:2rem;font-size:14px}.alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:14px}.alert-error{background:#fee2e2;border:1px solid #fecaca;color:var(--error)}.alert-success{background:#d1fae5;border:1px solid #a7f3d0;color:var(--success)}.auth-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:500;color:var(--text-dark);margin-bottom:.5rem;font-size:14px}.form-input{width:100%;padding:.75rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:14px;font-family:var(--font-body);transition:border-color .2s ease}.form-input:focus{outline:none;border-color:var(--primary-color)}.form-checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:14px;color:var(--text-gray)}.form-checkbox input{width:18px;height:18px;accent-color:var(--primary-color)}.btn{font-family:var(--font-body);padding:.875rem;border:none;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;width:100%}.btn-primary{background:var(--primary-color);color:var(--text-dark)}.btn-primary:hover:not(:disabled){background:#ddb599;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-toggle{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border)}.auth-toggle p{color:var(--text-gray);font-size:14px;margin-bottom:.5rem}.auth-toggle a{color:var(--highlight-color);text-decoration:none;cursor:pointer;font-weight:500}.auth-toggle a:hover{text-decoration:underline}@media (max-width: 480px){.auth-card{padding:2rem 1.5rem}.auth-title{font-size:28px}}.btn{font-family:Arial,Helvetica,sans-serif;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background:#eac6b2;color:#2c3e50}.btn-primary:hover:not(.btn-disabled){background:#ddb599;transform:translateY(-1px)}.btn-secondary{background:transparent;color:#6b7280;border:2px solid #E5E7EB}.btn-secondary:hover:not(.btn-disabled){border-color:#eac6b2;color:#2c3e50}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(.btn-disabled){background:#dc2626}.btn-success{background:#91bd6c;color:#fff}.btn-success:hover:not(.btn-disabled){background:#7da559}.btn-small{padding:.5rem 1rem;font-size:13px}.btn-medium{padding:.75rem 1.5rem;font-size:14px}.btn-large{padding:1rem 2rem;font-size:16px}.btn{width:auto;flex-shrink:0}.btn-full-width{width:100%}.btn-disabled{opacity:.6;cursor:not-allowed}.btn-disabled:hover{transform:none}.senior-card{display:flex;flex-direction:column;padding:1.5rem;border-radius:12px;border:2px solid #E5E7EB;cursor:pointer;transition:all .2s ease;background:#fff;position:relative}.senior-card:hover{box-shadow:0 4px 16px #0000001a;border-color:#eac6b2}.senior-card.selected{background:#eac6b21a;border-color:#eac6b2;box-shadow:0 4px 16px #0000001a}.senior-card-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;width:100%}.senior-delete-btn{width:100%;padding:.5rem;margin-top:.75rem;border-radius:6px;border:1px solid #EF4444;background:#fef2f2;color:#dc2626;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.25rem;transition:all .2s ease;font-weight:500}.senior-delete-btn:hover{background:#ef4444;color:#fff;box-shadow:0 2px 8px #ef44444d}.senior-delete-btn:active{transform:scale(.98)}.senior-avatar{width:50px;height:50px;border-radius:50%;background:#eac6b2;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;color:#2c3e50;margin-bottom:.5rem}.senior-name{font-size:1rem;font-weight:500;color:#2c3e50;text-align:center;line-height:1.3}.senior-details{display:flex;flex-direction:column;gap:.5rem;text-align:center}.senior-details p{font-size:.85rem;color:#6b7280;margin:0}.senior-details p strong{color:#2c3e50;font-weight:500}.status-indicator-wrapper{display:flex;justify-content:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #E5E7EB}.status-indicator-dot{width:12px;height:12px;border-radius:50%}.health-snapshot-section{margin-bottom:2rem}.section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.health-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center;transition:box-shadow .2s}.metric-card:hover{box-shadow:0 4px 6px -1px #0000001a}.metric-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.metric-label{font-size:1rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.metric-status{font-size:.875rem;color:#9ca3af;display:flex;align-items:center;justify-content:center;gap:.25rem}.health-snapshot.loading{padding:2rem;text-align:center;color:#6b7280}.call-engagement-section{margin-bottom:2rem}.engagement-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.engagement-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center;transition:box-shadow .2s}.engagement-card:hover{box-shadow:0 4px 6px -1px #0000001a}.engagement-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.engagement-label{font-size:1rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.engagement-status{font-size:.875rem;color:#9ca3af;display:flex;align-items:center;justify-content:center;gap:.25rem}.call-engagement.loading{padding:2rem;text-align:center;color:#6b7280}.recent-call-history{margin-bottom:2rem}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.view-all-btn{background:none;border:none;color:#d97706;font-size:.875rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:background-color .2s}.view-all-btn:hover{background-color:#fef3c7}.call-history-list{display:flex;flex-direction:column;gap:1rem}.call-history-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;display:flex;gap:1rem;align-items:flex-start;transition:box-shadow .2s}.call-history-item:hover{box-shadow:0 4px 6px -1px #0000001a}.call-time-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:100px}.call-time{font-size:.875rem;color:#6b7280;text-align:center}.call-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.call-details{flex:1}.call-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.call-type{font-weight:600;color:#1f2937;font-size:1rem}.call-status-badge{background-color:#10b981;color:#fff;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.call-status-badge.completed{background-color:#10b981}.call-status-badge.failed{background-color:#f59e0b}.call-status-badge.processing{background-color:#3b82f6;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.call-summary{color:#4b5563;font-size:.875rem;line-height:1.5;margin:.5rem 0}.call-metadata{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#9ca3af;margin-top:.5rem}.metadata-separator{color:#d1d5db}.no-calls{padding:2rem;text-align:center;color:#9ca3af;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.listen-call-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.625rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s;display:none;align-items:center;gap:.375rem;flex-shrink:0;box-shadow:0 2px 4px #667eea33}.listen-call-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.listen-call-btn:active{transform:translateY(0)}.call-history-item.processing{background:linear-gradient(to right,#fff,#eff6ff);border-color:#3b82f6;border-width:1px}.processing-indicator{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding:.75rem;background-color:#eff6ff;border-radius:6px;border-left:3px solid #3b82f6}.spinner{width:20px;height:20px;border:3px solid #dbeafe;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.processing-text{font-size:.813rem;color:#1e40af;font-weight:500}.current-alerts{margin-bottom:2rem}.alerts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.view-all-alerts-btn{background:none;border:none;color:#d97706;font-size:.875rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:background-color .2s}.view-all-alerts-btn:hover{background-color:#fef3c7}.alert-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;display:flex;gap:1rem;align-items:flex-start;position:relative;overflow:hidden;transition:box-shadow .2s}.alert-item:hover{box-shadow:0 4px 6px -1px #0000001a}.alert-left-border{position:absolute;left:0;top:0;bottom:0;width:4px}.alert-item.alert-warning .alert-left-border{background-color:#f59e0b}.alert-item.alert-info .alert-left-border{background-color:#3b82f6}.alert-content{flex:1;padding-left:.5rem}.alert-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.alert-title{font-weight:600;color:#1f2937;font-size:1rem}.alert-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.alert-badge.alert-warning{background-color:#fef3c7;color:#92400e}.alert-badge.alert-info{background-color:#dbeafe;color:#1e40af}.alert-message{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0}.alert-action-btn{background-color:#d97706;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .2s}.alert-action-btn:hover{background-color:#b45309}.no-alerts{padding:2rem;text-align:center;color:#9ca3af;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.ai-insights{margin-bottom:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.insights-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ai-icon{font-size:1.5rem}.insights-content{padding:0}.insights-summary{color:#4b5563;line-height:1.6;margin-bottom:1.5rem;font-size:.9375rem}.key-actions{margin-top:1.5rem}.actions-title{font-weight:600;color:#1f2937;font-size:1rem;margin-bottom:1rem}.actions-list{display:flex;flex-direction:column;gap:.75rem}.action-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid transparent}.action-item:hover{background:#f3f4f6;border-color:#e5e7eb}.action-item.completed{opacity:.6}.action-item.completed .action-text{text-decoration:line-through;color:#9ca3af}.action-checkbox{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.875rem;color:#fff;background-color:#fff;transition:all .2s}.action-item.completed .action-checkbox{background-color:#10b981;border-color:#10b981}.action-text{color:#1f2937;font-size:.9375rem;flex:1}.no-insights{padding:2rem;text-align:center;color:#9ca3af}.audio-player-container{position:fixed;bottom:20px;right:20px;width:400px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:1rem;z-index:1000;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.audio-player-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.audio-player-info{display:flex;align-items:center;gap:.75rem;flex:1}.audio-player-icon{font-size:24px}.audio-player-title{display:flex;flex-direction:column;gap:.25rem}.audio-player-title strong{font-size:14px;color:#111827}.audio-player-subtitle{font-size:12px;color:#6b7280}.audio-player-close{background:transparent;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.audio-player-close:hover{background:#f3f4f6;color:#111827}.audio-player-controls{display:flex;flex-direction:column;gap:.75rem}.audio-player-progress-container{cursor:pointer;padding:.5rem 0}.audio-player-progress-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;position:relative}.audio-player-progress-fill{height:100%;background:linear-gradient(90deg,#91bd6c,#7da959);border-radius:3px;transition:width .1s linear}.audio-player-controls-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.audio-player-time{display:flex;align-items:center;gap:.25rem;font-size:13px;color:#6b7280;min-width:90px}.time-separator{color:#d1d5db}.audio-player-buttons{display:flex;gap:.5rem;justify-content:center;flex:1}.audio-control-btn{background:#f3f4f6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s;color:#374151}.audio-control-btn:hover{background:#e5e7eb;transform:scale(1.05)}.audio-control-btn.primary{background:#91bd6c;color:#fff;width:48px;height:48px;font-size:18px}.audio-control-btn.primary:hover{background:#7da959}.audio-player-volume{display:flex;align-items:center;gap:.5rem;min-width:100px}.volume-icon{font-size:16px}.volume-slider{flex:1;height:4px;border-radius:2px;outline:none;-webkit-appearance:none;background:#e5e7eb}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#91bd6c;cursor:pointer;transition:all .2s}.volume-slider::-webkit-slider-thumb:hover{background:#7da959;transform:scale(1.2)}.volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#91bd6c;cursor:pointer;border:none;transition:all .2s}.volume-slider::-moz-range-thumb:hover{background:#7da959;transform:scale(1.2)}@media (max-width: 768px){.audio-player-container{bottom:10px;right:10px;left:10px;width:auto}.audio-player-volume{display:none}}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.confirm-dialog{background:#fff;border-radius:12px;padding:0;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideIn .2s ease-out}.confirm-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.confirm-dialog-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.confirm-dialog-header .close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.confirm-dialog-header .close-button:hover{background:#f3f4f6;color:#111827}.confirm-dialog-body{padding:1.5rem;color:#374151;font-size:.875rem;line-height:1.5}.confirm-dialog-body p{margin:0}.confirm-dialog-actions{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;justify-content:flex-end}.confirm-dialog-actions .btn{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:all .2s}.confirm-dialog-actions .btn-secondary{background:#f3f4f6;color:#374151}.confirm-dialog-actions .btn-secondary:hover{background:#e5e7eb}.confirm-dialog-actions .btn-primary{background:#91bd6c;color:#fff}.confirm-dialog-actions .btn-primary:hover{background:#7da559}.confirm-dialog-actions .btn-danger{background:#ef4444;color:#fff}.confirm-dialog-actions .btn-danger:hover{background:#dc2626}@keyframes slideIn{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.dashboard-page{min-height:100vh;background:#faf1ec}.dashboard-container{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:280px 1fr;gap:2rem;min-height:calc(100vh - 80px)}.seniors-panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;height:fit-content;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.panel-title{font-family:"IBM Plex Serif",Georgia,serif;font-size:1.25rem;font-weight:400;color:#2c3e50;margin:0}.seniors-list{display:flex;flex-direction:column;gap:.75rem}.senior-details-panel{display:flex;flex-direction:column;gap:1.5rem}.senior-header{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;align-items:center;gap:2rem}.senior-header-content{display:flex;align-items:center;gap:1.5rem;flex:1}.senior-photo{width:80px;height:80px;border-radius:50%;background:#eac6b2;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600;color:#2c3e50;flex-shrink:0}.senior-info h1{font-family:"IBM Plex Serif",Georgia,serif;font-size:1.75rem;font-weight:400;color:#2c3e50;margin-bottom:.5rem}.senior-info p{color:#6b7280;margin-bottom:.25rem;font-size:14px}.senior-info p strong{color:#2c3e50;font-weight:500}.last-call-status{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:14px}.status-indicator{width:12px;height:12px;border-radius:50%}.senior-actions{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.dashboard-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.dashboard-section h3{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;font-family:Arial,Helvetica,sans-serif}.dashboard-section h4{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;margin-top:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.view-all-link{color:#f3732d;font-size:14px;text-decoration:none;cursor:pointer;font-weight:500}.view-all-link:hover{text-decoration:underline}.alerts-list{display:flex;flex-direction:column;gap:1rem}.alert-item{padding:1rem;border-radius:8px;border-left:3px solid;border-top:1px solid #E5E7EB;border-right:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;background:#fff}.alert-item.alert-urgent{border-left-color:#ef4444}.alert-item.alert-warning{border-left-color:#f59e0b}.alert-item.alert-info{border-left-color:#3b82f6}.alert-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.alert-text{flex:1}.alert-text h5{font-weight:600;color:#2c3e50;margin:0 0 .5rem;font-size:1rem}.alert-text p{font-size:.9rem;color:#6b7280;margin:0;line-height:1.5}.alert-actions-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.alert-badge{padding:.25rem .75rem;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.alert-badge.urgent{background:#fee2e2;color:#991b1b}.alert-badge.warning{background:#fef3c7;color:#92400e}.alert-badge.info{background:#dbeafe;color:#1e40af}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.metric-card{text-align:center;padding:1.25rem 1rem;border:1px solid #E5E7EB;border-radius:10px;transition:all .2s ease}.metric-card:hover{box-shadow:0 4px 16px #0000001a}.metric-value{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.metric-label{font-size:.85rem;color:#6b7280;margin-bottom:.5rem}.metric-trend{font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:.25rem;font-weight:500}.metrics-grid.four-columns{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.metrics-grid.four-columns{grid-template-columns:repeat(2,1fr)}}.insights-section{border:2px solid #eac6b2}.insights-summary{color:#2c3e50;line-height:1.6;margin-bottom:1.5rem;font-size:14px}.action-checklist{display:flex;flex-direction:column;gap:.75rem}.action-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#00000008;border-radius:8px}.action-checkbox{width:18px;height:18px;border:2px solid #2C3E50;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;color:#fff}.action-checkbox.checked{background:#2c3e50}.action-item span{font-size:14px;color:#2c3e50}.action-item span.completed{text-decoration:line-through;opacity:.6}.call-history{display:flex;flex-direction:column;gap:1.25rem}.call-entry{display:flex;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid #E5E7EB}.call-entry:last-child{border-bottom:none;padding-bottom:0}.call-time{min-width:120px;font-size:.85rem;color:#6b7280;flex-shrink:0;font-weight:500}.call-details h5{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:1rem}.call-details p{font-size:.9rem;color:#6b7280;line-height:1.5;margin-bottom:.5rem}.call-meta{font-size:.8rem;color:#9ca3af}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.modal-title{font-family:"IBM Plex Serif",Georgia,serif;font-size:24px;font-weight:400;color:#2c3e50;margin-bottom:.5rem}.modal-subtitle{font-size:14px;color:#6b7280}.close-modal{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;line-height:1;padding:0}.close-modal:hover{color:#2c3e50}.modal-alert-preview{background:#faf1ec;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border-left:4px solid}.modal-alert-preview.alert-urgent{border-left-color:#ef4444}.modal-alert-preview.alert-warning{border-left-color:#f59e0b}.modal-alert-preview.alert-info{border-left-color:#3b82f6}.modal-alert-preview .alert-title{font-weight:600;color:#2c3e50;margin-bottom:.5rem}.modal-alert-preview .alert-description{font-size:14px;color:#6b7280}.action-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.action-option{background:#fff;border:2px solid #E5E7EB;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:flex-start;gap:1rem}.action-option:hover{border-color:#eac6b2;background:#eac6b21a}.action-icon{width:40px;height:40px;border-radius:50%;background:#eac6b2;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.action-content h4{font-weight:600;color:#2c3e50;margin-bottom:.25rem;font-size:15px}.action-content p{font-size:13px;color:#6b7280;margin:0}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}@media (max-width: 1200px){.dashboard-container{grid-template-columns:250px 1fr}}@media (max-width: 1024px){.dashboard-container{grid-template-columns:1fr}.seniors-panel{position:static;max-height:none}.seniors-list{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}}@media (max-width: 768px){.dashboard-container{padding:1rem;gap:1rem}.senior-header{flex-direction:column;align-items:flex-start}.senior-actions{width:100%;flex-direction:column}.senior-actions button{width:100%}.metrics-grid{grid-template-columns:1fr}.seniors-list{grid-template-columns:repeat(2,1fr)}.alert-content{flex-direction:column;gap:1rem}.alert-actions-right{flex-direction:row;align-items:center;width:100%;justify-content:space-between}}@media (max-width: 480px){.seniors-list{grid-template-columns:1fr}}.btn-small{padding:.5rem 1rem;font-size:.85rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-input,.form-select,.form-textarea{padding:.75rem;border:2px solid #E5E7EB;border-radius:8px;font-size:14px;font-family:Arial,Helvetica,sans-serif;transition:border-color .2s ease;width:100%}.form-error{color:#ef4444;font-size:13px;margin-top:.25rem}.general-info-section{width:100%}.profile-photo-section{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #E5E7EB}.profile-photo{width:120px;height:120px;border-radius:50%;background:#eac6b2;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;color:#2c3e50;position:relative}.photo-upload-btn{position:absolute;bottom:0;right:0;width:35px;height:35px;border-radius:50%;background:#fff;border:2px solid #eac6b2;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:all .2s ease}.photo-upload-btn:hover{background:#eac6b2}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-label{font-weight:500;font-size:14px;color:#2c3e50;font-family:Arial,Helvetica,sans-serif}.form-label.required:after{content:" *";color:#ef4444}.form-input,.form-select,.form-textarea{padding:.75rem;border:2px solid #E5E7EB;border-radius:8px;font-size:14px;font-family:Arial,Helvetica,sans-serif;transition:border-color .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#eac6b2}.form-textarea{min-height:100px;resize:vertical}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.profile-photo-section{flex-direction:column;text-align:center}}.profile-page{min-height:100vh;background:#faf1ec}.profile-container{max-width:1400px;margin:0 auto;padding:2rem}.page-header{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.page-title{display:flex;align-items:center;gap:1rem}.page-title h1{font-family:"IBM Plex Serif",Georgia,serif;font-size:36px;font-weight:400;color:#2c3e50;margin:0}.back-button{width:40px;height:40px;border-radius:50%;background:#faf1ec;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:18px;color:#2c3e50}.back-button:hover{background:#eac6b2}.header-actions{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:14px;font-family:Arial,Helvetica,sans-serif;cursor:pointer;transition:all .2s ease}.btn-primary{background:#eac6b2;color:#2c3e50;font-weight:500}.btn-primary:hover{background:#ddb599}.btn-secondary{background:#fff;color:#2c3e50;border:2px solid #E5E7EB}.btn-secondary:hover{border-color:#eac6b2}.profile-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem}.sidebar{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;height:fit-content;position:sticky;top:100px}.sidebar-title{font-family:"IBM Plex Serif",Georgia,serif;font-size:16px;font-weight:400;color:#2c3e50;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #E5E7EB}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar-item{padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.75rem;font-size:14px;color:#6b7280;background:transparent;border:none;font-weight:400;text-align:left;font-family:Arial,Helvetica,sans-serif;width:100%}.sidebar-item:hover{background:#faf1ec;color:#2c3e50}.sidebar-item.active{background:#eac6b2;color:#2c3e50;font-weight:500}.sidebar-icon{font-size:16px;width:20px;text-align:center}.content-area{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:2rem}.section-title{font-family:"IBM Plex Serif",Georgia,serif;font-size:28px;font-weight:400;color:#2c3e50;margin-bottom:1.5rem}.section-description{color:#6b7280;margin-bottom:2rem;line-height:1.6;font-size:14px}@media (max-width: 1024px){.profile-layout{grid-template-columns:1fr}.sidebar{position:static}}@media (max-width: 768px){.profile-container{padding:1rem}.page-header{flex-direction:column;gap:1rem;align-items:flex-start}.header-actions{width:100%}.btn{flex:1}.page-title h1{font-size:24px}}.alerts-page{background:linear-gradient(135deg,#faf1ec,#f5e6db);min-height:100vh;padding:2.5rem;max-width:1400px;margin:0 auto}.page-header{margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(234,198,178,.3)}.page-header h1{font-family:"IBM Plex Serif",Georgia,serif;font-size:2.5rem;font-weight:600;color:#1a202c;margin-bottom:.75rem;letter-spacing:-.5px}.page-header p{color:#4a5568;font-size:1rem;font-weight:400}.stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin:2rem 0}.stat-card{background:linear-gradient(135deg,#fff,#fefefe);border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 4px 12px #00000014,0 1px 3px #0000000f;display:flex;align-items:center;gap:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.04);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#eac6b2,#ddb599);transform:scaleX(0);transition:transform .3s ease}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f,0 4px 8px #00000014}.stat-card.clickable:hover:before{transform:scaleX(1)}.stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0;transition:transform .3s ease}.stat-card:hover .stat-icon{transform:scale(1.1)}.stat-icon.all{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.stat-icon.critical,.stat-icon.urgent{background:linear-gradient(135deg,#fee2e2,#fecaca)}.stat-icon.high,.stat-icon.warning{background:linear-gradient(135deg,#fef3c7,#fde68a)}.stat-icon.medium{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.stat-icon.low,.stat-icon.info{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.stat-icon.resolved{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.stat-content h3{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.25rem;line-height:1}.stat-content p{font-size:.875rem;color:#718096;font-weight:500}.filter-bar{background:linear-gradient(135deg,#fff,#fefefe);border-radius:16px;padding:1.75rem;box-shadow:0 4px 12px #00000014,0 1px 3px #0000000f;margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap;align-items:center;border:1px solid rgba(0,0,0,.04)}.filter-group{display:flex;gap:.75rem;align-items:center}.filter-label{font-size:.9rem;color:#4a5568;font-weight:600;letter-spacing:.3px}.filter-button{padding:.625rem 1.25rem;border:2px solid #e2e8f0;background:#fff;border-radius:10px;font-size:.875rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);color:#4a5568;font-family:Arial,Helvetica,sans-serif;font-weight:500;position:relative;overflow:hidden}.filter-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.filter-button:hover:before{left:100%}.filter-button:hover{border-color:#eac6b2;transform:translateY(-1px);box-shadow:0 4px 8px #00000014}.filter-button.active{background:linear-gradient(135deg,#eac6b2,#ddb599);border-color:#eac6b2;font-weight:600;color:#2d3748;box-shadow:0 4px 10px #eac6b24d}.filter-button.critical:hover,.filter-button.critical.active{background:#fee2e2;border-color:#dc2626;color:#991b1b}.filter-button.high:hover,.filter-button.high.active{background:#fef3c7;border-color:#f59e0b;color:#92400e}.filter-button.medium:hover,.filter-button.medium.active{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.filter-button.low:hover,.filter-button.low.active{background:#e0f2fe;border-color:#06b6d4;color:#075985}.alerts-container{display:grid;grid-template-columns:1fr;gap:1.5rem}.alert-card{background:linear-gradient(135deg,#fff,#fefefe);border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014,0 1px 3px #0000000f;border-left:5px solid;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.04);border-left-width:5px;position:relative;overflow:hidden}.alert-card:after{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:inherit;opacity:0;transition:opacity .3s ease}.alert-card:hover{box-shadow:0 8px 24px #0000001f,0 4px 8px #00000014;transform:translate(4px) translateY(-2px)}.alert-card:hover:after{opacity:1}.alert-card.critical,.alert-card.urgent{border-left-color:#dc2626;background:linear-gradient(135deg,#dc26260a,#fff 20%,#fefefe)}.alert-card.critical:hover,.alert-card.urgent:hover{box-shadow:0 8px 24px #dc262626,0 4px 8px #dc262614}.alert-card.high,.alert-card.warning{border-left-color:#f59e0b;background:linear-gradient(135deg,#f59e0b0a,#fff 20%,#fefefe)}.alert-card.high:hover,.alert-card.warning:hover{box-shadow:0 8px 24px #f59e0b26,0 4px 8px #f59e0b14}.alert-card.medium{border-left-color:#3b82f6;background:linear-gradient(135deg,#3b82f60a,#fff 20%,#fefefe)}.alert-card.medium:hover{box-shadow:0 8px 24px #3b82f626,0 4px 8px #3b82f614}.alert-card.low,.alert-card.info{border-left-color:#06b6d4;background:linear-gradient(135deg,#06b6d40a,#fff 20%,#fefefe)}.alert-card.low:hover,.alert-card.info:hover{box-shadow:0 8px 24px #06b6d426,0 4px 8px #06b6d414}.alert-card.resolved{border-left-color:#91bd6c;opacity:.8;background:linear-gradient(135deg,#91bd6c0a,#fff 20%,#fefefe)}.alert-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;gap:1rem}.alert-title{font-family:"IBM Plex Serif",Georgia,serif;font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;line-height:1.4}.alert-source-badge{font-size:.75rem;font-weight:600;padding:.3rem .75rem;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:8px;color:#4338ca;font-family:IBM Plex Sans,sans-serif;box-shadow:0 2px 4px #4338ca1a;letter-spacing:.2px}.auto-call-notice{margin-top:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:10px;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #f59e0b26;animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 2px 8px #f59e0b26}50%{box-shadow:0 4px 16px #f59e0b4d}}.auto-call-icon{font-size:1.5rem;flex-shrink:0;animation:ring 1.5s ease-in-out infinite}@keyframes ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}}.auto-call-text{font-size:.875rem;color:#92400e;line-height:1.5}.auto-call-text strong{color:#78350f;font-weight:700}.call-context-info{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #3b82f6;border-radius:10px;font-size:.875rem;box-shadow:0 2px 6px #3b82f614}.context-item{color:#475569;margin:.5rem 0;line-height:1.6}.context-item strong{color:#1e293b;margin-right:.5rem;font-weight:600}.alert-meta{display:flex;gap:.75rem;font-size:.875rem;color:#64748b;align-items:center}.alert-senior{font-weight:600;color:#334155}.alert-badge{padding:.375rem 1rem;border-radius:14px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 2px 6px #0000001a;flex-shrink:0}.alert-badge.critical,.alert-badge.urgent{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;box-shadow:0 2px 6px #dc262633}.alert-badge.high,.alert-badge.warning{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;box-shadow:0 2px 6px #f59e0b33}.alert-badge.medium{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;box-shadow:0 2px 6px #3b82f633}.alert-badge.low,.alert-badge.info{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#075985;box-shadow:0 2px 6px #06b6d433}.alert-badge.resolved{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;box-shadow:0 2px 6px #91bd6c33}.alert-body{margin-bottom:1.5rem}.alert-description{color:#334155;line-height:1.7;margin-bottom:1rem;font-size:.95rem}.alert-details{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.875rem;color:#64748b;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.06)}.alert-actions{display:flex;gap:.875rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.btn{padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:Arial,Helvetica,sans-serif;box-shadow:0 2px 6px #00000014;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:active:before{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,#eac6b2,#ddb599);color:#2d3748;box-shadow:0 4px 10px #eac6b24d}.btn-primary:hover{background:linear-gradient(135deg,#ddb599,#d0a586);transform:translateY(-2px);box-shadow:0 6px 16px #eac6b266}.btn-secondary{background:#fff;color:#4a5568;border:2px solid #e2e8f0;box-shadow:0 2px 6px #0000000d}.btn-secondary:hover{border-color:#eac6b2;color:#2d3748;transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 10px #ef44444d}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.empty-state{background:linear-gradient(135deg,#fff,#fefefe);border-radius:16px;padding:5rem 2rem;box-shadow:0 4px 12px #00000014,0 1px 3px #0000000f;text-align:center;border:1px solid rgba(0,0,0,.04)}.empty-state-icon{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;box-shadow:0 4px 12px #91bd6c33;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-state h3{font-family:"IBM Plex Serif",Georgia,serif;font-size:1.75rem;font-weight:600;color:#1a202c;margin-bottom:.75rem}.empty-state p{color:#64748b;font-size:1rem;line-height:1.6}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;align-items:center;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal.active{display:flex}.modal-content{background:linear-gradient(135deg,#fff,#fefefe);border-radius:20px;padding:2.5rem;max-width:650px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.08)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(234,198,178,.2)}.modal-title{font-family:"IBM Plex Serif",Georgia,serif;font-size:1.75rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;letter-spacing:-.3px}.modal-subtitle{font-size:.95rem;color:#64748b;line-height:1.5}.close-modal{background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;font-size:24px;cursor:pointer;color:#64748b;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.close-modal:hover{background:#e2e8f0;color:#1a202c;transform:rotate(90deg)}.modal-alert-preview{background:linear-gradient(135deg,#faf1ec,#f5e6db);border-radius:12px;padding:1.25rem;margin-bottom:2rem;border-left:5px solid;box-shadow:0 2px 8px #0000000f}.modal-alert-preview.urgent,.modal-alert-preview.critical{border-left-color:#ef4444;background:linear-gradient(135deg,#ef444414,#fff)}.modal-alert-preview.warning,.modal-alert-preview.high{border-left-color:#f59e0b;background:linear-gradient(135deg,#f59e0b14,#fff)}.modal-alert-preview.info,.modal-alert-preview.medium{border-left-color:#3b82f6;background:linear-gradient(135deg,#3b82f614,#fff)}.modal-alert-preview.low{border-left-color:#06b6d4;background:linear-gradient(135deg,#06b6d414,#fff)}.action-options{display:flex;flex-direction:column;gap:.875rem;margin-bottom:2rem}.action-option{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:flex-start;gap:1.25rem;position:relative;overflow:hidden}.action-option:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#eac6b2,#ddb599);transform:scaleY(0);transition:transform .25s ease}.action-option:hover{border-color:#eac6b2;background:linear-gradient(135deg,#eac6b214,#fff);box-shadow:0 4px 12px #eac6b226;transform:translate(2px)}.action-option:hover:before{transform:scaleY(1)}.action-option.selected{border-color:#eac6b2;background:linear-gradient(135deg,#eac6b226,#fff);box-shadow:0 4px 12px #eac6b233}.action-option.selected:before{transform:scaleY(1)}.action-option.urgent-action{border-color:#fca5a5;background:linear-gradient(135deg,#dc26260d,#fff)}.action-option.urgent-action:before{background:linear-gradient(180deg,#dc2626,#ef4444)}.action-option.urgent-action:hover{border-color:#dc2626;background:linear-gradient(135deg,#dc26261a,#fff);box-shadow:0 4px 12px #dc262633}.action-option.urgent-action.selected{border-color:#dc2626;background:linear-gradient(135deg,#dc262626,#fff);box-shadow:0 4px 12px #dc262640}.action-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#eac6b2,#ddb599);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;box-shadow:0 2px 8px #eac6b24d;transition:transform .25s ease}.action-option:hover .action-icon{transform:scale(1.1)}.action-icon.urgent{background:linear-gradient(135deg,#fee2e2,#fecaca);box-shadow:0 2px 8px #dc26264d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #dc262666,0 2px 8px #dc26264d}50%{box-shadow:0 0 0 10px #dc262600,0 2px 8px #dc26264d}}.action-content h4{font-weight:600;color:#1a202c;margin-bottom:.375rem;font-size:1rem}.action-content p{font-size:.875rem;color:#64748b;line-height:1.5;margin-bottom:.5rem}.urgent-badge{display:inline-block;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.25rem .75rem;border-radius:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-top:.25rem;box-shadow:0 2px 6px #dc26264d}.form-group{margin-bottom:2rem}.form-label{display:block;font-weight:600;margin-bottom:.75rem;font-size:.95rem;color:#1a202c;letter-spacing:.2px}.form-textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-family:Arial,Helvetica,sans-serif;min-height:120px;resize:vertical;transition:all .2s ease;background:#fff}.form-textarea:focus{outline:none;border-color:#eac6b2;box-shadow:0 0 0 3px #eac6b21a}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:2px solid rgba(234,198,178,.2)}.modal-actions .btn{padding:.875rem 2rem;font-size:.95rem}.confirmation-content{text-align:center}.confirmation-icon{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#91bd6c33,#91bd6c1a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;box-shadow:0 4px 12px #91bd6c33;animation:scaleIn .3s cubic-bezier(.4,0,.2,1)}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.confirmation-title{font-family:"IBM Plex Serif",Georgia,serif;font-size:1.75rem;font-weight:600;color:#1a202c;margin-bottom:.75rem;letter-spacing:-.3px}.confirmation-message{color:#64748b;margin-bottom:2rem;line-height:1.7;font-size:1rem}@media (max-width: 768px){.alerts-page{padding:1rem}.stats-bar{grid-template-columns:1fr}.alert-actions{flex-direction:column}.alert-actions .btn{width:100%}.modal-content{padding:1.5rem}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #eac6b2;--secondary-color: #18374a;--background: #faf1ec;--highlight-color: #f3732d;--white: #FFFFFF;--text-dark: #2C3E50;--text-gray: #6B7280;--text-light: #9CA3AF;--success: #91bd6c;--warning: #F59E0B;--error: #EF4444;--border: #E5E7EB;--card-shadow: 0 2px 8px rgba(0,0,0,.05);--hover-shadow: 0 4px 16px rgba(0,0,0,.1);--font-heading: "IBM Plex Serif", Georgia, serif;--font-body: Arial, Helvetica, sans-serif}body{font-family:var(--font-body);color:var(--text-dark);line-height:1.6;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rbc-calendar{font-family:var(--font-body);background:var(--white);border-radius:12px;padding:1rem;border:1px solid var(--border)}.rbc-header{padding:10px 3px;font-weight:600;font-size:14px;color:var(--text-dark)}.rbc-today{background-color:#eac6b21a}.rbc-event{background-color:var(--primary-color);color:var(--text-dark);border:none;border-radius:4px;padding:2px 5px}.rbc-event.rbc-selected{background-color:var(--highlight-color)}.rbc-btn-group button{color:var(--text-dark);border-color:var(--border);font-size:14px}.rbc-btn-group button:hover,.rbc-btn-group button.rbc-active{background-color:var(--primary-color);border-color:var(--primary-color)}.rbc-toolbar button{padding:.5rem 1rem;font-family:var(--font-body)}
