:root{--primary-color: #3b82f6;--primary-light: #60a5fa;--secondary-color: #ef4444;--secondary-light: #f87171;--text-color: #1e293b;--light-text: #64748b;--background: #ffffff;--light-background: #f8fafc;--border-radius: 8px}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-color);line-height:1.5;background-color:var(--light-background)}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}.container{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav{width:100%;padding:2rem 0;background:transparent;position:absolute;top:0;left:0;z-index:10}.logo{font-size:1.5rem;font-weight:700;color:var(--text-color);display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:24px;height:24px;object-fit:contain}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-color);font-weight:500;font-size:1rem}.nav-links a.cta-button{background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:var(--border-radius)}.hero{width:100%;min-height:100vh;background:#f8fafc;display:flex;flex-direction:column;position:relative}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 2rem;margin-top:4rem}.hero h1{font-size:4.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:var(--text-color)}.subtitle{font-size:1.375rem;color:var(--light-text);margin-bottom:2.5rem;max-width:42rem}.cta-buttons{display:flex;gap:1.25rem;justify-content:center}.primary-button,.secondary-button{padding:.875rem 1.75rem;border-radius:var(--border-radius);font-weight:500;text-decoration:none;font-size:1rem}.primary-button{background:var(--primary-color);color:#fff;border:none}.secondary-button{background:transparent;color:var(--text-color);border:1px solid var(--light-text)}.features-section{padding:6rem 2rem;background:var(--background);background-color:var(--light-background);width:100%}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--background);padding:2rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a;text-align:center}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.feature-card p{color:var(--light-text);line-height:1.6}.footer{background:var(--background);padding:3rem 2rem;border-top:1px solid var(--light-background);background-color:var(--light-background);width:100%}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:2rem}.footer-logo{font-weight:700;color:var(--text-color);text-decoration:none;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.footer-links{display:flex;gap:2rem;margin-left:auto}.footer-links a{color:var(--light-text);text-decoration:none;white-space:nowrap}.demo-container{width:100%;max-width:800px;margin:10vw auto;padding:2rem}.demo-form{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.demo-form h2{margin:0 0 2rem;color:var(--text-color);font-size:2rem;font-weight:700}.input-group label{display:block;margin-bottom:.75rem;color:var(--text-color);font-weight:500;font-size:1rem}.input-group input,.input-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#f8fafc;color:#1e293b}.input-group input::placeholder,.input-group textarea::placeholder{color:#94a3b8}.input-group input:focus,.input-group textarea:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.input-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#f8fafc;color:#1e293b;resize:none;overflow:hidden;min-height:42px;line-height:1.5}.input-group textarea::placeholder{color:#94a3b8}.input-group textarea:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.demo-form button{width:100%;padding:1rem;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.demo-form button:hover{background:var(--primary-light);transform:translateY(-1px)}.demo-form button:disabled{background:#e2e8f0;cursor:not-allowed;transform:none}.error-message{margin-top:1rem;padding:.75rem;background:#fee2e2;border-radius:8px;color:#dc2626;font-size:.875rem}.error-link{background:none;border:none;color:#dc2626;font-size:.875rem;padding:0;cursor:pointer;text-decoration:underline}.error-link:hover{color:#b91c1c}.results{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.results h3{margin:0 0 1rem;color:var(--text-color);font-size:1.25rem;font-weight:600}.result-item{padding:.75rem 0;border-bottom:1px solid #f1f3f4}.result-item a{color:var(--primary-color);text-decoration:none;font-weight:500}.result-item a:hover{text-decoration:underline}.requests-remaining{color:var(--light-text);font-size:.875rem;padding:.5rem .75rem;background:var(--light-background);border-radius:var(--border-radius);display:inline-block}.limit-reached{margin-bottom:2rem;padding:1.5rem;background:var(--light-background);border-radius:var(--border-radius);text-align:center}.limit-reached p{color:var(--text-color);font-size:1.125rem;margin-bottom:1rem}.limit-reached .primary-button{display:inline-block;margin-top:.5rem}.user-menu{position:relative;display:flex;align-items:center;gap:1rem}.avatar-container{position:relative;cursor:pointer}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-color)}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--background);border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:150px;z-index:100}.dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:none;color:var(--text-color);font-size:.875rem;text-align:left;cursor:pointer;display:block;transition:background-color .2s}.dropdown-item:hover{background-color:var(--light-background)}.auth-buttons{display:flex;gap:1rem;align-items:center}.nav-button{background:none;border:none;padding:.5rem 1rem;font-size:1rem;color:var(--text-color);cursor:pointer;font-weight:500;transition:all .2s}.nav-button:hover{color:var(--primary-color)}.nav-button.cta-button{background:var(--primary-color);color:#fff;border-radius:var(--border-radius);transition:background-color .2s}.nav-button.cta-button:hover{background:var(--primary-light)}@media (max-width: 768px){.container{padding:0 1.5rem}.hero h1{font-size:3rem;margin-bottom:1rem;line-height:1.2}.subtitle{font-size:1.125rem;margin-bottom:2rem;padding:0 1rem}.hero-content{padding:2rem 1rem}.cta-buttons{flex-direction:column;gap:1rem;width:100%;max-width:300px}.primary-button,.secondary-button{width:100%;text-align:center}.features-section{padding:3rem 1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem}.feature-card p{font-size:.9375rem}.nav{padding:1rem 0}.nav-links{gap:1rem}.logo{font-size:1.25rem}.logo-icon{width:20px;height:20px}.footer{padding:2rem 1.5rem}.footer-content{flex-direction:column;align-items:center;text-align:center;gap:1rem}.footer-links{margin-left:0}.auth-buttons{gap:.5rem}.nav-button{padding:.5rem .75rem;font-size:.875rem}.demo-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:2rem .5rem;box-sizing:border-box}}@media (max-width: 480px){.hero h1{font-size:2.5rem}.nav-links a{font-size:.875rem}.nav-links a.cta-button{padding:.5rem 1rem}}.pricing-container{width:100%;max-width:1200px;margin:8rem auto 4rem;padding:0 2rem}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-color)}.pricing-header p{font-size:1.25rem;color:var(--light-text)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.pricing-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;transition:transform .2s ease}.pricing-card:hover{transform:translateY(-4px)}.pricing-card-header{text-align:center;margin-bottom:2rem}.pricing-card-header h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.price{font-size:3rem;font-weight:800;color:var(--text-color);margin-bottom:.5rem}.price .currency{font-size:1.5rem;vertical-align:super}.price .period{font-size:1rem;color:var(--light-text);font-weight:400}.requests{color:var(--light-text);font-size:.875rem}.features-list{list-style:none;margin:0;padding:0;margin-bottom:2rem;flex-grow:1}.features-list li{padding:.75rem 0;color:var(--text-color);display:flex;align-items:center}.features-list li:before{content:"✓";color:var(--primary-color);margin-right:.75rem;font-weight:700}.subscribe-button{width:100%;padding:1rem;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.subscribe-button:hover{background:var(--primary-light);transform:translateY(-1px)}.subscribe-button:disabled{background:#e2e8f0;cursor:not-allowed;transform:none}@media (max-width: 768px){.pricing-container{margin-top:6rem;padding:0 1.5rem}.pricing-header h1{font-size:2.5rem}.pricing-header p{font-size:1.125rem}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.how-it-works{width:100%;padding:6rem 2rem;background:var(--background)}.how-it-works h2{font-size:2.5rem;text-align:center;margin-bottom:3rem}.steps{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;margin-bottom:1rem}.step p{color:var(--light-text);font-size:1.1rem}.dashboard-container{max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem}.dashboard-header{margin-bottom:3rem}.dashboard-header h1{font-size:2.5rem;margin-bottom:.5rem}.dashboard-header p{font-size:1.2rem;color:var(--light-text)}.tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0}.tab{padding:1rem 2rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:1.1rem;font-weight:500;color:var(--light-text);transition:all .3s ease;margin-bottom:-2px}.tab:hover{color:var(--text-color)}.tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.settings-section{background:var(--background);padding:2rem;border-radius:var(--border-radius);box-shadow:0 2px 8px #0000000d}.form-section{margin-bottom:3rem}.form-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-color)}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--text-color)}.input-group small{display:block;color:var(--light-text);margin-top:.25rem;font-size:.9rem}.input-group input,.input-group select{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:var(--border-radius);font-size:1rem;transition:border-color .3s ease}.input-group input:focus,.input-group select:focus{outline:none;border-color:var(--primary-color)}.time-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-top:1rem}.time-slot{padding:.75rem 1rem;border:2px solid #cbd5e1;border-radius:var(--border-radius);background:var(--background);cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500}.time-slot:hover{border-color:var(--primary-light)}.time-slot.selected{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.save-button{width:100%;padding:1rem 2rem;background:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius);font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease;margin-top:2rem}.save-button:hover:not(:disabled){transform:translateY(-2px)}.save-button:disabled{opacity:.6;cursor:not-allowed}.success-message{background:#dcfce7;color:#166534;padding:1rem;border-radius:var(--border-radius);margin-bottom:1rem;border:1px solid #bbf7d0}.history-section{background:var(--background);padding:2rem;border-radius:var(--border-radius);box-shadow:0 2px 8px #0000000d}.history-section h2{font-size:1.5rem;margin-bottom:1.5rem}.empty-state{text-align:center;padding:3rem;color:var(--light-text)}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{padding:1.5rem;border:1px solid #e2e8f0;border-radius:var(--border-radius);transition:box-shadow .3s ease}.history-item:hover{box-shadow:0 2px 8px #0000001a}.history-date{font-weight:600;color:var(--text-color);margin-bottom:.5rem}.history-details{display:flex;gap:1rem;margin-bottom:.5rem}.history-language,.history-duration{padding:.25rem .75rem;background:var(--light-background);border-radius:4px;font-size:.9rem;color:var(--light-text)}.history-notes{color:var(--light-text);margin-top:.5rem}.input-group .PhoneInput{width:100%}.input-group .PhoneInputInput{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:var(--border-radius);font-size:1rem;transition:border-color .3s ease;background:var(--background)}.input-group .PhoneInputInput:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #3b82f61a}.input-group .PhoneInputCountry{padding:0 .5rem}.input-group .PhoneInputCountryIcon{margin-right:.5rem;box-shadow:0 0 0 1px #0000001a}.input-group .PhoneInputCountrySelectArrow{color:var(--light-text);opacity:.5;margin-left:.5rem}.courses-view{margin-top:2rem}.courses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.courses-header h2{font-size:1.75rem;font-weight:700;color:var(--text-color)}.btn-primary{background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color);padding:.5rem 1.25rem;border-radius:var(--border-radius);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:var(--primary-color);color:#fff}.btn-back{background:#fff;border:1px solid #e5e7eb;color:var(--text-color);font-size:.9375rem;font-weight:500;cursor:pointer;padding:.625rem 1rem;border-radius:8px;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-back:hover{background:var(--light-background);border-color:#d1d5db}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.course-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .3s ease;text-align:center}.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.course-flag{font-size:4rem;margin-bottom:1rem}.course-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.course-level{color:var(--light-text);font-size:.9rem;text-transform:capitalize}.course-detail-view{margin-top:2rem}.course-detail-header{margin-bottom:3rem}.course-detail-header h2{font-size:2.5rem;font-weight:700;display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.course-flag-large{font-size:3rem}.course-level-badge{display:inline-block;background:var(--light-background);color:var(--light-text);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;text-transform:capitalize}.next-call-banner{margin-top:1.5rem;padding:1rem 1.5rem;background:#eff6ff;border-radius:12px;border:2px solid var(--primary-color);display:flex;align-items:center;gap:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 8px #3b82f600}}.next-call-label{font-weight:600;color:var(--primary-color);font-size:.95rem}.next-call-time{font-size:1.1rem;font-weight:700;color:var(--text-color)}.course-sections{display:flex;flex-direction:column;gap:2rem}.section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.section h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-color)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3{margin-bottom:0}.empty-state-small{text-align:center;padding:2rem;color:var(--light-text)}.schedules-list{display:flex;flex-direction:column;gap:1rem}.schedule-card{padding:1.25rem;border:1px solid #e2e8f0;border-radius:var(--border-radius);transition:all .2s ease;display:flex;justify-content:space-between;align-items:center;gap:1rem}.schedule-card:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #3b82f61a}.schedule-time{font-size:1.1rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.schedule-meta{font-size:.9rem;color:var(--light-text)}.btn-delete{background:transparent;border:1px solid #ef4444;color:#ef4444;padding:.5rem 1rem;border-radius:var(--border-radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-delete:hover:not(:disabled){background:#ef4444;color:#fff}.btn-delete:disabled{opacity:.5;cursor:not-allowed}.calls-list{display:flex;flex-direction:column;gap:.75rem}.call-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e2e8f0;border-radius:var(--border-radius);transition:all .2s ease}.call-card:hover{box-shadow:0 2px 8px #0000000d}.call-date{font-size:.95rem;color:var(--text-color)}.call-status{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;text-transform:capitalize}.status-scheduled{background:#dbeafe;color:#1e40af}.status-dispatched{background:#fef3c7;color:#92400e}.status-completed{background:#dcfce7;color:#166534}.status-failed{background:#fee2e2;color:#991b1b}.status-missed{background:#fef08a;color:#854d0e}.status-cancelled{background:#f3f4f6;color:#6b7280}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;padding:2rem;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-content h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-color)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.75rem;color:var(--text-color)}.form-group select,.form-group input[type=time],.form-group input[type=date]{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:var(--border-radius);font-size:1rem;transition:border-color .2s}.form-group select:focus,.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #3b82f61a}.PhoneInput{width:100%}.PhoneInput input{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:var(--border-radius);font-size:1rem;transition:border-color .2s}.PhoneInput input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #3b82f61a}.PhoneInputCountry{margin-right:.5rem;padding:.5rem}.level-option{padding:1rem;border:2px solid #e2e8f0;border-radius:var(--border-radius);margin-bottom:.75rem;cursor:pointer;transition:all .2s ease}.level-option:hover{border-color:var(--primary-light)}.level-option.selected{border-color:var(--primary-color);background:#eff6ff}.level-name{font-weight:600;color:var(--text-color);margin-bottom:.25rem}.level-description{font-size:.9rem;color:var(--light-text)}.frequency-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.frequency-option{padding:1rem;border:2px solid #cbd5e1;border-radius:var(--border-radius);background:#fff;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease;text-align:center}.frequency-option:hover{border-color:var(--primary-light);background:#eff6ff}.frequency-option.selected{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.days-selector{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.day-button{padding:.75rem .5rem;border:2px solid #cbd5e1;border-radius:var(--border-radius);background:#fff;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.day-button:hover{border-color:var(--primary-light)}.day-button.selected{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.modal-actions button{flex:1;padding:.875rem;font-size:1rem;font-weight:500;border-radius:var(--border-radius);cursor:pointer;transition:all .2s ease}@media (max-width: 768px){.dashboard-container{padding:6rem 1rem 2rem}.time-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.steps{grid-template-columns:1fr}.tabs{overflow-x:auto}.courses-header{flex-direction:column;align-items:stretch;gap:1rem}.courses-grid{grid-template-columns:1fr}.course-detail-header h2{font-size:2rem}.next-call-banner{flex-direction:column;align-items:flex-start;gap:.5rem}.days-selector{grid-template-columns:repeat(7,1fr);gap:.25rem}.day-button{padding:.5rem .25rem;font-size:.8rem}.modal-content{padding:1.5rem}.modal-actions{flex-direction:column}.call-info-grid{grid-template-columns:1fr}.messages-container{max-height:400px}}.call-show{width:100%;min-height:100vh;background-color:var(--light-background);padding:6rem 0 2rem}.call-show-container{max-width:900px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.call-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;align-items:flex-start}.call-header h1{font-size:2rem;color:var(--text-color);margin:0}.call-info-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.call-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.call-info-header h2{font-size:1.5rem;color:var(--text-color);margin:0}.call-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.875rem;font-weight:600;color:var(--light-text);text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1rem;color:var(--text-color)}.call-summary{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.call-summary h3{font-size:1.125rem;color:var(--text-color);margin-bottom:.75rem}.call-summary p{color:var(--light-text);line-height:1.6}.call-messages-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.call-messages-section h2{font-size:1.5rem;color:var(--text-color);margin-bottom:1.5rem;font-weight:600}.empty-messages{text-align:center;padding:3rem 1rem;color:var(--light-text);font-style:italic}.messages-container{display:flex;flex-direction:column;gap:.875rem;max-height:600px;overflow-y:auto;padding:.5rem;margin:-.5rem;background-color:#fafafa;border-radius:8px}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:var(--light-background);border-radius:3px}.messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.message{padding:1rem 1.25rem;border-radius:12px;background-color:#fff;border:1px solid #e5e7eb;transition:all .2s ease}.message:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.message-user{background-color:#fafafa;border-left:3px solid var(--primary-color)}.message-tutor{background-color:#fff;border-left:3px solid #8b5cf6}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.message-role{font-weight:600;font-size:.875rem;color:var(--text-color);display:flex;align-items:center;gap:.5rem}.message-icon{font-size:1rem;flex-shrink:0}.message-user .message-icon{color:var(--primary-color)}.message-tutor .message-icon{color:#8b5cf6}.message-time{font-size:.75rem;color:var(--light-text);font-weight:500}.message-content{color:var(--text-color);line-height:1.7;white-space:pre-wrap;font-size:.9375rem}.loading,.error{text-align:center;padding:3rem 1rem;color:var(--light-text)}.error{color:var(--secondary-color)}.call-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.call-card{transition:all .2s ease}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
