*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{overflow-x:hidden;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;text-rendering:optimizeSpeed}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}a:visited{color:inherit}button,input,select,textarea{font:inherit;border:none;background:none}button{cursor:pointer;background:transparent;padding:0}*{-webkit-tap-highlight-color:transparent}button,a{-webkit-appearance:none;appearance:none}input:focus,textarea:focus,select:focus,button:focus{outline:2px solid #0077ff;outline-offset:2px}input:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}details>summary{cursor:pointer;list-style:none}details>summary::-webkit-details-marker{display:none}table{border-collapse:collapse;width:100%}::placeholder{color:#a0a0a0;opacity:1}q{quotes:none}q:before,q:after{content:""}abbr[title]{text-decoration:underline dotted;cursor:help}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}[hidden]{display:none!important}html{font-size:62.5%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:root{--white: #fff;--accent: #3b82f6;--accent: #babfc5;--accent: #CBCBCB;--accent-hover: #2563eb;--border: #e2e8f0;--code-bg: #f1f5f9;--shadow: #00000033;--black: #212529;--blue: #0d6efd;--pink: #D63384;--orange: #F47748;--bg-yellow: #FFF3DB;--md-h1: #2F4156;--md-h2: #B5446E;--md-h3: #2F6EBB;--wine: #7C023D;--green: #4a9224;--green-2: #4FA94B}body{font-family:Noto Sans,sans-serif;background-color:#e5dfd3;color:var(--text-primary);line-height:1.6;color:var(--black);overflow:hidden}a{text-decoration:none;color:var(--black)}p{margin:0}img{max-width:100%;display:block}.layout{display:flex;flex-direction:column;height:100%;overflow:hidden}@media screen and (min-width:992px){.layout{flex-direction:row;height:100dvh}}nav{width:100%;height:7rem;padding:1rem;background-color:var(--black);display:flex;align-items:center;position:relative}@media screen and (min-width:992px){nav{display:none}}nav .btn{background-color:transparent;border:none;padding:0;width:4rem;cursor:pointer}.mobile-logo{width:40rem;position:absolute;left:50%;transform:translate(-15%);display:flex;align-items:center;gap:.8rem}.mobile-logo img{width:4rem;height:4rem}.mobile-logo span{font-size:2rem;color:var(--white);font-weight:600}.current-topic{color:var(--white);font-weight:600;font-size:1.7rem;width:100%;text-align:center;margin-left:-3.7rem;pointer-events:none}.sidebar-cont{display:grid;width:100%;grid-template-columns:80% 20%;z-index:1001;height:100svh;position:fixed;top:0;left:0;transform:translate(-100%);transition:transform .3s ease}.sidebar-cont.show{transform:translate(0)}@media screen and (min-width:992px){.sidebar-cont{display:flex;width:25rem;background-color:var(--black);color:var(--white);padding:4rem 0;position:static;transform:none;height:auto}}.sidebar{background-color:var(--black);color:var(--white);padding:4rem 2rem 4rem 0;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:992px){.sidebar{width:25rem;background-color:var(--black);color:var(--white);padding:4rem 2rem 0 0}}.sidebar .btn-close-cont{width:100%;display:flex;justify-content:flex-end}@media screen and (min-width:992px){.sidebar .btn-close-cont{display:none}.sidebar{gap:2rem}}.sidebar .btn-close-cont button{background-color:transparent;border:none;font-size:2rem;font-weight:700;color:var(--white);cursor:pointer;width:3.5rem}.sidebar .logo{width:100%}.sidebar .logo div{width:8rem;margin:0 auto}.sidebar .logo p{font-size:2rem;font-weight:700;text-align:center;margin-top:.5rem}.sidebar ul{all:unset;display:flex;flex-direction:column;justify-content:center;gap:1rem}.sidebar ul li{all:unset;cursor:pointer}.sidebar ul li a{padding:1rem 1rem 1rem 7rem;display:block;font-size:1.8rem;color:var(--white)}@media screen and (min-width:992px){.sidebar ul li a{padding:1rem 1rem 1rem 4rem;display:block;font-size:1.8rem;color:var(--white)}}.sidebar ul li a:hover,.sidebar ul li a.active{background-color:color-mix(in srgb,#000,#fff 40%);border-radius:0 1rem 1rem 0}.sidebar ul li a{display:flex;align-items:center;gap:.75rem}.sidebar li div{width:1.8rem}.overlay{background-color:var(--overlay);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .3s ease;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.overlay.show{opacity:1;pointer-events:all;transition-delay:.3s;visibility:visible}.overlay{transition-delay:0s}@media screen and (min-width:992px){.overlay{display:none}}.content{width:100%;padding:1rem;min-height:0;display:flex;flex-direction:column;overflow-y:auto}@media screen and (max-width:991px){.content{height:calc(100dvh - 7rem)}}@media screen and (min-width:992px){.content{height:100dvh}}.content__calc{height:calc(100dvh - 13rem)}@media screen and (min-width:992px){.content__calc{height:calc(100dvh - 6rem);height:98%}}.actions{margin-bottom:2rem}.actions .btn{display:flex;align-items:center}.section-cont{padding:1rem}@media(min-width:540px){.section-cont{padding:2rem}}@media(min-width:768px){.section-cont{padding:3rem 10rem}}.card{background-color:var(--white);padding:2rem;box-shadow:0 1rem 2rem var(--shadow);box-shadow:0 2px 8px #0000001a;border-radius:.5rem;overflow:scroll;max-height:60rem}.card-header{margin-bottom:2rem}.card-header p{text-align:justify;-webkit-hyphens:auto;hyphens:auto;font-size:1.6rem}@media(min-width:768px){.card-header p{font-size:1.8rem}}.card-body{margin-bottom:2rem}.card-body ul{list-style-type:disc;padding-left:4rem}.card-body ul li{margin-bottom:.5rem;font-size:1.6rem}@media(min-width:768px){.card-body ul li{font-size:1.8rem}}.app{min-height:100vh;display:flex;flex-direction:column}.title{font-size:2.8rem;color:var(--md-h1);margin-top:0;font-weight:600;word-spacing:-.5px;margin-bottom:2rem}.description{text-align:justify;-webkit-hyphens:auto;hyphens:auto;font-size:1.6rem;margin-bottom:1rem}@media(min-width:768px){.description{font-size:1.8rem}}ul{margin-bottom:2rem}@media screen and (min-width:992px){.title{font-size:3rem}.description{font-size:1.8rem}.card-body ul li{margin-bottom:.5rem}}.txt-bold{font-weight:700}p.contact{font-weight:700;margin-bottom:0}.author{color:var(--blue);margin-top:2rem}.grammar-list{font-size:1.8rem}.grammar-list li{margin-bottom:1rem}.grammar-list li::marker{color:var(--accent)}.markdown-body{background-color:var(--white);padding:.5rem;border-radius:1rem;box-shadow:0 0 2rem var(--shadow);padding:1.5rem;height:100%;overflow-y:auto;flex:1}@media screen and (min-width:550px){.markdown-body{padding:2.5rem 8rem}}@media screen and (min-width:768px){.markdown-body{padding:2rem 6rem;width:75%;margin:0 auto}}@media screen and (min-width:992px){.markdown-body{width:85%;padding:4rem 6rem;border-radius:1.2rem;box-shadow:0 1px 4rem var(--shadow)}}.markdown-h1{font-size:2rem;color:var(--md-h1);margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;text-align:center}@media screen and (min-width:600px){.markdown-h1{font-size:2.5rem}}@media screen and (min-width:992px){.markdown-h1{font-size:3rem}}.markdown-h2{font-size:1.7rem;color:#198755;margin:2rem 0 1rem;padding-bottom:.5rem}@media screen and (min-width:600px){.markdown-h2{font-size:2rem}}.markdown-h2.examples-title{color:var(--orange);color:#7597b0;color:#f87060;font-size:1.4rem;padding:0;margin-top:0}@media screen and (min-width:600px){.markdown-h2.examples-title{font-size:1.8rem}}.markdown-h3{font-size:1.6rem;margin:1.5rem 0 .5rem;color:var(--md-h3)}@media screen and (min-width:600px){.markdown-h3{font-size:1.8rem}}hr{border:none;margin:4rem 0;height:2px;background-color:var(--border)}.markdown-p{margin-bottom:3rem;font-size:1.6rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto;line-height:1.8;color:#1f2937;color:#2d2d2d}.markdown-ul,.markdown-ol{margin:1rem 0;padding-left:1.6rem}.markdown-li{margin-bottom:.5rem;font-size:1.6rem}ul+.blockquote-normal .markdown-p strong{font-weight:700;color:var(--md-h3)}.markdown-li:last-of-type{margin-bottom:2rem}.markdown-li::marker{color:var(--black)}.markdown-code-inline{background-color:#dadee1;padding:2px 6px;border-radius:4px;font-size:1.2rem;color:var(--black);border:1px solid var(--border);font-family:Noto Sans,sans-serif;font-weight:500}.markdown-code-block{background-color:var(--code-bg);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid var(--border);font-size:1.6rem;line-height:1.5}.markdown-code-block code{font-family:Noto Sans,sans-serif;letter-spacing:1.2px}.bloque-importante{background-color:#fff3db;border:1px solid #f0e0b6;padding:1.5rem 2rem;margin:2rem 0;border-radius:1rem;font-family:Arial,sans-serif}.bloque-contenido>p:first-child strong{color:var(--wine);font-weight:900;display:block}.bloque-importante{color:#856404;color:var(--black);color:#685c55}.bloque-importante p strong{color:var(--green);color:var(--black)}.markdown-note{color:#b8860b;font-weight:900}.bloque-importante p strong.markdown-note,.blockquote-normal .markdown-p strong.markdown-note,.formula-block strong.markdown-note{color:#b8860b}.bloque-importante em{color:var(--black);font-style:italic}.blockquote-normal,.bloque-contenido{line-height:1.6}.bloque-importante del{text-decoration-color:var(--black)}.bloque-contenido .markdown-p{margin-bottom:1.5rem}.bloque-contenido .markdown-p:last-of-type{margin-bottom:0}.bloque-contenido .markdown-li{margin-bottom:2.5rem}.markdown-table{width:90%;width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:1rem;margin:3rem auto 6rem}@media(max-width:768px){table.markdown-table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}}.markdown-th{background-color:var(--md-h1);color:var(--white);padding:.75rem;font-weight:600;font-size:1.6rem;text-align:center}.markdown-th:first-child{border-top-left-radius:.8rem}.markdown-th:last-child{border-top-right-radius:.8rem}.markdown-td{padding:.75rem;border:1px solid var(--border);font-size:1.6rem}.markdown-tr:nth-child(2n){background-color:var(--code-bg)}.markdown-details{margin:1.5rem 0;padding:1rem;background-color:var(--code-bg);border-radius:8px;border:1px solid var(--border)}.markdown-summary{cursor:pointer;color:var(--accent);font-weight:600;-webkit-user-select:none;user-select:none}.markdown-summary:hover{color:var(--accent-hover)}.loading-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.spinner{width:4rem;height:4rem;border:3px solid var(--border);border:3px solid #f3f3f3;border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{text-align:center;padding:3rem;background-color:var(--white);border-radius:12px;box-shadow:var(--shadow)}.error-icon{font-size:3rem;margin-bottom:1rem}.error h2{color:#dc2626;margin-bottom:1rem}.formula-block{background-color:#f1f5f9;border:1px solid var(--border);padding:1.5rem 2rem;margin:2rem 0;border-radius:1rem;line-height:1.6}.formula-block .markdown-p{margin-bottom:.5rem;font-size:1.6rem}.formula-block .markdown-p:last-of-type{margin-bottom:0}.formula-block strong{color:var(--wine);font-weight:700}.conversation-container{background-color:#20713f27;background-color:#20713f14;padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}.conversation-container .markdown-p:first-of-type{color:#475569;color:#4b8f8c;margin-bottom:0;font-size:1.8rem;text-align:start}.conversation-container .markdown-p:nth-of-type(2){margin-top:1rem;padding:0;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.conversation-container .markdown-p:last-of-type{margin-bottom:0}.conversation-container .markdown-li:last-of-type{margin-bottom:0}.sections-accordion{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.section-item{background:#fff;border-radius:12px;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px #0000001a}.section-title{width:100%;padding:1.2rem 1.5rem;background-color:var(--white);border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s;font-size:1.1rem}.section-title:hover{background:#e9ecef}.section-title.active{background-color:var(--md-h1);color:var(--white)}.section-header{display:flex;align-items:center;justify-content:space-between;width:16rem;gap:1rem}.section-name{font-weight:600;font-size:1.6rem;color:var(--black);color:var(--md-h1)}.topics-count{background-color:var(--md-h1);color:var(--white);padding:.5rem .8rem;border-radius:2rem;font-size:1rem;width:6rem}.section-title.active .topics-count{background:#fff3}.section-title.active .section-name{color:var(--white)}.section-content{padding:1.5rem}.topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.8rem}.topic-card{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:#f8f9fa;background:var(--white);border-radius:8px;text-decoration:none;color:#2c3e50;color:var(--black);transition:all .3s;border:1px solid #e2e8f0}.topic-card:hover{background:#e3f2fd;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633;border-color:var(--blue)}.topic-title{font-size:.95rem;font-size:1.4rem;text-align:justify;line-height:1.4}.not-found-container{margin-top:6rem}.not-found-container h2,.not-found-container{text-align:center}.not-found-container h2{font-size:3rem;margin:0}.not-found-container p{font-size:1.8rem;margin-top:1rem}.not-found-container div{display:flex;justify-content:center;margin-top:2rem}.btn{display:inline-block;padding:1rem 1.5rem;background-color:#982649;color:var(--white);border:none;border-radius:.5rem;font-size:1.6rem;cursor:pointer;transition:background-color .2s;transition:transform .2s ease,box-shadow .2s ease;font-weight:500;width:10rem;text-align:center}.btn:hover{transform:translateY(-2px);box-shadow:0 0 1rem var(--shadow)}.btn:disabled{opacity:.3;cursor:not-allowed;transform:none;box-shadow:none}.copyright{text-align:center;font-size:1.2rem;color:#6c757d;padding-left:2rem}.markdown-footer{display:none}@media(min-width:992px){.markdown-footer{margin:2rem auto 0;display:flex;justify-content:end;gap:2rem;width:85%}}.markdown-footer .btn{width:15rem}.actionsbar{width:100%;height:6rem;position:fixed;bottom:1.5rem;bottom:0;left:50%;transform:translate(-50%);padding:1rem 4.5rem;background:#00000016;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);background-color:var(--black);border-top:1px solid rgba(0,0,0,.134);border-radius:1.5rem;border-radius:0;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a;z-index:1000}@media(min-width:530px){.actionsbar{width:75%;border-radius:1.5rem;bottom:1.5rem}}@media(min-width:630px){.actionsbar{width:85%}}@media(min-width:730px){.actionsbar{width:80%;bottom:1rem}}@media(min-width:992px){.actionsbar{display:none}}.actionsbar-btns{display:flex;justify-content:space-between}.actionsbar-btns .btn{width:2rem;display:flex;flex-direction:column;align-items:center;background-color:transparent;font-size:1.3rem;font-weight:600;padding:0}
