*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}#root,body,html{height:100%}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}ol,ul{list-style:none;padding:0}button{background:none;border:none;cursor:pointer;font:inherit;outline:inherit;padding:0}a{color:inherit}img,video{display:block;height:auto;max-width:100%}input,select,textarea{font:inherit}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}::selection{background-color:#2563eb;color:#fff}.home-page{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#fff;border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.header-content{padding:1rem 0}.logo{align-items:center;display:flex;gap:.75rem}.logo-icon{height:48px;width:48px}.logo-text{color:var(--gray-900);font-size:1.5rem;font-weight:700}.nav{display:flex;gap:2rem}.nav-link{color:var(--gray-600);font-weight:500;transition:color .15s ease-in-out}.nav-link:hover{color:var(--primary-color);text-decoration:none}.hero{background:linear-gradient(135deg,#e0e7ff,#f0f9ff);flex:1 1;padding:5rem 0}.hero-content{margin:0 auto;max-width:800px;text-align:center}.hero-title{color:var(--gray-900);font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-description{color:var(--gray-600);font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.hero-actions{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.access-card{background-color:#fff;border-radius:1rem;box-shadow:var(--shadow-md);padding:2rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.access-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.access-card h3{color:var(--primary-color);margin-bottom:.75rem}.access-card p{color:var(--gray-600);margin:0}.features{background-color:var(--gray-50);padding:5rem 0}.section-title{color:var(--gray-900);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.feature-card{background-color:#fff;border-radius:.75rem;box-shadow:var(--shadow);padding:2rem;text-align:center;transition:transform .2s ease-in-out}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--gray-900);font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:var(--gray-600);margin:0}.how-it-works{background-color:#fff;padding:5rem 0}.steps{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.step,.steps{position:relative}.step{text-align:center}.step-number{align-items:center;background-color:var(--primary-color);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.step h3{color:var(--gray-900);font-size:1.25rem;margin-bottom:.75rem}.step p{color:var(--gray-600);margin:0}@media (min-width:768px){.step:not(:last-child):after{background-color:var(--gray-300);content:"";height:2px;left:50%;position:absolute;top:30px;width:100%;z-index:-1}}.contact{background-color:var(--gray-50);padding:5rem 0}.contact-content{margin:0 auto;max-width:600px;text-align:center}.contact-content>p{color:var(--gray-600);font-size:1.125rem;margin-bottom:2rem}.contact-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contact-option{background-color:#fff;border-radius:.75rem;box-shadow:var(--shadow);padding:2rem}.contact-option h4{color:var(--gray-900);font-size:1.125rem;margin-bottom:.5rem}.contact-option a{font-size:1.125rem;font-weight:600}.footer{background-color:var(--gray-900);color:#fff;padding:2rem 0;text-align:center}.footer p{color:var(--gray-400);margin:0}@media (max-width:768px){.hero-title{font-size:2rem}.hero-description{font-size:1.125rem}.section-title{font-size:2rem}.nav{display:none}.features-grid,.steps{grid-template-columns:1fr}.steps{gap:2rem}.step:after{display:none}}.student-view{align-items:center;background:linear-gradient(135deg,#e0e7ff,#f0f9ff);display:flex;justify-content:center;min-height:100vh}.error-view{background:linear-gradient(135deg,#fee2e2,#fef2f2)}.error-card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);margin:0 auto;max-width:500px;padding:3rem;text-align:center}.error-icon{font-size:4rem;margin-bottom:1.5rem}.error-card h1{color:var(--gray-900);font-size:1.875rem;margin-bottom:1rem}.error-message{color:var(--gray-600);font-size:1.125rem;margin-bottom:2rem}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.support-info{border-top:1px solid var(--gray-200);color:var(--gray-600);padding-top:2rem}.support-info p{font-size:.875rem;margin:.5rem 0}.waiting-room{background:linear-gradient(135deg,#e0e7ff,#f0f9ff)}.waiting-card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);margin:0 auto;max-width:600px;overflow:hidden}.waiting-header{background:linear-gradient(135deg,#2563eb,#3b82f6);padding:2rem;text-align:center}.waiting-header .logo{align-items:center;display:flex;gap:.75rem;justify-content:center}.waiting-header .logo-icon{filter:brightness(0) invert(1);height:48px;width:48px}.waiting-header .logo-text{color:#fff;font-size:1.75rem;font-weight:700}.waiting-content{padding:3rem;text-align:center}.waiting-content h1{color:var(--gray-900);font-size:1.875rem;margin-bottom:.5rem}.student-name{color:var(--primary-color);font-size:1.25rem;font-weight:500;margin-bottom:2rem}.session-info{background:var(--gray-50);border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.info-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.info-item:not(:last-child){border-bottom:1px solid var(--gray-200)}.info-label{color:var(--gray-600);font-size:.875rem;font-weight:500}.info-value{color:var(--gray-900);font-size:.875rem;font-weight:600}.wait-indicator{margin:2rem 0}.wait-spinner{animation:spin 1s linear infinite;border:4px solid var(--gray-200);border-radius:50%;border-top-color:var(--primary-color);height:60px;margin:0 auto 1.5rem;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wait-message{color:var(--gray-600);font-size:1rem;margin-bottom:.5rem}.wait-time{color:var(--gray-500);font-size:.875rem;font-weight:500}.waiting-footer{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:1.5rem;text-align:center}.waiting-content .alert{margin-top:1.5rem;text-align:left}@media (max-width:640px){.error-card,.waiting-card{margin:1rem}.error-card,.waiting-content{padding:2rem}.waiting-content h1{font-size:1.5rem}.student-name{font-size:1.125rem}.error-actions{flex-direction:column}.error-actions .btn{width:100%}}.interpreter-view{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);min-height:100vh;padding:2rem 0}.interpreter-card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);margin:0 auto;max-width:800px;overflow:hidden}.interpreter-card .card-header{align-items:center;background:linear-gradient(135deg,#7c3aed,#8b5cf6);border-bottom:none;display:flex;justify-content:space-between;padding:2rem}.interpreter-card .logo{align-items:center;display:flex;gap:.75rem}.interpreter-card .logo-icon{filter:brightness(0) invert(1);height:48px;width:48px}.interpreter-card .logo-text{color:#fff;font-size:1.75rem;font-weight:700}.interpreter-badge{background:#fff3;border-radius:2rem;color:#fff;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.assignment-details{padding:2.5rem}.assignment-details h1{color:var(--gray-900);font-size:2rem;margin-bottom:2rem}.detail-section{margin-bottom:2rem}.detail-section h3{color:var(--gray-700);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.detail-grid{background:var(--gray-50);border-radius:.75rem;padding:1.25rem}.detail-item{align-items:center;display:flex;justify-content:space-between;padding:.75rem 0}.detail-item:not(:last-child){border-bottom:1px solid var(--gray-200)}.detail-label{color:var(--gray-600);font-size:.875rem;font-weight:500}.detail-value{color:var(--gray-900);font-size:.875rem;font-weight:600;text-align:right}.status-scheduled{color:var(--primary-color)}.status-active{color:var(--success-color)}.status-completed{color:var(--gray-600)}.status-cancelled{color:var(--error-color)}.assignment-notes{background:var(--gray-50);border-radius:.5rem;color:var(--gray-700);font-size:.875rem;line-height:1.6;margin:0;padding:1rem}.action-section{border-top:1px solid var(--gray-200);margin-top:2rem;padding-top:2rem}.session-active,.session-ready{text-align:center}.join-message{color:var(--gray-700);font-size:1.125rem;margin-bottom:1.5rem}.action-section .btn{min-width:200px}.action-section .alert{margin-bottom:1.5rem}.interpreter-card .card-footer{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:1.5rem 2.5rem;text-align:center}.help-text{color:var(--gray-600);font-size:.875rem;margin:0}.help-text a{font-weight:600;white-space:nowrap}.interpreter-view .error-card{max-width:600px}@media (max-width:768px){.interpreter-card{margin:0 1rem}.interpreter-card .card-header{flex-direction:column;gap:1rem;text-align:center}.assignment-details{padding:1.5rem}.assignment-details h1{font-size:1.5rem}.detail-item{align-items:flex-start;flex-direction:column;gap:.25rem}.detail-value{font-size:1rem;text-align:left}.action-section .btn{width:100%}}.btn:disabled{overflow:hidden;position:relative}.btn:disabled:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.livekit-room-container{background:#000;height:100vh;position:relative}.livekit-room-container,.video-room-placeholder{align-items:center;display:flex;justify-content:center;width:100%}.video-room-placeholder{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;height:100%}.placeholder-content{max-width:600px;padding:2rem;text-align:center}.placeholder-content h2{color:#fff;font-size:2.5rem;margin-bottom:2rem}.room-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.room-info p{font-size:1.1rem;margin:.5rem 0}.room-info strong{color:#4f46e5}.placeholder-video{background:#ffffff0d;border:2px dashed #fff3;border-radius:16px;margin:2rem 0;padding:3rem}.video-placeholder{align-items:center;display:flex;flex-direction:column;gap:1rem}.video-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.video-placeholder p{color:#fffc;margin:.5rem 0}.video-placeholder .note{color:#fff9;font-size:.9rem;font-style:italic}.room-controls{margin-top:2rem}.btn{border-radius:8px;display:inline-block;transition:all .2s ease}.btn-secondary{background:#ffffff1a;border:1px solid #fff3;color:#fff}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.room-overlay{left:20px;top:20px;z-index:1000}.role-indicator{align-items:center;display:flex;gap:10px}.role-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#4f46e5e6;border:1px solid #ffffff1a;border-radius:20px;font-size:.9rem;padding:.5rem 1rem}.role-badge.role-student{background:#22c55ee6}.role-badge.role-interpreter{background:#a855f7e6}.role-badge.role-admin{background:#ef4444e6}@media (max-width:768px){.placeholder-content{padding:1rem}.placeholder-content h2{font-size:2rem}.room-info{padding:1rem}.placeholder-video{padding:2rem}.video-icon{font-size:3rem}}.lk-room-container{height:100%}.room-overlay{pointer-events:none;position:absolute;right:1rem;top:1rem;z-index:100}.role-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000b3;border-radius:2rem;padding:.5rem 1rem}.role-badge{align-items:center;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.role-student{color:#60a5fa}.role-interpreter{color:#a78bfa}.role-admin{color:#fbbf24}.settings-note{color:#6b7280;font-size:.875rem;padding:1rem;text-align:center}[data-lk-theme=default]{--lk-brand-color:#2563eb;--lk-brand-color-hover:#1d4ed8;--lk-bg:#1a1a1a;--lk-bg2:#2d2d2d;--lk-bg3:#3d3d3d;--lk-text:#fff;--lk-text2:#a0a0a0;--lk-border:#3d3d3d;--lk-button-bg:#2563eb;--lk-button-bg-hover:#1d4ed8;--lk-control-bg:#2d2d2de6;--lk-control-bg-hover:#3d3d3de6}.lk-control-bar{background:linear-gradient(180deg,#0000,#000c);padding:1rem}.lk-control-bar button{transition:all .2s ease}.lk-control-bar button:hover{transform:scale(1.05)}.lk-participant-tile{background-color:var(--lk-bg2);border-radius:.5rem;overflow:hidden}.lk-participant-name{background:linear-gradient(180deg,#0000,#000000b3);font-size:.875rem;padding:.5rem}.lk-chat{background-color:var(--lk-bg2);border-radius:.5rem}.lk-chat-header{background-color:var(--lk-bg3);border-bottom:1px solid var(--lk-border)}.lk-chat-entry{border-radius:.375rem;margin:.25rem 0}.lk-spinner{color:var(--lk-brand-color)}.lk-connection-quality{background-color:#0009;border-radius:.25rem;font-size:.75rem;padding:.25rem .5rem;position:absolute;right:.5rem;top:.5rem}@media (max-width:640px){.room-overlay{right:.5rem;top:.5rem}.role-badge{font-size:.75rem}.lk-control-bar{padding:.5rem}.lk-participant-name{font-size:.75rem;padding:.25rem}}.video-room{background-color:#1a1a1a;display:flex;flex-direction:column;height:100vh}.video-header{background-color:#2d2d2d;border-bottom:1px solid #3d3d3d;padding:.75rem 0;position:relative;z-index:10}.header-content{justify-content:space-between;margin:0 auto;max-width:1600px;padding:0 1rem}.header-content,.session-info{align-items:center;display:flex}.session-info{gap:1.5rem}.logo-small{align-items:center;display:flex;gap:.5rem}.logo-small .logo-icon{height:32px;width:32px}.logo-small .logo-text{color:#fff;font-size:1.125rem;font-weight:600}.session-id{background-color:#1a1a1a;border-radius:.25rem;color:#a0a0a0;font-family:monospace;font-size:.875rem;padding:.25rem .75rem}.header-actions{display:flex;gap:.75rem}.video-container{flex:1 1;overflow:hidden;position:relative}.video-room.error-state{align-items:center;background:linear-gradient(135deg,#fee2e2,#fef2f2);display:flex;height:100vh;justify-content:center}.video-room .error-card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);max-width:500px;padding:3rem;text-align:center}.video-room .error-icon{font-size:4rem;margin-bottom:1.5rem}.video-room .error-card h1{color:var(--gray-900);font-size:1.875rem;margin-bottom:1rem}.video-room .error-message{color:var(--gray-600);font-size:1.125rem;margin-bottom:2rem}.video-header .btn-danger{background-color:#dc2626;color:#fff}.video-header .btn-danger:hover{background-color:#b91c1c}@media (max-width:640px){.video-header{padding:.5rem 0}.header-content{padding:0 .75rem}.session-info{gap:1rem}.logo-small .logo-text{display:none}.session-id{font-size:.75rem}}:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--secondary-color:#7c3aed;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--gray-50);color:#111827;color:var(--gray-900);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;margin:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin:0}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0 0 1rem}a{color:#2563eb;color:var(--primary-color);text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#1d4ed8;color:var(--primary-hover);text-decoration:underline}.container{margin:0 auto;max-width:1280px;padding:0 1rem;width:100%}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;outline:none;padding:.75rem 1.5rem;text-decoration:none;transition:all .15s ease-in-out}.btn:focus{box-shadow:0 0 0 3px #2563eb1a}.btn-primary{background-color:#2563eb;background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#1d4ed8;background-color:var(--primary-hover)}.btn-secondary{background-color:#e5e7eb;background-color:var(--gray-200);color:#374151;color:var(--gray-700)}.btn-secondary:hover{background-color:#d1d5db;background-color:var(--gray-300)}.btn-success{background-color:#10b981;background-color:var(--success-color);color:#fff}.btn-success:hover{background-color:#059669}.btn-danger{background-color:#ef4444;background-color:var(--error-color);color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-large{font-size:1.125rem;padding:1rem 2rem}.btn-small{font-size:.875rem;padding:.5rem 1rem}.btn:disabled{cursor:not-allowed;opacity:.5}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);margin-bottom:1rem;padding:1.5rem}.card-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.card-title{color:#111827;color:var(--gray-900);font-size:1.25rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;color:var(--gray-700);display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input{background-color:#fff;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-input:focus{border-color:#2563eb;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a;outline:none}.alert{align-items:center;border-radius:.5rem;display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem 1.5rem}.alert-info{background-color:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.alert-success{background-color:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.alert-warning{background-color:#fed7aa;border:1px solid #fdba74;color:#92400e}.alert-error{background-color:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.skeleton{animation:loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db 50%,#e5e7eb 75%);background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-300) 50%,var(--gray-200) 75%);background-size:200% 100%;border-radius:.25rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.container{padding:0 .75rem}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}
/*# sourceMappingURL=main.a6484169.css.map*/