:root{--color1:#e2539c;--color2:#fce4d4;--color3:#74244c;--color4:#9f6f86;--color5:#d5b4b2;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Jost", Arial, sans-serif;--nav-height:70px}input,textarea,select{padding:revert}body{font-family:var(--font-body);background-color:var(--color2);color:var(--color3);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color2)}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}.navbar{z-index:100;height:var(--nav-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fce4d4d9;border-bottom:1px solid #d5b4b266;justify-content:space-between;align-items:center;padding:0 clamp(16px,5vw,40px);transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}@media (width<=768px){.navbar{height:auto;min-height:var(--nav-height);flex-wrap:wrap;padding:12px 20px}}.navbar__logo{font-family:var(--font-display);color:var(--color3);letter-spacing:.02em;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:600}.navbar__logo span{color:var(--color1)}.navbar__links{gap:clamp(16px,3vw,32px);list-style:none;display:flex}@media (width<=768px){.navbar__links{border-top:1px solid var(--color5);flex-direction:column;gap:16px;width:100%;margin-top:12px;padding:20px 0;display:none}.navbar__links--open{display:flex}}.navbar__links a{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color3);white-space:nowrap;font-size:clamp(.8rem,2vw,.85rem);font-weight:500;transition:color .2s}@media (width<=768px){.navbar__links a{white-space:normal;text-align:center;padding:8px 0}}.navbar__links a:hover{color:var(--color1)}.navbar__actions{align-items:center;gap:clamp(8px,2vw,12px);display:flex}.navbar__login-btn{background:var(--color1);color:#fff;letter-spacing:.05em;white-space:nowrap;border-radius:50px;align-items:center;gap:6px;padding:clamp(6px,2vw,8px) clamp(14px,3vw,18px);font-size:clamp(.75rem,2vw,.82rem);font-weight:500;transition:all .25s;display:flex}@media (width<=480px){.navbar__login-btn span{display:none}.navbar__login-btn{padding:8px 12px}}.navbar__login-btn:hover{background:var(--color3);transform:translateY(-2px)}.navbar__login-btn svg{width:clamp(16px,3vw,18px);height:auto}.navbar__hamburger{cursor:pointer;background:0 0;flex-direction:column;gap:5px;padding:8px;display:none}@media (width<=768px){.navbar__hamburger{display:flex}}.navbar__hamburger span{background:var(--color3);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.navbar__hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{width:100%;height:100vh;min-height:500px;position:relative;overflow:hidden}@media (width<=768px){.hero{height:80vh;min-height:400px}}@media (width<=480px){.hero{height:70vh;min-height:350px}}.hero__slide{opacity:0;justify-content:center;align-items:center;transition:opacity .8s;display:flex;position:absolute;inset:0}.hero__slide--active{opacity:1;z-index:1}.hero__overlay{background:#0006;position:absolute;inset:0}@media (width<=768px){.hero__overlay{background:#00000080}}.hero__content{z-index:2;text-align:center;color:#fff;max-width:min(700px,90%);padding:clamp(16px,4vw,20px);animation:.7s both fadeUp;position:relative}.hero__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#fffc;margin-bottom:clamp(12px,3vw,16px);font-size:clamp(.7rem,2vw,.75rem);display:block}.hero__title{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:clamp(12px,3vw,16px);font-size:clamp(2rem,6vw,5.5rem);font-weight:700;line-height:1.1}@media (width<=480px){.hero__title{font-weight:600}}.hero__subtitle{opacity:.95;letter-spacing:.02em;margin-bottom:clamp(24px,5vw,32px);font-size:clamp(.9rem,2.5vw,1.2rem);font-weight:300;line-height:1.4}@media (width<=768px){.hero__subtitle{margin-bottom:24px}}.hero__cta{background:var(--color1);color:#fff;letter-spacing:.06em;border-radius:50px;padding:clamp(10px,2.5vw,14px) clamp(24px,5vw,34px);font-size:clamp(.85rem,2vw,.9rem);font-weight:600;transition:all .25s;display:inline-block}.hero__cta:hover{color:var(--color3);background:#fff;transform:translateY(-2px)}@media (width<=480px){.hero__cta{padding:10px 20px;font-size:.85rem}}.hero__placeholder-badge{z-index:3;color:#fffc;letter-spacing:.05em;pointer-events:none;white-space:nowrap;background:#0009;border-radius:20px;padding:6px clamp(12px,3vw,16px);font-size:clamp(.7rem,1.5vw,.72rem);position:absolute;bottom:clamp(60px,10vh,80px);left:50%;transform:translate(-50%)}@media (width<=480px){.hero__placeholder-badge{white-space:normal;text-align:center;width:90%;font-size:.65rem;bottom:50px}}.hero__arrow{z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:clamp(36px,5vw,44px);height:clamp(36px,5vw,44px);transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (width<=768px){.hero__arrow{width:32px;height:32px}}@media (width<=480px){.hero__arrow{display:none}}.hero__arrow:hover{background:#ffffff59;transform:translateY(-50%)scale(1.05)}.hero__arrow--prev{left:clamp(16px,3vw,24px)}.hero__arrow--next{right:clamp(16px,3vw,24px)}.hero__arrow svg{width:clamp(18px,3vw,22px);height:auto}.hero__dots{z-index:10;gap:clamp(8px,2vw,12px);display:flex;position:absolute;bottom:clamp(20px,4vh,28px);left:50%;transform:translate(-50%)}@media (width<=480px){.hero__dots{gap:8px;bottom:16px}}.hero__dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:clamp(6px,2vw,8px);height:clamp(6px,2vw,8px);transition:all .3s}.hero__dot:hover{background:#fffc}.hero__dot--active{background:#fff;transform:scale(1.3)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section--light{background:var(--color2)}.section--dark{background:#fff}.section__inner{width:100%;max-width:1200px;margin:0 auto}.section__inner--split{grid-template-columns:repeat(2,1fr);align-items:center;gap:clamp(32px,5vw,64px);display:grid}@media (width<=768px){.section__inner--split{grid-template-columns:1fr;gap:40px}}.section__inner--narrow{max-width:700px;margin:0 auto}.section__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color1);margin-bottom:12px;font-size:clamp(.7rem,2vw,.75rem);font-weight:500;display:block}.section__title{font-family:var(--font-display);color:var(--color3);margin-bottom:20px;font-size:clamp(1.75rem,5vw,3rem);font-weight:600;line-height:1.2}.section__title--center{text-align:center}@media (width<=480px){.section__title{margin-bottom:16px;line-height:1.3}}.section__body{color:var(--color4);margin-bottom:16px;font-size:clamp(.9rem,2vw,1rem);line-height:1.6}.section__body--center{text-align:center}@media (width<=768px){.section__body{line-height:1.5}}.placeholder-box{border:2px dashed var(--color5);text-align:center;color:var(--color4);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:260px;padding:clamp(32px,5vw,48px) clamp(16px,4vw,24px);display:flex}.placeholder-box svg{color:var(--color5);width:clamp(32px,5vw,48px);height:auto}.placeholder-box p{font-size:clamp(.85rem,2vw,.9rem);line-height:1.5}.placeholder-box small{opacity:.7;font-size:clamp(.7rem,1.5vw,.75rem)}.placeholder-box--wide{min-height:200px}@media (width<=768px){.placeholder-box{min-height:220px}}@media (width<=480px){.placeholder-box{min-height:180px;padding:24px 16px}}.about__text{padding-right:0}@media (width>=769px){.about__text{padding-right:16px}}.about__image-placeholder{align-items:stretch;min-height:clamp(250px,40vh,320px);display:flex}.about__image-placeholder .placeholder-box{width:100%}@media (width<=768px){.about__image-placeholder{order:-1;min-height:280px}}.about__images-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-content:start;gap:16px;width:100%;height:100%;display:grid}@media (width<=768px){.about__images-grid{grid-template-columns:1fr;gap:12px}}.about__image-item{background:var(--color5);aspect-ratio:16/9;border-radius:12px;min-height:150px;position:relative;overflow:hidden}@media (width<=768px){.about__image-item{aspect-ratio:16/10;min-height:200px}}.about__image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.about__image:hover{transform:scale(1.05)}.about__image-label{color:#fff;text-align:center;pointer-events:none;background:linear-gradient(#0000,#000000b3);padding:8px 12px;font-size:.8rem;font-weight:500;position:absolute;bottom:0;left:0;right:0}.services__grid{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:clamp(20px,4vw,28px);margin-top:clamp(32px,6vw,48px);display:grid}@media (width<=640px){.services__grid{grid-template-columns:1fr;gap:24px}}.service-card{background:var(--color2);border-radius:20px;flex-direction:column;height:100%;padding:clamp(24px,5vw,36px) clamp(20px,4vw,28px);transition:all .25s;display:flex}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #74244c1f}@media (width<=768px){.service-card:hover{transform:translateY(-3px)}}.service-card__icon{margin-bottom:16px;font-size:clamp(1.8rem,5vw,2.4rem)}.service-card__title{font-family:var(--font-display);color:var(--color3);margin-bottom:16px;font-size:clamp(1.2rem,4vw,1.4rem);font-weight:600}.service-card__list{flex-direction:column;gap:8px;list-style:none;display:flex}.service-card__list li{color:var(--color4);padding-left:16px;font-size:clamp(.85rem,2vw,.9rem);line-height:1.4;position:relative}.service-card__list li:before{content:"—";color:var(--color1);position:absolute;left:0}.products__placeholder{margin-top:clamp(32px,6vw,48px)}.products__placeholder .placeholder-box{min-height:200px}@media (width<=768px){.products__placeholder .placeholder-box{min-height:160px}}.location__branches-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:32px;display:grid}@media (width<=768px){.location__branches-grid{grid-template-columns:1fr;gap:20px}}.location__branch-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.location__branch-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0003}.location__branch-image-wrapper{aspect-ratio:16/9;background:var(--color5);width:100%;overflow:hidden}.location__branch-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.location__branch-image:hover{transform:scale(1.05)}.location__branch-info{flex-direction:column;gap:12px;padding:20px;display:flex}.location__branch-info.no-image{padding:24px 20px}.location__branch-name{font-family:var(--font-display);color:var(--color1);margin:0 0 4px;font-size:1.1rem;font-weight:600}.location__branch-detail{color:var(--color1);align-items:flex-start;gap:10px;font-size:.9rem;display:flex}.location__branch-detail p{margin:0;line-height:1.5}.location__branch-phone{color:var(--color1);text-decoration:none;transition:color .3s}.location__branch-phone:hover{color:var(--color3);text-decoration:underline}.location__schedule{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;margin-top:16px;padding:20px}.location__schedule-item{align-items:flex-start;gap:14px;display:flex}.location__schedule-item strong{text-transform:uppercase;letter-spacing:.08em;color:var(--color3);margin-bottom:4px;font-size:.85rem;display:block}.location__schedule-item p{color:var(--color4);margin:0;font-size:.9rem;line-height:1.5}.location__icon{flex-shrink:0;margin-top:2px;font-size:clamp(1.2rem,4vw,1.4rem)}.footer{background:var(--color3);padding:clamp(32px,6vw,48px) clamp(20px,5vw,40px)}.footer__inner{grid-template-columns:1fr 1.5fr 1fr;align-items:start;gap:clamp(24px,4vw,40px);max-width:1200px;margin:0 auto;display:grid}@media (width<=992px){.footer__inner{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=768px){.footer__inner{text-align:center;grid-template-columns:1fr;gap:28px}}.footer__brand{flex-direction:column;gap:4px;display:flex}@media (width<=768px){.footer__brand{align-items:center}}.footer__logo{font-family:var(--font-display);color:#ffffffd9;font-size:clamp(1.1rem,3vw,1.4rem)}.footer__logo strong{color:#fff}.footer__tagline{color:#ffffff80;margin:0;font-size:clamp(.7rem,1.5vw,.8rem)}.footer__contact{border-left:1px solid #ffffff14;border-right:1px solid #ffffff14;flex-direction:column;gap:8px;padding:0 clamp(8px,2vw,16px);display:flex}@media (width<=992px){.footer__contact{border:none;padding:0}}@media (width<=768px){.footer__contact{align-items:center}}.footer__contact-title{color:#ffffffb3;letter-spacing:.02em;margin:0 0 4px;font-size:clamp(.75rem,1.8vw,.85rem);font-weight:500}.footer__contact-phone{color:#fff;align-items:center;gap:10px;padding:6px 0;font-size:clamp(.85rem,2vw,1rem);text-decoration:none;transition:all .25s;display:flex}.footer__contact-phone:hover{color:var(--color1);transform:translate(4px)}@media (width<=768px){.footer__contact-phone:hover{transform:translateY(-2px)}}.footer__contact-phone svg{color:var(--color1);flex-shrink:0;width:18px;height:18px}.footer__contact-phone span{line-height:1.4}.footer__contact-phone span strong{font-weight:600}@media (width<=768px){.footer__contact-phone{justify-content:center}}.footer__contact-hours{color:#fff6;margin:0;font-size:clamp(.7rem,1.5vw,.75rem)}.footer__scratch{justify-content:flex-end;align-items:center;display:flex}@media (width<=992px){.footer__scratch{justify-content:flex-start}}@media (width<=768px){.footer__scratch{justify-content:center}}.footer__scratch-content{flex-direction:column;align-items:flex-end;gap:6px;display:flex}@media (width<=768px){.footer__scratch-content{align-items:center}}.footer__scratch-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:clamp(.6rem,1.2vw,.7rem)}.footer__scratch-logo-wrapper{cursor:pointer;line-height:0;transition:transform .3s;display:inline-block;position:relative;overflow:visible}.footer__scratch-logo-wrapper:hover{transform:scale(1.05)}.footer__scratch-logo-wrapper.tooltip-visible .footer__scratch-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.footer__scratch-logo{width:auto;height:clamp(40px,5vw,56px);transition:filter .3s;display:block}.footer__scratch-tooltip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--color3);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;letter-spacing:.02em;background:#fffffff2;border:1px solid #fff3;border-radius:12px;padding:10px 18px;font-size:clamp(.75rem,1.5vw,.85rem);font-weight:500;transition:all .35s cubic-bezier(.4,0,.2,1);position:absolute;bottom:calc(100% + 12px);left:auto;right:0;transform:translateY(-8px);box-shadow:0 8px 32px #00000026,0 2px 8px #00000014}.footer__scratch-tooltip:after{content:"";border:6px solid #0000;border-top-color:#fffffff2;position:absolute;top:100%;left:auto;right:16px;transform:none}@media (width<=480px){.footer__scratch-tooltip{white-space:normal;text-align:center;max-width:220px;padding:8px 14px}}.footer__scratch-copy{color:#ffffff40;letter-spacing:.03em;margin:0;font-size:clamp(.55rem,1.2vw,.65rem)}@media (width<=768px){.footer__scratch-copy{margin-top:4px}}.footer__socials{border-top:1px solid #ffffff0f;grid-column:1/-1;justify-content:center;gap:clamp(16px,3vw,24px);margin-top:clamp(8px,1.5vw,16px);padding-top:clamp(16px,3vw,24px);display:flex}.footer__socials a{color:#fff6;align-items:center;padding:6px;transition:all .25s;display:flex}.footer__socials a:hover{color:var(--color1);transform:translateY(-3px)scale(1.1)}.footer__socials a svg{width:clamp(18px,3vw,22px);height:auto}@media (width<=1200px){.section__inner{padding:0 20px}}@media (width<=992px){.section{padding:64px 24px}.service-card{padding:28px 24px}}@media (width<=768px){.section{padding:48px 20px}.section__title{margin-bottom:16px}.section__body{margin-bottom:24px}.about__text,.location__text{padding-right:0}.location__info{gap:20px}.location__item{gap:12px}}@media (width<=576px){.section{padding:40px 16px}.section__inner--split{gap:32px}.placeholder-box{min-height:200px;padding:32px 20px}.services__grid{margin-top:32px}.service-card{padding:24px 20px}.service-card__list li{font-size:.85rem}}@media (width<=480px){.section__title{font-size:1.5rem}.section__body{font-size:.9rem;line-height:1.5}.form__input,.form__textarea{font-size:16px}.location__map-placeholder,.about__image-placeholder{min-height:250px}}@media (width<=768px){.hide-on-mobile{display:none!important}}.show-on-mobile{display:none!important}@media (width<=768px){.show-on-mobile{display:block!important}}@media (width<=992px) and (width>=769px){.hide-on-tablet{display:none!important}}@media (width<=768px){.text-center-mobile{text-align:center!important}}.auth-container{background:linear-gradient(135deg, var(--color3) 0%, var(--color4) 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative}.auth-container--admin{background:radial-gradient(circle at 0 0,#2dd4bf2e,#0000 34%),linear-gradient(135deg,#173447 0%,#28505b 55%,#47685d 100%)}.auth-wrapper{width:100%;max-width:450px}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-logo-wrapper{background:linear-gradient(135deg, var(--color1), var(--color5));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;animation:3s ease-in-out infinite subtleFloat;display:flex;box-shadow:0 10px 25px #74244c4d}.auth-container--admin .auth-logo-wrapper{background:linear-gradient(135deg,#2dd4bf,#e2c766);box-shadow:0 10px 25px #07303b6b}.auth-logo{object-fit:contain;width:60px;height:60px}.auth-title{color:#fff;letter-spacing:-.5px;text-shadow:0 2px 4px #74244c4d;font-size:2.2rem;font-weight:600;font-family:var(--font-display);margin-bottom:.5rem}.auth-subtitle{color:var(--color5);opacity:.95;font-size:1rem;font-weight:400}.auth-container--admin .auth-title span{color:#2dd4bf!important}.auth-container--admin .auth-subtitle,.auth-container--admin .auth-footer-text{color:#d5f3ee}.auth-container--admin .auth-footer-link{color:#f1e7b5}.auth-footer{text-align:center;margin-top:2rem}.auth-footer-text{color:var(--color5);font-size:.9rem}.auth-footer-link{color:#e4f4fc;opacity:.8;margin-top:.5rem;font-size:.8rem}.back-home-button{z-index:1000;position:fixed;bottom:20px;left:20px}.back-home-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:50px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.back-home-btn:hover{background:#ffffff40;border-color:#fff6;transform:translate(-2px)}.entrepreneur-logo{z-index:1000;position:fixed;bottom:20px;right:20px}.entrepreneur-logo-link{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff26;border-radius:40px;align-items:center;gap:8px;padding:6px 12px;transition:all .3s;display:flex}.entrepreneur-logo-link:hover{background:#00000080;border-color:#ffffff4d;transform:translateY(-2px)}.entrepreneur-logo-icon{object-fit:contain;width:28px;height:28px}.entrepreneur-logo-text{color:#fffc;letter-spacing:.5px;font-size:.75rem}@keyframes subtleFloat{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}*{transition:all .3s}@media (width<=768px){.back-home-btn span{display:none}.back-home-btn{padding:10px 12px}.entrepreneur-logo-text{display:none}.entrepreneur-logo-link{padding:6px 10px}}.login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:24px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 40px #0000001a}.login-card:hover{transform:translateY(-2px);box-shadow:0 24px 48px #00000026}.login-card--admin{background:#f7fcfaf5;border:1px solid #2dd4bf3d;box-shadow:0 20px 42px #07303b38}.login-card--admin:hover{box-shadow:0 24px 52px #07303b47}.login-card--admin .form-label{color:#173447}.login-card--admin .form-icon--left{color:#2c7a7b}.login-card--admin .form-input{color:#173447;border-color:#b8ded8}.login-card--admin .form-input:focus{border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf29}.login-card--admin .toggle-password-btn:hover{color:#0f766e}.login-card--admin .login-button{background:linear-gradient(135deg,#0f766e,#173447);box-shadow:0 10px 18px #07303b29}.login-card--admin .login-button:hover:not(:disabled){box-shadow:0 10px 22px #07303b52}.login-form{flex-direction:column;gap:1.5rem;display:flex}.form-label{color:var(--color3);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.form-input-wrapper{align-items:center;display:flex;position:relative}.form-icon--left{color:var(--color4);pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.form-icon--right{cursor:pointer;color:var(--color4);z-index:1;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.toggle-password-btn:hover{color:var(--color1)}.form-input-wrapper .form-input{box-sizing:border-box;width:100%;font-family:var(--font-body);color:var(--color3);border:2px solid var(--color5);background:#fff;border-radius:12px;outline:none;padding:.875rem 3rem .875rem 2.3rem;font-size:1rem;line-height:1.3;transition:all .3s}.form-input-wrapper .form-input--with-right-icon{padding-right:3rem}.form-input-wrapper .form-input:focus{border-color:var(--color1);box-shadow:0 0 0 3px #d808741a}.form-input-wrapper .form-input::placeholder{color:var(--color4);opacity:.6}.login-button{background:linear-gradient(135deg, var(--color1), var(--color3));color:#fff;letter-spacing:.05em;cursor:pointer;border-radius:12px;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.login-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #74244c4d}.login-button:hover:not(:disabled):before{left:100%}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.button-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{border:1px solid var(--color1);color:var(--color1);background:#e2539c1a;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;animation:.3s shake;display:flex}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.error-icon{flex-shrink:0}@media (width<=480px){.form-input{padding:.75rem 2.8rem .75rem 2.5rem;font-size:.9rem}.form-icon--left svg,.form-icon--right svg{width:16px;height:16px}.form-icon--left{left:.8rem}.form-icon--right{right:.8rem}.login-card{padding:1.5rem}.auth-title{font-size:1.8rem}.auth-logo-wrapper{width:60px;height:60px}.auth-logo{width:45px;height:45px}}:root{--modal-primary:#74244c;--modal-primary-light:#e2539c;--modal-primary-dark:#4a1530;--modal-secondary:#9f6f86;--modal-secondary-light:#d5b4b2;--modal-secondary-dark:#6b4a5a;--modal-success:#10ac84;--modal-success-light:#1dd1a1;--modal-warning:#f39c12;--modal-warning-light:#f1c40f;--modal-danger:#ee5253;--modal-danger-light:#ff6b6b;--modal-info:#54a0ff;--modal-info-light:#5f9ea0;--modal-bg:#fff;--modal-bg-secondary:#fef6f0;--modal-bg-tertiary:#fce4d4;--modal-border:#f0e0d8;--modal-border-radius:24px;--modal-text-primary:#2d2d2d;--modal-text-secondary:#6b6b6b;--modal-text-muted:#9b9b9b;--modal-shadow-sm:0 2px 8px #0000000a;--modal-shadow-md:0 8px 24px #00000014;--modal-shadow-lg:0 16px 48px #0000001f;--modal-shadow-xl:0 24px 64px #74244c1f;--modal-overlay-bg:#00000080;--modal-overlay-blur:8px;--modal-padding:28px;--modal-gap:16px;--modal-icon-size:72px;--modal-icon-size-sm:56px}.modal--danger{--modal-accent:var(--modal-danger);--modal-accent-light:var(--modal-danger-light);--modal-accent-dark:#c0392b;--modal-icon-bg:#ee52531a}.modal--warning{--modal-accent:var(--modal-warning);--modal-accent-light:var(--modal-warning-light);--modal-accent-dark:#e67e22;--modal-icon-bg:#f39c121a}.modal--success{--modal-accent:var(--modal-success);--modal-accent-light:var(--modal-success-light);--modal-accent-dark:#0a8c6c;--modal-icon-bg:#10ac841a}.modal--info{--modal-accent:var(--modal-info);--modal-accent-light:var(--modal-info-light);--modal-accent-dark:#2e86de;--modal-icon-bg:#54a0ff1a}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.96)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIconPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes modalRipple{0%{opacity:.5;transform:scale(0)}to{opacity:0;transform:scale(2)}}@keyframes modalShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.modal-overlay{background:var(--modal-overlay-bg);-webkit-backdrop-filter:blur(var(--modal-overlay-blur));backdrop-filter:blur(var(--modal-overlay-blur));z-index:2000;padding:var(--modal-padding);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@supports not ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))){.modal-overlay{background:#000000bf}}@media (hover:none) and (pointer:coarse){.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:16px}}.modal-container{background:var(--modal-bg);border-radius:var(--modal-border-radius);width:100%;max-width:480px;box-shadow:var(--modal-shadow-xl);transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.modal-container:before{content:"";background:linear-gradient(90deg, var(--modal-primary-light), var(--modal-primary), var(--modal-primary-dark));z-index:1;height:4px;position:absolute;top:0;left:0;right:0}.modal-container{max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) modalSlideIn;overflow-y:auto}.modal-container::-webkit-scrollbar-track{background:var(--modal-bg-tertiary)}.modal-container::-webkit-scrollbar-thumb{background:var(--modal-secondary);border-radius:3px}.modal-container::-webkit-scrollbar-thumb:hover{background:var(--modal-primary)}.modal-container--danger:before{background:linear-gradient(90deg, var(--modal-danger-light), var(--modal-danger), var(--modal-danger-dark))}.modal-container--warning:before{background:linear-gradient(90deg, var(--modal-warning-light), var(--modal-warning), var(--modal-warning-dark))}.modal-container--success:before{background:linear-gradient(90deg, var(--modal-success-light), var(--modal-success), var(--modal-success-dark))}.modal-container--info:before{background:linear-gradient(90deg, var(--modal-info-light), var(--modal-info), var(--modal-info-dark))}.modal-header{padding:var(--modal-padding) var(--modal-padding) 0;text-align:center;position:relative}.modal-header .icon-container{width:var(--modal-icon-size);height:var(--modal-icon-size);margin:0 auto var(--modal-gap);background:var(--modal-icon-bg,var(--modal-bg-tertiary));border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.modal-header .icon-container:before{content:"";background:radial-gradient(circle,#74244c26 0%,#0000 70%);border-radius:50%;animation:1.5s ease-out infinite modalRipple;position:absolute;inset:-4px}.modal-header .icon-container .icon-emoji{font-size:2.2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) modalIconPop}.modal-header .icon-container:hover{transition:transform .2s;transform:scale(1.05)}.modal-header .close-btn{background:var(--modal-bg-secondary);width:36px;height:36px;color:var(--modal-text-secondary);cursor:pointer;border:1px solid var(--modal-border);border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.modal-header .close-btn:hover{background:var(--modal-primary);color:#fff;border-color:#0000;transform:rotate(90deg)}.modal-header .close-btn:active{transform:rotate(90deg)scale(.95)}.modal-header .close-btn .icon{width:18px;height:18px}@media (width<=480px){.modal-header{padding:20px 20px 0}.modal-header .icon-container{width:var(--modal-icon-size-sm);height:var(--modal-icon-size-sm)}.modal-header .icon-container .icon-emoji{font-size:1.8rem}.modal-header .close-btn{width:32px;height:32px;top:12px;right:12px}.modal-header .close-btn .icon{width:16px;height:16px}}.modal-body{padding:var(--modal-gap) var(--modal-padding) var(--modal-padding);text-align:center}.modal-body h3{font-family:var(--font-display);color:var(--modal-text-primary);margin-bottom:12px;font-size:1.5rem;font-weight:700;line-height:1.3}@media (width<=480px){.modal-body h3{font-size:1.3rem}}.modal-body p{font-family:var(--font-body);color:var(--modal-text-secondary);margin:0;font-size:.95rem;line-height:1.6}@media (width<=480px){.modal-body p{font-size:.875rem;line-height:1.5}}.modal-body>:not(h3):not(p){margin-top:16px}.modal-footer{padding:0 var(--modal-padding) var(--modal-padding);gap:12px;display:flex}@media (width<=480px){.modal-footer{flex-direction:column;gap:10px}}.modal-footer .btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.modal-footer .btn:after{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal-footer .btn:active:after{width:200px;height:200px}.modal-footer .btn-icon{align-items:center;font-size:1rem;line-height:1;display:inline-flex}@media (width<=480px){.modal-footer .btn{width:100%;padding:12px 16px;font-size:.875rem}}.modal-footer .btn-cancel{background:var(--modal-bg-secondary);color:var(--modal-text-secondary);border:1.5px solid var(--modal-border)}.modal-footer .btn-cancel:hover{background:var(--modal-text-secondary);color:#fff;border-color:#0000;transform:translateY(-2px)}.modal-footer .btn-cancel:active{transform:translateY(0)}.modal-footer .btn-confirm{background:var(--confirm-bg,linear-gradient(135deg, var(--modal-primary-light), var(--modal-primary)));color:#fff;box-shadow:var(--confirm-shadow,0 4px 12px #74244c4d)}.modal-footer .btn-confirm:hover{background:var(--confirm-hover,linear-gradient(135deg, var(--modal-primary), var(--modal-primary-dark)));box-shadow:var(--confirm-shadow,0 6px 16px #74244c66);transform:translateY(-2px)}.modal-footer .btn-confirm:active{transform:translateY(0)}.modal-footer .btn-confirm:disabled{opacity:.6;cursor:not-allowed;transform:none}.modal-footer-decoration{background:linear-gradient(90deg, transparent, var(--modal-primary-light), var(--modal-primary), var(--modal-primary-dark), transparent);opacity:.6;width:100%;height:3px}@media (width<=640px){.modal-container{max-width:calc(100% - 32px)}}@media (width<=480px){:root{--modal-padding:20px;--modal-gap:12px}.modal-container{border-radius:20px;max-height:85vh}}@media (width<=360px){:root{--modal-padding:16px}.modal-container{max-width:calc(100% - 24px)}.btn{padding:10px 14px;font-size:.8rem}}@media (height<=600px) and (orientation:landscape){.modal-container{max-height:85vh}.modal-body{max-height:40vh;overflow-y:auto}}@media (hover:none) and (pointer:coarse){.btn{padding:14px 20px}.close-btn{width:44px;height:44px}.btn-cancel,.btn-confirm{min-height:48px}}@media (prefers-reduced-motion:reduce){.modal-container,.icon-container,.btn,.close-btn{transition:none;animation:none}.modal-container:before,.icon-container:before{animation:none}}.btn{color:inherit;font-family:var(--font-body);text-align:center;vertical-align:middle;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid #0000;outline:none;justify-content:center;align-items:center;gap:8px;font-weight:500;line-height:1;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:hover:not(.btn--disabled):not(.btn--loading){transform:translateY(-1px)}.btn:active:not(.btn--disabled):not(.btn--loading){transform:translateY(0)scale(.98)}.btn:focus-visible{outline:2px solid var(--color1);outline-offset:2px}.btn:after{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:active:not(.btn--disabled):not(.btn--loading):after{width:200px;height:200px}.btn--primary{color:#fff;background-color:var(--color1);border-color:var(--color1)}.btn--primary:hover:not(.btn--disabled):not(.btn--loading){background-color:#dc3088;border-color:#dc3088;box-shadow:0 4px 12px #e2539c4d}.btn--secondary{color:#fff;background-color:var(--color3);border-color:var(--color3)}.btn--secondary:hover:not(.btn--disabled):not(.btn--loading){background-color:#9b3066;border-color:#9b3066;box-shadow:0 4px 12px #74244c4d}.btn--outline{color:var(--color3);border-color:var(--color3);background-color:#0000}.btn--outline:hover:not(.btn--disabled):not(.btn--loading){color:#fff;background-color:var(--color3);border-color:var(--color3)}.btn--ghost{color:var(--color4);background-color:#0000;border-color:#0000}.btn--ghost:hover:not(.btn--disabled):not(.btn--loading){color:var(--color3);background-color:#9f6f861a}.btn--danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn--danger:hover:not(.btn--disabled):not(.btn--loading){background-color:#c62232;border-color:#c62232;box-shadow:0 4px 12px #dc35454d}.btn--xs{border-radius:4px;gap:4px;padding:4px 12px;font-size:.75rem}.btn--sm{border-radius:6px;gap:6px;padding:6px 16px;font-size:.875rem}.btn--md{border-radius:8px;gap:8px;padding:10px 24px;font-size:1rem}.btn--lg{border-radius:12px;gap:10px;padding:12px 32px;font-size:1.125rem}.btn--xl{border-radius:12px;gap:12px;padding:16px 40px;font-size:1.25rem}.btn--full-width{width:100%;display:flex}.btn--disabled{pointer-events:none;cursor:not-allowed;opacity:.6}.btn--loading{cursor:wait}.btn--loading .btn__content{opacity:.7}.btn__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:.8s linear infinite spin;display:inline-block}.btn__icon,.btn__content{justify-content:center;align-items:center;display:inline-flex}.btn__content{gap:8px}.btn__icon{line-height:0}.btn__icon svg{width:1.2em;height:1.2em}.btn--xs .btn__icon svg{width:1em;height:1em}.btn--sm .btn__icon svg{width:1.1em;height:1.1em}.btn--lg .btn__icon svg,.btn--xl .btn__icon svg{width:1.3em;height:1.3em}a.btn{text-decoration:none;display:inline-flex}@media (width<=768px){.btn--lg{padding:10px 24px;font-size:1rem}.btn--xl{padding:12px 32px;font-size:1.125rem}}.data-card{z-index:1;background:#fff;border:1px solid #74244c24;border-radius:14px;grid-template-columns:auto 1fr;gap:16px;min-height:178px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;position:relative;box-shadow:0 10px 24px #74244c14}.data-card:hover{z-index:2;border-color:#e2539c6b;transform:translateY(-2px);box-shadow:0 18px 42px #74244c1f}.data-card__mark{color:#fff;background:linear-gradient(135deg, var(--color1), var(--color3));width:52px;height:52px;font-family:var(--font-display);border-radius:50%;place-items:center;font-size:1.2rem;font-weight:700;display:grid}.data-card__body{min-width:0}.data-card__eyebrow{color:var(--color4);letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:700}.data-card__title{overflow-wrap:anywhere;color:var(--color3);font-family:var(--font-display);margin-top:4px;font-size:1.55rem;line-height:1.1}.data-card__description{color:var(--color4);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:.92rem;line-height:1.45;display:-webkit-box;overflow:hidden}.data-card__actions{border-top:1px solid #74244c1a;grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:14px;display:flex}.empty-state{text-align:center;background:#ffffffc7;border:1px dashed #74244c47;border-radius:22px;justify-items:center;gap:10px;margin-top:20px;padding:42px 20px;display:grid}.empty-state__icon{color:#fff;background:var(--color1);border-radius:50%;place-items:center;width:56px;height:56px;font-size:2rem;line-height:1;display:grid}.empty-state__title{color:var(--color3);font-family:var(--font-display);font-size:2rem}.empty-state__text{max-width:460px;color:var(--color4)}.empty-state__action{margin-top:8px}.pagination{align-items:center;gap:10px;display:flex}.pagination__pages{gap:6px;display:flex}.pagination__page{min-width:38px;height:38px;color:var(--color3);background:#fff;border:1px solid #74244c24;border-radius:8px;font-weight:700;transition:background .18s,color .18s}.pagination__page:hover,.pagination__page--active{color:#fff;background:var(--color3)}@media (width<=640px){.pagination{flex-direction:column;align-items:stretch}.pagination__pages{justify-content:center}}.search-filters{background:#ffffffc7;border:1px solid #74244c24;border-radius:22px;align-items:end;gap:12px;padding:16px;display:flex;box-shadow:0 10px 28px #74244c14}.search-filters__field{flex:1;min-width:0}.search-filters__label{color:var(--color3);margin-bottom:8px;font-size:.82rem;font-weight:700;display:block}.search-filters__control{display:block;position:relative}.search-filters__icon{width:20px;height:20px;color:var(--color4);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-filters__input{width:100%;min-height:44px;color:var(--color3);font-family:var(--font-body);background:#fff;border:1px solid #74244c24;border-radius:8px;min-width:0;padding:0 14px 0 44px;font-size:.95rem;transition:border-color .18s,box-shadow .18s}.search-filters__input:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c29}@media (width<=768px){.search-filters{gap:10px;padding:14px}.search-filters__input{min-height:42px;font-size:.9rem}}@media (width<=640px){.search-filters{flex-direction:column;align-items:stretch;gap:12px;padding:12px}.search-filters__field{width:100%}.search-filters__label{margin-bottom:6px;font-size:.75rem}.search-filters__input{min-height:40px;font-size:.88rem}}@media (width<=480px){.search-filters{gap:10px;padding:10px}.search-filters__input{min-height:38px;padding:0 12px 0 40px;font-size:.85rem}.search-filters__icon{width:18px;height:18px;left:12px}}@media (width<=360px){.search-filters{gap:8px;padding:8px}.search-filters__input{min-height:36px;padding:0 10px 0 36px;font-size:.8rem}.search-filters__icon{width:16px;height:16px;left:10px}}@media (width<=768px) and (orientation:landscape){.search-filters{flex-direction:row;align-items:center;gap:10px}.search-filters__field{min-width:200px}.search-filters__label{margin-bottom:0;margin-right:8px}}.skeleton-card{background:#ffffff94;border:1px solid #74244c24;border-radius:14px;gap:16px;min-height:178px;padding:18px;display:flex}.skeleton-card__mark,.skeleton-card__line{background:linear-gradient(90deg,#d5b4b23d,#ffffffd6) 0 0/220% 100%;animation:1.2s ease-in-out infinite skeleton-card-loading}.skeleton-card__mark{border-radius:50%;width:52px;height:52px}.skeleton-card__content{flex:1;padding-top:6px}.skeleton-card__line{border-radius:999px;height:12px;margin-bottom:12px;display:block}.skeleton-card__line--sm{width:34%}.skeleton-card__line--lg{width:82%}@keyframes skeleton-card-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.dashboard-header{border-left:6px solid var(--color1);background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem 2rem;transition:all .3s;display:flex;box-shadow:0 10px 20px #0000001a}.dashboard-header:hover{box-shadow:0 20px 30px #0000001f}.header-content{align-items:center;gap:1.5rem;display:flex}.header-icon{background:linear-gradient(135deg, var(--color1), var(--color3));border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #00000012}.header-icon img{object-fit:contain;width:50px;height:50px}.header-icon:hover{transform:scale(1.05);box-shadow:0 10px 20px #0000001a}.header-text h1{color:var(--color3);letter-spacing:-.5px;font-size:2rem;font-weight:700;font-family:var(--font-display);margin:0}.header-text .subtitle{color:var(--color4);margin:.5rem 0 0;font-size:.95rem;font-weight:400}.user-info{background:var(--color2);border-radius:50px;align-items:center;gap:1rem;padding:.75rem 1.5rem;transition:all .2s;display:flex}.user-info:hover{background:#fbdbc6}.user-avatar{background:var(--color1);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex;box-shadow:0 2px 4px #0000000d}.user-name{color:var(--color3);font-size:.95rem;font-weight:600}.user-branch{color:var(--color4);font-size:.85rem;font-weight:600}.dashboard-nav{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;padding:.5rem;display:grid}.nav-button{cursor:pointer;text-align:center;border:1px solid #fff3;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #00000012}.nav-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.nav-button:hover:before{left:100%}.nav-button:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 30px #74244c26}.nav-button:active{transform:translateY(-4px)scale(1.01)}.nav-button img{object-fit:contain;width:80px;height:80px;transition:all .3s}.nav-button:hover img{transform:scale(1.1)}.label{color:var(--color3);letter-spacing:-.3px;font-size:1.3rem;font-weight:700;font-family:var(--font-display);transition:all .3s}.description{color:var(--color4);font-size:.85rem;line-height:1.4;transition:all .3s}.color-primary{background:linear-gradient(135deg, #fff, var(--color2));border-bottom:4px solid var(--color1)}.color-primary:hover{background:linear-gradient(135deg, var(--color1), #db2783);border-bottom-color:var(--color3)}.color-primary:hover .label,.color-primary:hover .description{color:#fff}.color-primary:hover img{filter:brightness(0)invert()}.color-secondary{background:linear-gradient(135deg, #fff, var(--color2));border-bottom:4px solid var(--color3)}.color-secondary:hover{background:linear-gradient(135deg, var(--color3), #4d1833);border-bottom-color:var(--color1)}.color-secondary:hover .label,.color-secondary:hover .description{color:#fff}.color-secondary:hover img{filter:brightness(0)invert()}.color-tertiary{background:linear-gradient(135deg, #fff, var(--color2));border-bottom:4px solid var(--color4)}.color-tertiary:hover{background:linear-gradient(135deg, var(--color4), #83586d);border-bottom-color:var(--color3)}.color-tertiary:hover .label,.color-tertiary:hover .description{color:#fff}.color-tertiary:hover img{filter:brightness(0)invert()}@media (width<=1024px){.dashboard-container{padding:1rem}.dashboard-header{flex-direction:column;align-items:flex-start}.header-content{width:100%}.user-info{justify-content:center;width:100%}.dashboard-nav{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.nav-button{padding:1.5rem 1rem}.nav-button img{width:60px;height:60px}.label{font-size:1.2rem}.description{font-size:.8rem}}@media (width<=768px){.dashboard-container{padding:.75rem}.dashboard-header{padding:1rem}.header-content{gap:1rem}.header-icon{width:50px;height:50px}.header-icon img{width:35px;height:35px}.header-text h1{font-size:1.5rem}.header-text .subtitle{font-size:.85rem}.user-info{padding:.5rem 1rem}.user-avatar{width:36px;height:36px;font-size:1.2rem}.user-name{font-size:.85rem}.dashboard-nav{grid-template-columns:1fr;gap:1rem}.nav-button{text-align:left;flex-direction:row;justify-content:flex-start;gap:1rem;padding:1rem}.nav-button img{width:50px;height:50px}.label{font-size:1.1rem}.description{font-size:.75rem}}@media (width>=1440px){.dashboard-container{max-width:1440px;margin:0 auto}.dashboard-nav{gap:2rem}.nav-button{padding:2.5rem 2rem}.nav-button img{width:100px;height:100px}.label{font-size:1.5rem}.description{font-size:1rem}}.dashboard-container{background:var(--color2);min-height:100vh;padding:2rem;position:relative}.dashboard-container:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 10% 20%,#e2539c08 0%,#0000 50%);position:fixed;inset:0}.quick-stats{z-index:1;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1400px;margin:2.5rem auto 0;padding:0 .5rem;display:grid;position:relative}.stat-card{border-left:4px solid var(--color1);text-align:left;background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000000d}.stat-card:hover{transform:translate(5px);box-shadow:0 4px 6px #00000012}.stat-card--action{cursor:pointer;border-top:0;border-bottom:0;border-right:0;width:100%;font-family:inherit}.stat-card--action:disabled{cursor:default;opacity:.75}.stat-card--action:disabled:hover{transform:none;box-shadow:0 2px 4px #0000000d}.stat-card--warning{border-left-color:#d97706}.stat-card--critical{border-left-color:#dc2626}.stat-card--critical .stat-value{color:#b42318}.stat-icon{background:var(--color2);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;display:flex}.stat-info{flex-direction:column;display:flex}.stat-value{color:var(--color3);font-size:1.5rem;font-weight:700;line-height:1.2}.stat-label{color:var(--color4);font-size:.85rem}.sidebar{background:linear-gradient(135deg, var(--color3), var(--color4));color:#fff;z-index:50;flex-direction:column;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0;box-shadow:0 25px 50px -12px #00000040}.sidebar.sidebar--expanded{width:280px}.sidebar.sidebar--minimized{width:80px}.sidebar__nav{flex:1;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-track{background:#ffffff1a}.sidebar__nav::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.sidebar__nav::-webkit-scrollbar-thumb:hover{background:#ffffff80}.sidebar__header{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;min-height:80px;padding:1rem;display:flex}.sidebar__header-content{align-items:center;gap:.75rem;display:flex}.sidebar__header-logo{cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.sidebar__header-logo img{object-fit:contain;width:24px;height:24px}.sidebar__header-logo:hover{opacity:.9;transform:scale(1.05)}.sidebar__header-title{white-space:nowrap;cursor:pointer;font-size:.875rem;font-weight:700;transition:all .3s}.sidebar__header-title:hover{opacity:.9}.sidebar__toggle{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .3s}.sidebar__toggle:hover{background:#ffffff1a}.sidebar__toggle svg{width:20px;height:20px}.sidebar__footer{border-top:1px solid #fff3;padding:1rem}.logout-button{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.logout-button:hover{background:#c82333;transform:translateY(-2px)}.logout-button:active{transform:translateY(0)}.logout-button svg{flex-shrink:0;width:24px;height:24px}.logout-button span{font-size:1rem;font-weight:500}.nav-container{margin-bottom:.75rem;padding:0 1rem}.nav-item{width:100%;margin-bottom:.5rem}.nav-item__button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.5rem .75rem;transition:all .3s;display:flex}.nav-item__button:hover{background:#ffffff1a}.nav-item__button.active{background:var(--color1);border-right:4px solid var(--color2)}.nav-item__content{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.nav-item__icon{flex-shrink:0;width:20px;height:20px}.nav-item__icon img{object-fit:contain;width:100%;height:100%}.nav-item__label{text-transform:uppercase;color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.nav-item__chevron{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.nav-item__chevron.rotated{transform:rotate(90deg)}.submenu{margin-top:.5rem;margin-left:2rem;overflow:hidden}.submenu-item{width:100%;margin-bottom:.25rem;position:relative}.submenu-item__button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:all .3s;display:flex}.submenu-item__button:hover{background:#ffffff1a}.submenu-item__button.active{background:var(--color1);border-right:4px solid var(--color2)}.submenu-item__icon{flex-shrink:0;width:24px;height:24px}.submenu-item__icon img{object-fit:contain;width:100%;height:100%}.submenu-item__label{white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.sidebar--minimized .nav-item__button{border-radius:8px;justify-content:center;width:100%;padding:.75rem;transition:all .3s}.sidebar--minimized .nav-item__button:hover,.sidebar--minimized .nav-item__button.active{background:#ffffff1f}.sidebar--minimized .nav-item__button.active{border-right:4px solid var(--color2)}.sidebar--minimized .nav-item__content{justify-content:center;width:100%}.sidebar--minimized .nav-item__icon{margin:0}.sidebar--minimized .nav-item__label{display:none}.sidebar--minimized .submenu-item__button{justify-content:center}.sidebar--minimized .submenu-item__label{display:none}.sidebar--minimized .submenu{margin-left:0}.mobile-menu-button{z-index:60;background:var(--color3);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:fixed;top:1rem;left:1rem;box-shadow:0 10px 15px -3px #0000001a}.mobile-menu-button:hover{background:var(--color4);transform:scale(1.05)}.mobile-menu-button svg{width:20px;height:20px}.mobile-backdrop{z-index:55;background:#00000080;position:fixed;inset:0}.mobile-drawer{background:linear-gradient(135deg, var(--color3), var(--color4));color:#fff;z-index:58;flex-direction:column;width:280px;height:100vh;display:flex;position:fixed;top:0;left:0;box-shadow:0 25px 50px -12px #00000040}.mobile-drawer__header{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;min-height:80px;padding:1rem;display:flex}.mobile-drawer__header-content{align-items:center;gap:.75rem;display:flex}.mobile-drawer__header-logo{cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-drawer__header-logo img{object-fit:contain;width:24px;height:24px}.mobile-drawer__header-title{cursor:pointer;font-size:.875rem;font-weight:700}.mobile-drawer__close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem}.mobile-drawer__close:hover{background:#ffffff1a}.mobile-drawer__close svg{width:20px;height:20px}.mobile-drawer__nav{flex:1;padding:1.25rem 0;overflow-y:auto}.mobile-nav-item{width:100%;margin-bottom:.75rem;padding:0 1rem}.mobile-nav-item__button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.5rem .75rem;display:flex}.mobile-nav-item__button:hover{background:#ffffff1a}.mobile-nav-item__content{align-items:center;gap:.75rem;display:flex}.mobile-nav-item__icon{width:20px;height:20px}.mobile-nav-item__icon img{object-fit:contain;width:100%;height:100%}.mobile-nav-item__label{text-transform:uppercase;font-size:.75rem;font-weight:600}.mobile-submenu{margin-top:.5rem;margin-left:2rem}.mobile-submenu-item{width:100%;margin-bottom:.25rem}.mobile-submenu-item__button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem .75rem .75rem 2.5rem;display:flex}.mobile-submenu-item__button:hover{background:#ffffff1a}.mobile-submenu-item__button.active{background:var(--color1);border-right:4px solid var(--color2)}.mobile-submenu-item__icon{width:24px;height:24px}.mobile-submenu-item__icon img{object-fit:contain;width:100%;height:100%}.mobile-submenu-item__label{font-size:.875rem}.accordion-enter-active,.accordion-leave-active{transition:max-height .24s;overflow:hidden}.accordion-enter-from,.accordion-leave-to{max-height:0}.accordion-enter-to,.accordion-leave-from{max-height:800px}.slide-enter-active,.slide-leave-active{transition:transform .28s all .4s cubic-bezier(.4, 0, .2, 1)}.slide-enter-from,.slide-leave-to{transform:translate(-100%)}.fade-enter-active,.fade-leave-active{transition:opacity .25s}.fade-enter-from,.fade-leave-to{opacity:0}.chevron-rotate{transition:transform .2s}.categories{width:min(1180px,100% - 32px);margin:0 auto;padding:32px 0 56px}.categories__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.categories__eyebrow{color:var(--color4);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.categories__title{color:var(--color3);font-family:var(--font-display);margin-top:4px;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.categories__subtitle{max-width:620px;color:var(--color4);margin-top:10px;font-size:.98rem}.categories__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;margin-top:20px;display:grid}.categories__notice{color:var(--color3);background:#ffffffd1;border:1px solid #74244c24;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding:14px 16px;display:flex}.categories__footer{justify-content:space-between;align-items:center;gap:18px;margin-top:24px;display:flex}.categories__total{color:var(--color4);font-size:.92rem;font-weight:600}@media (width<=720px){.categories{width:min(100% - 24px,1180px);padding-top:22px}.categories__header,.categories__footer,.categories__notice{flex-direction:column;align-items:stretch}}.category-form{z-index:1100;background:#74244c6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.category-form__panel{background:#fff;border:1px solid #74244c24;border-radius:22px;width:min(100%,520px);padding:22px;box-shadow:0 24px 70px #74244c3d}.category-form__header,.category-form__footer{justify-content:space-between;align-items:center;gap:14px;display:flex}.category-form__eyebrow{color:var(--color4);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.category-form__title{color:var(--color3);font-family:var(--font-display);font-size:2rem;line-height:1.05}.category-form__close{width:40px;height:40px;color:var(--color3);background:#d5b4b23d;border-radius:50%;font-size:1rem}.category-form__alert{color:var(--color3);background:#e2539c1a;border:1px solid #e2539c47;border-radius:8px;margin-top:18px;padding:12px 14px}.category-form__field{margin-top:18px;display:block}.category-form__label,.category-form__hint,.category-form__error{font-size:.84rem;display:block}.category-form__label{color:var(--color3);margin-bottom:8px;font-weight:700}.category-form__input,.category-form__textarea{width:100%;color:var(--color3);font-family:var(--font-body);resize:vertical;background:#fff;border:1px solid #74244c24;border-radius:8px;padding:12px 14px;font-size:.96rem}.category-form__input:focus,.category-form__textarea:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c29}.category-form__input--error,.category-form__textarea--error{border-color:#c93455}.category-form__hint{color:var(--color4);text-align:right;margin-top:6px}.category-form__error{color:#c93455;margin-top:4px;font-weight:700}.category-form__footer{margin-top:24px}@media (width<=520px){.category-form{align-items:end;padding:0}.category-form__panel{border-radius:22px 22px 0 0}}.category-modal-enter-active,.category-modal-leave-active{transition:opacity .18s}.category-modal-enter-from,.category-modal-leave-to{opacity:0}.products{width:min(1220px,100% - 32px);margin:0 auto;padding:32px 0 56px}.products__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.products__eyebrow{color:var(--color4);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.products__title{color:var(--color3);font-family:var(--font-display);margin-top:4px;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.products__subtitle{max-width:660px;color:var(--color4);margin-top:10px;font-size:.98rem}.products__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:20px;display:grid}.products__notice{color:var(--color3);background:#ffffffd1;border:1px solid #74244c29;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding:14px 16px;display:flex}.products__footer{justify-content:space-between;align-items:center;gap:18px;margin-top:24px;display:flex}.products__total{color:var(--color4);font-size:.92rem;font-weight:600}@media (width<=720px){.products{width:min(100% - 24px,1220px);padding-top:22px}.products__header,.products__footer,.products__notice{flex-direction:column;align-items:stretch}}.product-card{background:#ffffffeb;border:1px solid #74244c29;border-radius:18px;grid-template-columns:auto 1fr;gap:16px;min-height:212px;padding:18px;transition:border-color .24s,box-shadow .24s,transform .24s;display:grid;box-shadow:0 10px 24px #74244c14}.product-card:hover{border-color:#e2539c57;transform:translateY(-2px);box-shadow:0 18px 42px #74244c1f}.product-card__mark{color:#fff;background:linear-gradient(135deg, var(--color1), var(--color3));width:52px;height:52px;font-family:var(--font-display);border-radius:50%;place-items:center;font-size:1.1rem;font-weight:700;display:grid}.product-card__body{min-width:0}.product-card__topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.product-card__brand{color:var(--color4);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.76rem;font-weight:700;overflow:hidden}.product-card__status-btn{color:#1f7a48;cursor:pointer;background:#42b86f1f;border:none;border-radius:999px;flex:none;padding:4px 9px;font-size:.74rem;font-weight:700;transition:all .2s}.product-card__status-btn:hover{background:#42b86f33;transform:scale(1.05)}.product-card__status-btn:active{transform:scale(.95)}.product-card__status-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.product-card__status-btn--inactive{color:#9b2f44;background:#c934551f}.product-card__status-btn--inactive:hover{background:#c9345533}.product-card__title{overflow-wrap:anywhere;color:var(--color3);font-family:var(--font-display);margin-top:6px;font-size:1.45rem;line-height:1.1}.product-card__meta{gap:8px;margin-top:14px;display:grid}.product-card__meta div{min-width:0}.product-card__meta dt{color:var(--color4);letter-spacing:.06em;text-transform:uppercase;font-size:.73rem;font-weight:700}.product-card__meta dd{color:var(--color3);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:600;overflow:hidden}.product-card__actions{border-top:1px solid #74244c1a;grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:14px;display:flex}@media (width<=420px){.product-card__actions{flex-wrap:wrap;justify-content:stretch}.product-card__actions .btn{flex:auto}}.product-barcode{background:#ffffffbd;border:1px solid #74244c29;border-radius:18px;margin-bottom:18px;padding:16px;box-shadow:0 10px 22px #74244c12}.product-barcode__form{grid-template-columns:minmax(220px,1fr) auto auto;align-items:end;gap:12px;display:grid}.product-barcode__field{gap:6px;display:grid}.product-barcode__label{color:var(--color3);font-size:.84rem;font-weight:700}.product-barcode__input{width:100%;color:var(--color3);font-family:var(--font-body);background:#fff;border:1px solid #74244c29;border-radius:12px;padding:12px 14px;font-size:.96rem}.product-barcode__input:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c24}.product-barcode__message,.product-barcode__result{margin-top:12px}.product-barcode__message{border-radius:12px;padding:12px 14px}.product-barcode__message--error{color:#9b2f44;background:#c934551f;border:1px solid #c9345533}.product-barcode__result{width:100%;color:var(--color3);text-align:left;background:#e2539c14;border:1px solid #e2539c2e;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.product-barcode__result strong,.product-barcode__result small{display:block}.product-barcode__result small{color:var(--color4);margin-top:2px}.product-barcode__result-action{color:var(--color1);flex:none;font-size:.84rem;font-weight:800}@media (width<=760px){.product-barcode__form{grid-template-columns:1fr}.product-barcode__result{flex-direction:column;align-items:flex-start}}.product-form{z-index:1100;background:#74244c6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-form__panel{background:#fff;border:1px solid #74244c29;border-radius:24px;width:min(100%,640px);padding:22px;box-shadow:0 24px 70px #74244c3d}.product-form__header,.product-form__footer{justify-content:space-between;align-items:center;gap:14px;display:flex}.product-form__eyebrow{color:var(--color4);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.product-form__title{color:var(--color3);font-family:var(--font-display);font-size:2rem;line-height:1.05}.product-form__close{width:40px;height:40px;color:var(--color3);background:#d5b4b23d;border-radius:50%;font-size:1rem}.product-form__alert{color:var(--color3);background:#e2539c1a;border:1px solid #e2539c47;border-radius:12px;margin-top:18px;padding:12px 14px}.product-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-form__field{margin-top:18px;display:block}.product-form__label,.product-form__hint,.product-form__error{font-size:.84rem;display:block}.product-form__label{color:var(--color3);margin-bottom:8px;font-weight:700}.product-form__input{width:100%;min-height:46px;color:var(--color3);font-family:var(--font-body);background:#fff;border:1px solid #74244c29;border-radius:12px;padding:12px 14px;font-size:.96rem}.product-form__input:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c29}.product-form__input--error{border-color:#c93455}.product-form__hint{color:var(--color4);text-align:right;margin-top:6px}.product-form__error{color:#c93455;margin-top:4px;font-weight:700}.product-form__footer{margin-top:24px}@media (width<=620px){.product-form{align-items:end;padding:0}.product-form__panel{border-radius:22px 22px 0 0}.product-form__row{grid-template-columns:1fr;gap:0}}.product-detail{z-index:1100;background:#74244c6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-detail__panel{overscroll-behavior:contain;background:#fff;border:1px solid #74244c29;border-radius:24px;width:min(100%,980px);max-height:min(88vh,820px);padding:22px;overflow:auto;box-shadow:0 24px 70px #74244c3d}.product-detail__header{z-index:2;background:#fff;border-bottom:1px solid #74244c1a;justify-content:space-between;align-items:flex-start;gap:14px;margin-top:-22px;padding:22px 0 16px;display:flex;position:sticky;top:-22px}.product-detail__heading{min-width:0}.product-detail__eyebrow{color:var(--color4);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.product-detail__title{overflow-wrap:anywhere;max-width:760px;color:var(--color3);font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.05}.product-detail__subtitle{color:var(--color4);margin-top:6px;font-weight:600}.product-detail__close{width:40px;height:40px;color:var(--color3);background:#d5b4b23d;border-radius:50%;flex:none;font-size:1rem;transition:background .16s,transform .16s}.product-detail__close:hover{background:#e2539c2e;transform:translateY(-1px)}.product-detail__loading,.product-detail__alert,.product-detail__empty{color:var(--color4);margin-top:18px}.product-detail__alert{color:#9b2f44;background:#c934551f;border:1px solid #c9345533;border-radius:12px;padding:12px 14px}.product-detail__content{gap:22px;margin-top:22px;display:grid}.product-detail__tabs{background:#fce4d4f5;border:1px solid #74244c1f;border-radius:12px;gap:8px;padding:8px;display:flex;overflow-x:auto}.product-detail__tab{min-height:38px;color:var(--color4);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;flex:none;padding:0 14px;font-size:.9rem;font-weight:700;transition:background .16s,border-color .16s,color .16s}.product-detail__tab:hover,.product-detail__tab--active{color:var(--color3);background:#fff;border-color:#e2539c33}.product-detail__tab-content,.product-detail__tab-pane{min-width:0}.product-detail__tab-pane{gap:18px;display:grid}.product-detail__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.product-detail__summary div{background:#e2539c14;border:1px solid #e2539c29;border-radius:12px;min-width:0;padding:14px}.product-detail__summary span,.product-detail__summary strong{display:block}.product-detail__summary span{color:var(--color4);letter-spacing:.06em;text-transform:uppercase;font-size:.74rem;font-weight:700}.product-detail__summary strong{color:var(--color3);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:1rem;overflow:hidden}.product-detail__section h3{color:var(--color3);font-family:var(--font-display);margin-bottom:12px;font-size:1.55rem;line-height:1.1}.product-detail__table-wrap{border:1px solid #74244c29;border-radius:12px;overflow-x:auto}.product-detail__table{border-collapse:collapse;width:100%;min-width:620px}.product-detail__table th,.product-detail__table td{text-align:left;border-bottom:1px solid #74244c1a;padding:12px 14px}.product-detail__table th{color:var(--color4);letter-spacing:.06em;text-transform:uppercase;background:#d5b4b229;font-size:.76rem}.product-detail__table td{color:var(--color3);font-size:.92rem;font-weight:600}.product-detail__stock-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.product-detail__stock,.product-detail__supplier{background:#ffffffdb;border:1px solid #74244c29;border-radius:12px;padding:14px}.product-detail__stock span,.product-detail__stock strong,.product-detail__stock small{display:block}.product-detail__stock span,.product-detail__stock small{color:var(--color4)}.product-detail__stock strong{color:var(--color3);font-family:var(--font-display);margin:8px 0 4px;font-size:2rem;line-height:1}.product-detail__supplier-list{gap:10px;display:grid}.product-detail__supplier{justify-content:space-between;align-items:center;gap:14px;display:flex}.product-detail__supplier strong,.product-detail__supplier span{display:block}.product-detail__supplier strong{color:var(--color3)}.product-detail__supplier span{color:var(--color4);font-size:.9rem}@media (width<=760px){.product-detail{align-items:end;padding:0}.product-detail__panel{border-radius:22px 22px 0 0;max-height:92vh}.product-detail__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail__supplier{flex-direction:column;align-items:flex-start}}@media (width<=460px){.product-detail__summary{grid-template-columns:1fr}}.product-modal-enter-active .product-form__panel,.product-modal-leave-active .product-form__panel,.product-modal-enter-active .product-detail__panel,.product-modal-leave-active .product-detail__panel{transition:transform .22s,opacity .22s}.product-modal-enter-from .product-form__panel,.product-modal-leave-to .product-form__panel,.product-modal-enter-from .product-detail__panel,.product-modal-leave-to .product-detail__panel{opacity:0;transform:translateY(14px)}.price-tiers{background:var(--color2);border-radius:1rem;padding:1.5rem}.price-tiers__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.price-tiers__title{font-family:var(--font-display);color:var(--color3);margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.price-tiers__description{color:var(--color4);font-size:.875rem}.price-tiers__loading{flex-direction:column;gap:1rem;display:flex}.price-tiers__alert{color:#9b2f44;background:#c934551a;border:1px solid #c9345533;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.9rem;font-weight:600;display:flex}.price-tiers__content{flex-direction:column;gap:2rem;display:flex}.price-tiers__section{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.price-tiers__section-title{color:var(--color3);background:var(--color5);border-bottom:1px solid #0000000d;margin:0;padding:1rem 1.5rem;font-size:1.125rem;font-weight:600}.price-tiers__branch-group{margin-bottom:1.5rem}.price-tiers__branch-group:last-child{margin-bottom:0}.price-tiers__branch-title{color:var(--color3);border-left:3px solid var(--color1);background:#9f6f861a;margin:0;padding:.75rem 1.5rem;font-size:1rem;font-weight:500}.price-tiers__table-wrapper{overflow-x:auto}.price-tiers__table{border-collapse:collapse;width:100%;font-size:.875rem}.price-tiers__table th,.price-tiers__table td{text-align:left;border-bottom:1px solid #0000000d;padding:1rem}.price-tiers__table th{color:var(--color3);text-transform:uppercase;letter-spacing:.5px;background:#9f6f860d;font-size:.75rem;font-weight:600}.price-tiers__table td{color:var(--color4);vertical-align:middle}.price-tiers__table tr:hover td{background:#e2539c0d}.price-tiers__table--branch th,.price-tiers__table--branch td{padding:.75rem 1.5rem}.price-tiers__tier-badge{background:var(--color5);color:var(--color3);border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.price-tiers__price{color:var(--color1);font-size:1rem;font-weight:600}.price-tiers__actions{flex-wrap:wrap;gap:.5rem;display:flex}.price-tiers-form__helper{color:var(--color4);margin-top:.25rem;font-size:.75rem}.price-tiers-form__price-preview{text-align:center;background:#e2539c1a;border-radius:.5rem;margin-top:1rem;padding:.75rem}.price-tiers-form__price-preview span{color:var(--color4);font-size:.75rem}.price-tiers-form__price-preview strong{color:var(--color1);margin-left:.5rem;font-size:1.25rem}@media (width<=768px){.price-tiers{padding:1rem}.price-tiers__header{flex-direction:column;align-items:stretch}.price-tiers__title{font-size:1.25rem}.price-tiers__table th,.price-tiers__table td{padding:.75rem}.price-tiers__table th{font-size:.7rem}.price-tiers__actions{flex-direction:column;gap:.25rem}.price-tiers__tier-badge{padding:.2rem .5rem;font-size:.7rem}.price-tiers__price{font-size:.875rem}}@media (width<=480px){.price-tiers__table th,.price-tiers__table td{padding:.5rem;font-size:.75rem}}@media (width<=640px){.price-tiers__table-wrapper{margin:0 -1rem;padding:0 1rem}}.product-suppliers{padding:.5rem 0}.product-suppliers__header{border-bottom:2px solid var(--color5);justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.product-suppliers__title{color:var(--color3);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.product-suppliers__description{color:var(--color4);font-size:.875rem}.product-suppliers__loading{flex-direction:column;gap:1rem;display:flex}.product-suppliers__list{flex-direction:column;gap:1.5rem;display:flex}.product-suppliers__primary{margin-bottom:.5rem}.product-suppliers__primary-badge{background:linear-gradient(135deg, var(--color1), var(--color3));color:#fff;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.product-suppliers__badge-icon{font-size:.875rem}.product-suppliers__secondary{padding-top:.5rem}.product-suppliers__secondary-title{color:var(--color4);border-bottom:1px solid var(--color5);margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:500}.product-suppliers__secondary-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.product-suppliers__error-banner{background-color:var(--color-danger-soft,#fff0f0);border:1px solid var(--color-danger,#e53e3e);color:var(--color-danger,#e53e3e);border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}@media (width<=768px){.product-suppliers__header{flex-direction:column;gap:1rem}.product-suppliers__secondary-grid{grid-template-columns:1fr}}.product-stock-manager__header{border-bottom:1px solid var(--color5);margin-bottom:1.5rem;padding-bottom:1rem}.product-stock-manager__title{color:var(--color3);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.product-stock-manager__description{color:var(--color4);font-size:.875rem}.product-stock-manager__loading,.product-stock-manager__list{gap:1rem;display:grid}.product-stock-manager__card{border:1px solid var(--color5);background:#fff;border-radius:12px;padding:1.25rem;transition:all .2s;position:relative;overflow:hidden}.product-stock-manager__card:before{content:"";background:0 0;width:4px;height:100%;transition:all .2s;position:absolute;top:0;left:0}.product-stock-manager__card:hover{transform:translateY(-2px);box-shadow:0 18px 42px #74244c1f}.product-stock-manager__card--low-stock:before{background:#f59e0b}.product-stock-manager__card--low-stock{background:linear-gradient(135deg,#fff,#f59e0b0a)}.product-stock-manager__card--out-stock:before{background:#ef4444}.product-stock-manager__card--out-stock{background:linear-gradient(135deg,#fff,#ef44440a)}.product-stock-manager__card-header{border-bottom:1px solid var(--color5);justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.product-stock-manager__branch-info{flex:1}.product-stock-manager__branch-name{color:var(--color3);margin-bottom:.25rem;font-size:1rem;font-weight:600}.product-stock-manager__branch-id{color:var(--color4);font-family:monospace;font-size:.75rem}.product-stock-manager__stock-badge{border-radius:20px;align-items:baseline;gap:.25rem;padding:.375rem .875rem;font-weight:500;display:flex}.product-stock-manager__stock-badge--normal{background:linear-gradient(135deg, var(--color1), var(--color3));color:#fff}.product-stock-manager__stock-badge--low{color:#fff;background:#f59e0b}.product-stock-manager__stock-badge--out{color:#fff;background:#ef4444}.product-stock-manager__stock-value{font-size:1.25rem;font-weight:700}.product-stock-manager__stock-unit{font-size:.75rem}.product-stock-manager__card-details{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.product-stock-manager__detail{flex-direction:column;gap:.25rem;display:flex}.product-stock-manager__detail-label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.product-stock-manager__detail-value{color:var(--color3);font-size:.875rem;font-weight:500}.product-stock-manager__status{border-radius:12px;width:fit-content;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.product-stock-manager__status--normal{background:linear-gradient(135deg, var(--color1), var(--color3));color:#fff}.product-stock-manager__status--low{color:#fff;background:#f59e0b}.product-stock-manager__status--out{color:#fff;background:#ef4444}.product-stock-manager__alert{border-radius:8px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;display:flex}.product-stock-manager__alert:before{font-size:1rem}.product-stock-manager__alert--warning{color:#f59e0b;background:#f59e0b14;border-left:3px solid #f59e0b}.product-stock-manager__alert--danger{color:#ef4444;background:#ef444414;border-left:3px solid #ef4444}.product-stock-manager__actions{border-top:1px solid var(--color5);justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:.75rem;display:flex}.product-stock-manager__loading{gap:1rem;display:grid}.product-stock-manager__loading .skeleton-card{background:linear-gradient(90deg, var(--color5) 25%, var(--color2) 50%, var(--color5) 75%);background-size:200% 100%;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=768px){.product-stock-manager__card-header{flex-direction:column;gap:.75rem}.product-stock-manager__card-details{grid-template-columns:1fr}.product-stock-manager__actions{flex-direction:column}.product-stock-manager__actions button{width:100%}.product-stock-manager__stock-badge{align-self:flex-start}}@media (prefers-color-scheme:dark){.product-stock-manager__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d}.product-stock-manager__branch-name,.product-stock-manager__detail-value{color:var(--color3)}}.products__filters-container{flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.products__filters-container .search-filters{flex:1;min-width:200px}.products__inactive-filter{cursor:pointer;white-space:nowrap;color:var(--color3);background:#fff;border:1px solid #74244c29;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .24s;display:flex}.products__inactive-filter:hover{background:#fffffff2;border-color:#e2539c57;transform:translateY(-1px);box-shadow:0 2px 8px #74244c14}.products__inactive-filter:active{transform:translateY(0)}.products__inactive-filter input{cursor:pointer;width:1rem;height:1rem;accent-color:var(--color1)}.products__inactive-filter input:checked{background-color:var(--color1);border-color:var(--color1)}.products__inactive-filter input:disabled{cursor:not-allowed;opacity:.5}.products__inactive-filter span{-webkit-user-select:none;user-select:none}@media (width<=640px){.products__filters-container{flex-direction:column;gap:.75rem}.products__filters-container .search-filters{width:100%}.products__inactive-filter{justify-content:center;width:100%}}.product-price-margin{padding:.5rem 0}.product-price-margin__header{border-bottom:1px solid #74244c29;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}@media (width<=640px){.product-price-margin__header{flex-direction:column;align-items:flex-start;gap:.5rem}}.product-price-margin__title{color:var(--color3);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.product-price-margin__icon{font-size:1.25rem}.product-price-margin__subtitle{color:var(--color4);font-size:.875rem}.product-price-margin__loading{gap:1rem;padding:1rem 0;display:grid}.product-price-margin__table-wrapper{border:1px solid #74244c29;border-radius:12px;margin:0 -.5rem;overflow-x:auto}.product-price-margin__table{border-collapse:collapse;background-color:#fff;width:100%;min-width:600px;font-size:.875rem}.product-price-margin__table thead{background-color:var(--color5);border-bottom:2px solid #e2539c57}.product-price-margin__table thead th{text-align:left;color:var(--color3);white-space:nowrap;padding:.75rem 1rem;font-weight:600}.product-price-margin__table tbody tr{border-bottom:1px solid #74244c29;transition:background-color .24s}.product-price-margin__table tbody tr:hover{background-color:var(--color5)}.product-price-margin__table tbody tr:last-child{border-bottom:none}.product-price-margin__table tbody td{vertical-align:middle;padding:.75rem 1rem}.product-price-margin__branch-row{background-color:#d5b4b21a}.product-price-margin__branch-row:hover{background-color:#d5b4b233}.product-price-margin__branch-row.product-price-margin__branch-row--current{border-left:3px solid var(--color1);background-color:#e2539c14}.product-price-margin__branch-row.product-price-margin__branch-row--current:hover{background-color:#e2539c26}.product-price-margin__tier-badge{color:#fff;background-color:var(--color1);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.product-price-margin__badge-general{color:#fff;background-color:var(--color4);vertical-align:middle;border-radius:9999px;margin-left:.5rem;padding:.125rem .5rem;font-size:.625rem;font-weight:500;display:inline-block}.product-price-margin__badge-branch{color:#fff;background-color:var(--color3);vertical-align:middle;border-radius:9999px;margin-left:.5rem;padding:.125rem .5rem;font-size:.625rem;font-weight:500;display:inline-block}.product-price-margin__badge-current{color:var(--color3);background-color:var(--color1);vertical-align:middle;border-radius:9999px;margin-left:.5rem;padding:.125rem .5rem;font-size:.625rem;font-weight:600;animation:2s ease-in-out infinite pulse-badge;display:inline-block}.product-price-margin__cost{color:var(--color4);font-weight:500}.product-price-margin__price{color:var(--color3);font-weight:600}.product-price-margin__margin{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.product-price-margin__margin--excellent{color:#065f46;background-color:#d1fae5}.product-price-margin__margin--good{color:#1e40af;background-color:#dbeafe}.product-price-margin__margin--fair{color:#92400e;background-color:#fef3c7}.product-price-margin__margin--low{color:#991b1b;background-color:#fee2e2}.product-price-margin__margin--none{color:#9ca3af;font-weight:400}.product-price-margin__profit{font-weight:600}.product-price-margin__profit--high{color:#065f46}.product-price-margin__profit--medium{color:#1e40af}.product-price-margin__profit--low{color:#92400e}.product-price-margin__profit--negative{color:#dc2626}.product-price-margin__profit--none{color:#9ca3af;font-weight:400}.product-price-margin__summary{background-color:var(--color5);border:1px solid #74244c29;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:1.5rem;padding:1rem;display:grid}.product-price-margin__summary-item{text-align:center;flex-direction:column;gap:.25rem;display:flex}.product-price-margin__summary-label{color:var(--color1);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.product-price-margin__summary-value{color:var(--color3);font-size:1.25rem;font-weight:700}.product-price-margin__summary-value--excellent{color:#065f46}.product-price-margin__summary-value--good{color:#1e40af}.product-price-margin__summary-value--fair{color:#92400e}.product-price-margin__summary-value--low{color:#991b1b}.product-price-margin__summary-value--none{color:#9ca3af}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.7}}@media (width<=640px){.product-price-margin__table{min-width:450px;font-size:.75rem}.product-price-margin__table thead th,.product-price-margin__table tbody td{padding:.5rem .75rem}.product-price-margin__tier-badge{padding:.125rem .5rem;font-size:.625rem}.product-price-margin__badge-general,.product-price-margin__badge-branch,.product-price-margin__badge-current{margin-left:.25rem;padding:.1rem .4rem;font-size:.5rem}.product-price-margin__margin{padding:.125rem .5rem;font-size:.625rem}.product-price-margin__summary{grid-template-columns:1fr 1fr;gap:.75rem;padding:.75rem}.product-price-margin__summary-value{font-size:1rem}}@media (width<=480px){.product-price-margin__header{flex-direction:column;align-items:flex-start;gap:.5rem}.product-price-margin__title{font-size:1rem}.product-price-margin__subtitle{font-size:.75rem}.product-price-margin__table{min-width:350px;font-size:.625rem}.product-price-margin__table thead th,.product-price-margin__table tbody td{padding:.375rem .5rem}.product-price-margin__summary{grid-template-columns:1fr;gap:.5rem}}.branches-container{max-width:1400px;min-height:calc(100vh - var(--nav-height));margin:0 auto;padding:2rem}@media (width<=768px){.branches-container{padding:1rem}}.branches-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}@media (width<=768px){.branches-header{flex-direction:column;align-items:stretch}}.branches-title{font-family:var(--font-display);color:var(--color3);margin-bottom:.25rem;font-size:2rem;font-weight:600}.branches-subtitle{font-family:var(--font-body);color:var(--color4);font-size:.875rem}.branches-toolbar{margin-bottom:2rem}.branches-loading{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.skeleton-wrapper{width:100%}.branches-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}@media (width<=480px){.branches-grid{grid-template-columns:1fr}}.card-actions{flex-wrap:wrap;gap:.5rem;display:flex}.branches-pagination{border-top:1px solid #9f6f8633;justify-content:center;margin-top:1rem;padding-top:1rem;display:flex}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-container{background-color:var(--color2);border-radius:1rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-container::-webkit-scrollbar{width:4px}.modal-header{border-bottom:1px solid #9f6f8633;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem .5rem;display:flex}.modal-title{font-family:var(--font-display);color:var(--color3);font-size:1.5rem;font-weight:600}.close-btn{cursor:pointer;color:var(--color4);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:color .2s}.close-btn:hover{color:var(--color3);background-color:#9f6f861a}.close-btn .icon{width:1.25rem;height:1.25rem}.modal-body{padding:1.5rem}.branch-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-group--inline{flex-flow:wrap;align-items:center;gap:.75rem}.form-label{font-family:var(--font-body);color:var(--color3);font-size:.875rem;font-weight:500}.form-label .required{color:#ef4444}.form-input{font-family:var(--font-body);background-color:#fff;border:1px solid #9f6f864d;border-radius:.5rem;padding:.625rem .875rem;font-size:1rem;transition:all .2s}.form-input:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c1a}.form-input::placeholder{color:#9f6f8680}.form-input--error{border-color:#ef4444}.form-input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-error{font-family:var(--font-body);color:#ef4444;margin-top:.25rem;font-size:.75rem}.form-hint{font-family:var(--font-body);color:var(--color4);font-size:.75rem}.form-checkbox{cursor:pointer;align-items:center;gap:.5rem;display:flex}.form-checkbox input[type=checkbox]{cursor:pointer;width:1.125rem;height:1.125rem;accent-color:var(--color1)}.form-checkbox .checkbox-label{font-family:var(--font-body);color:var(--color3);font-size:.875rem}.form-alert{font-family:var(--font-body);border-radius:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.875rem}.form-alert--error{color:#dc2626;background-color:#ef44441a;border:1px solid #ef444433}.modal-footer{border-top:1px solid #9f6f8633;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.5rem;display:flex}.stock-table-wrapper{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 2px 8px #00000014}.stock-table{border-collapse:collapse;width:100%;min-width:800px;font-size:.875rem}.stock-table__header{background:var(--color5)}.stock-table__header th{text-align:left;color:var(--color3);border-bottom:2px solid var(--color4);padding:1rem .75rem;font-weight:600}.stock-table__body .stock-table__row{border-bottom:1px solid #e9ecef;transition:background .2s}.stock-table__body .stock-table__row:hover{background:#f8f9fa}.stock-table__body .stock-table__row--low{background:#ffc1070d}.stock-table__body .stock-table__row--low:hover{background:#ffc1071a}.stock-table__body .stock-table__row--critical{background:#dc35450f}.stock-table__body .stock-table__row--critical:hover{background:#dc35451a}.stock-table__cell{vertical-align:middle;color:var(--color3);padding:.75rem}.stock-table__cell--number{text-align:right}.stock-table__cell--product{min-width:200px;font-weight:500}.stock-table__cell--actions{white-space:nowrap;text-align:right}.stock-table__cell--actions .btn{margin-left:.5rem}.stock-value{font-weight:600}.stock-value--critical{color:#dc3545;font-weight:700}.stock-filters{background:#fff;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.stock-filters__group{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.filter-checkbox{cursor:pointer;color:var(--color3);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.filter-checkbox input{cursor:pointer;width:1rem;height:1rem;accent-color:var(--color1)}.filter-select{font-size:.875rem;font-family:var(--font-body);color:var(--color3);cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:.5rem 1rem;transition:all .2s}.filter-select:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 2px #e2539c33}.stock-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.stock-header__alerts{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.stock-title{font-family:var(--font-display);color:var(--color3);margin-bottom:.5rem;font-size:2rem;font-weight:600}.stock-subtitle{color:var(--color4);font-size:.875rem}.stock-alert-badge{background:#ffc10726;border:1px solid #ffc1074d;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:inline-flex}.stock-alert-badge__icon{font-size:1.25rem}.stock-alert-badge__text{color:#856404;font-size:.875rem;font-weight:500}.stock-alert-badge--critical{background:#dc35451a;border-color:#dc354547}.stock-alert-badge--critical .stock-alert-badge__icon,.stock-alert-badge--critical .stock-alert-badge__text{color:#b42318}.stock-loading{gap:1rem;display:grid}.stock-loading .skeleton-wrapper{background:#fff;border-radius:8px;padding:1rem}.stock-loading--small{justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.spinner{border:2px solid var(--color5);border-top-color:var(--color1);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}.stock-pagination{justify-content:center;margin-top:2rem;display:flex}.modal-container--large{width:90%;max-width:800px}.product-info{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:baseline;padding:.75rem 0;display:flex}.product-info__label{color:var(--color4);font-weight:500}.product-info__value{color:var(--color3)}.product-info__value--current{color:var(--color1);font-size:1.25rem;font-weight:700}.stock-form{margin-top:1.5rem}.form-textarea{width:100%;font-family:var(--font-body);resize:vertical;border:1px solid #dee2e6;border-radius:8px;padding:.75rem;font-size:.875rem;transition:all .2s}.form-textarea:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 2px #e2539c33}.form-textarea--error{border-color:#dc3545}.form-textarea--error:focus{box-shadow:0 0 0 2px #dc354533}.detail-table{border-collapse:collapse;width:100%;font-size:.875rem}.detail-table th,.detail-table td{text-align:left;border-bottom:1px solid #e9ecef;padding:.75rem}.detail-table th{background:var(--color5);color:var(--color3);font-weight:600}.detail-table__cell--number{text-align:right}.detail-table__row--low{background:#ffc1070d}.empty-detail{text-align:center;color:var(--color4);padding:2rem}.stock-status{text-align:center;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.stock-status--normal{color:#28a745;background:#28a7451a}.stock-status--warning{color:#856404;background:#ffc10726}.stock-status--critical{color:#dc3545;background:#dc35451a}:root{--supplier-card-shadow:0 4px 12px #0000000d;--supplier-card-hover-shadow:0 6px 16px #0000001a;--supplier-border-radius:12px;--supplier-transition:all .3s ease}.suppliers-list{max-width:1400px;margin:0 auto;padding:2rem}.suppliers-list__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.suppliers-list__title{color:var(--color3);font-size:2rem;font-weight:600;font-family:var(--font-display);margin-bottom:.5rem}.suppliers-list__subtitle{color:var(--color4);font-size:.875rem}.suppliers-list__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}@media (width<=768px){.suppliers-list__grid{grid-template-columns:1fr}}.suppliers-list__loading{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.suppliers-list__empty{margin-top:3rem}.supplier-detail{max-width:1200px;margin:0 auto;padding:2rem}.supplier-detail__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.supplier-detail__actions{gap:.75rem;display:flex}.supplier-detail__loading{padding:3rem}.supplier-detail__info{border-radius:var(--supplier-border-radius);box-shadow:var(--supplier-card-shadow);transition:var(--supplier-transition);background:#fff;margin-bottom:2rem;padding:1.5rem}.supplier-detail__info:hover{box-shadow:var(--supplier-card-hover-shadow)}.supplier-detail__info-header{border-bottom:2px solid var(--color5);justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.supplier-detail__name{color:var(--color3);font-size:1.75rem;font-weight:600;font-family:var(--font-display);margin-bottom:.25rem}.supplier-detail__company{color:var(--color4);font-size:.875rem}.supplier-detail__status{border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.supplier-detail__status--active{color:#155724;background-color:#d4edda}.supplier-detail__status--inactive{color:#721c24;background-color:#f8d7da}.supplier-detail__contacts{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.supplier-detail__contact-item{flex-direction:column;gap:.25rem;display:flex}.supplier-detail__contact-label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.supplier-detail__contact-value{color:var(--color3);font-size:1rem;font-weight:500}.supplier-form{flex-direction:column;gap:1rem;display:flex}.supplier-form__field{flex-direction:column;gap:.5rem;display:flex}.supplier-form__label{color:var(--color3);font-size:.875rem;font-weight:500}.supplier-form__input{border:1px solid var(--color5);font-family:var(--font-body);transition:var(--supplier-transition);border-radius:8px;padding:.625rem .875rem;font-size:.875rem}.supplier-form__input:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c1a}.supplier-form__input--error{border-color:#dc3545}.supplier-form__input--error:focus{box-shadow:0 0 0 3px #dc35451a}.supplier-form__error{color:#dc3545;margin-top:.25rem;font-size:.75rem}.supplier-form__actions{border-top:1px solid var(--color5);justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.supplier-products{margin-top:2rem}.supplier-products__header{border-bottom:2px solid var(--color5);justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.supplier-products__title{color:var(--color3);font-size:1.25rem;font-weight:500;font-family:var(--font-display)}.supplier-products__count{color:var(--color4);font-size:.875rem}.supplier-products__table-container{border-radius:var(--supplier-border-radius);box-shadow:var(--supplier-card-shadow);overflow-x:auto}.supplier-products__table{border-collapse:collapse;background:#fff;width:100%;font-size:.875rem}.supplier-products__table th,.supplier-products__table td{text-align:left;border-bottom:1px solid var(--color5);padding:.75rem}.supplier-products__table th{background-color:var(--color5);color:var(--color3);font-weight:600;font-family:var(--font-body);position:sticky;top:0}.supplier-products__table tr:hover{background-color:#e2539c0d}@media (width<=768px){.supplier-products__table{font-size:.75rem}.supplier-products__table th,.supplier-products__table td{padding:.5rem}}.supplier-products__product-name{color:var(--color3);font-weight:500}.supplier-products__badge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.supplier-products__badge--active{color:#155724;background-color:#d4edda}.supplier-products__badge--inactive{color:#721c24;background-color:#f8d7da}.supplier-products__primary-badge,.supplier-products__secondary-badge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.supplier-products__primary-badge{background-color:var(--color1);color:#fff}.supplier-products__secondary-badge{background-color:var(--color4);color:#fff}.supplier-products__loading{flex-direction:column;gap:1rem;display:flex}.supplier-products__empty{text-align:center;padding:3rem}.form-modal{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#74244c6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.form-modal__panel{background:#fff;border:1px solid #74244c29;border-radius:24px;width:min(100%,640px);max-height:90vh;padding:22px;transition:all .24s;overflow-y:auto;box-shadow:0 24px 70px #74244c3d}.form-modal__panel::-webkit-scrollbar{width:6px}.form-modal__panel::-webkit-scrollbar-track{background:#74244c29;border-radius:3px}.form-modal__panel::-webkit-scrollbar-thumb{background:var(--color4);border-radius:3px}.form-modal__panel::-webkit-scrollbar-thumb:hover{background:var(--color3)}.modal-enter-active,.modal-leave-active{transition:opacity .24s}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-active .form-modal__panel,.modal-leave-active .form-modal__panel{transition:transform .24s,opacity .24s}.modal-enter-from .form-modal__panel,.modal-leave-to .form-modal__panel{opacity:0;transform:scale(.95)}.form-modal__header{border-bottom:1px solid #74244c29;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.form-modal__eyebrow{color:var(--color4);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.76rem;font-weight:700}.form-modal__title{color:var(--color3);font-family:var(--font-display);margin:0;font-size:2rem;font-weight:600;line-height:1.05}.form-modal__close{width:40px;height:40px;color:var(--color3);cursor:pointer;background:#d5b4b23d;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;transition:all .24s;display:flex}.form-modal__close:hover{background:#d5b4b266;transform:rotate(90deg)}.form-modal__close:active{transform:rotate(90deg)scale(.95)}.form-modal__alert{color:#c93455;background:#e2539c1a;border:1px solid #e2539c47;border-radius:12px;margin-bottom:20px;padding:12px 16px;font-size:.9rem;font-weight:500}.form-modal__field-wrapper{margin-bottom:20px}.form-modal__field-wrapper:last-of-type{margin-bottom:0}.form-modal__field{display:block;position:relative}.form-modal__label{color:var(--color3);margin-bottom:8px;font-size:.84rem;font-weight:700;transition:color .16s;display:block}.form-modal__required{color:#c93455;margin-left:4px;font-size:1.1em}.form-modal__input{width:100%;min-height:46px;color:var(--color3);font-family:var(--font-body);background:#fff;border:1px solid #74244c29;border-radius:12px;padding:12px 16px;font-size:.96rem;transition:all .24s}.form-modal__input::placeholder{color:var(--color4);opacity:.6}.form-modal__input:hover:not(:disabled){border-color:#e2539c47}.form-modal__input:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c29}.form-modal__input:disabled{cursor:not-allowed;opacity:.7;background:#d5b4b21a}.form-modal__input--error{border-color:#c93455}.form-modal__input--error:focus{box-shadow:0 0 0 3px #c9345529}.form-modal textarea.form-modal__input{resize:vertical;min-height:100px;line-height:1.5}.form-modal select.form-modal__input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2374244c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:32px}.form-modal__option-list{background:#fff;border:1px solid #74244c29;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;width:100%;padding:12px;display:grid}.form-modal__option{min-height:36px;color:var(--color3);cursor:pointer;background:#faf5f8d9;border:1px solid #74244c1a;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;font-weight:600;display:flex}.form-modal__option input{width:16px;height:16px;accent-color:var(--color1)}.form-modal__counter{color:var(--color4);text-align:right;margin-top:8px;font-size:.75rem;display:block}.form-modal__error{color:#c93455;margin-top:8px;font-size:.75rem;font-weight:500;animation:.16s slideDown;display:block}.form-modal__custom-fields{margin-top:20px}.form-modal__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.form-modal__row .form-modal__field-wrapper{margin-bottom:0}.form-modal__row--3cols{grid-template-columns:repeat(3,minmax(0,1fr))}.form-modal__row--4cols{grid-template-columns:repeat(4,minmax(0,1fr))}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.form-modal__footer{border-top:1px solid #74244c29;justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;padding-top:20px;display:flex}.form-modal__footer--space-between{justify-content:space-between}.form-modal__footer button{min-width:120px}.form-modal__footer button.btn-primary{background:var(--color1)}.form-modal__footer button.btn-primary:hover:not(:disabled){background:var(--color3)}.form-modal__footer button.btn-ghost:hover{background:#d5b4b21a}@media (width<=768px){.form-modal__row,.form-modal__row--3cols,.form-modal__row--4cols{grid-template-columns:1fr;gap:16px}.form-modal__title{font-size:1.75rem}}@media (width<=620px){.form-modal{align-items:flex-end;padding:0}.form-modal__panel{border-radius:32px 32px 0 0;width:100%;max-height:85vh;padding:20px}.form-modal__header{flex-wrap:wrap}.form-modal__close{position:absolute;top:20px;right:20px}.form-modal__footer{flex-direction:column-reverse;gap:12px}.form-modal__footer button{width:100%;min-width:unset}.form-modal__field{margin-bottom:16px}}@media (width<=480px){.form-modal__panel{padding:16px}.form-modal__title{font-size:1.5rem}.form-modal__eyebrow{font-size:.7rem}.form-modal__label{font-size:.8rem}.form-modal__input{padding:8px 12px;font-size:.88rem}}@media (height<=600px) and (orientation:landscape){.form-modal{align-items:center}.form-modal__panel{max-height:95vh;margin:16px}.form-modal__field-wrapper{margin-bottom:12px}}@media (prefers-reduced-motion:reduce){.form-modal__panel,.form-modal__close,.form-modal__input,.modal-enter-active,.modal-leave-active{transition:none}.form-modal__error{animation:none}}:root{--form-radius-sm:12px;--form-radius-md:18px;--form-radius-lg:24px;--form-transition:.24s ease}.services-view{--services-padding-mobile:1rem;--services-padding-tablet:1.5rem;--services-padding-desktop:2rem;--services-grid-gap-mobile:1rem;--services-grid-gap-tablet:1.25rem;--services-grid-gap-desktop:1.5rem;--service-card-min-width:280px;--service-card-max-width:380px;--services-header-margin-bottom:2rem;--services-title-font-size:2rem;--services-subtitle-font-size:1rem;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;max-width:1400px;padding:var(--services-padding-mobile);margin:0 auto}@media (width>=768px){.services-view{padding:var(--services-padding-tablet)}}@media (width>=1024px){.services-view{padding:var(--services-padding-desktop)}}.services-view__header{margin-bottom:var(--services-header-margin-bottom);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}@media (width<=640px){.services-view__header{flex-direction:column;align-items:stretch}}.services-view__title{font-family:var(--font-display);font-size:clamp(1.5rem, 5vw, var(--services-title-font-size));color:var(--color3);margin-bottom:.5rem;font-weight:600}.services-view__subtitle{font-size:var(--services-subtitle-font-size);color:var(--color4);line-height:1.5}.services-view__filters{grid-template-columns:minmax(220px,320px) 1fr;align-items:end;gap:1rem;margin-bottom:2rem;display:grid}@media (width<=768px){.services-view__filters{grid-template-columns:1fr}}.services-view__branch-filter{flex-direction:column;gap:.45rem;display:flex}.services-view__filter-label{color:var(--color3);font-size:.86rem;font-weight:700}.services-view__select{width:100%;min-height:44px;color:var(--color3);font:inherit;background:#fff;border:1px solid #74244c2e;border-radius:8px;padding:0 .9rem;transition:border-color .2s,box-shadow .2s}.services-view__select:focus{border-color:#e2539c8c;outline:none;box-shadow:0 0 0 3px #e2539c24}.services-view__select:disabled{cursor:not-allowed;opacity:.7}.services-view__grid{grid-template-columns:repeat(auto-fill, minmax(var(--service-card-min-width), 1fr));gap:var(--services-grid-gap-mobile);margin-bottom:2rem;display:grid}@media (width>=768px){.services-view__grid{gap:var(--services-grid-gap-tablet)}}@media (width>=1024px){.services-view__grid{gap:var(--services-grid-gap-desktop)}}.services-view__loading{grid-template-columns:repeat(auto-fill, minmax(var(--service-card-min-width), 1fr));gap:var(--services-grid-gap-mobile);margin-bottom:2rem;display:grid}.services-view__actions{border-top:1px solid #74244c1a;justify-content:flex-end;gap:.5rem;padding-top:1rem;display:flex}.services-view__actions button{flex:1}.services-view .service-card{background:#fff;border:1px solid #74244c24;border-radius:8px;flex-direction:column;justify-content:space-between;gap:1rem;min-height:220px;padding:1.15rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 10px 24px #74244c14}.services-view .service-card:hover{border-color:#e2539c61;transform:translateY(-3px);box-shadow:0 8px 20px #74244c26}.services-view .service-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.services-view .service-card__title-group{min-width:0}.services-view .service-card__eyebrow{color:var(--color4);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;font-weight:700}.services-view .service-card__title{font-family:var(--font-display);color:var(--color3);overflow-wrap:anywhere;font-size:1.25rem;font-weight:600;line-height:1.2}.services-view .service-card__status{color:#22613c;background:#36a0611f;border:1px solid #36a0612e;border-radius:999px;flex:none;padding:.3rem .65rem;font-size:.78rem;font-weight:700}.services-view .service-card__status--inactive{color:#7b3540;background:#c53f541f;border-color:#c53f542e}.services-view .service-card__meta{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:.75rem;padding:1rem 0;display:grid}.services-view .service-card__price,.services-view .service-card__duration{background:#faf5f8f2;border:1px solid #74244c1a;border-radius:8px;flex-direction:column;gap:.25rem;min-width:0;padding:.85rem;display:flex}.services-view .service-card__price strong{color:var(--color3);font-family:var(--font-display);overflow-wrap:anywhere;font-size:clamp(1.45rem,3vw,1.9rem);line-height:1.05}.services-view .service-card__cost{text-align:center;padding:1rem 0}.services-view .service-card__duration strong{color:var(--color3);font-size:1rem;line-height:1.25}.services-view .service-card__meta-label{color:var(--color4);text-transform:uppercase;font-size:.76rem;font-weight:700}.services-view .service-card__profit{text-align:center;color:var(--color3)}.services-view .empty-state{text-align:center;padding:3rem 1rem}.services-view .empty-state__icon{margin-bottom:1rem;font-size:4rem}.services-view .empty-state__title{font-family:var(--font-display);color:var(--color3);margin-bottom:.5rem;font-size:1.5rem}.services-view .empty-state__text{color:var(--color4);margin-bottom:1.5rem}.services-view .skeleton-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000d}.services-view .skeleton-card__mark{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0) 0 0/200% 100%;border-radius:20px;width:70px;height:32px;margin-bottom:1rem;animation:1.5s infinite loading}.services-view .skeleton-card__content{flex-direction:column;gap:.75rem;display:flex}.services-view .skeleton-card__line{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0) 0 0/200% 100%;border-radius:4px;height:16px;animation:1.5s infinite loading}.services-view .skeleton-card__line--sm{width:60%;height:20px}.services-view .skeleton-card__line--lg{width:80%}@media (width>=768px) and (width<=1023px){.services-view{--service-card-min-width:300px;--services-title-font-size:1.75rem;--services-grid-gap:1.25rem}}@media (width>=1024px) and (width<=1279px){.services-view{--service-card-min-width:320px;--services-title-font-size:2rem;--services-grid-gap:1.5rem}}@media (width>=1280px){.services-view{--service-card-min-width:340px;--services-title-font-size:2.25rem;--services-grid-gap:1.75rem}}@media (width<=480px){.services-view{--service-card-min-width:100%;--services-padding:1rem}.services-view__actions{flex-direction:column}.services-view__actions button{width:100%}.services-view .service-card__header,.services-view .service-card__meta{grid-template-columns:1fr}.services-view .service-card__header{flex-direction:column;gap:.75rem}.services-view .service-card__status{align-self:flex-start}}@media (width<=768px) and (orientation:landscape){.services-view__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (width>=1600px){.services-view{max-width:1600px}.services-view__grid{grid-template-columns:repeat(4,1fr)}}.users-view{min-height:calc(100vh - var(--nav-height));padding:2rem}.users-view__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.users-view__header-actions{flex-wrap:wrap;gap:.75rem;display:flex}.users-view__title{font-family:var(--font-display);color:var(--color3);margin-bottom:.25rem;font-size:2rem;font-weight:600}.users-view__subtitle{color:var(--color4);font-size:.875rem}.users-view__filters{background-color:var(--color5);border-radius:1rem;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:flex}.users-view__filter-group{flex-wrap:wrap;gap:.75rem;display:flex}.users-view__select{font-family:var(--font-body);border:1px solid var(--color4);color:var(--color3);cursor:pointer;background-color:#fff;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;transition:all .2s}.users-view__select:hover{border-color:var(--color1)}.users-view__select:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 2px #e2539c33}.users-view__content{min-height:400px}.users-view__alert{color:#7b3540;background:#c53f541f;border:1px solid #c53f5433;border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem}.users-view__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.users-view__card-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.users-view__status{border-radius:2rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.users-view__status.active{color:var(--color1);background-color:#e2539c26}.users-view__status.inactive{color:var(--color4);background-color:#9f6f8626}.users-view__loading{text-align:center;color:var(--color4);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.users-view__spinner{border:3px solid var(--color5);border-top-color:var(--color1);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite user-spin}.users-view__pagination{justify-content:center;margin-top:2rem;display:flex}.users-view__detail-modal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.users-view__detail-panel{background-color:var(--color2);border-radius:1.5rem;width:100%;max-width:500px;max-height:90vh;animation:.3s user-slide-up;overflow-y:auto;box-shadow:0 20px 35px -10px #0003}.users-view__detail-header{background:linear-gradient(135deg, var(--color1), var(--color3));border-radius:1.5rem 1.5rem 0 0;justify-content:space-between;align-items:flex-start;padding:2rem;display:flex;position:relative}.users-view__detail-avatar{background-color:var(--color2);width:80px;height:80px;color:var(--color3);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:600;display:flex;box-shadow:0 4px 10px #00000026}.users-view__detail-close{cursor:pointer;color:#fff;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.125rem;transition:background .2s;display:flex}.users-view__detail-close:hover{background:#ffffff4d}.users-view__detail-body{padding:1.5rem}.users-view__detail-body h2{font-family:var(--font-display);color:var(--color3);margin-bottom:.25rem;font-size:1.5rem}.users-view__detail-username{color:var(--color4);border-bottom:1px solid var(--color5);margin-bottom:1.5rem;padding-bottom:1rem;font-size:.875rem}.users-view__detail-info{margin-bottom:1.5rem}.users-view__detail-item{border-bottom:1px solid var(--color5);padding:.5rem 0;font-size:.875rem;display:flex}.users-view__detail-item:last-child{border-bottom:none}.users-view__detail-label{width:100px;color:var(--color3);font-weight:600}.users-view__detail-roles{flex-wrap:wrap;gap:.5rem;display:flex}.users-view__detail-role{background-color:var(--color5);color:var(--color3);border-radius:2rem;padding:.25rem .625rem;font-size:.75rem}.users-view__detail-security{background-color:var(--color5);border-radius:1rem;margin-top:1rem;padding:1rem}.users-view__detail-security h3{color:var(--color3);margin-bottom:.75rem;font-size:.875rem;font-weight:600}.users-view__detail-security-item{justify-content:space-between;padding:.375rem 0;font-size:.875rem;display:flex}.users-view__detail-security-item .set{color:var(--color1)}.users-view__detail-security-item .not-set{color:var(--color4)}.users-view__card-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex;position:relative}.users-view__dropdown{position:relative}.users-view__dropdown-menu{z-index:9999;background:#fff;border-radius:.75rem;min-width:200px;margin-top:.5rem;animation:.2s dropdown-fade-in;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #00000005}.users-view__dropdown-menu button{text-align:left;width:100%;color:var(--color3);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:flex}.users-view__dropdown-menu button:hover{background-color:var(--color5)}.users-view__dropdown-menu button.danger{color:#dc2626;border-top:1px solid var(--color5)}.users-view__dropdown-menu button.danger:hover{background-color:#fee2e2}.users-view__detail-footer{border-top:1px solid var(--color5);flex-wrap:wrap;gap:.75rem;padding:1rem 1.5rem;display:flex}.users-view__detail-footer>*{flex:1;min-width:120px}@keyframes user-spin{to{transform:rotate(360deg)}}@keyframes user-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.users-view__history-item{border-bottom:1px solid var(--color5);justify-content:space-between;padding:.5rem 0;font-size:.875rem;display:flex}.users-view__history-item:last-child{border-bottom:none}.users-view__history-date{color:var(--color3);min-width:100px;font-weight:600}.users-view__history-arrow{color:var(--color1);margin:0 .5rem}.users-view__history-note{color:var(--color4);font-size:.75rem;font-style:italic}@media (width<=768px){.users-view{padding:1rem}.users-view__header{flex-direction:column;align-items:stretch}.users-view__header-actions{flex-direction:column}.users-view__title{font-size:1.5rem}.users-view__filters{flex-direction:column;align-items:stretch}.users-view__filter-group{flex-direction:column}.users-view__select{width:100%}.users-view__grid{grid-template-columns:1fr;gap:1rem}.users-view__card-actions{flex-direction:column;align-items:stretch}.users-view__detail-panel{max-width:95%}.users-view__detail-header{padding:1.5rem}.users-view__detail-avatar{width:60px;height:60px;font-size:1.5rem}.users-view__detail-footer{flex-direction:column}}@media (width<=480px){.users-view__detail-item{flex-direction:column}.users-view__detail-label{width:auto;margin-bottom:.25rem}}@media (width<=768px){.users-view__history-item{flex-direction:column;gap:.25rem}}.roles-view{min-height:calc(100vh - var(--nav-height));padding:2rem}.roles-view__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.roles-view__title{color:var(--color3);font-family:var(--font-display);margin-bottom:.25rem;font-size:2rem;font-weight:600}.roles-view__subtitle{color:var(--color4);font-size:.875rem}.roles-view__filters{background-color:var(--color5);border-radius:8px;margin-bottom:2rem;padding:1.25rem}.roles-view__alert{color:#7b3540;background:#c53f541f;border:1px solid #c53f5433;border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem}.roles-view__loading{min-height:280px;color:var(--color4);flex-direction:column;justify-content:center;align-items:center;display:flex}.roles-view__spinner{border:3px solid var(--color5);border-top-color:var(--color1);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite roles-spin}.roles-view__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.roles-view__card-actions{border-top:1px solid #74244c1a;justify-content:flex-end;gap:.6rem;padding-top:1rem;display:flex}.roles-view__pagination{justify-content:center;margin-top:2rem;display:flex}.role-card{background:#fff;border:1px solid #74244c24;border-radius:8px;flex-direction:column;justify-content:space-between;gap:1rem;min-height:210px;padding:1.15rem;display:flex;box-shadow:0 10px 24px #74244c14}.role-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.role-card__eyebrow{color:var(--color4);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;font-weight:700}.role-card__title{color:var(--color3);font-family:var(--font-display);overflow-wrap:anywhere;font-size:1.25rem;line-height:1.2}.role-card__badge{color:#7b3540;background:#c53f541f;border:1px solid #c53f542e;border-radius:999px;flex:none;padding:.3rem .65rem;font-size:.78rem;font-weight:700}.role-card__badge--custom{color:#22613c;background:#36a0611f;border-color:#36a0612e}.role-card__description{color:var(--color4);font-size:.92rem;line-height:1.45}.role-card__meta{color:var(--color4);font-size:.78rem}@media (width<=768px){.roles-view{padding:1rem}.roles-view__header{flex-direction:column;align-items:stretch}.roles-view__grid{grid-template-columns:1fr}.roles-view__card-actions{flex-direction:column}}@keyframes roles-spin{to{transform:rotate(360deg)}}:root{--cash-sessions-padding:2rem;--cash-sessions-gap:1.5rem;--cash-sessions-card-radius:16px;--cash-sessions-status-open:#10b981;--cash-sessions-status-closed:#ef4444;--cash-sessions-diff-positive:#10b981;--cash-sessions-diff-negative:#ef4444;--cash-sessions-diff-zero:#6b7280}.cash-sessions__header{justify-content:space-between;align-items:center;gap:var(--cash-sessions-gap);margin-bottom:var(--cash-sessions-gap);border-bottom:2px solid var(--color5);flex-wrap:wrap;padding:1rem 0;display:flex}.cash-sessions__title{font-family:var(--font-display);color:var(--color3);margin-bottom:.25rem;font-size:2rem;font-weight:600}.cash-sessions__subtitle{color:var(--color4);font-size:.875rem}.cash-sessions__actions{align-items:center;gap:1rem;display:flex}.cash-sessions__status{background-color:var(--color5);border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.cash-sessions__status-dot{background-color:var(--cash-sessions-status-closed);border-radius:50%;width:10px;height:10px}.cash-sessions__status--open .cash-sessions__status-dot{background-color:var(--cash-sessions-status-open)}.cash-sessions__status-text{color:var(--color3)}.cash-sessions__current-session{margin-bottom:var(--cash-sessions-gap)}.cash-sessions__current-info{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.cash-sessions__info-item{background-color:var(--color2);border-radius:12px;align-items:baseline;gap:.5rem;padding:.5rem 1rem;display:flex}.cash-sessions__info-label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.cash-sessions__info-value{color:var(--color1);font-size:1.125rem;font-weight:600}.cash-sessions__filters{margin-bottom:var(--cash-sessions-gap);flex-wrap:wrap;gap:1rem;display:flex}.cash-sessions__filter-select{border:1px solid var(--color5);font-family:var(--font-body);color:var(--color3);cursor:pointer;background-color:#fff;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.cash-sessions__filter-select:hover{border-color:var(--color1)}.cash-sessions__filter-select:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c1a}.cash-sessions-list{max-width:1400px;padding:var(--cash-sessions-padding);margin:0 auto}.cash-sessions-list__header{justify-content:space-between;align-items:center;gap:var(--cash-sessions-gap);margin-bottom:var(--cash-sessions-gap);border-bottom:2px solid var(--color5);flex-wrap:wrap;padding:1rem 0;display:flex}.cash-sessions-list__title{font-family:var(--font-display);color:var(--color3);margin-bottom:.25rem;font-size:2rem;font-weight:600}.cash-sessions-list__subtitle{color:var(--color4);font-size:.875rem}.cash-sessions-list__actions{align-items:center;gap:1rem;display:flex}.cash-sessions-list__status{background-color:var(--color5);border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.cash-sessions-list__status-dot{background-color:var(--cash-sessions-status-closed);border-radius:50%;width:10px;height:10px}.cash-sessions-list__status--open .cash-sessions-list__status-dot{background-color:var(--cash-sessions-status-open)}.cash-sessions-list__status-text{color:var(--color3)}.cash-sessions-list__current-session{margin-bottom:var(--cash-sessions-gap)}.cash-sessions-list__current-info{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.cash-sessions-list__info-item{background-color:var(--color2);border-radius:12px;align-items:baseline;gap:.5rem;padding:.5rem 1rem;display:flex}.cash-sessions-list__info-label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.cash-sessions-list__info-value{color:var(--color1);font-size:1.125rem;font-weight:600}.cash-sessions-list__filters{margin-bottom:var(--cash-sessions-gap);flex-wrap:wrap;gap:1rem;display:flex}.cash-sessions-list__filter-select{border:1px solid var(--color5);font-family:var(--font-body);color:var(--color3);cursor:pointer;background-color:#fff;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.cash-sessions-list__filter-select:hover{border-color:var(--color1)}.cash-sessions-list__filter-select:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c1a}.cash-sessions-list__list{min-height:400px}.cash-sessions-list__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.cash-sessions-list__card-info{flex-direction:column;gap:.75rem;width:100%;display:flex}.cash-sessions-list__card-details{grid-template-columns:auto 1fr;align-items:baseline;gap:.5rem 1rem;font-size:.875rem;display:grid}.cash-sessions-list__card-label{color:var(--color4);font-weight:500}.cash-sessions-list__card-value{color:var(--color3);font-weight:600}.cash-sessions-list__card-actions{border-top:1px solid var(--color5);justify-content:flex-end;gap:.5rem;padding-top:.75rem;display:flex}.cash-sessions-list__load-more{justify-content:center;padding:2rem 0;display:flex}.cash-sessions-list__difference-positive{color:var(--cash-sessions-diff-positive)}.cash-sessions-list__difference-negative{color:var(--cash-sessions-diff-negative)}.cash-sessions-list__difference-zero{color:var(--cash-sessions-diff-zero)}.cash-sessions-list__status-open{color:var(--cash-sessions-status-open);font-weight:600}.cash-sessions-list__status-closed{color:var(--cash-sessions-status-closed);font-weight:600}.cash-sessions-list__ledger{margin-bottom:var(--cash-sessions-gap);flex-direction:column;gap:1rem;display:flex}.cash-sessions-list__ledger-header{border:1px solid var(--color5);background:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.cash-sessions-list__ledger-header h2{color:var(--color3);margin:.15rem 0;font-size:1.35rem;font-weight:700}.cash-sessions-list__ledger-header span{color:var(--color4);font-size:.875rem}.cash-sessions-list__ledger-eyebrow{color:var(--color1);text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.cash-sessions-list__ledger-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}@media (width<=1100px){.cash-sessions-list__ledger-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.cash-sessions-list__ledger-summary{grid-template-columns:1fr}}.cash-sessions-list__ledger-card{border:1px solid var(--color5);background:#fff;border-radius:10px;flex-direction:column;gap:.35rem;min-height:110px;padding:1rem;display:flex}.cash-sessions-list__ledger-card span{color:var(--color4);text-transform:uppercase;font-size:.75rem;font-weight:700}.cash-sessions-list__ledger-card strong{color:var(--color3);font-size:1.2rem}.cash-sessions-list__ledger-card small{color:var(--color4);line-height:1.4}.cash-sessions-list__ledger-table-wrap{border:1px solid var(--color5);background:#fff;border-radius:10px;overflow:auto}.cash-sessions-list__ledger-table{border-collapse:collapse;width:100%;min-width:760px;font-size:.875rem}.cash-sessions-list__ledger-table th,.cash-sessions-list__ledger-table td{border-bottom:1px solid var(--color5);text-align:left;vertical-align:middle;padding:.8rem}.cash-sessions-list__ledger-table th{color:var(--color4);background:var(--color2);font-weight:700}.cash-sessions-list__ledger-table td{color:var(--color3)}.cash-sessions-list__ledger-table tfoot td,.cash-sessions-list__ledger-table tbody tr:last-child td{border-bottom:0}.cash-sessions-list__sale-detail{flex-direction:column;gap:1rem;display:flex}.cash-sessions-list__sale-info{background:var(--color2);border-radius:12px;padding:1rem}.cash-sessions-list__sale-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;display:grid}.cash-sessions-list__sale-info-item{flex-direction:column;gap:.25rem;display:flex}.cash-sessions-list__sale-info-label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.cash-sessions-list__sale-info-value{color:var(--color3);font-size:.875rem;font-weight:500}.cash-sessions-list__lines-title{color:var(--color3);margin:0 0 1rem;font-size:.875rem;font-weight:600}.cash-sessions-list__sale-items-table{border-collapse:collapse;width:100%;font-size:.875rem}.cash-sessions-list__sale-items-table th{text-align:left;background:var(--color2);color:var(--color4);border-bottom:1px solid var(--color5);padding:.75rem;font-weight:600}.cash-sessions-list__sale-items-table td{border-bottom:1px solid var(--color5);vertical-align:middle;padding:.75rem}.cash-sessions-list__sale-items-table tfoot td{background:var(--color2);border-top:2px solid var(--color5);font-weight:600}.cash-sessions-list__total-row td{background:var(--color2);font-weight:600}.cash-sessions-list__unit-price{flex-direction:column;gap:.125rem;display:flex}.cash-sessions-list__unit-price small{color:var(--color4);font-size:.65rem}.cash-sessions-list__price-tier{color:var(--color1);white-space:nowrap;background:#e2539c1a;border-radius:4px;padding:.125rem .5rem;font-size:.7rem;font-weight:500;display:inline-block}.cash-sessions-list__voided-date{color:var(--color4);margin-left:.5rem;font-size:.7rem}.cash-sessions-list__sale-actions{border-top:1px solid var(--color5);justify-content:flex-end;margin-top:.5rem;padding-top:1rem;display:flex}.cash-sessions-list__loading-detail{text-align:center;color:var(--color4);padding:3rem}.cash-sessions-list__receipt{max-height:60vh;overflow-y:auto}.cash-sessions-list__receipt-header{background:var(--color2);border-radius:12px;margin-bottom:1.5rem;padding:1rem}.cash-sessions-list__receipt-row{justify-content:space-between;padding:.35rem 0;display:flex}.cash-sessions-list__receipt-row:first-child{padding-top:0}.cash-sessions-list__receipt-row:last-child{padding-bottom:0}.cash-sessions-list__receipt-label{color:var(--color4);font-weight:600}.cash-sessions-list__receipt-voided{text-align:center;color:var(--cash-sessions-status-closed);background:#ef44441a;border-radius:8px;margin-top:1rem;padding:.75rem;font-weight:600}.cash-sessions-list__closing-info{background:var(--color2);border-radius:12px;margin:1rem 0;padding:1rem}.cash-sessions-list__closing-calculated{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}.cash-sessions-list__closing-label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.cash-sessions-list__closing-value{color:var(--color1);font-size:1.25rem;font-weight:700}.cash-sessions-list__closing-hint{color:var(--color4);font-size:.7rem}.cash-sessions-list__closing-note{color:#b45309;background:#f59e0b1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem;font-size:.75rem;display:flex}.cash-sessions-list__closing-loading{text-align:center;color:var(--color4);padding:2rem}.cash-sessions-list__summary-content,.cash-sessions-list__details-content{background-color:var(--color2);border-radius:12px;margin:1rem 0;padding:1rem}.cash-sessions-list__summary-section{margin-bottom:1.5rem}.cash-sessions-list__summary-section:last-child{margin-bottom:0}.cash-sessions-list__summary-title{color:var(--color3);border-bottom:2px solid var(--color5);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.cash-sessions-list__summary-row{justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;display:flex}.cash-sessions-list__summary-row:not(:last-child){border-bottom:1px solid var(--color5)}.cash-sessions-list__summary-row strong{color:var(--color1);font-size:1rem}.cash-sessions-list__summary-notes{color:var(--color4);text-align:right;font-style:italic}.cash-sessions-list__details-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.cash-sessions-list__details-item{flex-direction:column;gap:.25rem;display:flex}.cash-sessions-list__details-item label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.cash-sessions-list__details-item span{color:var(--color3);word-break:break-word;font-size:.875rem}.cash-sessions-list__details-item--full{grid-column:span 2}.cash-sessions-list__details-id{background-color:var(--color5);border-radius:4px;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;display:inline-block}.cash-sessions-list__details-notes{font-style:italic}.cash-sessions-list__details-actions{border-top:1px solid var(--color5);justify-content:center;padding-top:1rem;display:flex}.cash-sessions__summary-content,.cash-sessions__details-content{background-color:var(--color2);border-radius:12px;margin:1rem 0;padding:1rem}.cash-sessions__summary-section{margin-bottom:1.5rem}.cash-sessions__summary-section:last-child{margin-bottom:0}.cash-sessions__summary-title{color:var(--color3);border-bottom:2px solid var(--color5);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.cash-sessions__summary-row{justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;display:flex}.cash-sessions__summary-row:not(:last-child){border-bottom:1px solid var(--color5)}.cash-sessions__summary-row strong{color:var(--color1);font-size:1rem}.cash-sessions__summary-notes{color:var(--color4);text-align:right;font-style:italic}.cash-sessions__details-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.cash-sessions__details-item{flex-direction:column;gap:.25rem;display:flex}.cash-sessions__details-item label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.cash-sessions__details-item span{color:var(--color3);word-break:break-word;font-size:.875rem}.cash-sessions__details-item--full{grid-column:span 2}.cash-sessions__details-id{background-color:var(--color5);border-radius:4px;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;display:inline-block}.cash-sessions__details-notes{font-style:italic}.cash-sessions__details-actions{border-top:1px solid var(--color5);justify-content:center;padding-top:1rem;display:flex}.cash-sessions__sale-detail{flex-direction:column;gap:1.5rem;display:flex}.cash-sessions__sale-info{background:var(--color2);border-radius:12px;padding:1.25rem}.cash-sessions__sale-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.cash-sessions__sale-info-item{flex-direction:column;gap:.25rem;display:flex}.cash-sessions__sale-info-label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.cash-sessions__sale-info-value{color:var(--color3);font-size:.875rem;font-weight:500}.cash-sessions__lines-title{color:var(--color3);margin:0 0 1rem;font-size:.875rem;font-weight:600}.cash-sessions__sale-items-table{border-collapse:collapse;width:100%;font-size:.875rem}.cash-sessions__sale-items-table th{text-align:left;background:var(--color2);color:var(--color4);border-bottom:1px solid var(--color5);padding:.75rem;font-weight:600}.cash-sessions__sale-items-table td{border-bottom:1px solid var(--color5);vertical-align:middle;padding:.75rem}.cash-sessions__sale-items-table tfoot td{background:var(--color2);border-top:2px solid var(--color5);font-weight:600}.cash-sessions__total-row td{background:var(--color2);font-weight:600}.cash-sessions__unit-price{flex-direction:column;gap:.125rem;display:flex}.cash-sessions__unit-price small{color:var(--color4);font-size:.65rem}.cash-sessions__price-tier{color:var(--color1);white-space:nowrap;background:#e2539c1a;border-radius:4px;padding:.125rem .5rem;font-size:.7rem;font-weight:500;display:inline-block}.cash-sessions__voided-date{color:var(--color4);margin-left:.5rem;font-size:.7rem}.cash-sessions__sale-actions{border-top:1px solid var(--color5);justify-content:flex-end;margin-top:.5rem;padding-top:1rem;display:flex}.cash-sessions__loading-detail{text-align:center;color:var(--color4);padding:3rem}.cash-sessions__receipt{max-height:60vh;overflow-y:auto}.cash-sessions__receipt-header{background:var(--color2);border-radius:12px;margin-bottom:1.5rem;padding:1rem}.cash-sessions__receipt-row{justify-content:space-between;padding:.35rem 0;display:flex}.cash-sessions__receipt-row:first-child{padding-top:0}.cash-sessions__receipt-row:last-child{padding-bottom:0}.cash-sessions__receipt-label{color:var(--color4);font-weight:600}.cash-sessions__receipt-voided{text-align:center;color:var(--cash-sessions-status-closed);background:#ef44441a;border-radius:8px;margin-top:1rem;padding:.75rem;font-weight:600}.cash-sessions__closing-info{background:var(--color2);border-radius:12px;margin:1rem 0;padding:1rem}.cash-sessions__closing-calculated{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}.cash-sessions__closing-label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.cash-sessions__closing-value{color:var(--color1);font-size:1.25rem;font-weight:700}.cash-sessions__closing-hint{color:var(--color4);font-size:.7rem}.cash-sessions__closing-note{color:#b45309;background:#f59e0b1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem;font-size:.75rem;display:flex}.cash-sessions__closing-loading{text-align:center;color:var(--color4);padding:2rem}.sales-view{max-width:1400px;margin:0 auto;padding:1.5rem}.sales-view__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.sales-view__title{font-family:var(--font-display);color:var(--color3);margin-bottom:.25rem;font-size:2rem;font-weight:600}.sales-view__subtitle{color:var(--color4);font-size:.875rem}.sales-view__alert{border-left:4px solid var(--color1);background-color:#fff3e0;border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.sales-view__alert-icon{font-size:1.5rem}.sales-view__alert p{color:var(--color3);margin:0;font-size:.875rem}.sales-view__alert--danger{background-color:#fee2e2;border-left-color:#dc2626}.sales-view__alert--danger p{color:#991b1b}.sales-view__filters{background:#fff;border-radius:1rem;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:flex;box-shadow:0 2px 8px #0000000d}@media (width>=768px){.sales-view__filters{flex-direction:row;justify-content:space-between;align-items:center}}.sales-view__filter-group{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.sales-view__date-filter{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;flex-wrap:wrap;align-items:end;gap:.625rem;padding:.625rem;display:flex}.sales-view__date-field{flex-direction:column;gap:.25rem;display:flex}.sales-view__date-field span{color:var(--color3);font-size:.75rem;font-weight:600}.sales-view__filter-summary{color:var(--color3);font-size:.8125rem;font-weight:600}.sales-view__select{font-family:var(--font-body);cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;outline:none;padding:.5rem 2rem .5rem .75rem;font-size:.875rem}.sales-view__select:focus{border-color:var(--color1);ring:2px solid var(--color1)}.sales-view__date-input{font-family:var(--font-body);border:1px solid #e2e8f0;border-radius:.5rem;outline:none;padding:.5rem .75rem;font-size:.875rem}.sales-view__date-input:focus{border-color:var(--color1)}.sales-view__loading{padding:2rem}.sales-view__skeleton-list,.sales-view__list{flex-direction:column;gap:1rem;display:flex}.sales-view__card-actions{align-items:center;gap:1rem;display:flex}.sales-view__total{color:var(--color1);font-size:1.125rem;font-weight:600}.sales-view__load-more{justify-content:center;margin-top:1.5rem;display:flex}.billing-builder__workspace{flex:1;grid-template-columns:minmax(0,1.6fr) minmax(390px,.9fr);align-items:stretch;gap:1rem;min-height:0;display:grid}.billing-builder__tab{min-height:38px;color:var(--color4);font-family:var(--font-body);cursor:pointer;background:0 0;border:0;border-radius:.4rem;padding:.5rem .875rem;font-size:.88rem;font-weight:700}.billing-item{background:#fff;border:1px solid #74244c21;border-radius:.5rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;min-width:0;padding:.85rem;display:grid}.cart{background:#f8f2f5;flex-direction:column;min-width:0;display:flex}.cart__header,.cart__footer{background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;display:flex}.cart__header{border-bottom:1px solid #74244c1f;padding:1rem}.cart__header h3{color:var(--color3);margin:0;font-size:1.05rem;line-height:1.2}.cart__header p{color:var(--color4);margin:.25rem 0 0;font-size:.82rem}.cart__total span,.cart__footer span{color:var(--color4);text-transform:uppercase;font-size:.74rem;font-weight:800}.cart__total strong,.cart__footer strong{color:var(--color1);white-space:nowrap;font-size:1.35rem;line-height:1}.cart__total{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.cart__empty{color:var(--color4);text-align:center;flex:1;align-content:center;place-items:center;gap:.35rem;padding:2rem;font-size:.9rem;display:grid}.cart__empty span{max-width:280px;line-height:1.4}.cart__footer{border-top:1px solid #74244c1f;padding:.95rem 1rem;box-shadow:0 -8px 18px #74244c0f}.cart__cash-field,.cart__change{flex-direction:column;gap:.25rem;display:flex}.cart__cash-field span,.cart__change span{color:var(--color4);text-transform:uppercase;font-size:.74rem;font-weight:800}.cart__change{align-items:flex-end;min-width:120px}.cart__change strong{color:var(--color3);white-space:nowrap;font-size:1.1rem}.cart-line{background:#fff;border:1px solid #74244c21;border-radius:.55rem;flex-direction:column;gap:.7rem;padding:.85rem;display:flex}.cart-line__head,.cart-line__controls,.cart-line__subtotal{align-items:center;display:flex}.cart-line__head{justify-content:space-between;gap:.75rem}.cart-line__main,.cart-line__control,.cart-line__tier{flex-direction:column;gap:.25rem;min-width:0;display:flex}.cart-line__main strong,.cart-line__main small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cart-line__main strong{color:var(--color3);font-size:.96rem;line-height:1.25}.cart-line__main small{color:var(--color4);font-size:.8rem}.cart-line__type{color:var(--color1);text-transform:uppercase;background:#f4edf1;border-radius:999px;padding:.22rem .45rem;font-size:.67rem;font-weight:800}.cart-line__controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.cart-line__subtotal{border-top:1px solid #74244c1a;justify-content:space-between;gap:1rem;padding-top:.7rem}.cart-line__subtotal span{color:var(--color4);font-size:.78rem;font-weight:700}.cart-line__subtotal strong{color:var(--color3);white-space:nowrap;font-size:1rem}.cart-line__remove{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:.5rem;flex:0 0 2rem;width:2rem;height:2rem;font-weight:800;line-height:1}@media (width<=1100px){.billing-builder__workspace,.billing-builder__workspace--catalog-collapsed{grid-template-columns:1fr;overflow:auto}.billing-builder__catalog,.billing-builder .cart{min-height:430px}}@media (width<=720px){.form-modal__panel--sale{border-radius:.95rem;flex-direction:column;width:100%;height:calc(100dvh - 1.5rem);max-height:calc(100dvh - 1.5rem);padding:.95rem;display:flex;overflow:hidden}.form-modal__panel--sale .form-modal__header{flex-shrink:0;margin-bottom:.7rem;padding-bottom:.7rem;padding-right:2.5rem}.form-modal__panel--sale .form-modal__title{font-size:1.45rem;line-height:1.1}.form-modal__panel--sale .form-modal__eyebrow{margin-bottom:.15rem;font-size:.68rem}.form-modal__panel--sale .form-modal__close{top:.95rem;right:.95rem}.form-modal__panel--sale>.form-modal__field-wrapper{flex-shrink:0;margin-bottom:.65rem}.form-modal__panel--sale .form-modal__input{min-height:40px;font-size:.92rem}.form-modal__panel--sale .form-modal__custom-fields{overscroll-behavior:contain;flex:1;min-height:0;margin-top:.1rem;padding-right:.15rem;overflow-y:auto}.form-modal__panel--sale .form-modal__footer{background:#fff;flex-direction:column-reverse;flex-shrink:0;margin-top:.75rem;padding-top:.75rem}.form-modal__panel--sale .form-modal__footer button{width:100%;min-width:unset}.billing-builder{gap:.65rem;height:auto;min-height:100%}.billing-builder__workspace,.billing-builder__workspace--catalog-collapsed{flex-direction:column;gap:.75rem;display:flex;overflow:visible}.billing-builder__catalog,.billing-builder .cart{border-radius:.65rem;min-height:auto;box-shadow:0 6px 18px #74244c12}.billing-builder__catalog-header,.billing-builder .cart__header,.billing-builder .cart__footer{gap:.55rem;padding:.75rem}.billing-builder__catalog-header{flex-direction:column;align-items:stretch}.billing-builder__catalog-header h3{font-size:.95rem}.billing-builder__catalog-header p{font-size:.76rem}.billing-builder__catalog-header .btn{width:100%}.billing-builder__catalog-body{gap:.7rem;padding:.75rem}.billing-builder__toolbar,.billing-builder__items{grid-template-columns:1fr}.billing-builder__items{max-height:300px;padding-right:.15rem;overflow:auto}.billing-builder__empty{min-height:112px;padding:.85rem;font-size:.84rem}.billing-item{grid-template-columns:1fr;align-items:stretch;gap:.6rem;padding:.75rem}.billing-item .btn{width:100%}.cart__header,.cart__footer{flex-direction:column;align-items:stretch}.cart__total{align-items:flex-start}.cart__total strong,.cart__footer strong{font-size:1.18rem}.cart__empty{min-height:150px;padding:1.25rem}.cart__lines{max-height:360px;padding:.75rem;overflow:auto}.cart__footer{box-shadow:none;gap:.35rem;padding:.75rem}.cart__cash-helper{grid-template-columns:1fr;align-items:stretch;padding:.75rem}.cart__change{align-items:flex-start}.billing-builder__lookup{grid-template-columns:1fr}.cart-line{gap:.6rem;padding:.75rem}.cart-line__controls{grid-template-columns:1fr}.cart-line__main strong,.cart-line__main small{white-space:normal}.cart-line__subtotal{flex-direction:column;align-items:flex-start;gap:.25rem}.cart-line__subtotal strong{white-space:normal}}@media (width<=620px){.form-modal__panel--sale{border-radius:0;height:100dvh;max-height:100dvh}}@media (width<=380px){.form-modal__panel--sale{padding:.75rem}.form-modal__panel--sale .form-modal__header{padding-right:2.25rem}.form-modal__panel--sale .form-modal__title{font-size:1.32rem}.billing-builder__catalog-header,.billing-builder__catalog-body,.billing-builder .cart__header,.billing-builder .cart__lines,.billing-builder .cart__footer{padding:.65rem}.billing-builder__tab{min-height:36px;padding:.45rem .6rem;font-size:.82rem}.cart-line{padding:.65rem}}.form-modal__panel--sale{grid-template-rows:auto auto minmax(0,1fr) auto;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.85rem;width:min(96vw,1320px);height:min(92vh,900px);max-height:92vh;display:grid;overflow:hidden}.form-modal__panel--sale .form-modal__header{grid-column:1/-1;margin-bottom:.9rem;padding-bottom:.85rem}.form-modal__panel--sale .form-modal__alert{grid-column:1/-1}.form-modal__panel--sale .form-modal__title{font-size:1.8rem}.form-modal__panel--sale>.form-modal__field-wrapper{min-width:0;margin-bottom:.75rem}.form-modal__panel--sale .form-modal__input{min-height:42px}.form-modal__panel--sale .form-modal__custom-fields{grid-column:1/-1;min-height:0;margin-top:.25rem}.form-modal__panel--sale .form-modal__footer{grid-column:1/-1;margin-top:1rem;padding-top:1rem}.billing-builder{flex-direction:column;gap:.75rem;height:100%;min-height:0;display:flex}.billing-builder__error{flex-shrink:0;margin:0}.billing-builder__workspace{flex:1;grid-template-columns:minmax(0,1.6fr) minmax(390px,.9fr);align-items:stretch;gap:1rem;height:100%;min-height:0;display:grid}.billing-builder__workspace--catalog-collapsed{grid-template-columns:minmax(220px,300px) minmax(0,1fr)}.billing-builder__catalog,.billing-builder .cart{background:#fff;border:1px solid #74244c24;border-radius:.75rem;min-height:0;overflow:hidden;box-shadow:0 10px 28px #74244c14}.billing-builder__catalog{background:linear-gradient(#fff 0%,#fdf8fb 100%);flex-direction:column;display:flex}.billing-builder__catalog--collapsed .billing-builder__catalog-header{flex-direction:column;align-items:flex-start;height:100%}.billing-builder__catalog-header{border-bottom:1px solid #74244c1f;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.billing-builder__catalog-header h3{color:var(--color3);margin:0;font-size:1rem;line-height:1.2}.billing-builder__catalog-header p{color:var(--color4);margin:.25rem 0 0;font-size:.82rem;line-height:1.35}.billing-builder__catalog-body{flex-direction:column;flex:1;gap:.85rem;min-height:0;padding:1rem;display:flex}.billing-builder__tabs{background:#f4edf1;border:1px solid #74244c1f;border-radius:.5rem;flex-shrink:0;grid-template-columns:repeat(2,minmax(0,1fr));padding:.25rem;display:grid}.billing-builder__tab{min-height:38px;color:var(--color4);font-family:var(--font-body);cursor:pointer;background:0 0;border:0;border-radius:.4rem;padding:.5rem .875rem;font-size:.88rem;font-weight:700;transition:background .15s,color .15s,box-shadow .15s}.billing-builder__tab--active{color:var(--color3);background:#fff;box-shadow:0 1px 6px #0f172a1f}.billing-builder__panel{flex-direction:column;flex:1;gap:.85rem;min-height:0;display:flex}.billing-builder__toolbar{flex-shrink:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.billing-builder__field{flex-direction:column;gap:.25rem;display:flex}.billing-builder__lookup{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;display:grid}.billing-builder__items{flex:1;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-content:start;gap:.75rem;min-height:0;padding:.1rem .25rem .25rem 0;display:grid;overflow:auto}.billing-builder__empty{min-height:150px;color:var(--color4);text-align:center;background:#f8f2f5;border:1px dashed #74244c2e;border-radius:.5rem;place-items:center;padding:1rem;font-size:.9rem;display:grid}.billing-builder__load-more{flex-shrink:0;justify-content:center;display:flex}.billing-item{background:#fff;border:1px solid #74244c21;border-radius:.5rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;min-width:0;padding:.85rem;transition:border-color .15s,box-shadow .15s;display:grid}.billing-item:hover{border-color:#74244c47;box-shadow:0 8px 18px #74244c14}.billing-item__content{flex-direction:column;gap:.18rem;min-width:0;display:flex}.billing-item__content strong,.billing-item__content small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.billing-item__content strong{color:var(--color3);font-size:.94rem}.billing-item__content small{color:var(--color4);font-size:.78rem}.billing-item__type{width:fit-content;color:var(--color1);text-transform:uppercase;font-size:.68rem;font-weight:800}.cart{background:#faf5f8;flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.cart__header{background:#fff;border-bottom:1px solid #74244c1a;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.cart__header-meta{flex-direction:column;gap:.1rem;display:flex}.cart__header-meta h3{color:var(--color3);font-family:var(--font-display);margin:0;font-size:1.1rem;font-weight:600;line-height:1.2}.cart__header-meta p{color:var(--color4);margin:0;font-size:.73rem}.cart__header-total{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.05rem;display:flex}.cart__header-total span{color:var(--color4);text-transform:uppercase;letter-spacing:.05em;font-size:.62rem;font-weight:800}.cart__header-total strong{color:var(--color1);font-family:var(--font-display);white-space:nowrap;font-size:1.4rem;font-weight:700;line-height:1}.cart__empty{color:var(--color4);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:2rem 1.5rem;display:flex}.cart__empty-icon{opacity:.4;margin-bottom:.15rem;font-size:2rem}.cart__empty strong{color:var(--color3);font-size:.95rem}.cart__empty span{max-width:220px;font-size:.82rem;line-height:1.45}.cart__lines{flex-direction:column;flex:1;gap:.5rem;min-height:0;padding:.625rem .75rem;display:flex;overflow:hidden auto}.cart__lines::-webkit-scrollbar{width:4px}.cart__lines::-webkit-scrollbar-track{background:0 0}.cart__lines::-webkit-scrollbar-thumb{background:var(--color5);border-radius:4px}.cart__lines::-webkit-scrollbar-thumb:hover{background:var(--color4)}.cart__cash-helper{background:#fff;border-top:1px solid #74244c1a;flex-shrink:0;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.625rem;padding:.625rem 1rem;display:grid}.cart__cash-field{flex-direction:column;gap:.2rem;display:flex}.cart__cash-field>span{color:var(--color4);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.cart__cash-field .form-modal__input{min-height:32px;padding:.25rem .5rem;font-size:.85rem}.cart__change{flex-direction:column;align-items:flex-end;gap:.05rem;min-width:100px;display:flex}.cart__change span{color:var(--color4);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.cart__change strong{color:var(--color3);white-space:nowrap;font-size:1.05rem;font-weight:700}.cart__footer{background:var(--color3);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.cart__footer span{color:#ffffffb8;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:700}.cart__footer strong{color:#fff;font-family:var(--font-display);white-space:nowrap;font-size:1.55rem;font-weight:700;line-height:1}.cart-line{background:#fff;border:1px solid #74244c1c;border-radius:.5rem;flex-direction:column;flex-shrink:0;gap:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden auto}.cart-line:hover{border-color:#74244c33;box-shadow:0 3px 10px #74244c0f}.cart-line__head{align-items:center;gap:.5rem;padding:.5rem .625rem .4rem;display:flex}.cart-line__type{color:var(--color1);text-transform:uppercase;letter-spacing:.04em;background:#f4edf1;border-radius:999px;flex-shrink:0;padding:.15rem .45rem;font-size:.6rem;font-weight:800}.cart-line__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--color3);flex:1;font-size:.875rem;font-weight:600;line-height:1.2;overflow:hidden}.cart-line__remove{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:.3rem;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.7rem;font-weight:900;line-height:1;transition:background .15s;display:flex}.cart-line__remove:hover{background:#fee2e2}.cart-line__error{color:#dc2626;padding:0 .625rem .3rem;font-size:.7rem;line-height:1.3}.cart-line__row-controls{border-top:1px solid #74244c12;gap:0;display:grid}.cart-line__row-controls--product{grid-template-columns:minmax(0,1.8fr) minmax(0,1fr) minmax(0,1fr)}.cart-line__row-controls--service{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-line__cell{flex-direction:column;gap:.15rem;padding:.35rem .5rem .4rem;display:flex}.cart-line__cell+.cart-line__cell{border-left:1px solid #74244c12}.cart-line__cell>span{color:var(--color4);text-transform:uppercase;letter-spacing:.04em;font-size:.6rem;font-weight:700;line-height:1}.cart-line__cell select,.cart-line__cell input[type=number]{width:100%;min-height:28px;font-family:var(--font-body);color:var(--color3);appearance:auto;background:#fdf8fb;border:1px solid #74244c2e;border-radius:.3rem;outline:none;padding:.2rem .4rem;font-size:.8rem;transition:border-color .15s}.cart-line__cell select:focus,.cart-line__cell input[type=number]:focus{border-color:var(--color1);background:#fff}.cart-line__cell select{text-overflow:ellipsis}.cart-line__subtotal{background:#faf5f8;border-top:1px solid #74244c12;justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem .625rem;display:flex}.cart-line__subtotal span{color:var(--color4);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;font-weight:700}.cart-line__subtotal strong{color:var(--color3);white-space:nowrap;font-size:.94rem;font-weight:700}@media (width<=1100px){.billing-builder__workspace,.billing-builder__workspace--catalog-collapsed{grid-template-columns:1fr;overflow:auto}.billing-builder__catalog,.billing-builder .cart{min-height:430px}}@media (width<=720px){.form-modal__panel--sale{border-radius:.95rem;flex-direction:column;width:100%;height:calc(100dvh - 1.5rem);max-height:calc(100dvh - 1.5rem);padding:.95rem;display:flex;overflow:hidden}.form-modal__panel--sale .form-modal__header{flex-shrink:0;margin-bottom:.7rem;padding-bottom:.7rem;padding-right:2.5rem}.form-modal__panel--sale .form-modal__title{font-size:1.45rem;line-height:1.1}.form-modal__panel--sale .form-modal__eyebrow{margin-bottom:.15rem;font-size:.68rem}.form-modal__panel--sale .form-modal__close{top:.95rem;right:.95rem}.form-modal__panel--sale>.form-modal__field-wrapper{flex-shrink:0;margin-bottom:.65rem}.form-modal__panel--sale .form-modal__input{min-height:40px;font-size:.92rem}.form-modal__panel--sale .form-modal__custom-fields{overscroll-behavior:contain;flex:1;min-height:0;margin-top:.1rem;padding-right:.15rem;overflow-y:auto}.form-modal__panel--sale .form-modal__footer{background:#fff;flex-direction:column-reverse;flex-shrink:0;margin-top:.75rem;padding-top:.75rem}.form-modal__panel--sale .form-modal__footer button{width:100%;min-width:unset}.billing-builder{gap:.65rem;height:auto;min-height:100%}.billing-builder__workspace,.billing-builder__workspace--catalog-collapsed{flex-direction:column;gap:.75rem;display:flex;overflow:visible}.billing-builder__catalog,.billing-builder .cart{border-radius:.65rem;min-height:auto;box-shadow:0 6px 18px #74244c12}.billing-builder__catalog-header{flex-direction:column;align-items:stretch;gap:.55rem;padding:.75rem}.billing-builder__catalog-header h3{font-size:.95rem}.billing-builder__catalog-header p{font-size:.76rem}.billing-builder__catalog-header .btn{width:100%}.billing-builder__catalog-body{gap:.7rem;padding:.75rem}.billing-builder__toolbar,.billing-builder__items{grid-template-columns:1fr}.billing-builder__items{max-height:300px;padding-right:.15rem;overflow:auto}.billing-builder__empty{min-height:112px;padding:.85rem;font-size:.84rem}.billing-builder__lookup{grid-template-columns:1fr}.billing-item{grid-template-columns:1fr;align-items:stretch;gap:.6rem;padding:.75rem}.billing-item .btn{width:100%}.cart__header{flex-wrap:wrap;padding:.75rem}.cart__header-total strong{font-size:1.25rem}.cart__lines{max-height:360px;padding:.625rem;overflow:auto}.cart__cash-helper{grid-template-columns:1fr;align-items:stretch;padding:.625rem}.cart__change{align-items:flex-start}.cart__footer{padding:.75rem}.cart__footer strong{font-size:1.35rem}.cart__empty{min-height:130px;padding:1rem}.cart-line__row-controls--product{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}.cart-line__row-controls--product .cart-line__cell:first-child{border-bottom:1px solid #74244c12;border-left:none;grid-column:1/-1}.cart-line__name{white-space:normal;line-height:1.3}}@media (width<=620px){.form-modal__panel--sale{border-radius:0;height:100dvh;max-height:100dvh}}@media (width<=380px){.form-modal__panel--sale{padding:.75rem}.form-modal__panel--sale .form-modal__header{padding-right:2.25rem}.form-modal__panel--sale .form-modal__title{font-size:1.32rem}.billing-builder__catalog-header,.billing-builder__catalog-body{padding:.65rem}.billing-builder__tab{min-height:36px;padding:.45rem .6rem;font-size:.82rem}.cart__header,.cart__lines,.cart__footer,.cart__cash-helper{padding:.65rem}}.sale-detail__info{background:var(--color2);border-radius:1rem;margin-bottom:1.5rem;padding:1.25rem}.sale-detail__row{border-bottom:1px solid var(--color5);justify-content:space-between;padding:.5rem 0;display:flex}.sale-detail__row:last-child{border-bottom:none}.sale-detail__row--voided{color:#dc2626;background-color:#fee2e2;border-radius:.5rem;margin-top:.5rem;padding:.5rem}.sale-detail__label{color:var(--color4);font-weight:500}.sale-detail__value{color:var(--color3)}.sale-detail__total{color:var(--color1);font-size:1.125rem;font-weight:700}.sale-detail__lines{margin-bottom:1.5rem}.sale-detail__lines-title{color:var(--color3);margin-bottom:1rem;font-size:1rem;font-weight:600}.sale-detail__table{border-collapse:collapse;width:100%;font-size:.875rem}.sale-detail__table th,.sale-detail__table td{text-align:left;border-bottom:1px solid var(--color5);padding:.75rem}.sale-detail__table th{color:var(--color4);background-color:var(--color2);font-weight:600}.sale-detail__table td{color:var(--color3)}.sale-detail__unit-price{flex-direction:column;gap:.15rem;display:flex}.sale-detail__unit-price small{color:var(--color4);text-transform:uppercase;font-size:.72rem;font-weight:700}.sale-detail__total-row td{border-bottom:none;font-weight:600}.sale-detail__actions{border-top:1px solid var(--color5);justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.receipt__header{background:var(--color2);border-radius:.75rem;margin-bottom:1.25rem;padding:1rem 1.25rem}.receipt__row{border-bottom:1px solid var(--color5);justify-content:space-between;padding:.4rem 0;display:flex}.receipt__row:last-child{border-bottom:none}.receipt__label{color:var(--color4);font-size:.875rem;font-weight:600}.receipt__voided{color:#dc2626;text-align:center;background:#fee2e2;border-radius:.5rem;margin-top:1rem;padding:.75rem;font-weight:700}.sale-lines-section{margin-top:1.5rem}.sale-lines-section__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.sale-lines-section__header h4{color:var(--color3);margin:0;font-size:.875rem;font-weight:600}.sale-lines-section__empty{text-align:center;background:var(--color2);color:var(--color4);border-radius:.75rem;padding:2rem;font-size:.875rem}.sale-lines-section__total{border-top:1px solid var(--color5);justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1rem;font-size:1rem;display:flex}.sale-line{background:var(--color2);border-radius:.75rem;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex;position:relative}.sale-line__fields{flex:1;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.sale-line__field{flex-direction:column;gap:.25rem;display:flex}.sale-line__field label{color:var(--color4);font-size:.75rem;font-weight:500}.sale-line__remove{color:var(--color4);cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:1.125rem;transition:color .2s}.sale-line__remove:hover{color:#dc2626}.stock-movements{width:100%}.stock-movements__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.stock-movements__eyebrow{text-transform:uppercase;letter-spacing:1px;color:var(--color4);margin-bottom:.25rem;font-size:.875rem}.stock-movements__title{color:var(--color3);margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.stock-movements__subtitle{color:var(--color4);font-size:.95rem}.stock-movements__actions{flex-wrap:wrap;gap:.75rem;display:flex}.stock-movements__branch-selector{background:#fff;border-radius:1rem;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 8px #0000000a}.stock-movements__branch-label{color:var(--color3);align-items:center;gap:.75rem;font-weight:500;display:flex}.stock-movements__branch-select{border:1px solid var(--color5);font-family:var(--font-body);color:var(--color3);cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2374224c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border-radius:2rem;padding:.5rem 2rem .5rem 1rem;font-size:.9rem}.stock-movements__branch-select:focus{border-color:var(--color1);outline:none}.stock-movements__filters{margin-bottom:1.5rem}.stock-movements__filter-group{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.stock-movements__filter-select{border:1px solid var(--color5);font-family:var(--font-body);color:var(--color3);cursor:pointer;background-color:#fff;border-radius:2rem;min-width:160px;padding:.5rem 2rem .5rem 1rem;font-size:.85rem}.stock-movements__date-filter{border:1px solid var(--color5);background:#fff;border-radius:2rem;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.25rem 1rem;display:flex}.stock-movements__date-field{color:var(--color3);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.stock-movements__date-field span{color:var(--color3);font-weight:500}.stock-movements__date-input{font-family:var(--font-body);color:var(--color3);background:0 0;border:none;padding:.4rem 0;font-size:.85rem}.stock-movements__date-input:focus{outline:none}.stock-movements__filter-summary{color:var(--color1);background:var(--color5);white-space:nowrap;border-radius:2rem;padding:.25rem 1rem;font-size:.85rem}.stock-movements__grid,.stock-movements__loading{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem;margin:1.5rem 0;display:grid}.stock-movements__card-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.stock-movements__type-badge{background-color:var(--color5);color:var(--color3);border-radius:1rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.stock-movements__type-badge.type--in{color:#155724;background-color:#d4edda}.stock-movements__type-badge.type--out{color:#721c24;background-color:#f8d7da}.stock-movements__quantity{font-size:.9rem;font-weight:600}.stock-movements__pagination{border-top:1px solid var(--color5);justify-content:center;margin-top:2rem;padding-top:1rem;display:flex}.stock-movements__pagination-controls{align-items:center;gap:1rem;display:flex}.stock-movements__page-info{color:var(--color4);font-size:.85rem}.stock-movements__detail-modal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.stock-movements__detail-panel{background:#fff;border-radius:1.5rem;width:90%;max-width:550px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 35px #0003}.stock-movements__detail-header{border-bottom:1px solid var(--color5);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.stock-movements__detail-header h2{color:var(--color3);font-size:1.3rem;font-weight:600}.stock-movements__detail-close{cursor:pointer;color:var(--color4);background:0 0;border:none;font-size:1.5rem;transition:color .2s}.stock-movements__detail-close:hover{color:var(--color3)}.stock-movements__detail-body{padding:1.5rem}.stock-movements__detail-row{margin-bottom:1rem;display:flex}.stock-movements__detail-row .label{width:110px;color:var(--color4);font-weight:600}.stock-movements__detail-row>span:last-child{color:var(--color3);flex:1}.stock-movements__detail-loading{text-align:center;color:var(--color4);padding:2rem}.stock-movements__detail-footer{border-top:1px solid var(--color5);justify-content:flex-end;padding:1rem 1.5rem;display:flex}.stock-product-selector{flex-direction:column;gap:.85rem;display:flex}.stock-product-selector__filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.stock-product-selector__field{flex-direction:column;min-width:0;display:flex}.stock-product-selector__barcode{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.75rem;display:grid}.stock-product-selector__empty{color:var(--color4);text-align:center;background:#f8f2f5;border:1px dashed #74244c33;border-radius:.5rem;padding:1rem;font-size:.88rem}.stock-product-selector__items{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.65rem;max-height:260px;padding-right:.2rem;display:grid;overflow:auto}.stock-product-selector__item{min-width:0;color:var(--color3);cursor:pointer;text-align:left;background:#fff;border:1px solid #74244c24;border-radius:.5rem;justify-content:space-between;gap:.75rem;padding:.8rem;display:flex}.stock-product-selector__item strong,.stock-product-selector__item small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.stock-product-selector__item small{color:var(--color4);margin-top:.2rem;font-size:.78rem}.stock-product-selector__item:hover,.stock-product-selector__item--active{border-color:var(--color1);box-shadow:0 8px 18px #74244c14}.stock-product-selector__check{color:var(--color1);text-transform:uppercase;flex-shrink:0;font-size:.72rem;font-weight:800}.stock-projection{background:#fbf6f9;border:1px solid #74244c24;border-radius:.65rem;flex-direction:column;gap:.7rem;margin-top:.75rem;padding:.85rem;display:flex}.stock-projection__row,.stock-projection__grid{gap:.6rem;display:grid}.stock-projection__row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.stock-projection__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stock-projection span{color:var(--color4);text-transform:uppercase;font-size:.74rem;font-weight:700}.stock-projection strong{color:var(--color3);margin-top:.15rem;font-size:1rem;display:block}.stock-projection__destination{border-top:1px solid #74244c1f;padding-top:.75rem}.stock-projection__positive{color:#16803c}.stock-projection__negative,.stock-projection__danger{color:#b42318}.stock-projection__warning{color:#b42318;margin:0;font-size:.82rem;font-weight:700}@media (width<=720px){.stock-product-selector__filters,.stock-product-selector__barcode,.stock-product-selector__items,.stock-projection__row,.stock-projection__grid{grid-template-columns:1fr}}.reports-module{max-width:1400px;margin:0 auto;padding:1.5rem}.reports-module .reports-section{border:1px solid var(--color5);background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.reports-module .reports-section h2{font-family:var(--font-display);color:var(--color3);margin-bottom:1.5rem;font-size:1.5rem}.reports-module .reports-section .section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.reports-module .reports-section .section-header h2{margin-bottom:0}.reports-module .reports-section .section-header .group-by-selector,.reports-module .reports-section .section-header .limit-selector{color:var(--color4);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.reports-module .reports-section .section-header .group-by-selector select,.reports-module .reports-section .section-header .limit-selector select{border:1px solid var(--color5);color:var(--color3);font-family:var(--font-body);cursor:pointer;background:#fff;border-radius:6px;outline:none;padding:.4rem .8rem;font-size:.9rem;transition:border-color .2s}.reports-module .reports-section .section-header .group-by-selector select:hover,.reports-module .reports-section .section-header .group-by-selector select:focus,.reports-module .reports-section .section-header .limit-selector select:hover,.reports-module .reports-section .section-header .limit-selector select:focus{border-color:var(--color1)}.reports-module .loading-placeholder{grid-template-columns:1fr;gap:1rem;display:grid}.filter-panel{background:#fff;border-radius:16px;margin-bottom:2rem;overflow:hidden;box-shadow:0 2px 8px #0000000d}.filter-panel__header{background:var(--color5);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.filter-panel__header h3{color:var(--color3);margin:0;font-size:1.2rem;font-weight:600}.filter-panel__header .filter-panel__toggle{color:var(--color3);cursor:pointer;background:0 0;border:none;font-size:1.2rem}.filter-panel__body{border-top:1px solid var(--color5);flex-wrap:wrap;align-items:flex-end;gap:1.5rem;padding:1.5rem;display:flex}.filter-panel__body .filter-group{flex-direction:column;gap:.4rem;display:flex}.filter-panel__body .filter-group label{font-size:.9rem;font-weight:500}.filter-panel__body .filter-group input,.filter-panel__body .filter-group select{border:1px solid var(--color4);font-family:var(--font-body);border-radius:8px;min-width:160px;padding:.5rem .8rem}.filter-panel__body .filter-actions{gap:.8rem;display:flex}.filter-panel__branch-badge{background:var(--color5);color:var(--color3);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.sales-chart{width:100%;height:400px}.sales-chart canvas{max-height:100%}.data-table{border-collapse:collapse;width:100%;font-size:.9rem}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--color5);padding:.75rem}.data-table th{background:var(--color2);color:var(--color3);font-weight:600}.data-table tr:hover{background:#e2539c0d}.data-table .warning-cell{color:#e67e22;font-weight:700}.data-table .deficit-cell{color:#e74c3c;font-weight:700}.data-table .positive-diff{color:#27ae60;font-weight:700}.data-table .negative-diff{color:#e74c3c;font-weight:700}.loading-state,.empty-state{text-align:center;padding:2rem}.detail-btn{background:var(--color1);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;transition:opacity .2s}.detail-btn:hover{opacity:.8}.top-products-table{width:100%}.top-products-table .loading-state,.top-products-table .empty-state{text-align:center;padding:2rem}.top-products-table .data-table{border-collapse:collapse;width:100%;font-size:.9rem}.top-products-table .data-table th,.top-products-table .data-table td{text-align:left;border-bottom:1px solid var(--color5);padding:.75rem}.top-products-table .data-table th{background:var(--color2);color:var(--color3);font-weight:600}.top-products-table .data-table tr:hover{background:#e2539c0d}.top-products-table .data-table td:last-child{color:var(--color1);font-weight:500}.top-products-table .pagination{justify-content:flex-end;margin-top:1rem}.low-stock-table{width:100%}.low-stock-table .loading-state,.low-stock-table .empty-state{text-align:center;padding:2rem}.low-stock-table .data-table{border-collapse:collapse;width:100%;font-size:.9rem}.low-stock-table .data-table th,.low-stock-table .data-table td{text-align:left;border-bottom:1px solid var(--color5);padding:.75rem}.low-stock-table .data-table th{background:var(--color2);color:var(--color3);font-weight:600}.low-stock-table .data-table tr:hover{background:#e2539c0d}.low-stock-table .data-table .warning-cell{color:#e67e22;background-color:#e67e220d;font-weight:700}.low-stock-table .data-table .deficit-cell{color:#e74c3c;background-color:#e74c3c0d;font-weight:700}.low-stock-table .pagination{justify-content:flex-end;margin-top:1rem}.cash-close-table{width:100%}.cash-close-table .loading-state,.cash-close-table .empty-state{text-align:center;padding:2rem}.cash-close-table .data-table{border-collapse:collapse;width:100%;font-size:.85rem}.cash-close-table .data-table th,.cash-close-table .data-table td{text-align:left;border-bottom:1px solid var(--color5);padding:.6rem .5rem}.cash-close-table .data-table th{background:var(--color2);color:var(--color3);font-weight:600}.cash-close-table .data-table tr:hover{background:#e2539c0d}.cash-close-table .data-table .positive-diff{color:#27ae60;background-color:#27ae600d;font-weight:700}.cash-close-table .data-table .negative-diff{color:#e74c3c;background-color:#e74c3c0d;font-weight:700}.cash-close-table .data-table .detail-btn{background:var(--color1);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;transition:opacity .2s,transform .1s}.cash-close-table .data-table .detail-btn:hover{opacity:.85;transform:scale(1.02)}.cash-close-table .pagination{justify-content:flex-end;margin-top:1rem}.modal-overlay .modal-container .modal-body{white-space:pre-line}.transfers-table{width:100%}.transfers-table .loading-state,.transfers-table .empty-state{text-align:center;padding:2rem}.transfers-table .data-table{border-collapse:collapse;width:100%;font-size:.9rem}.transfers-table .data-table th,.transfers-table .data-table td{text-align:left;border-bottom:1px solid var(--color5);padding:.75rem}.transfers-table .data-table th{background:var(--color2);color:var(--color3);font-weight:600}.transfers-table .data-table tr:hover{background:#e2539c0d}.transfers-table .data-table td:nth-child(4){color:var(--color4);font-weight:500}.transfers-table .data-table td:last-child{font-family:monospace;font-size:.85rem}.transfers-table .pagination{justify-content:flex-end;margin-top:1rem}@media (width<=1024px){.reports-module{padding:1rem}.data-table{font-size:.8rem}.data-table th,.data-table td{padding:.5rem .4rem}}@media (width<=768px){.reports-module{padding:.5rem}.reports-module .reports-section{border-radius:12px;margin-bottom:1rem;padding:1rem}.reports-module .reports-section .section-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.reports-module .reports-section .section-header h2{font-size:1.2rem}.reports-module .reports-section .section-header .group-by-selector,.reports-module .reports-section .section-header .limit-selector{justify-content:space-between;width:100%}.reports-module .reports-section .section-header .group-by-selector select,.reports-module .reports-section .section-header .limit-selector select{flex:1;max-width:150px}.filter-panel__body{flex-direction:column;gap:1rem}.filter-panel__body .filter-group{width:100%}.filter-panel__body .filter-group input,.filter-panel__body .filter-group select{width:100%;min-width:auto}.filter-panel__body .filter-actions{flex-direction:column;width:100%}.filter-panel__body .filter-actions button{width:100%}.cash-close-table,.sales-table,.top-products-table,.low-stock-table,.transfers-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.cash-close-table .data-table,.sales-table .data-table,.top-products-table .data-table,.low-stock-table .data-table,.transfers-table .data-table{min-width:600px;font-size:.75rem}.cash-close-table .data-table th,.cash-close-table .data-table td,.sales-table .data-table th,.sales-table .data-table td,.top-products-table .data-table th,.top-products-table .data-table td,.low-stock-table .data-table th,.low-stock-table .data-table td,.transfers-table .data-table th,.transfers-table .data-table td{padding:.5rem .4rem}.sales-chart{height:250px}}@media (width<=480px){.reports-module .reports-section{padding:.75rem}.reports-module .reports-section .section-header h2{font-size:1rem}.reports-module .reports-section .section-header .group-by-selector,.reports-module .reports-section .section-header .limit-selector{font-size:.85rem}.reports-module .reports-section .section-header .group-by-selector select,.reports-module .reports-section .section-header .limit-selector select{padding:.25rem .5rem;font-size:.85rem}.cash-close-table .data-table,.sales-table .data-table,.top-products-table .data-table,.low-stock-table .data-table,.transfers-table .data-table{min-width:500px;font-size:.7rem}.cash-close-table .data-table th,.cash-close-table .data-table td,.sales-table .data-table th,.sales-table .data-table td,.top-products-table .data-table th,.top-products-table .data-table td,.low-stock-table .data-table th,.low-stock-table .data-table td,.transfers-table .data-table th,.transfers-table .data-table td{padding:.4rem .3rem}.detail-btn{padding:.2rem .5rem;font-size:.65rem}.pagination{flex-wrap:wrap;gap:.5rem;justify-content:center!important}.pagination button{padding:.3rem .6rem;font-size:.75rem}.sales-chart{height:200px}}@media (width<=768px) and (orientation:landscape){.reports-module .reports-section .section-header{flex-flow:wrap}.sales-chart{height:180px}}.sales-mix .sales-mix__summary{grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (width<=768px){.sales-mix .sales-mix__summary{grid-template-columns:1fr}}.sales-mix .sales-mix__summary .summary-card{text-align:center;border:1px solid var(--color5);background:#fff;border-radius:12px;padding:1.5rem;transition:transform .2s;box-shadow:0 2px 8px #00000014}.sales-mix .sales-mix__summary .summary-card:hover{transform:translateY(-2px)}.sales-mix .sales-mix__summary .summary-card.total{background:var(--color3);border-color:var(--color3)}.sales-mix .sales-mix__summary .summary-card.total .summary-card__label,.sales-mix .sales-mix__summary .summary-card.total .summary-card__value{color:#fff}.sales-mix .sales-mix__summary .summary-card.products{border-left:4px solid #e2539c}.sales-mix .sales-mix__summary .summary-card.services{border-left:4px solid #9f6f86}.sales-mix .sales-mix__summary .summary-card .summary-card__label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem;display:block}.sales-mix .sales-mix__summary .summary-card .summary-card__value{color:var(--color3);font-size:1.5rem;font-weight:600;display:block}.sales-mix .sales-mix__summary .summary-card .summary-card__sub{color:var(--color4);margin-top:.25rem;font-size:.85rem;display:block}.sales-mix .sales-mix__profit-summary{grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (width<=768px){.sales-mix .sales-mix__profit-summary{grid-template-columns:1fr}}.sales-mix .sales-mix__profit-summary .profit-card{border:1px solid var(--color5);background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014}.sales-mix .sales-mix__profit-summary .profit-card.total-profit{border-color:var(--color3)}.sales-mix .sales-mix__profit-summary .profit-card .profit-card__title{color:var(--color3);margin-bottom:.75rem;font-weight:600;display:block}.sales-mix .sales-mix__profit-summary .profit-card .profit-card__row{justify-content:space-between;padding:.3rem 0;font-size:.9rem;display:flex}.sales-mix .sales-mix__profit-summary .profit-card .profit-card__row.highlight{border-top:1px solid var(--color5);margin-top:.3rem;padding-top:.5rem}.sales-mix .sales-mix__profit-summary .profit-card .cost-text{color:#e74c3c}.sales-mix .sales-mix__profit-summary .profit-card .profit-text{color:#27ae60}.sales-mix .sales-mix__chart{max-width:500px;height:350px;margin:0 auto;position:relative}.sales-mix .sales-mix__chart canvas{max-width:100%;max-height:100%}.sales-mix .sales-mix__chart .sales-mix__chart-center{text-align:center;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sales-mix .sales-mix__chart .sales-mix__chart-center .chart-center__title{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:500;display:block}.sales-mix .sales-mix__chart .sales-mix__chart-center .chart-center__subtitle{color:var(--color3);margin-top:.25rem;font-size:.8rem;display:block}.sales-mix .loading-state,.sales-mix .empty-state{text-align:center;padding:2rem}.top-services .top-services__content{grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem;display:grid}@media (width<=768px){.top-services .top-services__content{grid-template-columns:1fr}}.top-services .top-services__chart{min-width:0;height:400px}.top-services .top-services__chart canvas{max-width:100%;max-height:100%}.top-services .top-services__table{overflow-x:auto}.top-services .top-services__table .data-table th,.top-services .top-services__table .data-table td{padding:.5rem .75rem}.top-services .top-services__table .data-table .text-right{text-align:right}.top-services .top-services__table .cost-cell{color:#e74c3c;font-weight:500}.top-services .top-services__table .profit-cell{color:#27ae60;font-weight:600}.top-services .loading-state,.top-services .empty-state{text-align:center;padding:2rem}.profit-report__filters{background:#fff;border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:1.5rem;margin-bottom:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0000000d}.profit-report__filters .filter-group{flex-direction:column;gap:.4rem;display:flex}.profit-report__filters .filter-group label{font-size:.9rem;font-weight:500}.profit-report__filters .filter-group input{border:1px solid var(--color4);font-family:var(--font-body);border-radius:8px;min-width:160px;padding:.5rem .8rem}.profit-report__filters .filter-group.checkbox-group{flex-direction:row;align-items:center}.profit-report__filters .filter-group.checkbox-group label{align-items:center;gap:.5rem;display:flex}.profit-report__filters .filter-group.checkbox-group input{width:auto}.profit-report__range-warning{color:#e67e22;margin:.5rem 0;font-size:.85rem}.profit-report__range-hint{color:var(--color4);margin:0 0 1rem;font-size:.8rem}.profit-report .verdict-card{color:#fff;border-radius:16px;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem 2rem;display:flex}.profit-report .verdict-card.is-profit{background:linear-gradient(135deg,#27ae60,#2ecc71)}.profit-report .verdict-card.is-loss{background:linear-gradient(135deg,#c0392b,#e74c3c)}.profit-report .verdict-card .verdict-card__icon{font-size:2.5rem}.profit-report .verdict-card .verdict-card__text{flex-direction:column;display:flex}.profit-report .verdict-card .verdict-card__label{text-transform:uppercase;letter-spacing:.5px;opacity:.9;font-size:.95rem}.profit-report .verdict-card .verdict-card__value{font-size:2rem;font-weight:700}.profit-report .verdict-card .verdict-card__meta{flex-direction:column;align-items:flex-end;gap:.25rem;margin-left:auto;display:flex}.profit-report .verdict-card .verdict-card__period{opacity:.85;font-size:.85rem}.profit-report .verdict-card .verdict-card__branch{opacity:.75;font-size:.8rem;font-weight:600}.profit-report__summary{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=900px){.profit-report__summary{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.profit-report__summary{grid-template-columns:1fr}}.profit-report__summary .summary-card{border-left:4px solid var(--color5);background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014}.profit-report__summary .summary-card.revenue{border-left-color:#2ecc71}.profit-report__summary .summary-card.cost{border-left-color:#e74c3c}.profit-report__summary .summary-card.gross{border-left-color:#9f6f86}.profit-report__summary .summary-card.net{border-left-color:#e2539c}.profit-report__summary .summary-card.net.negative{border-left-color:#c0392b}.profit-report__summary .summary-card .summary-card__label{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;display:block}.profit-report__summary .summary-card .summary-card__value{color:var(--color3);margin:.25rem 0;font-size:1.4rem;font-weight:700;display:block}.profit-report__summary .summary-card .summary-card__sub{color:var(--color4);font-size:.78rem;display:block}.profit-report__breakdown{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=768px){.profit-report__breakdown{grid-template-columns:1fr}}.profit-report__breakdown .breakdown-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000014}.profit-report__breakdown .breakdown-card h4{color:var(--color3);margin:0 0 .75rem}.profit-report__breakdown .breakdown-card ul{margin:0;padding:0;list-style:none}.profit-report__breakdown .breakdown-card ul li{border-bottom:1px solid var(--color5);justify-content:space-between;padding:.4rem 0;font-size:.9rem;display:flex}.profit-report__breakdown .breakdown-card ul li:last-child{border-bottom:none}.profit-report__breakdown .breakdown-card ul li.highlight{color:var(--color1);font-weight:700}.profit-report__chart{background:#fff;border-radius:12px;height:380px;padding:1rem;box-shadow:0 2px 8px #00000014}.profit-report__chart canvas{max-height:100%}.profit-report .loading-state,.profit-report .empty-state{text-align:center;padding:2rem}.public-products-view{background-color:#fff;min-height:100vh}.section{padding:5rem 2rem}.section--light{background-color:var(--color2)}.section__inner{max-width:1200px;margin:0 auto}.section__heading-row{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;display:flex}.section__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#999;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:inline-block}.section__title{color:var(--color3);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.section__body{color:var(--color4);margin:0;font-size:1.05rem;line-height:1.6}.public-branch-select{color:var(--color3);flex-direction:column;gap:.5rem;font-weight:600;display:flex}.public-branch-select span{text-transform:uppercase;letter-spacing:.05em;color:var(--color4);font-size:.9rem}.public-branch-select select{border:2px solid var(--color5);cursor:pointer;color:var(--color3);background-color:#fff;border-radius:8px;min-width:250px;padding:.75rem 1rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.public-branch-select select:hover{border-color:var(--color1)}.public-branch-select select:focus{border-color:var(--color1);box-shadow:0 0 0 3px color-mix(in srgb, var(--color1), transparent 85%);outline:none}.public-products{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.public-product{box-shadow:0 2px 12px color-mix(in srgb, var(--color3), transparent 92%);border:1px solid var(--color5);background:#fff;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.public-product:hover{box-shadow:0 12px 28px color-mix(in srgb, var(--color3), transparent 82%);transform:translateY(-8px)}.public-product:hover .public-product__media img{transform:scale(1.08)}.public-product__media{background:linear-gradient(135deg, var(--color2) 0%, var(--color5) 100%);justify-content:center;align-items:center;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.public-product__media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.public-product__fallback{width:100%;height:100%;color:var(--color4);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.public-product__fallback svg{opacity:.5}.public-product__fallback span{text-transform:uppercase;letter-spacing:.08em;color:var(--color4);opacity:.7;font-size:.7rem;font-weight:600}.public-product__content{padding:1.25rem}.public-product__content span{text-transform:uppercase;letter-spacing:.05em;color:var(--color4);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.public-product__content h3{color:var(--color3);margin:0 0 .25rem;font-size:1.05rem;font-weight:700;line-height:1.3}.public-product__content p{color:var(--color4);margin:0 0 .75rem;font-size:.85rem}.public-product__content strong{color:var(--color1);font-size:1.4rem;font-weight:700;display:block}.public-catalog__error{color:#c0392b;background-color:#fdf0f0;border-left:4px solid #c0392b;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.public-catalog__branch-note{color:var(--color4);background:color-mix(in srgb, var(--color5), white 30%);border-left:3px solid var(--color1);border-radius:4px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.public-catalog__loading{text-align:center;color:var(--color4);padding:3rem 1rem;font-size:1.05rem}.public-catalog__empty{text-align:center;color:var(--color4);border:2px dashed var(--color5);background:#fff;border-radius:12px;padding:3rem 1rem}.public-catalog__actions{justify-content:center;margin-top:2.5rem;display:flex}.public-catalog__button{background-color:var(--color1);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.public-catalog__button:hover{background-color:color-mix(in srgb, var(--color1), black 10%);box-shadow:0 4px 12px color-mix(in srgb, var(--color1), transparent 70%);transform:translateY(-2px)}.public-catalog__button--solid{background-color:var(--color3)}.public-catalog__button--solid:hover{background-color:color-mix(in srgb, var(--color3), black 15%)}@media (width<=768px){.section{padding:2rem 1rem}.section__heading-row{flex-direction:column;align-items:stretch;gap:1.5rem}.section__title{font-size:2rem}.public-branch-select select{width:100%;min-width:auto}.public-products{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.public-product__media{height:180px}.public-catalog__button{width:100%}.public-services{grid-template-columns:1fr}.public-service{flex-direction:column;align-items:flex-start}.public-service strong{align-self:flex-end}}@media (width<=480px){.section{padding:1.5rem 1rem}.section__title{font-size:1.75rem}.public-products{grid-template-columns:1fr}}.public-services{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.public-service{box-shadow:0 2px 12px color-mix(in srgb, var(--color3), transparent 92%);border:1px solid var(--color5);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.public-service:hover{box-shadow:0 12px 28px color-mix(in srgb, var(--color3), transparent 82%);border-color:var(--color5);transform:translateY(-4px)}.public-service div{flex:1}.public-service h3{color:var(--color3);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.public-service p{color:var(--color4);margin:0;font-size:.85rem}.public-service strong{color:var(--color1);white-space:nowrap;font-size:1.4rem;font-weight:700}.branch-selector{border:1px solid var(--color5);background:#fff;border-radius:.5rem;width:100%;padding:1rem;transition:all .2s}.branch-selector:focus-within{border-color:var(--color1);box-shadow:0 0 0 2px rgba(var(--color1), .1)}.branch-selector__label{font-family:var(--font-body);color:var(--color3);align-items:center;gap:.25rem;margin-bottom:.75rem;font-size:.875rem;font-weight:500;display:flex}.branch-selector__label .branch-selector__required{color:#ef4444;font-size:.875rem}.branch-selector__all{background:rgba(var(--color2), .5);cursor:pointer;font-family:var(--font-body);color:var(--color3);border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.branch-selector__all:hover{background:rgba(var(--color2), .8);transform:translate(2px)}.branch-selector__all input{cursor:pointer;width:1rem;height:1rem}.branch-selector__list{flex-direction:column;gap:.5rem;max-height:300px;padding:.25rem;display:flex;overflow-y:auto}.branch-selector__item{cursor:pointer;font-family:var(--font-body);color:var(--color3);border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.branch-selector__item:hover{background:rgba(var(--color5), .3);transform:translate(4px)}.branch-selector__item--active{background:rgba(var(--color1), .1);border-left:3px solid var(--color1);color:var(--color1);font-weight:500}.branch-selector__item--active:hover{background:rgba(var(--color1), .15)}.branch-selector__item input{cursor:pointer;width:1rem;height:1rem;accent-color:var(--color1);transition:all .2s}.branch-selector__item input:checked{background-color:var(--color1);border-color:var(--color1)}.branch-selector__item input:focus{ring:2px solid rgba(var(--color1), .3);outline:none}.branch-selector__item span{-webkit-user-select:none;user-select:none;flex:1}.branch-selector__error{font-family:var(--font-body);color:#ef4444;background:#ef44441a;border-left:3px solid #ef4444;border-radius:.5rem;margin-top:.75rem;padding:.5rem .75rem;font-size:.75rem;display:block}.branch-selector__item--custom-checkbox{padding-left:1.5rem;position:relative}.branch-selector__item--custom-checkbox input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.branch-selector__item--custom-checkbox input:checked~.checkmark{background-color:var(--color1);border-color:var(--color1)}.branch-selector__item--custom-checkbox input:checked~.checkmark:after{display:block}.branch-selector__item--custom-checkbox .checkmark{border:2px solid var(--color4);background-color:#fff;border-radius:.25rem;width:1.25rem;height:1.25rem;transition:all .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.branch-selector__item--custom-checkbox .checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:.3125rem;height:.625rem;display:none;position:absolute;top:.125rem;left:.375rem;transform:rotate(45deg)}.branch-selector__item--custom-checkbox:hover .checkmark{border-color:var(--color1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.branch-selector{animation:.3s ease-out fadeIn}.branch-selector__item{animation:.2s ease-out backwards slideIn}.branch-selector__item:first-child{animation-delay:20ms}.branch-selector__item:nth-child(2){animation-delay:40ms}.branch-selector__item:nth-child(3){animation-delay:60ms}.branch-selector__item:nth-child(4){animation-delay:80ms}.branch-selector__item:nth-child(5){animation-delay:.1s}.branch-selector__item:nth-child(6){animation-delay:.12s}.branch-selector__item:nth-child(7){animation-delay:.14s}.branch-selector__item:nth-child(8){animation-delay:.16s}.branch-selector__item:nth-child(9){animation-delay:.18s}.branch-selector__item:nth-child(10){animation-delay:.2s}.branch-selector__all:active{animation:.2s ease-in-out pulse}.branch-selector__error{animation:.3s ease-in-out shake}@media (width<=768px){.branch-selector{padding:.75rem}.branch-selector__item{padding:.5rem .75rem}.branch-selector__list{max-height:250px}}@media (width<=480px){.branch-selector{padding:.5rem}.branch-selector__item{font-size:.75rem}}@media (prefers-color-scheme:dark){.branch-selector{border-color:rgba(var(--color5), .3);background:#0003}.branch-selector__item{color:rgba(var(--color3), .9)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-float,.service-catalog .catalog-header .header-content .catalog-title .title-icon{animation:3s ease-in-out infinite float}.animate-fadeInUp,.service-catalog .catalog-content .category-section{animation:.6s ease-out fadeInUp}.animate-fadeIn{animation:.3s ease-out fadeIn}.animate-slideInLeft{animation:.3s ease-out slideInLeft}.animate-slideInRight{animation:.3s ease-out slideInRight}.animate-scaleIn{animation:.3s ease-out scaleIn}.hover-lift,.category-carousel{transition:transform .3s,box-shadow .3s}.hover-lift:hover,.category-carousel:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.hover-scale{transition:transform .3s}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:all .3s}.hover-glow:hover{filter:brightness(1.05);box-shadow:0 0 20px #e2539c66}.img-nav-btn,.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .img-nav-btn,.hamburger-btn,.catalog-home-btn,.service-catalog .catalog-home-btn,.nav-category-btn,.control-btn,.category-carousel .carousel-header .carousel-controls .control-btn,.nav-btn,.category-carousel .carousel-container .prev-btn,.category-carousel .carousel-container .next-btn{font-family:var(--font-body);cursor:pointer;border:none;outline:none;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;transition:all .3s;display:flex}.nav-btn,.category-carousel .carousel-container .prev-btn,.category-carousel .carousel-container .next-btn{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;background:#00000080;border-radius:50%;flex-shrink:0;width:44px;height:44px}.nav-btn:hover,.category-carousel .carousel-container .prev-btn:hover,.category-carousel .carousel-container .next-btn:hover{background:var(--color1);transform:scale(1.1)}@media (width<=768px){.nav-btn,.category-carousel .carousel-container .prev-btn,.category-carousel .carousel-container .next-btn{width:36px;height:36px}.nav-btn svg,.category-carousel .carousel-container .prev-btn svg,.category-carousel .carousel-container .next-btn svg{width:16px;height:16px}}.control-btn,.category-carousel .carousel-header .carousel-controls .control-btn{background:var(--color5);width:36px;height:36px;color:var(--color3);border-radius:50%}.control-btn:hover,.category-carousel .carousel-header .carousel-controls .control-btn:hover{background:var(--color1);color:#fff;transform:scale(1.05)}.nav-category-btn{border:2px solid var(--color5);color:var(--color4);white-space:nowrap;background:0 0;border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.nav-category-btn .nav-icon{font-size:1rem}.nav-category-btn:hover{border-color:var(--color1);color:var(--color1);transform:translateY(-2px)}.nav-category-btn.active{background:var(--color1);border-color:var(--color1);color:#fff;box-shadow:0 4px 12px #e2539c4d}@media (width<=768px){.nav-category-btn{justify-content:flex-start;width:100%;padding:.75rem 1rem}.nav-category-btn .nav-name{white-space:normal;text-align:left}}.catalog-home-btn,.service-catalog .catalog-home-btn{z-index:100;background:var(--color1);color:#fff;border-radius:50px;padding:.6rem 1.1rem;font-size:.875rem;font-weight:500;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 16px #0000002e}.catalog-home-btn:hover,.service-catalog .catalog-home-btn:hover{background:var(--color3);transform:translateY(-3px);box-shadow:0 6px 20px #00000038}.catalog-home-btn svg,.service-catalog .catalog-home-btn svg{flex-shrink:0}@media (width<=768px){.catalog-home-btn span,.service-catalog .catalog-home-btn span{display:none}.catalog-home-btn,.service-catalog .catalog-home-btn{border-radius:50%;padding:.7rem;bottom:1rem;right:1rem}}.hamburger-btn{z-index:200;background:var(--color1);border-radius:12px;flex-direction:column;gap:6px;width:48px;height:48px;display:flex;position:fixed;top:1rem;left:1rem;box-shadow:0 4px 12px #00000026}.hamburger-btn span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger-btn--active span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger-btn--active span:nth-child(2){opacity:0}.hamburger-btn--active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.img-nav-btn,.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .img-nav-btn{z-index:999;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#00000073;border-radius:50%;width:32px;height:32px;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.img-nav-btn--prev{left:.5rem}.img-nav-btn--next{right:.5rem}.img-nav-btn:hover,.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .img-nav-btn:hover{background:var(--color1);opacity:1;transform:translateY(-50%)scale(1.1)}.img-nav-btn--always-visible{opacity:1!important}.dot,.category-carousel .carousel-dots .dot{background:var(--color5);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.dot:hover,.category-carousel .carousel-dots .dot:hover{background:var(--color4);transform:scale(1.2)}.dot--active{background:var(--color1);border-radius:4px;width:24px}.image-dot,.category-carousel .carousel-container .carousel-content .carousel-item .image-dots .image-dot{background:var(--color4);cursor:pointer;opacity:.5;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .3s}.image-dot:hover,.category-carousel .carousel-container .carousel-content .carousel-item .image-dots .image-dot:hover{opacity:1}.image-dot--active{background:var(--color1);opacity:1;border-radius:3px;width:16px}.catalog-nav,.service-catalog .catalog-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:150;background:#fffffffa;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;width:280px;height:100vh;margin:0;padding:80px 1rem 1.5rem;transition:left .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:-300px;overflow-y:auto;box-shadow:4px 0 24px #0000001f}.catalog-nav::-webkit-scrollbar{width:6px;height:6px}.service-catalog .catalog-nav::-webkit-scrollbar{width:6px;height:6px}.catalog-nav::-webkit-scrollbar-track{background:var(--color2);border-radius:3px}.service-catalog .catalog-nav::-webkit-scrollbar-track{background:var(--color2);border-radius:3px}.catalog-nav::-webkit-scrollbar-thumb{background:var(--color4);border-radius:3px}.service-catalog .catalog-nav::-webkit-scrollbar-thumb{background:var(--color4);border-radius:3px}.catalog-nav::-webkit-scrollbar-thumb:hover{background:var(--color1)}.service-catalog .catalog-nav::-webkit-scrollbar-thumb:hover{background:var(--color1)}.catalog-nav.catalog-nav--open,.service-catalog .catalog-nav--open.catalog-nav{left:0}.catalog-nav .nav-panel-title,.service-catalog .catalog-nav .nav-panel-title{font-family:var(--font-display);color:var(--color3);border-bottom:2px solid var(--color5);letter-spacing:.5px;margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.menu-overlay{z-index:140;background:#00000080;animation:.3s ease-out fadeIn;position:fixed;inset:0}.category-carousel{background:var(--color2);border-radius:20px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 4px 20px #00000014}.category-carousel .carousel-header{border-bottom:2px solid var(--color5);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.category-carousel .carousel-header .category-icon{background:linear-gradient(135deg, var(--color1), var(--color4));border-radius:50%;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.category-carousel .carousel-header .category-title{font-family:var(--font-display);color:var(--color3);letter-spacing:1px;flex:1;margin:0;font-size:1.25rem;font-weight:600}.category-carousel .carousel-container{align-items:center;gap:1rem;display:flex;position:relative}.category-carousel .carousel-container .carousel-content{border-radius:16px;flex:1;overflow:hidden}.category-carousel .carousel-container .carousel-content .carousel-item{position:relative}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container{aspect-ratio:4/5;background:linear-gradient(135deg, var(--color5), var(--color2));border-radius:16px;position:relative;overflow:hidden}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .item-image{object-fit:cover;width:100%;height:100%;transition:transform all .5s ease}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-counter{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;pointer-events:none;background:#0009;border-radius:50px;padding:.2rem .6rem;font-size:.7rem;position:absolute;top:.5rem;right:.5rem}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay{pointer-events:none;transition:transform all .3s ease;background:linear-gradient(#0000,#000c);padding:2rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info{color:#fff}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-name{font-size:1.25rem;font-weight:600;font-family:var(--font-display);margin-bottom:.5rem}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-description{opacity:.9;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-details{gap:1rem;font-size:.875rem;display:flex}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-details .item-price,.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-details .item-duration{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:50px;align-items:center;gap:.25rem;padding:.25rem .5rem;display:inline-flex}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container:hover .item-image{transform:scale(1.05)}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container:hover .image-overlay{transform:translateY(0)}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container:hover .img-nav-btn{opacity:1}.category-carousel .carousel-container .carousel-content .carousel-item .image-dots{justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}.category-carousel .carousel-dots{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.category-carousel .carousel-counter{text-align:center;color:var(--color4);margin-top:.5rem;font-size:.8rem}@media (width>=769px) and (width<=1024px){.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container{aspect-ratio:3/4}}@media (width<=768px){.category-carousel{padding:1rem}.category-carousel .carousel-header .category-icon{width:40px;height:40px;font-size:1.25rem}.category-carousel .carousel-header .category-title{font-size:1rem}.category-carousel .carousel-container{gap:.25rem}.category-carousel .carousel-container .prev-btn,.category-carousel .carousel-container .next-btn{width:32px;height:32px}.category-carousel .carousel-container .prev-btn svg,.category-carousel .carousel-container .next-btn svg{width:14px;height:14px}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container{aspect-ratio:.8}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay{background:linear-gradient(#0000004d,#000000e6);padding:1rem;transform:translateY(0)}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-name{margin-bottom:.25rem;font-size:.875rem}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.7rem;display:-webkit-box;overflow:hidden}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-details{gap:.5rem;font-size:.7rem}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-details .item-price,.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .image-overlay .item-info .item-details .item-duration{padding:.2rem .5rem}.category-carousel .carousel-container .carousel-content .carousel-item .item-image-container .img-nav-btn{opacity:1!important}.category-carousel .carousel-dots{margin-top:.5rem}.category-carousel .carousel-dots .dot{width:6px;height:6px}.category-carousel .carousel-dots .dot--active{width:20px}.category-carousel .image-dots .image-dot,.category-carousel .carousel-container .carousel-content .carousel-item .image-dots .image-dot{width:5px;height:5px}.category-carousel .image-dots .image-dot--active{width:12px}}.service-catalog{background:linear-gradient(135deg, var(--color2) 0%, var(--color5) 100%);min-height:100vh;padding:calc(var(--nav-height) + 2rem) 2rem 3rem}.service-catalog .catalog-header{text-align:center;margin-bottom:3rem}.service-catalog .catalog-header .header-content{max-width:800px;margin:0 auto}.service-catalog .catalog-header .header-content .catalog-title{font-family:var(--font-display);color:var(--color3);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:2.5rem;font-weight:700;display:inline-flex}.service-catalog .catalog-header .header-content .catalog-title .title-icon{font-size:2.5rem}.service-catalog .catalog-header .header-content .catalog-subtitle{color:var(--color4);margin-bottom:1rem;font-size:1.125rem}.service-catalog .catalog-header .header-content .catalog-note{color:var(--color1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e2539c1a;border-radius:50px;padding:.5rem 1rem;font-size:.875rem;display:inline-block}.service-catalog .catalog-content{max-width:900px;margin:0 auto}.service-catalog .catalog-content .category-section{scroll-margin-top:calc(var(--nav-height) + 80px)}@media (width<=768px){.service-catalog{padding:70px 1rem 2rem}.service-catalog .catalog-header{margin-bottom:1.5rem}.service-catalog .catalog-header .header-content .catalog-title,.service-catalog .catalog-header .header-content .catalog-title .title-icon{font-size:1.5rem}.service-catalog .catalog-header .header-content .catalog-subtitle{font-size:.875rem}.service-catalog .catalog-header .header-content .catalog-note{font-size:.7rem}.service-catalog .catalog-content{max-width:100%}}.sub-nav-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;border:1px solid #e2539c33;border-radius:16px;margin-bottom:1rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #0000001f}.sub-nav-menu .sub-menu-header{border-bottom:1px solid var(--color5);justify-content:space-between;align-items:center;margin-bottom:.25rem;padding-bottom:.25rem;display:flex}.sub-nav-menu .sub-menu-header .sub-menu-label{text-transform:uppercase;letter-spacing:1px;color:var(--color4);font-size:.7rem;font-weight:600}.sub-nav-menu .sub-menu-header .sub-menu-close{cursor:pointer;color:var(--color4);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;transition:all .3s;display:flex}.sub-nav-menu .sub-menu-header .sub-menu-close:hover{background:var(--color5);color:var(--color1);transform:scale(1.1)}.sub-nav-menu .sub-menu-items{flex-wrap:nowrap;gap:.5rem;padding:.25rem 0 .5rem;display:flex;overflow-x:auto}.sub-nav-menu .sub-menu-items::-webkit-scrollbar{width:3px;height:3px}.sub-nav-menu .sub-menu-items::-webkit-scrollbar{height:8px}.sub-nav-menu .sub-menu-items::-webkit-scrollbar-track{background:var(--color5);border-radius:4px}.sub-nav-menu .sub-menu-items::-webkit-scrollbar-thumb{background:var(--color4);border-radius:4px}.sub-nav-menu .sub-menu-items::-webkit-scrollbar-thumb:hover{background:var(--color1)}.sub-nav-menu .sub-menu-items{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.sub-nav-menu .sub-menu-items .sub-menu-item{border:1.5px solid var(--color5);color:var(--color4);cursor:pointer;white-space:nowrap;background:0 0;border-radius:50px;flex:none;padding:.4rem 1rem;font-size:.75rem;font-weight:500;transition:all .2s}.sub-nav-menu .sub-menu-items .sub-menu-item:hover{border-color:var(--color1);color:var(--color1);transform:translateY(-1px)}.sub-nav-menu .sub-menu-items .sub-menu-item--active{background:var(--color1);border-color:var(--color1);color:#fff;box-shadow:0 2px 8px #e2539c4d}.submenu-slide-enter-active,.submenu-slide-leave-active{transition:all .25s}.submenu-slide-enter-from,.submenu-slide-leave-to{opacity:0;transform:translateY(-10px)}@media (width<=768px){.sub-nav-menu{border-radius:12px;margin-bottom:.5rem;padding:.25rem .5rem}.sub-nav-menu .sub-menu-items{gap:.25rem}.sub-nav-menu .sub-menu-items .sub-menu-item{padding:.3rem .8rem;font-size:.7rem}.sub-nav-menu .sub-menu-header .sub-menu-label{font-size:.6rem}}.price-assignment__header{margin-bottom:24px}.price-assignment__title{color:var(--color3);margin-bottom:8px;font-size:1.25rem;font-weight:600}.price-assignment__description{color:var(--color4);font-size:.875rem}.price-assignment__list{flex-direction:column;gap:16px;display:flex}.price-assignment__item{background:#00000005;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}@media (width<=480px){.price-assignment__item{flex-direction:column;align-items:stretch;gap:12px}}.price-assignment__item-info{flex-direction:column;display:flex}.price-assignment__item-label{color:var(--color3);font-weight:600}.price-assignment__item-hint{color:var(--color4);margin-top:2px;font-size:.75rem}.price-assignment__item-input{align-items:center;gap:8px;display:flex}.price-assignment__price-input{border:1px solid var(--color5);border-radius:6px;width:140px;padding:8px 12px;font-size:.9rem}.price-assignment__price-input:focus{border-color:var(--color1);outline:none}.price-assignment__currency{color:var(--color4);font-size:.875rem}.price-assignment__error{color:#c93455;background:#c934551a;border-radius:8px;margin-top:16px;padding:12px;font-size:.875rem}.price-assignment__loading{text-align:center;color:var(--color4);padding:40px}.product-wizard{z-index:1000;background:#74244c6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-wizard__container{background:#fff;border-radius:24px;flex-direction:column;width:min(100%,720px);max-height:85vh;display:flex;overflow:hidden;box-shadow:0 24px 70px #74244c3d}.product-wizard__header{border-bottom:1px solid #74244c1a;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.product-wizard__progress{flex:1;gap:16px;display:flex}.product-wizard__step{opacity:.5;align-items:center;gap:8px;transition:opacity .2s;display:flex}.product-wizard__step--active{opacity:1}.product-wizard__step--completed{opacity:.7}.product-wizard__step-number{background:var(--color5);width:28px;height:28px;color:var(--color4);border-radius:50%;place-items:center;font-size:.875rem;font-weight:600;display:grid}.product-wizard__step--active .product-wizard__step-number{background:var(--color1);color:#fff}.product-wizard__step--completed .product-wizard__step-number{color:#fff;background:#4caf50}.product-wizard__step-label{color:var(--color3);font-size:.875rem;font-weight:500}.product-wizard__close{width:32px;height:32px;color:var(--color4);cursor:pointer;background:0 0;border-radius:50%;place-items:center;font-size:1.125rem;transition:all .2s;display:grid}.product-wizard__close:hover{background:#0000000d}.product-wizard__save-error{color:#c93455;background:#c934551a;border-radius:8px;margin:16px 24px 0;padding:12px;font-size:.875rem}.product-wizard__content{flex:1;padding:24px;overflow-y:auto}.product-wizard__footer{border-top:1px solid #74244c1a;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.product-wizard__footer-spacer{flex:1}.product-modal-enter-active,.product-modal-leave-active{transition:opacity .3s}.product-modal-enter-from,.product-modal-leave-to{opacity:0}.product-form-content__field{margin-bottom:20px}.product-form-content__label{color:var(--color3);margin-bottom:8px;font-weight:600;display:block}.product-form-content__required{color:var(--color1);margin-left:4px}.product-form-content__input,.product-form-content__select{border:1px solid var(--color5);border-radius:8px;width:100%;padding:12px;font-size:.95rem;transition:all .2s}.product-form-content__input:focus,.product-form-content__select:focus{border-color:var(--color1);outline:none;box-shadow:0 0 0 3px #e2539c1a}.product-form-content__input--error,.product-form-content__select--error{border-color:#c93455}.product-form-content__field-error{color:#c93455;margin-top:4px;font-size:.75rem}.product-form-content__hint{color:var(--color4);margin-top:4px;font-size:.75rem}.product-form-content__error{color:#c93455;background:#c934551a;border:1px solid #c9345533;border-radius:8px;margin-bottom:20px;padding:12px;font-size:.875rem}.product-form-content__image{object-fit:cover;border:1px solid #dcdcdc;border-radius:8px;width:130px;height:130px}.product-form-content__image-error{color:#dc2626;margin-top:.5rem;font-size:.875rem}.stock-assignment__header{margin-bottom:24px}.stock-assignment__title{color:var(--color3);margin-bottom:8px;font-size:1.25rem;font-weight:600}.stock-assignment__description{color:var(--color4);font-size:.875rem}.stock-assignment__loading{text-align:center;color:var(--color4);padding:40px}.stock-assignment__content{flex-direction:column;gap:20px;display:flex}.stock-assignment__bulk-actions{justify-content:flex-end;margin-bottom:8px;display:flex}.stock-assignment__bulk-button{border:1px solid var(--color1);color:var(--color1);cursor:pointer;background:#74244c1a;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.stock-assignment__bulk-button:hover{background:var(--color1);color:#fff}.stock-assignment__bulk-button svg{transition:all .2s}.stock-assignment__bulk-button:hover svg{stroke:#fff}.stock-assignment__branches{flex-direction:column;gap:24px;max-height:500px;padding-right:8px;display:flex;overflow-y:auto}.stock-assignment__branch-card{border:1px solid var(--color5);background:#f9f9f9;border-radius:12px;padding:20px;transition:all .2s}.stock-assignment__branch-card--saved{background:#4caf500d;border-color:#4caf50}.stock-assignment__branch-header{border-bottom:1px solid var(--color5);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.stock-assignment__branch-name{color:var(--color3);margin:0;font-size:1.1rem;font-weight:600}.stock-assignment__saved-badge{color:#fff;background:#4caf50;border-radius:12px;padding:4px 8px;font-size:.75rem}.stock-assignment__branch-form{flex-direction:column;gap:16px;display:flex}.stock-assignment__field{flex-direction:column;gap:8px;display:flex}.stock-assignment__label{color:var(--color3);font-size:.875rem;font-weight:600}.stock-assignment__input,.stock-assignment__textarea{border:1px solid var(--color5);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.9rem}.stock-assignment__input:focus,.stock-assignment__textarea:focus{border-color:var(--color1);outline:none}.stock-assignment__input:disabled,.stock-assignment__textarea:disabled{cursor:not-allowed;background:#f5f5f5}.stock-assignment__textarea{resize:vertical}.stock-assignment__hint{color:var(--color4);font-size:.75rem}.stock-assignment__branch-actions{justify-content:flex-end;margin-top:8px;display:flex}.stock-assignment__save-button{background:var(--color1);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.stock-assignment__save-button:hover:not(:disabled){background:#db2b85;transform:translateY(-1px)}.stock-assignment__save-button:disabled{background:var(--color5);cursor:not-allowed;opacity:.6}.stock-assignment__save-button--saving{opacity:.7;cursor:wait}.stock-assignment__branch-error{color:#c93455;background:#c934551a;border-radius:8px;padding:8px 12px;font-size:.75rem}.stock-assignment__error{color:#c93455;background:#c934551a;border-radius:8px;padding:12px;font-size:.875rem}.stock-assignment__modal{z-index:1300;background:#00000080;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.stock-assignment__modal-content{background:#fff;border-radius:16px;flex-direction:column;width:min(100%,480px);max-height:90vh;display:flex;box-shadow:0 20px 60px #0000004d}.stock-assignment__modal-header{border-bottom:1px solid var(--color5);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.stock-assignment__modal-header h3{color:var(--color3);margin:0;font-size:1.25rem;font-weight:600}.stock-assignment__modal-close{cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;width:32px;height:32px;font-size:1.25rem;transition:all .2s;display:grid}.stock-assignment__modal-close:hover{background:#0000000d}.stock-assignment__modal-body{flex-direction:column;gap:20px;padding:24px;display:flex}.stock-assignment__modal-warning{color:#e65100;background:#ff98001a;border-left:3px solid #ff9800;border-radius:8px;padding:12px;font-size:.875rem}.stock-assignment__modal-footer{border-top:1px solid var(--color5);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.stock-assignment__modal-button{cursor:pointer;border-radius:8px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.stock-assignment__modal-button--cancel{border:1px solid var(--color5);color:var(--color4);background:0 0}.stock-assignment__modal-button--cancel:hover{background:#0000000d}.stock-assignment__modal-button--apply{background:var(--color1);color:#fff;border:none}.stock-assignment__modal-button--apply:hover{background:#db2b85}.supplier-assignment__header{margin-bottom:24px}.supplier-assignment__title{color:var(--color3);margin-bottom:8px;font-size:1.25rem;font-weight:600}.supplier-assignment__description{color:var(--color4);font-size:.875rem}.supplier-assignment__form{flex-direction:column;gap:20px;display:flex}.supplier-assignment__field{flex-direction:column;gap:8px;display:flex}.supplier-assignment__label{color:var(--color3);font-size:.875rem;font-weight:600}.supplier-assignment__input,.supplier-assignment__select{border:1px solid var(--color5);border-radius:8px;padding:10px 12px;font-size:.9rem}.supplier-assignment__input:focus,.supplier-assignment__select:focus{border-color:var(--color1);outline:none}.supplier-assignment__checkbox{color:var(--color3);cursor:pointer;align-items:center;gap:8px;font-size:.875rem;display:flex}.supplier-assignment__details{background:#00000005;border-radius:8px;flex-direction:column;gap:16px;padding:16px;display:flex}.supplier-assignment__error{color:#c93455;background:#c934551a;border-radius:8px;padding:12px;font-size:.875rem}.supplier-assignment__loading{text-align:center;color:var(--color4);padding:40px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color2);color:var(--color3);min-height:100vh;line-height:1.6;overflow-x:hidden}ul,ol{list-style:none}a{color:inherit;text-decoration:none;transition:color .3s}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none;outline:none}button:focus-visible{outline:2px solid var(--color1);outline-offset:2px}table{border-collapse:collapse;border-spacing:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[hidden]{display:none!important}[disabled]{cursor:not-allowed;opacity:.6}:focus-visible{outline:2px solid var(--color1);outline-offset:2px}::selection{background-color:var(--color1);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color2);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--color4);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color1)}body{-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}p{font-family:var(--font-body);line-height:1.6}code,pre{font-family:Courier New,monospace}:root{--error-spacing-sm:1rem;--error-spacing-md:2rem;--error-spacing-lg:3rem;--error-border-radius:12px;--error-transition:all .3s ease}.error-container{min-height:calc(100vh - var(--nav-height,70px));padding:var(--error-spacing-md);background:linear-gradient(135deg, var(--color2) 0%, var(--color5) 100%);justify-content:center;align-items:center;display:flex}@media (width<=768px){.error-container{padding:var(--error-spacing-sm);min-height:calc(100vh - 60px)}}.error-content{gap:var(--error-spacing-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--error-border-radius);width:100%;max-width:1200px;padding:var(--error-spacing-lg);background:#ffffff1a;grid-template-columns:1fr 1fr;display:grid;box-shadow:0 20px 40px #0000001a}@media (width<=968px){.error-content{gap:var(--error-spacing-md);padding:var(--error-spacing-md);grid-template-columns:1fr}}@media (width<=480px){.error-content{padding:var(--error-spacing-sm)}}.error-image{justify-content:center;align-items:center;display:flex}.error-image img{max-width:100%;height:auto;animation:3s ease-in-out infinite floatAnimation}.error-403 .error-image img{filter:drop-shadow(0 10px 20px #e2539c33)}.error-404 .error-image img{filter:drop-shadow(0 10px 20px #74244c33)}@media (width<=768px){.error-image{max-width:300px;margin:0 auto}}.error-info{justify-content:center;gap:var(--error-spacing-sm);flex-direction:column;display:flex}.error-code{font-family:var(--font-display);background:linear-gradient(135deg, var(--color1), var(--color3));color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:6rem;font-weight:700;line-height:1}@media (width<=768px){.error-code{font-size:4rem}}.error-title{font-family:var(--font-display);color:var(--color3);margin:0;font-size:2rem;font-weight:600}@media (width<=768px){.error-title{font-size:1.5rem}}.error-description{font-family:var(--font-body);color:var(--color4);margin:0;font-size:1.1rem;line-height:1.6}@media (width<=768px){.error-description{font-size:1rem}}.error-actions{gap:var(--error-spacing-sm);margin:var(--error-spacing-sm) 0;display:flex}@media (width<=480px){.error-actions{flex-direction:column}}.btn-primary{background:var(--color1);color:#fff;font-family:var(--font-body);transition:var(--error-transition);text-align:center;border-radius:8px;padding:12px 24px;font-weight:500;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--color3);transform:translateY(-2px);box-shadow:0 5px 15px #0003}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--color3);font-family:var(--font-body);border:2px solid var(--color4);transition:var(--error-transition);text-align:center;cursor:pointer;background:0 0;border-radius:8px;padding:12px 24px;font-weight:500;text-decoration:none;display:inline-block}.btn-secondary:hover{background:var(--color5);border-color:var(--color1);color:var(--color1);transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.error-suggestions{margin-top:var(--error-spacing-sm);padding-top:var(--error-spacing-sm);border-top:1px solid var(--color5)}.error-suggestions p{font-family:var(--font-body);color:var(--color3);margin-bottom:var(--error-spacing-sm);font-weight:500}.error-suggestions ul{gap:var(--error-spacing-md);flex-wrap:wrap;padding:0;list-style:none;display:flex}@media (width<=480px){.error-suggestions ul{gap:var(--error-spacing-sm)}}.error-suggestions li a{font-family:var(--font-body);color:var(--color4);transition:var(--error-transition);text-decoration:none;position:relative}.error-suggestions li a:after{content:"";background:var(--color1);width:0;height:2px;transition:var(--error-transition);position:absolute;bottom:-2px;left:0}.error-suggestions li a:hover{color:var(--color1)}.error-suggestions li a:hover:after{width:100%}@keyframes floatAnimation{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.error-image img{animation:none}.btn-primary,.btn-secondary{transition:none}.btn-primary:hover,.btn-secondary:hover{transform:none}}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.error-content{background:var(--color2)}}Variables locales usando la paleta global .app-container[data-v-0980b262]{background-color:var(--color2);min-height:100vh;position:relative}.main-content[data-v-0980b262]{background-color:var(--color2);min-height:100vh;transition:all .3s}.main-content--full[data-v-0980b262]{width:100%;margin-left:0}.main-content--with-navbar[data-v-0980b262]{padding:1rem}.main-content--sidebar-expanded[data-v-0980b262]{margin-left:280px}.main-content--sidebar-minimized[data-v-0980b262]{margin-left:80px}.main-content--full-mobile[data-v-0980b262]{margin-left:0}@media (width<=768px){.main-content--with-navbar[data-v-0980b262]{padding:.75rem}.main-content--sidebar-expanded[data-v-0980b262],.main-content--sidebar-minimized[data-v-0980b262]{margin-left:0}}.loading-screen[data-v-0980b262]{background:linear-gradient(135deg, var(--color3), var(--color4));flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;display:flex}.logo[data-v-0980b262]{width:120px;height:auto;animation:2s ease-in-out infinite float-0980b262}.loading-text[data-v-0980b262]{color:#fff;font-size:1.125rem;font-weight:500;font-family:var(--font-body);letter-spacing:.5px;opacity:.9}.spinner[data-v-0980b262]{border:4px solid #fff3;border-top:4px solid var(--color1);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin-0980b262}@keyframes spin-0980b262{to{transform:rotate(360deg)}}@keyframes float-0980b262{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.router-view-enter-active[data-v-0980b262],.router-view-leave-active[data-v-0980b262]{transition:opacity .3s}.router-view-enter-from[data-v-0980b262],.router-view-leave-to[data-v-0980b262]{opacity:0}.categories-view[data-v-3d780ad8]{background:var(--color2);min-height:100vh}.supplier-relation-card[data-v-9f59a9e1]{border:1px solid var(--color5);background:#fff;border-radius:12px;padding:1rem;transition:all .2s}.supplier-relation-card[data-v-9f59a9e1]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.supplier-relation-card--primary[data-v-9f59a9e1]{border:2px solid var(--color1);background:linear-gradient(135deg,#fff,#e2539c0d)}.supplier-relation-card__header[data-v-9f59a9e1]{border-bottom:1px solid var(--color5);justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.supplier-relation-card__info[data-v-9f59a9e1]{flex:1}.supplier-relation-card__name[data-v-9f59a9e1]{color:var(--color3);margin-bottom:.25rem;font-size:1rem;font-weight:600}.supplier-relation-card__company[data-v-9f59a9e1]{color:var(--color4);font-size:.875rem}.supplier-relation-card__badge[data-v-9f59a9e1]{background:linear-gradient(135deg, var(--color1), var(--color3));color:#fff;border-radius:20px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.supplier-relation-card__badge-icon[data-v-9f59a9e1]{font-size:.875rem}.supplier-relation-card__details[data-v-9f59a9e1]{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.supplier-relation-card__detail[data-v-9f59a9e1]{flex-direction:column;gap:.25rem;display:flex}.supplier-relation-card__detail-label[data-v-9f59a9e1]{color:var(--color4);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.supplier-relation-card__detail-value[data-v-9f59a9e1]{color:var(--color3);font-size:.875rem}.supplier-relation-card__price[data-v-9f59a9e1]{color:var(--color1);font-size:1rem}.supplier-relation-card__actions[data-v-9f59a9e1]{border-top:1px solid var(--color5);justify-content:flex-end;gap:.5rem;padding-top:.75rem;display:flex}.products-view[data-v-e3ff5743]{background:var(--color2);min-height:100vh}.branches-view[data-v-e699e0de],.stock-view[data-v-fe7c23e1]{background-color:var(--color2);width:100%;min-height:100vh}.supplier-card__actions[data-v-87e511a5]{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.supplier-products[data-v-b53eb086]{margin-top:2rem}.supplier-products__header[data-v-b53eb086]{border-bottom:2px solid var(--color5);justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.supplier-products__title[data-v-b53eb086]{color:var(--color3);font-size:1.25rem;font-weight:500}.supplier-products__count[data-v-b53eb086]{color:var(--color4);font-size:.875rem}.supplier-products__table-container[data-v-b53eb086]{overflow-x:auto}.supplier-products__table[data-v-b53eb086]{border-collapse:collapse;width:100%;font-size:.875rem}.supplier-products__table th[data-v-b53eb086],.supplier-products__table td[data-v-b53eb086]{text-align:left;border-bottom:1px solid var(--color5);padding:.75rem}.supplier-products__table th[data-v-b53eb086]{background-color:var(--color5);color:var(--color3);font-weight:600}.supplier-products__table tr[data-v-b53eb086]:hover{background-color:#e2539c0d}.supplier-products__product-name[data-v-b53eb086]{color:var(--color3);font-weight:500}.supplier-products__badge[data-v-b53eb086]{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.supplier-products__badge--active[data-v-b53eb086]{color:#155724;background-color:#d4edda}.supplier-products__badge--inactive[data-v-b53eb086]{color:#721c24;background-color:#f8d7da}.supplier-products__primary-badge[data-v-b53eb086],.supplier-products__secondary-badge[data-v-b53eb086]{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.supplier-products__primary-badge[data-v-b53eb086]{background-color:var(--color1);color:#fff}.supplier-products__secondary-badge[data-v-b53eb086]{background-color:var(--color4);color:#fff}.supplier-products__loading[data-v-b53eb086]{flex-direction:column;gap:1rem;display:flex}.supplier-products__empty[data-v-b53eb086]{text-align:center;padding:3rem}.cash-sessions-view[data-v-489c5e68]{background:var(--color2);min-height:100vh}.stock-movements-view[data-v-75de862e]{max-width:1400px;margin:0 auto;padding:2rem}.public-products__back[data-v-d29e544b]{color:var(--color-primary);border:1px solid;border-radius:4px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.public-products__back[data-v-d29e544b]:hover{opacity:.7}.service-catalog-page[data-v-9f5cfb2e]{min-height:100vh}
