body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}h3{color:#000}.lecture-list{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.lecture-item{background-color:#f5f5f5;padding:15px;border-radius:5px}.tag-button{padding:5px 10px;border-radius:15px;color:#fff;background-color:#e99012;font-size:.9em;text-decoration:none;cursor:pointer;transition:opacity .3s}.tag-button:hover{opacity:.8}.materials{display:flex;flex-wrap:wrap;grid-gap:5px;gap:5px;margin-top:10px}.material-button{padding:5px 10px;border-radius:15px;color:#fff;font-size:.9em;text-decoration:none;cursor:pointer;transition:opacity .3s}.material-button:hover{opacity:.8}.blue{background-color:#007bff}.green{background-color:#28a745}.red{background-color:#dc3545}.cyan{background-color:#17a2b8}.yellow{background-color:#efb618}.tags{display:flex;flex-wrap:wrap;grid-gap:5px;gap:5px;margin-top:10px}.tag{background-color:brown;color:#000;padding:5px 10px;border-radius:15px;font-size:.9em}body{font-family:"Arial",sans-serif;line-height:1.6;color:#f4f4f4;background-color:#121212;margin:0;padding:0}.button-materialy{background-color:#fff;color:#121212;border:1px solid #121212;padding:1rem 2rem;border-radius:4rem;cursor:pointer;font-weight:700}.opredmetu{margin-top:4rem}.App{max-width:1200px;margin:0 auto;padding:0 20px}.section.materialy{text-align:center}.bold{font-weight:700}.section.home{background-position:50%}.section.home h1{font-size:2rem}.section.home h2{color:#f4f4f4;font-size:1.3rem;margin-bottom:0}.subheading{font-size:.8rem;margin-top:-2rem;margin-bottom:2rem}header{background-color:#1e1e1e;padding:1rem 0;position:relative}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}header button{background-color:#f4f4f4;color:#121212;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;font-weight:700}header button:hover{background-color:#ddd}nav ul{display:flex;justify-content:center;list-style-type:none;padding:0;margin:0}nav ul li{margin:0 15px}nav ul li a{text-decoration:none;color:#f4f4f4;font-weight:700;position:relative;padding:5px 0}nav ul li a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#f4f4f4;transform:scaleX(0);transition:transform .3s ease-in-out}.menu-toggle{display:none;background:none;border:none;color:#f4f4f4;font-size:1.5rem;cursor:pointer}nav ul li a:hover:after{transform:scaleX(1)}.section{padding:4rem 0}.lang-switch{background-color:#f4f4f4;color:#121212;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;font-weight:700}.lang-switch:hover{background-color:#ddd}h1,h2{text-align:center;margin-bottom:2rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.project-card{background-color:#1e1e1e;padding:1.5rem;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.3)}.json-code{background-color:#1e1e1e;border-radius:8px;padding:20px;overflow-x:auto;font-family:"Consolas","Monaco","Andale Mono","Ubuntu Mono",monospace;font-size:14px;line-height:1.5;max-width:800px;margin:0 auto;box-shadow:0 4px 6px rgba(0,0,0,.1)}.json-code code{color:#d4d4d4}.json-code a{color:inherit;text-decoration:none;border-bottom:1px dashed}.json-code a:hover{border-bottom-style:solid}.json-code .string{color:#ce9178}.json-code .number{color:#b5cea8}.json-code .boolean,.json-code .null{color:#569cd6}.json-code .key{color:#9cdcfe}.json-code a[href^="mailto:"]{border-bottom-color:#ce9178}.json-code a[href^="mailto:"]:hover{border-bottom-style:solid}.json-code code{display:block;white-space:pre-wrap}.json-code code:before{content:attr(data-content)}form{display:flex;flex-direction:column;max-width:500px;margin:0 auto}input,textarea{margin-bottom:1rem;padding:.5rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#f4f4f4}button{background-color:#f4f4f4;color:#121212;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer}button:hover{background-color:#ddd}.section.home{position:relative;min-height:100vh;overflow:hidden}.joke p,.section.home{text-align:center}.faq{max-width:800px;margin:0 auto;padding:2rem}.intro{margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.faq-container{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.faq-item{background-color:#f8f8f8;border-radius:8px;overflow:hidden;transition:all .3s ease}.faq-item.active{box-shadow:0 4px 6px rgba(0,0,0,.1)}.faq-question{width:100%;padding:1rem;background-color:#f0f0f0;border:none;text-align:left;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-icon{font-size:1.5rem;line-height:1}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;color:#444;padding:0 1rem}.faq-item.active .faq-answer{max-height:1000px;padding:1rem}.faq-answer p{margin:0;line-height:1.6}#contact{background-color:#1e1e1e;padding:4rem 0}#contact .container{max-width:1200px;margin:0 auto;padding:0 20px}#contact h2{font-size:2.5rem;margin-bottom:2rem}#contact .grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}@media (min-width:768px){#contact .grid{grid-template-columns:repeat(2,1fr)}}#contact .bg-gray-100{background-color:#2a2a2a}#contact .bg-white{background-color:#333;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:1.5rem}#contact h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}#contact ul{list-style-type:none;padding:0}#contact li{display:flex;align-items:center;margin-bottom:.75rem}#contact a{color:#f4f4f4;text-decoration:none;transition:color .3s ease}#contact a:hover{color:#ddd}#contact .text-blue-500{color:#3b82f6}#contact .text-green-500{color:#10b981}#contact .text-purple-500{color:#8b5cf6}#contact .text-red-500{color:#ef4444}#contact .text-gray-700{color:#d1d5db}#contact .text-blue-600{color:#2563eb}#contact .text-blue-400{color:#60a5fa}#contact .text-2xl{font-size:1.5rem}#contact .text-lg{font-size:1.125rem}#contact .mr-2{margin-right:.5rem}#contact .space-y-2>*+*{margin-top:.5rem}#contact .space-y-4>*+*{margin-top:1rem}@media (max-width:768px){.header-content{flex-wrap:wrap;justify-content:space-between}.menu-toggle{display:block;order:1}.lang-switch{order:2}nav{background-color:#1e1e1e;max-height:0;overflow:hidden;transition:max-height .5s ease-out;width:100%;order:3}nav.open{max-height:500px}nav ul{flex-direction:column;align-items:flex-start;padding:1rem 0}nav ul li{margin:10px 0;width:100%;text-align:center}nav ul li a{display:block;padding:10px 0}}.border{border:none;background-color:#2d2d2d;margin-bottom:1rem}.rounded-lg{border-radius:1rem}.bg-gray-100{background-color:initial}.flex{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem}h3.text-lg{color:#fff;font-size:1.2rem;margin:0}.flex .flex{grid-gap:1rem;gap:1rem}svg{color:#3498db}.p-4>p{color:#ccc;line-height:1.6;padding:0 1rem 1rem}.w-4.h-4.template{padding:0 0 0 1rem}@media (min-width:641px){.homework-header{flex-direction:row;justify-content:space-between;align-items:center}.info-container{margin-top:0}.homework-title{padding-right:0}.expand-button{position:static;margin-left:0}}.expanded-content{padding:0 1.5rem 1.5rem}.expanded-content p{color:#ccc;line-height:1.6;margin-bottom:1rem}a{color:#3498db;transition:color .3s ease;text-decoration:none;display:inline-flex;align-items:center}a:hover{color:#2980b9}a svg{margin-right:.5rem}.description-h2{font-size:18px;color:#333;margin-bottom:10px}.description{margin-left:1rem}#ukoly p{display:inline;color:#ccc;line-height:1.6;padding:0 1rem 1rem;margin:0 0 1rem}.description.h3{color:#fff}.description-code{background-color:#f7f7f7;border-radius:.3rem;padding:.1rem;font-family:monospace;color:#b075c9}.description-a{color:#0275d8;text-decoration:none}.description-a:hover{text-decoration:underline}
/*# sourceMappingURL=main.8de7cade.chunk.css.map */