:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.App{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc;min-height:100vh;display:flex;flex-direction:column}.container{max-width:1400px;margin:0 auto;padding:0 20px;width:100%}.header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.logo-link{text-decoration:none;transition:opacity .3s ease}.logo-link:hover{opacity:.9}.logo{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-1px;margin:0}.nav{display:flex;gap:2rem}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1003;position:relative}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;justify-content:space-between;position:relative}.hamburger span{display:block;height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:none}@media (max-width: 768px){.mobile-menu-overlay{display:block}}.nav-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .3s ease;background:none;border:none;cursor:pointer;font-size:1rem}.nav-link:hover{background-color:#ffffff1a}.main{flex:1}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.25rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.cta-button{background:#fff;color:#667eea;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00000026}.section{padding:5rem 0}.section-alt{background-color:#fff}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2d3748}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e2e8f0}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.card-primary{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#0284c7}.card-secondary{background:#f8fafc;border-color:#cbd5e0}.card-success{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-color:#22c55e}.card-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b}.card-danger{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef4444}.card-icon{font-size:3rem;margin-bottom:1rem;display:block}.card-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.card-description{color:#718096;margin-bottom:1.5rem;line-height:1.6}.card-meta{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.difficulty,.duration{background:#edf2f7;color:#4a5568;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.card-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid #667eea;border-radius:.5rem;transition:all .3s ease;text-align:center}.card-link:hover,.card-link-primary{background:#667eea;color:#fff}.card-link-primary:hover{background:#5a67d8;border-color:#5a67d8}.card-link-disabled{background:#e2e8f0;color:#a0aec0;border-color:#e2e8f0;cursor:not-allowed}.card-link-disabled:hover{background:#e2e8f0;color:#a0aec0;border-color:#e2e8f0;transform:none}.btn{font-family:inherit;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover:not(:disabled){background:#667eea;color:#fff}.btn-outline{background:transparent;color:#4a5568;border:2px solid #e2e8f0}.btn-outline:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-md{padding:.75rem 1.5rem;font-size:1rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:2rem;font-weight:600;text-align:center;white-space:nowrap}.badge-sm{padding:.25rem .75rem;font-size:.75rem}.badge-md{padding:.5rem 1rem;font-size:.875rem}.badge-safe{background:#dcfce7;color:#166534}.badge-unsafe{background:#fee2e2;color:#991b1b}.badge-idempotent{background:#dbeafe;color:#1e40af}.badge-non-idempotent{background:#fef3c7;color:#92400e}.badge-cacheable{background:#e0e7ff;color:#3730a3}.badge-non-cacheable{background:#f3e8ff;color:#6b21a8}.badge-partial{background:#fef9e7;color:#a16207}.badge-default{background:#f1f5f9;color:#475569}.about-content{max-width:800px;margin:0 auto}.about-text h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2d3748;margin-top:2rem}.about-text h3:first-child{margin-top:0}.about-text p{color:#718096;margin-bottom:1.5rem;line-height:1.7}.footer{background:#2d3748;color:#fff;padding:2rem 0;text-align:center;margin-top:auto}.footer p{opacity:.8}.presentation-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:20px;width:100%}.presentation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;max-width:1600px;margin-left:auto;margin-right:auto;width:100%}.back-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #667eea4d}.back-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #667eea66}.presentation-progress{background:#fff;padding:.75rem 1.5rem;border-radius:1rem;box-shadow:0 2px 10px #0000001a;font-weight:500;color:#4a5568;border:1px solid #e2e8f0}.slide{max-width:1600px;margin:0 auto;background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 30px #0000001a;min-height:75vh;margin-bottom:2rem;width:100%;position:relative;border:1px solid #e2e8f0}.slide-content{height:100%;overflow-y:auto;padding-right:.5rem}.slide-content::-webkit-scrollbar{width:8px}.slide-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.slide-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.slide-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}.slide-content h1{font-size:2.5rem;margin-bottom:2rem;color:#2d3748;text-align:center}.slide-content h2{font-size:2rem;margin-bottom:1.5rem;color:#2d3748}.slide-content h3{font-size:1.5rem;margin-bottom:1rem;color:#4a5568}.slide-content h4{font-size:1.25rem;margin-bottom:.75rem;color:#4a5568}.slide-content p{margin-bottom:1rem;line-height:1.7;color:#4a5568}.slide-content ul{margin-left:1.5rem;margin-bottom:1.5rem}.slide-content li{margin-bottom:.5rem;line-height:1.6}.presentation-controls{display:flex;justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:0 1rem;width:100%;gap:2rem}.nav-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.nav-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}.nav-button:disabled{background:#cbd5e0;color:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.slide-indicators{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;flex:1;max-width:600px}.indicator{width:40px;height:40px;border-radius:50%;border:2px solid #cbd5e0;background:#fff;color:#4a5568;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:.875rem}.indicator:hover{border-color:#667eea;color:#667eea;transform:scale(1.1)}.indicator.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 15px #667eea4d}.keyboard-hint{position:absolute;top:50%;right:20px;transform:translateY(-50%);font-size:.8rem;color:#718096;background:#fffffff2;padding:1rem;border-radius:.75rem;box-shadow:0 4px 20px #0000001a;z-index:10;border:1px solid #e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.keyboard-hint div{margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.keyboard-hint div:last-child{margin-bottom:0}.topics-card{margin:2rem 0}.assignment-page{min-height:100vh;background:#f8fafc;padding-bottom:2rem}.assignment-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;box-shadow:0 2px 10px #0000001a}.assignment-nav{display:flex;align-items:center;gap:2rem}.assignment-title-section{display:flex;align-items:center;gap:1.5rem}.assignment-icon{font-size:3rem;background:#ffffff1a;padding:1rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.assignment-title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.assignment-meta{display:flex;gap:1rem;flex-wrap:wrap}.assignment-tabs{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50}.tabs-nav{display:flex;gap:0}.tab-button{padding:1rem 2rem;border:none;background:none;color:#4a5568;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease}.tab-button:hover{color:#667eea;background:#f7fafc}.tab-button.active{color:#667eea;border-bottom-color:#667eea;background:#f7fafc}.assignment-content{padding:2rem 0}.tab-content{max-width:100%}.assignment-description{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.description-text{font-size:1.125rem;line-height:1.7;color:#4a5568;margin-bottom:2rem}.objectives-section,.requirements-section,.evaluation-section,.bonus-section{margin:2.5rem 0}.objectives-section h3,.requirements-section h3,.evaluation-section h3,.bonus-section h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.objectives-list,.requirements-list,.evaluation-list,.bonus-list{list-style:none;padding:0}.objectives-list li,.requirements-list li,.evaluation-list li,.bonus-list li{padding:.75rem 0 .75rem 2rem;position:relative;line-height:1.6;color:#4a5568}.objectives-list li:before{content:"🎯";position:absolute;left:0;top:.75rem}.requirements-list li:before{content:"✅";position:absolute;left:0;top:.75rem}.evaluation-list li:before{content:"📊";position:absolute;left:0;top:.75rem}.bonus-list li:before{content:"⭐";position:absolute;left:0;top:.75rem}.resources-section{margin:2.5rem 0}.resources-section h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.resource-link{display:block;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;text-decoration:none;transition:all .3s ease;color:#4a5568}.resource-link:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea1a;transform:translateY(-2px);color:#667eea}.resource-type{font-size:.875rem;color:#718096;text-transform:capitalize;margin-bottom:.5rem}.resource-title{font-weight:600;font-size:1rem}.tasks-section{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.progress-bar{margin-bottom:2rem}.progress-label{font-weight:600;color:#2d3748;margin-bottom:.75rem}.progress-track{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.tasks-list{display:flex;flex-direction:column;gap:1.5rem}.task-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;transition:all .3s ease}.task-card:hover{border-color:#cbd5e0;box-shadow:0 2px 10px #0000000d}.task-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.task-checkbox{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;margin-top:.25rem}.task-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{display:block;height:20px;width:20px;background-color:#fff;border:2px solid #cbd5e0;border-radius:4px;transition:all .3s ease}.task-checkbox input:checked~.checkmark{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea}.task-checkbox input:checked~.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.task-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0;flex:1;transition:all .3s ease}.task-title.completed{color:#718096;text-decoration:line-through}.task-description{color:#4a5568;line-height:1.6;margin-bottom:1rem}.task-examples{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem}.task-examples h5{color:#2d3748;font-weight:600;margin:0 0 .75rem;font-size:.9rem}.task-examples ul{margin:0;padding-left:1.5rem;color:#4a5568}.task-examples li{margin-bottom:.5rem;line-height:1.5}.workspace-section{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.workspace-section h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.workspace-description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.workspace-textarea{width:100%;min-height:400px;padding:1.5rem;border:1px solid #e2e8f0;border-radius:.75rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.6;resize:vertical;transition:border-color .3s ease;background:#f8fafc}.workspace-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.workspace-actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.assignment-not-found{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;margin:2rem 0}.assignment-not-found h1{font-size:2rem;color:#2d3748;margin-bottom:1rem}.assignment-not-found p{color:#718096;font-size:1.125rem;margin-bottom:2rem}@media (max-width: 768px){.header .container{position:relative}.mobile-menu-button{display:block}.nav{position:fixed;top:0;right:-100%;width:250px;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:5rem 2rem 2rem;transition:right .3s ease;z-index:1001;box-shadow:-5px 0 20px #0000001a;gap:0}.nav.nav-open{right:0}.nav-link{width:100%;padding:1rem;margin-bottom:.5rem;text-align:left;border-radius:.5rem;transition:background-color .3s ease;position:relative;z-index:1002}.nav-link:hover{background-color:#ffffff26}.assignment-nav{flex-direction:column;gap:1rem}.assignment-title-section{flex-direction:column;text-align:center;gap:1rem}.assignment-title{font-size:2rem}.assignment-meta{justify-content:center}.tabs-nav{flex-wrap:wrap;justify-content:center}.tab-button{padding:.75rem 1.5rem;font-size:.9rem}.assignment-description,.tasks-section,.workspace-section{padding:1.5rem}.resources-grid{grid-template-columns:1fr}.workspace-textarea{min-height:300px;padding:1rem}.workspace-actions{flex-direction:column;align-items:stretch}.hero-title{font-size:2rem}.hero-description{font-size:1.125rem}.section-title{font-size:2rem}.cards-grid{grid-template-columns:1fr;gap:1.5rem}.card{padding:1.5rem}.card-meta{justify-content:center}.slide{padding:1.5rem;min-height:70vh}.keyboard-hint{display:none}.slide-content h1{font-size:1.75rem}.slide-content h2{font-size:1.5rem}.presentation-controls{gap:1rem}.slide-indicators{gap:.25rem}.indicator{width:35px;height:35px;font-size:.8rem}.presentation-header{flex-direction:column;gap:1rem}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:4rem 0}.hero-title{font-size:1.75rem}.section{padding:3rem 0}.section-title{font-size:1.75rem}.presentation-container{padding:10px}.slide{padding:1rem;min-height:65vh}.slide-content h1{font-size:1.4rem}.slide-content h2{font-size:1.3rem}.indicator{width:30px;height:30px;font-size:.75rem}.nav-button{padding:.5rem 1rem;font-size:.9rem;min-width:100px}}.lab-works-section{background-color:#f7fafc}.lab-works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:3rem}.lab-work-card{height:100%;transition:all .3s ease}.lab-work-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.lab-work-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.lab-work-main-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem;line-height:1.3}.lab-work-subtitle{font-size:1.1rem;font-weight:600;color:#4a5568;margin-bottom:1rem;line-height:1.4}.lab-work-description{color:#4a5568;margin-bottom:2rem;flex-grow:1;line-height:1.6}.lab-work-actions{display:flex;justify-content:flex-start}.lab-work-header{margin-bottom:2rem;margin-top:2rem}.back-button{margin-bottom:1rem}.lab-work-detail-card{max-width:none;margin:0}.lab-work-detail-title{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:2rem;line-height:1.3}.lab-work-objective{margin-bottom:2rem;padding:1.5rem;background-color:#e6fffa;border-radius:.5rem;border-left:4px solid #38b2ac}.lab-work-objective h2{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.lab-work-objective p{color:#4a5568;line-height:1.6}.lab-work-checklist h2{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.checklist-content{background-color:#fff;padding:2rem;border-radius:.5rem;border:1px solid #e2e8f0}.checklist-item{margin-bottom:.5rem}.checklist-item.spacer{margin-bottom:1rem}.checklist-item p{color:#4a5568;line-height:1.6}.checklist-item.subheading p{font-weight:700;color:#2d3748}.error-card{text-align:center;padding:3rem 2rem}.error-card h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#e53e3e}.error-card p{color:#4a5568;margin-bottom:2rem}.lecture-group{margin-bottom:4rem}.lecture-group:last-child{margin-bottom:0}.lecture-group-header{text-align:center;margin-bottom:2.5rem;padding:2rem;background:linear-gradient(135deg,#e6f7ff,#f0f9ff);border-radius:1rem;border:1px solid #91d5ff}.lecture-group-title{font-size:1.75rem;font-weight:700;color:#1890ff;margin-bottom:.5rem}.lecture-group-description{font-size:1.1rem;color:#4a5568;margin:0;line-height:1.5}@media (max-width: 768px){.lab-works-grid{grid-template-columns:1fr;gap:1.5rem}.lab-work-detail-title{font-size:1.5rem}.checklist-content{padding:1.5rem}.lab-work-objective{padding:1rem}.lecture-group-header{padding:1.5rem}.lecture-group-title{font-size:1.5rem}.lecture-group-description{font-size:1rem}}
