:root{--primary-color: #0F5132;--primary-light: #D1E7DD;--secondary-color: #198754;--accent-color: #FFC107;--text-dark: #212529;--text-light: #6C757D;--white: #FFFFFF;--background-light: #F8F9FA;--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--font-serif: "Playfair Display", serif}body{margin:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}p{line-height:1.6;color:var(--text-light);margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}button{cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:1rem;border:none;transition:all .3s ease}.btn-primary{background-color:#10b981;color:#fff}.btn-primary:hover{background-color:#059669}.btn-secondary{background-color:transparent;color:#1f2937;text-decoration:underline}.btn-secondary:hover{color:#10b981}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .3s ease;background-color:transparent}.navbar.scrolled{background-color:#fffffff2;box-shadow:0 2px 10px #0000001a;padding:1rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:800;color:var(--primary-color);text-decoration:none;font-family:serif}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease}.navbar-links a:hover{color:var(--primary-color)}.navbar-btn{padding:.5rem 1.25rem;font-size:.9rem}.hero{padding:8rem 0 4rem;background-color:var(--white);min-height:80vh;display:flex;align-items:center}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;color:var(--text-dark);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.serif-italic{font-family:serif;font-style:italic;font-weight:400}.hero-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:2.5rem;max-width:90%}.hero-actions{display:flex;gap:1rem}.hero-image-container{position:relative;border-radius:2rem;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-img{width:100%;height:auto;display:block;border-radius:2rem}@media(max-width:768px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-subtitle{margin:0 auto 2.5rem}.hero-actions{justify-content:center}}.card{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.problem-section{padding:6rem 0;background-color:var(--background-light)}.section-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-family:serif}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.problem-card{padding:2.5rem;border:1px solid rgba(0,0,0,.05)}.problem-icon-wrapper{margin-bottom:1.5rem;display:inline-block;padding:.75rem;background-color:#fef3c7;border-radius:12px}.problem-card-title{font-size:1.25rem;margin-bottom:1rem;color:var(--text-dark)}.problem-card-desc{font-size:.95rem;margin-bottom:0}.solution-section{padding:6rem 0;background-color:#fdfbf7}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#064e3b;font-family:Playfair Display,serif}.features-scroll-wrapper{overflow:hidden;width:100%;position:relative;padding:2rem 0}.features-track{display:flex;gap:2rem;width:max-content}.feature-card{flex:0 0 350px;background-color:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;flex-direction:column;justify-content:flex-start;height:350px;border:1px solid #F3F4F6;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feature-card-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#10b981}.feature-card-desc{font-size:.95rem;line-height:1.6;color:#4b5563}@media(max-width:768px){.feature-card{flex:0 0 300px;height:320px}}.swarm-section{padding:6rem 0;background-color:var(--background-light)}.swarm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.swarm-card{display:flex;flex-direction:column;align-items:flex-start;padding:2.5rem;border:1px solid rgba(0,0,0,.05)}.swarm-icon-wrapper{margin-bottom:1.5rem;display:inline-block;padding:.5rem;background-color:#fef3c7;border-radius:50%}.swarm-card-title{font-size:1.1rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:700}.swarm-card-desc{font-size:.95rem;margin-bottom:0;color:var(--text-light)}@media(max-width:768px){.swarm-grid{grid-template-columns:1fr}}.doctor-view-section{padding:8rem 0;background-color:var(--white)}.doctor-view-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mock-browser-window{background:#f3f4f6;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;border:1px solid #E5E7EB}.browser-header{background:#e5e7eb;padding:.75rem 1rem;display:flex;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background-color:#ef4444}.dot.yellow{background-color:#f59e0b}.dot.green{background-color:#10b981}.browser-content{padding:2rem;background:#fff;font-family:Courier New,Courier,monospace}.live-log-header{display:flex;align-items:center;gap:.5rem;font-weight:700;margin-bottom:1.5rem;color:#374151}.live-indicator{width:8px;height:8px;background-color:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.log-entries{display:flex;flex-direction:column;gap:.75rem}.log-entry{color:#10b981;font-size:.9rem}.doctor-view-desc{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.feature-highlight{background-color:#ecfdf5;padding:1.5rem;border-radius:8px;border-left:4px solid #10B981}.highlight-title{color:#065f46;margin-bottom:.5rem;font-size:1rem}.highlight-desc{color:#064e3b;font-size:.9rem;margin-bottom:0}@media(max-width:768px){.doctor-view-container{grid-template-columns:1fr}.doctor-view-image{order:2}}.audio-demo-section{padding:6rem 0;background-color:var(--background-light)}.audio-demo-card{max-width:800px;margin:0 auto;text-align:center;padding:4rem 2rem}.audio-demo-desc{font-size:1.1rem;color:var(--text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.audio-player{display:flex;align-items:center;gap:1rem;background-color:#f3f4f6;padding:1rem 1.5rem;border-radius:50px;max-width:600px;margin:0 auto}.play-button{width:48px;height:48px;min-width:48px;border-radius:50%;background-color:#10b981;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.play-button:active{transform:scale(.95);background-color:#059669}.progress-bar-container{flex:1;height:6px;background-color:#e5e7eb;border-radius:3px;cursor:pointer;position:relative}.progress-bar{height:100%;background-color:#10b981;border-radius:3px;transition:width .1s linear}.time-display{font-family:monospace;font-size:.85rem;font-weight:600;color:var(--text-light);min-width:85px;text-align:center}.volume-controls{display:flex;align-items:center;gap:.5rem}.volume-button{background:none;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:color .2s ease}.volume-button:active{color:#10b981}.volume-slider{width:80px;height:4px;-webkit-appearance:none;appearance:none;background:#e5e7eb;border-radius:2px;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#10b981;cursor:pointer}.volume-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#10b981;cursor:pointer;border:none}@media(max-width:600px){.audio-player{flex-wrap:wrap;border-radius:20px;padding:1rem;gap:.75rem}.progress-bar-container{order:3;flex-basis:100%}.time-display{font-size:.75rem;min-width:auto}.volume-slider{width:60px}}.footer{background-color:#064e3b;color:#ffffffb3;padding:2rem 0;font-size:.9rem}.footer-container{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-quote{font-style:italic;font-size:.8rem}@media(max-width:768px){.footer-container{flex-direction:column;gap:1.5rem;text-align:center}}.patient-dashboard{display:flex;height:100vh;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b}.sidebar{width:256px;background-color:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:1rem}.patient-profile,.profile-avatar{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem}.profile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.profile-name{font-size:.875rem;font-weight:700;color:#0f172a;margin:0}.profile-specialty{font-size:.75rem;color:#64748b;margin:0}.sidebar-nav{flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;border-radius:.5rem;color:#64748b;text-decoration:none;font-size:.875rem;transition:all .2s}.nav-item:hover{background-color:#f1f5f9}.nav-item.active{background-color:#dcfce7;color:#16a34a;font-weight:600}.material-icon{font-size:1.25rem}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.dashboard-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.dashboard-title{font-size:1.25rem;font-weight:700;color:#16a34a;margin:0}.header-info{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;color:#64748b}.weather-icon{font-size:1rem;color:#f59e0b}.notification-icon{position:relative;font-size:1.25rem;cursor:pointer}.notification-badge{position:absolute;top:-4px;right:-4px;background-color:#ef4444;color:#fff;font-size:.625rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.patient-details-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.patient-header{display:flex;justify-content:space-between;align-items:flex-start}.patient-info{display:flex;align-items:center;gap:1.5rem}.patient-avatar-wrapper{position:relative}.patient-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:4px solid white}.status-indicator{position:absolute;bottom:4px;right:4px;background-color:#16a34a;width:24px;height:24px;border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center;font-size:.75rem}.patient-meta{font-size:.875rem;color:#64748b;margin:0}.patient-id-info{text-align:right;font-size:.875rem;color:#64748b}.id-code{font-family:Courier New,monospace;color:#475569}.patient-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.stat{text-align:left}.stat-label{font-size:.875rem;color:#64748b;margin:0 0 .25rem}.stat-value{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.stat-value.risk-score{color:#ef4444}.stat-value.phone-number{font-family:Courier New,monospace;font-size:1rem}.patient-report{display:flex;flex-direction:column;gap:1.5rem}.section-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.report-section{display:flex;flex-direction:column;gap:.75rem}.report-header{display:flex;align-items:center;gap:.5rem}.report-icon{font-size:1.125rem}.report-subtitle{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0}.time-label{font-size:.75rem;font-weight:400;color:#94a3b8}.report-content{font-size:.875rem;color:#475569;line-height:1.6;margin:0}.medication-list{display:flex;flex-direction:column;gap:.5rem}.medication-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.med-name{color:#1e293b;font-weight:500}.med-schedule{color:#64748b}.vitals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.vital-item{display:flex;justify-content:space-between;font-size:.875rem}.vital-label{color:#64748b;font-weight:500}.vital-value{color:#1e293b;font-weight:600}.lab-list{display:flex;flex-direction:column;gap:.5rem}.lab-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.lab-test{color:#1e293b;font-weight:500}.lab-value{color:#64748b;font-weight:600}.appointments-section{background-color:transparent}.appointments-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.appointment-card{background-color:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s}.appointment-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.appointment-card.confirmed{border-left:4px solid #16a34a}.appointment-card.scheduled{border-left:4px solid #3b82f6}.appointment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.appointment-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.appointment-info{flex:1}.appointment-doctor{font-size:.9375rem;font-weight:600;color:#0f172a;margin:0 0 .125rem}.appointment-specialty{font-size:.8125rem;color:#64748b;margin:0}.appointment-status{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.appointment-status.confirmed{background-color:#dcfce7;color:#16a34a}.appointment-status.scheduled{background-color:#dbeafe;color:#3b82f6}.appointment-details{display:flex;flex-direction:column;gap:.5rem;padding-left:.5rem}.appointment-detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.detail-icon{font-size:1rem;width:20px;text-align:center}.detail-text{color:#475569}.appointment-scheduling{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.appointment-form{margin-top:1rem;display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#1e293b}.form-select,.form-input,.form-textarea{width:100%;padding:.75rem 1rem;font-size:.875rem;border:1.5px solid #e2e8f0;border-radius:.5rem;background-color:#fff;color:#1e293b;transition:all .2s;font-family:inherit}.form-select:focus,.form-input:focus,.form-textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.form-select{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 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-textarea{resize:vertical;min-height:80px}.form-textarea::placeholder{color:#94a3b8}.schedule-button{width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background-color:#16a34a;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.schedule-button:hover{background-color:#15803d;transform:translateY(-1px);box-shadow:0 4px 6px #16a34a33}.schedule-button:active{transform:translateY(0)}.secure-message{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;flex-direction:column;height:fit-content}.message-box{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.message{display:flex;gap:.75rem;align-items:flex-start}.message.doctor{flex-direction:row}.message.patient{flex-direction:row-reverse}.message-content{flex:1;padding:.75rem 1rem;border-radius:.5rem;max-width:80%}.message.doctor .message-content{background-color:#f1f5f9}.message.patient .message-content{background-color:#dcfce7}.message-content p{margin:0 0 .25rem;font-size:.875rem;color:#1e293b;line-height:1.5}.message-time{font-size:.75rem;color:#94a3b8}.message-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}@media(max-width:1024px){.content-grid{grid-template-columns:1fr}.sidebar{width:200px}}@media(max-width:768px){.patient-dashboard{flex-direction:column}.sidebar{width:100%;flex-direction:row;border-right:none;border-bottom:1px solid #e2e8f0}.sidebar-nav{flex-direction:row;overflow-x:auto}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-info{width:100%;justify-content:space-between}.patient-header{flex-direction:column;gap:1rem}.patient-id-info{text-align:left}.vitals-grid{grid-template-columns:1fr}}.doctor-dashboard{display:flex;height:100vh;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b}.sidebar{width:256px;background-color:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:1.5rem}.doctor-profile{display:flex;align-items:center;gap:1rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0;margin-bottom:2rem}.doctor-avatar-placeholder{width:48px;height:48px;background-color:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.profile-name{font-weight:600;font-size:.95rem;color:#0f172a;margin:0}.profile-specialty{font-size:.8rem;color:#64748b;margin:0}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:#64748b;text-decoration:none;transition:all .2s;font-weight:500}.nav-item:hover{background-color:#f1f5f9;color:#0f172a}.nav-item.active{background-color:#dcfce7;color:#16a34a}.sidebar-footer{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.dashboard-header{background-color:#fff;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.dashboard-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.header-info{display:flex;align-items:center;gap:2rem;font-size:.9rem;color:#64748b}.weather-info{display:flex;align-items:center;gap:.5rem}.weather-icon{color:#f59e0b}.patient-count{font-weight:500}.patient-count strong{color:#0f172a}.user-profile-icon{width:36px;height:36px;background-color:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b}.content-grid{flex:1;overflow-y:auto;padding:2rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem}.left-column,.right-column{display:flex;flex-direction:column;gap:2rem}.patient-card{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0}.patient-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.patient-identity{display:flex;gap:1rem;align-items:center}.patient-avatar-placeholder{width:64px;height:64px;background-color:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;position:relative}.status-badge{position:absolute;bottom:0;right:0;background-color:#22c55e;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;border:2px solid white}.patient-name{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.patient-demographics{color:#64748b;font-size:.9rem;margin:0}.patient-meta-info{text-align:right;font-size:.8rem;color:#64748b}.patient-id{font-family:monospace;color:#0f172a;font-weight:500}.patient-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.stat-box h4{font-size:.85rem;color:#64748b;margin:0 0 .5rem;font-weight:500}.stat-value{font-size:1.25rem;font-weight:600;color:#0f172a}.risk-high{color:#ef4444}.section-title{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0 0 1rem}.timeline-item{background-color:#fff;border-radius:.75rem;padding:1rem;margin-bottom:1rem;display:flex;gap:1rem;border:1px solid #e2e8f0}.timeline-icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timeline-icon.soap{background-color:#fff7ed;color:#f97316}.timeline-icon.checkin{background-color:#ecfccb;color:#84cc16}.timeline-icon.call{background-color:#fff1f2;color:#f43f5e}.timeline-content h4{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#0f172a}.timeline-content p{margin:0 0 .5rem;font-size:.85rem;color:#64748b;line-height:1.4}.timeline-time{font-size:.75rem;color:#94a3b8}.priority-list{display:flex;flex-direction:column;gap:.75rem}.priority-card{background-color:#fff;padding:1rem;border-radius:.75rem;display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0}.priority-card.critical{background-color:#fef2f2;border-color:#fee2e2}.priority-card.high{background-color:#fff7ed;border-color:#ffedd5}.priority-card.moderate{background-color:#fefce8;border-color:#fef9c3}.priority-info{display:flex;align-items:center;gap:.75rem}.status-dot{width:8px;height:8px;border-radius:50%}.critical .status-dot{background-color:#ef4444}.high .status-dot{background-color:#f97316}.moderate .status-dot{background-color:#eab308}.priority-name{font-weight:600;font-size:.9rem;color:#0f172a;display:block}.priority-condition{font-size:.75rem;color:#64748b}.critical .priority-condition{color:#dc2626}.high .priority-condition{color:#c2410c}.priority-score{text-align:right}.score-value{font-weight:700;font-size:1.1rem;display:block}.critical .score-value{color:#dc2626}.high .score-value{color:#ea580c}.moderate .score-value{color:#ca8a04}.low .score-value{color:#65a30d}.score-time{font-size:.7rem;color:#64748b}.intervention-buttons{display:flex;flex-direction:column;gap:.75rem}.action-btn{width:100%;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s;color:#fff}.btn-ambulance{background-color:#dc2626}.btn-ambulance:hover{background-color:#b91c1c}.btn-neighbor{background-color:#d97706}.btn-neighbor:hover{background-color:#b45309}.btn-sms{background-color:#10b981}.btn-sms:hover{background-color:#059669}@media(max-width:1024px){.content-grid{grid-template-columns:1fr}.sidebar{width:80px;padding:1rem}.sidebar span,.profile-name,.profile-specialty,.patient-meta-info{display:none}.doctor-profile{justify-content:center;padding-bottom:1rem;margin-bottom:1rem}.nav-item{justify-content:center;padding:.75rem}}.transcript-section{margin-top:2rem;@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}}.transcript-section .transcript-text strong{color:#0f172a;font-weight:600}.transcript-section .transcript-box{background-color:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1rem}.transcript-section .chat-message{padding:1rem;border-radius:.75rem;font-size:.9rem;line-height:1.5;max-width:100%}.transcript-section .ai-message{background-color:#f1f5f9;color:#1e293b;border-top-left-radius:.25rem}.transcript-section .patient-message{background-color:#dcfce7;color:#14532d;align-self:flex-end;border-bottom-right-radius:.25rem;text-align:right}.transcript-section .chat-message p{margin:0}.transcript-section .transcript-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#ef4444;font-weight:600;margin-top:.5rem}.transcript-section .recording-dot{width:8px;height:8px;background-color:#ef4444;border-radius:50%;animation:pulse 1.5s infinite}.transcript-section .login-container{min-height:100vh;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.transcript-section .login-card{background-color:#fff;width:100%;max-width:1000px;border-radius:24px;box-shadow:0 10px 40px #00000014;overflow:hidden;display:flex;flex-direction:row}.transcript-section .login-branding{width:50%;background-color:#fafafa;padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.transcript-section .login-branding h1{font-size:3rem;font-weight:700;color:#0d9488;margin-bottom:1rem;font-family:Georgia,Times New Roman,serif}.transcript-section .login-branding p{font-size:1.125rem;color:#6b7280;font-weight:300}.transcript-section .login-form-section{width:50%;background-color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:center}.transcript-section .login-form-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.transcript-section .login-toggle{background-color:#f3f4f6;padding:4px;border-radius:10px;display:flex;margin-bottom:2rem}.transcript-section .login-toggle button{flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:600;border:none;border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s ease}.transcript-section .login-toggle button.active{background-color:#fff;color:#1f2937;box-shadow:0 1px 3px #0000001a}.transcript-section .login-toggle button:hover:not(.active){color:#4b5563}.transcript-section .login-form-container{position:relative;min-height:320px}.transcript-section .login-form{position:absolute;width:100%}.transcript-section .form-group{margin-bottom:1.5rem}.transcript-section .form-group label{display:block;font-size:.875rem;font-weight:600;color:#4b5563;margin-bottom:.5rem}.transcript-section .input-wrapper{position:relative}.transcript-section .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.transcript-section .form-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #E5E7EB;border-radius:12px;font-size:.9375rem;color:#1f2937;background-color:#fff;transition:all .2s ease;outline:none}.transcript-section .form-input::placeholder{color:#9ca3af}.transcript-section .form-input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.transcript-section .password-wrapper{position:relative}.transcript-section .password-wrapper .form-input{padding-right:3rem}.transcript-section .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.transcript-section .password-toggle:hover{color:#4b5563}.transcript-section .forgot-password{display:flex;justify-content:flex-end;margin-top:.5rem}.transcript-section .forgot-password a{font-size:.75rem;font-weight:600;color:#0d9488;text-decoration:none;transition:opacity .2s ease}.transcript-section .forgot-password a:hover{text-decoration:underline}.transcript-section .login-button{width:100%;padding:.9375rem 1rem;background-color:#0d9488;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s ease;margin-top:.5rem}.transcript-section .login-button:hover{background-color:#0f766e}.transcript-section .signup-link{text-align:center;font-size:.875rem;color:#6b7280;margin-top:1.5rem}.transcript-section .signup-link a{color:#0d9488;font-weight:600;text-decoration:none;transition:opacity .2s ease}.transcript-section .signup-link a:hover{text-decoration:underline}@media(max-width:768px){.transcript-section .login-card{flex-direction:column;max-width:500px}.transcript-section .login-branding,.transcript-section .login-form-section{width:100%}.transcript-section .login-branding{padding:2rem}.transcript-section .login-branding h1{font-size:2rem}.transcript-section .login-branding p{font-size:1rem}.transcript-section .login-form-section{padding:2rem}}.transcript-section .signup-container{min-height:100vh;background-color:#f8f9fa;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.transcript-section .signup-header{text-align:center;margin-bottom:3rem}.transcript-section .signup-header h1{font-size:2.5rem;font-weight:700;color:#0d9488;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif}.transcript-section .signup-header p{font-size:1rem;color:#0d9488;font-weight:400}.transcript-section .signup-step{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem;max-width:600px;width:100%;position:relative}.transcript-section .user-type-selection{text-align:center}.transcript-section .user-type-selection h2{font-size:1rem;color:#6b7280;margin-bottom:2rem;font-weight:500}.transcript-section .user-type-cards{display:flex;gap:1.5rem;margin-bottom:2rem}.transcript-section .user-type-card{flex:1;background-color:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:2rem 1.5rem;cursor:pointer;transition:all .2s ease;text-align:center}.transcript-section .user-type-card:hover{border-color:#0d9488;box-shadow:0 4px 12px #0d94881a}.transcript-section .user-type-icon{width:64px;height:64px;background-color:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.transcript-section .user-type-icon svg{color:#0d9488}.transcript-section .user-type-card h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.transcript-section .user-type-card p{font-size:.875rem;color:#6b7280;line-height:1.4}.transcript-section .phone-otp-step{text-align:center}.transcript-section .phone-otp-step h2{font-size:1rem;color:#4b5563;margin-bottom:2rem;line-height:1.6}.transcript-section .phone-input-group{display:flex;gap:.75rem;margin-bottom:1.5rem}.transcript-section .country-code{width:80px;padding:.875rem 1rem;border:1px solid #E5E7EB;border-radius:12px;font-size:.9375rem;color:#0d9488;background-color:#fff;text-align:center;font-weight:600}.transcript-section .phone-input-wrapper{flex:1;position:relative}.transcript-section .phone-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:1px solid #E5E7EB;border-radius:12px;font-size:.9375rem;color:#1f2937;background-color:#fff;outline:none;transition:all .2s ease}.transcript-section .phone-input-wrapper input::placeholder{color:#9ca3af}.transcript-section .phone-input-wrapper input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.transcript-section .voice-input-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;cursor:pointer;transition:color .2s ease}.transcript-section .voice-input-icon:hover{color:#0d9488}.transcript-section .send-otp-button{width:100%;padding:.9375rem 1rem;background-color:#0d9488;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s ease;margin-bottom:2rem}.transcript-section .send-otp-button:hover{background-color:#0f766e}.transcript-section .otp-section{margin-top:2rem}.transcript-section .otp-section p{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.transcript-section .otp-inputs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.transcript-section .otp-input{width:60px;height:60px;border:1px solid #E5E7EB;border-radius:12px;text-align:center;font-size:1.5rem;font-weight:600;color:#1f2937;background-color:#fff;outline:none;transition:all .2s ease}.transcript-section .otp-input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.transcript-section .verify-button{width:100%;padding:.9375rem 1rem;background-color:#d1fae5;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:not-allowed;margin-bottom:1rem}.transcript-section .verify-button.active:hover{background-color:#0f766e}.transcript-section .resend-otp{font-size:.875rem;color:#9ca3af}.transcript-section .resend-otp a{color:#0d9488;font-weight:600;text-decoration:none;cursor:pointer}.transcript-section .resend-otp a:hover{text-decoration:underline}.transcript-section .forgot-password-link{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;font-size:.875rem;color:#0d9488;text-decoration:none;cursor:pointer}.transcript-section .forgot-password-link:hover{text-decoration:underline}.transcript-section .profile-step{max-width:500px;margin:0 auto}.transcript-section .profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.transcript-section .profile-icon{width:48px;height:48px;background-color:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center}.transcript-section .profile-icon svg{color:#0d9488}.transcript-section .profile-header h2{font-size:1.5rem;font-weight:700;color:#1f2937}.transcript-section .profile-form{display:flex;flex-direction:column;gap:1.5rem}.transcript-section .profile-form-group{display:flex;flex-direction:column}.transcript-section .profile-form-group label{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.transcript-section .profile-input-wrapper{position:relative}.transcript-section .profile-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:1px solid #E5E7EB;border-radius:12px;font-size:.9375rem;color:#0d9488;background-color:#fff;outline:none;transition:all .2s ease}.transcript-section .profile-input-wrapper input::placeholder{color:#9ca3af}.transcript-section .profile-input-wrapper input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.transcript-section .complete-profile-button{width:100%;padding:.9375rem 1rem;background-color:#0d9488;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s ease;margin-top:1rem}.transcript-section .complete-profile-button:hover{background-color:#0f766e}.transcript-section .login-link{text-align:center;font-size:.875rem;color:#6b7280;margin-top:2rem}.transcript-section .login-link a{color:#0d9488;font-weight:600;text-decoration:none}.transcript-section .login-link a:hover{text-decoration:underline}.transcript-section .doctor-account-creation{display:flex;min-height:100vh;background-color:#fff}.transcript-section .doctor-left-panel{width:50%;background-color:#e5e7eb;padding:4rem 3rem;display:flex;flex-direction:column;justify-content:space-between}.transcript-section .doctor-branding{margin-bottom:auto}.transcript-section .doctor-branding h1{font-size:2.5rem;font-weight:700;color:#10b981;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif}.transcript-section .doctor-branding p{font-size:1rem;color:#10b981;font-weight:400}.transcript-section .doctor-tagline{margin-top:auto}.transcript-section .doctor-tagline h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.3}.transcript-section .doctor-tagline p{font-size:1rem;color:#6b7280;line-height:1.6}.transcript-section .doctor-right-panel{width:50%;background-color:#fff;padding:4rem 3rem;display:flex;align-items:center;justify-content:center}.transcript-section .doctor-form-container{max-width:450px;width:100%}.transcript-section .doctor-form-container h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.transcript-section .doctor-form-container p{font-size:.9375rem;color:#6b7280;margin-bottom:2rem}.transcript-section .doctor-form-group{margin-bottom:1.5rem}.transcript-section .doctor-form-group label{display:block;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.transcript-section .doctor-input-wrapper{position:relative}.transcript-section .doctor-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:1px solid #E5E7EB;border-radius:8px;font-size:.9375rem;color:#1f2937;background-color:#fff;outline:none;transition:all .2s ease}.transcript-section .doctor-input-wrapper input::placeholder{color:#9ca3af}.transcript-section .doctor-input-wrapper input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.transcript-section .password-toggle-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;cursor:pointer;transition:color .2s ease}.transcript-section .password-toggle-icon:hover{color:#4b5563}.transcript-section .forgot-password-text{text-align:right;margin-top:.5rem}.transcript-section .forgot-password-text a{font-size:.875rem;color:#10b981;font-weight:600;text-decoration:none}.transcript-section .forgot-password-text a:hover{text-decoration:underline}.transcript-section .create-account-button{width:100%;padding:.9375rem 1rem;background-color:#374151;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;margin-top:1rem}.transcript-section .create-account-button:hover{background-color:#1f2937}.transcript-section .already-account{text-align:center;font-size:.875rem;color:#6b7280;margin-top:1.5rem}.transcript-section .already-account a{color:#10b981;font-weight:600;text-decoration:none}.transcript-section .already-account a:hover{text-decoration:underline}.transcript-section .professional-profile-step{max-width:600px;width:100%}.transcript-section .progress-indicator{margin-bottom:2rem}.transcript-section .progress-text{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;font-weight:500}.transcript-section .progress-bar-container{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.transcript-section .progress-bar{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;transition:width .3s ease}.transcript-section .professional-profile-step h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.transcript-section .professional-profile-step>p{font-size:.9375rem;color:#6b7280;margin-bottom:2rem}.transcript-section .form-group-select{margin-bottom:1.5rem}.transcript-section .form-group-select label{display:block;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.transcript-section .form-group-select select{width:100%;padding:.875rem 3rem .875rem 1rem;border:1px solid #E5E7EB;border-radius:8px;font-size:.9375rem;color:#6b7280;background-color:#fff;outline:none;transition:all .2s ease;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 12 12'%3E%3Cpath fill='%236B7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.transcript-section .form-group-select select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.transcript-section .professional-input-wrapper{position:relative}.transcript-section .professional-input-wrapper input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #E5E7EB;border-radius:8px;font-size:.9375rem;color:#1f2937;background-color:#fff;outline:none;transition:all .2s ease}.transcript-section .professional-input-wrapper input::placeholder{color:#9ca3af}.transcript-section .professional-input-wrapper input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.transcript-section .professional-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.transcript-section .save-continue-button{width:100%;padding:.9375rem 1rem;background-color:#10b981;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease;margin-top:1rem}.transcript-section .save-continue-button:hover{background-color:#059669}.transcript-section .skip-link{text-align:center;margin-top:1rem}.transcript-section .skip-link a{font-size:.875rem;color:#6b7280;text-decoration:none;cursor:pointer}.transcript-section .skip-link a:hover{color:#1f2937}.transcript-section .success-confirmation{text-align:center;max-width:500px;width:100%}.transcript-section .success-icon{width:80px;height:80px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.transcript-section .success-icon svg{color:#10b981}.transcript-section .success-confirmation h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.transcript-section .success-confirmation p{font-size:.9375rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.transcript-section .dashboard-button{width:100%;max-width:300px;padding:.9375rem 1rem;background-color:#10b981;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.transcript-section .dashboard-button:hover{background-color:#059669}@media(max-width:768px){.transcript-section .signup-step{padding:2rem}.transcript-section .signup-header h1{font-size:2rem}.transcript-section .user-type-cards{flex-direction:column}.transcript-section .otp-inputs{gap:.5rem}.transcript-section .otp-input{width:50px;height:50px;font-size:1.25rem}.transcript-section .doctor-account-creation{flex-direction:column}.transcript-section .doctor-left-panel,.transcript-section .doctor-right-panel{width:100%}.transcript-section .doctor-left-panel{padding:2rem;min-height:auto}.transcript-section .doctor-right-panel{padding:2rem}.transcript-section .doctor-tagline h2{font-size:1.5rem}}.transcript-section .otp-container{min-height:100vh;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.transcript-section .otp-card{background-color:#fff;width:100%;max-width:1000px;border-radius:24px;box-shadow:0 10px 40px #00000014;overflow:hidden;display:flex;flex-direction:row}.transcript-section .otp-branding{width:50%;background-color:#fafafa;padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.transcript-section .otp-branding h1{font-size:3rem;font-weight:700;color:#0d9488;margin-bottom:1rem;font-family:Georgia,Times New Roman,serif}.transcript-section .otp-branding p{font-size:1.125rem;color:#6b7280;font-weight:300}.transcript-section .otp-form-section{width:50%;background-color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:center}.transcript-section .back-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#6b7280;font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;padding:0;transition:color .2s ease}.transcript-section .back-button:hover{color:#0d9488}.transcript-section .otp-form-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.transcript-section .otp-subtitle{font-size:.875rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.transcript-section .phone-display{display:inline-flex;align-items:center;gap:.25rem;font-weight:600;color:#0d9488;margin-left:.25rem}.transcript-section .otp-inputs{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.transcript-section .otp-input{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid #E5E7EB;border-radius:12px;background-color:#fff;color:#1f2937;transition:all .2s ease;outline:none}.transcript-section .otp-input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;transform:scale(1.05)}.transcript-section .otp-input.filled{border-color:#0d9488;background-color:#f0fdfa}.transcript-section .otp-footer{text-align:center;margin-bottom:1.5rem;min-height:1.5rem}.transcript-section .timer-text{font-size:.875rem;color:#6b7280}.transcript-section .timer{font-weight:700;color:#0d9488}.transcript-section .resend-button{background:none;border:none;color:#0d9488;font-size:.875rem;font-weight:700;cursor:pointer;text-decoration:underline;transition:opacity .2s ease}.transcript-section .resend-button:hover{opacity:.8}.transcript-section .verify-button{width:100%;padding:.9375rem 1rem;background-color:#d1d5db;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:12px;cursor:not-allowed;transition:all .2s ease;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.transcript-section .verify-button.active{background-color:#0d9488;cursor:pointer}.transcript-section .verify-button.active:hover{background-color:#0f766e;transform:translateY(-1px);box-shadow:0 4px 12px #0d94884d}.transcript-section .verify-button:disabled{opacity:.6;cursor:not-allowed}.transcript-section .loading-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.transcript-section .otp-help{text-align:center;font-size:.875rem;color:#6b7280}.transcript-section .otp-help a{color:#0d9488;font-weight:600;text-decoration:none;transition:opacity .2s ease}.transcript-section .otp-help a:hover{text-decoration:underline}@media(max-width:768px){.transcript-section .otp-card{flex-direction:column;max-width:500px}.transcript-section .otp-branding,.transcript-section .otp-form-section{width:100%}.transcript-section .otp-branding{padding:2rem}.transcript-section .otp-branding h1{font-size:2rem}.transcript-section .otp-branding p{font-size:1rem}.transcript-section .otp-form-section{padding:2rem}.transcript-section .otp-inputs{gap:.5rem}.transcript-section .otp-input{width:2.5rem;height:3rem;font-size:1.25rem}}.transcript-section .otp-input:focus{animation:pulse .3s ease}.transcript-section .system-architecture-page{min-height:100vh;height:100vh;background:#f5f5f5;color:#1a1a1a;overflow:hidden;display:flex;flex-direction:column}.transcript-section .arch-header{position:relative;padding:.75rem 2rem;background:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0}.transcript-section .back-button{position:absolute;top:.75rem;left:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:4px;color:#666;transition:all .2s;cursor:pointer;border:1px solid #e5e5e5}.transcript-section .back-button:hover{background:#f5f5f5;color:#1a1a1a}.transcript-section .arch-header-content{text-align:center;max-width:1200px;margin:0 auto}.transcript-section .arch-header-content h1{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0;padding:0}.transcript-section .architecture-section{flex:1;overflow-y:auto;padding:1.5rem;display:flex;align-items:center;justify-content:center;position:relative}.transcript-section .arch-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative}.transcript-section .connection-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible}.transcript-section .arrow-path{stroke-dasharray:0;transition:opacity .3s}.transcript-section .arrow-path:hover{opacity:.8!important}.transcript-section .arrow-path.dashed{stroke-dasharray:8,4;stroke-width:2.5}.transcript-section .arch-column{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:2}.transcript-section .processing-column{background:#3b82f60d;padding:1rem;border-radius:8px}.transcript-section .column-header{margin-bottom:.5rem}.transcript-section .column-header h2{font-size:1.1rem;font-weight:700;margin-bottom:.15rem}.transcript-section .column-header p{font-size:.75rem;font-weight:500;opacity:.8}.transcript-section .column-cards{display:flex;flex-direction:column;gap:1.25rem}.transcript-section .arch-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1rem;transition:all .2s;box-shadow:0 1px 3px #0000000d}.transcript-section .arch-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#d4d4d4}.transcript-section .highlight-card{border:2px dashed #ef4444;background:#fef2f2}.transcript-section .highlight-card:hover{border-color:#dc2626}.transcript-section .card-icon{margin-bottom:.5rem}.transcript-section .arch-card h3{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.transcript-section .arch-card p{font-size:.75rem;color:#666;line-height:1.4}@media(max-width:1200px){.transcript-section .arch-container{grid-template-columns:1fr;gap:1rem}.transcript-section .processing-column{order:2}}@media(max-width:768px){.transcript-section .arch-header-content h1{font-size:.9rem}.transcript-section .architecture-section{padding:1rem}.transcript-section .arch-container{gap:.75rem}.transcript-section .arch-card{padding:.75rem}.transcript-section .column-header h2{font-size:.95rem}}.transcript-section .getcall-page{min-height:100vh;background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:2rem}.transcript-section .layout{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;max-width:1000px;width:100%}.transcript-section .left{display:flex;flex-direction:column;gap:1rem}.transcript-section .page-title{display:flex;align-items:center;gap:.5rem}.transcript-section .page-title h1{font-size:1.2rem;margin:0}.transcript-section .page-subtitle{font-size:.9rem;color:#555;margin:0}.transcript-section .card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1rem}.transcript-section .form label{font-size:.8rem;color:#333;display:block;margin-bottom:.4rem}.transcript-section .input-row{display:flex;gap:.5rem}.transcript-section .code-select{border:1px solid #ddd;border-radius:6px;padding:.6rem .5rem;background:#fff}.transcript-section .input-row input{flex:1;border:1px solid #ddd;border-radius:6px;padding:.6rem .7rem;font-size:.95rem}.transcript-section .submit-btn{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:.6rem 1rem;font-weight:600;cursor:pointer}.transcript-section .submit-btn:disabled{opacity:.7;cursor:not-allowed}.transcript-section .helper{font-size:.75rem;color:#666;margin-top:.5rem}.transcript-section .status{display:flex;align-items:center;gap:.4rem;margin-top:1rem}.transcript-section .status.success{color:#16a34a}.transcript-section .status.error{color:#dc2626}.transcript-section .trust{display:flex;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.transcript-section .trust-item{display:flex;align-items:center;gap:.35rem;color:#333;font-size:.85rem}.transcript-section .right{display:flex;flex-direction:column;gap:1rem}.transcript-section .illustration{position:relative;height:180px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;display:flex;align-items:center;justify-content:center}.transcript-section .circle{position:absolute;border-radius:50%;opacity:.6}.transcript-section .circle.big{width:140px;height:140px;background:#dbeafe}.transcript-section .circle.mid{width:90px;height:90px;background:#e9d5ff}.transcript-section .circle.small{width:50px;height:50px;background:#dcfce7}.transcript-section .info h3{font-size:1rem;margin:.25rem 0}.transcript-section .info ol{margin:.25rem 0 0;padding-left:1rem;color:#444}.transcript-section .info li{margin:.25rem 0}@media(max-width:900px){.transcript-section .layout{grid-template-columns:1fr}}
