html{font-size:1vw}@media (width<=35em){html{font-size:3.5vw}}:root{--primary:orange;--primary-hover:#cc8400;--secondary:#1a1a1a;--bg-main:#fff;--bg-dark:#121212;--bg-card:#161616;--text-light:#fff;--text-muted:#a3a3a3;--text-dark:#1a1a1a;--glow-tech:#00f0ff66;--success:#10b981;--error:#ef4444;--warning:#f59e0b;--font-main:"IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;--border-radius:.25em;--shadow-sm:0 .06em .125em 0 #0000000d;--shadow-md:0 .25em .375em -.06em #0000001a;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-size:1em;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:inherit;font-weight:700}h1{margin-bottom:var(--space-lg);font-size:1.5em;font-weight:700}h2{font-size:1.125em;font-weight:600}h3{text-transform:uppercase;letter-spacing:.05em;font-size:.875em;font-weight:500}.main-grid{gap:var(--space-md);padding:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(17.5em,1fr));width:100%;display:grid}@media (width>=48em){.main-grid{gap:var(--space-lg);padding:var(--space-lg)}}#dashboard-container{max-width:87.5em;margin:0}.view-header{padding:var(--space-lg) var(--space-lg) 0}.card{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-sm);border-left:.25em solid var(--color-border);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-.125em)}.card-success{border-left-color:var(--color-success)}.card-error{border-left-color:var(--color-error)}.card-warning{border-left-color:var(--color-warning)}.card-footer{padding-top:var(--space-md);margin-top:auto}:focus-visible{outline:.125em solid var(--color-secondary);outline-offset:.25em}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:.0625em;height:.0625em;margin:-.0625em;padding:0;position:absolute;overflow:hidden}.icon-wrapper{justify-content:center;align-items:center;line-height:1;display:inline-flex}.icon-wrapper svg{width:100%!important;height:100%!important}.logo-container{align-items:center;gap:var(--space-sm);display:flex}.logo-text{font-family:var(--font-main);color:var(--color-primary);letter-spacing:.05em;font-size:1.125em;font-weight:700}.o-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:100%;color:var(--text-light);background:#161616f2;border-bottom:.0625em solid #ffffff0d;padding:.3em 0;position:sticky;top:0;box-shadow:0 4px 30px #0000004d}.o-header__container{max-width:87.5em;padding:0 var(--space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.o-header__logo-wrapper{align-items:center;margin:0 0 0 .8em;display:flex}.o-header__nav{align-items:center;gap:.5em;display:flex}@media (width<=35em){.o-header__nav{margin-right:.8em}.o-header__desktop-only{display:none!important}}@media (width>=64em){.o-header__nav{gap:2.5em}.o-header__nav a{color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;padding:.5em 0;font-size:.95em;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.o-header__nav a:hover,.o-header__nav a.is-active{color:var(--text-light)}.o-header__nav a:after{content:"";background:var(--primary);border-radius:.1em;width:0;height:.15em;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.o-header__nav a:hover:after,.o-header__nav a.is-active:after{width:100%;box-shadow:0 0 8px #ffa50099}.o-header__cta{color:var(--text-light);border-color:#fff3;margin-left:1em;padding:.5em 1.5em;font-size:.875em;transition:all .3s}.o-header__cta:hover{background:var(--primary);border-color:var(--primary);color:var(--secondary);box-shadow:0 4px 15px #ffa5004d}}.o-header__user-menu{margin-left:1em;position:relative}.o-header__user-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.3em;transition:all .3s;display:flex}.o-header__user-btn:hover,.o-header__user-btn:focus-visible{color:var(--primary);background:#ffa5001a}.o-header__dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1050;background:#161616f2;border:1px solid #ffffff1a;border-radius:.5em;flex-direction:column;min-width:12em;padding:.5em 0;animation:.2s ease-out forwards fadeInDown;display:flex;position:absolute;top:calc(100% + .5em);right:0;box-shadow:0 10px 25px #00000080}.o-header__dropdown-item{color:var(--text-light);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5em;width:100%;padding:.75em 1em;font-size:.9em;transition:all .2s;display:flex}.o-header__dropdown-item:hover{color:var(--primary);background:#ffffff0d}.o-header__dropdown-item--danger:hover{color:var(--error);background:#ef44441a}.o-header__dropdown-divider{background:#ffffff1a;border:0;height:1px;margin:.25em 0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.o-footer{background-color:var(--color-primary);color:var(--color-white);padding:6em 2em 4em}.o-footer__container{max-width:75em;margin:0 auto}.o-footer__grid{gap:3em;display:grid}.o-footer__brand{flex-direction:column;gap:1.5em;display:flex}.o-footer__social{gap:1.5em;margin-top:.5em;display:flex}.o-footer__social .icon-wrapper{cursor:pointer;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s}.o-footer__social .icon-wrapper:hover{filter:drop-shadow(0 .25em .375em #0003);transform:scale(1.2)translateY(-.25em)}.o-footer__column h4{text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5em;font-size:.875em;font-weight:700}.o-footer__column a:hover{opacity:1}.o-footer__badge-group{flex-wrap:wrap;justify-content:center;gap:1.5em;display:flex}.o-footer__badge{border:.0625em solid #fff3;border-radius:.25em;padding:.25em .75em;font-size:.75em;font-weight:600}.o-footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5em 1em;display:grid}.o-footer__brand{text-align:center;border-bottom:.0625em solid #ffffff0d;flex-direction:column;grid-column:span 2;align-items:center;gap:1.5em;margin-bottom:1em;padding-bottom:2.5em;display:flex}.o-footer__tagline{opacity:.7;max-width:22em;font-size:.938em;line-height:1.6}.o-footer__social{justify-content:center;gap:1.5em;margin-top:.5em;display:flex}.o-footer__column{flex-direction:column;gap:.85em;display:flex}.o-footer__column h4{text-transform:uppercase;letter-spacing:.15em;color:var(--color-secondary);margin-bottom:.75em;font-size:.8em;font-weight:800}.o-footer__column a{color:var(--color-white);opacity:.6;font-size:.875em;text-decoration:none;transition:all .2s}.o-footer__column a:hover{opacity:1;color:var(--color-secondary);transform:translate(.25em)}.o-footer__bottom{text-align:center;opacity:.5;border-top:.0625em solid #ffffff1a;flex-direction:column;align-items:center;gap:2em;margin-top:4em;padding-top:2em;font-size:.813em;display:flex}@media (width>=64em){.o-footer__grid{grid-template-columns:2fr repeat(4,1fr);gap:3em}.o-footer__brand{text-align:left;border-bottom:none;grid-column:span 1;align-items:flex-start;margin-bottom:0;padding-bottom:0}.o-footer__tagline{max-width:18.75em}.o-footer__social{justify-content:flex-start}.o-footer__bottom{text-align:left;flex-direction:row;justify-content:space-between;margin-top:6em}}.o-loading{z-index:9999;-webkit-backdrop-filter:blur(.25em);background-color:#1e293bd9;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;top:0;left:0}.o-loading__text{margin-top:var(--space-lg);color:var(--color-white);font-family:var(--font-main);letter-spacing:.03125em;text-align:center;font-size:1.1em;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.a-title{color:var(--color-primary);margin:0;font-weight:700;line-height:1.2}.a-title--h1{font-size:1.5em}.a-title--h2{font-size:1.125em}.a-title--h3{font-size:.875em}.a-title--h4{font-size:.75em}@media (width<=48em){.h1{font-size:2em}.h2{font-size:1.75em}}.boton{border-radius:var(--border-radius);font-family:var(--font-main);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:var(--transition);border:none;outline:none;justify-content:center;align-items:center;gap:.75em;width:auto;padding:1em 2em;font-size:.9em;font-weight:700;display:inline-flex}.boton--ancho-total{width:100%}.boton--primario{background-color:var(--primary);color:#000;box-shadow:0 .5em 1.5em #f7a30066}.boton--primario:hover{background-color:var(--primary-hover);transform:translateY(-.125em);box-shadow:0 .8em 2em #f7a30099}.boton--primario:active{transform:translateY(0)}.boton--secundario{color:var(--text-light);background-color:#0000;border:.0625em solid #fff3}.boton--secundario:hover{border-color:var(--primary);color:var(--primary);background-color:#ffffff0d}.boton--fantasma{color:var(--text-muted);background-color:#0000}.boton--fantasma:hover{color:var(--primary);background-color:#f7a3000d}.boton:disabled{opacity:.5;cursor:not-allowed;filter:grayscale()}.boton--cargando{pointer-events:none;position:relative;color:#0000!important}.boton--cargando:after{content:"";border:.1875em solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:1.2em;height:1.2em;animation:.6s linear infinite girar;position:absolute}@keyframes girar{to{transform:rotate(360deg)}}.m-modal-header{padding:var(--space-md) var(--space-lg);background-color:var(--color-bg);border-bottom:.0625em solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.o-modal{z-index:1000;-webkit-backdrop-filter:blur(.25em);backdrop-filter:blur(.25em);background-color:#1e293bb3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.o-modal__container{background:var(--color-white);border-radius:var(--radius-lg);width:90%;max-width:30em;max-height:90vh;box-shadow:var(--shadow-md);border-top:.375em solid var(--color-border);flex-direction:column;display:flex;position:relative;overflow:hidden}.o-modal__container--success{border-top-color:var(--color-success)}.o-modal__container--error{border-top-color:var(--color-error)}.o-modal__container--sm{max-width:25em}.o-modal__container--md{max-width:35em}.o-modal__container--lg{max-width:50em}.o-modal__container--xl{max-width:68.75em}.o-modal__container--full{max-width:95%}.o-modal__body{padding:var(--space-lg);color:var(--color-primary);flex:1;overflow-y:auto}.o-modal__footer{padding:var(--space-md) var(--space-lg);background:var(--color-bg);justify-content:flex-end;gap:.75em;display:flex}.o-modal__loading-overlay{-webkit-backdrop-filter:blur(.25em);backdrop-filter:blur(.25em);z-index:100;background:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;gap:1em;animation:.2s ease-out o-modal-fadeIn;display:flex;position:absolute;inset:0}.o-modal__loading-text{color:var(--color-primary);font-size:.95em;font-weight:600}@keyframes o-modal-fadeIn{0%{opacity:0}to{opacity:1}}.o-modal--loading{pointer-events:none}.app-notifications-portal{z-index:10000;pointer-events:none;flex-direction:column-reverse;gap:1em;display:flex;position:fixed;bottom:2em;right:2em}.app-toast{pointer-events:auto;-webkit-backdrop-filter:blur(1.5em)saturate(1.8);background:#141419d9;border:.0625em solid #ffffff1a;border-radius:1em;align-items:center;gap:1em;min-width:20em;max-width:28em;padding:1.25em 1.5em;animation:.5s cubic-bezier(.16,1,.3,1) forwards toastEntrada;display:flex;position:relative;overflow:hidden;box-shadow:0 1.5em 3em #00000080}.app-toast--success{border-left:.4em solid #10b981}.app-toast--error{border-left:.4em solid #ef4444}.app-toast--warning{border-left:.4em solid #f7a300}.app-toast--info{border-left:.4em solid #00f0ff}.app-toast__icon{background:#ffffff0d;border-radius:.75em;flex-shrink:0;justify-content:center;align-items:center;width:2.5em;height:2.5em;display:flex}.app-toast--success .app-toast__icon{color:#10b981;text-shadow:0 0 1em #10b98180}.app-toast--error .app-toast__icon{color:#ef4444;text-shadow:0 0 1em #ef444480}.app-toast--warning .app-toast__icon{color:#f7a300;text-shadow:0 0 1em #f7a30080}.app-toast--info .app-toast__icon{color:#00f0ff;text-shadow:0 0 1em #00f0ff80}.app-toast__content{color:#fff;letter-spacing:.02em;flex:1;font-size:.95em;font-weight:600;line-height:1.4}.app-toast__close{color:#ffffff4d;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:.5em;justify-content:center;align-items:center;padding:.5em;display:flex}.app-toast__close:hover{color:#fff;background:#ffffff1a}@keyframes toastEntrada{0%{opacity:0;transform:translate(2em)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@media (width<=48em){.app-notifications-portal{inset:auto 1em 1em}.app-toast{width:100%;min-width:auto}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
