*{margin:0;padding:0;box-sizing:border-box;font-family:Verdana,Geneva,Tahoma,sans-serif}body{min-height:100vh;margin:0;padding-bottom:70px}@media(prefers-color-scheme:dark){body{background-color:#333;color:#fff}}nav{height:80px;display:flex;justify-content:center;align-items:center;padding:0 3rem;z-index:100;position:fixed;width:100%;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000004d}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px}.link{text-decoration:none;display:flex;color:#fff;align-items:center;padding:0 1rem;height:100%;cursor:pointer;font-size:.95rem;font-weight:500;letter-spacing:.3px;transition:all .3s ease;position:relative}.link:hover{color:#f90}.mobile-menu-icon{display:none}.icons{display:flex;align-items:center;gap:1rem}.icon-tabler{transition:all .3s ease}.github-icon{color:#fff;transition:all .3s ease}.github-icon:hover{color:#f90;transform:scale(1.1)}.menu-items{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}.logo-container{display:flex;align-items:center;gap:.8rem;padding:0!important}.logo-container:after{display:none}.logo-container img{transition:transform .3s ease}.logo-container:hover img{transform:rotate(360deg)}.logo-text{font-size:1.3rem;font-weight:700;letter-spacing:.5px;color:#fff;text-transform:uppercase}.logo-text .orange-text{color:#f90}@media screen and (max-width:768px){nav{padding:0 1.5rem;height:70px}.menu-items,.signup-button,.github-corner{display:none}.mobile-menu-icon{display:flex;align-items:center;color:#fff;font-size:1.5rem;cursor:pointer;transition:color .3s ease}.mobile-menu-icon:hover{color:#f90}}.github-corner{position:fixed;top:0;z-index:99999;right:0}@media(max-width:800px){.pc-view-only{display:none}}.footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-top:1px solid rgba(255,153,0,.1);width:100%;min-height:70px;box-sizing:border-box;position:static;left:unset;bottom:unset;z-index:unset}body{min-height:100vh;margin:0;padding-bottom:0}.footer-left{display:flex;flex-direction:column;gap:.5rem}.footer-brand{font-size:1.1rem;font-weight:600;letter-spacing:.5px;color:#fff}.footer-brand .orange{color:#f90}.footer-credit{font-size:.85rem;color:#fff9;font-weight:400}.footer-credit a{color:#f90;text-decoration:none;transition:color .3s ease;font-weight:500}.footer-credit a:hover{color:#ffb84d}.footer-right{display:flex;align-items:center;gap:2rem}.footer-link{color:#fffc;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease;letter-spacing:.3px}.footer-link:hover{color:#f90}.github-star{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ff99001a;border:1px solid rgba(255,153,0,.3);border-radius:6px;color:#f90;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease}.github-star:hover{background:#f903;border-color:#f90;transform:translateY(-2px)}.star-icon{font-size:1rem}@media(max-width:768px){.footer{flex-direction:column;padding:1.5rem;gap:1.5rem;text-align:center}.footer-left{align-items:center}.footer-right{flex-direction:column;gap:1rem}}.sidebar-container{position:fixed;z-index:999;width:100%;height:100%;background:#000810fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;align-items:center;left:0;transition:.3s ease-in-out}.opacity-on{opacity:1;top:0}.opacity-off{opacity:0;top:-100%}.icon{background:transparent;font-size:2rem;cursor:pointer;outline:none;color:#fff;position:absolute;top:2rem;right:2.5rem;transition:all .3s ease}.icon:hover{color:#f90;transform:rotate(90deg)}.close-icon{color:#f5f5f5}.sidebar-menu{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,80px);text-align:center;margin-bottom:4rem}.sidebar-links{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:500;letter-spacing:1px;text-decoration:none;list-style:none;cursor:pointer;transition:all .3s ease}.sidebar-links:hover{color:#f90;transform:scale(1.05)}@media screen and (max-width:480px){.sidebar-menu{grid-template-rows:repeat(4,60px)}}.button-wrap{display:flex;justify-content:center}.home{display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#000,#0a0a0a);color:#fff;padding:8rem 2rem 2rem;min-height:70vh;position:relative}.home__content{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.home__left{display:flex;flex-direction:column;gap:1rem}.home__title{font-size:5rem;line-height:1.1;font-family:Ember,sans-serif;font-weight:700;margin:0;letter-spacing:-2px}.home__subtitle{font-size:1.5rem;color:#ffffffb3;font-family:Ember,sans-serif;font-weight:400;margin:0;line-height:1.6}.home__right{display:flex;flex-direction:column;gap:1.5rem}.home__text{font-size:1.1rem;line-height:1.8;color:#fffc;font-family:Ember,sans-serif;font-weight:400;margin:0}.home__actions{display:flex;gap:1rem;flex-wrap:wrap}.home__button{background-color:#f90;color:#000;font-weight:600;padding:1rem 2.5rem;border:none;cursor:pointer;font-family:Ember,sans-serif;font-size:1rem;border-radius:8px;transition:all .3s ease;letter-spacing:.5px}.home__button:hover{background-color:#ffb84d;transform:translateY(-2px);box-shadow:0 10px 30px #ff99004d}.home__button-secondary{background-color:transparent;color:#fff;font-weight:600;padding:1rem 2.5rem;border:2px solid rgba(255,255,255,.2);cursor:pointer;font-family:Ember,sans-serif;font-size:1rem;border-radius:8px;transition:all .3s ease;letter-spacing:.5px}.home__button-secondary:hover{border-color:#f90;color:#f90;transform:translateY(-2px)}.orange{color:#f90}.home__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.stat{text-align:center}.stat__number{font-size:2.5rem;font-weight:700;color:#f90;margin:0}.stat__label{font-size:.9rem;color:#fff9;margin:.5rem 0 0;text-transform:uppercase;letter-spacing:1px}@media(max-width:968px){.home__content{grid-template-columns:1fr;gap:2rem}.home__title{font-size:4rem;text-align:center}.home__subtitle,.home__text{text-align:center}.home__actions{justify-content:center}.home__stats{grid-template-columns:1fr;gap:1rem}}@media(max-width:768px){.home{padding:6rem 1.5rem 2rem}.home__title{font-size:3rem}.home__subtitle{font-size:1.2rem}.home__text{font-size:1rem}.home__button,.home__button-secondary{width:100%;text-align:center}.stat__number{font-size:2rem}}@font-face{font-family:Ember;src:url(/fonts/Ember/AmazonEmberDisplay_Bd.ttf) format("truetype");font-weight:700}@font-face{font-family:Ember;src:url(/fonts/Ember/AmazonEmberDisplay_Md.ttf) format("truetype");font-weight:400;font-style:normal}.home-cards{background:linear-gradient(180deg,#0a0a0a,#000);color:#fff;display:flex;flex-direction:column;align-items:center;padding:2rem 2rem 4rem;gap:2rem}.cards-header{text-align:center;max-width:800px;margin-bottom:1rem}.cards-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;color:#fff}.cards-subtitle{font-size:1.2rem;color:#fff9;margin:0}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;width:100%}.cardo{display:flex;flex-direction:column;background:#191919cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:all .3s ease}.cardo:hover{transform:translateY(-8px);border-color:#ff99004d;box-shadow:0 20px 40px #0006}.card-image{width:100%;height:250px;padding:15px 20px;object-fit:contain}.card-content{padding:2rem;display:flex;flex-direction:column;gap:1rem;flex:1}.card-title{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.card-description{margin:0;font-size:1rem;color:#ffffffb3;line-height:1.6;flex:1}.card-button{background-color:#f90;border:none;color:#000;padding:.875rem 1.5rem;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;font-weight:600;cursor:pointer;border-radius:8px;transition:all .3s ease;align-self:flex-start}.card-button:hover{background-color:#ffb84d;transform:translateY(-2px);box-shadow:0 10px 20px #ff99004d}@media(max-width:768px){.home-cards{padding:2rem 1.5rem 3rem}.cards-container{grid-template-columns:1fr;gap:2rem}.cards-title{font-size:2rem}.cards-subtitle{font-size:1rem}.cardo{max-width:100%}.card-image{height:200px}.card-button{width:100%;text-align:center}}.resources-page{min-height:100vh;background:linear-gradient(135deg,#000,#0a0a0a);padding:8rem 2rem 4rem}.resources-header{text-align:center;max-width:800px;margin:0 auto 4rem}.resources-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-1px}.resources-subtitle{font-size:1.2rem;color:#fff9;margin:0}.faq-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#191919cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#ff99004d;transform:translateY(-2px)}.faq-question{background:transparent;color:#fff;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;-webkit-user-select:none;user-select:none}.faq-question:hover{color:#f90}.faq-question.active{color:#f90;border-bottom:1px solid rgba(255,255,255,.1)}.faq-icon{font-size:1.5rem;transition:transform .3s ease}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{background:transparent;color:#fffc;padding:1.5rem 2rem;line-height:1.8;font-size:1rem;animation:fadeIn .3s ease}.faq-answer b{color:#fff;display:block;margin-top:1rem;margin-bottom:.5rem}.faq-answer b:first-child{margin-top:0}.linkDecoration{color:#f90;text-decoration:none;font-weight:500;transition:color .3s ease;border-bottom:1px solid transparent}.linkDecoration:hover{color:#ffb84d;border-bottom-color:#ffb84d}.custom-image{width:100%;height:auto;max-width:850px;border-radius:8px;margin:1rem 0}@media(max-width:768px){.resources-page{padding:6rem 1.5rem 3rem}.resources-title{font-size:2rem}.resources-subtitle{font-size:1rem}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer{padding:1.25rem 1.5rem;font-size:.95rem}.faq-icon{font-size:1.25rem}}.flexborder{width:85vw;height:100vh;overflow:scroll;margin-top:3vw}.flexborder::-webkit-scrollbar{display:none}.roundcard{height:650px;width:100%;max-width:500px;min-width:300px;background-color:#fff;border-radius:16px;box-shadow:0 0 20px #2d2d2d;margin-top:3vw;overflow:hidden;transition:all .3s ease}.roundcard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff99004d}@media(max-width:600px){.roundcard{margin-top:15vw}}.bottomroom{width:100%;height:0}.roundimage{width:100%;height:65%;object-fit:cover;object-position:center}.cardtitle{padding-left:8%;padding-right:8%;margin-top:5vh;text-transform:uppercase;color:#060606;font-size:28px;letter-spacing:2px;text-decoration:none}.cardsubtitle{padding-left:8%;padding-right:8%;margin-top:1vh;color:#f90;font-size:18px;letter-spacing:1px;text-decoration:none}.cardsubsubtitle{padding-left:8%;padding-right:8%;margin-top:1vh;color:#556270;font-size:16px;text-decoration:none}.container-fluid{padding:2rem;max-width:1400px;margin:0 auto;min-height:calc(100vh - 200px);display:flex;align-items:flex-start}.titles{padding-top:130px;padding-bottom:2rem}.cardtitle a,.cardsubtitle a,.cardsubsubtitle a,.links{text-decoration:none;color:inherit}.examTitle{text-align:center;font-size:2.5em;color:#333;margin:0}.examSubtitle{text-align:center;font-size:1.5em;padding-top:10px;color:#666;margin:0}@media(prefers-color-scheme:dark){.examTitle,.examSubtitle{color:#fff}.roundcard{border:2px solid rgba(255,255,255,.1);background-color:#191919cc}.cardtitle{color:#fff}body{background-color:#000000fd;color:#fff}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease}.modal-content{background:#191919f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;max-width:500px;width:90%;box-shadow:0 20px 60px #0006}.modal-title{font-size:1.8rem;color:#fff;margin:0 0 .5rem;text-align:center}.modal-subtitle{font-size:1rem;color:#fff9;margin:0 0 2rem;text-align:center}.question-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.question-option{padding:1.25rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffe6;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.question-option:hover{background:#ffffff14;border-color:#ff990080}.question-option.selected{background:#ff990026;border-color:#f90;color:#f90}.modal-actions{display:flex;gap:1rem;justify-content:space-between}.modal-button{flex:1;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-button.cancel{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2)}.modal-button.cancel:hover{border-color:#fff6}.modal-button.start{background:#f90;color:#000}.modal-button.start:hover{background:#ffb84d;transform:translateY(-2px);box-shadow:0 10px 30px #ff99004d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:600px){.modal-content{padding:2rem 1.5rem}.question-options{grid-template-columns:1fr}.modal-actions{flex-direction:column}}:root{--background-color: #ffffff;--text-color: #000000;--primary-color: #22c4ff2c;--secondary-color: #4caf4fa2;--tertiary-color: #f947479e}@media(prefers-color-scheme:dark){:root{--background-color: #000000;--text-color: #ffffff;--primary-color: #646cff;--secondary-color: #4caf50;--tertiary-color: #f947474e}}.card{padding:2em;background-color:var(--background-color);color:var(--text-color)}.read-the-docs{color:#888}.azul{color:#1c9bc9;font-weight:bolder}.exam-page{min-height:100vh;background:linear-gradient(135deg,#000,#0a0a0a);padding:6rem 2rem 4rem;display:flex;justify-content:center;align-items:center}.exam-container{max-width:900px;width:100%;background:#191919cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;box-shadow:0 20px 60px #0006}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.question-number{font-size:1rem;font-weight:600;color:#f90;letter-spacing:.5px}.question-progress{font-size:.9rem;color:#fff9}.pregunta{overflow-y:auto;max-height:100vh;font-weight:700;background-color:#22c4ff2c;border-radius:10px;max-width:1000px;padding:15px;margin-bottom:20px;margin-left:20px;margin-right:20px;font-size:1.25rem;line-height:1.8;color:#fff;margin-bottom:2rem;font-weight:500}.opcionesList{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:1rem}.opcionesList li{width:100%}.opcionesButton{width:100%;padding:1.25rem 1.5rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffe6;font-size:1rem;text-align:left;cursor:pointer;transition:all .3s ease;font-weight:500}.opcionesButton:hover{background:#ffffff14;border-color:#ff990080;transform:translate(5px)}.opcionesButton.selected{background:#ff990026;border-color:#f90;color:#fff}.opcionesButton.correct{background:#4caf5033;border-color:#4caf50;color:#fff}.opcionesButton.incorrect{background:#f4433633;border-color:#f44336;color:#fff}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:var(--primary-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.button-container{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;justify-content:space-between;text-align:center;margin-top:20px}.container{display:flex;justify-content:center;align-items:center;height:100vh}.noErrors{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center;gap:2rem}.noErrors h1{font-size:3rem;color:#fff;margin:0}.noErrors-icon{font-size:5rem}.noErrors-message{font-size:1.5rem;color:#ffffffb3;max-width:600px;font-size:1.5em;color:var(--text-color);animation:glow 2s ease-in-out infinite alternate}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.exam-page{padding:5rem 1rem 3rem}.exam-container{padding:2rem 1.5rem}.pregunta{margin-bottom:30px;max-height:80vh;font-size:1.1rem}.container{padding-top:60vh;padding-bottom:50vh;margin-left:8vw;margin-right:8vw}.solucion{margin-top:20px;max-width:300px}.opcionesButton{padding:1rem;font-size:.95rem}.button-container{flex-direction:column}.nextQuestion,.checkButton{width:100%}.noErrors h1{font-size:2rem}.noErrors-message{font-size:1.2rem}}.nextQuestion{margin-top:20px;padding:1rem 2rem;background-color:#f90;color:#000;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.nextQuestion:hover{background-color:#ffb84d;transform:translateY(-2px);box-shadow:0 10px 30px #ff99004d}.checkButton{padding:1rem 2rem;background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.checkButton:hover{border-color:#f90;color:#f90;transform:translateY(-2px)}.solucion{margin-top:20px;padding:1rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;animation:fadeIn .3s ease}.solucion.correct{background:#4caf5033;border:1px solid #4CAF50;color:#4caf50}.solucion.incorrect{background:#f4433633;border:1px solid #f44336;color:#f44336}.correct-answer{margin-top:.5rem;font-size:.9rem;color:#fffc}
