@charset "UTF-8";.nav-wrap{position:fixed;top:0;left:0;width:100%;box-shadow:0 24px 80px -12px #0000001c;z-index:10}.nav{position:relative;display:flex;justify-content:space-between;align-items:center;margin:0 auto;background-color:#fff;z-index:20;padding:1.5rem 2rem}.nav-toggle{display:none}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;padding:.5rem;display:inline-block;font-size:1rem;color:#333;text-transform:uppercase;letter-spacing:1px;font-weight:700;transition:color .3s}.nav-links a:hover,.nav-links a:focus{color:#2563eb}.nav-name{cursor:default;font-size:1.4rem;text-transform:uppercase;font-weight:700;letter-spacing:1px;color:#4b4b4b}.nav-brand{display:flex;align-items:center;gap:1rem}.nav-icon{width:30px;height:30px}@media (max-width: 1024px){.nav{padding:1.6rem 2rem;gap:1.2rem}.nav-brand,.nav-links a{white-space:nowrap}.nav-links{gap:1.75rem}.nav-links a{font-size:1rem;padding:.45rem}.nav-name{font-size:1.15rem}.nav-icon{width:29px;height:29px}}@media (max-width: 720px){.nav-brand,.nav-links a{white-space:nowrap}.nav-links{gap:0rem}.nav-links a{font-size:.85rem;padding:.35rem .6rem}.nav-name{font-size:1rem}}@media (max-width: 560px){.nav{position:relative;display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#fff;z-index:20}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 10px 12px -4px #0000001c;z-index:10;gap:0}.nav-links.open li{border-top:.1px solid #e9e8e8}.nav-links.open a{display:block;padding:1.5rem 1.8rem;text-align:right;font-size:1rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#333;transition:color .3s}.nav-links.open a:hover,.nav-links.open a:focus{color:#2563eb}.nav-toggle{display:block;background:none;border:none;padding:.5rem;cursor:pointer;z-index:20}.burger{display:block;width:20px;height:2px;background-color:#333;margin:4px 0;transition:transform .3s,opacity .3s}}.burger{display:block;width:20px;height:2px;background-color:#333;margin:4px 0;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.nav-toggle[aria-expanded=true] .burger:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded=true] .burger:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .burger:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.Footer{background:#000;color:#fff}.Footer__container{margin:0 auto;display:flex;justify-content:space-between;padding:2rem;max-width:600px}h3{font-size:1rem}.Footer__social-icons a{margin-right:1rem;font-size:1.2rem;color:#fff;transition:opacity .2s}.Footer__social-icons a:hover{opacity:.7}.Footer__social-icons a:last-child{margin-right:0}.home-hero{background:linear-gradient(to right,var(--color-blue-overlay),var(--color-blue-overlay)),url(/assets/common-bg-FWo4riPI.svg);background-repeat:repeat;background-position:center;background-size:auto;color:#fff;height:100vh;position:relative;min-height:40rem;max-height:70rem}.home-hero__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center;width:88%;max-width:50rem}.heading-primary{font-size:3.4rem;font-weight:700;text-transform:uppercase;color:#fff;margin:0}.text-primary{font-size:1.2rem;line-height:1.6;color:#fff;max-width:45rem;margin:1.5}.home-hero__cta{margin-top:2rem;text-align:center}.btn--bg{background-color:#fff;color:#000;padding:1.2rem 4rem;border-radius:5px;font-weight:700;letter-spacing:10px;font-size:1.2rem;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease;box-shadow:0 .5rem 1rem #0000001a;text-decoration:none}.btn--bg:hover{background-color:#f0f0f0;transform:translateY(-2px)}.home-hero__socials{position:absolute;top:50%;left:0;transform:translateY(-50%);display:flex;flex-direction:column;gap:0rem;z-index:10}.home-hero__social{border:2px solid white;display:flex;align-items:center;justify-content:center;background-color:transparent;width:3rem;height:3rem}.home-hero__social-icon{width:1.8rem;height:1.8rem;object-fit:contain}.home-hero__mouse-scroll-cont{position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%);z-index:10}.mouse{width:22px;height:36px;border:2px solid #fff;border-radius:18px;position:relative;display:flex;align-items:flex-start;justify-content:center;padding-top:4px}.scroll-dot{width:5px;height:5px;background-color:#fff;border-radius:50%;animation:scrollDown 2.8s infinite;margin-top:4px}@keyframes scrollDown{0%{transform:translateY(0);opacity:1}50%{transform:translateY(18px);opacity:1}to{transform:translateY(0);opacity:1}}@media (max-width: 1024px){.home-hero__socials{display:none}.heading-primary{font-size:3.2rem}.text-primary{font-size:1.15rem}.home-hero__cta .btn--bg{font-size:1.1rem}}@media (max-width: 720px){.heading-primary{font-size:3rem}.text-primary{font-size:1.1rem}.home-hero__cta .btn--bg{font-size:1rem}}@media (max-width: 560px){.home-hero{height:30rem;position:relative;overflow:hidden}.home-hero__content{position:absolute;top:20%;left:50%;transform:translate(-50%);width:88%;max-width:50rem}.home-hero__mouse-scroll-cont{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:10}.heading-primary{font-size:2.4rem}.text-primary{font-size:1rem}.home-hero__cta .btn--bg{font-size:.9rem}}.about-me{padding:5rem 0}.main-container{max-width:80rem;margin:auto;width:80%}.about-me-content{display:flex;flex-direction:column;align-items:center;text-align:center}.blue-line{width:40px;height:6px;background-color:var(--color-blue-300);border-radius:3px;margin:1rem 0}.about-me-h1{font-size:2.8rem;margin-bottom:.8rem}.description{display:block;text-align:center;color:#777;font-size:1.2rem;font-weight:500;max-width:50rem;margin:auto;line-height:1.6}.about-me-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:6rem}@media (max-width: 720px){.about-me-details{grid-gap:3rem}}.get-know{display:flex;flex-direction:column;align-items:center;text-align:center}h2{font-size:2rem}.about-button{background-color:var(--color-blue-300);color:#fff;padding:1rem 3rem;border-radius:5px;font-weight:700;letter-spacing:10px;font-size:.8rem;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease;box-shadow:0 .5rem 1rem #0000001a;text-decoration:none;border:none;outline:none;display:inline-block;margin-top:2rem}.about-button:hover{background-color:#f0f0f0;transform:translateY(-2px)}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:flex-start;padding:1rem 0}.skill-item{background-color:#f0f0f0;color:#333;padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:default;white-space:nowrap;transition:background-color .2s}.skill-item:hover{background-color:#e0e0e0}.about-carousel{max-width:700px;margin:0 auto;color:#333;font-size:1.1rem;line-height:1.8;position:relative;display:flex;flex-direction:column;transition:min-height .3s ease-in-out;padding-bottom:4rem}.about-carousel .carousel-slides{position:relative;flex:1;width:100%}.about-carousel .slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s;display:flex;flex-direction:column}.about-carousel .slide.active{opacity:1;visibility:visible;position:relative}.about-carousel p{margin:.5rem 0}.about-carousel strong{font-weight:600;color:#1a1a1a}.about-carousel .carousel-controls{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;gap:1rem;z-index:2}.about-carousel .carousel-controls button{background:none;border:none;padding:0;cursor:pointer;color:#007bff;font-size:2rem;line-height:1;transition:color .2s ease-in-out}.about-carousel .carousel-controls button:hover{color:#0056b3}.about-carousel .carousel-controls button:focus{outline:none}.about-carousel .carousel-controls .carousel-indicators{display:flex;justify-content:center;align-items:center;gap:.6rem;flex:1}.about-carousel .carousel-controls .dot{width:8px;height:8px;background-color:#bbb;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.about-carousel .carousel-controls .dot.active{background-color:#007bff}#proyectos{scroll-margin-top:65px}.projects-content{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.projects-h1{font-size:2.8rem;margin-bottom:.8rem}.projects-description{color:#777;font-size:1.2rem;font-weight:500;max-width:50rem;line-height:1.6;margin:3rem 1rem}@media (max-width: 560px){.projects-description{margin:1rem auto}}.project-link-wrapper{display:flex;justify-content:center;padding:0 2rem 4rem}.project-link-button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:52px;padding:.9rem 2.2rem;border-radius:5px;background-color:var(--color-blue-300);color:#fff;font-size:1rem;font-weight:700;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,transform .2s ease}.project-link-button:hover{background-color:var(--color-blue-400);transform:translateY(-1px)}@media (max-width: 560px){.project-link-button{width:100%;max-width:280px}}#estudios{scroll-margin-top:65px}.education{padding:5rem 0}.education-main-container{max-width:80rem;margin:auto;width:80%}.education-content{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem}.education-h1{font-size:2.8rem;margin-bottom:.8rem}.education-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 720px){.education-grid{grid-template-columns:1fr}}.education-card{background-color:#f8f8f8;border-radius:.5rem;padding:2rem;border-left:4px solid var(--color-blue-300);transition:transform .2s ease,box-shadow .2s ease}.education-card:hover{transform:translateY(-3px);box-shadow:0 .5rem 1.5rem #00000014}.education-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.education-dot{flex-shrink:0;width:12px;height:12px;background-color:var(--color-blue-300);border-radius:50%;margin-top:.55rem}.education-institution{font-size:1.4rem;font-weight:700;margin-bottom:.2rem}.education-degree{font-size:1rem;font-weight:600;color:#444;margin-bottom:.2rem}.education-period{font-size:.9rem;color:var(--color-blue-300);font-weight:600}.education-description{color:#777;font-size:1rem;font-weight:500;line-height:1.6}.contact{background:linear-gradient(to right,var(--color-blue-overlay),var(--color-blue-overlay)),url(/assets/common-bg-FWo4riPI.svg);background-repeat:repeat;background-position:center;background-size:auto;color:#fff;height:auto;position:relative;min-height:55rem;display:flex;flex-direction:column;align-items:center}.contact-main{margin:2rem}.contact__header{display:flex;flex-direction:column;align-items:center;text-align:center}.contact__title{font-size:2rem;margin-top:8rem;margin-bottom:.5rem}.contact__divider{width:40px;height:5px;background-color:#fff;border-radius:3px;margin-block-start:.2rem;border:none;outline:none}.contact__description,.contact__form{width:100%;max-width:40rem;box-sizing:border-box;padding:2rem}.contact__description{text-align:center;color:#d3d2d2;font-size:1.1rem;font-weight:500;line-height:1.6;padding:.2rem;margin-block-start:0}.contact__form{margin:2rem auto;background-color:#fff;border-radius:5px}.contact__field{display:flex;flex-direction:column;margin-bottom:1.5rem}.contact__label{margin-bottom:.5rem;font-weight:600;color:#898989}.contact__input,.contact__textarea{padding:1rem;font-size:.8rem;border:1px solid #e4e4e4;background-color:#f3f3f3;border-radius:.25rem;box-sizing:border-box}.contact__actions{margin-top:2rem;display:flex;justify-content:flex-end}.contact__submit{background-color:var(--color-blue-300);color:#fff;border:none;padding:.75rem 2.4rem;text-transform:uppercase;font-weight:600;border-radius:.25rem;box-shadow:0 4px 12px #0000001a;letter-spacing:2px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.contact__submit:hover{background-color:var(--color-blue-300);transform:translateY(-1px)}.contact__submit:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}.contact__submit:focus{outline:2px solid var(--color-blue-300);outline-offset:2px}textarea{resize:none;min-width:300px;min-height:150px;width:100%;height:200px}.contact__thankyou--visible{padding:2rem;border-radius:.5rem;max-width:30rem;margin:4rem auto;text-align:center}.contact__thankyou-title{font-size:5rem;margin-bottom:1rem;color:#fff}.contact__thankyou-text{font-size:1rem;color:#d3d2d2;line-height:1.5}@media (max-width: 560px){.contact__thankyou--visible{background-color:#fff;padding:2rem;border-radius:.5rem;max-width:30rem;margin:4rem auto;text-align:center}.contact__thankyou-title{font-size:4rem;color:var(--color-blue-overlay);margin-block-start:0}.contact__thankyou-text{font-size:1rem;color:#979797;line-height:1.5}}:root{--theme-switch-track-bg: rgba(0, 0, 0, .18);--theme-switch-track-border: rgba(0, 0, 0, .28);--theme-switch-thumb-bg: var(--color-black);--theme-switch-thumb-icon: var(--color-white);--theme-switch-sun: rgba(0, 0, 0, .62);--theme-switch-moon: rgba(0, 0, 0, .32)}:root[data-theme=dark]{--theme-switch-track-bg: rgba(255, 255, 255, .22);--theme-switch-track-border: rgba(255, 255, 255, .5);--theme-switch-thumb-bg: var(--color-white);--theme-switch-thumb-icon: var(--color-black);--theme-switch-sun: rgba(255, 255, 255, .75);--theme-switch-moon: rgba(255, 255, 255, .95)}.theme-selector{height:22px;width:42px;border-radius:22px;display:flex;align-items:center;justify-content:center;background-color:#ffffff2e;box-shadow:0 6px 10px #0000002e;cursor:pointer;border:none;padding:0}.theme-selector--home{position:absolute;right:16px;bottom:50px}.theme-selector__track{position:relative;width:42px;height:22px;border-radius:999px;background-color:var(--theme-switch-track-bg);border:1px solid var(--theme-switch-track-border);overflow:hidden;transition:background-color .2s ease,border-color .2s ease}.theme-selector__icon{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.theme-selector__icon--sun{left:5px;color:var(--theme-switch-sun)}.theme-selector__icon--moon{right:5px;color:var(--theme-switch-moon)}.theme-selector__thumb{position:absolute;top:0;left:0;width:20px;height:20px;border-radius:50%;background-color:var(--theme-switch-thumb-bg);transition:transform .2s ease,background-color .2s ease;will-change:transform}.theme-selector--dark .theme-selector__thumb{transform:translate(20px)}.theme-selector__thumb-icon{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;color:var(--theme-switch-thumb-icon)}.theme-selector:focus{box-shadow:0 0 0 3px var(--theme-border)}@media (min-width: 900px){.theme-selector:hover{border-radius:20px}}.auth-page{min-height:100%;min-height:100svh;padding:24px;background-color:var(--theme-bg);display:flex;flex-direction:column;justify-content:center}.auth-title{font-size:28px;font-weight:800;color:var(--theme-text);text-align:center;margin:0;justify-self:center}.auth-header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;width:100%;max-width:420px;margin:0 auto 18px}.auth-form{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;width:100%;max-width:420px;margin-left:auto;margin-right:auto}.auth-label{font-size:14px;font-weight:600;color:var(--theme-text);margin-top:6px}.auth-input{box-sizing:border-box;height:48px;border-radius:12px;padding:0 14px;background-color:var(--theme-chip);border:1px solid var(--theme-border-soft);color:var(--theme-text);font-weight:400;font-size:16px;width:100%;outline:none;transition:all .2s ease}:root[data-theme=dark] .auth-input{background-color:#ffffff0f}.auth-error{margin-top:6px;font-size:13px;font-weight:500;color:var(--theme-text)}.auth-error--tight{margin-top:2px;font-weight:400}.auth-feedback{margin-top:6px;font-size:13px;font-weight:500;line-height:1.45;color:var(--theme-muted-strong)}.auth-button{box-sizing:border-box;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:none;outline:none;font-weight:600;padding:0 18px;background-color:transparent;color:inherit;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease,border-radius .18s ease}.auth-button--block{width:100%}.auth-button--lg{height:48px}.auth-button--md{height:44px}.auth-button--icon{width:36px;height:36px;padding:0;justify-self:start}.auth-button--ghost{background-color:transparent;box-shadow:none}.auth-button--spaced{margin-top:14px}.auth-button--text-lg{font-size:18px}.auth-button--text-md{font-size:16px}.auth-button--text-sm{font-size:15px}.auth-button--primary{background-color:var(--theme-contrast);color:var(--theme-contrast-text)}.auth-button--secondary{background-color:var(--theme-surface);border:1px solid var(--theme-border-soft);color:var(--theme-text)}.auth-button--outline{background-color:transparent;box-shadow:inset 0 0 0 1px var(--theme-border);color:var(--theme-text)}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--theme-contrast-muted);border-top-color:var(--theme-text);animation:spin .9s linear infinite}.auth-back-icon{width:20px;height:20px}@media (min-width: 900px){.auth-button:not(:disabled):hover{border-radius:20px}.auth-button:focus-visible{box-shadow:0 0 0 3px var(--theme-border)}.auth-input:focus{border-color:var(--theme-text);box-shadow:0 0 0 3px var(--theme-border-soft);background:var(--theme-chip)}}.auth-home{position:relative}.auth-home__header{display:flex;flex-direction:column;align-items:center;gap:10px}.auth-home__brand-row{display:inline-flex;align-items:center;justify-content:center}.auth-home__brand{font-size:44px;font-weight:800;color:var(--theme-text);text-align:center;margin:0}.auth-home__subtitle{font-size:16px;font-weight:400;color:var(--theme-muted);text-align:center;margin:0}.auth-home__notice{width:100%;max-width:420px;margin:22px auto 0;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:600;line-height:1.45}.auth-home__notice--success,.auth-home__notice--error{background:var(--theme-chip);border:1px solid var(--theme-border-soft);color:var(--theme-text)}.auth-home__actions{margin-top:26px;display:flex;flex-direction:column;gap:12px;width:100%;max-width:420px;margin-left:auto;margin-right:auto}.auth-home__settings-trigger{position:absolute;right:16px;top:16px;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background-color:var(--theme-surface);border:1px solid var(--theme-border-soft);box-shadow:none;cursor:pointer;outline:none;padding:0;z-index:21}.auth-home__settings-backdrop{position:fixed;inset:0;background-color:transparent;z-index:20}.auth-home__settings-popover{position:fixed;right:16px;top:52px;width:100px;border-radius:18px;background-color:var(--theme-surface);border:1px solid var(--theme-border-soft);box-shadow:0 10px 14px #00000038;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:22}.auth-home__settings-row{display:flex;align-items:center;justify-content:center;padding:2px 0}@media (min-width: 900px){.auth-home__settings-trigger:hover{border-radius:20px}.auth-home__settings-trigger:focus-visible{box-shadow:0 0 0 3px var(--theme-border)}}.auth-modal__backdrop{position:fixed;inset:0;z-index:200;background:#00000052;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.auth-modal__dialog{width:100%;max-width:420px;border-radius:18px;border:1px solid var(--theme-border-soft);background:var(--theme-surface);color:var(--theme-text);box-shadow:0 18px 40px #0003;overflow:hidden}.auth-modal__header{padding:14px 16px;background:var(--theme-contrast);border-bottom:1px solid var(--theme-border-soft)}.auth-modal__title{margin:0;font-size:17px;font-weight:800;line-height:1.2;color:var(--theme-contrast-text)}.auth-modal__body{padding:16px}.auth-modal__message{margin:0;font-size:14px;line-height:1.5;color:var(--theme-muted)}.auth-modal__actions{padding:0 16px 16px;display:flex;justify-content:center}.auth-modal__action{min-width:180px}@media (max-width: 360px){.auth-modal__backdrop,.auth-modal__body,.auth-modal__actions{padding:12px}}.verify-page{min-height:100vh;background:var(--theme-bg);display:flex;align-items:center;justify-content:center;padding:24px;color:var(--theme-text)}.verify-card{width:100%;max-width:560px;border:1px solid var(--theme-border-soft);border-radius:16px;padding:22px}.verify-title{margin:0;font-size:26px;line-height:1.2}.verify-text{margin-top:10px;margin-bottom:18px;font-size:15px;line-height:1.5;color:var(--theme-muted)}.verify-actions{display:flex;gap:10px;flex-wrap:wrap}.verify-btn{height:44px;padding:0 16px;border-radius:12px;border:1px solid var(--theme-border);font-weight:700;cursor:pointer}.verify-btn-primary{background:var(--theme-contrast);color:var(--theme-contrast-text)}.verify-btn-secondary{background:var(--theme-surface);color:var(--theme-text)}.verify-code{margin-top:14px;font-size:13px;color:var(--theme-muted-strong)}.verify-codeLabel{font-weight:700}.verify-codeChip{background:var(--theme-chip);padding:2px 8px;border-radius:8px}@media (min-width: 900px){.verify-btn:hover{border-radius:20px}}.erp-profile{max-width:860px;display:flex;flex-direction:column;gap:24px}.erp-profile__panel{width:100%;overflow:hidden;border-radius:8px;background:var(--theme-surface)}.erp-profile__panel-header{padding:18px 24px;border-bottom:1px solid var(--theme-border-soft)}.erp-profile__panel-title{margin:0;color:var(--theme-text);font-size:1rem;font-weight:700;line-height:1.25}.erp-profile__details{margin:0}.erp-profile__row{display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);gap:18px;align-items:center;padding:16px 24px;border-bottom:1px solid var(--theme-border-soft)}.erp-profile__row:last-child{border-bottom:0}.erp-profile__row dt{color:var(--theme-muted-strong);font-size:.84rem;font-weight:700;line-height:1.25;text-transform:uppercase}.erp-profile__row dd{margin:0}.erp-profile__value{min-width:0;color:var(--theme-text);font-size:.98rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.erp-profile__state{padding:24px;color:var(--theme-muted-strong);font-size:.98rem;font-weight:700;line-height:1.4}.erp-profile__state--error{color:var(--theme-text);background:var(--theme-chip)}.erp-profile__password-form{display:flex;flex-direction:column}.erp-profile__form-body{display:grid;gap:16px;padding:22px 24px}.erp-profile__field{min-width:0;display:grid;gap:8px;color:var(--theme-muted-strong);font-size:.84rem;font-weight:700;line-height:1.25;text-transform:uppercase}.erp-profile__input{box-sizing:border-box;width:100%;min-height:44px;border:1px solid var(--theme-border-soft);border-radius:8px;background:var(--theme-chip);color:var(--theme-text);font:inherit;font-size:.98rem;font-weight:700;line-height:1.35;padding:10px 12px;outline:none}.erp-profile__input:focus{border-color:var(--theme-text);box-shadow:0 0 0 3px var(--theme-border-soft)}.erp-profile__form-message{margin:0;color:var(--theme-muted-strong);font-size:.92rem;font-weight:700;line-height:1.35}.erp-profile__form-message--error{color:#b42318}.erp-profile__form-message--success{color:#1f7a43}:root[data-theme=dark] .erp-profile__form-message--error{color:#f97066}:root[data-theme=dark] .erp-profile__form-message--success{color:#32d583}.erp-profile__form-actions{display:flex;justify-content:flex-end;padding:18px 24px;border-top:1px solid var(--theme-border-soft)}.erp-profile__submit{min-height:42px;border:0;border-radius:8px;background:var(--theme-contrast);color:var(--theme-contrast-text);cursor:pointer;font:inherit;font-size:.92rem;font-weight:700;line-height:1.2;padding:10px 16px}.erp-profile__submit:disabled{cursor:not-allowed;opacity:.55}.erp-profile__submit:not(:disabled):hover,.erp-profile__submit:not(:disabled):focus-visible{outline:none;opacity:.88}@media (max-width: 620px){.erp-profile{gap:18px}.erp-profile__row{grid-template-columns:1fr;gap:7px;padding:14px 18px}.erp-profile__panel-header,.erp-profile__form-body,.erp-profile__form-actions{padding-right:18px;padding-left:18px}.erp-profile__form-actions{justify-content:stretch}.erp-profile__submit{width:100%}}:root{--erp-sidebar-width: 18rem;--erp-sidebar-gap: .6rem;--erp-sidebar-space: calc(var(--erp-sidebar-width) + (var(--erp-sidebar-gap) * 2));--erp-bottom-bar-height: 62px;--erp-bottom-bar-safe-space: calc( var(--erp-bottom-bar-height) + (var(--erp-sidebar-gap) * 2) + env(safe-area-inset-bottom) )}.erp-sidebar{box-sizing:border-box;position:fixed;top:var(--erp-sidebar-gap);bottom:var(--erp-sidebar-gap);left:var(--erp-sidebar-gap);z-index:20;width:var(--erp-sidebar-width);height:auto;display:flex;flex-direction:column;gap:14px;overflow:hidden;background-color:var(--theme-surface);padding:.8rem 10px;border-radius:16px;box-shadow:0 0 8px 4px #00000014}.erp-sidebar__header{flex:0 0 auto;padding:10px 12px}.erp-sidebar__title{margin:0;color:var(--theme-text);font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1}.erp-sidebar__sections{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px}.erp-sidebar__nav{display:flex;flex-direction:column;gap:6px;overflow-y:auto}.erp-sidebar__nav--bottom{margin-top:auto;flex:0 0 auto;overflow:visible}.erp-sidebar__option{box-sizing:border-box;width:100%;min-height:44px;display:flex;align-items:center;gap:1rem;border:0;background-color:transparent;color:var(--theme-muted-strong);cursor:pointer;font:inherit;font-size:1rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-align:left;padding:6px 12px;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.erp-sidebar__option-icon-circle{flex:0 0 auto;width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:currentColor;transition:background-color .18s ease,color .18s ease}.erp-sidebar__option-icon{flex:0 0 auto;width:22px;height:22px}.erp-sidebar__option:hover,.erp-sidebar__option:focus-visible{color:var(--theme-text);outline:none}.erp-sidebar__option--active{color:var(--theme-muted-strong);background-color:var(--theme-chip);border-radius:12px}.erp-sidebar__option--active .erp-sidebar__option-icon-circle{color:var(--theme-contrast-text);background-color:var(--theme-contrast)}.erp-sidebar__option--logout{color:var(--theme-text)}.erp-sidebar__option--logout:hover,.erp-sidebar__option--logout:focus-visible{color:var(--theme-text)}@media (max-width: 760px){.erp-sidebar{position:fixed;top:auto;right:var(--erp-sidebar-gap);bottom:calc(var(--erp-sidebar-gap) + env(safe-area-inset-bottom));left:var(--erp-sidebar-gap);width:auto;height:var(--erp-bottom-bar-height);min-height:0;flex-direction:row;align-items:center;gap:0;margin:0;overflow:hidden;border-right:none;padding:5px}.erp-sidebar__sections{flex:1 1 auto;min-height:auto;width:100%;flex-direction:row;gap:3px;overflow-x:auto}.erp-sidebar__nav{flex:1 1 0;flex-direction:row;gap:3px;min-width:0;overflow:visible}.erp-sidebar__nav--bottom{margin-top:0;flex:2 1 0}.erp-sidebar__header{display:none}.erp-sidebar__option{flex:1 1 0;width:100%;min-width:0;min-height:50px;flex-direction:column;justify-content:center;gap:3px;border-radius:10px;padding:3px;font-size:.68rem;letter-spacing:0;line-height:1;text-align:center}.erp-sidebar__option-icon-circle{width:28px;height:28px}.erp-sidebar__option-icon{width:16px;height:16px}}.erp-main{--erp-main-content-padding: 4rem;min-height:100vh;min-height:100svh;background:var(--theme-section-bg);color:var(--theme-text)}.erp-main__content{box-sizing:border-box;min-height:100vh;min-height:100svh;margin-left:var(--erp-sidebar-space);padding:var(--erp-main-content-padding)}.erp-section__header{display:flex;flex-direction:column;gap:8px}.erp-section__title{margin:0;font-family:Poppins,Source Sans Pro,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:700;line-height:1.1}@media (max-width: 760px){.erp-main{--erp-main-content-padding: 18px 16px var(--erp-bottom-bar-safe-space)}.erp-main__content{margin-left:0}}html{--color-blue-100: #e6f0fa;--color-blue-200: #9ec5eb;--color-blue-300: #0062b9;--color-blue-400: #004f96;--color-blue-overlay: rgba(0, 98, 185, .8);--color-white: #ffffff;--color-black: #000000;--theme-bg: var(--color-white);--theme-section-bg: #f4f5f7;--theme-text: var(--color-black);--theme-surface: var(--color-white);--theme-border: rgba(0, 0, 0, .22);--theme-contrast: var(--color-black);--theme-contrast-text: var(--color-white);--theme-muted: rgba(0, 0, 0, .66);--theme-muted-strong: rgba(0, 0, 0, .82);--theme-border-soft: rgba(0, 0, 0, .14);--theme-chip: rgba(0, 0, 0, .08);--theme-contrast-muted: rgba(255, 255, 255, .6)}html[data-theme=dark]{--theme-bg: var(--color-black);--theme-section-bg: #151515;--theme-text: var(--color-white);--theme-surface: var(--color-black);--theme-border: rgba(255, 255, 255, .34);--theme-contrast: var(--color-white);--theme-contrast-text: var(--color-black);--theme-muted: rgba(255, 255, 255, .68);--theme-muted-strong: rgba(255, 255, 255, .84);--theme-border-soft: rgba(255, 255, 255, .18);--theme-chip: rgba(255, 255, 255, .14);--theme-contrast-muted: rgba(0, 0, 0, .4)}html,body{font-family:Source Sans Pro,sans-serif;margin:0;padding:0;height:100%;scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100vh}
